/*
Theme Name: Vogel
Theme URI: http://underscores.me/
Author: The Rope S.r.l
Author URI: https://www.therope.it
Description: Theme for Vogel
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: vogel
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
--------------------------------------------------------------*/

@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=Inria+Serif:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://use.typekit.net/llq0bfy.css");

:root {
    --bs-gutter-x: 1rem;
    --bs-gutter-y: 1rem;
    --app-heading: #000000;
    --app-paragraph: #323232;
    --app-breadcrumb: #888888;
    --app-link: #000000;
    --app-background: #ffffff;
    --app-background-darker: #dddddd;
    --app-background-services: #f7f7f7;
    --app-bw: #ffffff;
    --app-menu-background: #000000;
    --app-menu-color: #ffffff;
    --app-section: #f1f1f1;
    --app-overlay: rgba(51, 51, 51, 0.4); /*rgba(255, 255, 255, 0.4)*/
    --app-button-text-default: #ffffff;
    --app-button-background-default: #686868;
    --app-spinner: #000000;
    --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");
    --font-heading: futura-pt, sans-serif;
}

:root body.dark {
    --app-heading: #ffffff;
    --app-paragraph: #dddddd; /* #999999 darker (.5 white) */
    --app-breadcrumb: #aaaaaa;
    --app-link: #ffffff;
    --app-background: #000000; /* #222222 */
    --app-background-darker: #222222; /* #141414 */
    --app-background-services: #111111;
    --app-bw: #000000;
    --app-menu-background: #000000;
    --app-menu-color: #ffffff;
    --app-section: #000000;
    --app-overlay: rgba(51, 51, 51, 0.4);
    --app-button-text-default: #686868;
    --app-button-background-default: #ffffff;
}

body {
    -webkit-font-smoothing: antialiased;
    font-family: var(--font-paragraph);
    letter-spacing: 0.3px;
}

.scroll-mobile {
    overflow: auto;
}

.no-scroll {
    overflow: hidden;
}

.dropdown-menu {
    border: none;
}

.block-overflow-x {
    width: 100%;
    display: block;
    overflow-x: hidden;
}

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

#gform_fields_2 li {
    padding-right: 0;
}

.far:hover,
.xoo-wsc-basket:hover .far {
    font-weight: 900;
}

#menu {
    background: #fff;
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-padding-start: 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: 150px;
    padding-bottom: 150px;
}

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

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

.container {
    padding-left: 20px;
    padding-right: 20px;
}

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

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

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

[hidden],
template {
    display: none;
}

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

a:active,
a:hover,
footer#colophon a:hover {
    outline: 0;
    color: inherit;
    text-decoration: none;
    color: #000;
}
footer#colophon a:hover {
    color: #000 !important;
}

dfn {
    font-style: italic;
}

mark {
    background: #ff0;
    color: #2b2d2a;
}

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

hr {
    box-sizing: content-box;
    height: 0;
    border-top: 1px solid #2b2d2a;
    margin-top: 1.5rem;
    max-width: 156px;
    margin-left: 0;
    text-align: left;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

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

optgroup {
    font-weight: bold;
}

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

td,
th {
    padding: 0;
}

pre {
    white-space: unset;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--font-heading);
    clear: both;
    color: #2b2d2a;
    font-weight: 600;
    margin-top: 24px;
    margin-bottom: 15px;
}
h1 {
    font-size: 32px;
    padding-bottom: 10px;
}
h2 {
    font-size: 1.75rem;
    padding-bottom: 0.3em;
    line-height: 1.25;
}
#contacts-nl h2 {
    margin-top: 0;
    padding-bottom: 1.2rem;
}
#gform_wrapper_2 {
    font-size: 11px;
    font-weight: 300;
    letter-spacing: 0.1px;
    line-height: 1.9;
    text-transform: uppercase;
}
h3 {
    font-size: 1.35rem;
    /* line-height: 25px; */
}
h4 {
    font-size: 16px;
    /* line-height: 20px; */
}
h5 {
    font-size: 14px;
    /* line-height: 17.5px; */
}
h6 {
    font-size: 1.6rem;
}

p {
    margin-bottom: 1.5em;
}
h1.entry-title {
    font-size: 1.31rem;
    border-bottom: 1px solid #eaecef;
}
h2.entry-title {
    border-bottom: 1px solid #eaecef;
}
h3.widget-title {
    font-size: 1.2rem;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
body {
    background: #f2f1f0;
    /* 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: 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: fixed; */
    width: 100%;
    z-index: 100;
    /* display: none; */
}
header#masthead.load-page {
    display: block !important;
}
body.open-menu #masthead,
body.open-menu-single #masthead,
header#masthead.active {
    background: #fff;
    top: 0;
    position: fixed;
}

.navbar-brand > a {
    color: rgba(0, 0, 0, 0.9);
    font-size: 1.1rem;
    outline: medium none;
    text-decoration: none;
    color: #fff;
    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.75rem;
    }
    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: #2b2d2a 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;
    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: #fff;
}

.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;
    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-menu {
    min-width: 12.5rem;
}

.dropdown .open .dropdown-menu {
    display: block;
    left: 12.25em;
    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 ";
}

.post-navigation .nav-previous a:hover,
.post-navigation .nav-next a:hover {
    background: #eee none repeat scroll 0 0;
}

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

.page-template-page-landing-2 #page {
    min-height: 100vh;
}

/*--------------------------------------------------------------
# Banner
--------------------------------------------------------------*/
.banner-mobile-appointment {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
    background-color: #ff6900;
    color: #fff;
    font-size: 1rem;
    text-transform: uppercase;
    font-family: "futura-pt";
    font-weight: 700;
    letter-spacing: 0.1rem;
}
.banner-mobile-appointment a.btn-link,
.banner-mobile-appointment a.btn-link:hover {
    color: #fff;
    border-bottom: solid 1px #fff;
    line-height: 1.3;
}
.js-btn-close-banner-mobile-appointment {
    width: 33px;
    height: 20px;
    display: inline-block;
}
.banner-mobile-appointment svg.close {
    width: 16px;
}
.banner-mobile-appointment svg.close line {
    stroke: #fff;
}
.banner-mobile-appointment svg.arrow {
    fill: #fff;
    stroke: #fff;
    height: 16px;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
#content.site-content {
    padding-bottom: 4.125rem;
    padding-top: 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, 0.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, 0.4);
}

.sticky .entry-title::before {
    content: "\f08d";
    font-family: "Font Awesome 5 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: #2b2d2a;
}
.navbar-dark .site-info {
    color: #fff;
}

footer#colophon a {
    color: inherit;
}

#footer-features {
    padding: 3rem 0;
    border-bottom: solid 1px #e0e0d7;
    border-top: solid 1px #e0e0d7;
    margin-bottom: 2rem;
}
.scrolling-text-big {
    font-size: 4rem;
    color: #fff;
}

#footer-policies {
    font-family: "futura-pt";
    margin-bottom: 3rem;
}

#menu-language {
    width: 90px;
    padding: 5px 20px;
    border: solid 1px #000;
}

#menu-language li {
    width: 100%;
    margin: 0;
    text-align: center;
}

#field_2_9,
#field_4_9 {
    width: 50%;
}

.container-download-size {
    display: flex;
    color: #6b6b6b;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    width: 100%;
    margin-bottom: 20px;
    order: 5;
}
.container-download-size a {
    display: inline-block;
    margin-left: 5px;
    color: #0b0b0b;
    font-weight: 450;
    line-height: normal;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
}
.block-only-appointment .block-double-block-overlay > div:nth-child(1) {
    display: none !important;
}
.block-only-appointment .block-double-block-overlay > div:nth-child(2) {
    width: 100% !important;
}

.block-single-block .block-container.extra-margin {
    margin-top: 12rem;
    margin-bottom: 12rem;
}

body.page-template-page-shoe-care .wp-block-quote {
    position: relative;
    padding: 6rem 0 !important;
    margin: 0 auto !important;
    background-color: #1a1a1a !important;
    width: 100vw;
    margin: 0 !important;
    min-width: 100vw;
}
body.page-template-page-shoe-care .wp-block-quote p {
    color: #fff !important;
    max-width: 900px;
    margin: 0 10%;
}
.wp-block-quote p em {
    font-style: normal;
}

body.page-template-page-shoe-care .paragraph-font p em {
    font-family: var(--font-paragraph) !important;
    font-size: 16px;
    font-style: normal !important;
    font-weight: 400;
    line-height: normal;
    color: #000 !important;
    display: inline-block;
    margin-left: 35px;
}

/*--------------------------------------------------------------
# Media Query
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Notebook
--------------------------------------------------------------*/
@media only screen and (max-width: 1280px) {
    html {
        font-size: 95%;
    }
}

@media screen and (max-width: 1199px) {
    .navbar-dark .dropdown-item {
        color: #fff;
    }
    /*
  .navbar-nav .dropdown-menu {
    background: transparent;
    box-shadow: none;
    border: none;
  }
  */
}
/*--------------------------------------------------------------
## Netbook
--------------------------------------------------------------*/
@media only screen and (max-width: 1024px) {
    html {
        font-size: 90%;
    }
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 960px) {
    html {
        font-size: 85%;
    }
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 768px) {
    html {
        font-size: 80%;
    }
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 480px) {
    html {
        font-size: 75%;
    }
}
/*--------------------------------------------------------------
## Query List BEGIN
--------------------------------------------------------------*/

/* 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 - MOBILE */
@media (max-width: 767px) {
    body.page-template-page-events-new-php #page > #content {
        width: 100%;
        overflow-y: hidden;
    }

    .navbar-nav > li.dropdown.show > .dropdown-menu > li > ul.dropdown-menu {
        display: flex !important;
        flex-direction: column;
        background-color: transparent;
        width: 270px;
    }
    #menu-header-nav .navbar-nav > .dropdown .dropdown::before,
    #menu-header > .current_page_item > a:after {
        display: none !important;
    }

    .banner-mobile-appointment {
        display: flex !important;
    }
    .btn-black-appointment {
        background-color: #000;
        width: calc(100% - 40px);
        margin-left: auto;
        margin-right: auto;
        height: 52px;
        margin-top: 3rem;
        text-align: center;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        color: #fff;
        font-size: 14px;
        font-weight: 500;
        text-transform: uppercase;
    }
    #masthead #menu-language {
        position: relative;
        width: calc(100% - 40px);
        margin-left: 20px;
        margin-right: 20px;
    }
    #menu-language-mobile-nav li {
        text-align: left;
        padding: 0.5rem 0 !important;
        margin: 0 !important;
        text-transform: uppercase;
    }
    #menu-language > li > a > .wpml-ls-native:after {
        top: 16px !important;
    }
    .wpml-ls-current-language.opened .dropdown-menu {
        background-color: transparent;
        text-align: left;
        text-transform: uppercase;
        padding: 1rem 0 0;
        position: relative;
    }
    .wpml-ls-current-language.opened .dropdown-menu::before {
        content: "";
        display: block;
        width: 100%;
        height: 1px;
        background-color: #000;
        position: absolute;
        top: 10px;
    }
    #masthead #my-account {
        display: none;
    }
    #footer-menu {
        margin-bottom: 30px;
        padding-bottom: 30px;
        border-bottom: 1px solid #e0e0d7;
    }
    #footer-newsletter {
        margin-bottom: 15px;
        padding-bottom: 15px;
        border-bottom: 1px solid #e0e0d7;
    }
    #menu-policies {
        display: flex;
        flex-direction: column;
    }
    #menu-policies > li:not(:nth-child(1)) {
        margin-left: 0 !important;
    }
    #menu-footer > li > a {
        cursor: pointer;
    }
    #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,
    #mega-menu-wrap-primary .widget_media_image {
        display: none !important;
    }
    .nav-link {
        padding: 0;
    }
    #input_1_1 {
        line-height: normal;
    }
    .dropdown-item,
    .mega-menu-link {
        padding: 0;
    }
    .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 > li,
    #mega-menu-primary > li,
    #menu-language-mobile-nav li,
    #close-sidebar,
    #my-account {
        margin-left: 1.5rem;
        margin-right: 1.5rem;
    }
    #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: #2b2d2a;
        position: absolute;
        left: 0;
        bottom: -5px;
        z-index: 1;
    }
    #menu-footer > li,
    #menu-header > li,
    #mega-menu-primary > li,
    #menu-language-mobile-nav li,
    #close-sidebar,
    #my-account {
        margin-top: 1.5rem;
        padding-bottom: 0.5rem;
    }
    #menu-header li ul,
    #mega-menu-primary li ul,
    #menu-footer li ul {
        padding: 1rem 0 0 0 !important;
        -webkit-padding-start: 0;
        padding-inline-start: 0;
    }
    #menu-header li li,
    #mega-menu-primary li li,
    #menu-footer li li {
        margin-left: 1rem !important;
        padding: 9.6px 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: #2b2d2a !important;
    }
    #menu-language > li > a > .wpml-ls-native:after {
        top: 12px;
    }
    #menu-language > li.opened > a > .wpml-ls-native:after {
        content: "\f106";
    }
    #menu-language-mobile-nav {
        margin-top: 5rem;
        display: none;
    }
    #menu-header-nav .dropdown .dropdown-menu,
    #mega-menu-primary .mega-menu-megamenu .mega-sub-menu,
    #menu-footer .dropdown .dropdown-menu {
        display: none;
    }
    #menu-header-nav .dropdown.show > .dropdown-menu,
    #mega-menu-primary .mega-menu-item.mega-toggle-on > .mega-sub-menu,
    #menu-footer .dropdown.show > .dropdown-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 > .dropdown::before,
    #menu-footer > .dropdown .dropdown::before {
        font-size: 1.2rem;
        font-family: "Font Awesome 5 Pro";
        content: "+";
        position: absolute;
        right: 15px;
        cursor: pointer;
    }
    #menu-header-nav .navbar-nav > .dropdown .dropdown::before,
    #mega-menu-primary .mega-indicator::before,
    #menu-footer > .dropdown::before {
        top: 2px;
    }
    #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 > .dropdown.show::before,
    #menu-footer > .dropdown .dropdown.show::before {
        content: "–";
        top: 0;
    }
    #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;
        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(0.5rem - -6px) !important;
    }
    #mega-menu-primary {
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !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 > 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 > li::after {
        content: "";
        position: absolute;
        width: calc(100% - 30px);
        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 > li::after {
        top: 36px;
    }
    .search-form input[type="search"] {
        border: none !important;
        border-bottom: 1px solid #9b9e99 !important;
        margin-top: 1.5rem;
        padding: 10px 1.8rem 10px 0 !important;
    }
    .close-searchbar {
        right: 0;
    }

    #sidebar {
        width: 100% !important;
        background-color: #eaeaea !important;
    }
    #menu-header > li {
        width: calc(100% - 3rem);
        border-bottom: solid 1px #707070;
    }
    #menu-header > li::after {
        display: none !important;
    }
    #menu-header > li a {
        text-transform: uppercase;
        font-size: 20px !important;
        font-weight: 500 !important;
        padding: 0 0 1rem 0 !important;
        font-family: var(--font-heading);
    }
    #menu-header-nav .navbar-nav > .dropdown::before {
        right: 0;
        font-family: var(--font-paragraph);
        font-weight: 300;
        font-size: 30px;
        line-height: 0.6;
    }
    #menu-header-nav .dropdown.show > .dropdown-menu {
        background-color: transparent;
    }

    #content.site-content {
        padding-top: 0px;
        overflow: hidden;
        /* padding-bottom: 4.5rem; */
    }
    .site-content .gform_wrapper {
        padding-bottom: 60px;
        margin-bottom: -15px;
    }
    .site-content .gform_wrapper [type="checkbox"]:not(:checked) + label:before,
    .site-content .gform_wrapper [type="checkbox"]:checked + label:before {
        top: 2px;
    }
    .page-title {
        font-size: 3rem;
        width: 100%;
    }
    #bigmenu {
        padding-top: 23vh !important;
        padding-bottom: 0 !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;
    }
    #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 {
        flex-direction: row;
        flex-flow: wrap;
        justify-content: space-between;
    }
    #menu-primary a {
        font-size: 1.5rem;
    }
    #menu-side-top a {
        margin: 0.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: 0.2rem 0.5rem;
    }
    #menu-side-bottom a {
        margin: 0.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: 0.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;
    }
    .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: 0.6rem 0 0.6rem;
    }
    header .social-block a[title="Wishlist"] {
        margin-left: 0 !important;
    }
    .background-carousel {
        height: 350px;
    }
}

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

/* 376 MIN WIDTH - 767 MAX WIDTH */
@media (min-width: 376px) and (max-width: 767px) {
    .site-content .gform_wrapper [type="checkbox"]:not(:checked) + label:after,
    .site-content .gform_wrapper [type="checkbox"]:checked + label:after {
        top: 5px;
    }
}

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

/* 768 MIN WIDTH - 991 MAX WIDTH */
@media (min-width: 768px) and (max-width: 991px) {
    #bigmenu .dropdown-toggle-ellipsis::before {
        font-size: 3.2rem;
        top: -33px;
    }
    #bigmenu .show .dropdown-toggle-ellipsis::before {
        top: -35px;
    }
    #menu-primary a {
        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;
    }
    .site-content .gform_wrapper [type="checkbox"]:not(:checked) + label:before,
    .site-content .gform_wrapper [type="checkbox"]:checked + label:before {
        top: 3px;
    }
    .site-content .gform_wrapper [type="checkbox"]:not(:checked) + label:after,
    .site-content .gform_wrapper [type="checkbox"]:checked + label:after {
        top: 6px;
    }
}

/* 768 MIN WIDTH */
@media (min-width: 768px) {
    body.page-template-page-shoe-care .wp-block-quote p {
        margin: 0 auto;
    }

    .btn-black-appointment,
    #masthead #menu-language {
        display: none;
    }
    #menu-footer > li {
        flex: 0 0 20%;
        max-width: 20%;
    }
    #searchbar-desktop {
        height: 43px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    #mega-menu-primary .mega-sub-menu > li > ul,
    #mega-menu-primary .mega-sub-menu .nav.flex-column {
        padding-top: 6px !important;
    }
    #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: 0.7px;
        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: 1px;
        border-bottom: 1px solid #e0e0d7;
        width: calc(100% - -10px);
    }
    #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 {
        -webkit-margin-start: -5px;
        margin-inline-start: -5px;
        -webkit-margin-end: -5px;
        margin-inline-end: -5px;
    }
    .page-template-page-corporate
        header:not(.active)
        #menu-language
        > li
        > a
        > .wpml-ls-native:after,
    .page-template-page-corporate header:not(.active) #menu-header > li > a,
    .page-template-page-corporate
        header:not(.active)
        #mega-menu-primary
        > li
        > a,
    .page-template-page-corporate header:not(.active) #menu-language > li > a {
        color: #fdfffd !important;
    }
    .widget_media_image {
        display: flex !important;
        flex-direction: column-reverse !important;
    }
    .widget_media_image h4 {
        text-align: center !important;
        text-transform: unset !important;
        font-size: 1.1rem !important;
        margin-top: 30px !important;
    }
    #menu-header > li > a,
    #mega-menu-primary > li > a {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
        padding-top: 1rem;
        padding-bottom: 1rem;
    }
    .search-form input[type="search"] {
        padding: 14px 1rem !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 #2b2d2a !important;
        margin-bottom: -1px !important;
    }
    .page-template-page-corporate
        header:not(.active)
        #menu-header
        > .current_page_item,
    .page-template-page-corporate
        header:not(.active)
        #menu-header
        > .current_page_parent,
    .page-template-page-corporate header:not(.active) #menu-header > li:hover,
    .page-template-page-corporate
        header:not(.active)
        #mega-menu-primary
        > .mega-current_page_item,
    .page-template-page-corporate
        header:not(.active)
        #mega-menu-primary
        > .mega-current_page_parent,
    .page-template-page-corporate
        header:not(.active)
        #mega-menu-primary
        > li:hover {
        border-bottom: 1px solid #fff !important;
    }
    #menu-header > li,
    #mega-menu-primary > li {
        margin-left: -3px;
        margin-right: -3px;
    }
    #menu-language > li > a > .wpml-ls-native:after {
        top: 1px;
    }
    #menu-footer li li {
        padding-top: 4px;
        padding-bottom: 4px;
    }
    #content.site-content {
        padding-top: 0px;
        /* padding-bottom: 5.7rem; */
    }
    #menu-language .dropdown .dropdown-menu {
        display: block;
        position: absolute;
        overflow: hidden;
        margin-top: 0;
        border-radius: 0;
        width: 60px;
        height: 30px;
        min-width: 1px;
        padding-left: 0px;
        padding-right: 0px;
        left: 30px;
        top: 28px;
        /* transition: padding-top .2s, padding-bottom .2s, max-height .2s;
    transition-timing-function: ease-in; */
        max-height: 0;
        padding-top: 0;
        padding-bottom: 0;
        text-align: left;
        border: none;
    }

    #menu-language li.opened .dropdown .dropdown-menu {
        max-height: auto;
        border-bottom: solid 1px #000;
    }

    #menu-language .dropdown:hover .dropdown-menu {
        /* padding-top: .5rem;
    padding-bottom: .5rem;
    border: 1px solid #E0E0D7; */
        max-height: unset;
    }
    #menu-language .dropdown .dropdown-menu a {
        padding-left: 0;
        padding-right: 0;
        text-align: left;
    }
    #menu-language > li:hover > a > .wpml-ls-native:after {
        content: "\f106";
    }
    .close-searchbar {
        right: -5px;
    }
    footer .dropdown-menu {
        display: block;
    }
    .site-content .gform_wrapper {
        padding-bottom: 1px;
        margin-bottom: 5px;
    }
    .page-title {
        font-size: 40px;
        text-align: center;
        text-transform: uppercase;
        letter-spacing: 1rem;
    }
    .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;
    }
    body:not(.theme-preset-active) #page-sub-header h1 {
        font-size: 3.75rem;
    }
    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: none;
    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 #E0E0D7;
    transition: max-height .2s !important;
    transition-timing-function: ease-in !important;
    max-height: 0 !important;
    padding-top: 0;
    padding-bottom: 0;
    z-index: -1 !important;
  }
  #mega-menu-primary > .mega-menu-megamenu > .mega-sub-menu.active {
    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 #E0E0D7;
    transition: max-height .2s !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 {
    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 > a:hover,
  #mega-menu-primary .mega-menu-megamenu .mega-sub-menu li > a:hover,
  #menu-footer li > a:hover,
  #menu-policies li > a:hover,
  footer .social-block a:hover,
  #menu-language .dropdown .dropdown-menu li > a:hover {
    opacity: .5 !important;
  }
  #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;
    }
    #menu-header > li.menu-item-has-children .dropdown-menu {
        display: none;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        position: absolute;
        top: 80px;
        left: 50%;
        padding-top: 30px;
        background-color: transparent;
        transform: translateX(-50%);
        width: 100%;
    }
    #menu-header > li.menu-item-has-children .dropdown-menu.active {
        display: flex;
    }
    #menu-header > li.menu-item-has-children > .dropdown-menu:before {
        content: "";
        display: block;
        width: 120vw;
        height: calc(100% + 150px);
        background-color: #f2f1f0;
        position: absolute;
        top: 20px;
        left: 50%;
        transform: translateX(-50%);
    }
    #menu-header > li.menu-item-has-children .dropdown-menu li a {
        font-size: 13px !important;
        font-weight: 500 !important;
        white-space: nowrap;
    }
    #menu-header
        > li.menu-item-has-children
        .dropdown-menu
        li.current-menu-item {
        border-bottom: 0px solid #2b2d2a !important;
        margin-bottom: -1px !important;
        z-index: 2;
    }
    #menu-header
        > li.menu-item-has-children
        .dropdown-menu
        li.current-menu-item
        a {
        font-weight: 700;
    }

    #menu-header li a {
        display: inline-block;
        text-decoration: none;
        transition: all 0.1s ease-in;
    }

    #menu-header li > ul {
        display: none;
        position: absolute;
        width: 150px;
        top: 100%;
        left: -1px;
        z-index: 1;
        text-align: left;
    }

    #menu-header li > ul li {
        float: none;
        margin: 0;
    }

    #menu-header li > ul li a {
        display: block;
    }

    /* #menu-header li.active {
    pointer-events: none;
  } */
}

/* 768 MIN WIDTH - 1440 MAX WIDTH */
@media (min-width: 768px) and (max-width: 1440px) {
    #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) {
    .post-contact-us {
        padding-top: 2.5rem;
        padding-bottom: 3rem;
    }
}

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

/* 992 MIN WIDTH - 1440 MAX WIDTH */
@media (min-width: 992px) and (max-width: 1440px) {
    #bigmenu .dropdown-toggle-ellipsis::before {
        font-size: 4.9rem;
        top: -53px;
    }
    #bigmenu .show .dropdown-toggle-ellipsis::before {
        top: -55px;
    }
    #menu-primary a {
        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;
    }
}

/* 992 MIN WIDTH */
@media (min-width: 992px) {
    .social {
        text-align: center;
    }
    #menu-policies-nav {
        text-align: right;
        display: flex;
        flex-direction: row;
        gap: 16px;
    }
    #page-sub-header p {
        max-width: 43rem;
        margin: 0 auto;
    }
    .nl-footer-title {
        margin-top: calc(1rem - 2px) !important;
    }
    .site-content .gform_wrapper [type="checkbox"]:not(:checked) + label:before,
    .site-content .gform_wrapper [type="checkbox"]:checked + label:before {
        top: 4px;
    }
    .site-content .gform_wrapper [type="checkbox"]:not(:checked) + label:after,
    .site-content .gform_wrapper [type="checkbox"]:checked + label:after {
        top: 7px;
    }
}

/* 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) {
}

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

/* 1441 MIN WIDTH */
@media (min-width: 1441px) {
    #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 {
        font-size: 5.3vh;
    }
    /*
  header > .container,
  footer > .container {
    max-width: 94%;
  }
  */
    .num-dots .owl-item.active ~ .owl-item {
        margin-left: calc(1162px - 95vw);
        z-index: -1;
    }
    .num-dots .owl-item {
        transition: all 0.8s ease;
    }
}
/*--------------------------------------------------------------
## Query List END
--------------------------------------------------------------*/
.container {
    max-width: 90rem;
}

#logo-header svg {
    width: 11rem;
}

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

/* Cookie Banner - BEGIN */

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

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

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

.cli-style-v2.cli-bar-container #wt-cli-accept-all-btn:hover {
    background-color: #333333 !important;
    color: #ffffff !important;
}

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

#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;
}

@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;
    display: inline-block;
    position: relative;
    z-index: 1;
}
#hamburger.is-active .hamburger-inner,
#hamburger.is-active .hamburger-inner::before,
#hamburger.is-active .hamburger-inner::after {
    background-color: #2b2d2a;
}
.hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -2px;
}
.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
    width: 34px;
    height: 3px;
    background-color: #2b2d2a;
    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: flex;
    -ms-flex-wrap: wrap;
}
footer #gform_1 .gform_body {
    width: 100%;
}
#gform_1 .gform_footer.top_label {
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
}

#logo-header {
    margin-top: 4px;
}

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

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

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

footer {
    /* text-transform: uppercase; */
}

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: #2b2d2a;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.3px;
    margin-bottom: 0 !important;
}

.homepage-social {
    text-transform: uppercase;
    color: #2b2d2a;
    font-weight: 500;
    letter-spacing: 0.3px;
}

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

.contacts-social {
    text-transform: uppercase;
    color: #2b2d2a;
    font-size: 0.75rem;
    font-weight: 500;
    letter-spacing: 0.3px;
    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: 1.5px;
    font-weight: 700;
    text-transform: uppercase;
}

.contact-block {
    font-size: 9.5px;
    letter-spacing: 1.5px;
    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;
}

#footer-policies .container .row > div {
    display: flex;
    flex-direction: row;
    gap: 16px;
    > div {
        margin-top: 0 !important;
    }
}
#footer-policies .container .row > div#policy-block {
    align-items: flex-start;
    justify-content: flex-end;
}

#menu-policies,
.copyright {
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 0.3px;
    text-transform: uppercase;
    display: flex;
    flex-direction: row;
    gap: 16px;
    a {
        white-space: nowrap;
        padding-top: 8px !important;
    }
}

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

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

/* #menu-header a,
#mega-menu-primary a,
#menu-language a,
#my-account a, */
#menu-footer a {
    color: #2b2d2a !important;
    text-transform: initial !important;
    font-size: 1.2rem !important;
    letter-spacing: 0.7px;
}

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

#menu-footer .dropdown-menu a {
    letter-spacing: 0.3px;
    font-family: "futura-pt";
    font-size: 0.8rem !important;
    text-transform: uppercase !important;
    display: block;
}

#menu-item-79 .dropdown-menu {
    display: flex;
}

#menu-footer .dropdown-menu a[title="Instagram"] {
    background-image: url(inc/assets/images/instagram.svg) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: 23px !important;
    display: block;
    width: 23px !important;
    height: 23px !important;
    overflow: hidden;
    text-indent: -99999px;
    margin-right: 10px;
}
#menu-footer .dropdown-menu a[title="Facebook"] {
    background-image: url(inc/assets/images/facebook.svg) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: 20px !important;
    display: block;
    width: 23px !important;
    height: 23px !important;
    overflow: hidden;
    text-indent: -99999px;
    margin-right: 10px;
}
#menu-footer .dropdown-menu a[title="LinkedIn"] {
    background-image: url(inc/assets/images/linkedin.svg) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: 23px !important;
    display: block;
    width: 23px !important;
    height: 23px !important;
    overflow: hidden;
    text-indent: -99999px;
}

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

/* #menu-header > li > a,
#mega-menu-primary > li > a,
#my-account a, */
#menu-footer > li > a {
    font-size: 1.1rem !important;
    font-weight: 600 !important;
    margin-bottom: 1rem;
    font-family: var(--font-heading);
    text-transform: uppercase !important;
}

.cursor-pointer {
    cursor: pointer;
}

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

#menu-primary a {
    color: #2b2d2a;
    text-transform: uppercase;
    font-weight: 800;
    letter-spacing: 3px;
    text-align: left;
    line-height: 1.2;
    display: inline-block;
}

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

.social-block a:not(:nth-child(1)) {
    margin-left: 0.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;
}

footer #gform_wrapper_1 {
    margin-top: 4px !important;
    padding-bottom: 30px !important;
}

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

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

.header-right {
    text-align: right;
}

.mobile-fit > .row > div {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}

.hamburger-container {
    display: inline-block;
    vertical-align: middle;
}
.hamburger-container {
    line-height: 0;
}

footer
    .gform_wrapper
    ul.gfield_checkbox
    li
    input[type="checkbox"]:checked
    + label,
footer
    .gform_wrapper
    ul.gfield_checkbox
    li
    input[type="checkbox"]:not(:checked)
    + label {
    font-size: 11px;
    color: #9b9e99;
    font-weight: 500;
    letter-spacing: 0.2px;
    line-height: 2;
    text-transform: none;
}

footer
    .gform_wrapper
    ul.gfield_checkbox
    li
    input[type="checkbox"]:checked
    + label
    a,
footer
    .gform_wrapper
    ul.gfield_checkbox
    li
    input[type="checkbox"]:not(:checked)
    + label
    a {
    font-weight: 600;
}

.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: 25px !important;
    cursor: pointer !important;
    line-height: 1.3;
    text-transform: initial;
}

footer .gform_wrapper [type="checkbox"]:not(:checked) + label:before,
footer .gform_wrapper [type="checkbox"]:checked + label:before {
    content: "";
    position: absolute;
    left: 0;
    width: 15px;
    height: 15px;
    border: 1px solid #212529;
    background: #fff;
    padding: 2px;
}

.site-content .gform_wrapper [type="checkbox"]:not(:checked) + label:before,
.site-content .gform_wrapper [type="checkbox"]:checked + label:before,
.site-content
    .af-attributes-list
    [type="checkbox"]:not(:checked)
    + label:before,
.site-content .af-attributes-list [type="checkbox"]:checked + label:before {
    content: "";
    position: absolute;
    left: 0;
    width: 16px;
    height: 16px;
    border: solid 1px #707070;
    background: transparent;
    padding: 2px;
}

footer .gform_wrapper [type="checkbox"]:not(:checked) + label:after,
footer .gform_wrapper [type="checkbox"]:checked + label:after {
    content: "";
    position: absolute;
    width: 7px;
    height: 7px;
    left: 4px;
    font-size: 1.3em;
    line-height: 0.8;
    background-color: #212529;
    transition: all 0.2s;
}
footer .gform_wrapper [type="checkbox"]:not(:checked) + label:before,
footer .gform_wrapper [type="checkbox"]:checked + label:before {
    top: 4px;
}
footer .gform_wrapper [type="checkbox"]:not(:checked) + label:after,
footer .gform_wrapper [type="checkbox"]:checked + label:after {
    top: 8px;
}

#masthead.active .btn-appointment,
.single #masthead .btn-appointment {
    border-color: #000;
}

.site-content .gform_wrapper [type="checkbox"]:not(:checked) + label:after,
.site-content .gform_wrapper [type="checkbox"]:checked + label:after,
.site-content .af-attributes-list [type="checkbox"]:not(:checked) + label:after,
.site-content .af-attributes-list [type="checkbox"]:checked + label:after {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    left: 4px;
    font-size: 1.3em;
    line-height: 0.8;
    background-color: #cacec8;
    transition: all 0.2s;
}

.site-content .gform_wrapper [type="checkbox"]:not(:checked) + label:before,
.site-content .gform_wrapper [type="checkbox"]:checked + label:before {
    top: 1px;
}
.site-content .gform_wrapper [type="checkbox"]:not(:checked) + label:after,
.site-content .gform_wrapper [type="checkbox"]:checked + label:after {
    top: 5px;
}

#field_1_2 {
    position: absolute;
    width: 100%;
}
#gform_fields_1 #field_1_2 {
    position: relative;
    text-align: left;
    width: 100%;
}

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

.site-content
    .gform_wrapper
    ul.gfield_checkbox
    li
    input[type="checkbox"]:checked
    + label,
.site-content
    .gform_wrapper
    ul.gfield_radio
    li
    input[type="radio"]:checked
    + label {
    font-weight: 300 !important;
}

.gfield_checkbox a {
    text-decoration: underline;
}

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"],
#gform_wrapper_3 textarea,
#gform_wrapper_4 input[type="text"],
#gform_wrapper_4 textarea,
.search-form input[type="search"] {
    border: solid 1px #707070;
    padding: 10px 0.8rem;
    font-size: 13px;
    letter-spacing: 0.1px;
}

#gform_wrapper_2 input[type="text"],
#gform_wrapper_2 textarea,
#gform_wrapper_2 select,
#gform_wrapper_3 input[type="text"],
#gform_wrapper_3 textarea,
#gform_wrapper_3 select,
#gform_wrapper_4 input[type="text"],
#gform_wrapper_4 textarea,
#gform_wrapper_4 select {
    border: solid 1px #707070;
    background-color: transparent;
    text-transform: uppercase;
    border-radius: 0;
    min-height: 50px;
}

input.datepicker {
    min-width: calc(100% - 30px);
}

.gform_wrapper.gravity-theme .ginput_complex {
    justify-content: space-between;
}
.gform_wrapper.gravity-theme .hour_minute_colon {
    display: none;
}

.gfield_time_hour,
.gfield_time_minute,
.gfield_time_ampm {
    width: 29%;
    min-width: 29% !important;
}

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

.page-template-page-corporate
    header:not(.active)
    .search-form
    input[type="search"],
.page-template-page-corporate header:not(.active) .close-searchbar {
    color: #fdfffd;
}

.page-template-page-corporate
    header:not(.active)
    .search-form
    input[type="search"]::-moz-placeholder {
    color: #ccd0ca;
}

.page-template-page-corporate
    header:not(.active)
    .search-form
    input[type="search"]::placeholder {
    color: #ccd0ca;
}

.page-template-page-corporate
    header:not(.active)
    .search-form
    input[type="search"]:-ms-input-placeholder {
    color: #ccd0ca;
}

.page-template-page-corporate
    header:not(.active)
    .search-form
    input[type="search"]::-ms-input-placeholder {
    color: #ccd0ca;
}

#gform_wrapper_2 textarea {
    height: 10em;
}

#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;
}

.site-content .gform_wrapper {
    position: relative;
}

#field_2_2 {
    padding-top: 1px;
}

#field_3_2 {
    padding-top: 0px;
}

#gform_wrapper_2 #field_2_7,
#gform_wrapper_3 #field_3_1 {
    padding-right: 0;
}

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

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

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

.site-content
    .gform_wrapper
    ul.gfield_checkbox
    li
    input[type="checkbox"]:checked
    + label,
.site-content
    .gform_wrapper
    ul.gfield_checkbox
    li
    input[type="checkbox"]:not(:checked)
    + label {
    font-size: 11px;
    font-weight: 300;
    letter-spacing: 0.1px;
    line-height: 1.9;
    text-transform: none;
    color: #9b9e99;
}

.site-content
    .gform_wrapper
    ul.gfield_checkbox
    li
    input[type="checkbox"]:checked
    + label
    a,
.site-content
    .gform_wrapper
    ul.gfield_checkbox
    li
    input[type="checkbox"]:not(:checked)
    + label
    a {
    color: #9b9e99;
}

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

.button-open {
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 600;
    line-height: normal;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    cursor: pointer;
}

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

.xoo-wsc-footer a.xoo-wsc-chkt,
.woocommerce .button.wc-forward,
.woocommerce .button.wc-forward:hover,
.woocommerce button.button,
.woocommerce button.button:hover,
.woocommerce button.button:disabled,
.woocommerce button.button:disabled[disabled],
.woocommerce button.button:disabled:hover,
.woocommerce button.button:disabled[disabled]:hover,
#add_payment_method .wc-proceed-to-checkout a.checkout-button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button,
#add_payment_method .wc-proceed-to-checkout a.checkout-button:hover,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button:hover,
#gform_wrapper_1 input[type="submit"],
#gform_wrapper_2 input[type="submit"],
#gform_wrapper_3 input[type="submit"],
.search-form input[type="submit"],
.single-product .single_add_to_cart_button {
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 600;
    line-height: normal;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    cursor: pointer;
    background: #2b2d2a;
    color: #fff;
    border: 2px solid #2b2d2a;
    padding: 10px 1.5rem;
    letter-spacing: 0.5px;
    border-radius: 0;
}

.button a,
#gform_wrapper_2 input[type="submit"],
#gform_wrapper_3 input[type="submit"] {
    background: #f5f5eb;
    color: #222;
    border: 2px solid #f5f5eb;
    padding: 20px 3.5rem;
}

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

.post-template-default .wp-block-button__link {
    background-color: #2b2d2a;
    border: 2px solid #2b2d2a;
    border-radius: 0;
    box-shadow: none;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 11px;
    font-weight: 500;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    text-transform: uppercase;
    margin: 0;
    padding: 10px 2.4rem;
    text-align: center;
    text-decoration: none;
    overflow-wrap: unset;
}

.button-open {
    color: #2b2d2a;
    border-top: 2px solid #2b2d2a;
    border-bottom: 2px solid #2b2d2a;
    padding: 10px calc(2.4rem - -2px);
    letter-spacing: 0.5px;
}

.button:hover,
.gform_wrapper input[type="submit"]:hover,
.post-template-default .wp-block-button__link:hover {
    background: transparent;
    color: #2b2d2a;
    border: 2px solid #2b2d2a;
}

.button-open:hover {
    background: #2b2d2a;
    color: #fff;
    border-left: 2px solid #2b2d2a;
    border-right: 2px solid #2b2d2a;
    padding: 10px 2.4rem;
}

.gform_wrapper input::-moz-placeholder,
.gform_wrapper textarea::-moz-placeholder {
    color: #ccd0ca !important;
}

.gform_wrapper input::placeholder,
.gform_wrapper textarea::placeholder {
    color: #ccd0ca !important;
}

.gform_wrapper input:-ms-input-placeholder,
.gform_wrapper textarea:-ms-input-placeholder {
    color: #ccd0ca;
}

.gform_wrapper input::-ms-input-placeholder,
.gform_wrapper textarea::-ms-input-placeholder {
    color: #ccd0ca;
}

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

#gform_1 .gform_footer {
    padding: 0;
    margin: 7px 0 0;
}

.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;
    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: 0.3px !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: 3px;
    line-height: 1.6;
    font-weight: 800;
}

#menu-side-top a {
    color: #2b2d2a;
}

body:not(.theme-preset-active)
    #masthead
    #menu-side-top
    li:nth-last-child(1)
    a:hover {
    color: red;
}

#menu-side-bottom a {
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #2b2d2a;
    color: #fff;
}

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

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

#language a {
    color: #2b2d2a;
    text-transform: uppercase;
    font-size: 0.9rem;
}

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

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

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

#menu-language > li > a > .wpml-ls-native:after {
    font-family: "Font Awesome 5 Pro";
    font-size: 1.3rem;
    content: "\f107";
    padding-left: 10px;
    font-weight: 300;
    position: absolute;
    color: #2b2d2a;
}

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

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

.social-ico i {
    color: #2b2d2a;
    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%;
}

#sidebar,
#searchbox {
    display: none;
    -webkit-animation: animateleft 0.4s;
    animation: animateleft 0.4s;
    height: 100%;
    width: 75%;
    background-color: #fff;
    position: fixed;
    z-index: 102;
    overflow: auto;
    padding-top: 20px;
    padding-bottom: 20px;
}

body.open-search #searchbox {
    display: block;
}

#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;
    -webkit-animation: opac 0.5s;
    animation: opac 0.5s;
}
@-webkit-keyframes opac {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@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: 0.5rem;
    position: relative;
    display: none;
}

#searchbox {
    padding: 3rem 0 2rem;
}
.search-form {
    width: 90%;
    max-width: 460px;
    margin: 0 auto;
    position: relative;
}

.search-form input[type="search"] {
    width: 100%;
    height: 50px;
    text-transform: uppercase;
    border-bottom: solid 1px #707070 !important;
    text-align: left;
    padding-left: 0 !important;
    padding-right: 100px !important;
    font-size: 16px;
    background-position: center right;
    background-repeat: no-repeat;
    background-size: 32px;
    background-image: url(./inc/assets/images/arrow_cta.svg);
}

.search-form input[type="submit"] {
    position: absolute;
    z-index: 2;
    top: 6px;
    right: 0;
    border: none;
    color: #000;
    font-size: 16px;
    background-color: transparent;
    font-family: var(--font-heading);
    padding-left: 0;
    padding-right: 0;
    text-indent: -9999px;
    width: 100px;
    padding: 0;
    height: 40px;
}

#searchbar-desktop {
    margin: 0 auto;
}

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

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

#btn-close-search {
    display: none;
}
#btn-close-search svg {
    width: 19px;
    height: 19px;
    position: relative;
    top: -2px;
    margin-right: 15px;
}
body.open-search #btn-close-search {
    display: block;
}
body.open-search .btn-appointment {
    display: none !important;
}

#hamburger-sidebar svg {
    margin-right: 15px;
    position: relative;
    top: -3px;
}

body.single-product #masthead #hamburger-sidebar svg line,
body.single-post #masthead #hamburger-sidebar svg line,
body.page-template-default #masthead #hamburger-sidebar svg line,
body.category-magazine #masthead #hamburger-sidebar svg line,
#masthead.active #hamburger-sidebar svg line,
body.category-ambassadors #masthead #hamburger-sidebar svg line {
    stroke: #000;
}

#masthead .search-button svg line,
#masthead .search-button svg g {
    stroke: #fff;
}

body.single-product .search-button svg line,
body.single-post .search-button svg line,
body.page-template-default .search-button svg line,
body.category-magazine .search-button svg line,
body.category-ambassadors .search-button svg line,
body.single-product .search-button svg g,
body.single-post .search-button svg g,
body.page-template-default .search-button svg g,
body.category-magazine .search-button svg g,
body.category-ambassadors .search-button svg g,
body.open-menu #masthead .search-button svg g line,
body.open-menu #masthead .search-button svg g,
body.open-menu-single #masthead .search-button svg g line,
body.open-menu-single #masthead .search-button svg g,
#masthead.active .search-button svg g line,
#masthead.active .search-button svg g {
    stroke: #000 !important;
}

/* body.open-menu #hamburger-sidebar, */
#hamburger-sidebar svg#btn-close-menu {
    display: none;
}
body.open-menu #hamburger-sidebar svg#btn-menu {
    display: none;
}
body.open-menu #hamburger-sidebar svg#btn-close-menu {
    display: inline-block;
}

body.open-search #masthead.active .search-button svg line,
body.open-search #masthead.active .search-button svg g {
    stroke: #fff !important;
}
body.open-search .search-button:before {
    position: absolute;
    z-index: -1;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #000;
    top: -11px;
    left: -5px;
    content: "";
    display: block;
}

.xoo-wsc-modal .xoo-wsc-basket {
    display: none;
}

.xoo-wsc-basket {
    background-color: transparent;
    position: relative;
    top: 0;
    box-shadow: none;
    margin: 0;
    padding: 0;
}

.xoo-wsc-items-count {
    left: -11px;
    top: 0px;
    font-size: 13px;
    line-height: 14px;
    width: 15px;
    height: 15px;
    background-color: #2b2d2a;
}

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

.scrolling-text-big {
    overflow: hidden;
    text-transform: uppercase;
    font-family: var(--font-heading);
    font-weight: 600;
    letter-spacing: 1rem;
}

#masthead #hamburger-sidebar .far {
    width: 19px;
    height: 19px;
    position: relative;
    top: 4px;
}
body.open-menu #masthead #hamburger-sidebar .far {
    background-repeat: no-repeat;
    background-position: center;
    background-size: 16px;
    background-image: url(inc/assets/images/x_close.svg);
}
body.open-menu #masthead #hamburger-sidebar .far:before,
body.open-search #masthead #hamburger-sidebar {
    display: none;
}

/* header */
body.open-search .search-button:before {
    top: -5px;
}

/* footer */
#footer-menu {
    border-bottom: solid 1px #e0e0d7;
}

#footer-features p {
    font-family: "futura-pt";
    text-transform: uppercase;
    font-size: 0.8rem;
}

#menu-footer {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

#menu-footer > li {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

#menu-footer > li > a {
    pointer-events: none;
}

#policy-block {
    display: inline-flex;
}

#policy-block > div:first-child {
    width: 100%;
}

/* newsletter */
#footer-newsletter {
    border-bottom: solid 1px #e0e0d7;
    margin-bottom: 2rem;
    padding-top: 5rem;
    padding-bottom: 5rem;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
#footer-newsletter #gform_1 {
    width: 100%;
    max-width: 500px;
    padding: 0 20px;
    position: relative;
    margin-top: 1rem;
    margin-left: auto;
    margin-right: auto;
}
#footer-newsletter .gform_body.gform-body {
    width: 100%;
}
#footer-newsletter .gform_body.gform-body input {
    border: none;
    border-bottom: solid 1px #e0e0d7;
    background-color: transparent;
    padding: 15px 90px 15px 30px;
    background-image: url("inc/assets/images/newsletter.svg");
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: left center;
    font-size: 1.1rem;
    text-transform: inherit;
}
#footer-newsletter .gform_footer.top_label {
    position: absolute;
    margin: 0;
    top: 15px;
    right: 20px;
}
#footer-newsletter .gform_footer.top_label input[type="submit"] {
    background-color: transparent;
    text-transform: uppercase;
    font-family: "futura-pt";
    font-weight: 400;
    color: #222;
    border: none;
    text-align: right;
    padding: 0;
    font-size: 1rem;
}

/* #hamburger-sidebar .far {
  font-size: 2rem;
} */
.search-button svg {
    width: 30px;
    height: 24px;
}
.far {
    font-weight: 300;
}

/* carousel */
.owl-carousel {
    display: block;
}
.block-carousel-page-post {
    position: relative;
}
.block-carousel-page-post .owl-carousel {
    position: static;
}
.block-products-carousel .owl-nav.disabled,
.related.products .owl-nav.disabled,
.block-carousel-page-post .owl-nav.disabled {
    display: block !important;
}
.block-products-carousel .owl-nav .owl-prev,
.related.products .owl-nav .owl-prev {
    position: absolute;
    /* top: -5.5rem; */
    top: 50%;
    left: 0;
}
.product-gallery .owl-nav .owl-prev {
    position: absolute;
    bottom: 15px;
    left: 2em;
}
.block-carousel-page-post .owl-nav {
    position: absolute;
    top: 5rem;
    width: 90%;
    max-width: 1400px;
    left: 50%;
    transform: translateX(-50%);
}
.block-products-carousel .owl-nav .owl-prev span,
.related.products .owl-nav .owl-prev span,
.product-gallery .owl-nav .owl-prev span,
.block-carousel-page-post .owl-nav .owl-prev span {
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 30px;
    background-image: url(inc/assets/images/arrow-left.svg);
    width: 50px;
    height: 30px;
    text-indent: -999px;
    overflow: hidden;
    display: block;
}
.block-products-carousel .owl-nav .owl-next,
.related.products .owl-nav .owl-next {
    position: absolute;
    /* top: -5.5rem; */
    top: 50%;
    right: 0;
}
.block-carousel-page-post .owl-nav .owl-next {
    position: absolute;
    right: 0;
}
.related.products .owl-nav .owl-prev,
.related.products .owl-nav .owl-next {
    /* top: -5rem; */
}
.product-gallery .owl-nav .owl-next {
    position: absolute;
    bottom: 15px;
    right: 2em;
}
.block-products-carousel .owl-nav .owl-next span,
.related.products .owl-nav .owl-next span,
.product-gallery .owl-nav .owl-next span,
.block-carousel-page-post .owl-nav .owl-next span {
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 30px;
    background-image: url(inc/assets/images/arrow-right.svg);
    width: 50px;
    height: 30px;
    text-indent: -999px;
    overflow: hidden;
    display: block;
}

/* button */
.btn-black {
    border: solid 1px #000;
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.15rem;
    padding: 10px 12px;
    min-width: 230px;
    color: #222;
    font-weight: 500;
    display: flex;
    justify-content: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    svg {
        width: 20px;
    }
}
/* body.page-template-page-appointments .block-two .btn-black {
  background-color: #dd6700;
  border-color: #dd6700;
  color: #fff;
} */
body.page-template-page-appointments .block-two .btn-black svg {
    width: 20px;
}
/* body.page-template-page-appointments .block-two .btn-black svg path {
  stroke: #fff;
  fill: #fff;
} */
.btn-black:hover {
    color: #222;
}
.btn-black svg {
    display: inline-block;
    margin-left: 15px;
}
.btn-black svg path {
    stroke: #000;
    fill: #000;
}
.block-google-map-block .btn-black {
    margin-left: 0;
}

.btn-simple {
    text-align: left;
    text-transform: uppercase;
    font-size: 14px;
    padding: 10px 12px 10px 0;
    min-width: 230px;
    color: #222;
    font-weight: 500;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: 0;
    margin-right: auto;
}
/* .btn-simple:hover {
  color: #fff;
  background-color: #222;
} */
.btn-simple svg {
    display: inline-block;
    margin-left: 15px;
    height: 13px;
}
/* .btn-simple svg path {
  stroke: #000;
  fill: #000;
}
.btn-simple:hover svg path {
  stroke: #fff;
  fill: #fff;
} */

.btn-white {
    border: solid 1px #fff;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 0.15rem;
    padding: 10px 12px;
    min-width: 250px;
    color: #fff;
    font-weight: 500;
    display: flex;
    justify-content: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    white-space: nowrap;
    svg {
        width: 20px;
    }
}
.btn-white:hover {
    color: #fff;
}
.btn-white svg,
.btn-black svg {
    display: inline-block;
    margin-left: 15px;
    position: relative;
    left: 0;
    transition: all 0.7s ease-in;
}
.btn-white:hover svg,
.btn-black:hover svg {
    left: 10px;
}
.btn-white svg path {
    stroke: #fff;
    fill: #fff;
}
.btn-white:hover svg path {
    stroke: #fff;
    fill: #fff;
}

/* title */
.title-1 {
    font-family: var(--font-heading);
    font-weight: 500;
    font-size: 40px;
    letter-spacing: 0.2rem;
    text-align: center;
    margin-top: 0;
}

.title-1-line {
    font-family: var(--font-heading);
    font-weight: 500;
    font-size: 40px;
    letter-spacing: 0.2rem;
    text-align: center;
    width: 100%;
    margin: 3rem auto 3rem;
    padding-bottom: 3rem;
    border-bottom: solid 1px #707070;
}

.title-2 {
    font-family: var(--font-heading);
    font-weight: 500;
    font-size: 40px;
    letter-spacing: 0.15rem;
    text-align: center;
    text-transform: uppercase;
}

.title-3 {
    font-family: var(--font-heading);
    font-weight: 500;
    font-size: 30px;
    letter-spacing: 0.15rem;
    text-align: center;
    margin-bottom: 2rem;
    text-transform: uppercase;
}
.block-container .title-3 {
    font-size: 26px;
}

.sub-title {
    font-weight: 500;
    font-size: 14px;
    text-align: center;
    letter-spacing: 0.15rem;
    position: relative;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
}

.sub-title-bold {
    font-weight: 600;
    font-size: 14px;
    text-align: center;
    letter-spacing: 0.15rem;
    position: relative;
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
    margin-left: auto;
    margin-right: auto;
    white-space: nowrap;
    margin-top: 2rem;
    margin-bottom: 2rem;
    text-transform: uppercase;
}
.block-double-block-overlay .sub-title-bold {
    margin-top: 0;
}

.title-section {
    display: block;
    font-weight: 600;
    font-size: 12px;
    text-align: center;
    letter-spacing: 0.15rem;
    text-transform: uppercase;
    margin-bottom: 2rem;
    position: relative;
}
.title-section:before {
    content: "";
    width: 53px;
    height: 1px;
    background-color: #222;
    position: absolute;
    top: -1rem;
    left: 50%;
    transform: translateX(-50%);
}
.block-double-block-misaligned .title-section {
    margin-bottom: 0;
}
.block-double-block-misaligned .title-section:before {
    display: none;
}

/* .sub-title::before,
.sub-title::after {
    position: absolute;
    top: 50%;
    left: -25px;
    content: "";
    transform: translateY(-50%);
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #fff;
}
.sub-title::after {
    left: inherit;
    right: -20px;
} */

.item-info .title-1,
.item-info .title-2,
.item-info .title-3,
.item-info .sub-title {
    color: #fff;
    text-transform: uppercase;
}

.title-paragraph {
    font-size: 16px;
    font-weight: 600;
    margin: 0 0 2rem;
    text-transform: uppercase;
    font-family: var(--font-paragraph);
    text-align: left;
}

/* block */
.item-banner {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 20;
}
.item-banner .item-info {
    max-width: 740px;
    position: absolute;
    z-index: 2;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.item-info-btn {
    position: absolute;
    bottom: 3rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.item-banner [class*="btn-"] {
    margin: 0 1rem;
}
.item-banner > figure {
    width: 100%;
    height: 80vh;
    overflow: hidden;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.item-banner > figure img {
    width: auto;
    max-width: none;
    height: 100%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.block-double-block,
.block-image-paragraph-block,
.block-google-map-block,
.block-double-block-misaligned {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.block-double-block > div,
.block-image-paragraph-block > div,
.block-google-map-block > div,
.block-double-block-misaligned > div {
    width: 100%;
}

.block-image-paragraph-block .block-two,
.block-google-map-block .block-two {
    padding: 3rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.block-title-pic figure {
    position: relative;
}
.block-title-pic figure .title-2 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 80%;
    color: #fff;
}

.block-title-pic-button {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 2rem 0 4rem;
}

.box-paint {
    text-align: center;
    margin-bottom: 2rem;
    width: 72%;
    margin-left: auto;
    margin-right: auto;
}

.block-products-carousel {
    display: flex;
    flex-direction: column;
    padding-top: 3rem;
    padding-bottom: 3rem;
    position: relative;
}
.block-products-carousel .products.owl-carousel {
    margin-top: 2rem;
}

.block-single-block {
    overflow: hidden;
    padding: 4rem 0;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.block-double-block-overlay figure {
    display: none;
}
.block-single-block figure {
    position: absolute;
    z-index: -1;
    height: 100%;
    overflow: hidden;
    width: 100vw;
    top: 0;
    display: none;
}
.block-single-block figure img {
    width: auto;
    max-width: inherit;
    height: 100%;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}
.block-single-block .block-container,
.block-double-block-overlay .block-container {
    z-index: 2;
    border: solid 2px #fff;
    padding: 6rem 4rem;
    width: 80%;
    max-width: 800px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 3rem auto;
    position: relative;
}
.block-double-block-overlay .text-color-reverse .block-container {
    z-index: 2;
    border: solid 2px #dd6700;
}
.block-single-block .block-container:before,
.block-double-block-overlay .block-container:before {
    content: "";
    position: absolute;
    z-index: -1;
    width: calc(100% - 40px);
    height: calc(100% - 40px);
    background-color: #fff;
    opacity: 0.85;
    top: 20px;
    left: 20px;
}
.block-double-block-overlay .block-container:before {
    /* background-color: #dd6700; */
}
.block-double-block-misaligned .block-one {
    padding-right: 20px;
}
.block-double-block-misaligned.reverse .block-one {
    padding-left: 20px;
    padding-right: 0;
}
.block-double-block-misaligned .block-two {
    padding-right: 3rem;
    padding-left: 3rem;
}
.block-double-block-misaligned .block-two {
    justify-content: flex-start;
}
.block-double-block-misaligned .block-two .title-section,
.block-double-block-misaligned .block-two .title-3 {
    text-align: left;
}

.block-double-block-overlay {
    display: flex;
    flex-direction: column;
}
.block-double-block-overlay > div {
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.block-double-block-overlay > div.text-color-reverse,
.block-double-block-overlay > div.text-color-reverse .title-3,
.block-double-block-overlay > div.text-color-reverse .sub-title-bold {
    color: #fff;
}
.block-double-block-overlay > div.text-color-reverse svg path {
    fill: #fff;
    stroke: #fff;
}

.block-simple-paragraph {
    margin: 3rem auto 3rem;
    padding-left: 3rem;
    padding-right: 3rem;
}
.sub-title-paragraph {
    font-size: 13px;
    text-align: center;
    text-transform: uppercase;
    margin: 0 auto 2rem;
    font-family: var(--font-paragraph);
}
.paragraph {
    max-width: 900px;
    margin: 0 auto 2rem;
}

/* product list */
.product-info {
    display: flex;
    flex-direction: column;
}
.container-catalogue-page .product-info {
    margin-bottom: 2rem;
    padding-left: 3rem;
    padding-right: 3rem;
}
.product-info > * {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    font-size: 14px;
    margin-top: 1rem;
}
.products.columns-4.owl-carousel.owl-loaded
    .item
    .product-info
    .product-info-desc-price {
    display: none;
}
.title-product-list,
.product-desc-list {
    width: 60%;
}
.title-category-list,
.product-price-list {
    width: 40%;
    text-align: right;
}
.title-product-list {
    font-weight: 600;
    text-transform: uppercase;
}
.title-category-list {
    font-family: var(--font-heading);
}
body.archive .products .title-category-list {
    display: none;
}
.product-desc-list {
    font-size: 13px;
    font-weight: 300;
}
.product-price-list {
    font-weight: 500;
}

/* breadcrumb */
.woocommerce-breadcrumb {
    display: none;
}

/* page catalogue */
.item-empty,
.image-second {
    display: none;
}
.container-catalogue-page .image-second {
    display: block;
}
.container-catalogue-page .item-second {
    display: block;
}

.container-catalogue-page .products .item.product {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}

.item-product {
    width: 100%;
    display: flex;
    flex-direction: column;
}
.item-product > a {
    width: 100%;
    display: flex;
    flex-direction: row;
}
.container-catalogue-page .products .item-product > a > figure {
    width: 50%;
}

.container-catalogue-page .woocommerce-result-count,
.container-catalogue-page .woocommerce-ordering {
    display: none;
}

/* product page */
.product-container-info {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    align-items: flex-start;
}
.woocommerce div.product div.summary {
    padding: 2rem;
}
.product_title.entry-title {
    order: 2;
    text-transform: uppercase;
    font-size: 34px;
    font-weight: 500;
    margin-bottom: 2rem;
    border: none;
    letter-spacing: 0.1rem;
}
.price {
    order: 3;
    font-weight: 500;
    color: #222;
}
.woocommerce div.product p.price,
.woocommerce div.product span.price {
    color: #222;
    display: none;
}
.woocommerce-product-details__short-description {
    order: 4;
}
.woocommerce-product-details__short-description p {
    margin-bottom: 2rem;
}
.product_meta {
    order: 1;
}
.variations_form.cart {
    order: 5;
}
.woocommerce div.product .woocommerce-tabs {
    order: 6;
}
.posted_in {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-bottom: 2rem;
}
.posted_in > a {
    display: inline-block;
    text-indent: inherit;
    background-color: #fff;
    padding: 3px 15px;
    font-family: var(--font-heading);
    font-style: normal;
    font-weight: 500;
    font-size: 0.92rem;
    margin-right: 8px;
    white-space: nowrap;
    order: 1;
}
.posted_in a[href$="ready-to-wear/"] {
    order: 0;
}
.woocommerce div.product form.cart .variations th.label,
.woocommerce div.product form.cart .reset_variations,
.woocommerce div.product .woocommerce-tabs .panel h2,
.sku_wrapper,
.woocommerce-tabs.wc-tabs-wrapper > .tabs,
#tab-title-reviews {
    display: none;
}
.woocommerce div.product form.cart .variations {
    margin-bottom: 2rem;
}
.woocommerce div.product form.cart .variations td.value select {
    border-radius: 0;
    border: none;
    border-bottom: solid 1px #000;
    text-transform: uppercase;
    padding: 1rem;
    margin-bottom: 1rem;
    font-size: 10px;
    letter-spacing: 0.1rem;
}
.accordions {
    order: 4;
    margin-bottom: 50px;
    border-top: solid 1px #e6e6e6;
    padding: 0;
}
/* (A) TABS CONTAINER */
.tab,
.tab * {
    box-sizing: border-box;
}
.tab {
    max-width: 100%;
    border-bottom: solid 1px #e6e6e6;
}

/* (B) HIDE CHECKBOX */
.tab input {
    display: none;
}

/* (C) TAB LABEL */
.tab label {
    /* (C1) DIMENSIONS */
    font-size: 14px;
    position: relative; /* required for (f2) position:absolute */
    display: block;
    width: 100%;
    padding: 10px 0;
    -webkit-font-smoothing: antialiased;
    font-family: var(--font-paragraph);
    letter-spacing: 0.3px;
    /* (C2) COSMETICS */
    cursor: pointer;
    text-transform: uppercase;
}

/* (D) TAB CONTENT - HIDDEN BY DEFAULT */
/* css animation will not work with auto height */
/* this is why we use max-height instead */
.tab .content {
    overflow: hidden;
    transition: max-height 0.3s;
    max-height: 0;
    font-size: 14px;
    text-transform: lowercase;
}
.tab .content p {
    padding: 10px 0;
}

/* (E) OPEN TAB ON CHECKED */
.tab input:checked ~ .content {
    max-height: 100vh;
}

/* (F) EXTRA - ADD ARROW INDICATOR */
.tab label::after {
    /* (F1) RIGHT ARROW */
    display: block;
    content: "";
    width: 20px;
    height: 20px;
    /* content: "+"; */
    /* (F2) PLACE AT RIGHT SIDE */
    position: absolute;
    right: 10px;
    top: 10px;
    /* (F3) ANIMATED ARROW */
    transition: all 0.4s;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 16px;
    background-image: url(inc/assets/images/btn_plus.svg);
}

/* (F4) ROTATE ARROW ON CHECKED */
.tab input:checked ~ label::after {
    /* transform: rotate(90deg); */
    /* content: "-"; */
    background-image: url(inc/assets/images/btn_less.svg);
}

.btn-add-to-cart {
    /* background-color: #E6E6E6; */
    background-color: #dd6700;
    color: #fff;
    font-size: 14px;
    display: block;
    font-weight: 600;
    letter-spacing: 0.1rem;
    text-transform: uppercase;
    padding: 1.1rem 2rem;
    text-align: center;
    margin-bottom: 2.5rem;
    order: 5;
    border: solid 2px #dd6700;
}
.btn-add-to-cart:hover {
    background-color: transparent;
}
.box-bullet-points {
    order: 6;
}
#content ul {
    list-style: none;
}
#content ul li {
    position: relative;
    margin-bottom: 5px;
}
#content ul li::before {
    position: absolute;
    top: 0;
    left: -20px;
    content: "\f00c";
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
}
#content ul.iti__country-list {
    padding-left: 0 !important;
}
#content ul.iti__country-list li::before {
    display: none !important;
}
.related.products {
    margin: 5rem auto 4rem;
}

.container.page-container form {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    margin-bottom: 3rem;
}
.container.page-container form#gform_2 input[type="submit"],
.container.page-container form#gform_3 input[type="submit"],
.container.page-container form#gform_4 input[type="submit"] {
    position: absolute;
    z-index: 10;
    bottom: 28px;
    right: 0;
    padding: 0;
    background-color: #dd6700;
    border-color: #dd6700;
    border: none;
    height: 48px;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
    padding: 0 20px;
    min-width: 300px;
    background-repeat: no-repeat;
    background-image: url("inc/assets/images/arrow_white.svg");
    background-size: 15px;
    background-position: 70% center;
}

/* form */
input[type="text"] {
    text-transform: uppercase;
}
input[type="text"],
textarea,
select {
    border: solid 1px #707070;
}
#field_2_18 .ginput_container {
    display: none;
}
#field_2_18 .gfield_description {
    text-transform: initial;
    font-style: italic;
}

.bg-gradient:before {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0, 0, 0);
    background: linear-gradient(
        180deg,
        rgba(0, 0, 0, 0.3) 0%,
        rgba(0, 0, 0, 0) 100%
    );
}

.wp-block-quote {
    max-width: 900px;
    text-align: center;
    margin: 3rem auto;
    font-size: 18px;
    font-family: var(--font-heading);
    font-weight: 400;
    font-style: normal;
    padding-left: 3rem;
    padding-right: 3rem;
}

/* MAGAZINE */
.page-title {
    text-align: center;
    font-size: 40px;
    text-transform: uppercase;
    letter-spacing: 0.5rem;
    font-weight: 500;
}
.list-magazine,
.list-ambassadors {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-top: 2rem;
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
}
.list-magazine > article,
.list-ambassadors > article {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-bottom: 4rem;
    width: 100%;
    border-bottom: solid 1px #707070;
    padding: 0 0 1rem;
}
.list-magazine > article figure,
.list-ambassadors > article figure {
    width: 100%;
    overflow: hidden;
    position: relative;
}
.list-magazine > article figure img,
.list-ambassadors > article figure img {
    height: auto;
    max-width: 100%;
    width: 100%;
}
.list-magazine > article:nth-child(even) {
    margin-left: 4rem;
    margin-right: 4rem;
    padding-left: 0;
    padding-right: 0;
    width: calc(100% - 8rem);
}
.article-info {
    padding: 1rem 2rem;
}
.list-magazine > article:nth-child(even) .article-info {
    padding-left: 0;
    padding-right: 0;
}
.title-post {
    margin: 0 0 1rem;
    font-size: 24px;
    text-transform: uppercase;
    font-family: var(--font-heading);
    position: relative;
    padding-right: 45px;
    letter-spacing: 0.1rem;
}
.title-post svg {
    position: absolute;
    top: 5px;
    right: 0;
}
.post-date {
    text-transform: uppercase;
    font-size: 13px;
}

.post-thumbnail img {
    width: 100%;
}
.entry-header {
    text-align: center;
    padding: 2rem;
}
.entry-header .entry-title {
    font-size: 24px;
    text-transform: uppercase;
    max-width: 1200px;
    border: none;
    margin: 0 auto;
}
.nav-magazine {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
}
.btn-all-articles {
    width: 120px;
    display: block;
    text-transform: uppercase;
    font-size: 12px;
}
.btn-all-articles svg {
    margin-right: 15px;
    width: 30px;
}
.navigation.post-navigation h2 {
    display: none;
}
.nav-links {
    display: flex;
    flex-direction: row;
    width: 120px;
}
.nav-links > div {
    width: 50px;
    height: 50px;
}
.nav-links > div > a {
    width: 50px;
    height: 50px;
    overflow: hidden;
    color: transparent;
    border-radius: 50% !important;
    border: solid 1px #333 !important;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 30px;
}
.nav-links > div.nav-previous > a,
.nav-links > div.nav-previous > a:hover {
    background-image: url("inc/assets/images/arrow-left.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 30px;
}
.nav-links > div.nav-next > a,
.nav-links > div.nav-next > a:hover {
    background-image: url("inc/assets/images/arrow-right.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 30px;
}
.posted-on,
.byline,
.comments-link {
    color: #323232 !important;
}
.entry-meta {
    font-size: 13px;
    text-transform: uppercase;
    color: #323232 !important;
    letter-spacing: 0.1rem;
}
.entry-meta a,
.entry-meta a:hover {
    color: #323232 !important;
}

.entry-content h3,
.entry-content p,
.entry-footer {
    display: block;
    width: 100%;
    max-width: 1440px;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: auto;
    margin-right: auto;
}

.block-carousel-page-post {
    padding: 3rem 0;
}
.block-carousel-page-post p {
    width: 90%;
    max-width: 900px;
    margin: 2rem auto;
    text-align: center;
}

.term-description {
    padding: 5rem 3rem;
    font-size: 14px;
}
.description-category .term-description {
    padding: 3rem 2rem;
    text-align: center;
    font-size: 14px;
}
#masthead .search-button {
    position: relative;
}

.pin {
    height: 20px;
    position: relative;
    left: -15px;
}

footer .col-4 svg {
    height: 90px;
}

/* blocco video */
.block-image-video-carousel-full input[type="button"],
.block-image-video-carousel-full i {
    display: none;
}
.block-image-video-carousel-full .item-info {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}
#movie-lancio {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.block-image-video-carousel-full.widescreen #movie-lancio {
    width: 100vw;
    height: auto;
}
.block-image-video-carousel-full.no-widescreen #movie-lancio {
    width: auto;
    height: calc(100vh * (16 / 9));
    border: solid 10px black;
}

html body.term-41 .figcaption-gender,
html body.term-42 .figcaption-gender,
html body.term-43 .figcaption-gender,
html body.term-44 .figcaption-gender,
html .related[data-term="41"] .figcaption-gender,
html
    body.page-template-page-homepage
    .block-products-carousel
    .figcaption-gender,
html body.postid-3131 .figcaption-gender,
html body.postid-531 .figcaption-gender,
html body.postid-529 .figcaption-gender,
html body.postid-533 .figcaption-gender,
html body.postid-3202 .figcaption-gender,
html body.postid-3102 .figcaption-gender,
html body.postid-536 .figcaption-gender,
html body.postid-3349 .figcaption-gender,
html body.postid-3355 .figcaption-gender,
html body.postid-3804 .figcaption-gender,
html .figcaption-gender.Jumping {
    display: none;
}

.product_meta .color_wrapper {
    display: none !important;
}

/* events */
.events {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    list-style: none;
    padding: 0;
    margin: 2rem 0 0;
}
.events li {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-self: auto;
    align-items: flex-start;
    align-content: flex-start;
    margin-bottom: 3rem !important;
    padding-bottom: 2rem;
    background-image: none;
}
.events li:before {
    display: none;
}
.events li:nth-child(even) {
    margin: 5rem;
    width: calc(100% - 10rem);
}
.events li div {
    width: 100%;
    padding: 3%;
    align-items: flex-start;
    border-bottom: solid 1px #000;
}
.events li:nth-child(even) div {
    padding: 3% 0;
}
.events li div h3 {
    text-align: left;
}
.events a {
    background-position: center right;
    background-repeat: no-repeat;
    background-size: 36px;
    background-image: url(./inc/assets/images/arrow_cta.svg);
    margin-top: 4rem;
    padding-right: 0 !important;
}

/* #sidebar-summary .product_meta .posted_in a[href*="collection"] */
#sidebar-summary
    .product_meta
    .posted_in
    a[href="https://vogelnyc.com/product-category/collection/"] {
    display: none !important;
}

div.bg_white {
    background-color: #fff;
}
div.bg_white .title-3 {
    background-color: #fff;
}

.paragraph-font p {
    /* font-family: Cormorant Garamond; */
    font-family: futura-pt, sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.block-three-block {
    display: flex;
    flex-direction: row;
}
.block-three-block .block-three {
    width: 33.3%;
    height: 34vw;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.block-three-block .block-three > figure {
    opacity: 0;
    display: none;
}

.block-three .block-container {
    position: absolute;
    z-index: 2;
    bottom: 3rem;
    left: 50%;
    transform: translateX(-50%);
    border: solid 1px #fff;
    width: 90%;
    max-width: 300px;
    padding: 2%;
}

.block-three .block-container .btn-black {
    font-family: var(--font-heading);
    font-weight: 500;
    font-size: clamp(12px, 1.3vw, 14px);
    border: none;
    display: flex;
    align-items: center;
    letter-spacing: 0.15rem;
    text-transform: uppercase;
}
.block-three .block-container::before {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    background-color: #fff;
    opacity: 0.7;
    width: 90%;
    height: 65%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.woocommerce div.product form.cart .variations th.label {
    display: block !important;
}

.image-first {
    position: relative;
}
.figcaption-gender {
    position: absolute;
    z-index: 3;
    top: 24px;
    right: 24px;
    font-size: 14px;
    font-family: var(--font-heading);
    font-style: normal;
}
.figcaption-gender.Unisex {
    display: none !important;
}

.item-info > span {
    color: #fff;
    position: relative;
    left: -10px;
    text-transform: uppercase;
}
.item-info > span:before {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #fff;
    top: 33%;
    left: -15px;
    transform: translateX(-50%);
    position: absolute;
}
.item-info > span::after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #fff;
    top: 33%;
    right: -24px;
    transform: translateX(-50%);
    position: absolute;
}
a[href="https://vogelnyc.com/product-category/accessories/"] {
    pointer-events: none;
}

.current-product-attribute {
    order: 3;
    display: flex;
    width: 100%;
    margin: 0 0 5px;
    position: relative;
    top: -30px;
    font-family: var(--font-heading);
}

.container-attribute-color {
    order: 5;
    display: flex;
    flex-direction: row;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 40px;
}
.label-attribute {
    font-size: 14px;
    position: relative;
    display: inline-block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 10px 0;
    -webkit-font-smoothing: antialiased;
    font-family: var(--font-paragraph);
    letter-spacing: 0.3px;
    cursor: pointer;
    text-transform: uppercase;
    margin-right: 14px;
}
.color-current {
    display: block;
    width: 13px;
    height: 13px;
    padding: 0;
    position: relative;
    margin-right: 14px;
}
.color-current::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #000;
    bottom: -8px;
    left: 0;
    z-index: 1;
}
.color-attribute {
    width: 100%;
    flex-direction: row;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
}
.color-attribute a {
    display: block;
    margin: 3px 14px 3px 0;
    width: 13px;
    height: 13px;
    padding: 0;
    border-radius: 50%;
}
.color-attribute a img,
.color-current img {
    width: 100%;
    display: block;
}
.color-attribute a span {
    display: block;
    width: 13px;
    height: 13px;
    padding: 0;
    overflow: hidden;
    position: relative;
}

.event-item .title-2 {
    font-size: 28px !important;
}
.event-item .title-paragraph {
    font-size: 14px !important;
}

.block-google-map-block .block-two > p > strong {
    font-size: 0.8rem !important;
    text-transform: uppercase;
}

/* mobile */
@media (max-width: 767px) {
    #menu-footer > li > a {
        font-size: 1.1rem !important;
        font-weight: 600 !important;
        text-transform: uppercase !important;
    }
    .block-three-block {
        flex-direction: column;
    }
    .block-three-block .block-three {
        width: 100%;
        height: 100vw;
    }
    .block-three .block-container .btn-black {
        font-size: 28px;
    }

    .paragraph-font p {
        font-size: 20px;
    }

    body.archive.tax-product_cat.term-shoes .item-banner > figure,
    body.archive.tax-product_cat.term-bespoke .item-banner > figure {
        height: auto;
    }
    body.archive.tax-product_cat.term-shoes .item-banner > figure img,
    body.archive.tax-product_cat.term-bespoke .item-banner > figure img {
        width: 100% !important;
        height: auto !important;
        position: relative;
        left: auto;
        transform: none;
    }

    #menu-new {
        display: none;
    }

    #movie-lancio {
        position: relative;
        top: 0;
        left: 0;
        transform: none;
    }
    .block-image-video-carousel-full.no-widescreen #movie-lancio {
        width: 100vw;
        height: auto;
        border: none;
    }

    #masthead #hamburger-sidebar svg line,
    #masthead .search-button svg g,
    #masthead .search-button svg g line {
        stroke: #000;
    }

    body.open-search .search-button:before {
        top: -11px;
    }

    body.open-menu #sidebar {
        display: block !important;
    }

    body.open-search #searchbox {
        background-color: #eaeaea;
        width: 100%;
        height: auto;
        padding: 2rem 2rem 5rem;
    }
    .search-form {
        text-align: center;
    }
    .search-form input[type="search"] {
        text-align: center;
        padding: 0 !important;
        -webkit-appearance: none;
        border-radius: 0 !important;
    }
    .search-form input[type="submit"] {
        position: relative;
        display: none !important;
    }

    .block-title-pic {
        background-image: none !important;
    }
    .block-single-block .title-2,
    .related.products .title-3,
    .block-three .block-container .btn-black {
        font-size: 20px;
    }
    /* .block-products-carousel .products.owl-carousel {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  } */
    .block-products-carousel .title-3 {
        margin-bottom: 20px;
        font-size: 16px;
    }
    .block-products-carousel .owl-nav .owl-next {
        top: -6rem;
        /* right: -20px; */
    }
    .block-products-carousel .owl-nav .owl-prev {
        top: -6rem;
        /* left: -20px; */
    }
    .block-double-block-misaligned .block-one,
    .block-image-paragraph-block .block-one {
        background-image: none !important;
    }
    .item-banner > figure img {
        width: auto !important;
    }

    /* The sticky class is added to the header with JS when it reaches its scroll position */
    .sticky {
        position: fixed;
        top: 0;
        width: 100%;
    }

    /* Add some top padding to the page content to prevent sudden quick movement (as the header gets a new position at the top of the page (position:fixed and top:0) */
    .sticky + .content {
        padding-top: 40px;
    }

    .container.page-container form#gform_4 input[type="submit"] {
        position: relative;
        top: 10px;
        max-width: 100%;
        width: 100%;
    }

    .item-info-btn {
        flex-direction: column;
        width: 100%;
        justify-content: center;
        align-items: center;
    }
    .item-info-btn a {
        margin-bottom: 15px !important;
    }
    .sub-title {
        width: 70%;
    }
    footer .col-4 svg {
        height: 90px;
    }
    footer .col-4 h6 {
        font-size: 1.1rem;
    }
    body.home .block-double-block {
        flex-direction: column-reverse;
    }
    .sub-title-bold {
        white-space: normal;
        width: 100%;
    }
    body.page-template-page-born-in-nyc
        #image-video-carousel-full-block_620248398d7b7
        .owl-carousel {
        border: solid 15px #fff;
    }
    .container-catalogue-page .product-info {
        margin-bottom: 4rem;
        margin-top: 2rem;
    }

    #double-block-misaligned-block_62013aa3dc746 .block-one {
        order: 2;
    }

    #field_2_9,
    #field_4_9 {
        width: 100%;
    }
    .container.page-container form#gform_2 input[type="submit"],
    .container.page-container form#gform_3 input[type="submit"],
    .container.page-container form#gform_4 input[type="submit"] {
        bottom: -30px;
    }
    .block-google-map-block .block-two > p > strong {
        font-size: 0.95rem !important;
    }

    #footer-policies .container .row > div {
        flex-direction: column-reverse !important;
    }
    #footer-policies .container .row > div#policy-block {
        margin-bottom: 35px !important;
    }
}

/* tablet - desktop */
@media (min-width: 768px) {
    body.open-menu .container-menu-old .menu-list-header {
        display: block !important;
    }
    body.open-menu .container-menu-old #searchbar-desktop {
        display: none !important;
    }

    body.open-menu
        .container-menu-old
        #menu-header
        > li.menu-item-has-children
        .dropdown-menu {
        top: 166px !important;
    }

    header#masthead {
        position: fixed;
    }
    body.page-template-page-landing header#masthead,
    body.page-template-page-landing header#masthead.active {
        position: relative !important;
    }
    header#masthead > .container {
        max-width: 143rem;
        padding-left: 3rem;
        padding-right: 3rem;
    }

    /* title */
    .page-title {
        font-size: 54px;
        margin-top: 3rem;
    }
    .entry-header {
        padding-bottom: 3rem;
    }
    .entry-header .entry-title {
        font-size: 32px;
        margin: 3rem auto 0;
    }

    .title-1,
    .title-1-line {
        font-size: 54px;
    }
    .title-1-line {
        margin-bottom: 4rem;
    }

    .title-2 {
        font-size: 40px;
    }

    .title-3,
    .block-container .title-3 {
        font-size: 2vw;
    }

    .block-simple-paragraph .title-3 {
        margin-bottom: 1rem;
    }

    .wp-block-quote {
        margin: 6rem auto;
        font-size: 22px !important;
    }

    /* header */
    #masthead {
        font-size: 1.2rem;
        text-transform: uppercase;
        font-family: "futura-pt";
    }

    #masthead a > span {
        font-size: 0.8rem;
        position: relative;
        top: -2px;
        color: #fff;
        font-weight: 500;
    }

    #masthead .search-button {
        margin-left: 15px;
        position: relative;
    }

    #masthead #hamburger-sidebar .far {
        margin-right: 15px;
    }

    #masthead .far {
        font-size: 1.2rem !important;
        color: #fff;
    }

    #logo-header a svg path,
    #logo-header a svg polygon {
        fill: #fff;
    }

    body.open-menu #masthead #logo-header a svg path,
    body.open-menu #masthead #logo-header a svg polygon,
    body.open-menu-single #masthead #logo-header a svg path,
    body.open-menu-single #masthead #logo-header a svg polygon,
    #masthead.active #logo-header a svg path,
    #masthead.active #logo-header a svg polygon {
        fill: #000;
    }
    #masthead.active .far,
    #masthead.active a > span,
    body.open-menu #masthead .far,
    body.open-menu #masthead a > span,
    body.open-menu-single #masthead .far,
    body.open-menu-single #masthead a > span,
    body.page-template-default #masthead a > span,
    body.single-product #masthead a > span,
    body.single-post #masthead a > span,
    body.category-magazine #masthead a > span,
    body.category-ambassadors #masthead a > span {
        color: #222;
    }

    .menu-list-header {
        display: none;
    }

    .menu-primary-new-container #menu-header > li,
    .menu-primary-new-container #mega-menu-primary > li {
        border: none !important;
        margin-left: 0px !important;
        margin-right: 0px !important;
    }
    .menu-primary-new-container > ul > li {
        position: relative !important;
    }
    .menu-primary-new-container > ul > li > a {
        color: #fff;
    }
    body.single-product .menu-primary-new-container > ul > li > a {
        color: #000;
    }
    .menu-primary-new-container > ul > li > a:hover {
        border: none !important;
    }
    .active .menu-primary-new-container > ul > li > a {
        color: #000;
    }
    .menu-primary-new-container > ul > li > ul.dropdown-menu > li {
        width: 100%;
    }
    .menu-primary-new-container > ul > li > ul.dropdown-menu > li > a {
        color: #000;
    }
    .menu-primary-new-container
        #menu-header
        > li.menu-item-has-children
        > ul.dropdown-menu {
        flex-direction: row;
        width: 300px;
        left: 0;
        transform: none;
        top: 50px;
    }
    .menu-primary-new-container
        #menu-header
        > li.menu-item-has-children.menu-column
        > ul.dropdown-menu,
    .menu-primary-new-container
        #menu-header
        > li.menu-item-has-children.menu-item-2786
        > ul.dropdown-menu {
        flex-direction: column;
    }
    .menu-primary-new-container
        #menu-header
        > li.menu-item-has-children
        > ul.dropdown-menu
        > li.js-no-link
        > a {
        font-weight: 600 !important;
        pointer-events: none;
    }
    .menu-primary-new-container
        #menu-header
        > li.menu-item-has-children
        > ul.dropdown-menu
        > li.link-bold
        > a {
        font-weight: 600 !important;
    }
    .menu-primary-new-container
        #menu-header
        > li.menu-item-has-children
        > .dropdown-menu
        > li
        > ul.dropdown-menu {
        top: 27px;
        flex-direction: column;
        width: auto;
        left: 0;
        transform: none;
    }
    .menu-primary-new-container
        #menu-header
        > li.menu-item-has-children
        > .dropdown-menu
        > li
        > ul.dropdown-menu
        > li {
        width: 100%;
    }
    .menu-primary-new-container #menu-header > li:hover a {
        color: #000 !important;
    }
    .menu-primary-new-container
        #menu-header
        > li.menu-item-has-children.hover:before,
    .menu-primary-new-container #menu-header > li:hover:before {
        content: "";
        width: calc(100% - 2rem);
        height: 2px;
        background-color: #000;
        bottom: -40px;
        left: 50%;
        transform: translateX(-50%);
        position: absolute;
        z-index: 3;
    }
    .menu-primary-new-container
        #menu-header
        > li.menu-item-has-children
        > ul.dropdown-menu:before {
        width: 200vw;
        /* background-color: #fff !important; */
        /* border-top: solid 1px rgba(0, 0, 0, 0.1); */
    }
    .menu-primary-new-container .dropdown-menu.active-submenu {
        display: flex !important;
    }
    .menu-primary-new-container #menu-header > li > a,
    .menu-primary-new-container #mega-menu-primary > li > a {
        padding-left: 0;
        padding-right: 0;
        margin-left: 0.8vw;
        margin-right: 0.8vw;
        white-space: nowrap;
        font-size: clamp(11px, 1vw, 13px);
    }

    .mobile-fit > .row > div {
        white-space: nowrap;
    }

    body.open-menu .menu-primary-new-container > ul > li > a,
    body.open-menu-single .menu-primary-new-container > ul > li > a {
        color: #000 !important;
    }

    #overlay {
        display: none !important;
    }
    #sidebar,
    #searchbox {
        width: 100vw;
        height: auto;
        z-index: 0;
        overflow: inherit;
    }

    #menu-header {
        flex-direction: row;
        display: flex;
        justify-content: center;
        margin-top: 13px;
        margin-bottom: 1rem;
    }
    #menu-header > li > a,
    #mega-menu-primary > li > a {
        font-size: 13px !important;
        font-weight: 500 !important;
    }
    #sidebar #menu-language-mobile-nav,
    #sidebar #my-account {
        display: none;
    }

    /* header black */
    body.page-template-default #logo-header a svg path,
    body.page-template-default #logo-header a svg polygon,
    body.single-product #logo-header a svg path,
    body.single-product #logo-header a svg polygon,
    body.single-post #logo-header a svg path,
    body.single-post #logo-header a svg polygon,
    body.category-magazine #logo-header a svg path,
    body.category-magazine #logo-header a svg polygon,
    body.category-ambassadors #logo-header a svg path,
    body.category-ambassadors #logo-header a svg polygon {
        fill: #000;
    }
    body.single-product #masthead a > span,
    body.single-product #masthead .far,
    body.single-post #masthead a > span,
    body.single-post #masthead .far,
    body.category-magazine #masthead a > span,
    body.category-magazine #masthead .far,
    body.category-ambassadors #masthead a > span,
    body.category-ambassadors #masthead .far {
        color: #222;
    }

    /* footer */
    #footer-menu {
        margin-bottom: 30px;
    }
    #footer-newsletter .gform_footer.top_label {
        top: 23px;
    }
    #menu-language {
        padding: 0;
        border: none;
        border-bottom: solid 1px #2b2d2a;
        width: 60px;
        margin-left: 30px;
    }
    #menu-language .nav-link {
        text-align: left;
        font-weight: 400;
    }
    #menu-language > li > a > .wpml-ls-native:after {
        top: 6px;
        right: 0;
    }
    footer #gform_wrapper_1 {
        padding-bottom: 5rem !important;
    }

    .item-info-btn {
        bottom: 5rem;
    }

    /* block */
    .item-banner {
        height: 100vh;
        position: relative;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        overflow: hidden;
    }
    body.archive.tax-product_cat.term-shoes .item-banner,
    body.archive.tax-product_cat.term-bespoke .item-banner {
        height: 66vw;
    }
    .item-banner figure {
        display: none;
        position: absolute;
        width: 100%;
        height: 100vh;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }
    body.archive.tax-product_cat.term-shoes .item-banner figure,
    body.archive.tax-product_cat.term-bespoke .item-banner figure {
        min-height: 100vh;
        height: auto;
        background-image: none !important;
    }
    .item-banner figure.d-none.d-md-block img {
        display: none;
        width: 100vw;
        height: auto;
        position: absolute;
        top: 50%;
        transform: translate(-50%, -50%);
    }

    body.archive.tax-product_cat.term-shoes
        .item-banner
        figure.d-none.d-md-block
        img,
    body.archive.tax-product_cat.term-bespoke
        .item-banner
        figure.d-none.d-md-block
        img {
        display: block;
        width: 100vw;
        height: auto;
        position: relative;
        top: auto;
        left: auto;
        transform: none;
    }
    /*
  regola ratio immagine al 100vh
  .box-paint {
    width: auto;
  }
  .box-paint img {
    width: auto;
    /* height: 40vh;
    height: calc( (100vh - 180px) * (2 / 3) );
  }

  /* .item-banner > figure {
    height: auto;
  }
  .item-banner > figure img {
    width: 100%;
    height: auto;
    position: relative;
    left: 0;
    transform: none;
  } */
    .block-double-block {
        min-height: calc(100vh - 100px);
    }
    .block-double-block,
    .block-image-paragraph-block,
    .block-google-map-block,
    .block-double-block-misaligned {
        flex-direction: row;
    }
    .block-double-block.reverse,
    .block-image-paragraph-block.reverse,
    .block-google-map-block.reverse {
        flex-direction: column-reverse;
    }
    .block-double-block-misaligned {
        margin-top: 3rem;
        margin-bottom: 3rem;
    }
    .block-double-block.reverse,
    .block-image-paragraph-block.reverse,
    .block-google-map-block.reverse,
    .block-double-block-misaligned.reverse {
        flex-direction: row-reverse;
    }
    .block-double-block > div,
    .block-image-paragraph-block > div,
    .block-google-map-block > div {
        width: 50%;
    }
    .block-double-block-misaligned > div.block-one {
        width: 55%;
    }
    .block-double-block-misaligned > div.block-two {
        width: 45%;
        padding: 3rem;
        /* padding-right: calc( (100% - 1420px )/2 ); */
        align-items: flex-start;
        justify-content: center;
    }
    .block-double-block-misaligned.reverse > div.block-two {
        padding-right: 3rem;
        /* padding-left: calc( (100% - 1400px )/2 ); */
    }
    .block-title-pic {
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }
    .block-title-pic figure {
        height: 100%;
    }
    .block-title-pic figure img {
        display: none;
    }
    .block-single-block {
        padding: 0;
    }
    .block-double-block-overlay {
        display: flex;
        flex-direction: row;
    }
    .block-double-block-overlay > div {
        width: 50%;
    }
    .block-single-block .block-container {
        /* position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2; */
    }
    .block-double-block-overlay .block-container {
        margin: 7rem auto;
    }
    .block-single-block figure,
    .block-double-block-overlay figure {
        position: relative;
    }
    .block-single-block figure img,
    .block-double-block-overlay figure img {
        width: 100%;
    }
    .block-double-block-misaligned .block-one,
    .block-image-paragraph-block .block-one,
    .block-google-map-block .block-one {
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        min-height: 33vw;
    }
    .block-double-block-misaligned .block-one figure,
    .block-image-paragraph-block .block-one figure {
        display: none;
    }
    .block-double-block-misaligned.reverse {
        flex-direction: row-reverse;
    }
    .paragraph.two-column {
        max-width: 1400px;
        margin-top: 5rem;
        -moz-column-count: 2;
        column-count: 2;
        -moz-column-gap: 4rem;
        column-gap: 4rem;
    }
    .block-simple-paragraph {
        margin: 5rem auto 5rem;
    }

    /* page catalogue */
    .container-catalogue-page .product-info {
        padding-left: 0;
        padding-right: 0;
        width: 50%;
    }
    .container-catalogue-page .products .item.product .item-empty {
        display: block;
        width: 33.333%;
    }
    .container-catalogue-page .products .item-product {
        width: 66.666%;
        align-items: flex-end;
    }
    .container-catalogue-page .products .item.product:nth-child(2n + 1) {
        flex-direction: row-reverse;
    }
    .container-catalogue-page
        .products
        .item.product:nth-child(2n + 1)
        .item-product {
        align-items: flex-start;
    }

    /* product page */
    body.single-product #page #content,
    body.single-post #page #content,
    body.page-template-default #page #content,
    body.category-magazine #page #content,
    body.category-ambassadors #page #content {
        padding-top: 108px;
    }
    .product-container-info {
        flex-direction: row;
        margin-bottom: 3rem;
    }
    .product-container-info .product-gallery {
        /* width: 66.666%; */
        width: calc(((100vh - 100px) * (2 / 3)) * 2);
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }
    .product-container-info .product-gallery figure {
        width: 50%;
    }
    .product-container-info .summary.entry-summary {
        /* width: 33.333% !important; */
        width: calc(100vw - (((100vh - 100px) * (2 / 3)) * 2)) !important;
        min-width: 350px;
        /* overflow: hidden; */
        position: relative;
    }
    .woocommerce div.product div.summary {
        padding: 4rem 4rem 2rem;
        display: flex;
        flex-direction: column;
        align-self: stretch;
    }

    #sidebar-summary {
        position: relative;
        z-index: 1;
        display: flex;
        flex-direction: column;
        transition: all 0.1s ease-in-out;
        width: calc((100vw - (((100vh - 100px) * (2 / 3)) * 2) - 8rem));
        min-width: calc(350px - 8rem);
    }
    #sidebar-summary.fixed {
        position: fixed;
        top: 160px;
    }
    #sidebar-summary.fixed-bottom {
        position: absolute;
        bottom: 0px;
        left: 4rem;
        top: inherit;
    }

    /* MAGAZINE */
    .list-magazine {
        flex-direction: row;
        align-items: baseline;
        padding-left: 20px;
        padding-right: 20px;
    }
    .list-ambassadors {
        flex-direction: row;
        align-items: flex-start;
        padding-left: 20px;
        padding-right: 20px;
    }
    .list-ambassadors > article {
        width: 45%;
        margin: 0 0 4rem;
        padding-right: 40px !important;
    }
    .list-magazine > article,
    .list-magazine > article:nth-child(even) {
        width: 48%;
        margin: 0 0 4rem;
        padding-right: 40px !important;
    }
    .list-magazine > article .article-info,
    .list-ambassadors > article .article-info {
        padding: 2rem 0 1rem;
        position: relative;
    }
    .list-magazine > article .article-info .post-date {
        position: absolute;
        right: -170px;
        top: -150px;
        transform: rotate(90deg);
        z-index: 2;
        width: 290px;
        text-align: right;
        letter-spacing: 0.15rem;
    }
    .list-ambassadors > article .article-info .post-date {
        position: absolute;
        right: -190px;
        top: -170px;
        transform: rotate(90deg);
        z-index: 2;
        width: 320px;
        text-align: right;
        letter-spacing: 0.15rem;
    }
    .list-ambassadors > article:nth-child(even) {
        margin-top: 7rem;
    }
    .list-magazine > article:nth-child(4n + 2) {
        width: calc(48% - 12rem);
        margin: 4rem 6rem 3rem;
    }
    .list-magazine > article:nth-child(4n + 3) {
        width: calc(48% - 6rem);
        margin: 2rem 3rem 3rem;
    }
    .list-magazine > article:nth-child(4n + 1) .title-post {
        text-align: right;
    }
    .title-post svg {
        right: -20px;
    }

    body.single-post .block-image-paragraph-block > div.block-two {
        padding-top: 10rem;
        padding-bottom: 10rem;
        background-color: #fff;
    }

    .block-image-paragraph-block {
        min-height: 50vw;
    }
    body:not(.theme-preset-active) footer#colophon {
        color: #2b2d2a;
        /* background-color: #f4f3e9; */
    }
}

@media (min-width: 1000px) {
    /* lanfding page */
    body.page-template-page-landing {
        max-height: 100vh;
        overflow: hidden;
    }

    .block-carousel-page-post {
        width: 120vw;
        left: -10vw;
        overflow: hidden;
    }
    .block-carousel-page-post .owl-carousel .owl-stage-outer {
        /* width: calc( 100vw + 10rem );
    position: relative;
    left: -5rem; */
    }
    .block-carousel-page-post .owl-carousel.owl-drag .owl-item {
        /* width: 40vw !important; */
    }
    /* events */
    .events {
        flex-direction: row;
        flex-wrap: wrap;
    }
    .events li {
        width: 50%;
    }
    .events li img {
        width: 100% !important;
    }
    .events li:nth-child(even) {
        margin: 4rem;
        width: calc(50% - 8rem);
    }
}

@media (min-width: 1300px) {
    .menu-primary-new-container #menu-header > li > a,
    .menu-primary-new-container #mega-menu-primary > li > a {
        margin-left: 1.3vw;
        margin-right: 1.3vw;
    }
}

@media (min-width: 1420px) {
    .events li:nth-child(even) {
        margin: 10rem 10rem;
        width: calc(50% - 20rem);
    }

    .block-double-block-misaligned.reverse > div.block-two,
    .block-image-paragraph-block.reverse > div.block-two {
        padding-right: 6rem;
        padding-left: calc((100% - 1330px) / 2);
    }
    .block-simple-paragraph {
        padding-left: 0;
        padding-right: 0;
    }
    .block-double-block-misaligned > div.block-two,
    .block-image-paragraph-block > div.block-two {
        padding: 6rem;
        padding-right: calc((100% - 1330px) / 2);
    }
    /* body.single-post .block-image-paragraph-block > div.block-two {
    padding-right: calc( (100% - 1420px )/2 );
  } */
}

@media (min-width: 1500px) {
    .block-double-block-misaligned.reverse > div.block-two,
    .block-image-paragraph-block.reverse > div.block-two {
        padding-right: 6rem;
        padding-left: calc((100% - 1400px) / 2);
    }
    .block-double-block-misaligned > div.block-two,
    .block-image-paragraph-block > div.block-two {
        padding: 6rem;
        padding-right: calc((100% - 1420px) / 2);
    }
}

@media (min-width: 1900px) {
    .events li:nth-child(even) {
        margin: 10rem 15rem 15rem;
        width: calc(50% - 30rem);
    }
}

.product-container-info .product-gallery figure,
.image-first,
.image-second {
    overflow: hidden;
    position: relative;
}
.product-container-info .product-gallery figure img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    aspect-ratio: 1703/2560;
}
.product-container-info .product-gallery figure::before,
.image-first::before,
.image-second::before {
    content: "";
    display: block;
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    background-color: #222;
    opacity: 0.1;
    top: 0;
    left: 0;
}
.product_cat-accessories
    .product-container-info
    .product-gallery
    figure::before {
    opacity: 0 !important;
}
.woocommerce div.product .woocommerce-tabs .panel {
    display: none !important;
}

.gform_confirmation_wrapper {
    font-family: var(--font-heading);
    font-weight: 500;
    font-size: 24px;
    letter-spacing: 0.15rem;
    text-align: center;
    margin-bottom: 2rem;
}
.gform_wrapper.gravity-theme .gfield-choice-input + label#label_1_2_1 {
    font-size: 11px;
}
body.term-belts .image-first:before,
body.term-bracelets .image-first:before,
body.term-foulards .image-first:before,
body.term-cleaning-kit .image-first:before {
    display: none;
}
body.term-care-kit .figcaption-gender {
    display: none !important;
}

.container-landing {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100vh;
}
.container-landing-equestrian,
.container-landing-classic-shoes {
    width: 100%;
    height: calc(100vh - 107px);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #ff6900;
    color: #fff !important;
    font-size: 36px;
    font-family: var(--font-heading);
    text-transform: uppercase;
    /* font-family: "Cormorant Garamond"; */
    font-family: futura-pt, sans-serif;
    font-size: 36px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
}
.container-landing-classic-shoes {
    background-color: #0033a0;
}

html body.page-template-page-landing #masthead #logo-header a svg path,
html body.page-template-page-landing #masthead #logo-header a svg polygon,
html body.page-template-page-landing-2 #masthead #logo-header a svg path,
html body.page-template-page-landing-2 #masthead #logo-header a svg polygon {
    fill: #000 !important;
}
html body.page-template-page-landing #masthead {
    background-color: #fff;
}
html body.page-template-page-landing #masthead #logo-header,
html body.page-template-page-landing-2 #masthead #logo-header {
    margin: 0 auto;
    text-align: center;
}
html body.page-template-page-landing #content,
html body.page-template-page-landing-2 #content {
    padding: 0;
}
html body.page-template-page-landing #masthead #menu-new,
html body.page-template-page-landing #masthead .col-2.header-right.my-auto,
html body.page-template-page-landing #colophon,
html body.page-template-page-landing #masthead .col-3.my-auto.d-md-none,
html body.page-template-page-landing-2 #masthead #menu-new,
html body.page-template-page-landing-2 #masthead .col-2.header-right.my-auto,
html body.page-template-page-landing-2 #colophon #footer-features,
html body.page-template-page-landing-2 #colophon #footer-newsletter,
html body.page-template-page-landing-2 #masthead .col-3.my-auto.d-md-none {
    display: none !important;
}

html body.page-template-page-landing-2 #colophon {
    border-top: solid 1px #e0e0d7;
    margin-top: 5rem;
    padding-top: 2rem;
}

html body.page-template-page-landing-2 #masthead {
    background-color: transparent !important;
    position: relative;
}

.container-landing-2 {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    background-position: bottom left;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(inc/assets/images/gamba_mobile.png);
    padding: 5vh 20px 45vh;
}

.container-landing-2 .wp-block-heading {
    color: #1e1e1e;
    /* font-family: "Cormorant Garamond"; */
    font-family: futura-pt, sans-serif;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    font-size: clamp(20px, 2vw, 2vw);
}

.container-landing-2 p {
    margin-bottom: 5.5em;
}

.container-landing-2 .btn-black {
    margin: 0;
}

.container-landing-2-link {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
    text-transform: uppercase;
    margin-bottom: 10vh;
    position: relative;
    top: 4vh;
}

@media (min-width: 769px) {
    .container-landing {
        flex-direction: row;
    }
    .container-landing-equestrian,
    .container-landing-classic-shoes {
        width: 50%;
    }
    .container-landing-2 {
        background-image: url(inc/assets/images/gamba_desktop.png);
        padding: 7vh 28vw 44vw 31vw;
    }
    .container-landing-2 .wp-block-heading {
        font-size: clamp(20px, 4vw, 4vw);
    }
    .container-landing-2-link {
        flex-direction: row;
        gap: 40px;
    }
}

@media (min-width: 1240px) {
    .container-landing-2 {
        padding: 7vh 28vw 37vw 31vw;
    }
    .container-landing-2 .wp-block-heading {
        font-size: clamp(20px, 2vw, 2vw);
    }
}

@media (min-width: 1440px) {
    .container-landing-2 {
        padding: 7vh 32vw 37vw 31vw;
    }
}

.book-type,
.app-wrapper {
    max-width: 1460px;
    margin: 5vw auto;
}
.mdc-card {
    border-radius: 0;
    box-shadow: none;
    border: solid 1px rgba(0, 0, 0, 0.1);
}
.mdc-card-header.md-card-header {
    border: solid 1px rgba(0, 0, 0, 0.1);
}
.mdc-card h2.md-title {
    font-weight: 500;
    text-transform: uppercase;
}
.booking-header h1.md-title.ssa-type-header.focus-target {
    /* font-family: "Cormorant Garamond"; */
    font-family: futura-pt, sans-serif;
    font-size: clamp(24px, 3vw, 36px);
    text-align: center;
    margin-bottom: 3rem;
    text-transform: uppercase;
}
.appt-select h1,
.time-select h2 {
    /* font-family: "Cormorant Garamond"; */
    font-family: futura-pt, sans-serif;
    font-size: clamp(24px, 3vw, 36px);
    text-align: center;
    margin-bottom: 3rem;
    text-transform: uppercase;
    margin-top: 2rem;
    padding-top: 6rem;
    border-top: solid 2px #000;
}
.mdc-button--outlined {
    border: none;
    color: #000 !important;
}
.mdc-button--outlined .mdc-button__icon {
    color: #000;
}
.book-day .md-whiteframe {
    box-shadow: none !important;
}
.book-day {
    min-height: 11vw;
}
.book-day button.md-whiteframe.selectable {
    border: solid 1px rgba(0, 0, 0, 0.1) !important;
    border-radius: 0;
}

.booking-header
    .md-layout.md-alignment-top-space-between
    .md-layout-item.md-small-size-100 {
    display: flex;
    align-items: center;
    width: 100%;
    min-height: 48px;
    gap: 20px;
}
.booking-header
    .md-layout.md-alignment-top-space-between
    .md-layout-item.md-small-size-100
    > * {
    margin-bottom: 0;
}

.time-select .md-layout.md-align-center.time-selection-cols {
    justify-content: space-between;
}
.md-layout .time-selection-col.md-layout {
    flex: 0 1 47%;
}
.time-section-col-icon {
    display: none !important;
}
h2.md-subheading.time-selection-col-header {
    color: #dd6700;
    text-align: center;
    font-family: "Roboto";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    margin: 2rem 0 3rem !important;
    padding: 0;
    border: none;
}
.timezone {
    width: 100%;
    text-transform: uppercase;
}
.timezone .timezone-selection-wrapper {
    font-weight: 100;
    margin-left: 14px;
}

.time-listing {
    width: 100%;
}

.time-listing button {
    border-radius: 0;
    min-height: 60px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: solid 1px rgba(0, 0, 0, 0.1);
    color: #424242;
    text-align: center;
    font-family: "Futura PT";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
}
.mdc-button__label {
    color: #424242;
    text-align: center;
    font-family: "Roboto";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
}

.time-listing li .mdc-button:hover {
    background-color: #dd6700;
    color: #fff !important;
}
.time-listing li .mdc-button:hover .mdc-button__label {
    color: #fff !important;
}

.confirm {
    max-width: 1460px !important;
    border: none;
    border-top: solid 2px #000;
    margin-top: 2rem;
    padding: 5rem 0;
}
.mdc-card {
    border: none;
}
.confirm .mdc-card-header {
    text-align: center;
    margin-bottom: 3rem;
}
.confirm .mdc-card-header,
.confirm .mdc-card-content {
    border: none;
}

.confirm h1.md-title.focus-target {
    /* font-family: "Cormorant Garamond"; */
    font-family: futura-pt, sans-serif;
    font-size: clamp(24px, 3vw, 36px);
    text-align: center;
    margin-bottom: 1.3rem;
    text-transform: uppercase;
}

.mdc-card-content.md-card-content {
    padding: 2vw 0;
}

.confirm .mdc-text-field--filled {
    background-color: transparent;
    border-left: solid 1px #000;
    border-right: solid 1px #000;
    border-top: solid 1px #000;
    border-radius: 0;
}

.mdc-card__actions {
    border: none;
    padding: 2vw 0;
}
button.mdc-button--raised.mdc-ripple-upgraded {
    border-radius: 0;
    min-height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: none;
    min-width: 300px;
}
button.mdc-button--raised.mdc-ripple-upgraded .mdc-button__label {
    color: #fff;
}

[class*="confirmation-field-"] {
    text-align: center;
    text-transform: uppercase;
}
[class="confirmation-field-"] span {
    font-weight: 100;
}
.mdc-touch-target-wrapper.calendar-save > div > button {
    margin: 0 auto;
}
.mdc-card__actions {
    text-align: center;
    width: 100%;
    min-width: 100%;
    border-top: solid 2px #000;
    margin-top: 5vw;
}
.mdc-card__actions h2.md-subheading {
    width: 100%;
    /* font-family: "Cormorant Garamond"; */
    font-family: futura-pt, sans-serif;
    font-size: 22px;
}
.appt-actions-btns-wrapper,
.appointment-actions.hasHeadline {
    width: 100%;
    justify-content: center;
}
.appt-actions-btns-wrapper button span {
    color: #dd6700;
}

.card-columns {
    grid-column-gap: 0;
}

.container-popup-nl {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 200;
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    top: 0;
    left: 0;
}
.container-popup-nl.open {
    display: flex;
}
.container-popup-nl #footer-newsletter {
    width: 96%;
    max-width: 610px;
    min-height: 400px;
    background: #fff;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
}

.container-popup-nl
    #footer-newsletter
    .gform_footer.top_label
    input[type="submit"] {
    background-color: #000;
    color: #fff;
    padding: 11px 20px;
    position: relative;
    top: -16px;
}

.container-popup-nl #footer-newsletter .gform_body.gform-body input {
    border: solid 1px #e0e0d7;
    padding: 10px 30px 10px 30px;
    background-image: none;
}

.container-popup-nl #gform_wrapper_1 .top_label div.ginput_container {
    width: calc(100% - 110px);
}

h3.title_nl {
    color: #1e1e1e;
    text-align: center;
    /* font-family: "Cormorant Garamond"; */
    font-family: futura-pt, sans-serif;
    font-size: 60px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
}

.subtitle_nl {
    color: #1e1e1e;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.7px;
    text-transform: uppercase;
}

.btn-close-nl {
    display: flex;
    width: 24px;
    height: 24px;
    position: absolute;
    top: 20px;
    right: 14px;
    font-size: 40px;
    font-weight: 100;
}

.footer-newsletter-footer {
    color: #505050;
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
    padding: 20px 30px;
    margin-top: 30px;
    border-top: solid 1px #dedede;
}

.booking-header h1.md-title.ssa-type-header.focus-target,
.page-template-page-booking .item-info .title-1 {
    font-family: futura-pt, sans-serif;
}

body.page-template-page-booking .banner-mobile-appointment {
    background-color: #444849 !important;
}

body.page-template-page-booking-php #footer-newsletter {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 0 50px;
}
