/*
Theme Name: Shopping Experience
Theme URI: https://www.intesys.it/
Template: hello-elementor
Author: Intesys
Description: Shopping Experience Theme
Version: 1.0.0.1646757448
Updated: 2022-03-08 17:37:28

*/


body {
    font-family: bmwTypeNextWeb, Arial, Helvetica, sans-serif;
    font-weight: 300;
    overflow-x: hidden;
}

section.elementor-section-full_width {
    /*max-width: 1680px;*/
    margin: 0 auto;
}

section.elementor-section-full_width.expanded {
    max-width: none;
}

a {
    color: var(--e-global-color-text);
}

button {
    border: none;
}

.text-dark {
    background-color: var(--e-global-color-secondary) !important;
}

.text-dark .responsive_css_slide:after {
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, var(--e-global-color-secondary) 100%) !important;
}

.text-dark h2 {
    color: var(--e-global-color-text) !important;
}

.text-dark h3 {
    color: var(--e-global-color-text) !important;
}

@media screen and (min-width: 1024px) {
    .header-slide-content .elementor-widget-wrap {
        width: auto;
        display: block !important;
        min-width: 285px;
        margin: 0 auto;
    }

    .content-right .header-slide-content .elementor-widget-wrap {
        margin-right: 0;
    }

    .content-left .header-slide-content .elementor-widget-wrap {
        margin-left: 0;
    }

    .content-v-center .header-slide-content {
        top: clamp(4.5rem, -4.6429rem + 14.2857vw, 12.5rem) !important;
    }

    .content-bottom .header-slide-content {
        top: auto !important;
        bottom: 25px !important;
    }
}


.form-group {
    display: flex;
    flex-direction: column;
}

label {
    display: inline-block;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}

.form-label {
    order: -1;
    display: inline-block;
    color: #666;
    font-size: 12px;
    line-height: 1.3;
    font-weight: 700;
    text-transform: uppercase;
}

input[type=password].form-control,
input[type=email].form-control,
.form-control {
    display: block;
    width: 100%;
    /*height: calc(1.5em + 1.625rem + 2px);*/
    padding: 0.8125rem 1.25rem;
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.5;
    color: #262626;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #bbb;
    border-radius: 0;
    transition: background-color .25s ease,color .25s ease,border-color .25s ease,box-shadow .25s ease;
}

.form-control:hover, .form-control:focus {
    border-color: #4d4d4d;
    box-shadow: inset 0 0 0 1px #4d4d4d;
}

input[type=email].form-control.is-invalid,
input[type=password].form-control.is-invalid,
.form-control.is-invalid {
    border-color: #d20000 !important;
    background: #f7e7e9;
    box-shadow: inset 0 0 0 1px #d20000 !important;
    color: #d20000;
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 52px;
    width: 100%;
    text-align: center;
    text-decoration: none !important;
    border: 0 solid transparent;
    padding: 0.625rem 1.5rem !important;
    font-size: 1rem;
    line-height: 1;
    border-radius: 0;
    transition: background-color 0.25s ease, color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

button.btn-outline {
    background: transparent;
    box-shadow: inset 0 0 0 1px currentColor;
    color: #262626;
}
button.btn-outline:not(:disabled):not(.disabled):hover {
    background: transparent;
    box-shadow: inset 0 0 0 2px currentColor;
    color: #262626;
}


@media (min-width: 521px) {
    .btn {
        width: auto;
    }
}

/*Override gravity form*/

.gfield_label {
    font-weight: 300 !important;
}