/*
Theme Name: Risparmio Casa
Text Domain: rispa
Version: 1.3.7
*/
:root {
    --blue: #0990E6;
    --darkblue: #014493;
    --yellow: #FBEC4F;
}

* {
    box-sizing: border-box;
    margin: 0px;
    padding: 0px;
}

html {
    scroll-behavior: smooth;
    font-size: 20px;
}

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

.wp-block-image img {
    margin-bottom: 20px;
}

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

a.wp-element-button {
    font-weight: bold;
}

a.wp-element-button:hover {
    background-color: var(--darkblue);
}

p {
    margin-bottom: 1em;
}

h1 {
    font-size: 40px;
}

h1.is-style-page-title {
    color: #fff;
    text-align: center;
    background-color: #37A5EA;
    padding: 20px 0;
    font-size: 30px;
}

h2 {
    font-size: 40px;
    font-weight: bold;
    color: var(--blue);
    margin-bottom: 0.7em;
    line-height: 1;
}

h3 {
    font-size: 20px;
    margin-bottom: 0.8em;
}

h3 {
    font-size: 17px;
    margin-bottom: 0.8em;
}

h4.wp-block-heading {
    font-size: 17px;
    margin-bottom: 20px;
}

body {
    font-family: "Montserrat", sans-serif;
    font-size: 17px;
    line-height: 1.5;
    color: #014493;
}

.gm-style{
    font-family: "Montserrat", sans-serif;
}
.main {
    padding-top: 100px;
}

.container {
    max-width: 1140px;
    padding: 0 20px;
    margin: auto;
}

/*menu btn*/
.m-menu {
}

.m-menu span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: var(--darkblue);
    opacity: 1;
    right: 0;
    border-radius: 3px;
}

.m-menu span:nth-child(1) {
    top: 0;
    width: 80%;
}

.m-menu span:nth-child(2) {
    top: 10px;
}

.m-menu span:nth-child(3) {
    top: 20px;
    width: 60%;
}

.m-menu {
    transform: rotate(0);
    transition: 0.5s ease-in-out;
    cursor: pointer;
    z-index: 11;
    position: absolute;
    left: 20px;
    top: 20px;
    display: none;
    text-align: right;
    width: 30px;
    height: 50px;
}

.m-menu span {
    transform: rotate(0);
    transition: 0.25s ease-in-out;
}

.mm-open .m-menu span:nth-child(1) {
    top: 9px;
    transform: rotate(135deg);
    width: 100%;
}

.mm-open .m-menu span:nth-child(2) {
    opacity: 0;
    right: 60px;
}

.mm-open .m-menu span:nth-child(3) {
    top: 9px;
    transform: rotate(-135deg);
    width: 100%;
}

#header {
    height: 100px;
    display: flex;
    align-items: center;
    position: fixed;
    left: 0;
    right: 0;
    background: #fff;
    box-shadow: 0 0 10px -5px #00000096;
    z-index: 999;
}

.logo {
    margin-left: 20px;
    margin-right: auto;
}

.menu-wrap {
    display: flex;
    height: 100%;
    align-items: center;
}

.main-menu {
}

.main-menu img {
    width: 30px;
    height: 30px;
    object-fit: contain;
}

.main-menu .menu {
    display: flex;
}

.main-menu li {
    display: block;
}

.main-menu a {
    display: flex;
    padding: 0 15px;
    flex-direction: column;
    align-items: center;
    font-weight: bold;
    font-size: 17px;
    color: var(--darkblue);
}

.main-menu a:hover {
    color: var(--blue)
}

.right-button {
    background: var(--darkblue);
    color: #fff;
    margin-left: 15px;
    height: 100%;
    display: flex;
    flex-direction: column;
    padding: 0 30px;
    font-size: 17px;
    font-weight: bold;
    align-items: center;
    justify-content: center;
}

.right-button ul , .social ul {
    display: flex;
    font-size: 0;
    color: transparent;
}

.right-button img, .social img {
    width: 26px;
    height: 26px;
    object-fit: contain;
    margin: 5px;
}

.right-button a:hover img , .social a:hover img {
    opacity: 0.8;
}

/*swiper*/
.swiper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}

.swiper-vertical > .swiper-wrapper {
    flex-direction: column;
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box;
    align-items: stretch;
}

.swiper-android .swiper-slide, .swiper-wrapper {
    transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
    touch-action: pan-y;
}

.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
}

.swiper-slide-invisible-blank {
    visibility: hidden;
}

.swiper-autoheight, .swiper-autoheight .swiper-slide {
    height: auto;
}

.swiper-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
    display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
    scroll-snap-type: x mandatory;
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
    margin-inline-start: var(--swiper-centered-offset-before); }

.swiper-fade.swiper-free-mode .swiper-slide {
    transition-timing-function: ease-out
}

.swiper-fade .swiper-slide {
    pointer-events: none;
    transition-property: opacity
}

.swiper-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

/*home slider*/
.swiper-pagination {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 30px;
    display: flex;
    gap: 10px;
    justify-content: center;
}

.swiper-pagination-bullet {
    width: 30px;
    height: 5px;
    display: block;
    background-color: #fff;
    z-index: 11;
    opacity: 0.5;
    cursor: pointer;
}

.swiper-pagination-bullet-active {
    opacity: 1;
}

.header-slider-wrap {
    position: relative;
}
.header-slider-wrap img.mobile{
    display:none;
}

.header-slider-wrap .cap {
    position: absolute;
    left: 50%;
    max-width: 1100px;
    bottom: 40px;
    z-index: 2;
    transform: translateX(-50%);
}

.header-slider-wrap .cap a, a.offer-link {
    display: inline-block;
    background: var(--darkblue);
    color: #fff;
    font-size: 17px;
    font-weight: bold;
    padding: 7px 20px;
    border-radius: 20px;
}

.header-slider-wrap .cap a:hover {
    background: var(--blue)
}

.offer-slider-wrap {
    max-width: 1200px;
    margin: auto;
    padding: 0px 50px;
    position: relative;
}

.offer-next, .offer-prev,
.snext, .sprev{
    width: 35px;
    height: 35px;
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    position: absolute;
    top: 50%;
    right: 0;
    cursor: pointer;
    margin-top: -15px;
    z-index: 1;
}
.snext, .sprev{
    margin:0 30px;
    margin-top:-15px;
}

.offer-next svg, .offer-prev svg ,
.snext svg, .sprev svg {
    width: 20px;
    display: block;
    margin: auto;
}

.offer-prev,
.sprev{
    left: 0;
    right: auto;
    transform: rotate(180deg);
}

.offer-slider-section {
    padding-top: 40px;
}

.offer-slider-section h2 {
    font-size: 38px;
    font-weight: bold;
    text-align: center;
    color: var(--blue);
}

.offer-slider-section .wrap {
    text-align: center;
    background-color: var(--darkblue);
    padding: 30px 0 40px;
}

a.offer-link {
    background: var(--blue);
}

a.offer-link:hover {
    background-color: var(--yellow);
    color:var(--darkblue);
}

.offer-box {
    background-color: #f5fbfe;
    height: 100%;
    border-radius: 20px;
    overflow: hidden;
    font-size: 15px;
    color: var(--darkblue);
    text-align: left;
    padding: 0 15px 15px;
}

.offer-box img {
    aspect-ratio: 4/3;
    object-fit: cover;
    background-color: #fff;
    margin: 0 -15px;
    max-width: 120%;
    display: block;
    margin-bottom: 15px;
}

.offer-box h4 {
    background-color: var(--blue);
    text-align: center;
    color: #fff;
    padding: 10px 0;
    margin: 0 -15px;
}

.offer-box p {
    margin-bottom: 0;
}

.offer-box ul {
    margin-left: 20px;
}

.offer-slider {
    margin-bottom: 30px;
}

.offer-slider .swiper-slide {
    height: auto;
}

.banner-row {
    padding: 40px 0;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
}

.banner-box {
    position: relative;
    overflow: hidden;
    border-radius: 30px;
}

.banner-box img {
    display: block;
    aspect-ratio: 5/3;
    object-fit: cover;
    transition: all 0.3s ease;
}

.banner-box .text {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;
    display: flex;
    justify-content: space-between;
    padding: 0 30px;
    pointer-events: none;
}

.banner-box h4 {
    font-size: 30px;
    font-weight: bold;
    color: var(--blue);
}

.banner-box .link {
    color: #fff;
    background: var(--blue);
    margin-top: auto;
    margin-bottom: auto;
    padding: 5px 20px;
    border-radius: 20px;
    text-transform: uppercase;
    font-size: 17px;
    font-weight: bold;
}

.banner-box:hover .link {
    background-color: var(--darkblue);
}

.banner-box:hover img {
    transform: scale(1.1);
}

.icon-boxes {
    background-color: #f5fbfe;
    padding: 40px 0;
}

.icon-boxes h3 {
    color: var(--blue);
    font-size: 21px;
    font-weight: bold;
    text-align: center;
}

.icon-row {
    display: flex;
    justify-content: center;
    gap: 10px;
}

.icon-box {
    text-align: center;
    font-size: 15px;
    color: var(--darkblue);
    width: 110px;
}

.icon-box img {
    width: 50px;
    height: 50px;
    object-fit: contain;
}

.footer-1 {
    background: #014493;
}

.footer-1 .container {
    display: flex;
    padding-top: 30px;
    padding-bottom: 60px;
}

.footer-about {
    width: 30%;
}

.footer-1 h3 {
    color: var(--blue);
    font-size: 17px;
    margin-bottom: 10px;
}

.footer-1 li {
    font-size: 17px;
    display: block;
    color: #fff;
}

.footer-menu {
    flex-grow: 1;
}

.footer-1 .social {
    display: flex;
}

.footer-1 .social li {
    font-size: 0;
}

.footer-menu img {
    margin-right: 10px;
}

.footer-menu a:hover {
    text-decoration: underline;
}

.copyright {
    color: #fff;
    background-color: var(--blue);
    font-size: 12px;
    font-weight: bold;
    padding: 10px 20px;
    justify-content: space-between;
    display: flex;
}

.copyright a {
    margin: 0 5px;
}

.copyright a:hover {
    color: var(--darkblue);
}

.is-style-tab {
    max-width: 1140px;
    padding: 0 20px;
    margin: auto;
    display: grid;
    margin-bottom: 40px;
    color: #b2c7de;
    position: sticky;
    top: 100px;
    grid-auto-flow: column;
    grid-auto-columns: 1fr;
}

.admin-bar .is-style-tab {
    top: 132px;
}

.is-style-tab li {
    display: block;
    flex-grow: 1;
    text-align: center;
    font-size: 21px;
    font-weight: bold;
    border: 1px solid var(--darkblue);
    padding: 5px;
    background: #fff;
    cursor: pointer;
}

.is-style-tab li:first-child {
    border-radius: 0 0 0 20px;
}

.is-style-tab li:last-child {
    border-radius: 0 0 20px;
}

.is-style-tab li.act {
    background-color: var(--darkblue);
    color: #fff;
    pointer-events: none;
}

.wp-block-group.tab {
    display: none;
}

.wp-block-group.tab#tab-1 {
    display: block;
}

hr.is-style-vertical {
    width: 0;
    border-left: 1px solid #d4d4d4;
    margin: auto;
    height: 100px;
    margin-bottom: 15px;
}

.wp-block-buttons {
    margin-bottom: 15px;
}

h5.wp-block-heading {
    font-size: 40px;
    font-weight: bold;
    color: var(--blue);
    line-height: 1;
    margin: 0;
}

h6.wp-block-heading {
    font-size: 27px;
    font-weight: bold;
    color: var(--darkblue);
    margin-top: -10px;
}

.content-row {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
}

.content-box {
    background-color: #F5FBFE;
    border-radius: 30px;
    padding: 20px;
    display: grid;
    grid-template-columns: 80px 1fr;
    align-items: center;
}

.content-box .img {
    padding-right: 20px;
}

.round .content-box img {
    border-radius: 50%;
    aspect-ratio: 1/1;
}

.round .content-box {
    align-items: start;
    font-size: 11px;
}

.round .content-box {
    grid-template-columns: 110px 1fr;
}

.stat-row {
    display: flex;
    gap: 20px;
    justify-content: center;
}

.stat-box {
    width: auto;
    text-align: center;
    flex-grow: 1;
}

.stat-box img {
    display: block;
    width: 70px;
    height: 50px;
    object-fit: contain;
    margin: auto auto 15px;
}

.stat-box h5 {
    font-size: 40px;
    color: var(--blue);
    margin-bottom: 0;
    line-height: 1;
}

.stat-box h6 {
    font-size: 17px;
}

details {
    padding-bottom: 5px;
}

details summary {
    font-weight: bold;
    margin-bottom: 0;
    padding-top: 20px;
    padding-bottom: 10px;
}

details summary::marker, details summary::-webkit-details-marker {
    content: '';
    display: none;
}

.cats {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: 1fr;
    position: sticky;
    top: 100px;
}

.admin-bar .cats {
    top: 132px;
}

.cats>div {
    border: 1px solid var(--darkblue);
    font-size: 21px;
    color: #b3c7df;
    font-weight: bold;
    text-align: center;
    padding: 4px;
    cursor: pointer;
    background: #fff;
}

.cats>div:hover {
    color: var(--darkblue);
}

.cats>div.act {
    background-color: var(--darkblue);
    color: #fff;
}

.cats>div:first-child {
    border-radius: 20px 0 0 20px;
}

.cats>div:last-child {
    border-radius: 0 20px 20px 0;
}

.brand {
    display: grid;
    grid-template-columns: 225px 1fr 370px;
    gap: 30px;
    padding: 20px 0;
    align-items: center;
    font-size: 14px;
    line-height: 1.3;
}

.brand:nth-child(2n) {
    background-color: #f5fbfe;
}

.brand .logo img {
    width: 100%;
    height: 90px;
    object-fit: contain;
    display: block;
}

.brand h3 {
    font-size: 17px;
    margin-bottom: 0;
}

.categories {
    padding-bottom: 40px;
}

.categories .category {
    display: none;
}

.categories .category.category-1 {
    display: block;
}

/*store locator*/
.wordpress-store-locator-block-search_title {
    display: none;
}

h3.store_locator_name {
    display: flex;
    flex-direction: column;
    font-size: 17px;
}

.store_locator_details {
    line-height: 1;
}

.store_locator .store_locator_infowindow .store_locator_details a .store_locator_name .fa-chevron-right:before, .store_locator .store_locator_result_list_box .store_locator_details a .store_locator_name .fa-chevron-right:before {
    content: 'Sfoglia volantino';
    background-image: url(images/fly.svg);
    background-repeat: no-repeat;
    background-position: 0 4px;
    color: #0990e6;
    font-family: 'Montserrat', sans-serif;
    background-size: 25px;
    width: auto;
    display: inline-block;
    background-repeat: no-repeat;
    border-top: 1px solid #d4d4d4;
    width: 100%;
    font-size: 17px;
    font-weight: bold;
    padding: 4px 0 6px 31px;
    font-style: normal;
}

.store_locator_details a {
    outline: none;
}

.store_locator_details {
    font-size: 16px;
}

.store_locator_country {
    display: none;
}

.store_locator_address {
    border-bottom: 1px solid #d4d4d4;
    padding-bottom: 10px;
    margin-bottom: 10px !important;
    margin-top: 0 !important;
}

.store_locator_tel a {
    font-weight: bold;
    background: url(images/phone-call.svg) no-repeat 0 1px;
    background-size: 25px;
    display: flex;
    min-height: 30px;
    align-items: center;
    padding-left: 35px;
}

#store_locator>.store-locator-row {
    background-color: #F5FBFE;
    border-radius: 30px;
    overflow: hidden;
}

.store_locator_actions {
    position: relative;
    margin-left: 15px;
}

a.store_locator_get_direction {
    display: flex !important;
    align-items: center;
    gap: 7px;
    font-size: 17px;
    font-weight: bold;
    color: var(--blue);
    position: absolute;
    top: -179px;
    padding-left: 35px !important;
}

a.store_locator_get_direction i {
    font-size: 0;
    width: 23px;
    height: 23px;
    background: url(images/compass.svg) no-repeat left center;
    background-size: contain;
    display: inline-block;
    position: absolute;
    left: 0;
}

.gm-style .gm-style-iw {
    font-weight: normal !important;
    padding-left: 5px;
}

.store_locator_opening_hours {
    margin-top: 20px;
    line-height: 1.2;
    min-height: 139px;
    margin-bottom: 0;
}

#store_locator_map {
    margin-right: -15px;
}

#store_locator_result_list .store-locator-row .store_locator_distance, #store_locator_result_list .store-locator-row .store_locator_address, #store_locator_result_list .store-locator-row .store_locator_contact, #store_locator_result_list .store-locator-row .store_locator_opening_hours, #store_locator_result_list .store-locator-row .store_locator_actions {
    display: none;
}

.store_locator_distance {
    padding-top: 5px;
    display: block;
}

.store_locator_visit_store {
    font-size: 17px;
    font-weight: bold;
    color: var(--blue);
    white-space: pre-wrap;
    background: url(images/danger.svg) no-repeat left center;
    line-height: 1;
    padding-left: 35px !important;
    margin-bottom: 0 !important;
}

.store_locator_visit_store i {
    display: none;
}

.store_locator_visit_store:before {
    content: 'Check extraordinary openings/closings';
}

h5.wordpress-store-locator-address-title {
    font-size: 21px;
    font-weight: bold;
    color: var(--blue);
}

.store_locator_details .store_locator_contact {
    margin-bottom: 0 !important;
}

.store_locator_infowindow .store_locator_actions {
    margin-top: 0 !important;
}

.gm-style-iw, .store_locator_infowindow {
    max-height: 500px !important;
}

#store_locator_address_field {
    height: 40px !important;
    border-radius: 10px;
    border: 1px solid #707070;
    font-size: inherit;
    color: inherit;
    outline: none;
    margin-bottom: 15px;
}

.store_locator_text_actions {
    font-weight: bold;
    font-size: 17px;
    display: flex;
    position: relative;
    padding: 5px 0 5px 34px;
    margin-bottom: 10px;
}

.store_locator_text_actions i {
    position: absolute;
    left: 0;
    top: 1px;
    bottom: 0;
    width: 25px;
    height: 25px;
}

#store_locator_get_my_position i {
    background: url(images/gps.svg) no-repeat left center;
}

#store_locator_get_all_stores i {
    background: url(images/store.svg) no-repeat left center;
}

.store_locator_result_list_box hr {
    border: none;
    border-bottom: 1px solid #ddd;
}

a.store_locator_get_direction:hover, .store_locator_visit_store:hover, .store_locator_details a:hover {
    color: var(--darkblue);
}

/*single store page*/
.store-header {
    background: var(--blue);
    color: #fff;
    padding: 30px 0;
}

.store-header h1 {
    font-size: 30px;
}

.store-header .container {
    display: grid;
    grid-template-columns: 40% 1fr 180px;
}

.store-header a.phone, .store-header a.link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-weight: bold;
}

.store-header a.phone svg, .store-header a.link svg {
    width: 25px;
}

.store-header a.link {
    margin-top: 20px;
}
.store-header a.link:hover{
    color:var(--darkblue);
}

.fav {
}

.fav button {
    color: #fff;
    background: none;
    border: none;
    outline: none;
    font-size: 17px;
    font-weight: bold;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 10px;
}
.fav.act button{
    pointer-events:none;
}
.fav button:hover{
    opacity:0.8;
}

.fav button path{
    fill: transparent;
    stroke: #fff;
    stroke-miterlimit: 10;
    stroke-width: 3px;
}
.fav button svg{
    width:25px;
}
.fav.act button path{
    stroke: #fff;
    fill: #fff;
}
.fav .remove{
    font-size:13px;
    font-weight:bold;
    color:var(--darkblue);
    display: flex;
    align-items: center;
    gap: 5px;
    margin-top: 10px;
    display: none;
    cursor: pointer;
}
.fav .remove:hover{
    text-decoration:underline;
}
.fav .remove svg{
    width:14px;
}
.fav.act .remove{
    display:flex;
}

.service-box {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-bottom: 10px;
}

.service-box img {
    width: 25px;
    height: 25px;
    object-fit: contain;
}

.store-widget {
    margin-bottom: 25px;
}

.store-widget h3 {
    margin-bottom: 5px;
    font-size: 17px;
    line-height: 1.2;
}

.store-content {
    display: grid;
    grid-template-columns: 34% 1fr;
    padding-top: 50px;
}

.store-left {
    padding: 20px;
    background-color: #F5FBFE;
    border-radius: 30px;
}

.store-right {
    padding: 20px;
}

.store-content .store-locator-row {
}

.job-list {
    padding-bottom: 50px;
}

.job-row {
    border: 1px solid var(--darkblue);
    border-radius: 30px;
    margin-bottom: 10px;
    overflow: hidden;
}

.job-hd {
    display: grid;
    grid-template-columns: 1fr 25% 171px 50px;
    gap: 30px;
    align-items: center;
    padding: 9px 0px 9px 20px;
    line-height: 1.2;
}

.job-row .open {
    width: 28px;
    cursor: pointer;
    display: flex;
    align-items: center;
    transition: all 0.3s ease;
}

.job-row .open.act {
    transform: rotate(90deg);
}

.job-row a.apply {
    display: inline-block;
    padding: 9px 20px;
    border-radius: 30px;
    background-color: var(--blue);
    color: #fff;
    font-weight: bold;
    text-align: center;
}

.job-row a.apply:hover {
    background-color: var(--darkblue);
}

.job-row .content {
    max-height: 0;
    overflow: hidden;
    transition: all 0.3s ease;
    min-height: 0;
    font-size: 14px;
}

.job-row .content>div {
    padding: 20px;
    border-top: 1px solid var(--darkblue);
}

.job-row .title {
    font-weight: bold;
    color: var(--blue);
}

.job-row .txt {
    font-weight: bold;
    color: var(--darkblueblue);
    text-transform: uppercase;
}

.filter-box {
    padding: 0 0 40px 0;
}

.filter-box select {
    background-color: #f5fbfe;
    min-width: 200px;
    height: 40px;
    border: none;
    border-radius: 20px;
    padding-left: 20px;
    appearance: none;
    outline: none;
    cursor: pointer;
    font-size: 15px;
    color: var(--darkblue);
    padding-right: 80px;
    margin-right: 10px;
}

/*contact form*/
.wpcf7 {
    padding-top: 50px;
    font-size: 15px;
}

.wpcf7 h3 {
    text-align: center;
    padding-top: 20px;
}

input.wpcf7-text, select.wpcf7-select {
    height: 40px;
    border: none;
    outline: none;
    background-color: #f5fbfe;
    padding: 0 15px;
    font-size: inherit;
    color: var(--darkblue);
    border-radius: 20px;
    width: 100%;
    appearance: none;
}

.wpcf7-textarea {
    height: 40px;
    border: none;
    outline: none;
    background-color: #f5fbfe;
    padding: 0 15px;
    font-size: inherit;
    color: var(--darkblue);
    border-radius: 20px;
    width: 100%;
    appearance: none;
	font-family: inherit;
}

select.wpcf7-select {
    cursor: pointer;
    background: #f5fbfe url(images/down.svg) no-repeat right 10px top 8px;
    background-size: 24px;
}

.wpcf7 ::placeholder {
    color: #014493;
}

.wpcf7 .grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 15px 30px;
    margin-bottom: 30px;
}

.wpcf7 .grid2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 15px 30px;
    margin-bottom: 30px;
}

.wpcf7 .grid3 {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 15px 30px;
    margin-bottom: 30px;
}

.wpcf7 .sele {
    padding-left: 15px;
    display: flex;
    align-items: center;
}

.sele .wpcf7-form-control-wrap {
    margin-left: auto;
}

.sele input {
    display: none;
}

.sele input+span {
    position: relative;
    min-width: 65px;
    display: inline-block;
    padding-left: 36px;
    padding-top: 4px;
    font-family: inherit;
    cursor: pointer;
}

.sele input+span:before {
    content: '';
    display: block;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: var(--blue);
    position: absolute;
    left: 7px;
    top: 7px;
    opacity: 0;
    transition: all 0.3s ease;
}

.sele input:checked+span:before {
    opacity: 1;
}

.sele input+span:after {
    content: '';
    display: block;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    position: absolute;
    border: 1px solid var(--blue);
    left: 0;
    top: 0;
}

.hide {
    display: none;
}

input.wpcf7-submit {
    background-color: var(--blue);
    border: none;
    color: #fff;
    font-weight: bold;
    width: 230px;
    display: block;
    font-size: 17px;
    text-transform: uppercase;
    border-radius: 30px;
    margin: auto;
    padding: 10px 30px;
    cursor: pointer;
}

.submit-row {
    padding-top: 50px;
}

.upload-field {
    position: relative;
    height: 40px;
    overflow: hidden;
    background: #f6fbfe url(images/upload.svg) no-repeat right 20px top 8px;
    display: flex;
    align-items: center;
    border-radius: 30px;
    padding: 0 15px;
    width: 100%;
}

.upload-field input {
    font-size: 222px;
    position: absolute;
    right: 0;
    top: 0;
}

.upload-field label {
    position: absolute;
}

.upload-field .wpcf7-form-control-wrap {
    position: static;
}
.fav-store svg{
    width: 24px;
}
.fav-store .title{
    display:flex;
    align-items:center;
    gap:10px;
    align-items: center;
}
.fav-store{
    display:grid;
    background-color: #F5FBFE;
    padding: 20px;
    border-radius: 30px;
    grid-template-columns: 200px 1fr;
    margin-top: 40px;
    margin-block-start: 40px !important;
}
.fstore{
    display:flex;
    margin-bottom: 5px;
}
.fstore a{
    margin-left:auto;
    display:flex;
    gap: 10px;
    font-weight: bold;
    font-size: 13px;
    align-items: center;
}
.is-style-check li{
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 40.68 39.54'%3E%3Cpath fill='%2334EB08' d='M14.75,39.54c-1.27,.04-2.49-.52-3.3-1.5L1.05,25.94c-1.56-1.81-1.36-4.54,.44-6.1,1.81-1.56,4.54-1.36,6.1,.44,.02,.02,.03,.04,.05,.06l6.8,7.9L35.85,2.44c3.3-4.6,6.8-2.1,3.5,2.6L18.25,37.74c-.78,1.06-1.99,1.72-3.3,1.8h-.2'/%3E%3C/svg%3E") no-repeat 0 2px;
    display:block;
    padding:10px 0 0 40px;
    background-size: 30px;
    font-size:20px;
    font-weight:bold;
    margin-bottom: 10px;
    margin-left: 20px;
}
.mobile-only{
    display:none;
}
.vline>div{
    border-left:1px solid #ccc;
    padding:20px;
}
.vline>div:first-child{
    border-left:none;
}
#saldo-tessera{
    max-width:650px;
    background-color:#37A5EA;
    margin:auto;
    border-radius:20px;
    text-align:center;
    padding:30px;
    margin: 10px auto 20px;
}
#saldo-tessera h1{
    color:#FBEC4F;
}
.saldo-tessare-description{
    color:#fff;
}
.saldo-tessare-pulsante{
    background-color:var(--darkblue);
    font-weight:bold;
    font-size:17px;
    color:#fff;
    padding:7px 20px 10px;
    border-radius:20px;
    text-transform:uppercase;
}
.saldo-tessare-pulsante:hover{
    background:var(--yellow);
    color:var(--darkblue);
}
#saldo-tessera-code::placeholder{
    color:var(--darkblue);
}
#saldo-tessera-code{
    color:var(--darkblue);
    font-size:inherit;
    font-weight:bold;
    background-color:#fff;
    border:none;
    height:40px;
    width:100%;
    max-width:350px;
    border-radius:20px;
    padding:0 20px;
    margin-bottom:20px;
    outline: none;
}
.saldo-tessare-description{
    font-weight:bold;
}


.is-style-dark .wp-element-button{
    background-color:var(--darkblue);
}
.is-style-dark .wp-element-button:hover{
    background-color:var(--blue);
}

@media(max-width: 1160px) {
    .main {
        padding-top:60px;
    }

    .m-menu {
        display: block;
    }

    .menu-wrap {
        position: absolute;
        opacity: 0;
        pointer-events: none;
        top: 85%;
        background-color: #f5fbfe;
        width: 100%;
        left: 0;
        right: 0;
        height: auto;
        padding: 20px 20px 40px;
        visibility: hidden;
        transition: all 0.3s ease;
        box-shadow: 0 5px 6px -3px #00000029;
        flex-direction: column;
        align-items: start;
    }

    #header {
        height: 60px;
    }

    #header .logo {
        margin: 0;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }

    #header .logo img {
        height: 50px;
        width: auto;
    }

    a.store-link {
        display: block;
        right: 20px;
        position: absolute;
        top: 11px;
    }

    .store-link svg {
        width: 28px;
        position: absolute;
        right: 0;
    }

    .mm-open .menu-wrap {
        opacity: 1;
        pointer-events: all;
        visibility: visible;
        top: 100%;
    }

    .main-menu .menu {
        flex-direction: column;
        width: 100%;
    }

    .main-menu a {
        flex-direction: row;
        gap: 10px;
        padding: 10px 0;
    }

    .main-menu {
        border-bottom: 1px solid var(--darkblue);
        width: 100%;
        padding-bottom: 10px;
        margin-bottom: 15px;
    }

    .right-button img {
        display: none;
    }

    .right-button a {
        width: 26px;
        height: 26px;
        background-size: contain;
        display: block;
        margin-right: 15px;
    }

    .right-button .facebook a {
        background: url(images/facebook.svg) no-repeat center;
    }

    .right-button .tiktok a {
        background: url(images/tiktok.svg) no-repeat center;
    }

    .right-button .instagram a {
        background: url(images/instagram.svg) no-repeat center;
    }

    .right-button {
        background: transparent;
        width: auto;
        height: auto;
        padding: 0;
        flex-direction: column-reverse;
        color: var(--darkblue);
        margin-left: 0;
        align-items: flex-start;
        gap: 5px;
    }

    .is-style-tab {
        top: 60px;
    }
}

@media(max-width: 767px) {
    body {
        --wp--preset--spacing--90: 2rem;
    }

    .offer-slider-section .wrap {
        background-color: #fff;
    }

    .offer-next, .offer-prev {
        background: var(--darkblue);
    }

    .offer-next path, .offer-prev path {
        fill: #fff;
    }

    .offer-box {
        border: 1px solid var(--darkblue);
    }

    .icon-row {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }

    .icon-box {
        width: auto;
        font-size: 11px;
    }

    .icon-box img {
        width: 30px;
        height: 30px;
    }

    body {
        font-size: 15px;
    }

    h1 {
        font-size: 25px;
    }

    h2 {
        font-size: 22px;
    }

    .icon-boxes h3, h3, .footer-1 h3 {
        font-size: 15px;
    }

    .offer-slider-section h2 {
        font-size: 22px;
    }

    .offer-slider-wrap {
        margin: 0 20px;
    }

    .offer-box {
        font-size: 12px;
    }

    .banner-box .text, .banner-box h4 {
        font-size: 22px;
    }

    .banner-box .link {
        font-size: 12px;
    }

    .cats>div {
        font-size: 11px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .footer-1 .container {
        flex-direction: column;
    }

    .footer-about {
        width: 100%;
        text-align: center;
    }

    .logo {
        margin: auto;
    }

    .logo img {
        width: 200px;
    }

    .footer-menu {
        margin-bottom: 20px;
    }

    .copyright {
        flex-direction: column;
        font-size: 10px;
    }

    .copyright .cp {
        margin-bottom: 10px;
    }

    .copyright a:first-child {
        margin-left: 0;
    }

    .store-content {
        display: flex;
        flex-direction: column-reverse;
    }

    .store-header .container {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .brand {
        grid-template-columns: 1fr;
    }

    .brand .image {
        text-align: center;
    }
	

    .is-style-tab li {
        font-size: 17px;
    }

    .wp-block-group.tab {
        padding: 0 20px;
    }

    h5.wp-block-heading {
        font-size: 30px;
    }

    h6.wp-block-heading, .stat-box h5 {
        font-size: 20px;
    }

    .stat-box h6 {
        font-size: 12px;
    }

    .stat-row {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
    }

    .stat-box img {
        width: 50px;
        height: 30px;
    }

    .cats 
    {
        top: 60px;
    }
    .admin-bar .cats{
        top:106px;
    }

    .main>.wp-block-group {
        padding-left: 20px;
        padding-right: 20px;
    }

    .main>.wp-block-group .container {
        padding-left: 0;
        padding-right: 0;
    }

    .filter-box select {
        width: 100%;
        margin-bottom: 15px;
    }
    .job-hd{
        grid-template-columns: 1fr 1fr;
        padding: 18px;
        gap: 10px;
    }
    .job-row .open{
        width:100%;
        text-align:right;
    }
    .job-row .open svg{
        width: 30px;
        margin-left: auto;
        margin-right: 4px;
    }
    .job-row .open.act{
        transform:none;
    }
    .job-row .open.act svg{
        transform:rotate(90deg);
    }
    .wpcf7 .grid{
        grid-template-columns:1fr;
    }
    .header-slider-wrap img.desktop{
display:none;
        }
    .header-slider-wrap img.mobile{
display:block;
        }
    .header-slider-wrap .cap a, a.offer-link{
        font-size:12px;
    }
    .fav-store{
        grid-template-columns:1fr;
        gap: 10px;
    }
    .fstore{
        flex-direction:column;
        margin-bottom: 20px;
    }
    .fstore strong{
        display:block;
    }
    .fstore a{
        margin-left:0;
        padding-top: 5px;
    }
    .mobile-only{
        display:block;
    }
    .desktop-only{
        display:none;
    }
    .vline>div{
        border:none;
        padding:0;
    }
    .vline{
        gap:0;
        padding:10px 0;
    }
    .grid2 {
        display:grid !important;
        grid-template-columns:1fr 1fr;
    }
}

	 .brand .image img {
        border-radius: 20px !important;
    }

.banner-box {max-width:500px; margin:0 auto;}

.elenco-puntato {margin-left: 20px;}