html {
    scroll-behavior: smooth;
}

h1, h2, h3 {
    letter-spacing: 1px;
}

/* ------------------------------- tooltip ------------------------------------------------- */
.tooltipped {
    position: relative;
}

.tooltipped:hover {
    overflow: visible;
}

.tooltipped:after {
    position: absolute;
    z-index: 1000000;
    display: none;
    padding: 5px 8px;
    font: normal normal 11px/1.5 Helvetica, arial, nimbussansl, liberationsans, freesans, clean, sans-serif, "Segoe UI Emoji", "Segoe UI Symbol";
    color: #fff;
    text-align: center;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: break-word;
    white-space: pre;
    pointer-events: none;
    content: attr(aria-label);
    background: rgba(0, 0, 0, 0.8);
    border-radius: 3px;
    -webkit-font-smoothing: subpixel-antialiased
}

.tooltipped:before {
    position: absolute;
    z-index: 1000001;
    display: none;
    width: 0;
    height: 0;
    color: rgba(0, 0, 0, 0.8);
    pointer-events: none;
    content: "";
    border: 5px solid transparent
}

.tooltipped:hover:before, .tooltipped:hover:after, .tooltipped:active:before, .tooltipped:active:after, .tooltipped:focus:before, .tooltipped:focus:after {
    display: inline-block;
    text-decoration: none
}

.tooltipped-multiline:hover:after, .tooltipped-multiline:active:after, .tooltipped-multiline:focus:after {
    display: table-cell
}

.tooltipped-s:after, .tooltipped-se:after, .tooltipped-sw:after {
    top: 100%;
    right: 50%;
    margin-top: 5px
}

.tooltipped-s:before, .tooltipped-se:before, .tooltipped-sw:before {
    top: auto;
    right: 50%;
    bottom: -5px;
    margin-right: -5px;
    border-bottom-color: rgba(0, 0, 0, 0.8)
}

.tooltipped-se:after {
    right: auto;
    left: 50%;
    margin-left: -15px
}

.tooltipped-sw:after {
    margin-right: -15px
}

.tooltipped-n:after, .tooltipped-ne:after, .tooltipped-nw:after {
    right: 50%;
    bottom: 100%;
    margin-bottom: 5px
}

.tooltipped-n:before, .tooltipped-ne:before, .tooltipped-nw:before {
    top: -5px;
    right: 50%;
    bottom: auto;
    margin-right: -5px;
    border-top-color: rgba(0, 0, 0, 0.8)
}

.tooltipped-ne:after {
    right: auto;
    left: 50%;
    margin-left: -15px
}

.tooltipped-nw:after {
    margin-right: -15px
}

.tooltipped-s:after, .tooltipped-n:after {
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%)
}

.tooltipped-w:after {
    right: 100%;
    bottom: 50%;
    margin-right: 5px;
    -webkit-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%)
}

.tooltipped-w:before {
    top: 50%;
    bottom: 50%;
    left: -5px;
    margin-top: -5px;
    border-left-color: rgba(0, 0, 0, 0.8)
}

.tooltipped-e:after {
    bottom: 50%;
    left: 100%;
    margin-left: 5px;
    -webkit-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%)
}

.tooltipped-e:before {
    top: 50%;
    right: -5px;
    bottom: 50%;
    margin-top: -5px;
    border-right-color: rgba(0, 0, 0, 0.8)
}

.tooltipped-multiline:after {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    max-width: 250px;
    word-break: break-word;
    word-wrap: normal;
    white-space: pre-line;
    border-collapse: separate
}

.tooltipped-multiline.tooltipped-s:after, .tooltipped-multiline.tooltipped-n:after {
    right: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.tooltipped-multiline.tooltipped-w:after, .tooltipped-multiline.tooltipped-e:after {
    right: 100%
}

@media screen and (min-width: 0\0
) {
    .tooltipped-multiline:after {
        width: 250px
    }
}

.tooltipped-sticky:before, .tooltipped-sticky:after {
    display: inline-block
}

.tooltipped-sticky.tooltipped-multiline:after {
    display: table-cell
}

.fullscreen-overlay-enabled.dark-theme .tooltipped:after {
    color: #000;
    background: rgba(255, 255, 255, 0.8)
}

.fullscreen-overlay-enabled.dark-theme .tooltipped .tooltipped-s:before, .fullscreen-overlay-enabled.dark-theme .tooltipped .tooltipped-se:before, .fullscreen-overlay-enabled.dark-theme .tooltipped .tooltipped-sw:before {
    border-bottom-color: rgba(255, 255, 255, 0.8)
}

.fullscreen-overlay-enabled.dark-theme .tooltipped.tooltipped-n:before, .fullscreen-overlay-enabled.dark-theme .tooltipped.tooltipped-ne:before, .fullscreen-overlay-enabled.dark-theme .tooltipped.tooltipped-nw:before {
    border-top-color: rgba(255, 255, 255, 0.8)
}

.fullscreen-overlay-enabled.dark-theme .tooltipped.tooltipped-e:before {
    border-right-color: rgba(255, 255, 255, 0.8)
}

.fullscreen-overlay-enabled.dark-theme .tooltipped.tooltipped-w:before {
    border-left-color: rgba(255, 255, 255, 0.8)
}

/* ------------------------------- tooltip ------------------------------------------------- */

.top-links ul ul img {
    height: auto;
}

h2, h3, h4, h5, h6 {
    margin: 16px 0;
}

h1 {
    font-size: 17px;
    margin: 0;
}

.title {
    font-size: 36px;
    text-align: center;
}

h1 .small {
    display: block;
    font-size: 13px;
    margin: 0 8px;
}

.subtitle {
    font-family: 'Raleway', sans-serif;
    line-height: 1.5;
    display: block;
    margin-top: 5px;
    color: #444;
    font-weight: 300;
}

.subtitle [class^="icon-"] {
    font-size: 1.2em;
    vertical-align: middle;
}

.feature-box .subtitle {
    font-size: 13px;
    letter-spacing: 1px;
    margin-bottom: 0;
}

footer#footer.dark {
    background-image: url(/static/img/shop/footer-bg.jpg);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: luminosity;
}

iframe[name='google_conversion_frame'] {
    margin-top: -13px;
    float: left;
}

#logo {
    margin-top: 15px;
    margin-bottom: 15px;
}

.icon {
    border-radius: 22.37%;
}

.shop-logo-topbar {
    float: left;
    height: 50px;
    margin-top: 5px;
    opacity: 0;
    transition: 500ms ease;
}

.shop-logo-topbar-mobile {
    margin: 10px 10px 10px 30px;
    opacity: 1;
}

.header .shop-logo-topbar {
    opacity: 1;
}

.divcenter h1, .divcenter h2 {
    text-align: center;
}

#myPushopLogo img {
    height: 25px;
    margin-right: 8px;
}

/***********************
************************
    ESPERIMENTO SEGUI
************************
***********************/
@media (max-width: 768px) {
    #facebookLogin.bottom-modal .modal-content {
        border: 0;
        border-radius: 8px 8px 0 0;

    }

    #facebookLogin.bottom-modal .modal-dialog {
        margin: 0;
        position: absolute;
        opacity: 0;
        left: 0;
        right: 0;
    }

    #facebookLogin.bottom-modal.fade.in .modal-dialog {
        opacity: 1;
        -webkit-transition: bottom 0.3s ease-out;
        -moz-transition: bottom 0.3s ease-out;
        -o-transition: bottom 0.3s ease-out;
        bottom: 0;
        transition: bottom 0.3s ease-out;
    }


}

@media (max-width: 501px) {
    #facebookLoginV2 .modal-dialog {
        max-width: 500px;
        margin: 0;
    }

    #facebookLoginV2 .modal-content {
        margin: 0;
        border: 0;
        border-radius: 0;
    }

    #facebookLoginV2 .modal-body {
        height: 100vh;
    }

    .shop-content > p {
        font-size: 2.5vh;
    }

}

@media (min-width: 500px) {
    .modal-open #facebookLoginV2.modal {
        display: flex;
    }

    /*#facebookLoginV2 .modal-dialog {*/
    /*    max-width: 527px;*/
    /*    margin: auto;*/
    /*}*/
    #facebookLoginV2 .modal-dialog {
        max-width: 55vh;
        margin: auto;
        width: 100%;
    }

    #facebookLoginV2 .modal-body {
        height: 90vh;
    }

    .shop-content > p {
        font-size: 2.1vh;
    }

}

/*#facebookLoginV2 .modal-dialog{*/
/*    max-width: 500px;*/
/*    margin: auto;*/
/*    width: 100%;*/
/*}*/

#facebookLoginV2 .modal-body {
    padding: 0;


}

#facebookLoginV2 section.heading {
    position: relative;
    width: 100%;
    height: 50%;
    justify-content: center;
    overflow: hidden;
}

#facebookLoginV2 section.heading::before {
    content: "";
    position: absolute;
    top: -30px;
    left: 21px;
    width: 100%;
    height: 100%;
    background: #ea356b;
    border-radius: 0 0 0 100%/0 0 0 100%;
    transform: scaleX(1.5) scaleY(1.3) rotate(351deg);
}

#facebookLoginV2 section.heading .shop-heading {
    position: relative;
    z-index: 1;
    margin: 13% auto;
    max-width: 900px;
    text-align: center;
    color: #fff;
    left: 4px;
}

#facebookLoginV2 button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    position: absolute;
    top: 0;
    right: 8px;
    color: #ffffffa8;
    opacity: 1;
    font-size: 2em;
    font-weight: 100;
    text-shadow: none;
}

#facebookLoginV2 section.heading .shop-heading h5, #facebookLoginV2 section .shop-heading h4 {
    color: #fff;
    margin: 0
}

#facebookLoginV2 section.heading .shop-heading h5 {
    font-weight: 400;
}

#facebookLoginV2 .shop-heading img {
    max-width: 80px;
}

#facebookLoginV2 hgroup {
    margin-top: 16px;
}

.shop-content {
    display: flex;
    flex-direction: column;
    /* justify-items: center; */
    justify-content: space-around;
    align-items: center;
    height: 50%;
}

.shop-content > p {
    font-weight: 400;
    margin: 0 0 32px;
    text-align: center;
    max-width: 340px;
}

.shop-content .myp-logo {
    height: 20px;
    vertical-align: middle;
}

.shop-content .fbLoginBtn {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.shop-content small {
    width: 247px;
    text-align: center;
    line-height: 15px;
    font-size: 11px;
    margin-top: 8px;
}

.follow {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.follow button {
    margin: 0 16px;
    display: block;
}

.follow button:hover {
    background-color: #f18aaf;
}

button:disabled {
    opacity: 0.5
}

.follow button:disabled:hover {
    background-color: var(--color-mypushop, #6979F8);
}

.shopModal .shop-heading {
    display: flex;
    align-items: center;
}

.shopModal .shop-heading img {
    display: inline;
    max-width: 50px;
    margin-right: 12px;
}

.shopModal .modal-header .close {
    position: absolute;
    top: 0px;
    right: 6px;
}

.shopModal small {
    display: block;
    max-width: 247px;
    text-align: center;
}

.shopModal p {
    text-align: center;
    margin-bottom: 7vh;
}

.shopModal .fbLoginContainer {
    display: flex;
    flex-direction: column;
    align-items: center;

}

/****************************************/
#openings td {
    padding: 0.5em;
    vertical-align: text-top;
}

.bottommargin-sm {
    margin-bottom: 15px !important;
}

div.cover {
    background-size: cover;
    background-position: center center;
    padding: 0;
}

div.stretchy-wrapper.cover h2 {
    color: white;
    text-shadow: 0 0 8px rgba(60, 60, 60, 1);
}

div.stretchy-wrapper.cover {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.3) 30%, rgba(0, 0, 0, 0) 100%);
    padding: 4% 12%;
}


/* aspect ratios:
 * 56.25% = 16:9
 * 75% = 4:3
 * 66.66% = 3:2
 * 62.5% = 8:5
 */

div.stretchy-wrapper {
    width: 100%;
    position: relative;
    padding-bottom: 75%;
    overflow: hidden;
}

div.stretchy-wrapper.media {
    padding-bottom: 56.25%;
}

@media (min-width: 992px) {
    div.stretchy-wrapper.stretchy-row {
        padding-bottom: 40%;
    }

    div.stretchy-wrapper.stretchy-column {
        padding-bottom: 154.5%;
    }

    div.stretchy-wrapper.cover {
        padding-bottom: 30%;
    }
}

div.stretchy-wrapper > div {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.coupon, .showcase {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    color: white;
    background-repeat: no-repeat;
    /* background-color: rgba(0, 0, 0, 0.2); */
    /* background: linear-gradient(to bottom, rgba(0,0,0,0.6) 0%,rgba(0,0,0,0) 100%); */
    background-attachment: scroll;
    background-position: center center;
    background-size: cover;
    /* background-blend-mode: darken; */
    text-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    justify-content: center;
}

.coupon-content, .showcase-content {
    padding: 0.8em;
    position: absolute;
    width: 100%;
}

.coupon-content {
    bottom: 2em;
}

.showcase-content {
    top: 2em;
}

.coupon .title h3, .showcase .title h3 {
    margin-bottom: 0px;
    color: white;
    text-overflow: ellipsis;
    overflow: hidden;
    font-weight: 300;
}

.showcase .title, .coupon .title {
    text-align: center;
    margin: auto;
}

.coupon .discount {
    font-size: 20px;
    border: 2px solid white;
    display: inline-block;
    padding: 0.5em;
    margin-left: -89px;
    left: 50%;
    width: 178px;
    text-align: center;
    font-weight: bold;
    position: relative;
    margin-top: 16px;
}

.product-image-background {
    height: 250px;
    background-size: cover;
    background-position: center;
}

.product-overlay a {
    width: 100%;
}

.product-price span {
    font-size: 0.8em;
    font-weight: normal;
    color: #333333
}

.fancy-title h2 {
    font-size: 18px;
}

.fancy-title h2, .fancy-title h3 {
    margin: 0;
}

.center .fancy-title h2 {
    padding-left: 15px;
}

.fancy-title img {
    height: 18px;
}

.heading-block h4 {
    font-size: 20px;
    font-weight: 300;
    color: #777;
    text-transform: none;
}

@media (min-width: 767px) {
    .centered {
        margin-left: 50% !important;
        transform: translateX(-50%);
    }
}

.back-0 {
    background-color: #e91e63;
}

.back-1 {
    background-color: #673ab7;
}

.back-2 {
    background-color: #2196f3;
}

.back-3 {
    background-color: #00bcd4;
}

.back-4 {
    background-color: #4caf50;
}

.back-5 {
    background-color: #cddc39;
}

.back-6 {
    background-color: #ffc107;
}

.back-7 {
    background-color: #ff5722;
}

.back-8 {
    background-color: #795548;
}

.back-9 {
    background-color: #f44336;
}

.feature-box.media-box.fbox-bg .fbox-media {
    border-radius: 5px 5px 0 0;
    overflow: hidden;
}

.feature-box h2 small {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    position: absolute;
    left: 0;
    font-size: 0.5em;
    margin-top: -8px;
}

.fbox-desc h2 {
    font-size: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.fbox-desc {
    overflow: hidden;
    text-overflow: ellipsis;
}

.feature-box .boxed-slider {
    padding-top: 16px;
}

.breadcrumb {
    position: initial !important;
    margin: initial !important;
}

p.small {
    max-height: 4em;
    overflow: hidden;
    text-overflow: ellipsis;
}

p.small::before {
    position: absolute;
    bottom: 25px;
    left: 1px;
    content: "";
    display: inline-block;
    right: 1px;
    height: 20px;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
}

.flex-control-nav li a {
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
    background-color: rgba(122, 122, 122, 0.31);
}

.menu-item {
    margin-bottom: 2em;
    border-bottom: 1px solid #777;
}

.menu-category-title {
    background-color: #dedede;
}

.menu-item .image {
    width: 50px;
    height: 50px;
    overflow: hidden;
    margin-right: 1em;
    position: absolute;
}

.menu-item .menu-item-price {
    margin-left: 1em;
    font-weight: bold;
    position: absolute;
    right: 0;
}

.menu-item-description p {
    margin: 0 70px;
    min-height: 70px;
}

.more-images {
    position: absolute;
    padding: 12px 15px;
    background-color: rgba(0, 0, 0, 0.6);
    right: 0;
    top: 0;
    color: white;
    font-weight: bold;
}

.shop-reward-catalog-dates {
    margin-bottom: 2em;
}

.shop-reward-item {
    margin-bottom: 3em;
}

.shop-reward-item .detail {
    position: relative;
}

.shop-reward-item .detail .points {
    position: absolute;
    top: 0;
    right: 16px;
    font-weight: bold;
    font-size: 2em;
    margin-top: -2em;
    text-shadow: 0 0 32px #fff;
}

.showcase-item .more-link {
    position: absolute;
    bottom: 8px;
    left: 8px;
    right: 8px;
    text-align: center;
    border: none;
    text-decoration: underline;
}

.feature-box.media-box.fbox-bg.showcase-item-detail .fbox-desc,
.feature-box.media-box.fbox-bg.shop-item-detail .fbox-desc {
    border: none;
}

.feature-box.media-box .fbox-media img.play_button {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -34px;
    margin-top: -24px;
    width: 68px;
    z-index: 99;
}

.feature-box.media-box.fbox-bg .fbox-desc.no-media {
    border-top: 1px solid #e5e5e5;
    border-radius: 5px;
}

.more-images .icon-picture {
    margin-left: 8px;
}

.share {
    margin-bottom: 16px;
}

body:not(.device-touch) .i-rounded, body:not(.device-touch) .i-plain, body:not(.device-touch) .i-circled, body:not(.device-touch) .i-bordered, body:not(.device-touch) .social-icon {
    padding: 0;
}

.feature-box.fbox-bg.fbox-center {
    padding: 32px 16px 16px;
}

.open-in-app {
    padding: 8px;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.9);
    z-index: 999;
    height: 80px;
    box-sizing: border-box;
    box-shadow: 1px 5px 10px #5f5f5f;
    transition: transform 0.6s;
    transform: translateY(100%);
}


.scroll-down .open-in-app {
    transform: translateY(0);
}

.safari .open-in-app {
    -webkit-backdrop-filter: saturate(180%) blur(20px);
    backdrop-filter: saturate(180%) blur(20px);
    background-color: rgba(255, 255, 255, 0.7);
}

.open-in-app-subtitle {
    margin-top: 0;
}

.open-in-app-title {
    font-size: 1.5em;
}

.open-in-app .icon {
    height: 64px;
    width: 64px;
    float: left;
}

.open-in-app.off-canvas {
    bottom: -60px;
}

.open-in-app.fixed {
    bottom: 0;
    z-index: 9999;
}

@media (min-width: 768px) {
    .open-in-app {
        display: none;
    }
}

.attribution {
    font-size: 10px;
    color: gray;
}

#copyrights-custom-domain {
    font-size: 12px;
    font-weight: 300;
}

.chat {
    display: flex;
    position: fixed;
    bottom: 100px;
    right: 32px;
    margin-left: auto;
    width: 50px;
    flex-direction: column;
    align-items: flex-end;
    z-index: 999;
    transition: transform 0.6s;
    transform: translateY(calc(100% + 100px));
}


.scroll-down .chat, .chat.opened {
    transform: translateY(0);
}

.chat-badge::before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 10px;
    background-color: red;
    position: absolute;
    top: -4px;
}

.chat-box {
    background-color: #f2f2f2;
    border-radius: 16px;
    box-shadow: 0 19px 38px rgba(0, 0, 0, 0.30), 0 15px 12px rgba(0, 0, 0, 0.22), 0 0px 12px rgba(0, 0, 0, 0.1);
    margin: 16px 0;
    overflow: hidden;
    width: 100%;
    display: none;
}


.chat.opened .chat-box {
    display: block;
}

.chat .backdrop {
    display: none;
}

.chat-box form {
    display: flex;
    flex-direction: column;
    margin: 0;
}

.chat-email-container {
    opacity: 0;
    transition: opacity 500ms ease;
    overflow: hidden;
    height: 0;
}

.chat-form-send {
    display: flex;
    margin: 0;
    position: relative;
}

.chat-input, .chat-email {
    width: 100%;
    height: 44px;
    border: none;
    padding-left: 16px;
    font-size: 16px;
}

.chat-input {
    padding-right: 4.5em;
}

.chat-input::placeholder, .chat-email::placeholder {
    color: #bdbdbd;
}

.chat-send {
    border: none;
    text-transform: uppercase;
    position: absolute;
    z-index: 1;
    top: 9px;
    right: 10px;
    color: #fff;
    background: var(--color-mypushop, #6979F8);
    font-size: 12px;
    line-height: 1;
    padding: 6px 10px;
    border-radius: 15px;
    outline: none !important;
    transition: background .2s ease;
}

.chat-message {
    padding: 1em;
}

.chat-message.response-shop {
    padding: 0 1em;
    display: flex;
    justify-content: flex-start;
}

.chat-message.response {
    padding: 0 1em;
    display: flex;
    justify-content: flex-end;
}

.chat-bubble {
    display: inline-block;
    margin: 0 12px 12px 12px;
    border-radius: 16px;
    background: #dcdcdc;
    color: #444;
    padding: 12px 20px;
    text-align: center;
    position: relative;
    font-size: 14px;
}

.chat-message.response .chat-bubble {
    background: var(--color-mypushop, #6979F8);
    color: #fff;
}

.chat-bubble:before {
    content: "";
    width: 0px;
    height: 0px;
    position: absolute;
    border-left: 15px solid transparent;
    border-right: 15px solid #dcdcdc;
    border-top: 15px solid transparent;
    border-bottom: 15px solid #dcdcdc;
    left: -12px;
    bottom: 0px;
}

.chat-message.response .chat-bubble:before {
    content: "";
    width: 0px;
    height: 0px;
    position: absolute;
    border-left: 15px solid var(--color-mypushop, #6979F8);
    border-right: 15px solid transparent;
    border-top: 15px solid transparent;
    border-bottom: 15px solid var(--color-mypushop, #6979F8);
    right: -12px;
    left: auto;
    bottom: 0px;

}

.chat-icon {
    color: var(--color-mypushop, #6979F8);
    height: 60px;
    width: 60px;
    border-radius: 50%;
    background: white;
    box-shadow: 0 19px 38px rgba(0, 0, 0, 0.30), 0 15px 12px rgba(0, 0, 0, 0.22), 0 0px 12px rgba(0, 0, 0, 0.1);
}

.chat-icon label {
    width: 100%;
}

.chat-icon img {
    max-width: 100%;
    padding: 16px;
}

.chat-avatar {
    height: 40px;
    width: 40px;
    border-radius: 50%;
}

.lds-dual-ring {
    display: inline-block;
    height: 32px;
}

.lds-dual-ring:after {
    content: " ";
    display: block;
    width: 32px;
    height: 32px;
    margin: 1px;
    border-radius: 50%;
    border: 5px solid #000;
    border-color: #000 transparent #000 transparent;
    animation: lds-dual-ring 1.2s linear infinite;
}

@keyframes lds-dual-ring {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.spinner {
    position: absolute;
    right: 4px;
    top: 4px;
    background: white;
    opacity: 0;
    transition: opacity 500ms ease;
    padding: 0 13px;
    z-index: -1;
}

span.chat-email-label, span.chat-registration-label {
    display: block;
    background: antiquewhite;
    padding: 1em;
    color: black;
}

span.chat-registration-label button {
    border: none;
    text-transform: uppercase;
    color: #fff;
    background: var(--color-mypushop, #6979F8);
    font-size: 12px;
    line-height: 1.1;
    border-radius: 15px;
    outline: none !important;
    transition: background .2s ease;
    margin-right: 6px;
    padding: 6px 10px;
    display: block;
    margin-top: 8px;
}

#chat-response-label {
    display: none;
    padding: 1em;
    color: black;
}

.chat-response {
    height: 250px;
    overflow-y: auto;
}

#chat-response-label.error {
    display: block;
    background: #ffb59a;
}

#chat-response-label.OK {
    display: block;
    background: #aeff93;
}

.emailValue {
    width: 70%;
    height: 50%;
}

.emailContainer {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 60px;
}

.labelEmail {
    text-align: center;
}

.insertEmailA .shop-heading {
    display: flex;
    align-items: center;
}

.insertEmailA .modal-header .close {
    position: absolute;
    top: 0px;
    right: 6px;
}

.insertEmailA .shop-heading img {
    display: inline;
    max-width: 50px;
    margin-right: 12px;
}

.emailContainer button {
    border: none;
    text-transform: uppercase;
    color: #fff;
    background: #6979F8;
    font-size: 18px;
    line-height: 1.1;
    border-radius: 15px;
    outline: none !important;
    transition: background .2s ease;
    margin-left: 6px;
    padding: 6px 10px;
    display: block;
}

#emailA button.close {
    padding-top: 8px;
    opacity: 0.5;
    font-size: 15px;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
}

#emailControl button.close {
    padding-top: 8px;
    opacity: 0.5;
    font-size: 15px;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
}

.insertEmailControl .shop-heading {
    display: flex;
    align-items: center;
}

.insertEmailControl .modal-header .close {
    position: absolute;
    top: 0px;
    right: 6px;
}

.insertEmailControl .shop-heading img {
    display: inline;
    max-width: 50px;
    margin-right: 12px;
}

#facebookSignInControl button.close {
    padding-top: 8px;
    opacity: 0.5;
    font-size: 15px;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;

}

@media (min-width: 768px) {
    .chat {
        bottom: 32px;
    }
}

@media (min-width: 491px) {
    .chat {
        max-width: 95%;
    }
}

.chat.opened {
    width: 350px;
}

@media (max-width: 490px) {
    .chat {
        padding: 0 1em 88px;
        justify-content: flex-end;
        bottom: 0;
        right: 0;
    }

    .chat.opened {
        width: 100%;
        height: 100vh;
    }

    .chat.opened .backdrop {
        position: absolute;
        top: 0;
        left: 0;
        background: rgba(49, 51, 53, 0.7);
        width: 100vw;
        height: 100vh;
        z-index: -1;
        display: block;
    }
}

.cart-items-container {
    min-height: 600px;
    width: 70%;
    display: flex;
    justify-content: center
}

.cart-seller-container {
    width: 95%;
    background-color: white;
    height: 100%
}

.cart-seller {
    padding-top: 20px;
    padding-bottom: 5px;
    border-bottom: 1px solid #EEEEEE;
    font-size: 18px;
}

.cart-client-informations-container {
    min-height: 600px;
    width: 30%;
    display: flex;
    justify-content: center
}

.cart-client-informations {
    width: 95%;
    background-color: white;
    height: 100%;
}

.cart-client-address {
    padding-top: 20px;
    padding-bottom: 5px;
    border-bottom: 1px solid #EEEEEE;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.cart-client-payment-method {
    padding-bottom: 5px;
    border-bottom: 1px solid #EEEEEE
}

.cart-client-payment-container {
    margin-bottom: 30px
}

.cart-client-payment-brand {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.cart-client-discount-code {
    padding-bottom: 5px;
    border-bottom: 1px solid #EEEEEE;
    display: none;
}

.cart-client-discount-code-container {
    margin-bottom: 30px;
    background: #eee;
    padding: 0.8em;
    border-radius: 12px;
}

.discount-code-input {
    height: 30px;
    border-radius: 12px;
    outline: none;
    border: 1px solid #E2E4E7;
    width: 65%;
}

.discount-code-apply {
    height: 30px;
    width: 100px;
    background-color: white;
    color: #E70056;
    border-radius: 12px;
    border: 1px solid #E70056
}

.discount-code-container {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}

.cart-total-container {
    background-color: #EEEEEE;
    border-radius: 12px;
    width: 100%;
    padding: 1.5em 1em;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
}

.cart-amounts-container {
    height: 50%;
    width: 90%;
    display: flex;
    flex-direction: column
}

.cart-price {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.total {
    font-size: 16px !important;
    color: #000000 !important;
}

.cart-buy-button {
    width: 95%;
    color: white;
    border-radius: 12px;
    border: none;
}

.cart-buy-button.hide, .cart-buy-button-mobile.hide {
    display: none;
}

.cart-item {
    display: flex;
    justify-content: space-between;
    margin-top: 8px;
    margin-bottom: 20px;
    padding: 1em;
    border-bottom: 0.10em solid #EEEEEE;
    min-height: 150px;
}

.store-badge-container {
    display: flex;
    align-items: center;
    margin-top: 10px;
    justify-content: center;
}

.cart-store-link {
    height: 50px !important;
}

.cart-item-image {
    height: 150px;
    width: 150px;
    object-fit: contain;
}

.credit-card-info.hide {
    display: none;
}

.credit-card-info {
    margin-top: 15px;
    margin-bottom: 15px;
    padding: 0.25em;
}

.all-cart-container {
    display: flex;
    margin-bottom: 100px;
}

.cart-total-container-mobile {
    display: none;
}

.cart-amounts-container-mobile {
    display: none;
}

.cart-buy-container-mobile {
    display: none;
}

.hide-in-cart {
    display: none;
}

.cart-item-description {
    width: 30%;
}

.empty-cart-container {
    display: flex;
    height: 600px;
}

.empty-cart-text {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    flex-direction: column;
}

.loader {
    border: 5px solid #f2f2f2;
    border-radius: 50%;
    border-top: 5px solid #6979F8;
    width: 50px;
    height: 50px;
    -webkit-animation: spin 1.5s linear infinite; /* Safari */
    animation: spin 1.5s linear infinite;
}

.cart-item-price-container {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.delete-cart-item {
    display: flex;
    justify-content: flex-end;
    cursor: pointer;
}

.cart-item-price {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.cart-old-price, .attribute-price .price:first-of-type {
    text-decoration: line-through;
    font-size: 12px;
}

.cart-discounted-price, .attribute-price .price:last-of-type {
    font-weight: bold;
    color: #6979F8;
    text-decoration: none;
    font-size: 16px;
}

.shipping-address {
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
}

.shipping-address.hide {
    display: none;
}

.shipping-address-box {
    display: flex;
    flex-direction: column;
    padding: 1em;
    background: #EEEEEE;
    border-radius: 12px;
    margin-bottom: 8px;
    cursor: pointer;
}

.shipping-address-box.selected {
    border: 0.15em solid #6979F8;
}

.address-form-container {
    display: none;
    flex-direction: column;
}

.address-form-container.show {
    display: flex;
}

.cart-badge {
    height: 16px;
    width: 16px;
    background: #6979F8;
    border-radius: 50%;
    position: absolute;
    top: 13px;
    right: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    font-weight: bold;
    color: #fff;
}

.cart-badge.hide {
    display: none;
}

.cart-icon {
    margin-right: 2rem;
    margin-left: auto;
}

.cart-icon button {
    background: none;
    border: none;
}

#backdrop-loader {
    position: absolute;
    z-index: 2147483630;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: translate3d(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.75);
    display: block;
}

#backdrop-loader-container {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    max-width: 100%;
    max-height: 100%;
    min-width: 100%;
    min-height: 100%;
    z-index: 2147483647;
}

#backdrop-loader-container.hide {
    display: none;
}

#loading-spinner {
    max-width: 350px;
    top: 50%;
    left: 50%;
    position: absolute;
    text-align: center;
    display: block;
    -webkit-transform: translateX(-50%) translateY(-50%);
}

.price-quantity-wrapper {
    display: flex;
}

.quantity-container {
    margin-right: 4em;
}

.login-button {
    height: 44px;
    width: 230px;
    background: #6979F8;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    border-radius: 20px;
    border: none;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .25);
    margin-top: 40px;
    letter-spacing: 0.5px;
}

@media (max-width: 768px) {
    .cart-icon {
        top: 5px;
        right: 0;
        margin-top: 0px;
        text-align: center;
        position: absolute;
        line-height: 50px;
    }

    .cart-badge {
        height: 16px;
        width: 16px;
        background: #6979F8;
        border-radius: 50%;
        position: absolute;
        top: 8px;
        left: 18px;
    }

    .cart-item-image {
        max-width: 80px;
        height: 80px;
    }

    .price-quantity-wrapper {
        flex-direction: column;
    }

    .quantity-container {
        margin: 0 0 2em 0;
    }

    .cart-item-price {
        margin-bottom: 2em;
    }
}

.address-form-fields {
    display: flex;
    margin-bottom: 10px;
    width: 100%;
}

.add-shipping-address, .add-credit-card {
    height: 30px;
    background-color: white;
    color: #E70056;
    border-radius: 12px;
    border: 1px solid #E70056;
    text-transform: uppercase;
    font-size: 12px;
}

.add-credit-card {
    margin-bottom: 15px;
}

.credit-card {
    display: flex;
    flex-direction: column;
    padding: 1.2em;
    background: #EEEEEE;
    border-radius: 12px;
    margin-bottom: 12px;
    cursor: pointer;
}

.paypal-container {
    width: 95%;
}

.paypal-container.hide {
    display: none;
}

.credit-card.selected {
    border: 0.15em solid #6979F8;
}

.credit-card-container.hide {
    display: none;
}

.add-shipping-address.hide, .add-credit-card.hide {
    display: none;
}

.address-form-field {
    outline: none;
    border-bottom: 1px solid #eeeeee;
    border-top: none;
    border-right: none;
    border-left: none;
    width: 50%;
}

.address-form-field.cognome, .address-form-field.citta, .address-form-field.cap {
    margin-left: 10px;
}

/* Safari */
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@media (max-width: 890px) {
    .all-cart-container {
        flex-direction: column;
    }

    .cart-items-container {
        min-height: auto;
        width: 100%;
        display: flex;
        justify-content: center
    }

    .cart-client-informations-container {
        width: 100%;
        display: flex;
        justify-content: center
    }

    .cart-total-container {
        display: none;
    }

    .cart-total-container-mobile {
        display: block;
        padding-bottom: 5px;
        border-bottom: 1px solid #EEEEEE
    }

    .cart-amounts-container-mobile {
        height: 50%;
        width: 100%;
        display: flex;
        flex-direction: column
    }

    .cart-buy-container-mobile {
        left: 0;
        position: fixed;
        bottom: 0;
        background-color: #EEEEEE;
        width: 100%;
        display: flex;
        justify-content: space-between;
        padding: 1em;
        z-index: 9999;
        align-items: center;
    }

    .cart-buy-button-mobile {
        color: white;
        border-radius: 12px;
        border: none;
    }
}

#snackbar {
    display: none;
    min-width: 250px;
    background-color: #333;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 16px 24px;
    position: fixed;
    z-index: 999999;
    left: 50%;
    top: 30px;
    bottom: unset;
    font-size: 16px;
    transform: translateX(-50%);
}

#snackbar.show {
    visibility: visible;
}

#snackbar.warning {
    background-color: #FF5722;
    color: #000;
}

#snackbar.attention {
    background-color: #ffd35f;
    color: #000;
}

.out-of-stock-button {
    padding: 0 22px;
    width: 225px;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    background-color: #8d8e8e;
    color: #FFF;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: none;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    position: relative;
}

@-webkit-keyframes fadein {
    from {
        bottom: 0;
        opacity: 0;
    }
    to {
        bottom: 30px;
        opacity: 1;
    }
}

@keyframes fadein {
    from {
        bottom: 0;
        opacity: 0;
    }
    to {
        bottom: 30px;
        opacity: 1;
    }
}

@-webkit-keyframes fadeout {
    from {
        bottom: 30px;
        opacity: 1;
    }
    to {
        bottom: 0;
        opacity: 0;
    }
}

@keyframes fadeout {
    from {
        bottom: 30px;
        opacity: 1;
    }
    to {
        bottom: 0;
        opacity: 0;
    }
}

.custom-google-btn .icon {
    background: url("/static/img/icons/google/google_icon.svg");
    display: inline-block;
    height: 44px;
    width: 44px;
    vertical-align: middle;
}

.custom-google-btn .buttonText {
    vertical-align: middle;
    display: inline-block;
    padding-left: 10px;
    font-size: 14px;
}

.custom-google-btn {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .25);
    border-radius: 20px;
    overflow: hidden;
    width: 230px;
    display: inline-block;
    background: white;
    color: #757575;
    white-space: nowrap;
    margin-top: 20px;
}

.custom-google-btn:hover, .custom-facebook-login:hover, .custom-apple-btn:hover, .custom-login-btn:hover {
    cursor: pointer;
}

.custom-facebook-login {
    height: 44px;
    width: 230px;
    background: #1878F3;
    color: #fff;
    border-radius: 20px;
    display: inline-block;
    overflow: hidden;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .25);
}

.custom-facebook-login .icon {
    background: url("/static/img/icons/facebook/facebook_icon.png") no-repeat center;
    background-size: 20px;
    display: inline-block;
    height: 44px;
    width: 44px;
    vertical-align: middle;
}

.custom-facebook-login .buttonText {
    vertical-align: middle;
    font-size: 14px;
}

.custom-apple-btn {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .25);
    border-radius: 20px;
    overflow: hidden;
    width: 230px;
    display: inline-block;
    background: #000000;
    color: #757575;
    white-space: nowrap;
    margin-top: 20px;
}

.custom-login-btn {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .25);
    border-radius: 20px;
    overflow: hidden;
    width: 230px;
    display: inline-block;
    background: #6979F8;
    color: #757575;
    white-space: nowrap;
    margin-top: 10px;
}

.custom-login-btn .icon {
    background: url("/static/img/shop/app-icons/app-icon-white-50.png") no-repeat center;
    background-size: 25px;
    display: inline-block;
    height: 44px;
    width: 44px;
    vertical-align: middle;
}

.custom-apple-btn .icon {
    background-size: 20px;
    background: url("/static/img/icons/apple/apple_logo.svg") no-repeat center;
    display: inline-block;
    height: 44px;
    width: 44px;
    vertical-align: middle;
}

.custom-apple-btn .buttonText {
    vertical-align: middle;
    display: inline-block;
    padding-left: 10px;
    font-size: 14px;
    color: #ffffff;
}

.login-button .icon {
    background: url(/static/img/icons/mail.svg) no-repeat center;
    display: inline-block;
    height: 44px;
    width: 33px;
    vertical-align: middle;
    background-size: 18px;
}

.login-button .buttonText {
    margin: auto;
}


.circle-social-button {
    border-radius: 50%;
    margin-top: 0px;
    margin-bottom: 20px;
    width: auto;
}

.social-container {
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.social-buttons {
    display: flex;
    justify-content: space-around;
    margin: 0 auto;
}

.circle-social-button + .circle-social-button {
    margin-left: 8px;
}

.login-button.cart {
    width: 44px;
    border-radius: 50%;
}

.form-input-cart {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
    flex-direction: column;
}

.col-label {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    margin-top: 8px;
}

.custom-form-input {
    border: none;
    outline: none;
    background: #f5f0f2;
    border-bottom: 1px solid gray;
    border-radius: 6px;
    padding: 0.8em 1em;
    color: #000;
}

.custom-form-input:focus, .custom-form-input:active {
    border-bottom: 1px solid #000;
    background: rgba(210, 210, 210, 0.13);
}

.errorText {
    color: #b00020;
}

.button {
    border-radius: 100px;
    margin: 0;
}

.not-found-container {
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 2em;
}

.not-found-msg {
    font-size: 3.5rem;
    color: #6979F8;
    margin-top: 2em;
}

.related-shops-container {
    display: flex;
    padding: 2em;
    overflow: auto;
}

.related-shop-imgs-container {
    position: relative;
    margin-bottom: 20px;
}

.related-shop-icon {
    position: absolute;
    bottom: -10px;
    left: 10px;
    border-radius: 40px;
    background: white;
    width: 40px;
    height: 40px;
    object-fit: cover;
}

.related-shop-cover {
    width: 260px;
    height: 150px;
    object-fit: cover;
    border-radius: 12px;
}

.shop-name-link {
    color: #6979F8;
    font-size: 1.5rem;
}

.related-shop-title {
    padding: 2em;
    color: #575757;
    font-size: 2rem;
    display: flex;
    justify-content: left;
}

.related-shop + .related-shop {
    margin-left: 10px;
}

.related-shop {
    width: 260px;
    display: block;
    overflow: hidden;
    flex-shrink: 0;
}

.show-all-related-shops {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.all-related-shop-cover {
    width: 260px;
    height: 150px;
    object-fit: scale-down;
}

.not-found-all-container {
    max-width: 1200px;
    margin: 0 auto;
}

.flex-row {
    display: flex;
    flex-direction: row;
}

.flex-row * + * {
    margin-left: 1rem;
}

.hero {
    background: rgba(0, 0, 0, 0.6);
    min-height: 78vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 2em;
    backdrop-filter: blur(5px);
}

.primaryBtn, .secondaryBtn:hover {
    fill: #666666;
    color: #666666;
    background-color: #FFFFFF;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-radius: 10px;
    padding: 10px 20px;
    transition: .5s;
}

.secondaryBtn, .primaryBtn:hover {
    color: #ffffff;
    background-color: transparent;
    border: 1px solid #ffffff;
    border-radius: 10px;
    padding: 10px 20px;
}

.hero h1 {
    font-size: 2em;
    color: #ffffff;
    text-transform: uppercase;
}

.hero h2 {
    font-size: 1.5em;
    color: #ffffff;
    text-transform: capitalize;
}

.bg-overlay {
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    height: 100%;
    width: 100%;
}

.sezione-prodotti {
    background: #efefef;
    text-align: center;
    padding: 50px 0;
}

.testuale {
    padding: 5rem 0;
    text-align: left;
    display: flex;
    align-items: center;
}

.testuale > * {
    padding: 3rem;
    flex-grow: 1;
    flex-basis: 0;
}

.testi {
    border-left: 3px solid #6979F8;
    padding-left: 50px;
}

.pre-footer {
    padding: 5rem 0 0 0;
}

.cta {
    background: #000000;
    padding: 50px 80px;
}

.cta h2 {
    color: #ffffff;
    margin: 0;
}

.cta h3 {
    color: #bbb;
    text-transform: uppercase;
    margin: 0;
}

.cta .row {
    display: flex;
    align-items: center;
}

.content-wrap {
    position: relative;
}

header {
    position: sticky;
    top: 0;
    z-index: 999;
    background-color: white;
}

header nav {
    display: flex;
    align-items: center;
}

nav ul {
    display: flex;
    padding: 0;
    list-style: none;
    margin-right: auto;
    margin-bottom: 0;
}

nav ul li {
    position: relative;
}

nav ul li a {
    color: #444;
    display: block;
    padding: 20px 15px;
    font-weight: bold;
    font-size: 13px;
    letter-spacing: 1px;
    text-transform: uppercase;
    white-space: nowrap;
}

nav > ul > li + li {
    margin-left: 1em;
}

nav > ul > li.current > a, nav ul li:hover a {
    color: #6979F8;
}

nav ul li ul a, nav ul li:hover ul a {
    color: #444;
    transition: transform 0.5s;
}

nav ul li ul li:hover a {
    color: #6979F8;
    transform: translateX(6px)
}

nav ul li ul {
    position: absolute;
    opacity: 0;
    transition: opacity 0.5s;
    background: white;
    z-index: 999;
    display: flex;
    flex-direction: column;
    box-shadow: 4px 4px 16px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    border-top: #6979F8 2px solid;
    pointer-events: none;
    max-height: 50vh;
    overflow-y: auto;
    overflow-x: hidden;
}

nav ul li:hover ul {
    opacity: 1;
    pointer-events: auto;
}

nav ul li ul li {
    margin: 0;
}

#primary-menu-trigger {
    position: initial;
}

@media (max-width: 991px) {

    .primary-menu-open {
        overflow: hidden;
    }

    nav > ul {
        opacity: 0;
        transition: opacity 0.5s;
        pointer-events: none;
        position: fixed;
        background: white;
        top: 7rem;
        flex-direction: column;
        bottom: 0;
        left: 0;
        width: 100vw;
        overflow: hidden auto;
        padding-bottom: 8rem;
    }

    .primary-menu-open nav ul {
        opacity: 1;
        pointer-events: auto;
        max-height: unset;
    }

    nav > ul > li + li {
        margin-left: 0;
    }


    nav ul li ul {
        position: initial;
        box-shadow: none;
        border: none;
    }

    nav ul li ul li a {
        font-weight: normal;
        font-size: 0.9em;
        text-transform: none;
        padding-left: 3rem;
    }

    .mobile-nav-info {
        display: flex;
        align-items: center;
    }

    .mobile-nav-info p {
        margin: auto 0;
    }

    section.expose .col-md-6, section.expose .col-md-12 {
        padding-right: 0;
    }

}

@media only screen and (max-width: 960px) {
    .testuale, .cta .row {
        flex-direction: column;
    }

    .cta .row div {
        margin: auto;
        text-align: center;
    }

    .cta .row div h3 {
        font-size: 14px;
        margin-bottom: 20px;
    }

    .hero {
        min-height: calc(100vh - 7rem);
        padding: 10rem 2rem;
    }
}