/*
Theme Name: Exenia
Template: hello-elementor
Author: Ready Digital
Version: 1.0

*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

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

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

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

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

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

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

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

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

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

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
    font-size: 3em;
}

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

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

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

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

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

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
    font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
    font-size: 80%;
}

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

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

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

/**
 * Remove the border on images inside links in IE 10.
 */
img {
    border-style: none;
}

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

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

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

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
    text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
    padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
    vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

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

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

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

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

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
    display: list-item;
}

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

/**
 * Add the correct display in IE 10+.
 */
template {
    display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
    display: none;
}

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

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

html {
    box-sizing: border-box;
}

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

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea,
a {
    font-family: 'Urbanist', sans-serif;
    color: #77777A;
    font-size: 1rem;
    line-height: 1.5;
    font-weight: 500;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
}

p {
    margin-bottom: 1.5em;
}

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

blockquote {
    margin: 0 1.5em;
}

address {
    margin: 0 0 1.5em;
}

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

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

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

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

big {
    font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
    background-color: #fff;

}

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

ul,
ol {
    margin: 0;
    padding: 0;
}

li {
    list-style-type: none
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

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

dt {
    font-weight: 700;
}

dd {
    margin: 0 1.5em 1.5em;
}

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

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

figure {
    margin: 1em 0;
}

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

/* Links
--------------------------------------------- */
a {
    color: #777777;
}

a:visited {
    color: #777777;
}

a:hover,
a:focus,
a:active {
    color: #777777;
    outline: 0;
    border: none;
    -moz-outline-style: none;
}

a:focus {
    outline: thin dotted;
}

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

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

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

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

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
input[type="file"],
textarea {
    color: #9a8555;
    background-color: rgba(255, 255, 255, 1);
    border: 1px solid #9a8555;
    padding: 0.375rem 0.75rem;
    font-size: 0.8rem;
    width: 100%;
    border-radius: 0px ;
}

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

select {
    border: 1px solid #ccc;
}

textarea {
    width: 100%;
}

.form-control[type="file"],
.form-control[type="file"]:visited,
.form-control[type="file"]:focus,
.form-control[type="file"]:focus-visible,
.form-control[type="file"]:active {
    border-radius: 0;
    outline: none;
}

.ui-state-disabled {
    opacity: 1
}

.cart-item-border img {
    border: 1px solid #efefef;
    object-fit:cover;
    width:100%;
    height:400px
}

.selection-message {
    padding: 1.5rem;
    background-color: #F6F6F1;
    margin: 1.5rem 0
}


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

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

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

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

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

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

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

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

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

.main-navigation li {
    position: relative;
}

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

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

@media screen and (min-width: 37.5em) {

    .menu-toggle {
        display: none;
    }

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

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

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

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

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

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

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

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

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

.bypostauthor {
    display: block;
}

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

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

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

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
    display: inline-block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gallery-caption {
    display: block;
}

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

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

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

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

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

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

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

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

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

/* Alignments
--------------------------------------------- */
.alignleft {

    /*rtl:ignore*/
    float: left;

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

.alignright {

    /*rtl:ignore*/
    float: right;

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

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

.single-selection .remove {
    position: absolute;
    background-color: gray;
    padding: 1rem;
    line-height: 0;
    color: white;
    font-size: 1.5rem;
    text-decoration: none;
}

.component_option_radio_buttons_container {
    background-color: #f9f9f9;
}

.component_option_radio_button.disabled {
    opacity: 0.2 !important;
}

li.component_option_radio_button_container {
    width: unset !important;
    padding: 0.1rem !important;
}

.component .composited_product_title_wrapper {
    padding-top: 0em !important;
}

.component_option_radio_button_container .radio_button_description .title {
    padding: 0 1rem !important;
    margin-top: 1rem !important;
    margin-bottom: 1em !important;
    font-size: inherit !important;
    font-weight: 400;
}

.component_option_radio_button_select {
    border: 1px solid #77777A
}

.component_title_wrapper .component_title, .component .composited_product_title_wrapper .composited_product_title {
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 0.5rem !important;
}

.component .composited_product_title_wrapper .composited_product_title {
    color: #3F6138;
}

.composited_product_title_wrapper p:last-child, .composited_product_title_wrapper h4:last-child {
    margin-bottom: 0rem !important;
}

.clear_component_options, .clear_component_options:active, .clear_component_options:focus, .clear_component_options:visited, .clear_component_options:hover {
    color: #3F6138;
    border: 1px solid #3F6138;
    padding: 0.2rem 0.5rem;
    display: inline-block;
    margin-top: 0.3rem;
    font-size: 0.7rem;
    text-decoration: none;
    transition: all ease-in .1s;
    border: 1px solid #9A8555;
    background-color: #9A8555;
    color: #FFFFFF;
}

.clear_component_options:hover {
    border: 1px solid #9A8555;
    background-color: #9A8555;
    color: #FFFFFF;
}

li#component_option_radio_button_container_0 {
    display: none
}

.component_option_radio_button .radio_button {
    display: none
}

.component_option_radio_button_container .radio_button_description {
    width: 100%;
    min-width: 50px;
    text-align: center;
}

.component_option_radio_button_container .selected .radio_button_description {
    background-color: #77777A;
    color: #FFFFFF;
}

.component_option_radio_button_container .radio_button_input {
    padding: 0px !important
}


@media (min-width: 1600px) {
    .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container, .asl-cont .sl-container, .asl-cont .sl-container-lg, .asl-cont .sl-container-md, .asl-cont .sl-container-sm, .asl-cont .sl-container-xl {
        max-width: 1520px !important;
    }
}

@media (min-width: 1800px) {
    .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container, .asl-cont .sl-container, .asl-cont .sl-container-lg, .asl-cont .sl-container-md, .asl-cont .sl-container-sm, .asl-cont .sl-container-xl {
        /*max-width: 1720px !important;*/
    }
}

.composite_component.hide {
    display: none !important;
}


.composite_component.optional .component_option_radio_button_select, .composite_component.optional .bundle_form {
    border-style: dashed;
    border-width: 1px;
    border-color: #77777A;
}

.composite_form {
    padding-left: -4px !important;
}

.component_inner {
    padding-bottom: 0rem !important;
}

.generated-sku {
    display: flex
}

.generated-sku .sku {
    display: inline-block
}

.generated-sku .separatore {
    text-align: center;
    font-weight: 500;
    color: green;
    font-size: 1.5rem;
}

.generated-sku span{
    position: relative
}

.generated-sku span::after {
    position: absolute;
    content: '';
    top: 0;
    right: -45px;
    background-image: url("data:image/svg+xml,<svg fill='red' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'><path d='m4.59 59.41a2 2 0 0 0 2.83 0l24.58-24.58 24.59 24.58a2 2 0 0 0 2.83-2.83l-24.59-24.58 24.58-24.59a2 2 0 0 0 -2.83-2.83l-24.58 24.59-24.59-24.58a2 2 0 0 0 -2.82 2.82l24.58 24.59-24.58 24.59a2 2 0 0 0 0 2.82z'/></svg>");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 40px;
    height: 20px;
}

.generated-sku span.complete::after {
    background-image: url("data:image/svg+xml,<svg fill='green' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'><path d='M13.854 3.646a.5.5 0 0 1 0 .708l-7 7a.5.5 0 0 1-.708 0l-3.5-3.5a.5.5 0 1 1 .708-.708L6.5 10.293l6.646-6.647a.5.5 0 0 1 .708 0z'/></svg>");

}

.top-slider {
    height: 800px;
}

.single-slider {
    height: 750px;
}

.top-slider .slick-list, .top-slider .slick-track, .single-slider .slick-list, .single-slider .slick-track, .top-slider .slick-list, .top-slider .slick-track {
    height: 100%
}

.top-slider .slick-arrow, .single-slider .slick-arrow, .related-products-projects .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    max-width: 40px;
    z-index: 2;
    cursor: pointer;
}

.top-slider .slick-slide.youtube iframe {
    position: relative;
    z-index: 9;
}

.related-products-projects .slick-arrow, .single-slider .slick-arrow {
    background-color: rgba(0, 0, 0, 0.5);
    max-width: 50px;
    padding: 1rem;
}

.top-slider .right.slick-arrow, .single-slider .right.slick-arrow, .related-products-projects .right.slick-arrow {
    right: 10px
}

.top-slider .left.slick-arrow, .single-slider .left.slick-arrow, .related-products-projects .left.slick-arrow {
    left: 10px
}

.bgcover {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
}

.imgcover {
    object-position: center center;
    object-fit: cover;
    -o-object-fit: cover;
    -o-object-position: center center;
}

.slide-caption {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #FFFFFF;
    z-index: 2
}

.slide-caption .title-slide {
    display: block;
    font-size: 3rem;
    text-transform: uppercase
}

.top-slider .slick-slide::after, .single-slider .slick-slide::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    background: rgba(0, 0, 0, 0.4);
    z-index: 1
}

.single-slider .slick-slide::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    background: rgba(0, 0, 0, 0);
    z-index: 1
}

.single-slider-img {
    background-color: #f2f2eb
}

.single-slider-img img, .single-slider-img img.contain {
    object-fit: contain;
    height: 100%;
    width: 100%
}

.single-slider-img img.cover {
    object-fit: cover;
    height: 100%;
    width: 100%
}

.site-branding img {
    max-width: 180px;
    width: 100%
}

.inline-list {
    margin: 0;
    padding: 0
}

.inline-list li {
    display: inline-block
}

#switchSlide {
    background: none;
    border: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 2;
    padding: 0;
    opacity: 0.4;
    transition: all ease-in .3s
}

#switchSlide:hover {
    opacity: 1;
}

#switchSlide img {
    width: 50px;
    height: 50px;
    -webkit-filter: grayscale(1) invert(1);
    filter: grayscale(1) invert(1);
}

.dgwt-wcas-search-wrapp {
    max-width: unset !important;
    line-height: unset !important;
}

.dgwt-wcas-search-icon {
    width: unset !important;
}

.cerca {
    text-decoration: underline
}

.banner_text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 250px;
    background-color: rgba(255, 255, 255, 0.8);
}

.banner_text a {
    text-decoration: none;
    font-size: 1.5rem
}

.wpml-ls-legacy-dropdown {
    width: unset
}

.wpml-ls-legacy-dropdown a {
    border: 0px solid rgba(0, 0, 0, 0.2);
}

.banner_bottom_image {
    height: 650px
}

.banner_bottom_image img {
    object-fit: cover;
    object-position: center center
}

.banner_bottom_text {
    position: absolute;
    bottom: 50px;
    left: 0;
    max-width: 500px;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.95)
}

.btn {
    font-size: 0.9rem
}

a.btn-exenia,
a.btn-exenia:visited,
a.btn-exenia:focus,
a.btn-exenia:active,
button.btn-exenia,
button.btn-exenia:active,
button.btn-exenia:visited,
button.btn-exenia:focus,
input.btn-exenia,
input.btn-exenia:active,
input.btn-exenia:visited,
input.btn-exenia:focus,
button.single_add_to_cart_button, .btn-exenia button {
    background-color: #9a8555;
    color: #FFFFFF !important;
    border-radius: unset;
    border: 1px solid #9a8555;
    font-size: 0.8rem;
    padding: 0.375rem 0.75rem;
    line-height: unset;
    transition: all ease-in .2s;
    padding: 0.375rem 0.75rem;
    text-decoration: none;
}

.btn-exenia .mega-menu-link {
    background-color: transparent;
    border: 1px solid #9a8555 !important;
    padding: 0.375rem 0.75rem !important;
    transition: all ease-in .2s !important;
    color: inherit;
    display: inline !important;
    font-weight: 500 !important;
}

.btn-exenia .mega-menu-link:hover {
    border: 1px solid #9a8555 !important;
    padding: 0.375rem 0.75rem !important;
    transition: all ease-in .2s !important;
    background-color: #9a8555 !important;
    color: #FFFFFF !important;
}

a.btn-exenia:hover, button.btn-exenia:hover, .btn-exenia a:hover, button.single_add_to_cart_button:hover  {
    background-color: #FFFFFF;
    border: 1px solid #9a8555;
    color: #9a8555 !important;
}

.yrm-more-button-wrapper {
    background-color: #9a8555;
    color: #FFFFFF !important;
    border-radius: unset;
    border: 1px solid #9a8555;
    font-size: 0.8rem;
    padding: 0.375rem 0.75rem;
    line-height: unset;
    transition: all ease-in .2s;
    padding: 0.375rem 0.75rem;
    text-decoration: none;
}

.yrm-less-button-wrapper {
    background-color: #FFFFFF;
    border: 1px solid #9a8555;
    color: #9a8555 !important;
    border-radius: unset;
    border: 1px solid #9a8555;
    font-size: 0.8rem;
    padding: 0.375rem 0.75rem;
    line-height: unset;
    transition: all ease-in .2s;
    padding: 0.375rem 0.75rem;
    text-decoration: none;
}

.bapf_button.bapf_reset {width:100%}

a.btn-exenia-transp,
a.btn-exenia-transp:visited,
a.vbtn-exenia-transpfocus,
a.btn-exenia-transp:active,
button.btn-exenia-transp,
button.btn-exenia-transp:active,
button.btn-exenia-transp:visited,
button.btn-exenia-transp:focus,
.btn-exenia-transp a {
    background-color: transparent;
    color: inherit !important;
    border-radius: unset;
    border: 1px solid transparent;
    font-size: inherit;
    padding: 0.375rem 0.75rem;
    line-height: unset;
    transition: all ease-in .2s;
    padding: 0.375rem 0.75rem;
    text-decoration: none;
}

.cleanbutton {
    background-color: transparent;
    color: inherit !important;
    border: 0;
    padding: 0.375rem 0.75rem;
}

a.btn-exenia-transp:hover, button.btn-exenia-transp:hover, .btn-exenia-transp a:hover {
    /*background-color: #77777A;
    border: 1px solid #77777A;
    color: #FFFFFF !important;
	*/
}

a.btn-exenia-solid,
a.btn-exenia-solid:visited,
a.btn-exenia-solid:focus,
a.btn-exenia-solid:active,
button.btn-exenia-solid {
    background-color: #9a8555;
    color: #FFFFFF !important;
    border-radius: unset;
    border: 1px solid #9a8555;
    font-size: 0.8rem;
    padding: 0.375rem 0.75rem;
    text-decoration: none;
}

a.btn-exenia-solid:hover, button.btn-exenia-solid:hover {
    background-color: #9a8555;
    border: 1px solid #9a8555;
}

.excerpt_evidenza p {
    margin-bottom: 0
}

.site-footer {
    background-color: #474747;
    color: #FFFFFF
}

.site-footer a { color: #FFFFFF !important}
.site-footer .footer-menu .menu, .site-footer .footer-privacy .menu { display:inline-flex; flex-wrap:wrap}
.site-footer .footer-menu .menu a, .site-footer .footer-privacy .menu a {color: #FFF;
    text-decoration: none;
    padding: 0 0.5rem 0 0; }

.site-footer .footer-menu .menu a {text-transform:uppercase}

.title-evidenza {
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.9)
}

a.btn-exenia-light, a.btn-exenia-light:visited, a.btn-exenia-light:focus, a.btn-exenia-light:active {
    background-color: #F6F6F1;
    color: #77777A !important;
    border-radius: unset;
    border: 1px solid #9b8759;
    padding: 0.375rem 0.75rem;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    outline: none;
    transition: all ease-in .2s;
}

a.btn-exenia-light:hover {
    background-color: #9b8759;
    border: 1px solid #9b8759;
    color: #FFFFFF !important;
}

.btn-exenia-generate, .btn-exenia-generate:active, .btn-exenia-generate:visited, .btn-exenia-generate:focus {
    background-color: #7C7C7F;
    color: #FFFFFF !important;
    border-radius: unset;
    border: 1px solid #7C7C7F;
    font-size: 0.8rem;
    padding: 0.375rem 0.75rem;
    line-height: unset;
    transition: all ease-in .2s;
    padding: 0.375rem 0.75rem;
    text-decoration: none;
}

.btn-exenia-generate:hover {
    background-color: #FFFFFF;
    color: #7C7C7F !important;

    border: 1px solid #7C7C7F;

}

.catalog-header {
    background-color: #EFF1F0;
}

.catalog-header .bgcover {
    height: 500px
}

.green {
    /*color: #55601C*/
    color: #9b875a
}

.brown, .brown a {
    color: #9B8759 !important
}

.bgpattern {
    background-image: url("/wp-content/themes/exenia/images/bg-pattern.png");
    background-repeat: repeat-y;
    background-position-x: left;
    background-position-y: top;
}


.object-fit {
    object-fit: cover;
    object-position: center center
}

.products .product-category a img, .products .product .woocommerce-loop-product__link img {
    width: 100%;
    height: 100%;
    object-position: center center;
    object-fit: cover;
    transition: all ease-in .3s;
    overflow: hidden
}

/*
.products .product-category a:not(.add_to_cart_button,.added_to_cart):hover img, .products .product .woocommerce-loop-product__link:hover img {
    transform: scale(1.2) rotate(2deg);
}


.products .product-category .img-container, .products .product .img-container {
    border: 1px solid rgba(0, 0, 0, 0);
    transition: all ease-in .3s
}

.products .product-category .img-container:hover, .products .product .img-container:hover {
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.products .product-category a:not(.add_to_cart_button,.added_to_cart) h2, .products .product a:not(.add_to_cart_button,.added_to_cart) h2 {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.9);
    margin: 0;
    padding: 0.6rem 0.8rem;
    z-index: 3
}
*/
.products .product-category a:not(.add_to_cart_button,.added_to_cart) h2, .products .product a:not(.add_to_cart_button,.added_to_cart) h2 {
    width: 100%;
    /*background-color: rgba(255, 255, 255, 0.9);*/
    background-color: rgba(244,245,239, 0.6);
    margin: 0;
    padding: 0.6rem 0.8rem;
}

.products .product-category .cat-type {
    position: absolute;
    z-index: 9;
    background: rgba(255, 255, 255, 0.8);
    width:100%
}
/*

.products .product .img-container a:not(.add_to_cart_button,.added_to_cart)::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    z-index: 2;
    background-color: rgba(255, 255, 255, 0);
    left: 0;
    top: 0;
    transition: all ease-in .3s;
}

.products .product .img-container a:not(.add_to_cart_button,.added_to_cart)::before, .products .product-category .img-container a:not(.add_to_cart_button,.added_to_cart)::before {
    position: absolute;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="rgba(85, 96, 28, 1)" class="bi bi-plus-circle" viewBox="0 0 16 16"><path d="M8 15A7 7 0 1 1 8 1a7 7 0 0 1 0 14zm0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16z"/><path d="M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4z"/></svg>');
    width: 50px;
    height: 50px;
    background-repeat: no-repeat;
    content: '';
    z-index: 4;
    left: 50%;
    bottom: 50%;
    transform: translateX(-50%) translateY(50%);
    transition: all ease-in .3s;
    opacity: 0;
}
*/
.products .product .img-container a:not(.add_to_cart_button,.added_to_cart):hover::before, .products .product-category .img-container a:not(.add_to_cart_button,.added_to_cart):hover::before {
    opacity: 0.8;
}

.products .product .img-container a:not(.add_to_cart_button,.added_to_cart), .products .product-category .img-container a:not(.add_to_cart_button,.added_to_cart) {
    width: 100%;
    height: 100%;
    z-index: 3;
    position: relative;
    display: block;
    text-decoration:none;
    border: 1px solid rgba(244,245,239, 0.6);
    overflow:hidden
}

.products .product-category .no-hover {
    border: 1px solid rgba(157, 138, 92, 0.3);
}

.products .product-category .no-hover a {

    width: 100%;
    height: 100%;
    z-index: 3;
    position: relative;
    display: block;
    text-decoration:none;
    overflow:hidden
}

.products .product-category .no-hover

.products .product-category .img-container a:not(.add_to_cart_button,.added_to_cart) {border:none;}


.added_to_cart {
    padding-left: 0.4rem;
    font-size: 0.8rem
}
/*
.products .product .img-container a:not(.add_to_cart_button,.added_to_cart):hover::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    z-index: 2;
    background-color: rgba(255, 255, 255, 0.4);
    left: 0;
    top: 0
}
*/
.products, .products .product.product-category h2 {
    font-size: 1rem;
}

.products .product h2 {
    font-size: 1rem;
}

.add-to-selection {
    position: absolute;
    z-index: 9;
}

.added_to_cart, .add_to_cart_button { border: 0; outline:0;}
.add_to_cart_button { background-color: #9d8a5c; width:30px; height: 30px; border-radius: 50%; display: flex; justify-content: center; align-items: center}

.project-image {
    overflow: hidden;
    transition: all ease-in .3s;
    height: 100%;
    height: 490px;
}



.project-image img {
    transition: all ease-in .3s
}

.project-image:hover img {
    transform: scale(1.2) rotate(2deg);
}

.project-image::after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
    transition: all ease-in .3s
}

.project-image:hover::after {
    background-color: rgba(0, 0, 0, 0);
}

.project-text {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
}

.agents-image {
    background-color:#EFEFEF;
    overflow: hidden;
    transition: all ease-in .3s;
    min-height:250px
}


/*
.related-products-projects .slick-list {
    padding-right: 150px;
}*/

.related.products .slick-slide {
    padding: 0 0.8rem;
}

.woocommerce-notices-wrapper {
    background-color: #FFFFFF;
}

.downloads ul {
    display: block
}

.downloads .download-header, .attributes .download-header, .configurator-preheader, .content-container .content-header, .features-container .features-header {
    border-bottom: 2px solid #9B8759;
}

.downloads .download-header button, .attributes .download-header button, .configurator-preheader button, .content-header button, .features-header button {
    background: unset;
    border: unset;
}

.downloads .download-header svg, .attributes .download-header svg, .configurator-preheader svg, .content-header svg, .features-header svg {
    transition: all ease-in .3s;
    transform: rotate(180deg);
    fill:#9B8759
}

.downloads .download-header svg.close, .attributes .download-header svg.close, .configurator-preheader svg.close, .content-header svg.close, .features-header svg.close {
    transform: rotate(0deg)
}

/*.list-attributes, .downloads ul {
    border-top: 3px solid #77777A
}*/

.downloads ul {
    background-color: #F3F3F3;
}

.list-attributes .img-attribute img {
    max-width: 35px;
    width: 100%;
}

.list-attributes .attribute h4 {
    /*border-bottom: 2px solid #77777A;*/
    font-size: 0.7rem;
    font-weight:500
}

.list-attributes .attribute {justify-content:start; align-items:center; flex-wrap:wrap}

.tooltip-start {
    cursor: pointer;
    font-size:0.7rem
}

.tooltip-start .tooltip {
    min-width: 150px;
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: 10px;
    margin-right: 10px;
    background-color: #E3E3D3;
    font-family: inherit;
    font-size: 0.7rem;
    padding: 0.5rem;
}

.tooltip-start .tooltip2 {
    min-width: 150px;
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -5px;
    margin-right: 10px;
    background-color: #FFFFFF;
    border:1px solid #9d8a5c;
    font-family: inherit;
    font-size: 0.7rem;
    padding: 0.5rem;
    color: #9d8a5c;
}

.tooltip-start:hover .tooltip, .tooltip-start:hover .tooltip2 {
    display: block;
    opacity: 1;
}

.configurator {
    border: 1px solid #77777A;
    position: relative;
}

.configurator .img-variation {
    display: none;
    min-height: 350px;
    position: absolute;
    right:0px;
    top: 0;
    margin-top:100px;
    box-shadow: 3px 3px 10px rgba(0,0,0,0.3);
    display: flex;
    z-index: 299 !important;
}

.configurator .img-variation img {
    max-width: 300px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.configurator .img-variation.closed {
    display:none
}


.configurator #toggleImgVariation {
    transform:rotate(90deg);
    background: none;
    border: none;
}

.buttonImgVariation {
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(255,255,255,1);
}

.configurator-header, .composite_wrap {
    background-color: #f2f2eb
}

.configurator-header {
    position:relative
}

.composite_wrap {
    padding: 1.5rem !important;
    text-align: right;
    margin-top: 1rem
}

.selection-files {border: 1px solid #9a8555;}
#types.active input {width:30px;}
#types.active li { text-align:left;   display: flex;justify-content: center;align-items: center;}
#types.active label span {text-transform:uppercase}
#types.active {display:inline-flex}

.metas {
    background-color: #f2f2eb;
}

.wpc-wrap-icons {
    font-weight: 600;
}

.wpc-filter-selected-values {
    display: none;
}

.wpc-term-item label, .wpc-filter-label-wrapper {
    border-radius: unset !important;
}

.menu-center {
    display: flex !important;
    justify-content: center !important;
}

/*li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link, .mega-block-title {
    font-weight: 600 !important;
}*/

.f-600 {font-weight:600}
.f-size-0-8 {font-size:0.8rem; font-weight:300}

.attributes-icons {
    display: inline-flex
}

.attributes-icons .img-attribute img {
    max-width: 30px;
    width: 100%
}


.excerpt {
    font-size: 0.8rem
}

.excerpt p {
    margin: 0 !important;
}

.component_content .summary_content.bundle_form {
    padding-top: 0.5rem;
}

.composite_component.deselected .component_option_radio_button,
.composite_component.deselected .component_content .composited_product_images img {opacity: 0.4}
.composite_component.bundle .component_options {display: none}
.bundled_product_summary {display: flex; align-items: center; padding-bottom: 0.5rem !important; margin-bottom: 0.5rem !important;}
.bundled_product_summary .bundled_product_images, .bundled_product_summary .details {width: auto !important;}
.bundled_product_summary .bundled_product_images img, .composited_product_image img {max-width: 150px; width: 100%}
.bundled_product_checkbox {
    margin: 0 6px 0 0 !important;
    width: 20px !important;
    height: 20px !important;
}
.bundled_product_optional_checkbox {display: flex; align-items: center}
.bundled_product_image {min-width:120px; max-width:120px}
div.bundled_product_summary:not(.thumbnail_hidden) .details {
    padding: 0 0 0 1.5rem !important;
}

.searchbar {
    position: fixed;
    background-color: rgba(246, 246, 241, 0.98);
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    display: none;
    padding: 6rem 0;
    border-bottom: 2px solid #777774;
}

.categories-list {
    padding: 2rem;
    padding-bottom: 2rem;
    margin-bottom: 2rem;
    border: 1px solid rgba(0,0,0,0.1);
    background: rgba(244,245,239, 0.6);
    position: relative;
    /*    background: -moz-linear-gradient(180deg, rgba(244, 245, 239, 1) 0%, rgba(244, 245, 239, 0.2) 100%);
        background: -webkit-linear-gradient(180deg, rgba(244, 245, 239, 1) 0%, rgba(244, 245, 239, 0.2) 100%);
        background: linear-gradient(180deg, rgba(244, 245, 239, 1) 0%, rgba(244, 245, 239, 0.2) 100%);*/
}

/*.categories-list::after {
    position: absolute;
    content:'Scoperta';
    left: 0;
    top: 0;
    font-size: calc(2rem);
    z-index: 2;
    line-height: 100%;
    opacity: 0.1;
}*/

.categories-list .products .product-category .img-container {
    border: 1px solid rgba(0,0,0,0.1);
}

.overflow-y {
    overflow: hidden;
}

.button-arrow {display: flex; flex-basis: 0}

div.is-ajax-search-details, div.is-ajax-search-result { background: #FFFFFF !important; }

.wpml-ls-flag, .wpml-ls-native {display:inline; max-width:none}
.wpml-ls-native {padding-left:10px; font-size:0.8rem}
.wpml-ls-legacy-list-horizontal a {padding:0 !important; font-weight:300; font-size:0.8rem; outline:none; border:0; }
.wpc-filter-title {border-bottom: 1px solid gray;padding-bottom: 0.5rem;margin-bottom:0.5rem !important}
.wpc-open-icon {border-left: 1px solid #77777A !important; border-top: 1px solid #77777A !important; right:5px}
.wpc-term-item {margin-bottom:5px !important}
.wpc-filters-open-button-container {padding:0.5rem 0 0rem 0 }

#menu-header-istituzionale a {
    text-decoration: none;
    font-weight: 500;
    padding: 0 0.5rem;
}

h3.bapf_hascolarr {
    font-size:0.9rem;
    font-weight:600
}

.related-products-projects {
    border-top: 1px solid #77777A
}

.related-products-projects h3 {font-size:1rem}

.effect-product-hover, .effect-cat-hover  {
    position:absolute;
    z-index:3;
    bottom:-100%;
    left:0;
    height:100%;
    width:100%;
    background: rgb(244,245,239);
    display:block;
    opacity:1;
    transition: all .5s ease-in
}

.effect-cat-hover hr, .effect-product-hover hr {margin:0.25rem }
.effect-product-hover p {margin:0px}

.products .product .img-container a:not(.add_to_cart_button, .added_to_cart) img {transition: all .5s ease-in}
.products .product .img-container a:not(.add_to_cart_button, .added_to_cart):hover .effect-product-hover,
.products .product .img-container:hover .effect-product-details .effect-product-hover
{ transform: translateY(-100%); }

.products .product .img-container a:not(.add_to_cart_button, .added_to_cart):hover img,
.products .product .img-container:hover .effect-product-details img
{ transform: translateY(-100%)}

.products .product .img-container:hover .effect-product-details .effect-product-hover img
{ transform: none}

.related-products .products .product .img-container a:not(.add_to_cart_button, .added_to_cart):hover .effect-product-hover,
.products .product .img-container:hover .effect-product-details .effect-product-hover
{ transform: translateY(-100%); }

.related-products .products .product .img-container a:not(.add_to_cart_button, .added_to_cart):hover img,
.related-products .products .product .img-container:hover .effect-product-details img
{ transform: translateY(0)}

.products .product .img-container:hover .effect-product-details .effect-product-hover .gallery {margin-bottom:0.5rem}
.products .product .img-container:hover .effect-product-details .effect-product-hover .gallery figure {margin:0}

.woocommerce-pagination {text-align:center; padding-top:2rem}
.woocommerce-pagination > .page-numbers li {display:inline-block }
.woocommerce-pagination > .page-numbers .page-numbers {display:inline-block; padding:0.5rem 1rem; background-color:rgba(155, 135, 89, 0.6); margin:0.2rem; color:#FFFFFF; text-decoration:none; border-radius:10px; min-width:40px}
.woocommerce-pagination > .page-numbers .page-numbers.current, .woocommerce-pagination > .page-numbers .page-numbers:hover {background-color:rgba(155, 135, 89, 1);}

.composited_product_details_wrapper {margin-top:0.5rem}
.composited_product_details_wrapper p {margin:0}
.composited_product_details_wrapper hr {margin:0.25rem 0}

.composite_message .woocommerce-info {
    background-color: #852323;
    color:#FFFFFF;
    padding: 0.5rem 1rem;
    text-align:left
}

.composite_form .cart .variations select, .single-product div.product .composite_form .cart .variations select, .single-product div.product .composite_form .cart .variations select option {
    border: 1px solid #77777A;
    background-color:#f9f9f9;
    padding:0.6em 0.8rem;
    border-radius:0px;
    min-width:250px;
}

.composite_form .variations select * {
    border-radius:0px !important
}

.owl-item.active:not(.sc_partial) {transition: all ease-in .5s;  z-index:1}
.owl-item.active:not(.sc_partial):hover {transform: scale(1.1);z-index:9}
.owl-dot {width:auto !important}

.socials {display:inline-flex}
.socials a {display:block; margin:0 0.8rem 0 0}
.no_compat_results {display:none}

.wpcf7-form label {width:100%; padding-bottom:1rem}

.wpcf7-form select {
    display: block;
    width: 100%;
    background-color: #FFF;
    padding:0.375rem 0.75rem;
    font-size:0.8rem;
    border: 1px solid #9a8555;
    color:#9a8555
}

.features hr {
    margin:0.5rem;
    margin-bottom:0.5rem
}

.features p {margin-bottom:0px}

.asl-top-area .asl-map {min-height:600px}
.sl-items-inner {background-color:#f8f9f5 !important}
.asl-wrapper .asl-top-area .asl-map .map-image .asl-map-canv .infoBox .infoWindow {border:1px solid #CCCCCC; box-shadow: 10px 10px 10px #CCC;}
.asl-cont .infoBox .infoWindow .infowindowContent {width:auto !Important}
.sa_owl_theme .owl-item .sa_vert_center_wrap .sa_vert_center {bottom: 0;top: unset !important;z-index:1; color:#FFFFFF; transform: translate(0px,0px) !important;bottom:40px;padding: 0 0.8rem;}
.sa_owl_theme .owl-item .sa_vert_center_wrap .sa_vert_center a {color:#FFFFFF}
.sa_hover_container::after {
    position:absolute;
    top:0;
    left:0;
    content:'';
    width:100%;
    height:100%;
    background-color:rgba(0,0,0,0.3)
}

.acf-map {
    width: 100%;
    height: 500px;
    border: #ccc solid 1px;
    margin: 20px 0;
}

.acf-map img {
    max-width: inherit !important;
}

.gm-style .gm-style-iw, .gm-style .gm-style-iw a {font-size:0.8rem !important;}

@media (max-width: 1399.98px) {
}

@media (max-width: 1199.98px) {
}

@media (max-width: 991.98px) {
    .catalog-header .bgcover {
        height: 350px
    }

    .products h2 {
        font-size: 1.2rem;
    }

    .project-image {
        height: 300px;
    }

    .single-slider {
        height: 500px;
    }
    h3, .h3 {
        font-size: calc(0.9rem + 0.6vw) !important;
    }
    .btn-exenia-light {font-size: calc(0.5rem + 0.5vw);}
}

@media (max-width: 767.98px) {
    h2 {
        font-size: 1.325rem;
    }

    .top-slider {
        height: 400px;
    }

    .single-slider {
        height: 500px;
    }
    .site-branding img {
        max-width: 170px;
    }
    #movableContent svg { fill: #FFFFFF; width: 20px; height: 20px}
    .wpml-ls-native {
        display:none
    }
    .cart-item-border img {
        height:200px
    }
}

@media (max-width: 575.98px) {
    .products h2 {
        font-size: 1rem;
    }

    body,
    button,
    input,
    select,
    optgroup,
    textarea,
    .btn {
        font-size: 0.8rem;
    }

    li.component_option_radio_button_container {
        float: none !important;
    }

    li.component_option_radio_button_container .component_option_radio_button {
        width: 100%;
    }

    .banner_image {
        height: 400px
    }

    .single-slider {
        height: 300px;
    }
    .configurator label, button {
        width: 100%;
    }
    .configurator .btn-exenia {
        width: 100%;
        display: block;
        text-align: center;
    }
    .searchbar {
        padding: 3rem 0;
    }
    div.bundled_product_summary:not(.thumbnail_hidden) .details {
        padding: 0 0 0 0.8rem !important;
    }
    .composite_form .cart .variations select, .single-product div.product .composite_form .cart .variations select, .single-product div.product .composite_form .cart .variations select option {
        min-width: 100%;
    }
    .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle::after {
        right:0
    }
}


@media (min-width: 1200px) {
    h2, .h2 {
        font-size: 1.6rem;
    }

    h3, .h3 {
        font-size: 1.2rem;
    }
}

.img-search-cover {height:400px; object-fit:cover; object-position:center;}

