/*
Theme Name: The WooProject
Theme URI: http://underscores.me/
Author: The Rope S.r.l
Author URI: https://therope.it
Description: Theme for The WooProject
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: the-wooproject
Tags: blog, custom-menu, featured-images, threaded-comments, translation-ready, right-sidebar, custom-background, e-commerce, theme-options, sticky-post, full-width-template
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
# Woocommerce
# Footer
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
:root {
  --letter-spacing: 0.5px;
  --line-height: 1.25;
  --color-white: #FFFFFF;
  --color-black: #111111;
  --color-light-grey: #AAAAAA;
  --color-grey: #545454;
  --color-dark-grey: #292929;
  --color-highlight: #CC0000;
  --color-brown: #7c3f00;
  --color-light-brown: #d38432;
  --font-size-md: 0.55;
  --font-size-lg: 0.7;
  --font-size-h1: 220px;
  --font-size-h2: 190px;
  --font-size-h3: 80px;
  --font-size-h4: 40px;
  --font-size-h5: 20px;
  --font-size-h6: 16px;
  --font-size-h7: 14px;
  --font-size-h8: 12px;
  --font-size-h1-mobile: 14vw; /*85px*/
  --font-size-h2-mobile: 12vw; /*75px*/
  --font-size-h3-mobile: 32px;
  --font-size-h4-mobile: 32px;
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  --icon-arrow-up: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23323232'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  --icon-arrow-down: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23323232'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

:root body.dark {
  --color-primary: #FFFFFF;
}

body {
  -webkit-font-smoothing: antialiased;
  font-family: var(--font-paragraph);
  font-size: var(--font-size-h7);
  font-weight: 400;
  letter-spacing: var(--letter-spacing);
	line-height: var(--line-height);
  color: var(--color-black);
}

.company-logo {
  width: 100%;
  max-width: 200px;
  height: auto;
  transition: max-width 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1);
}
body.woocommerce img, body.woocommerce-page img {
  max-width: 200px;
}
body.woocommerce #content img, body.woocommerce-page #content img {
  max-width: 100%;
}
/*
body:not(.no-scroll) header.active .company-logo {
  max-width: 180px;
}
*/

header .mobile-fit > .row:first-child {
  padding-top: 2rem;
  padding-bottom: 2rem;
  transition: all 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1);
}

.put-one > a {
  position: relative;
}
#logo-header-white {
  position: absolute;
  top: 0;
  left: 0.75rem;
}

/* LIGHT HEADER BAR VERSION */
/*
body:not(.light,.no-scroll) header:not(.active) #logo-header-black,
body:not(.light) header.active #logo-header-white,
body.no-scroll #logo-header-white,
body.light:not(.no-scroll) header:not(.active) #logo-header-white,
body.light:not(.no-scroll) header.active #logo-header-white,
body.light.no-scroll header #logo-header-white {
  opacity: 0;
}
*/
/* DARK HEADER BAR VERSION */
/*
body:not(.light) #logo-header-black,
body.light:not(.no-scroll) header:not(.active) #logo-header-white,
body.light header.active #logo-header-black,
body.light.no-scroll header #logo-header-black {
  opacity: 0;
} */

.scroll-mobile {
  overflow: auto;
}

.no-scroll {
  overflow: hidden;
}

.dropdown-menu {
  border: none;
}

#content div:not(.gform_body):not(.ginput_container_checkbox) > ul {
  padding-inline-start: 18px;
  padding-left: 18px;
}

body:not(.page-template-page-supporto,.woocommerce-checkout) #content div:not(.gform_body):not(.ginput_container_checkbox) > ul,
body.woocommerce-order-received #content div:not(.gform_body):not(.ginput_container_checkbox) > ul {
  padding-inline-start: 0 !important;
  padding-left: 0 !important;
}

body .gform_wrapper .gform_body .gform_fields .gfield .gchoice {
  position: relative;
}

body .gform_wrapper.gravity-theme .gfield_validation_message {
  background: unset;
  border: none;
  padding: 0;
}

.gform_wrapper.gravity-theme .gform_validation_errors {
	display: none;
}

#menu {
  background: var(--color-white);
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  visibility: hidden;
  opacity: 0;
  padding-inline-start: 0;
  min-height: 100vh;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: auto 100%;
}

#menu.open {
  visibility: visible;
  opacity: 1;
  overflow-x: hidden;
}

#bigmenu {
  width: 100%;
  position: relative;
  z-index: 3;
  overflow-x: hidden;
  padding-top: 130px;
  padding-bottom: 130px;
}

.logo-offset-color {
  margin-top: 0px;
}

#menu-primary .menu-item a:focus {
  outline: none;
}

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

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

video {
	width: 100%;
  position: relative;
  z-index: -1;
}

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

[hidden],
template {
  display: none;
}

a {
  color: var(--color-black);
  text-decoration: none;
}

a:active,
a:hover {
  outline: 0;
  color: inherit;
  text-decoration: none;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: var(--color-black);
}

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 2.5rem;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
  letter-spacing: var(--letter-spacing);
}

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

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

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

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

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  height: 10em !important;
  resize: none;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

pre {
  white-space: unset;
}

.overlay-container {
	position: relative;
	overflow: hidden;
  width: 100%;
}

.text-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
	color: var(--color-white);
	z-index: 1;
}

.gradient {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.22);
  transition: background-color 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1);
}

.ln-0 {
  line-height: 0 !important;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6,
#menu-primary,
#menu-footer,
.h1, .h2, .h3, .h4, .h5, .h6, .h7, .h8, .h9, .h10, .h11 {
  font-family: var(--font-heading);
  clear: both;
  font-weight: 700;
  margin-bottom: 15px;
	line-height: var(--line-height);
  text-transform: uppercase;
}
.wp-block-heading {
  margin-top: 3rem;
}
#menu-primary,
#menu-header,
#menu-footer {
  margin-bottom: 0;
}
.h1, .h2 {
	line-height: 0.9;
  letter-spacing: normal;
  hyphens: auto;
}
.h3, .h4, #menu-primary {
	line-height: 1;
}
.h5 {
	line-height: 1.1;
}

.fw-400 {
  font-weight: 400;
}

.fw-500 {
  font-weight: 500;
}

.fw-600 {
  font-weight: 600;
}

.fw-700 {
  font-weight: 700;
}

#contacts-nl h2 {
  margin-top: 0;
  padding-bottom: 1.2rem;
}
#gform_wrapper_2 {
  font-size: 11px;
  font-weight: 300;
  letter-spacing: var(--letter-spacing);
  line-height: 1.9;
  text-transform: uppercase;
}

p,
#content ul,
#content ol {
	margin-bottom: 15px; /*2rem*/
	line-height: 1.5;
}

.paragraph {
  font-family: var(--font-paragraph) !important;
}

.page-template-default #content a:not(.wp-block-button__link) {
  font-weight: 600;
  text-decoration: underline;
}

/*--------------------------------------------------------------
# Colors
--------------------------------------------------------------*/
.white,
.white * {
  color: var(--color-white);
}
.background-white,
hr.white {
  background-color: var(--color-white);
}

.black,
.black * {
  color: var(--color-black);
}
.background-black,
hr.black {
  background-color: var(--color-black);
}

.light-grey,
.light-grey * {
  color: var(--color-light-grey);
}
.background-light-grey,
hr.light-grey {
  background-color: var(--color-light-grey);
}

.grey,
.grey * {
  color: var(--color-grey);
}
.background-grey,
hr.grey {
  background-color: var(--color-grey);
}

.dark-grey,
.dark-grey * {
  color: var(--color-dark-grey);
}
.background-dark-grey,
hr.dark-grey {
  background-color: var(--color-dark-grey);
}

/*--------------------------------------------------------------
# Spaces
--------------------------------------------------------------*/
.content-area section,
.post-type-archive-product section,
body.search section,
.archive.woocommerce-page section {
  /*padding-top: calc(4vw - -3rem);
  padding-bottom: calc(4vw - -3rem);
  */
  padding-top: calc(2vw - -1rem);
  padding-bottom: calc(2vw - -1rem);
}

#error-page {
  padding-top: calc(8vw - -6rem);
  padding-bottom: calc(8vw - -6rem);
}

/*--------------------------------------------------------------
# Images
--------------------------------------------------------------*/
img.marquee {
  aspect-ratio: 640 / 906;
  width: 100%;
  object-fit: cover;
}

img.two-columns-location {
  aspect-ratio: 880 / 810;
  width: 100%;
  object-fit: cover;
}

img.two-columns-horizontal {
  aspect-ratio: 880 / 653;
  width: 100%;
  object-fit: cover;
}

img.two-columns-vertical {
  aspect-ratio: 880 / 978;
  width: 100%;
  object-fit: cover;
}

img.two-columns-square {
  aspect-ratio: 880 / 890;
  width: 100%;
  object-fit: cover;
}

img.three-columns-square {
  aspect-ratio: 640 / 753;
  width: 100%;
  object-fit: cover;
}

img.three-columns-horizontal {
  aspect-ratio: 640 / 378;
  width: 100%;
  object-fit: cover;
}

img.three-columns-news {
  aspect-ratio: 640 / 462;
  width: 100%;
  object-fit: cover;
}

img.three-columns-vertical {
  aspect-ratio: 640 / 1014;
  width: 100%;
  object-fit: cover;
}

img.four-columns-horizontal {
  aspect-ratio: 424 / 180;
  width: 100%;
  object-fit: cover;
}

img.four-columns-square {
  aspect-ratio: 1;
  width: 100%;
  object-fit: cover;
}

img.wide {
  aspect-ratio: 1920 / 614;
  width: 100%;
  object-fit: cover;
}

img.full-hd {
  aspect-ratio: 1920 / 1080;
  width: 100%;
  object-fit: cover;
  max-height: 90vh;
}

img.wide-mobile {
  aspect-ratio: 767 / 655;
  width: 100%;
  object-fit: cover;
}

img.full-mobile {
  aspect-ratio: 767 / 1095;
  width: 100%;
  object-fit: cover;
  max-height: 90vh;
}

img.logo {
  width: 100%;
  max-width: 240px;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
body {
  background: var(--color-white);
  /* Fallback for when there is no custom background color defined. */
}

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

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

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

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
header#masthead {
  margin-bottom: 0;
  z-index: 10;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 100;
  /*border-bottom: 1px solid var(--color-white);*/
  background: var(--color-white);
}

header#masthead.active {
  background: var(--color-white);
}

.navbar-brand > a {
  color: rgba(0, 0, 0, 0.9);
  font-size: 1.1rem;
  outline: medium none;
  text-decoration: none;
  color: var(--color-white);
  font-weight: 700;
}

.navbar-brand > a:visited, .navbar-brand > a:hover {
  text-decoration: none;
}

#page-sub-header {
  position: relative;
  padding-top: 5rem;
  padding-bottom: 0;
  text-align: center;
  font-size: 1.25rem;
  background-size: cover !important;
}

body:not(.theme-preset-active) #page-sub-header h1 {
  line-height: 1.6;
  font-size: 4rem;
  color: #563e7c;
  margin: 0 0 1rem;
  border: 0;
  padding: 0;
}

#page-sub-header p {
  margin-bottom: 0;
  line-height: 1.4;
  font-size: 1.25rem;
  font-weight: 300;
}
body:not(.theme-preset-active) #page-sub-header p {
color: #212529;
}
a.page-scroller {
  color: #333;
  font-size: 2.6rem;
  display: inline-block;
  margin-top: 2rem;
}

@media screen and (min-width: 768px) {
  body:not(.theme-preset-active) #page-sub-header h1 {
    font-size: 3.750rem;
  }
  body:not(.theme-preset-active) #page-sub-header {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 992px) {
  #page-sub-header p {
    max-width: 43rem;
    margin: 0 auto;
  }
}
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
#masthead nav {
  padding-left: 0;
  padding-right: 0;
}

.navbar-brand {
  height: auto;
}

.navbar-toggle .icon-bar {
  background: var(--color-black) none repeat scroll 0 0;
}

.dropdown-menu .dropdown-toggle::after {
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
  border-top: 0.3em solid transparent;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children {
  position: relative;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children>.dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px;
  border-radius: 0 6px 6px 6px;
}
.dropdown.menu-item-has-children .dropdown.menu-item-has-children:hover>.dropdown-menu {
  display: block;
}

/*
.dropdown.menu-item-has-children .dropdown.menu-item-has-children>a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #ccc;
  margin-top: 5px;
  margin-right: -10px;
}
*/

.dropdown.menu-item-has-children .dropdown.menu-item-has-children:hover>a:after {
  border-left-color: var(--color-white);
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children.pull-left {
  float: none;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children.pull-left>.dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}

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

.dropdown-item,
.mega-menu-link,
.nav-link,
.mega-sub-menu > li ul li,
.mega-sub-menu > li a,
.mega-sub-menu > li > a.mega-menu-link,
.mega-sub-menu > li > h4 {
  padding-bottom: 6px !important;
  padding-top: 6px !important;
  line-height: 16px !important;
}

.woocommerce-widget-layered-nav-list__item.wc-layered-nav-term a,
.woocommerce-widget-layered-nav-list__item.wc-layered-nav-term .count {
  display: inline-block;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item h4.mega-block-title, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item h4.mega-block-title {
  padding: 0;
}

.dropdown .open .dropdown-menu {
  display: block;
  left: 12.250em;
  top: 0;
}

.dropdown-menu .dropdown-item,
.mega-sub-menu .mega-menu-link {
  white-space: normal !important;
  background: transparent !important;
  line-height: 1.6 !important;
}
.dropdown-menu .dropdown-item:hover,
.mega-sub-menu .mega-menu-link:hover {
  background: transparent;
}

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

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

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

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}
.comment-content.card-block {
  padding: 20px;
}

.navigation.post-navigation {
  padding-top: 1.875rem;
}

.post-navigation .nav-previous a,
.post-navigation .nav-next a {
  border: 1px solid #ddd;
  border-radius: 0.938rem;
  display: inline-block;
  padding: 0.313rem 0.875rem;
  text-decoration: none;
}

.post-navigation .nav-next a::after {
  content: " \2192";
}

.post-navigation .nav-previous a::before {
  content: "\2190 ";
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 0.313rem;
  line-height: normal;
  padding: 0.938rem 1.438rem 0.875rem;
  text-decoration: none;
  top: 0.313rem;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

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

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

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

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

a img.alignright {
  float: right;
  margin: 0.313rem 0 1.25rem 1.25rem;
}

a img.alignnone {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

a img.alignleft {
  float: left;
  margin: 0.313rem 1.25rem 1.25rem 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption.alignnone {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

.wp-caption.alignleft {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

.wp-caption.alignright {
  margin: 0.313rem 0 1.25rem 1.25rem;
}

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

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

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  font-size: 0.875rem;
  /* Make sure select elements fit in widgets. */
}
.widget select {
  max-width: 100%;
}

.widget_search .search-form input[type="submit"] {
  display: none;
}

/*
.nav > li > a:focus,
.nav > li > a:hover {
  background-color: #eee;
  text-decoration: none;
}
*/

.half-rule {
  width: 6rem;
  margin: 2.5rem 0;
}
.widget_categories .nav-link {
  display: inline-block;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
section.content-area {
  padding-bottom: 4.125rem;
  padding-top: 4.125rem;
}

.page-template-page-privacy-policy #content.site-content h1,
.page-template-page-cookie-policy #content.site-content h1,
.page-template-default #content.site-content h1 {
  padding-bottom: 4.125rem;
}

.page-template-page-corporate #content.site-content {
  padding-top: 0 !important;
}

.page-template-page-corporate header:not(.active) .social-block a,
.page-template-page-corporate header:not(.active) .social-block a:focus,
.page-template-page-corporate header:not(.active) .social-block a:hover,
.hero-static .page-title {
  color: #FDFFFD;
}

.woo-lookbook .woo-lookbook-inner .wlb-item.default {
  background-color: rgba(255,255,255,.5);
  border: 1px solid #fff;
  width: 20px;
  height: 20px;
  color: transparent;
}

.hero-static .page-container {
  margin-top: 5%;
  z-index: 3;
}

.page-template-page-corporate header:not(.active) #logo-header {
  filter: invert(100%);
}

.background-carousel::before {
  position: absolute;
  width: 100%;
  left: 0;
  z-index: 1;
  height: 100%;
  content: "";
  top: 0;
  background: rgba(0,0,0,.4);
}

.sticky .entry-title::before {
  content: '\f08d';
  font-family: "Font Awesome 6 Pro";
  font-size: 1.563rem;
  left: -2.5rem;
  position: absolute;
  top: 0.375rem;
  font-weight: 900;
}

.sticky .entry-title {
  position: relative;
}

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

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

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

.page-template-blank-page .entry-content,
.blank-page-with-container .entry-content {
  margin-top: 0;
}

.post.hentry {
  margin-bottom: 4rem;
}

.posted-on, .byline, .comments-link {
  color: #9a9a9a;
}

.entry-title > a {
  color: inherit;
}

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

.bypostauthor {
  display: block;
}

.comment-body .pull-left {
  padding-right: 0.625rem;
}

.comment-list .comment {
  display: block;
}

.comment-list {
  padding-left: 0;
}

.comments-title {
  font-size: 1.125rem;
}

.comment-list .pingback {
  border-top: 1px solid rgba(0, 0, 0, 0.125);
  padding: 0.563rem 0;
}

.comment-list .pingback:first-child {
  border: medium none;
}

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

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

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

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

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  background: #f1f1f1 none repeat scroll 0 0;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  padding: 0.313rem 0.313rem 0;
  text-align: center;
}
.wp-caption img[class*="wp-image-"] {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 100%;
  padding: 0;
  width: auto;
}
.wp-caption .wp-caption-text {
  font-size: 0.688rem;
  line-height: 1.063rem;
  margin: 0;
  padding: 0.625rem;
}

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

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

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-item .gallery-columns-2 {
  max-width: 50%;
}
.gallery-item .gallery-columns-3 {
  max-width: 33.33333%;
}
.gallery-item .gallery-columns-4 {
  max-width: 25%;
}
.gallery-item .gallery-columns-5 {
  max-width: 20%;
}
.gallery-item .gallery-columns-6 {
  max-width: 16.66667%;
}
.gallery-item .gallery-columns-7 {
  max-width: 14.28571%;
}
.gallery-item .gallery-columns-8 {
  max-width: 12.5%;
}
.gallery-item .gallery-columns-9 {
  max-width: 11.11111%;
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Plugin Compatibility
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Woocommerce
--------------------------------------------------------------*/
.woocommerce-cart-form .shop_table .coupon .input-text {
  width: 8.313rem !important;
}

.variations_form .variations .value > select {
  margin-bottom: 0.625rem;
}

.woocommerce-MyAccount-content .col-1,
.woocommerce-MyAccount-content .col-2 {
  max-width: 100%;
}

/*--------------------------------------------------------------
## Elementor
--------------------------------------------------------------*/
.elementor-page article .entry-footer {
  display: none;
}

.elementor-page.page-template-fullwidth #content.site-content {
  padding-bottom: 0;
  padding-top: 0;
}

.elementor-page .entry-content {
  margin-top: 0;
}

/*--------------------------------------------------------------
## Visual Composer
--------------------------------------------------------------*/
.vc_desktop article .entry-footer {
  display: none;
}

.vc_desktop #content.site-content {
  padding-bottom: 0;
  padding-top: 0;
}

.vc_desktop .entry-content {
  margin-top: 0;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
body:not(.theme-preset-active) footer#colophon {
  color: var(--color-white);
  background-color: var(--color-black);
}
.navbar-dark .site-info {
  color: var(--color-white);
}

footer#colophon a {
  color: inherit;
}

/*--------------------------------------------------------------
# Media Query - Query List BEGIN
--------------------------------------------------------------*/

/* HOVER EFFECTS */
@media(hover:hover) and (pointer:fine) and (min-width:992px) {
  .woo-lookbook .woo-lookbook-inner .wlb-item.default:hover .wlb-speech {
    display: block;
  }
  .summary-read-more:hover {
    text-decoration: none;
  }
  .lost_password a:hover,
  .custom-breadcrumb a:hover {
    text-decoration: underline;
  }
  .archive-img-wrap:hover > picture:nth-of-type(2),
  .archive-img-wrap:hover > img:nth-of-type(2) {
    position: static !important;
    opacity: 1;
  }
  .archive-img-wrap:hover > picture:nth-of-type(1),
  .archive-img-wrap:hover > img:nth-of-type(1) {
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0;
  }
  footer .gform_wrapper a:hover {
    color: white;
    text-decoration: underline;
  }
  .img-hover-zoom:hover img {
    transform: scale(1.1);
  }
  .post-navigation .nav-previous a:hover,
  .post-navigation .nav-next a:hover {
    background: #eee none repeat scroll 0 0;
  }
  footer .navbar-nav li > a:hover {
    opacity: 1 !important;
    color: var(--color-brown) !important;
  }
  #mega-menu-primary .mega-menu-megamenu .mega-sub-menu li > a:hover img {
    outline: 2px solid var(--color-brown);
  }
  footer .social-block a:hover:before {
    border: 1px solid #fff;
  }
  .button:hover,
  .gform_wrapper input[type=submit]:hover,
  .post-template-default .wp-block-button__link:hover {
    background: transparent;
    color: #000000;
    border: 2px solid #000000;
  }
  .button-open:hover {
    background: #000000;
    color: #fff;
    border-left: 2px solid #000000;
    border-right: 2px solid #000000;
    padding: 10px 2.4rem;
  }
  body:not(.theme-preset-active) #masthead #menu-side-top li:nth-last-child(1) a:hover {
    color: red;
  }
  body:not(.theme-preset-active) #masthead #menu-side-bottom li a:hover {
    -webkit-text-fill-color: #000000;
    -webkit-text-stroke-color: transparent;
    color: #000000;
  }
  .far:hover,
  .xoo-wsc-cart-trigger:hover .far {
    color: var(--color-brown);
  }
  .close-popup .far:hover {
    color: #000;
  }
  .btn:hover,
  input[type=submit]:hover,
  .woof_reset_button_2:hover {
    color: #000000;
    background: var(--color-brown);
  }
  .woocommerce-address-fields button:hover,
  .woocommerce-orders-table__cell a:hover,
  .woocommerce-MyAccount-content a:hover,
  .woocommerce-form-coupon .button.wp-element-button:hover {
    color: #000000 !important;
    background: var(--color-brown) !important;
  }
  .woocommerce-MyAccount-content p a:hover,
  .woocommerce-MyAccount-content .woocommerce-orders-table__cell-order-number a:hover {
    color: #000000 !important;
    background: transparent !important;
  }
  .btn.inverted:hover,
  #gform_wrapper_1 input[type=submit]:hover,
  .img-hover-zoom:hover .btn {
    color: #ffffff !important;
    background: var(--color-brown);
  }
  .btn.blue:hover {
    color: var(--color-brown);
    background: #ffffff;
  }
  .btn.inverted.add-to-cart:hover,
  .btn.inverted.contacts:hover {
    color: var(--color-brown) !important;
    background: black;
  }
  .woocommerce-account:not(.logged-in) .woocommerce-form button:hover,
  .woocommerce-button.button.woocommerce-form-login__submit.wp-element-button:hover,
  .woocommerce div.product form.cart .button:not(.add_to_wishlist):hover,
  .xoo-wsc-ft-btn.button.btn.xoo-wsc-ft-btn-cart:hover,
  .xoo-wsc-empty-cart .btn:hover,
  .return-to-shop .button:hover,
  .checkout-button:hover,
  .shop_table .actions > .button.wp-element-button:hover,
  button[name="update_cart"]:hover,
  .woocommerce-checkout-payment .button:hover {
    background: black !important;
  }
  .shop_table > .button.wp-element-button:hover,
  #about-block-4 .btn.blue:hover {
    color: #ffffff;
    background: #000000;
  }
  .woocommerce-cart .shop_table .coupon button.button.wp-element-button:hover,
  #pwgc-redeem-button:hover,
  button[name="apply_coupon"]:hover {
    color: #ffffff !important;
    background: #000000 !important;
  }
  .overlay-container > a:hover picture,
  .overlay-container > a:hover img:not(.icon-link-arrow),
  .overlay-container > a:hover video {
    transform: scale(1.2);
  }
}

/* 330 MAX WIDTH */
@media (max-width:330px) {
  #menu-side-top a,
  #menu-side-bottom a {
    font-weight: 700 !important;
  }
}

/* 480 MAX WIDTH */
@media (max-width:480px) {
  #input_1_1 {
    margin-top: 7px;
  }
}

/* 481 MIN WIDTH */
@media (min-width:481px) {
  #input_1_1 {
    margin-top: 7px;
  }
}

/* 516 MAX WIDTH */
@media (max-width:516px) {
}

/* 517 MIN WIDTH */
@media (min-width:517px) {
}

/* 641 MIN WIDTH */
@media (min-width:641px) {
  .gform_wrapper .top_label li.gfield.gf_right_half {
     padding-left: 16px;
     padding-right: 0 !important;
  }
}

/* 767 MAX WIDTH */
@media (max-width:767px) {
  .h1 {
    font-size: var(--font-size-h1-mobile);
  }
  .h2 {
    font-size: var(--font-size-h2-mobile);
  }
  .h3 {
    font-size: var(--font-size-h3-mobile);
  }
  .h4 {
    font-size: var(--font-size-h4-mobile);
  }
  .h5 {
    font-size: var(--font-size-h5);
  }
  .h6 {
    font-size: var(--font-size-h6);
  }
  .h7 {
    font-size: var(--font-size-h7);
  }
  .h8 {
    font-size: var(--font-size-h8);
  }
  .h9 {
    font-size: var(--font-size-h9);
  }
  .h10 {
    font-size: var(--font-size-h10);
  }
  .h11 {
    font-size: var(--font-size-h11);
  }
  .h12 {
    font-size: var(--font-size-h12);
  }
  .company-logo {
    max-width: 150px;
  }
  .close-searchbar {
    right: 0;
  }
  #menu-side-top-nav {
    margin-left: -2vw;
    margin-top: calc(45vh - 150px);
  }
  #menu-side-bottom-nav {
    margin-left: -2vw;
    margin-right: -10px;
    margin-top: 4vh;
  }
  #menu-side-top,
  #menu-side-bottom {
    -ms-flex-direction: row;
    flex-direction: row;
    flex-flow: wrap;
    justify-content: space-between;
  }
  #menu-primary a,
  #menu-primary .dropdown-toggle-ellipsis {
    font-size: 1.5rem;
  }
  #menu-side-top a {
    margin: .2rem 2vw;
    padding: 0;
  }
  #menu-side-top li:nth-last-child(2) a {
    margin-right: 4.6vw;
  }
  #menu-side-top li:nth-last-child(1) a {
    margin: .2rem .5rem;
  }
  #menu-side-bottom a {
    margin: .5rem 2vw;
    padding: 0;
  }
  #hamburger,
  .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 29px !important;
  }
  footer .social-block {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  #menu-policies-nav {
    margin-top: .2rem !important;
  }
  .navbar-nav .dropdown-menu {
    transform: none !important;
  }
  #menu .dropdown-menu {
    position: relative !important;
  }
  .logo-offset-color {
    padding-top: 26px;
    margin-top: -26px;
    padding-bottom: 24px;
    margin-bottom: -24px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .logo-offset-color img {
    width: 130px;
  }
  #menu-footer .dropdown.show > .dropdown-menu {
    display: block !important;
  }
  .gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit], .gform_wrapper .gform_page_footer input.button, .gform_wrapper .gform_page_footer input[type=submit],
  .gform_wrapper .gfield_checkbox li, .gform_wrapper .gfield_radio li {
    margin: 0 0 16px !important;
  }
  /*
  .gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit], .gform_wrapper .gform_page_footer input.button, .gform_wrapper .gform_page_footer input[type=submit] {
    width: inherit !important;
  }
  */
  footer .social-text {
    display: none;
  }
  #gform_1 .gform_footer.top_label {
    text-align: center;
    margin: .6rem 0 .6rem;
  }
  #menu-footer .dropdown .dropdown-menu {
    display: none;
  }
  header .social-block a[title=Wishlist] {
    margin-left: 0 !important;
  }
  .background-carousel {
    height: 350px;
  }
  .cky-consent-container .cky-consent-bar {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .menu-list-header:before,
  .menu-list-header:after {
    width: calc(100% - -1rem);
    left: -1rem;
  }
  #sidebar {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  header .mobile-fit > .row:first-child .far {
    font-size: 18px;
  }
  .woocommerce-checkout-review-order-table .product-name {
    flex-direction: column !important;
    align-items: start !important;
  }
  .woof_products_top_panel_ul > li:first-child {
    width: 100%;
    margin-bottom: 1rem !important;
    display: grid;
  }
  .woocommerce div.product form.cart .button:not(.add_to_wishlist),
  .top-summary .yith-wcwl-add-button .single_add_to_wishlist {
    width: 100%;
  }
  .owl-nav button,
  #go-to-top {
    width: 45px !important;
  }
  #go-to-top {
    bottom: 0.6rem !important;
  }
  .owl-nav button > * {
    width: 100%;
  }
  .container-fluid.mobile-fit {
    padding-left: 15px;
    padding-right: 20px;
  }
}

/* 794 MAX WIDTH */
@media (max-width:794px) {
  .grid-item {
    right: 15px;
  }
}

/* 768 MIN WIDTH - 890 MAX WIDTH */
@media (min-width:768px) and (max-width:890px) {
  #masthead > .container > .row > .col-md-2 {
    -ms-flex: 0 0 19.666667%;
    flex: 0 0 19.666667%;
    max-width: 19.666667%;
  }
  #masthead > .container > .row > .col-md-8 {
    -ms-flex: 0 0 60.666667%;
    flex: 0 0 60.666667%;
    max-width: 60.666667%;
  }
}

/* 768 MIN WIDTH - 991 MAX WIDTH */
@media (min-width:768px) and (max-width:991px) {
  .h1 {
    font-size: calc(var(--font-size-h1) * var(--font-size-md));
  }
  .h2 {
    font-size: calc(var(--font-size-h2) * var(--font-size-md));
  }
  .h3 {
    font-size: calc(var(--font-size-h3) * var(--font-size-md));
  }
  .h4 {
    font-size: calc(var(--font-size-h4) * var(--font-size-md));
  }
  .h5 {
    font-size: var(--font-size-h5);
  }
  .h6 {
    font-size: var(--font-size-h6);
  }
  .h7 {
    font-size: var(--font-size-h7);
  }
  .h8 {
    font-size: var(--font-size-h8);
  }
  .h9 {
    font-size: var(--font-size-h9);
  }
  .h10 {
    font-size: var(--font-size-h10);
  }
  .h11 {
    font-size: var(--font-size-h11);
  }
  .h12 {
    font-size: var(--font-size-h12);
  }
  #bigmenu .dropdown-toggle-ellipsis::before {
    font-size: 3.2rem;
    top: -33px;
  }
  #bigmenu .show .dropdown-toggle-ellipsis::before {
    top: -35px;
  }
  #menu-primary a,
  #menu-primary .dropdown-toggle-ellipsis {
    padding-bottom: 1.5vh;
    padding-top: 1.5vh;
    font-size: 2.8rem;
  }
  #menu-side-top a, #menu-side-bottom a {
    padding: 9px 10px 6px;
    font-size: 1.2rem;
  }
  header .mobile-fit > .row:first-child .far {
    font-size: 20px;
  }
  .cky-consent-container .cky-consent-bar {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  .menu-list-header:before,
  .menu-list-header:after {
    width: calc(100% - -2rem);
    left: -2rem;
  }
  #sidebar {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

/* 768 MIN WIDTH */
@media (min-width:768px) {
  .btn, .woocommerce-address-fields button,
  .woocommerce-orders-table__cell a,
  .woocommerce-MyAccount-content a,
  .back-to-shop,
  :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .fgw_gift_atc_btn a.button.alt,
  :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt.fgw_gift_btn,
  input[type=submit], .woof_reset_button_2,
  .woocommerce div.product form.cart .button:not(.add_to_wishlist),
  .top-summary .yith-wcwl-add-button .single_add_to_wishlist,
  .shop_table .button.wp-element-button,
  .woocommerce-form-coupon .button.wp-element-button,
  .woocommerce-cart .shop_table .coupon button.button.wp-element-button,
  #pwgc-redeem-button, button[name="apply_coupon"],
  button[name="update_cart"],
  .woocommerce .woocommerce-form-login .woocommerce-form-login__submit {
    margin-bottom: 1.5rem !important;
  }
  .woo-lookbook .woo-lookbook-inner .wlb-item.default .wlb-speech {
    display: none;
  }
  .woocommerce ul.products[class*=columns-] li.product {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .top-summary {
    height: 100%;
  }
  .top-summary > div {
    position: sticky;
    top: 170px;
  }
  .woocommerce div.product form.cart .button:not(.add_to_wishlist),
  .top-summary .yith-wcwl-add-button .single_add_to_wishlist {
    width: calc(50% - 8px);
  }
  .woof_products_top_panel ul {
    display: flex;
    align-items: center;
  }
  .close-searchbar {
    right: 0;
  }
  #menu-footer .navbar-nav > .dropdown::before,
  #menu-footer .navbar-nav > .dropdown .dropdown::before {
    content: none !important;
  }
  footer .dropdown-menu {
    display: block;
  }
  .page-content p {
    text-align: justify;
  }
  #menu-side-top li:nth-last-child(1) {
    margin-top: 11px;
  }
  #menu {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  #menu-side-top-nav {
    position: fixed;
    right: 8%;
    top: 32%;
  }
  #menu-side-bottom-nav {
    position: fixed;
    right: 8%;
    top: 57%;
  }
  .gform_wrapper form {
    margin: 0 !important;
  }
  body:not(.theme-preset-active) #page-sub-header h1 {
    font-size: 3.750rem;
  }
  body:not(.theme-preset-active) #page-sub-header {
    font-size: 1.25rem;
  }
  #menu.open:after {
    height: 165px;
  }
  .dropdown-menu li > .dropdown-menu {
    right: -9.875rem;
    top: 1.375rem;
  }
  #menu-header > li,
  #mega-menu-primary > li {
    display: inline-block;
    position: static;
  }
  #menu-header > .dropdown > .dropdown-menu,
  #mega-menu-primary > .mega-menu-megamenu > .mega-sub-menu {
    display: block;
    overflow: hidden;
    margin-top: 0 !important;
    margin-left: -5px;
    width: calc(100% - -10px);
    position: absolute;
    border-radius: 0;
    text-align: center;
    border-bottom: 1px solid var(--color-light-grey);
    /*-webkit-transition: max-height .2s !important;
    transition: max-height .2s !important;
    -webkit-transition-timing-function: ease-in !important;
    transition-timing-function: ease-in !important;*/
    max-height: 0 !important;
    padding-top: 0;
    padding-bottom: 0;
    z-index: -1 !important;
  }
  #menu-header > .dropdown > .dropdown-menu .dropdown > .dropdown-menu,
  #mega-menu-primary > .mega-menu-megamenu > .mega-sub-menu .mega-menu-megamenu > .mega-sub-menu {
    display: block;
  }
  /*
  #menu-header .dropdown .dropdown-menu > li,
  #mega-menu-primary .mega-menu-megamenu .mega-sub-menu > li {
    -webkit-transition: padding-top .2s, padding-bottom .2s !important;
    transition: padding-top .2s, padding-bottom .2s !important;
  } */
  #menu-header > .dropdown:hover > .dropdown-menu,
  #mega-menu-primary > .mega-menu-megamenu:hover > .mega-sub-menu {
    max-height: unset !important;
    margin-top: 1px !important;
    z-index: 1000 !important;
  }
  #menu-header > .dropdown:hover > .dropdown-menu > li,
  #mega-menu-primary > .mega-menu-megamenu:hover > .mega-sub-menu > li {
    display: inline-table;
    padding-top: 1.7rem !important;
    padding-bottom: 2rem !important;
    width: 10rem;
  }
  #menu-header .dropdown .dropdown-menu > li .dropdown-menu,
  #mega-menu-primary .mega-menu-megamenu .mega-sub-menu > li .mega-sub-menu {
    position: static;
  }
  #menu-header > .dropdown > .dropdown-menu > li .dropdown-menu a,
  #mega-menu-primary > .mega-menu-megamenu > .mega-sub-menu > li .mega-sub-menu a,
  #mega-menu-primary > .mega-menu-megamenu > .mega-sub-menu > li .nav.flex-column a {
    color: #A0A39E !important;
  }
  #mega-menu-primary > .mega-menu-megamenu > .mega-sub-menu > li .nav.flex-column a {
    padding-left: 0;
    padding-right: 0;
  }
  .search-form input[type=search] {
    border: none !important;
    text-align: center;
  }
  .background-carousel {
    height: 590px;
  }
}

/* 768 MIN WIDTH - 1499 MAX WIDTH */
@media (min-width:768px) and (max-width:1499px) {
  #menu-side-top-nav {
    right: 20px;
  }
  #menu-side-bottom-nav {
    right: 20px;
  }
}

/* 769 MIN WIDTH */
@media (min-width:769px) {
  .dropdown-menu li > .dropdown-menu {
    right: -9.875rem;
    top: 1.375rem;
  }
}

/* 991 MAX WIDTH */
@media (max-width:991px) {
  body .onsale {
    font-size: 13px !important;
    width: 48px !important;
  }
  .button.woof_reset_search_form {
    display: none !important;
  }
  .woof_sid_auto_shortcode {
    width: 300px;
    border-radius: 0;
    position: fixed;
    height: 100%;
    background: white;
    top: 0;
    left: 0;
    z-index: 101;
    padding: 4rem 20px !important;
    border: unset;
    border-right: 1px solid var(--color-light-grey);
    transform: translateX(-300px);
    transition: transform 225ms cubic-bezier(0, 0, 0.2, 1) 0ms;
  }
  .woof_sid_auto_shortcode.active {
    transform: translateX(0px);
  }
  .woof_redraw_zone .woof_submit_search_form_container {
    position: fixed;
    bottom: 0;
    left: 0;
    width: calc(100% - 40px);
    padding: 15px 20px;
    color: white;
    background-color: var(--color-turquoise);
    text-align: center;
    display: block;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 3px;
    font-family: var(--font-heading);
    font-weight: 700;
    line-height: 1.4;
    margin: 20px;
    cursor: pointer;
  }
  .woof_redraw_zone .woof_submit_search_form_container:after {
    content: "Apply";
  }
  html[lang="it-IT"] .woof_redraw_zone .woof_submit_search_form_container:after {
    content: "Applica";
  }
  .wc-block-grid__products .yith-wcwl-add-to-wishlist i,
  .woocommerce .products .yith-wcwl-add-to-wishlist i,
  .owl-carousel .yith-wcwl-add-to-wishlist i {
    font-size: 22px !important;
  }
  .woof_shortcode_output {
    margin-top: 1.25rem !important;
  }
  footer .gravity-theme  {
    margin-top: 4px !important;
    padding-bottom: 42px !important;
  }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item {
    float: unset;
    width: auto;
  }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item {
    display: block;
  }
  #mega-menu-wrap-primary .mega-menu-toggle + #mega-menu-primary {
    display: block;
    background: unset;
  }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-toggle-on > a.mega-menu-link {
    background: unset;
  }
  #mega-menu-wrap-primary .mega-menu-toggle {
    display: none !important;
  }
  #menu-language a {
    font-size: 12px !important;
  }
  .search-form input[type=search] {
    border: none !important;
    border-bottom: 1px solid var(--color-light-grey) !important;
    margin-top: 1.5rem;
    padding: 10px 1.8rem 10px 0 !important;
  }
  .nav-link {
    padding: 0;
  }
  #input_1_1 {
    line-height: normal;
  }
  .dropdown-item,
  .mega-menu-link {
    padding: 0;
  }
  header .mobile-fit > .row:first-child {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .mobile-fit .social-block {
    padding-right: 0;
  }
  .mobile-fit .header-right {
    padding-left: 0;
  }
  .wpml-ls-current-language.opened .dropdown-menu {
    display: block;
  }
  #menu-header > .current_page_item > a:after,
  #menu-header > .current_page_parent > a:after,
  #mega-menu-primary > .mega-current_page_item > a:after,
  #mega-menu-primary > .mega-current_page_parent > a:after {
    content: '';
    width: calc(100% - -15px);
    height: 1px;
    background: var(--color-black);
    position: absolute;
    left: 0;
    bottom: -5px;
    z-index: 1;
  }
  #menu-header li ul,
  #mega-menu-primary li ul,
  #menu-footer li ul {
    padding: .5rem 0 .5rem 0 !important;
    padding-inline-start: 0;
  }
  #menu-header li li,
  #mega-menu-primary li li,
  #menu-footer li li {
    padding: 0.25rem 0 !important;
  }
  /*
  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item > ul.mega-sub-menu,
  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-toggle-on > ul.mega-sub-menu,
  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu.mega-menu-item.mega-toggle-on ul.mega-sub-menu,
  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu ul.mega-sub-menu {
    display: none;
  }
  */
  #menu-header li li > a,
  #mega-menu-primary li li > a,
  #mega-menu-primary li li > h4,
  #menu-language li li > a {
    color: var(--color-black) !important;
  }
  /*
  #menu-language > li.opened > a > .wpml-ls-native:after {
    content: "\f106";
  }
  */
  #menu-language-mobile-nav {
    margin-top: 3rem;
    margin-bottom: 1.5rem;
  }
  #menu-header-nav .dropdown .dropdown-menu,
  #mega-menu-primary .mega-menu-megamenu .mega-sub-menu {
    display: none;
  }
  #menu-header-nav .dropdown.show > .dropdown-menu,
  #mega-menu-primary .mega-menu-item.mega-toggle-on > .mega-sub-menu {
    display: block !important;
  }
  #menu-header-nav .navbar-nav > .dropdown::before,
  #menu-header-nav .navbar-nav > .dropdown .dropdown::before,
  #mega-menu-primary .mega-indicator::before,
  #menu-footer .navbar-nav > .dropdown::before,
  #menu-footer .navbar-nav > .dropdown .dropdown::before {
    font-size: 1.2rem;
    font-family: "Font Awesome 6 Pro";
    content: "+";
    position: absolute;
    right: 0;
    cursor: pointer;
  }
  #menu-header-nav .navbar-nav > .dropdown .dropdown::before,
  #mega-menu-primary .mega-indicator::before,
  #menu-footer .navbar-nav > .dropdown::before {
    top: 10px;
    font-size: 16px;
  }
  #mega-menu-primary .mega-sub-menu .mega-indicator::before {
    top: 9.6px;
  }
  #menu-header-nav .navbar-nav > .dropdown.show::before,
  #menu-header-nav .navbar-nav > .dropdown .dropdown.show::before,
  #mega-menu-primary .mega-menu-item.mega-toggle-on > .mega-menu-link > .mega-indicator::before,
  #menu-footer .navbar-nav > .dropdown.show::before,
  #menu-footer .navbar-nav > .dropdown .dropdown.show::before {
    content: "–";
    top: 10px;
  }
  #mega-menu-primary .mega-sub-menu .mega-menu-item.mega-toggle-on > .mega-menu-link > .mega-indicator::before {
    content: "–";
    top: 7.6px;
  }
  #menu-header-nav,
  #mega-menu-wrap-primary,
  #menu-footer {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  #mega-menu-wrap-primary #mega-menu-primary a.mega-menu-link,
  #mega-menu-wrap-primary #mega-menu-primary .mega-indicator {
    position: static !important;
    display: block !important;
  }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
    height: unset;
    padding: 0;
    margin-top: calc(1.5rem - -6px);
    padding-bottom: calc(.5rem - -6px) !important;
  }
  #mega-menu-primary {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu.mega-menu-item {
    position: relative;
  }
  #menu-footer {
    margin-bottom: 3rem !important;
  }
  #menu-header > li,
  #mega-menu-primary > li,
  #menu-footer .navbar-nav > li,
  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item > ul.mega-sub-menu {
    position: relative;
  }
  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item > ul.mega-sub-menu {
    visibility: visible;
  }
  #menu-header > li::after,
  #menu-footer .navbar-nav > li::after {
    content: '';
    position: absolute;
    width: 100%;
    border-bottom: 1px solid #E0E0D7;
    padding: 2px;
  }
  #mega-menu-primary > li > .mega-menu-link {
    width: 100% !important;
    border-bottom: 1px solid #E0E0D7 !important;
  }
  #menu-header > li::after,
  #mega-menu-primary > li::after {
    top: 23px;
  }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu {
    float: none;
  }
  #menu-footer .nav-link {
    padding-bottom: .75rem !important;
    padding-top: .75rem !important;
  }
  #menu-footer .navbar-nav {
    margin-bottom: .5rem;
  }
  #menu-footer .navbar-nav > li::after {
    top: 36px;
  }
  #bigmenu {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  #bigmenu .dropdown-toggle-ellipsis::before {
    font-size: 2rem;
    position: relative;
    top: -20px;
    left: 4px;
  }
  #bigmenu .show .dropdown-toggle-ellipsis::before {
    top: -22px;
    left: 5px;
  }
  .post-contact-us {
    padding-top: 2.5rem;
    padding-bottom: 3rem;
  }
}

/* 992 MIN WIDTH - 1499 MAX WIDTH */
@media (min-width:992px) and (max-width:1499px) {
  .h1 {
    font-size: calc(var(--font-size-h1) * var(--font-size-lg));
  }
  .h2 {
    font-size: calc(var(--font-size-h2) * var(--font-size-lg));
  }
  .h3 {
    font-size: calc(var(--font-size-h3) * var(--font-size-lg));
  }
  .h4 {
    font-size: calc(var(--font-size-h4) * var(--font-size-lg));
  }
  .h5 {
    font-size: var(--font-size-h5);
  }
  .h6 {
    font-size: var(--font-size-h6);
  }
  .h7 {
    font-size: var(--font-size-h7);
  }
  .h8 {
    font-size: var(--font-size-h8);
  }
  .h9 {
    font-size: var(--font-size-h9);
  }
  .h10 {
    font-size: var(--font-size-h10);
  }
  .h11 {
    font-size: var(--font-size-h11);
  }
  .h12 {
    font-size: var(--font-size-h12);
  }
  #bigmenu .dropdown-toggle-ellipsis::before {
    font-size: 4.9rem;
    top: -53px;
  }
  #bigmenu .show .dropdown-toggle-ellipsis::before {
    top: -55px;
  }
  #menu-primary a,
  #menu-primary .dropdown-toggle-ellipsis {
    padding-bottom: 1.5vh;
    padding-top: 1.5vh;
    font-size: 3.5rem;
  }
  #menu-side-top a, #menu-side-bottom a {
    padding: 3px 10px 0px;
    font-size: 1.5rem;
  }
  .close-searchbar {
    right: -3rem;
  }
  .cky-consent-container .cky-consent-bar {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .menu-list-header:before,
  .menu-list-header:after {
    width: calc(100% - -3rem);
    left: -3rem;
  }
}

/* 992 MIN WIDTH */
@media (min-width:992px) {
  .woof_sid_auto_shortcode {
    border: none;
    border-radius: 0;
    padding: 15px 0 0 !important;
    width: 100%;
  }
  #shop-intro-icons {
    display: flex;
    justify-content: center;
    align-items: start;
  }
  #shop-intro-icons li.mega-menu-columns-1-of-7 {
    /*width: 14.28571%;
    float: left;
    min-height: 1px;*/
    width: 9%;
  }
  .woof_container_inner .woof_block_html_items {
    position: absolute;
    z-index: 99;
    background-color: white;
    border: 1px solid var(--color-light-grey);
    width: 100%;
    max-height: 300px;
    overflow-y: auto;
    overflow-x: hidden;
  }
  .woocommerce-additional-fields {
    margin-top: calc(2vw - -1rem);
  }
  .woof_redraw_zone > div:not(:nth-last-child(2)) {
    padding-right: 2vw;
    overflow: unset;
  }
  .woocommerce ul.products[class*=columns-] li.product {
    flex: 0 0 auto;
    width: 25%;
  }
  .woocommerce .woocommerce-products-list.show-less-columns ul.products[class*=columns-] li.product {
    width: 33.3333333333%;
  }
  #filter-open {
    display: none;
  }
  .woof_sid_auto_shortcode {
    border-top: 1px solid var(--color-light-grey) !important;
    margin-top: 1rem; /* calc(2vw - -1rem); */
  }
  .chosen-container-single .chosen-single div {
    margin-right: 10px;
  }
  .woocommerce-products-list  .woof_sid_auto_shortcode .woof_redraw_zone {
    display: flex;
    flex-wrap: unset;
  }
  .woof_sid_auto_shortcode .woof_container {
    width: 100%;
  }
  footer .gravity-theme  {
    margin-top: 4px !important;
    padding-bottom: 64px !important;
  }
  #searchbar-desktop {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
  }
  #menu-language a {
    font-size: 14px !important;
  }
  #menu-footer {
    max-width: 800px;
  }
  #mega-menu-primary .mega-sub-menu > li > ul,
  #mega-menu-primary .mega-sub-menu .nav.flex-column {
    padding-top: 6px !important;
  }
  #mega-menu-primary>li:hover>a:after {
    content: '' !important;
    display: block !important;
    position: absolute !important;
    background-color: var(--color-black) !important;
    width: 8px !important;
    height: 8px !important;
    bottom: -5px;
    left: 50%;
    transform: translate(-50%,0) rotate(45deg);
    transform: translate(-50%,0);
    z-index: 1001;
  }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
    line-height: 1;
    height: 43px;
    padding: 1rem 1.5rem 1rem 1.5rem;
    letter-spacing: var(--letter-spacing);
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu {
    margin-top: 0 !important;
    border-top: 1px solid var(--color-light-grey);
    border-bottom: 1px solid var(--color-light-grey);
    left: 5px;
  }
  #mega-menu-wrap-primary, #mega-menu-wrap-primary #mega-menu-primary, #mega-menu-wrap-primary #mega-menu-primary ul.mega-sub-menu, #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item, #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-row, #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-column, #mega-menu-wrap-primary #mega-menu-primary a.mega-menu-link {
    position: static;
  }
  #mega-menu-wrap-primary #mega-menu-primary > li > ul.mega-sub-menu {
    margin-inline-start: -5px;
    margin-inline-end: -5px;
  }
  .widget_media_image {
    display: flex !important;
    flex-direction: column-reverse !important;
  }
  .widget_media_image h4 {
    text-align: center !important;
  }
  #menu-header > li > a,
  #mega-menu-primary > li > a {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }
  .search-form input[type=search] {
    padding: 12px 1rem 13px !important;
  }
  #menu-header > .current_page_item,
  #menu-header > .current_page_parent,
  #menu-header > li:hover,
  #mega-menu-primary > .current_page_item,
  #mega-menu-primary > .current_page_parent,
  #mega-menu-primary > li:hover {
    border-bottom: 1px solid var(--color-black) !important;
    margin-bottom: -1px !important;
  }
  #menu-footer li li {
    padding-top: 4px;
    padding-bottom: 4px;
  }
  #menu-language .dropdown .dropdown-menu {
    display: block;
    position: absolute;
    overflow: hidden;
    margin-top: 0;
    border-radius: 0;
    width: 112px;
    min-width: 1px;
    padding-left: 12px;
    padding-right: 12px;
    left: -13px;
    background: var(--color-white);
    -webkit-transition: padding-top .2s, padding-bottom .2s, max-height .2s;
    transition: padding-top .2s, padding-bottom .2s, max-height .2s;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    max-height: 0;
    padding-top: 0;
    padding-bottom: 0;
  }
  #menu-language .dropdown:hover .dropdown-menu {
    padding-top: .5rem;
    padding-bottom: .5rem;
    max-height: unset;
    border: 1px solid #E0E0D7;
  }
  #menu-language .dropdown .dropdown-menu a {
    padding-left: 0;
    padding-right: 0;
  }
  /*
  #menu-language > li:hover > a > .wpml-ls-native:after {
    content: "\f106";
  }
  */
  .social {
    text-align: center;
  }
  #menu-policies-nav {
    text-align: right;
  }
  #page-sub-header p {
    max-width: 43rem;
    margin: 0 auto;
  }
  .nl-footer-title {
    margin-top: calc(1rem - 2px) !important;
  }
}

/* 1024 MAX WIDTH */
@media (max-width:1024px) {
  .num-dots .owl-nav {
    top: -5.45rem;
  }
  .num-dots .owl-dots {
    top: -4.8rem;
  }
}

/* 1025 MIN WIDTH */
@media (min-width:1025px) {
  .num-dots .owl-nav {
    top: -4.85rem;
  }
  .num-dots .owl-dots {
    top: -4.55rem;
  }
}

/* 1199 MAX WIDTH */
@media (max-width:1199px) {
}

/* 1200 MIN WIDTH */
@media (min-width:1200px) {
}

/* 1499 MAX WIDTH */
@media (max-width:1499px) {
}

/* 1500 MIN WIDTH */
@media (min-width:1500px) {
  .h1 {
    font-size: var(--font-size-h1);
  }
  .h2 {
    font-size: var(--font-size-h2);
  }
  .h3 {
    font-size: var(--font-size-h3);
  }
  .h4 {
    font-size: var(--font-size-h4);
  }
  .h5 {
    font-size: var(--font-size-h5);
  }
  .h6 {
    font-size: var(--font-size-h6);
  }
  .h7 {
    font-size: var(--font-size-h7);
  }
  .h8 {
    font-size: var(--font-size-h8);
  }
  .h9 {
    font-size: var(--font-size-h9);
  }
  .h10 {
    font-size: var(--font-size-h10);
  }
  .h11 {
    font-size: var(--font-size-h11);
  }
  .h12 {
    font-size: var(--font-size-h12);
  }
  #bigmenu .dropdown-toggle-ellipsis::before {
    top: calc(14vh - 19.3vh);
  }
  #bigmenu .show .dropdown-toggle-ellipsis::before {
    top: calc(14vh - 19.5vh);
  }
  #menu-side-top a, #menu-side-bottom a {
    padding: 3px 10px 0px;
    font-size: 1.5rem;
  }
  #menu-primary a,
  #menu-primary .dropdown-toggle-ellipsis {
    font-size: 5.3vh;
  }
  .num-dots .owl-item.active ~ .owl-item {
    margin-left: calc(1162px - 95vw);
    z-index: -1;
  }
  .num-dots .owl-item {
    -webkit-transition: all .8s ease;
    -moz-transition: all .8s ease;
    -ms-transition: all .8s ease;
    -o-transition: all .8s ease;
    transition: all .8s ease;
  }
  .close-searchbar {
    right: -4rem;
  }
  .cky-consent-container .cky-consent-bar {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  .menu-list-header:before,
  .menu-list-header:after {
    width: calc(100% - -4rem);
    left: -4rem;
  }
}

/*--------------------------------------------------------------
## Media Query - Query List END
--------------------------------------------------------------*/

.background-carousel {
  background-position: center;
  background-size: cover;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Cookie Banner - BEGIN */

.cky-consent-container .cky-consent-bar {
  box-shadow: unset !important;
}

.cli-style-v2 .cli-bar-message {
  width: unset;
  padding-top: 10px;
  padding-bottom: 10px;
}

.cli-style-v2.cli-bar-container {
  justify-content: center;
}

.cky-modal {
  border-color: transparent !important;
  border-radius: 0 !important;
  border-width: 0;
  border: unset !important;
}

.cky-modal .cky-preference-center {
  border-color: transparent !important;
  border-radius: 0 !important;
  border-width: 0;
  border: unset !important;
}

div[data-cky-tag="detail-powered-by"] {
    display: none !important;
}

.cli-style-v2.cli-bar-container #wt-cli-accept-all-btn {
  border: 1px solid var(--color-white);
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
}

.cli-style-v2.cli-bar-container #wt-cli-accept-all-btn:hover {
  background-color: var(--color-black) !important;
  color: var(--color-white) !important;
}

.cli-style-v2 .cli-bar-btn_container .cli-plugin-button {
  margin-top: 10px;
  margin-bottom: 10px;
}

.cky-btn {
  border-radius: 0 !important;
}

#cookie-law-info-bar[data-cli-style="cli-style-v2"], #cookie-law-info-bar[data-cli-style="cli-style-v2"][data-cli-type="widget"], #cookie-law-info-bar[data-cli-style="cli-style-v2"][data-cli-type="popup"] {
  padding: 8px 25px;
}

.cky-custom-brand-logo-wrapper, .cky-notice .cky-title, .cky-notice-des, .cky-notice-btn-wrapper {
  padding: 0 !important;
}

@media (max-width: 985px) {
  .cli-style-v2 .cli-bar-btn_container {
    margin-left: 20px;
    margin-top: 0;
  }
}

/* Cookie Banner - END */

input:focus,
textarea:focus,
button:focus,
.form-control:focus {
  outline: none;
  box-shadow: none;
}

.space {
  padding-top: 2rem;
  padding-bottom: 2%;
}

.space-low {
  padding-top: 4rem;
}

#hamburger {
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
  padding: 0;
  width: 34px;
  height: 19px;
  position: relative;
  z-index: 1;
}
#hamburger.is-active .hamburger-inner,
#hamburger.is-active .hamburger-inner::before,
#hamburger.is-active .hamburger-inner::after {
  background-color: var(--color-black);
}
.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 34px;
  height: 3px;
  background-color: var(--color-black);
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}
.hamburger-inner::before {
  top: -8px;
}
.hamburger-inner::after {
  bottom: -8px;
}
.hamburger--minus .hamburger-inner::before, .hamburger--minus .hamburger-inner::after {
  transition: bottom 0.07s 0s ease-out, top 0.07s 0s ease-out, opacity 0.05s ease-out;
}
.hamburger--minus.is-active .hamburger-inner::before, .hamburger--minus.is-active .hamburger-inner::after {
  opacity: 0;
  transition: bottom 0.07s ease-in, top 0.07s ease-in, opacity 0.05s ease-in;
}
.hamburger--minus.is-active .hamburger-inner::before {
  top: 0;
}
.hamburger--minus.is-active .hamburger-inner::after {
  bottom: 0;
}

#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item:hover > ul.mega-sub-menu {
  visibility: visible;
}

.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit], .gform_wrapper .gform_page_footer input.button, .gform_wrapper .gform_page_footer input[type=submit] {
  margin: 0 !important;
}
#gform_1 .top_label li ul.gfield_checkbox, #gform_1 .top_label li ul.gfield_radio {
  width: 100%;
}
/*
#gform_1 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
}
footer #gform_1 .gform_body {
  max-width: 383px;
}
*/
#gform_1 .gform_footer.top_label {
  max-width: fit-content;
}

.social img {
  width: 19px;
  height: 19px;
}

.homepage-social img {
  width: 23px;
  height: 21px;
}

.contacts-social img {
  width: 20px;
  height: 20px;
}

footer .dropdown-menu {
  background-color: transparent;
}

footer .dropdown-menu .dropdown-item {
  padding-left: 0;
  padding-right: 0;
}

footer .navbar-nav,
footer .dropdown-menu {
  font-size: 11px;
}

footer .navbar-nav {
  font-weight: 700;
}

.nl-footer-title {
  color: var(--color-white);
  font-size: 15px;
  font-weight: 600;
  letter-spacing: var(--letter-spacing);
  margin-bottom: 0 !important;
}

.homepage-social {
  text-transform: uppercase;
  color: var(--color-black);
  font-weight: 500;
  letter-spacing: var(--letter-spacing);
}

.page-template-page-homepage .homepage-social {
  margin-top: 3rem;
}

.contacts-social {
  text-transform: uppercase;
  color: var(--color-black);
  font-size: .75rem;
  font-weight: 500;
  letter-spacing: var(--letter-spacing);
  line-height: 2.3;
  padding-top: 3.5%;
}

.divisor {
  vertical-align: middle;
  width: 1px;
  height: 27px;
  background-color: #E0E0D7;
  margin-left: 15px;
  margin-right: 7px;
}

.social-block,
.divisor {
  display: inline-block;
}

.social-block {
  font-size: 1.35rem;
}

.address-block {
  font-size: 9.5px;
  letter-spacing: var(--letter-spacing);
  font-weight: 700;
  text-transform: uppercase;
}

.contact-block {
  font-size: 9.5px;
  letter-spacing: var(--letter-spacing);
  font-weight: 800;
  text-transform: uppercase;
}

.contact-block span {
  color: #9B9E99;
  font-weight: 700;
}

#content .contact-block:before,
#content .social-block:before {
  content: "";
  display: block;
  width: 30px;
  border-top: 1px solid #CACEC8;
  margin-top: 30px;
  padding-top: 30px;
}

#content .social-block {
  padding-bottom: 50px;
}

#menu-policies,
.copyright {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: var(--letter-spacing);
}

#menu-policies > li {
	display: inline-block;
}

#menu-policies > li:not(:nth-child(1)) {
  margin-left: 3%;
}

#menu-footer a {
  color: var(--color-white) !important;
}

#mega-menu-primary {
  margin-block-end: 0;
}

#menu-footer .dropdown-menu a {
  letter-spacing: var(--letter-spacing);
}

#mega-menu-primary a,
#menu-language a {
  color: var(--color-black) !important;
}

#mega-menu-primary a,
#mega-menu-primary li:not(.widget_media_image) > h4 {
  font-size: 11.5px !important;
  font-weight: 400 !important;
}

#mega-menu-primary > li > a,
#my-account a,
#menu-footer .navbar-nav > li > a {
  font-size: 13px !important;
  font-weight: 700 !important;
}

#my-account a {
  text-transform: uppercase;
}

#menu-language a {
  font-weight: 500 !important;
  margin-right: 12px;
}

#menu-footer .navbar-nav > li {
  width: 100%;
}

.cursor-pointer,
.reset_variations {
  cursor: pointer;
}

.social-block .invisible {
  right: 0;
}

#menu-language-nav {
  width: fit-content;
  position: relative;
}

#menu-primary a,
#menu-primary .dropdown-toggle-ellipsis {
  color: var(--color-black);
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: var(--letter-spacing);
  text-align: left;
  line-height: 1.2;
  display: inline-block;
}

#menu-header,
#mega-menu-primary,
footer .navbar-nav {
  -ms-flex-direction: row;
  flex-direction: row;
  display: block;
}

.social-block > *:not(:nth-child(1)) {
  margin-left: .8rem;
}

footer > .container > .row:nth-child(1) {
  margin-top: 1.2rem;
}

footer > .container > .row:nth-child(2) {
  margin-bottom: 1.2rem;
}

footer .row:not(#menu-footer) > div > div {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

#mega-menu-wrap-primary .mega-indicator:after {
  content: none;
}

.nl-footer-title,
.copyright {
  padding-top: .5rem;
  padding-bottom: .5rem;
}

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

.header-right > *:not(:last-child) {
  margin-right: 0.75rem;
}

.hamburger-container {
  display: flex;
  align-items: center;
}
.hamburger-container {
  line-height: 0;
}

.gform_wrapper [type="checkbox"]:not(:checked), .gform_wrapper [type="checkbox"]:checked,
.site-content .af-attributes-list [type="checkbox"]:not(:checked), .site-content .af-attributes-list [type="checkbox"]:checked {
  position: absolute !important;
  left: -9999px;
}

.gform_wrapper [type="checkbox"]:not(:checked) + label, .gform_wrapper [type="checkbox"]:checked + label,
.site-content .af-attributes-list [type="checkbox"]:not(:checked) + label, .site-content .af-attributes-list [type="checkbox"]:checked + label {
  position: relative !important;
  padding-left: 30px !important;
  cursor: pointer !important;
  font-size: 12px;
}

.gform_wrapper [type="checkbox"]:not(:checked) + label:before, .gform_wrapper [type="checkbox"]:checked + label:before {
  content: '';
  position: absolute;
	top: -2px;
  left: 0;
  width: 20px;
  height: 20px;
  border: 1px solid var(--color-white);
  background: transparent;
  padding: 2px;
}

.gform_wrapper [type="checkbox"]:not(:checked) + label:after, .gform_wrapper [type="checkbox"]:checked + label:after {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
	top: 3px;
  left: 5px;
  font-size: 1.3em;
  line-height: 0.8;
  background-color: var(--color-white);
  transition: all .2s;
}

.gform_wrapper [type="checkbox"]:not(:checked) + label:after,
.site-content .af-attributes-list [type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}

.gform_wrapper [type="checkbox"]:checked + label:after,
.site-content .af-attributes-list [type="checkbox"]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}

.gfield_checkbox a,
.gfield_consent_label a {
  text-decoration: underline;
}

footer .gform_wrapper input:not([type="submit"]) {
  padding-left: 0 !important;
  padding-right: 0 !important;
  background-color: transparent;
  border: unset;
  border-bottom: 1px solid var(--color-white);
  color: inherit;
}

.gform_wrapper.gravity-theme fieldset.gfield--input-type-consent {
  margin-top: 8px;
}

body img.gform_ajax_spinner {
 display: none !important;
}

.gform_wrapper li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .gform_wrapper li.gfield_error textarea {
  border: none;
  border-bottom: 1px solid #790000;
}

#gform_wrapper_1 input[type=text],
#gform_wrapper_2 input[type=text], #gform_wrapper_2 textarea,
#gform_wrapper_3 input[type=text],
.search-form input[type=search] {
  border: 1px solid #9B9E99;
  padding: 10px .8rem;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: var(--letter-spacing);
}

#gform_wrapper_2 input[type=text],
#gform_wrapper_2 textarea {
  border: 1px solid #CACEC8;
}

.search-form input[type=search] {
  height: auto;
  line-height: normal;
  color: inherit;
  background-color: inherit;
  background-clip: border-box;
  border-radius: 0;
  transition: unset;
  width: 100%;
}

#gform_wrapper_1 ul.gform_fields li.gfield {
  margin-top: 0;
  padding-right: 0;
}

#gform_wrapper_1 .top_label div.ginput_container {
  margin-top: 0;
}

.gform_wrapper .field_description_below .gfield_description {
  padding-top: 10px !important;
}

#validation_message_1_2 {
  padding-top: 5px !important;
}

.wp-block-spacer {
  height: .1rem !important;
}

.mega-menu-item img {
  border: 1px solid var(--color-light-grey);
}

#menu-header-nav a,
#mega-menu-primary a,
#menu-footer a {
  width: fit-content !important;
  position: relative !important;
}

.woocommerce a.remove {
  color: #212529 !important;
}

.woocommerce a.remove:hover {
  background: #212529;
}

.woocommerce table.shop_table {
  border-radius: 0;
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
  padding: 1em 2em 1em 3.5em !important;
  border-top-color: #212529;
}

.woocommerce-error::before,
.woocommerce-info::before,
.woocommerce-message::before {
  color: #212529;
}

.woof_submit_search_form_container {
  display: none;
}

.btn,
.woocommerce-address-fields button,
.woocommerce-orders-table__cell a,
.woocommerce-MyAccount-content a,
.back-to-shop,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .fgw_gift_atc_btn a.button.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt.fgw_gift_btn,
input[type=submit],
.woof_reset_button_2,
.woocommerce div.product form.cart .button:not(.add_to_wishlist),
.top-summary .yith-wcwl-add-button .single_add_to_wishlist,
.shop_table .button.wp-element-button,
.woocommerce-form-coupon .button.wp-element-button,
.woocommerce-cart .shop_table .coupon button.button.wp-element-button,
#pwgc-redeem-button,
button[name="apply_coupon"],
button[name="update_cart"],
.woocommerce .woocommerce-form-login .woocommerce-form-login__submit {
  display: inline-block;
  font-size: 12px !important;
  font-weight: 600 !important;
  text-transform: uppercase;
  padding: 14px 28px !important;
  color: #ffffff;
  background: #000000;
  text-align: center;
  margin-bottom: 20px;
  transition: all .15s ease;
  cursor: pointer;
  border: unset;
  border-radius: 0 !important;
  line-height: normal;
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__submit {
  margin-left: auto;
  margin-right: auto;
}

.woocommerce-MyAccount-content a,
.woocommerce-orders-table__cell a,
.woocommerce-address-fields button,
.shop_table .button.wp-element-button,
.woocommerce-form-coupon .button.wp-element-button,
#pwgc-redeem-button,
button[name="apply_coupon"] {
  color: #ffffff !important;
  background: #000000 !important;
  margin-bottom: 0;
}

.woocommerce-MyAccount-content p a,
.woocommerce-MyAccount-content .woocommerce-orders-table__cell-order-number a {
  color: #000 !important;
  text-decoration: underline !important;
  background: transparent !important;
  padding: 0 !important;
  text-transform: none;
  font-size: 17px !important;
}

.woocommerce-orders-table tr {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.woocommerce-account .woocommerce-notices-wrapper .woocommerce-message a {
  margin-left: 1rem;
}

.woocommerce-MyAccount-content .woocommerce-orders-table__cell-order-number a {
  font-size: 15px !important;
}

.woocommerce-cart .shop_table .coupon button.button.wp-element-button,
#pwgc-redeem-button,
button[name="apply_coupon"] {
  color: black !important;
  background: var(--color-light-grey) !important;
}

.woocommerce-account:not(.logged-in) .woocommerce-form button,
.woocommerce-button.button.woocommerce-form-login__submit.wp-element-button,
.xoo-wsc-ft-btn.button.btn.xoo-wsc-ft-btn-cart,
.xoo-wsc-empty-cart .btn,
.checkout-button,
.shop_table .actions > .button.wp-element-button,
button[name="update_cart"],
.woocommerce-checkout-payment .button,
.return-to-shop .button {
  display: inline-block !important;
  font-size: 12px !important;
  font-weight: 600 !important;
  text-transform: uppercase;
  padding: 14px 28px !important;
  color: #ffffff !important;
  background: var(--color-brown) !important;
  text-align: center;
  margin-bottom: 20px !important;
  transition: all .15s ease;
  cursor: pointer !important;
  border: unset !important;
  border-radius: 0 !important;
}

.woocommerce-checkout .woocommerce-button.button.woocommerce-form-login__submit.wp-element-button {
  margin-right: 0 !important
}

.wc-proceed-to-checkout a.checkout-button,
.woocommerce-account:not(.logged-in) .woocommerce-form button {
  width: 100%;
}

.cart_totals .coupon {
  display: flex;
}

.woocommerce-cart .woocommerce-cart-form {
  margin-top: 32px;
}

.woocommerce-cart .shop_table .actions > .button.wp-element-button,
button[name="update_cart"] {
  margin-left: auto !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
}

.woocommerce-cart .shop_table .actions > .button.wp-element-button:before,
button[name="update_cart"]:before {
  content: url("data:image/svg+xml,%3Csvg width='15' height='17' viewBox='0 0 15 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.34451 15.0431C4.09076 15.0431 1.91362 12.6746 1.2198 10.3541L0.310669 10.6172C1.10018 13.2967 3.58834 16 7.34451 16C11.7227 16 14.6894 12.1962 14.6894 8.6555C14.6894 5.11483 11.7466 1.311 7.34451 1.311C4.85635 1.311 2.8706 2.60287 1.67437 3.99043L1.72222 1.02392L0.765237 1L0.693463 5.80861L5.50231 5.73684L5.47839 4.7799L2.22464 4.82775C3.22947 3.58373 5.04774 2.26794 7.34451 2.26794C11.1724 2.26794 13.7324 5.56938 13.7324 8.6555C13.7324 11.7421 11.1724 15.0431 7.34451 15.0431Z' fill='white' stroke='white' stroke-width='0.3'/%3E%3C/svg%3E%0A");
  margin-right: 10px;
  height: 12px;
  margin-top: -6px;
}

.woocommerce div.product form.cart .button:not(.add_to_wishlist) {
  height: 41px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-right: 16px;
}

.yith-wcwl-wishlistaddedbrowse,
.yith-wcwl-wishlistexistsbrowse {
  font-weight: 400;
  /* height: 41px; */
  /* align-items: center; */
  /* display: inline-flex; */
  clear: both;
}

.single-product .yith-wcwl-wishlistaddedbrowse,
.single-product .yith-wcwl-wishlistexistsbrowse {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
}

.yith-wcwl-wishlistaddedbrowse .fa-heart-o:before,
.yith-wcwl-wishlistexistsbrowse .fa-heart-o:before {
  content: '\f004';
  color: var(--color-brown);
}

.owl-carousel .yith-wcwl-wishlistaddedbrowse a,
.owl-carousel .yith-wcwl-wishlistexistsbrowse a {
  font-size: 0;
  text-decoration: none;
  line-height: 1;
}

/*
.owl-carousel .yith-wcwl-wishlistaddedbrowse a:before,
.owl-carousel .yith-wcwl-wishlistexistsbrowse a:before {
  content: '\f004';
  font-family: 'Font Awesome 5 Pro';
  font-weight: 900;
  font-size: 1.6rem;
}
*/

.single-product .yith-wcwl-wishlistaddedbrowse a,
.single-product .yith-wcwl-wishlistexistsbrowse a {
  text-decoration: underline;
  margin-left: 8px; /* 16px */
  width: 100%;
  justify-content: start;
}
.back-to-shop,
.top-summary .yith-wcwl-add-button .single_add_to_wishlist {
  border: 1px solid black;
  color: #000000 !important;
  background: #ffffff !important;
  height: 41px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.woof_reset_button_2 {
  margin-bottom: 0 !important;
}

.btn.small {
  padding: 9px 18px;
}

.btn.inverted,
#gform_wrapper_1 input[type=submit] {
  color: #000000 !important;
  background: #ffffff;
  border: unset;
}
.gform_footer {
  position: relative;
}
#gform_wrapper_1 input[type=submit] {
  position: absolute;
  top: 0;
}

.btn.inverted.wishlist:before {
  content: '';
}

.btn.inverted.add-to-cart:before {
  content: '';
}
.btn.inverted.add-to-cart,
.btn.inverted.contacts,
.woocommerce div.product form.cart .button:not(.add_to_wishlist) {
  color: #fff !important;
  background: var(--color-brown);
}

.btn.blue {
  color: #000000;
  background: var(--color-brown);
}

#section-buttons .btn {
  border: 2px solid white;
  background-color: white;
  color: var(--color-dark-grey);
  width: 100%;
  max-width: 256px;
  text-align: left;
  display: inline-flex;
  align-items: center;
  padding: 10px 16px;
}

#section-buttons .btn.hovered {
  border: 2px solid var(--color-brown);
  background-color: var(--color-light-brown);
}

#section-buttons .btn img {
  width: 21px;
  height: 21px;
  margin-right: 20px;
}

.btn.focus, .btn:focus {
  box-shadow: none;
}

.xoo-wsc-footer {
  padding: 20px 0 0;
}

.xoo-wsc-footer a.button {
  margin: 20px 0 0;
  width: 100%;
  padding: 20px 1.5rem;
}

.gform_wrapper input::placeholder,
.gform_wrapper textarea::placeholder {
	color: var(--color-black) !important;
}
.gform_wrapper input:-ms-input-placeholder,
.gform_wrapper textarea:-ms-input-placeholder {
	color: var(--color-black);
}
.gform_wrapper input::-ms-input-placeholder,
.gform_wrapper textarea::-ms-input-placeholder {
	color: var(--color-black);
}

footer .gform_wrapper input::placeholder,
footer .gform_wrapper textarea::placeholder {
	color: var(--color-white) !important;
}
footer .gform_wrapper input:-ms-input-placeholder,
footer .gform_wrapper textarea:-ms-input-placeholder {
	color: var(--color-white);
}
footer .gform_wrapper input::-ms-input-placeholder,
footer .gform_wrapper textarea::-ms-input-placeholder {
	color: var(--color-white);
}

::-moz-placeholder {
  opacity: 1;
}

footer .gform_wrapper.gravity-theme .gform_footer {
  padding: 0;
  margin: 6px 0 0;
}

#menu-language {
  flex-direction: row;
}

#menu-language .wpml-ls-current-language a {
  pointer-events: none;
  position: relative;
  font-weight: 700 !important;
}

.wpml-ls-current-language a:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 2px;
  width: 100%;
  height: 2px;
  background-color: var(--color-black);
}

.gform_wrapper .gfield_checkbox li, .gform_wrapper .gfield_radio li {
  line-height: unset !important;
}

body .gform_wrapper ul li.field_description_below div.ginput_container_checkbox, body .gform_wrapper ul li.field_description_below div.ginput_container_radio {
  margin-top: 8px !important;
}

.ginput_container_checkbox,
.header-right .social-block {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.gform_wrapper div.validation_error {
  display: none;
}

.gform_wrapper li.gfield.gfield_error, .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
  background-color: transparent !important;
  margin-bottom: 0 !important;
  border-top: none !important;
  border-bottom: none !important;
  padding-bottom: 0 !important;
  padding-top: 0 !important;
}

.gform_wrapper .validation_message {
  font-size: 11px !important;
  font-weight: 700 !important;
  letter-spacing: var(--letter-spacing) !important;
  text-transform: uppercase;
}

#gform_wrapper_1.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half),
#gform_wrapper_2.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half),
#gform_wrapper_3.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
  max-width: unset !important;
}

.gform_wrapper .top_label .gfield_error {
    width: 100% !important;
}

#menu-side-top a, #menu-side-bottom a {
  text-transform: uppercase;
  text-align: right;
  letter-spacing: var(--letter-spacing);
  line-height: 1.6;
  font-weight: 800;
}

#menu-side-top a {
	color: var(--color-black);
}

#menu-side-bottom a {
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--color-black);
	color: var(--color-white);
}

body:not(.theme-preset-active) #masthead #menu-side-bottom li.current-menu-item a {
  -webkit-text-fill-color: var(--color-black);
  -webkit-text-stroke-color: transparent;
  color: var(--color-black);
}

.bigmenu-wrapper {
  padding-inline-start: 0;
}

#language a {
  color: var(--color-black);
  text-transform: uppercase;
  font-size: .9rem;
}

.dropdown-toggle-ellipsis {
  cursor: pointer;
}

.dropdown-toggle-ellipsis::before {
  display: inline-block;
  font-family: "Font Awesome 6 Pro";
  content: "+";
  font-weight: 900;
}

.show .dropdown-toggle-ellipsis::before {
  content: "–";
}

/*
#menu-language > li > a > .wpml-ls-native:after {
  font-family: "Font Awesome 6 Pro";
  font-size: 1.3rem;
  content: "\f107";
  padding-left: 10px;
  font-weight: 300;
  position: absolute;
  color: var(--color-black);
  top: 50%;
  transform: translate(0, -50%);
}
*/

.dropdown-toggle::after {
  display: none;
}

#menu .menu-item {
  text-align: left;
}

.social-ico i {
  color: var(--color-black);
  font-size: 1.2rem;
  vertical-align: middle;
}

.gform_wrapper ul.gfield_checkbox li, .gform_wrapper ul.gfield_radio li {
  overflow: visible !important;
}

.single-post figure {
  margin-top: 5%;
  margin-bottom: 5%;
}

.single-post .wp-block-embed__wrapper {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
}

.single-post .wp-block-embed__wrapper iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.menu-list-header:before,
.menu-list-header:after {
  content: '';
  position: absolute;
  background-color: var(--color-light-grey);
  height: 1px;
}

#sidebar {
  display: none;
  animation: animateleft 0.4s;
  height: 100%;
  width: 100%;
  background-color: var(--color-white);
  position: fixed;
  z-index: 102;
  overflow: auto;
  padding-top: 10px;
  padding-bottom: 30px;
}

#overlay {
  cursor: pointer;
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.5);
  z-index: 101;
  animation: opac 0.5s
}
@keyframes opac {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

#hamburger-sidebar,
.search-button {
  cursor: pointer;
}

#searchbar-desktop,
#searchbar-mobile {
  display: none;
}

#searchbar-mobile {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
  padding-bottom: .5rem;
  position: relative;
}

.search-form input[type=submit] {
  display: none;
}

#searchbar-desktop .close-searchbar {
  cursor: pointer;
  position: absolute;
  top: 14px;
  font-size: 16px;
}

#searchbar-mobile .close-searchbar {
  cursor: pointer;
  position: absolute;
  top: 9px;
  font-size: 16px;
}

.xoo-wsc-cart-trigger {
  background-color: transparent;
  position: relative;
  top: 0;
  box-shadow: none;
  margin: 0;
  padding: 0;
  cursor: pointer;
  display: inline-block;
}

.xoo-wsc-items-count {
  left: -11px;
  top: 0px;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  background-color: transparent;
}

.xoo-wsc-items-count span {
  background-color: var(--color-black);
  display: block;
  font-size: 13px;
  line-height: 14px;
  width: 15px;
  height: 15px;
}

.xoo-wsc-modal .xoo-wsc-basket,
.xoo-wsc-items-count:not(.added) {
  display: none !important;
}

.woo-lookbook .woo-lookbook-inner img {
  border-radius: 0;
}

.gform_heading {
  display: none;
}

.grecaptcha-badge {
  visibility: hidden
}

.captcha-text {
  font-size: 8.8px;
  letter-spacing: .3px;
  line-height: 1 !important;
  z-index: 1;
  color: var(--color-light-grey);
  text-transform: initial;
}
.captcha-text a {
  text-decoration: underline;
  color: var(--color-light-grey);
}

.gform_confirmation_message {
  font-family: var(--font-heading);
  font-weight: 500;
  font-size: var(--font-size-h6);
  margin-top: 1.5rem;
}

.mega-menu-item > a {
  margin-left: auto;
  margin-right: auto;
}

.xoo-wsc-icon-cross:before {
  content: "\f00d";
  font-size: 28px;
  font-family: "Font Awesome 6 Pro";
  font-weight: 100;
  line-height: .75
}

.banner-header {
  background-color: var(--color-black);
  height: 24px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  z-index: 100;
  position: relative;
}

.banner-header p {
  color: var(--color-white);
  font-family: var(--font-heading);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 0;
}

.woocommerce .wc-block-components-notice-banner.is-info {
  background-color: var(--color-white);
  border-color: var(--color-black);
  border-radius: 0;
}

.woocommerce .wc-block-components-notice-banner.is-info>svg {
  background-color: var(--color-black);
}

#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator {
  margin: 0;
}

.woocommerce-MyAccount-navigation ul {
  list-style-type: none;
  margin-block-start: 0;
  margin-block-end: 0;
  padding-inline-start: 0;
}

.woocommerce-MyAccount-navigation ul li {
  margin-bottom: 15px;
  text-transform: uppercase;
}

.woocommerce-MyAccount-navigation ul a {
  text-decoration: none !important;
}

.woocommerce-MyAccount-navigation ul li.is-active a {
  font-weight: 800 !important;
  text-decoration: underline !important;
}

.product-picture:before,
.archive-img-wrap:before,
.product .pic .gallery-element:before,
.xoo-wsc-modal .xoo-wsc-img-col:before,
.woocommerce-cart .product-thumbnail a:before,
.ts-product-image:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0,75,117,0.03);
}

.archive-img-wrap:before {
  left: 0;
  top: 0;
}

.archive-img-wrap {
  position: relative;
  margin: 0 0 1em;
}

.archive-img-wrap > picture:nth-of-type(2),
.archive-img-wrap > img:nth-of-type(2) {
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
}

.archive-img-wrap > picture {
  display: block;
  width: 100%;
  /*aspect-ratio: 328 /490;*/
}

.archive-img-wrap img {
  margin: 0;
  width: 100%;
  /*aspect-ratio: 328 /490;*/
}

.add_to_wishlist {
  display: block;
}

.add_to_wishlist,
.yith-wcwl-wishlistexistsbrowse a,
.yith-wcwl-wishlistaddedbrowse a {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.add_to_wishlist .fa-heart:before,
.add_to_wishlist .fa-heart-o:before {
  content: '\f004';
  color: #BBBBBB !important;
}

.add_to_wishlist:not(:hover) .fa-heart-o:before {
  font-weight: 300;
}

.woocommerce #content div.product div.top-summary .add_to_wishlist .fa-heart-o:before {
  font-size: 17px;
  color: #000000 !important;
}

.wc-block-grid__products .yith-wcwl-add-to-wishlist,
.woocommerce .products .yith-wcwl-add-to-wishlist,
.owl-carousel .yith-wcwl-add-to-wishlist {
  position: absolute;
  z-index: 10;
  margin: 0;
  top: 0;
  left: auto !important;
  right: 0;
}

.owl-carousel .yith-wcwl-add-to-wishlist {
  top: 10px;
  right: 0;
}

.wc-block-grid__products .yith-wcwl-add-to-wishlist i,
.woocommerce .products .yith-wcwl-add-to-wishlist i,
.owl-carousel .yith-wcwl-add-to-wishlist i {
  font-size: 1.6rem;
  margin: 0 !important;
}

.wc-block-grid__products .add_to_wishlist span,
.woocommerce .products .add_to_wishlist span,
.owl-carousel .add_to_wishlist span {
  font-size: 0;
  line-height: 0;
  position: absolute;
}

.wc-block-grid__products .yith-wcwl-add-to-wishlist .feedback,
.woocommerce .products .yith-wcwl-add-to-wishlist .feedback,
.owl-carousel .yith-wcwl-add-to-wishlist .feedback {
  display: none;
}

.wc-block-grid__products .yith-wcwl-add-to-wishlist .feedback+a,
.woocommerce .products .yith-wcwl-add-to-wishlist .feedback+a {
  font-size: 0;
  background: 0 0;
}

.size-products-carousel .item,
.single-product-image-carousel .item,
.products-single-carousel .item,
.products-carousel .item,
.products-slow-carousel .item {
  padding-top: 0.5em;
}

.onsale {
  top: 0;
  right: 0;
  margin: -0.5em -0.5em 0 0;
  min-height: 3.236em;
  min-width: 3.236em;
  padding: 0.202em;
  font-weight: 700;
  position: absolute;
  text-align: center;
  line-height: 3.236;
  border-radius: 100%;
  color: #fff;
  z-index: 9;
  background-color: var(--color-black) !important;
  left: -.5em !important;
  aspect-ratio: 1;
  width: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px !important;
  text-transform: uppercase;
}

.archive-color-list {
  display: block;
  position: relative;
  padding-top: 50px;
  text-align: left;
}
.archive-color-list > * {
  display: inline-block;
}
.top-summary .archive-color-list {
  padding-top: 0;
  justify-content: end;
}

.archive-color {
  width: 30px;
  height: 30px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.archive-color:not(.active) {
  cursor: pointer;
}
.top-summary .archive-color {
  width: 53px;
  height: 53px;
}

.archive-color:not(:first-child) {
  margin-left: 0.4rem;
}

.archive-color.active {
  border: 2px solid var(--color-brown);
  border-radius: 50%;
}
.top-summary .archive-color.active {
  border: 3px solid var(--color-brown);
}

.archive-color > *,
.archive-color > * > * {
  border-radius: 50%;
  width: 20px !important;
  height: 20px !important;
  display: inline-flex;
}
.top-summary .archive-color > *,
.top-summary .archive-color > * > * {
  width: 37px !important;
  height: 37px !important;
}

.archive-color:not(.active) .archive-color-name {
  display: none;
}

.archive-color-name {
  position: absolute;
  width: 100% !important;
  left: 0;
  top: 0;
  font-size: 15px;
}


.woof_sid_auto_shortcode .chosen-container-single .chosen-single,
.woof_container_inner > h4 {
  padding: 0;
  border: unset;
  border-radius: 0;
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #000;
  text-transform: uppercase;
}

.woof_container_inner input[type=checkbox], .woof_container_inner input[type=radio] {
  border: 1px solid var(--color-brown);
  margin-left: 0;
  width: 13px;
  height: 13px;
  margin-right: 7px;
  flex: none;
  cursor: pointer;
  margin-top: 3px;
  margin-bottom: 3px;
}

.woof_sid_auto_shortcode .woof_container_inner {
  position: relative;
}

.woof_list li {
  display: flex;
  align-items: center;
  padding: 4px 0 4px 0 !important;
  margin: 0 6px 0 6px !important;
}

.chosen-container .chosen-results li,
.woof_sid_auto_shortcode .chosen-container-single .chosen-single *,
.woof_container_inner > h4 {
  font-size: 11px;
  font-weight: 600;
}

.woof_container_inner h4 {
  cursor: pointer;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
  padding-bottom: 14px;
  letter-spacing: normal;
  position: relative;
}

.woof_container_inner h4:after {
  font-size: 17px;
  font-weight: 400;
  line-height: normal;
  font-family: "Font Awesome 6 Pro";
  content: "\f107";
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 3px;
}

.woof_container_inner {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.woof_list label {
  vertical-align: middle;
  padding-top: 0;
  padding-bottom: 0;
  display: inline-block;
  font-size: 9px;
  text-transform: uppercase;
  margin-left: 0;
}

.woof_sid_auto_shortcode .woof_container_inner {
  padding-left: 0;
}

.woof_container_inner .woof_list input:checked[type=checkbox],
.woof_container_inner .woof_list input:checked[type=radio],
.woocommerce-form__input.woocommerce-form__input-checkbox:checked {
  background: var(--color-brown);
  border: 1px solid var(--color-brown);
}

.woof_container_inner h4.show-filter:after {
  content: "\f106";
}

.woof_price_filter .irs-from, .woof_price_filter .irs-to, .woof_price_filter .irs-single {
  background-color: unset !important;
  color: var(--color-black) !important;
  font-family: var(--font-heading);
  font-size: 12px !important;
}

.woof_price_filter .irs-from, .woof_price_filter .irs-to, .woof_price_filter .irs-bar {
  cursor: pointer !important;
}

.irs--round .irs-from:before, .irs--round .irs-to:before, .irs--round .irs-single:before {
  content: unset !important;
}

.chosen-container .chosen-drop {
  border: 1px solid black;
  border-radius: 0;
}

.woof_price_filter .irs-slider.state_hover, .woof_price_filter .irs-slider:hover {
  background-position: 0 -120px;
}

.woocommerce-result-count {
  font-size: 15px;
}

.woocommerce-ordering select {
  border: none;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .3px;
  text-transform: uppercase;
  background-position: right 0 center;
  color: #000;
  padding: 0.375rem 1.25rem 0.375rem 0.75rem;
}

.change-column-number {
  margin: 0 0 1em 30px;
  align-items: center;
}

.view-text {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .3px;
  text-transform: uppercase;
  color: var(--color-grey);
}

.change-column-number .active svg rect {
  fill: black;
}

.view-4-col,
.view-3-col {
  cursor: pointer;
  margin-left: 10px;
  align-items: center;
  display: flex;
  margin-bottom: 3px;
}

.woof_shortcode_output {
  margin-top: 0;
}

#filter-open {
  cursor: pointer;
  border: 1px solid var(--color-light-grey);
  font-size: 15px;
  margin-top: calc(3vw - -2rem);
}

#filter-open p {
  margin: 1rem;
  position: relative;
  /*background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 16px 12px;
  background-position: right 0 center;*/
}


#filter-open p:after {
  font-size: 17px;
  font-weight: 400;
  line-height: normal;
  font-family: "Font Awesome 6 Pro";
  content: "\f107";
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 3px;
}
/*
#filter-open.active p:after {
  content: "\f106";
}
*/
.reset_variations,
.woocommerce div.product form.cart div.quantity,
.woocommerce div.product .product_meta,
.single_variation_wrap > .woocommerce-variation {
  display: none !important;
}

.woof_remove_ppi {
  background: unset !important;
  vertical-align: middle
}

.woof_products_top_panel ul {
  font-size: 15px;
}

.woof_remove_ppi:after {
  content: '\f00d';
  font-family: "Font Awesome 6 Pro";
  margin-left: 6px;
  font-size: 15px;
  font-weight: 100;
  vertical-align: middle;
}

.woo-variation-swatches .variable-items-wrapper.radio-variable-items-wrapper .radio-variable-item input {
  position: absolute;
  opacity: 0;
}

.woo-variation-swatches .variable-items-wrapper.radio-variable-items-wrapper {
  -ms-flex-direction: row;
  flex-direction: row;
  justify-content: end;
}

.woo-variation-swatches .wvs-style-squared.variable-items-wrapper .variable-item.radio-variable-item,
.woo-variation-swatches .variable-items-wrapper.radio-variable-items-wrapper .radio-variable-item.selected:hover {
  width: 40px;
  height: 40px;
  padding: 0;
  margin-right: 8px;
  -webkit-box-shadow: unset;
  box-shadow: unset;
}

.variable-item-radio-input-wrapper {
  /*background: var(--color-light-brown);
  border: 2px solid var(--color-brown);
  transform: rotate(45deg);*/
  display: flex !important;
  align-items: center;
  justify-content: center;
}

.variable-item-radio-input-wrapper:before {
  content: '';
  position: absolute;
  width: 30px;
  height: 30px;
  border: 1px solid var(--color-light-grey);
  background: unset;
  transform: rotate(45deg);
}

.woo-variation-swatches .wvs-style-squared.variable-items-wrapper .variable-item.radio-variable-item.selected .variable-item-radio-input-wrapper:before {
  border: 2px solid var(--color-brown);
  background: var(--color-light-brown);
}

.variable-item-radio-input-wrapper .variable-item-radio-value-wrapper {
  position: relative;
  font-size: 11px;
  color: var(--color-dark-grey);
  font-weight: 600;
}

.woo-variation-swatches .wvs-style-squared.variable-items-wrapper .variable-item.radio-variable-item.selected .variable-item-radio-value-wrapper {
  color: #000;
}

.price {
  font-size: 15px !important;
  color: var(--color-brown) !important;
  font-weight: 400;
  flex-direction: row-reverse;
  display: flex;
  justify-content: start;
}

.woocommerce-LoopProduct-link .price,
.only-variant .price {
  margin-bottom: 5px;
}

.woocommerce div.product form.cart .variations label,
.summary-color .label {
  font-weight: 600;
}

.summary-color {
  margin: 0;
}

.summary-color .label span,
label[for="pa_taglia"] span {
  font-weight: 400;
  margin-left: 6px;
}

.woocommerce div.product form.cart .variations select {
  border: 1px solid black;
  border-radius: 0;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 14px 32px 14px 16px;
  margin-bottom: 0;
  max-width: 280px;
  margin-right: 0;
}


.woocommerce div.product form.cart .variations tr,
.summary-color tr {
  border-top: 1px solid var(--color-light-grey);
}

.woocommerce div.product form.cart .variations tr:last-child {
  border-bottom: 1px solid var(--color-light-grey);
}

.woocommerce div.product form.cart .variations tr > *,
.summary-color tr > * {
  padding-top: 18px;
  padding-bottom: 18px;
}

.woocommerce div.product form.cart .variations tr label[for="pa_opzione"],
.woocommerce div.product form.cart .variations tr label[for="pa_option"] {
  margin-top: 5px;
}

.woocommerce div.product form.cart .variations td, .summary-color td {
  text-align: right;
}

.woocommerce div.product form.cart .button:not(.add_to_wishlist):before {
  content: "\f290";
  font-family: "Font Awesome 6 Pro";
  font-weight: 300;
  font-size: 17px;
  margin-right: 10px;
}

.summary-content {
  margin-bottom: 12px;
}

.summary-content * {
  color: var(--color-dark-grey);
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 8px;
}

.summary-read-more {
  font-size: 15px;
  font-weight: 400;
  text-decoration: underline;
  margin-bottom: 24px;
  display: inline-block;
  cursor: pointer;
}

.woocommerce div.product form.cart .variations th {
  padding-right: 10px;
}

.radio-variable-items-wrapper.wvs-style-squared:after {
  content: 'Ti serve aiuto? Guarda la vestibilità per ogni taglia';
  font-size: 12px;
  font-weight: 400;
  color: var(--color-grey);
  text-decoration: underline;
  width: 100%;
  margin-right: 10px;
  cursor: pointer;
  line-height: 1;
  margin-top: 10px;
}

html[lang="en-US"] .radio-variable-items-wrapper.wvs-style-squared:after {
  content: 'You need help? See the fit for each size';
}

.accordion {
  border-top: 1px solid var(--color-light-grey);
  position: relative;
}

.accordion:not(.open-accordion) .accordion-content {
  display: none;
}

.accordion:last-child {
  border-bottom: 1px solid var(--color-light-grey);
}

.accordion h6 {
  cursor: pointer;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.accordion h6:after {
  content: url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 0.5L4.99995 4.49995L8.99989 0.5' stroke='black' stroke-width='1.1'/%3E%3C/svg%3E%0A");
  position: absolute;
  right: 0;
}

.accordion-content {
  margin-top: .5rem;
}

.accordion.open-accordion h6:after {
  transform: rotate(180deg);
}

#info-tab .nav-link h6 {
  color: var(--color-grey);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
}

#info-tab .nav-link.active h6 {
  color: var(--color-black);
}

.nav-tabs {
  justify-content: center;
  border-bottom: unset !important;
}

.nav-tabs .nav-link {
  background-color: unset !important;
  border-color: transparent !important;
  padding-left: 1rem !important;
  padding-right: 1rem !important;
  position: relative;
}


.nav-tabs .nav-link.active:after {
  content: '' !important;
  display: block !important;
  position: absolute !important;
  background-color: var(--color-black) !important;
  width: 8px !important;
  height: 8px !important;
  bottom: -5px;
  left: 50%;
  transform: translate(-50%, 0) rotate(45deg);
  z-index: 1;
}

.tab-pane > * {
  max-width: 888px;
  margin-left: auto;
  margin-right: auto;
}

.tab-content {
  border-top: 1px solid var(--color-light-grey);
  border-bottom: 1px solid var(--color-light-grey);
  padding-top: 3rem;
  padding-bottom: 2rem;
}

.tab-content #materials img,
.accordion.materials img {
  width: 21px !important;
  height: 21px;
  margin-right: 12px;
}

.tab-content #care img,
.accordion.gartment-care img {
  width: 30px !important;
  height: 30px;
  margin-right: 12px;
}

.tab-content #size img,
.accordion.table-size img {
  border: 1px solid black;
}

.accordion .fs-15.fw-700 {
  margin-bottom: .5rem;
}

.summary-container {
  justify-content: space-between;
  display: flex;
  flex-direction: column;
}

.gallery-element,
.bottom-summary {
  margin-bottom: var(--bs-gutter-x);
  display: inline-block;
}

.bottom-summary {
  margin-top: var(--bs-gutter-x);
}

.gallery-element {
  position: relative;
}

.single-product #content ul.nav.nav-tabs h6 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.single-product #content ul.nav.nav-tabs {
  margin-bottom: 0;
}

.custom-breadcrumb {
  margin-top: 3rem;
  margin-bottom: 5px;
}

.product-template-default .product > .container {
  padding-bottom: calc(2.5vw - -1.5rem);
}

.product-template-default .carousel-line {
  padding-bottom: calc(2.5vw - -1.5rem);
}

.carousel-line h3,
.list-typologies-for-carousel {
  margin-bottom: calc(1vw - -1rem);
}

.price del {
  opacity: 1 !important;
  margin-left: 6px;
  display: inline-block;
}

.price ins {
  color: var(--color-fucsia);
  font-weight: 400 !important;
  text-decoration: none;
  display: inline-block;
}

#filters-and-products {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  position: relative;
  z-index: 0;
}

.woocommerce-loop-product__title {
  font-size: 17px;
  font-weight: 600;
  line-height: 1;
  padding: 0.5em 0;
  margin: 0;
}

.chosen-container-single .chosen-single div b {
  filter: brightness(0);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e") !important;
  background-repeat: no-repeat !important;
  background-size: 16px 12px !important;
  background-position: right 2px center !important;
}

.list-typologies-for-carousel {
  text-align: center;
}

.list-typologies-for-carousel > div {
  background: #FFFFFF;
  border: 1px solid var(--color-light-grey);
  border-radius: 60px;
  font-weight: 600;
  font-size: 10px;
  text-transform: uppercase;
  color: var(--color-dark-grey);
  text-align: center;
  padding: 6px 14px;
  margin: 4px;
  cursor: pointer;
  white-space: nowrap;
  display: inline-block;
}

.list-typologies-for-carousel > div.active {
  background: var(--color-light-brown);
  border: 1px solid var(--color-brown);
  outline: 1px solid var(--color-brown);
  color: black;
}

#home-about .inside-text {
  max-width:500px;
  margin-left: auto;
}

.woocommerce .products .add_to_wishlist,
.owl-carousel .add_to_wishlist {
  background-color: transparent !important;
  padding: 0 !important;
}

body.woocommerce-wishlist .page-container h1,
body.woocommerce-account .page-container h1,
body.woocommerce-cart .page-container h1,
body.woocommerce-checkout .page-container h1 {
  text-align: center;
}

.list-carousels-by-typology .owl-carousel {
  -webkit-transition: opacity .4s ease;
  -moz-transition: opacity .4s ease;
  -ms-transition: opacity .4s ease;
  -o-transition: opacity .4s ease;
  transition: opacity .4s ease;
  opacity: 0;
}

.list-carousels-by-typology .owl-carousel:not(.active) {
  display: none;
}

.list-carousels-by-typology .owl-carousel.active.loaded {
  opacity: 1;
}

.list-carousels-by-typology .owl-carousel .owl-stage {
  overflow: hidden;
}

.woo-lookbook .woo-lookbook-inner img {
  border-radius: 0 !important;
  border: 1px solid var(--color-light-grey);
}

.woo-lookbook .woo-lookbook-inner .wlb-item.default {
  background-color: transparent !important;
  color: transparent !important;
  border: unset !important;
  cursor: unset !important;
}

.woo-lookbook .woo-lookbook-inner .wlb-item.default a {
  background-color: white;
  color: transparent;
  transform: rotate(45deg);
  width: 14px;
  height: 14px;
  opacity: 1 !important;
  left: 6px !important;
  top: 6px !important;
  animation: pulse 1s ease-out infinite;
}

@keyframes pulse {
  50% {
    box-shadow: 0 0 0 0.2em rgba(255, 255, 255, 0.75);
  }
  100% {
    box-shadow: 0 0 0 0.4em rgba(255, 255, 255, 0);
  }
}

.woocommerce-product-details__short-description {
  display: none;
}

.xoo-wsc-modal .xoo-wsch-basket,
.xoo-wsc-modal .xoo-wsc-ft-btn-continue,
.xoo-wsc-modal .xoo-wsc-ft-btn-checkout,
.irs-min, .irs-max,
.irs-with-grid .irs-grid,
.woocommerce a.added_to_cart {
  display: none !important;
}

.xoo-wsc-modal .xoo-wsch-text,
.cart_totals h2 {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 17px;
}

.xoo-wsc-footer {
  margin: 0 15px;
}

.summary-content:not(.active) > span:nth-child(2),
.summary-content.active > span:nth-child(1),
.summary-read-more:not(.active) > span:nth-child(2),
.summary-read-more.active > span:nth-child(1) {
  display: none;
}

footer .dropdown-item {
  padding: 4px 1rem;
}

.woof_reset_button_2:hover {
  color: white;
}

.top-summary table tr {
  display: flex;
  flex-direction: column;
  align-items: start;
}
.top-summary table th.label {
  padding-bottom: 0 !important;
}
.woo-variation-swatches .variable-items-wrapper.radio-variable-items-wrapper {
  justify-content: start;
}
.woocommerce div.product form.cart .variations td, .summary-color td {
  text-align: left;
  width: 100%;
}

.woocommerce div.product form.cart .variations select {
  max-width: unset;
  width: 100%;
}

.form-row .optional,
.woof_products_top_panel_ul a[data-tax="orderby"] {
  display: none;
}

.discover-fabric {
  margin-bottom: 2rem;
}

.woocommerce-cart .coupon {
  display: flex;
}

.woocommerce-cart .coupon button {
  width: 105px !important;
}

.cart_totals h2 {
  border-bottom: 1px solid rgba(0,0,0,.1);
  padding-bottom: 12px;
}

td.product-remove {
  vertical-align: top !important;
}

.back-to-shop {
  text-transform: uppercase;
  font-size: 13px;
  color: var(--color-grey);
  margin-bottom: 4rem;
  display: inline-block;
}


@media screen and (max-width: 768px) {
  .woocommerce table.shop_table_responsive tr td, .woocommerce-page table.shop_table_responsive tr td {
    text-align: left !important;
  }
}

.woocommerce-checkout #payment ul.payment_methods li {
  line-height: 1.5em !important;
}

.woocommerce-checkout #shipping_method li {
  background-color: var(--color-light-brown);
  border: 1px solid var(--color-brown);
  align-items: center !important;
  padding: 7px 14px;
  margin: 0 0 1.5rem !important;
}

.woocommerce-checkout #shipping_method li:last-child {
  margin: 0 0 9px !important;
}

.woocommerce-checkout #shipping_method {
  padding-inline-start: 0 !important;
  padding-left: 0 !important;
}

#shipping_method li {
  cursor: pointer;
  margin-bottom: 14px !important;
  display: flex;
  align-items: start;
}

#shipping_method li *,
.woocommerce-checkout-payment label {
  cursor: pointer;
  text-transform: uppercase;
  font-size: 12px;
}

#shipping_method li input {
  margin-top: 0 !important;
  margin-right: 7px !important;
}

body.woocommerce-checkout .page-content .woocommerce-checkout-payment input:not([type="number"],#pwgc-redeem-gift-card-number,#pwgc-redeem-button) {
  cursor: pointer;
  margin-top: 0 !important;
  margin-right: 7px !important;
  vertical-align: middle;
  width: 18px;
  height: 18px;
}

.woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox {
  cursor: pointer;
}

.woocommerce-form__input.woocommerce-form__input-checkbox.input-checkbox {
  cursor: pointer;
  width: 18px;
  height: 18px !important;
}

.page-template-default.page.woocommerce-checkout.woocommerce-page.woocommerce-js .woocommerce-form__input.woocommerce-form__input-checkbox.input-checkbox {
  margin-top: 5px !important;
  margin-right: 5px !important;
}

body.woocommerce-checkout .page-content .woocommerce-checkout-payment input[type="checkbox"]:not([type="number"],#pwgc-redeem-gift-card-number,#pwgc-redeem-button) {
  margin-top: 5px !important;
}

.woocommerce-checkout-review-order-table .variation {
  display: flex;
  flex-direction: column;
  margin-left: 5px;
  margin-right: 5px;
}

.woocommerce-terms-and-conditions-checkbox-text a {
  text-decoration: underline;
}

.woocommerce-terms-and-conditions-wrapper .form-row {
  margin-bottom: 20px !important;
}

.woocommerce-checkout .hide-checkout {
  display: none;
}
/*
.woocommerce-checkout #shipping_method {
  margin-bottom: calc(2vw - -1rem) !important;
}
*/
.woocommerce-checkout h3 {
  margin-bottom: calc(2vw - -1rem);
  margin-top: calc(3vw - -2rem);
}

.woocommerce-cart .page-content > .woocommerce > .woocommerce-notices-wrapper {
  display: none;
}

.woocommerce-cart .woocommerce-cart-form .fgw_notice_msg {
  font-weight: 400;
  display: flex;
  flex-direction: row;
  align-items: start;
}

.woocommerce-cart .woocommerce-cart-form .fgw_notice_msg a {
  margin: 0 !important;
  display: inline-block;
}

.woocommerce-cart .woocommerce-cart-form .woocommerce-message {
  margin-top: -32px !important;
}

.fgw_gift .item.fgw_gift_product {
  padding: 7px 14px;
  width: 240px;
}

.item.fgw_gift_product > a {
  display: flex;
  flex-direction: column-reverse;
}

:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .fgw_gift_atc_btn a.button.alt {
  margin-top: 20px;
  margin-bottom: 0;
}

.woof_products_top_panel {
  z-index: 98;
}

.woocommerce nav.woocommerce-pagination {
  margin-bottom: calc(2vw - 1rem);
}

.woocommerce nav.woocommerce-pagination ul {
  border: unset;
}

.woocommerce nav.woocommerce-pagination ul li {
  border-right: unset;
}

.woocommerce nav.woocommerce-pagination ul li {
  font-size: 14px;
  margin-left: 7px;
  margin-right: 7px;
}

.woocommerce nav.woocommerce-pagination ul li span.current {
  border: 2px solid var(--color-brown);
  border-radius: 50%;
  background: unset !important;
  color: #000 !important;
  width: 30px;
  height: 30px;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.woocommerce nav.woocommerce-pagination ul li a {
  width: 30px;
  height: 30px;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.woocommerce nav.woocommerce-pagination ul li a.prev,
.woocommerce nav.woocommerce-pagination ul li a.next {
   font-size: 18px;
 }

.woocommerce nav.woocommerce-pagination ul li a:hover {
  background: unset !important;
  color: #000;
}

.wc_payment_methods.payment_methods.methods label img {
  width: 30px !important;
  margin-top: 5px !important;
  margin-bottom: 5px !important;
}

.wc_payment_methods.payment_methods.methods label[for="payment_method_woocommerce_payments"] img {
  width: auto !important;
}

.wishlist_table tr td {
  text-align: left;
}

.wishlist_table .product-stock-status/*,
.order-total .woocommerce-Price-currencySymbol*/ {
  display: none;
}

.has-image[data-image-fit=contain] .fancybox__image {
  background-color: white;
}

.page-template-page-scopri-la-taglia-giusta #main {
  margin-bottom: calc(3vw - -2rem);
}

.woocommerce-checkout-review-order-table .product-name {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-right: 1vw !important;
}

.woocommerce-checkout-review-order-table .product-name .d-flex {
  align-items: center;
}

input[type=radio] {
  width: 18px;
  height: 18px;
}

.woocommerce ul.products li.product .onsale {
  margin: -0.65em -.65em 0 0;
}

.carousel-line {
  overflow: hidden;
  padding-bottom: calc(2vw - -1rem);
}

.carousel-line .owl-stage-outer {
  overflow: inherit;
}

.owl-nav button {
  position: absolute;
  top: 40%;
  transform: translate(0, -50%);
  left: -1vw;
  width: 57px;
  height: 57px;
}

.single-product-image-carousel .owl-nav button,
.instagram-products-carousel .owl-nav button,
.page-template-page-scopri-la-taglia-giusta .owl-nav button {
  top: 50%;
}

.owl-nav .owl-next {
  left: auto;
  right: -1vw;
}

.woocommerce table.shop_table_responsive tr:nth-child(2n) td, .woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
  background-color: transparent;
}

.woocommerce .cart-collaterals table.shop_table,
.woocommerce-page .cart-collaterals table.cart td.actions,
.woocommerce-cart .cart-collaterals .cart_totals tr th,
.woocommerce-cart .cart-collaterals .cart_totals tr td {
  border: unset !important;
}

.product-name .variation * {
  font-style: italic;
  font-size: 13px;
  text-transform: initial;
  font-weight: 500;
}

.woocommerce-checkout .product-name {
  display: flex;
  flex-direction: column;
  align-items: start;
}
/*
.woocommerce-checkout .product-name > *:not(:last-child) {
  margin-bottom: 10px;
}
*/

.woocommerce-checkout .product-name .variation {
  display: flex;
}

.woocommerce-checkout .product-name .product-quantity {
  font-weight: 700;
}

.woocommerce-checkout .shop_table .cart_item:not(:first-child) {
  border-top: 1px solid var(--color-light-grey);
}

.woof_container_inner .woof_block_html_items {
  display: none;
}

.woof_sid_auto_shortcode .woof_container {
  float: unset;
}

.products-slow-carousel .owl-stage,
.products-carousel .owl-stage,
.list-carousels-by-typology .owl-carousel .owl-stage {
  margin-left: auto;
  margin-right: auto;
}

.owl-nav button.disabled {
  opacity: 1;
  filter: grayscale(1) brightness(1.15);
}

#shop-intro-icons a:not(.current,:hover) li img {
  background-color: white;
  border-radius: 0;
}

#menu-footer-row .btn {
  max-width: 200px;
}

.chosen-container .chosen-results li.active-result.highlighted,
.select2-container--default .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-results__option--highlighted[data-selected] {
  background-color: var(--color-turquoise);
  background-image: unset;
}

.chosen-container .chosen-drop,
.chosen-container-single .chosen-search input[type=text] {
  border-color: var(--color-light-grey);
  box-shadow: unset;
}

.shop-intro {
  padding-top: 0 !important;
}

body.search .shop-intro {
  padding-bottom: calc(3vw - -2rem);
}

.woocommerce-account:not(.logged-in) .d-none.pattern.background-light-blue {
  display: block !important;
  height: 112%;
  width: calc(50% - -0.75rem);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.irs-line-mid, .irs-line-left, .irs-line-right, .irs-bar, .irs-bar-edge, .irs-slider {
  background-image: url(/wp-content/themes/logos/inc/assets/images/sprite-skin-nice.png) !important;
  background-repeat: repeat-x !important;
}

.irs-slider {
  top: 0px !important;
  cursor: pointer !important;
}

.irs-handle {
  top: 0 !important;
  cursor: pointer !important;
}

.irs-from, .irs-to, .irs-single {
  top: auto !important;
  bottom: -40px;
}

.irs-line,
.irs-bar {
  top: 8px !important;
}

.woocommerce-checkout #payment ul.payment_methods li label {
  font-weight: 600;
  display: inline-flex;
  display: initial;
  align-items: center;
}

.woocommerce-checkout #payment ul.payment_methods li label span {
  margin-left: 10px;
}

.woocommerce-checkout #payment ul.payment_methods li .payment_box {
  background-color: transparent;
  color: #000;
  padding: 0;
}

body.woocommerce-order-received .woocommerce-order {
  margin-bottom: 1.5em;
}

.woocommerce-checkout .xoo-wsc-product > .xoo-wsc-img-col,
.woocommerce-checkout #payment div.payment_box::before,
.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
  display: none;
}

.woocommerce-order-received .content-area section.page-container section {
  padding-top: calc(.5vw - -.5rem);
  padding-bottom: calc(.5vw - -.5rem);
}

.cart-collaterals .cart_totals.calculated_shipping {
  margin-top: 40px;
}

.cart-collaterals .shop_table.shop_table_responsive {
  margin-top: 40px !important;
  margin-bottom: 40px !important;
}

.woocommerce-cart .wc-proceed-to-checkout {
  padding: 0 0 1em;
}

.cart_totals .coupon #coupon_code {
  width: 100% !important;
  background: transparent;
}
