/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 28 2026 | 11:23:24 */
/*reset*/
html {
    scroll-behavior: smooth;
}
footer .site-info{
	display:none;
}
:target:before {
    content: "";
    display: block;
    height: 130px;
    margin: -130px 0 0;
}

html body #sc-cc a {
    background-color: unset;
}
body.home {
    background-image: url(/wp-content/uploads/2022/03/grey-bg-1.png);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: right;
}
body.modalOpened {
    overflow: hidden;
}
body:not(.home) .storefront-breadcrumb {
    margin: 0;
    z-index: 2;
    text-align: right;
}
.olo-back-button.top {
    color: var(--red);
    display: flex;
}
.is-scroll .woocommerce-MyAccount-navigation ul {
    position: fixed;
    top: 118px;
}

.is-scroll .woocommerce-MyAccount-navigation ul li {
    padding: 10px 24px 10px 10px;
}
.woocommerce-breadcrumb a {
    color: var(--red);
    opacity: 0.9;
}
.woocommerce-breadcrumb .breadcrumb-separator {
    font-size: 0;
    min-width: 6px;
    min-height: 6px;
    background: transparent;
    display: inline-block;
    margin: 0 7px;
    position: relative;
    top: -6px;
    transform: rotate(45deg);
    border: 2px solid var(--red);
    border-width: 2px 2px 0 0;
}
.woocommerce-breadcrumb a:first-of-type::before{
    display: none;
}
.woocommerce-form.woocommerce-form-login.login {
  max-width: 700px;
}
.olo-policy {
  display: flex;
  align-items: last baseline;
}
.olo-policy label {
  font-size: 15px;
  font-weight: 300 !important;
  cursor: pointer;
	margin-left:16px!important;
}
.primary-navigation>ul {
    display: flex;
    align-items: center;
}
body:not(.home) .storefront-breadcrumb .col-full {
    padding: 0 ;
    color: var(--blue);
    font-weight: 600;
    font-size: 17px;
}
#primary.olo-account-page {
    margin-top: 123px;
}
#pg-34-2> .panel-row-style {
    background-image: url(/wp-content/uploads/2022/03/blue-icon-bg.png)!important;
    background-repeat: no-repeat!important;
    background-position: right!important;
    background-attachment: fixed!important;
}
.material-icons {
    font-family: 'Material Icons' !important;
}
.olo-order-detail.fields.attachments a {
    color: var(--red);
    text-decoration: underline;
    font-weight: 500;
}
/*login page*/

body.woocommerce-account:not(.logged-in) h2 {
    display: none;
}
div#account-collapse-menu {
    display: flex;
    max-width: 20%;
    color: var(--red);
    text-transform: uppercase;
    font-size: 14px;
    padding: 3px 0;
    cursor: pointer;
}
body.woocommerce-account:not(.logged-in) #main > div > .woocommerce {
    position: relative;
    z-index: 10;
    margin-top: 64px;
}
body.woocommerce-account:not(.logged-in) .olo-account-title {
    padding-bottom: 33px;
}
.woocommerce-form.woocommerce-form-login.login {
    margin: 0 auto;
    min-width: 500px;
    padding: 48px 64px 0 64px;
    background: #fff;
    border-bottom: 64px solid var(--blue);
    position: relative;
}
.woocommerce-form.woocommerce-form-login.login label {
    color: var(--blue);
    font-weight: 600;
}
.woocommerce-form.woocommerce-form-login.login::before {
    content: "";
    width: 200px;
    height: 200px;
    display: inline-block;
    position: absolute;
    background: #d1d7da;
    z-index: -1;
    left: -32px;
    top: -32px;
}
.woocommerce-form.woocommerce-form-login.login input {
    min-height: 50px;
}
.woocommerce-form.woocommerce-form-login.login h3 {
    margin-bottom: 32px;
}
.woocommerce-form.woocommerce-form-login.login::after {
    content: "";
    width: 200px;
    height: 200px;
    display: inline-block;
    position: absolute;
    background: #d1d7da;
    z-index: -1;
    right: -32px;
    bottom: -78px;
    left: auto;
    top: auto;
}
.woocommerce-button.button.woocommerce-form-login__submit.olo-button-primary {
    width: 100%;
    font-size: 20px;
    border-width: 6px;
    height: 60px;
}

.woocommerce-LostPassword.lost_password {
    margin-bottom: 32px;
    margin-top: -12px;
}
.woocommerce-LostPassword.lost_password a {
    color: var(--red);
    text-decoration: underline;
}
/*end login page*/
ul#site-header-cart {
    display: none;
}

.logged-in ul#site-header-cart {
    display: block;
    width: auto;
    min-width: 40px;
}
.secondary-navigation ul.menu,
ul#menu-topnav {
    display: flex;
    width: 100%;
}
.secondary-navigation ul.menu .wpml-ls-menu-item,
ul#menu-topnav  .wpml-ls-menu-item {
    margin-left: auto;
    background: var(--blue);
}
li.social a {
    overflow: hidden;
    background-size: 16px;
    background-position: center center;
    background-repeat: no-repeat;
    font-size: 0;
    width: 33px;
    height: 42px;
    opacity: 0.9;
}

li.social.twitter a {
    background-image: url(/wp-content/uploads/2022/03/iconmonstr-twitter-1-32.png);
}
li.social.facebook a {
    background-image: url(/wp-content/uploads/2022/03/iconmonstr-facebook-1-32.png);
}
li.social.linkedin a {
    background-image: url(/wp-content/uploads/2022/03/iconmonstr-linkedin-1-32.png);
}
li.social.rss a {
    background-image: url(/wp-content/uploads/2022/03/iconmonstr-rss-feed-1-32.png);
}
ul#site-header-cart>li:first-of-type:after {
    content: "\e8cc";
    font-size: 20px;
    font-family: "Material icons";
    color: #fff;
    width: 100%;
    text-align: center;
    min-width: 48px;
    display: inline-block;
    margin-left: 8px;
    font-weight: 100;
    box-shadow: 0 0 8px 0 rgb(0 0 0 / 20%);
    line-height: 54px;
    border-radius: 2px;
    cursor: pointer;
    background: var(--blue);
}
.woocommerce-mini-cart__empty-message.button {
    padding: 8px 10px;
}
.woocommerce-mini-cart__empty-message.button li:not(.woocommerce-MyAccount-navigation-link--edit-address) {
    display: none;
}
.woocommerce-mini-cart__empty-message.button ul li {
    padding: 0;
}
.woocommerce-mini-cart__empty-message.button ul li a {
    color: #fff;
    font-size: 14px;
}
.woocommerce-mini-cart__empty-message.button ul {
    margin: 0;
}
.widget.woocommerce.widget_shopping_cart {
    position: absolute;
    min-width: 1px;
    right: -15px;
    left: auto;
    margin-top: 8px;
    color: var(--blue);
    font-weight: 600;
    opacity: 0;
    transition: all ease 0.2s;
    overflow: hidden;
    font-size: 0;

}
ul#site-header-cart:hover .widget.woocommerce.widget_shopping_cart {
    min-width: 225px;
    opacity: 1;
    font-size: 15px;
    background: #fff;
}
ul#site-header-cart>li:first-of-type {
    font-size: 0;
}
.wpml-ls-item.menu-item-has-children {
    padding-right: 11px;
}
.wpml-ls-item.menu-item-has-children::before {
    content: "\e894";
    font-family: "Material icons";
    display: inline-block;
    position: absolute;
    left: -13px;
    top: 10px;
    font-size: 20px;
    font-weight: 100;
}
.wpml-ls-item.menu-item-has-children::after {
    content: "\e5cf";
    display: inline-block;
    position: absolute;
    right: 0;
    top: 12px;
    font-family: "Material icons";
}
body {
    font-family: 'Poppins', sans-serif;
}
body:not(.home) #content {
    padding-top: 192px !important;
}
.logged-in.woocommerce-account div#content > .col-full{
    position: relative!important;
}
body:not(.logged-in) .olo-account-page .woocommerce {
    display: flex;
    flex-direction: column;
}
h2.sow-headline {
    font-size: 36px;
    font-weight: 700;
}
h1,h2,h3,h4{
    color: var(--blue);
    font-weight: 600;
}
.home main#main,
.home div#primary {
    margin-bottom: 0!important;
}


/*colori*/
:root {
    --buttons-primary-color: #999;
    --red: #BC290A;
    --blue: #003A56;
    --medium-blue: #005178;
    --dark-blue: #032b3e;
    --green: #07843f;
    --lighter-blue: #effaff;
    --dark-blue: #00313c;
    --bg-grey-medium: #919B9E;
    --bg-grey-light: #D5DADD;
    --bg-grey-lighter:#EBEDEF;
    --orange: #ff6900;
    --orange-label:#E5730A;
    --bg-white-alpha:#ffffffc9;
}
:target+div.olo-main-subs-container .olo-subs-title h4{
    background: var(--lighter-blue);
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.2);
    padding: 2px 8px;
    margin: 0 0 6px -8px;
}
/*container*/
div#content > .col-full {
    max-width: 70vw;
}

/*header*/
header#masthead {
    display: flex;
    width: 100vw;
    justify-content: space-between;
    margin-bottom: 0;
    padding: 70px 15vw 28px!important;
    position: fixed;
    background: var(--bg-white-alpha);
    border: 0;
    min-height: 144px;
    align-content: center;
    align-items: center;
    transition: all ease 0.2s;
    backdrop-filter: blur(4px);

}
nav.secondary-navigation {
    position: absolute;
    top: 0;
    min-width: 100vw;
    left: 0;
    margin: 0;
    padding: 0 15vw;
    background: var(--blue);
    color: #fff;
}
#site-header-cart .quantity,
.woocommerce-mini-cart__buttons.buttons .button.wc-forward:not(.checkout),
.is-scroll nav.secondary-navigation{
    display: none;
}
.secondary-navigation ul.menu a {
    color: #fff;
}
.main-navigation ul.menu .olo-account-menu ul.sub-menu li:hover a {
    text-decoration: underline;}
.olo-account-menu {
    margin-left: auto;
    padding:16px 0;

}
.site-header-cart .widget_shopping_cart .product_list_widget li a.remove {
    position: absolute;
    left: 16px;
}
.site-header .widget_shopping_cart li {
    padding-left: 40px;
    position: relative;
}
.button.checkout.wc-forward {
    background: var(--red) !important;
}
.main-navigation ul.nav-menu > li.olo-account-menu > a {
    border-radius: 3px;
    box-shadow: 0 0 16px 0 rgb(0 0 0 / 20%);
    padding: 8px 16px;
    background: var(--bg-white-alpha);
}
.main-navigation ul.nav-menu > li.olo-account-menu > a:before {
    content: "\e851";
    opacity: 1;
    font-family: "material icons";
    position: relative;
    display: inline-block;
    background: transparent;
    width: auto;
    height: auto;
    color: var(--red);
    top: 6px;
    left: 0;
    margin-right: 8px;
    font-size: 26px;
    line-height: 0;
}
.storefront-secondary-navigation.woocommerce-active .site-header .site-branding {
    width: 285px;
}
.site-branding a {
    background-image:url(/wp-content/uploads/2026/03/planetek_marchio_trasparente.png);
    background-repeat: no-repeat;
    background-size: 200px;
    position: relative;
    top: 4px;
}
.is-scroll .site-branding a {
    background-size: 180px;
    background-position: 0 16px;
}
.storefront-secondary-navigation.woocommerce-active .site-header .site-branding img{
    opacity: 0;
}
.main-navigation ul.menu .olo-account-menu ul.sub-menu {
    margin-top: 0;
    color: #fff;
    right: 0;
    left: auto;
    border-radius:2px;
    padding: 8px 0;
    background: var(--blue);
    box-shadow: 0 0 16px 0 rgb(0 0 0 / 20%);
    display: none;
}
.main-navigation ul.menu .olo-account-menu:hover ul.sub-menu{
    display: block;
}
.main-navigation ul.menu .olo-account-menu ul.sub-menu li:not(:last-of-type) {
    border-bottom: 1px solid #ffffff2e;
}
.main-navigation ul.menu .olo-account-menu ul.sub-menu a {
    color: #fff;
    font-weight: 500;
    letter-spacing: 0.5px;
    min-width: 223px;
}
.is-scroll header#masthead {
    background: #fff;
    padding: 10px 15vw!important;
    min-height: unset;
    box-shadow: 0 0 16px 0 rgb(0 0 0 / 20%);
}
#masthead > div.col-full {
    position: absolute;
}

.storefront-primary-navigation {
    width: 100%;
    padding-left: 334px;
}

#masthead > div.storefront-primary-navigation > div {
    max-width: none;
}

#content.site-content {
    padding-top: 111px;
}
.home #content.site-content {
    padding-top: 0;
}

.woocommerce-active .site-header .site-branding {
    min-width: 155px !important;
    margin: 0 !important;
    float: none;
}
.site-header .site-branding img {
    height: auto;
    max-width: 100%;
    max-height: none;
    position: relative;
    top: -6px;
}
header#masthead .col-full {
    margin: 0;
    align-items: center;
    display: flex;
    padding: 0;
}
#site-navigation .primary-navigation {
    min-width: calc(100% - 100px);
}
.woocommerce-active .site-header .main-navigation {
    width: 100%;
    margin-right: 0;
    display: flex;
    align-items: center;
}

ul#menu-menu-principale {
    display: flex;
    align-items: center;
}

.main-navigation ul.menu > li > a, .main-navigation ul.nav-menu > li > a {
    padding: 1.618em 1.2em;
    font-weight: 600;
    color: var(--blue);
    font-size: 18px;
}

.main-navigation ul li a:hover, .main-navigation ul li:hover > a, .site-title a:hover, .site-header ul.menu li.current-menu-item > a {
    color: var(--red);
}

.lingue {
    margin-left: auto;
}

.login-button {
    background: var(--red);
    color: #fff;
    font-weight: 600;
    height: auto;
    font-size: 19px;
    box-shadow: 0 0 19px 0 rgb(0 0 0 / 30%);
    border-radius: 2px;
    margin-left: auto;

}
.logged-in .login-button{
    min-width: 215px;
}
.login-button:hover {
    background: var(--medium-blue);
}

.main-navigation ul.nav-menu > li.login-button > a {
    color: var(--red);
    padding: 0;
    height: 100%;
    font-size: 17px;
    display: flex;
    align-items: center;
}
.main-navigation ul.nav-menu > li.login-button > a .material-icons {
    margin-right: 10px;
}
.main-navigation ul.menu .login-button ul.sub-menu {
    background: #fff;
    position: absolute;
    right: auto;
    margin-top: 4px;
    min-width: 215px;
    border-bottom: 16px solid var(--blue);

}
.main-navigation ul.menu .login-button ul.sub-menu a {
    text-transform: none;
    color: var(--red);
    width: 100%;
    border-bottom: 1px solid #eee;
}
.main-navigation ul.menu > li:not(.olo-account-menu):not(.login-button) > a:before,
.main-navigation ul.nav-menu > li:not(.olo-account-menu):not(.login-button)  > a:before {
    content: "";
    display: block;
    position: absolute;
    background: var(--red);
    width: 7px;
    height: 7px;
    left: 15px;
    top: 32px;
    opacity: 0;
    transition: all ease 0.3s;
}




.main-navigation ul.menu > li.login-button > a:hover:after, .main-navigation ul.nav-menu > li.login-button > a:hover:after, .main-navigation ul.nav-menu > li.login-button > a::after {
    opacity: 1;
    right: 10px;
    bottom: 10px;
    position: absolute;
}

.main-navigation ul.menu > li:not(.olo-account-menu):not(.login-button) > a:hover:before,
.main-navigation ul.nav-menu > li:not(.olo-account-menu):not(.login-button) > a:hover:before {
    opacity: 1;
    left: 5px;
    top: 29px;
}
/*home cover*/
div#home-cover .siteorigin-panels-stretch>div:first-of-type {
    background: var(--bg-white-alpha);
    padding: 32px;
    margin-top: 248px;
    /*box-shadow: 0 0 20px 0 var(--blue);*/
    border-radius: 2px;
    backdrop-filter: blur(4px);
}
#home-cover .sow-sub-headline {
    font-size: 19px;
    font-weight: 500;
    color: var(--dark-blue);
}
div#home-cover h1 {
    color: var(--blue);
    font-size: 52px;
}
div#home-cover h1:after{
    content: "";
    width: 47px;
    display: block;
    margin: 16px 0;
    height: 4px;
    background: var(--red);}
/*home hero*/


.olo-home-hero h2 {
    font-weight: 700;
    font-size: 52px;
    color: var(--blue);
    margin-bottom: 0;
}

.olo-home-hero h2:after {
    content: "";
    width: 47px;
    display: block;
    margin: 16px 0;
    height: 4px;
    background: var(--red);
}

.olo-home-hero h3 {
    font-weight: 500;
    color: var(--dark-blue);
    border: 0;
    font-weight: 400;
    font-size: 19px;
    line-height: 34px !important;
}

.olo-home-hero {
    background-color: var(--blue);
    background-image: url(/wp-content/uploads/2022/03/bg-light-2.png);
    background-attachment: fixed;
    padding: 180px 64px 0;
    background: linear-gradient(to left,var(--bg-grey-medium),#edefef);
    max-height: 30vw;
    overflow: hidden;

}
.home-img-right.panel-cell-style.panel-cell-style-for-34-0-1 {
    min-height: 30vw;
    background-size: cover;
    background-repeat: no-repeat !important;
    border-radius: 100%;
    width: 30vw;
    min-height: 30vw;
    box-shadow: 0 0 32px 0 rgba(0,0,0,0.6);
}
.olo-home-hero .so-widget-sow-headline {
    background: transparent;
    padding: 32px 0 64px;
    border-radius: 2px;
    position: relative;
}

.how-it-works .how-it-works-desc .sow-headline-container {
    display: flex;
    align-items: center;
}

.how-it-works .how-it-works-desc .sow-headline-container h2.sow-headline {
    background: var(--bg-grey-lighter);
    padding: 0 16px;
    margin-right: 16px;
    color: var(--blue);
    font-weight: 700;
    display: flex;
    align-items: center;
    margin-bottom: 0;
    min-width: 60px;
    font-size: 30px;
    height: 60px;
    justify-content: center;
}

.how-it-works .how-it-works-desc h3.sow-sub-headline {
    color: var(--blue);
    font-weight: 700;
    font-size: 21px;
    text-transform: uppercase;
}
#pg-w62430c8fd479e-0 > div {
    position: relative;
}
.olo-decor-box {
    width: 19px;
    height: 19px;
    background: var(--red);
    display: block;
    position: absolute;
    right: -4px;
    bottom: -4px;
}
.how-it-works .how-it-works-desc .widget_text {
    background: var(--bg-grey-lighter);
    padding: 20px;
    margin-left: 60px;
    font-size: 18px;
    color: var(--dark-blue);
    font-weight: 600;
    position: relative;
}

.how-it-works .how-it-works-desc .widget_text p {
    margin-bottom: 0;
}
#pg-34-2> .panel-row-style {
    padding:32px 0 32px 0;
    background: var(--blue);
}
.icon-background-left, #panel-34-2-0-0 {
    position: absolute;
    margin-top: -21px;
}
.icon-background-left .material-icons {
    color: #ffffff2b;
    font-size: 222px;
}
/*news*/
.so-widget-sow-button-flat-86a8abf06326 .ow-button-base a.ow-button-hover:hover span {
    color: var(--blue);
}
.so-widget-sow-button-flat-86a8abf06326 .ow-button-base a.ow-button-hover:hover,
.archive-button .ow-icon-placement-right.ow-button-hover {
    background: transparent;
    border: 0;
    padding-right: 0;
}
.archive-button .ow-icon-placement-right.ow-button-hover span.sow-icon-ionicons {
    text-decoration: none;
}
.archive-button .ow-icon-placement-right.ow-button-hover span {
    color: var(--red);
    font-weight: 700;
    font-size: 20px;
    text-decoration-color: var(--red) !important;
    text-decoration: underline;
    transition: all ease 0.2s;
}
/*common*/
/*custom search*/
.search-input {
    display: flex;
    align-content: center;
    align-items: center;
    background: #fff;
    margin: 8px;
    min-height: 40px;
    position: relative;
}
.olo-search-input {
    background: #fff;
    min-width: calc(100% - 48px);
}
.olo-service-select-items {
    padding: 0 8px 8px 8px;
}
.search-input .material-icons {
    width: 48px;
    text-align: center;
}
.material-icons.olo-empty-val {
    margin-right: 35px;
    background: transparent;
    color: var(--orange);
    cursor: pointer;
}
.olo-subsc-overview h3 .search-input {
    max-width: 200px;
    margin: 0 1px 0 auto;
}
.olo-service-search .material-icons {
    background: transparent;
}
.olo-subsc-overview h3 .search-input input {
    padding: 8px;
    font-size: 19px;
}
.search-input .material-icons {
    min-height: 46px;
    background: #ebedef;
    line-height: 46px;
    color: #666;
    padding-right: 4px;
    position: absolute;
    right: 0;
}
/*pulsante*/
.olo-button-primary,
.button-icon {
    background: #fff;
    color: var(--red);
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
    border: 3px solid var(--blue);
    height: 54px;
    display: inline-flex;
    align-content: center;
    align-items: center;
    min-width: 180px;
    cursor: pointer;
    box-shadow: 0 0 8px 0 rgba(0,0,0,0.25);
    font-family: poppins;
}
.olo-button-primary{
    justify-content: center;
}
.olo-button-primary:hover,
.button-icon:hover {
    border-color: var(--red);
    background: #fff;
    color: var(--red);
}
.button-icon:hover .material-icons{
    background: var(--red);

}
.button-icon .material-icons {
    color: #fff;
    background: var(--blue);
    height: 100%;
    padding: 10px 16px 10px 7px;
}
.button-icon .material-icons {
    color: #fff;
    background: var(--blue);
    height: 100%;
}
.button-icon span:not(.material-icons) {
    width: 100%;
    text-align: center;
    margin: 0 8px;
}


.redirect-for-customer{
    display: none;
}
.title-mark {
    padding-left: 55px;
    position: relative;
    margin: 0;
}
.estimated-cost > span {
    margin: 0 2px;
}
.spec_p + .original-cost {
    display: none;
}
.title-mark::before {
    content: "";
    display: inline-block;
    position: absolute;
    left: 0;
    background-image: url(/wp-content/uploads/2022/03/triangle.png);
    width: 40px;
    height: 48px;
    background-size: contain;
    background-repeat: no-repeat;
}
.o-num {
    font-family: 'Lato', sans-serif;
}
.olo-spacer {
    height: 16px;
    display: block;
    border-bottom: 16px solid #ebedef;
    margin: 32px -24px;
}
.icon-background-right {
    position: absolute;
    right: 0;
    width: 400px;
    height: 400px;
    opacity: 0.5;
    z-index: -1;
}
.icon-background-right .material-icons {
    font-size: 22vw;
    color: var(--bg-grey-light);
    position: fixed;
    top: 150px;
    z-index: -1;

}
/*area utente*/
.single-active-user > p.no-services-notice {
    margin: 0 0 16px;
    color: #555;
    font-size: 13px;
    max-width: fit-content;
    padding: 4px;
    background: #f2f2f2;
    font-weight: 500;
}
.no-services {
    font-size: 14px;
    color: #555;
    padding: 0 4px 4px 0;
}
/*singolo ordine*/
.woocommerce-OrderUpdate-description.description a {
    color: var(--red);
    text-decoration: underline;
    font-weight: 600;
    margin: 0 0 8px;
    font-size: 16px;
    white-space: normal;
    word-break: break-all;
}
.woocommerce-checkout label .required {
    display: none;
}

.woocommerce-OrderUpdate.comment.note {
    margin-bottom: 24px;
}
/*end singolo ordine*/
.olo-no-items {
    padding: 16px;
    background: var(--bg-grey-lighter);
    margin: 0;
    font-weight: 500;
    border: 1px solid var(--bg-grey-light);
}
.show-form {
    color: var(--red);
    margin: 0 8px;
    text-decoration: underline;
    text-transform: uppercase;
    cursor: pointer;
}
.olo-hidden-form .wpcf7 form {
    padding: 16px;
    background: #fff;
    margin: 24px -16px;
    padding: 16px 32px;
    border: 1px solid var(--bg-grey-lighter);
}
.wpcf7 form label {
    color: var(--blue);
    margin-top: 10px;
    display: block;
    font-weight: 600;
}
input[type=text], input[type=number], input[type=email], input[type=tel], input[type=url], input[type=password], input[type=search], textarea, .input-text {
    background-color: var(--bg-grey-lighter);
    box-shadow: none;
    color: #333;
}
a:focus, button:focus, .button.alt:focus, input:focus, textarea:focus, input[type="button"]:focus, input[type="reset"]:focus, input[type="submit"]:focus, input[type="email"]:focus, input[type="tel"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus {
    outline-color: #93b3c3;
}
.user_and_mail {
    display: inline-flex;
    flex-direction: column;
    justify-content: flex-start;
    align-content: flex-start;
    text-align: left;
}
.user-details {
    font-size: 17px;
    font-weight: 500;
    letter-spacing: 0.1px;
}

.woocommerce-MyAccount-content > h2 + p {
    display: none;
}

.entry-header,.olo-account-title {
    display: flex;
    align-content: center;
    align-items: center;
    background: var(--bg-grey-light);
    color: var(--blue);
    min-width: 100vw;
    left: 0;
    position: absolute;
    text-align: center;
    z-index: 0;
    padding: 33px 15% 88px;
    margin-top: -5px;
    font-weight: 700;
    font-size: 14px;
    /* background-image: url(/wp-content/uploads/2022/03/triangle.png);*/
    background-repeat: no-repeat;
    justify-content: space-between;

}
.entry-header{
    padding: 33px 15% 33px;
}
body:not(.home) .entry-content{
    padding-top: 108px;
}
.entry-header h1,.olo-account-title h1 {
    color: var(--blue);
    font-weight: 700;
    margin: 0 8px 0 0;
    display: flex;
    align-items: center;
}
.entry-header h1 {
    font-size: 45px;
}
.entry-header,.olo-account-title h1.olo-logged-user{
    font-size: 30px;
}
.olo-account-title h1 small {
    font-weight: 400;
    font-size: 67%;
    margin-left: 4px;
    display: flex;
    place-content: center;
    align-items: center;
}
.olo-account-title h1 .material-icons {
    color: var(--red);
    font-size: 67px;
    margin-right: 8px;
    line-height: 0;
    position: relative;
    top: 1px;
    margin-left: -13px;
}
.olo-account-title{
    position: fixed;
}
.is-scroll .olo-account-title {
    opacity: 0;
}
.olo-notices-container > div {
    width: 100%;
}

.olo-notices-container {
    display: flex;
    justify-content: space-between;
}
#expire-soon .olo-subs-title {
    display: flex;
    border-bottom: 1px solid var(--bg-grey-light);
    padding-right: 8px;
}
#expire-soon .olo-subs-title:last-child {
    border: 0;
}
#expire-soon .olo-subs-title h4 {
    font-size: 16px;
    margin-right: auto;
    margin-bottom: 0;
}
#expire-soon {
    max-height: 137px;
    overflow: auto;
    border: 1px solid var(--bg-grey-light);
    position: relative;
    top: 2px;
    padding: 4px;
    border-radius: 2px;
    box-sizing: border-box;
    min-height: 44px;
}
div#expire-soon .olo-no-items {
    margin: -4px;
    border: 0;
}
#expire-soon .material-icons,
#expire-soon .olo-subs-title .olo-expiring,
#expire-soon .olo-subs-title .dates h5:first-of-type {
    display: none;
}
#post-311 .entry-header {
    display: none;
}
.woocommerce-account #content.site-content {
    padding-top: 0;
}
.woocommerce-MyAccount-content h3 {
    font-size: 22px;
    font-weight: 600;
    color: var(--blue);
    margin: 0 0 16px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
}
.woocommerce-MyAccount-content .search-input.search-users {
    max-width: 50%;
    margin-left: auto;
    max-height: 40px;
}
.woocommerce-MyAccount-content .search-input.search-users input {
    max-height: 45px;
}
.olo-subsc-overview h3 small {
    font-size: 70%;
    font-weight: 500;
}
.flex-row {
    display: flex;
    justify-content: space-between;
}
.olo-subsc-overview h3 {
    display: flex;
    align-items: center;
    min-height: 47px;
}
.flex-row > div {
    width: calc(50% - 8px);
}
#olo-latest-requests-container {
    flex: 1 1 65%;
    margin-left: 16px;
}
#olo-last-orders .header,
.requested-service-row {
    display: grid;
    grid-template-columns: 45% 20% 20% auto;
    grid-column-gap: 2%;
    font-size: 15px;
    color: #333;
    padding:5px  8px;
    border: 1px solid #ccc;
    border-width: 0 1px 1px 1px;
}
.my_account_orders th, table:not(.has-background).woocommerce-orders-table th,
#olo-last-orders .header {
    background: #929b9f;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
    border: 0;
}
.requested-service-row a {
    color: var(--red);
    font-weight: 500;
    text-decoration: underline;
    font-size: 14px;
}
.completed {
    color: var(--green);
}
.processing,
.on-hold {
    color: var(--orange-label);
}
.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-status > span::before {
    content: "circle";
    font-family: "material icons";
    font-size: 12px;
}
.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-number a {
    color: #333;
}
.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-status > span {
    font-weight: 600;
}
.order-status {
    font-size: 13px;
    margin-right: 2px;
    font-weight: 600;
}
.olo-single-order-container .order-status {
    font-size: 16px;
}
.order-status .material-icons {
    font-size: 13px;
    margin-right: 3px;
    position: relative;
    bottom: -2px;
}
.olo-ellipsis-text,
.requested-service-row > div:first-of-type {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 8px;
}
.my_account_orders td,
.my_account_orders th,
#olo-last-orders td,
#olo-last-orders th {
    padding: 4px 8px;
    font-size: 15px;
    color: #333;
}
.woocommerce-orders-table.woocommerce-MyAccount-orders.shop_table.shop_table_responsive.my_account_orders.account-orders-table {
    border: 1px solid #ccc !important;
}
.woocommerce-orders-table__header.woocommerce-orders-table__header-order-actions span {
    padding-right: 8px;
}
.woocommerce-orders-table__header.woocommerce-orders-table__header-order-actions {
    text-align: right;
}
.woocommerce-orders-table.woocommerce-MyAccount-orders.shop_table.shop_table_responsive.my_account_orders.account-orders-table tr td {
    border-bottom: 1px solid #ccc !important;
    padding: 8px;
    font-size: 14px;
}
.order-total span {
    color: transparent;
}
.woocommerce-orders-table__header.woocommerce-orders-table__header-order-actions {
    color: transparent !important;
}
.show-all-btn {
    float: right;
    margin-top: -45px;
    padding: 0 2px;
    cursor: pointer;
    font-weight: 600;
    transition: all ease 0.2s;
    color: var(--red);
    text-decoration: underline !important;
}
#olo-show-all {
    text-transform: none;
    color: var(--red);
    font-size: 16px;
    font-weight: 600;
    text-decoration: underline;
    padding: 0 2px;
    position: relative;
    top: 4px;
    margin-left: auto;
    min-width: 72px;
}
.show-all-btn:hover {
    background: var(--red);
    color: #fff;
    border-color: var(--red);
}
.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-total,
.woocommerce-orders-table .woocommerce-button.button.pay,
.woocommerce-orders-table .woocommerce-button.button.cancel,
.woocommerce-orders-table__header.woocommerce-orders-table__header-order-total,
#olo-last-orders tbody > tr:not(:nth-child(1)):not(:nth-child(2)):not(:nth-child(3)):not(:nth-child(4))   {
    display: none;
}
.button.view,
.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-actions .woocommerce-button.button.view {
    background: #fff;
    color: var(--red);
    text-align: right;
    float: right;
    padding: 2px;
}

#olo-last-orders tr:not(:nth-child(4)) td {
    border-bottom: 1px solid var(--bg-grey-medium);
}
/*abbonamenti in scadenza*/

.olo-subsc-overview > div {
    flex: 1;
    max-width: 49%;
}
.olo-subsc-overview {
    display: flex;
    justify-content: space-between;
}
#expire-soon .header {
    display: flex;
    justify-content: space-between;
    font-weight: 600;
    color: #333;
    background: var(--bg-grey-light);
    padding: 4px 12px;
    margin: -4px -4px 0 -4px;
}
.olo-expiring-subs >div{
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #cccccc;
    padding:2px 10px !important;
    font-size: 16px;
}

#expire-soon > div.olo-expiring-subs > div:last-of-type {
    border: 0;
}
/*abbonamento*/
.olo-main-subs-container  .col.info a,
.olo-main-subs-container .buttons a{
    pointer-events: auto!important;
}
#invalid_coupons_list > h2 + p,
#invalid_coupons_list > h2 {
    display: none;
}

#all_coupon_container .mark {
    border-radius: 2px;
    font-weight: 600;
    color: var(--medium-blue);
    font-size: 16px;
    border: 1px dashed var(--bg-grey-medium) !important;
    display: flex;
    align-items: center;
    padding: 6px 8px;
    margin-bottom: 0;
}

#all_coupon_container .material-icons {
    color: var(--red) !important;
    line-height: 0;
    margin-right: 4px !important;
}

#all_coupon_container {
    overflow: visible !important;
}

.olo-main-subs-container.relative.p-2.sc-coupon {
    max-width: unset !important;
    display: flex;
    flex-direction: column;
    background: var(--bg-grey-medium);
    width: 100%;
    padding: 24px 0 5px !important;
    border-radius: 4px;
    margin-bottom: 16px;
}

.olo-main-subs-container .inline-flex.items-center.space-x-1.text-sm.font-bold.leading-none {
    margin-bottom: 16px;
}

.olo-main-subs-container .dates {
    display: flex;
    flex-wrap: wrap;
}

.olo-subs-title h4 {
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    color: var(--blue);
    font-size: 18px;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    margin-bottom: 6px;
}
.olo-subs-title .o-num {
    font-weight: 600;
    margin: 0 8px;
    font-size: 19px;
}
.olo-amount h5 span {
    font-weight: 800;
}
.olo-amount h5 .o-num {
    margin-left: 8px;
    color: var(--blue);
}
.olo-amount h5.mark {
    padding: 1px 8px;
    font-size: 17px;
}
.olo-amount h5 {
    color: #666;
    font-weight: 400;
    display: flex;
    justify-content: flex-end;
}
.olo-amount .material-icons.found {
    color: var(--red);
    margin-right: 8px;
}
.olo-amount h5:first-of-type {
    margin-right: 8px;
    margin-left: auto;
    margin-bottom: 0;
}
.olo-same-amount {
    font-size: 17px;
}
.olo-amount {
    text-align: right;
    font-size: 18px;
    font-family: 'Poppins', sans-serif;
    display: flex;
    flex-direction: column;
    align-items: center;
    place-content: center;

}

.discount-label {
    display: none;
}

.olo-subs-details .inline-flex > div {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

/*prodotti a catalogo*/
.olo-old-single-subs {
    display: flex;
    align-content: center;
    align-items: center;
    width: 100%;
    justify-content: space-between;
    border-bottom: 1px solid var(--bg-grey-medium) !important;
    padding: 5px 0;
}
.olo-old-single-subs h4, .olo-old-single-subs h5 {
    margin: 0;
}
.olo-old-single-subs h4 {
    color: var(--blue);
    font-size: 20px;
    font-weight: 600;
}
.olo-old-single-subs .material-icons {
    font-size: 15px;
    top: 3px;
    position: relative;
}
.sc-coupons-list {
    gap: 0 !important;
}
.olo-product-list {
    width: 100%;
}

.row.single-product {
    display: flex;
    padding: 8px;
    align-content: center;
    align-items: stretch;
    background: #f1f1f1;
    margin: 0 16px 8px !important;
    border-radius: 2px;
    position: relative;

}

.row.single-product .col {
    padding: 0 8px;
    min-height: 100%;
    display: inline-flex;
    align-content: center;
    justify-content: center;
}
.row.single-product .col > h4 {
    font-size: 18px;
}
.row.single-product .col.last-col{
    border-left: 1px dashed var(--bg-grey-medium);
}
.row.single-product a {
    text-decoration: underline !important;
    font-weight: 700;
}

.row.single-product h4 a {
    color: var(--blue) !important;
    margin-bottom: 11px;
    font-size: 19px;
    text-decoration: none !important;
    font-weight: 600;
}

.row.single-product .info {
    display: flex;
    flex-direction: column;
    max-width: 70%;
}

.description {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-bottom: 8px;
}

.woocommerce-OrderUpdate-description.description {
    white-space: normal;
}

.single-product .col.image {
    max-width: 80px;
    padding-left: 0;
}

.col.last-col {
    margin-left: auto;
    text-align: right;
    align-items: center;
}

.description.related-subs {
    font-size: 16px;
    font-weight: 500;
    color: #555;
}

.description.related-subs p {
    margin-bottom: 4px;
}

.description.related-subs span {
    font-weight: 700;
    font-size: 12px;
    text-transform: uppercase;
    color: var(--blue);
    margin: 0 2px 0 0;
}

.price {
    color: var(--blue);
    font-size: 18px;
    font-weight: 600;
    padding:0 16px 0 0;
    border-right: 0 !important;
    display: inline-flex;
    height: 44px;
    margin-right: 6px;
}

.price span {
    font-weight: 600;
    font-size: 85%;
}
.estimated-cost .label .material-icons {
    olor: var(--red);
    font-weight: 100 !important;
    font-size: 19px;
    margin-left: 0;
    position: absolute;
    right: -20px;
    cursor: pointer;
    top: -2px;
}
/*singolo ordine*/
.woocommerce-view-order .woocommerce-customer-details,
.woocommerce-table.woocommerce-table--order-details .product-quantity,
.woocommerce-table.woocommerce-table--order-details.shop_table.order_details tfoot,
.woocommerce-customer-details,
.order-again {
    display: none;
}
/*avvisi*/
* {
    box-sizing: border-box
}

/* Slideshow container */
.su-posts.su-posts-default-loop {
    display: flex;
    flex-direction: column;
}

.olo-end-list {
    list-style: none;
}

.slideshow-container {
    max-width: 100%;
    position: relative;
    margin: 0;
    display: flex;
    overflow: hidden;
    margin-top: -26px;
    flex-direction: row;

}

.olo-carousel.slideshow-container li {
    flex: 1;
    max-width: 33%;
    min-width: 33%;
    background: #DADCDD;
    padding: 8px 16px;
    border-radius: 2px;
    margin-right: 4px;
    margin-bottom: 2px;
    position: relative;
}

.olo-main-subs-container .dates h5 {
    font-size: 14px;
    color: var(--blue);
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    margin-bottom: 0;
    margin-right: 8px;
    padding-right: 8px;
    display: flex;
    align-content: center;
    align-items: center;

}

.olo-main-subs-container .dates h5:first-of-type {
    border-right: 1px solid var(--medium-blue) !important;
}

.olo-main-subs-container .dates h5 span {
    color: var(--blue);
    font-size: 14px;
    margin: 0 0 0 2px;
    font-weight: 600;

}
.olo-main-subs-container .dates h5 span.material-icons {
    color: var(--red);
    margin-right: 4px;
    display: none;
}
.olo-main-subs-container .olo-subs-title h4 span.olo-expiring {
    color: var(--orange-label);
    padding: 0 6px;
    margin: 0 4px 0 8px;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 500;
    display: flex;
}
.olo-main-subs-container .olo-subs-title h4 span.olo-expiring .material-icons {
    font-size: 14px;
    position: relative;
    top: 5px;
    margin-right: 4px;
}
#all_coupon_container .olo-modal-product .material-icons {
    line-height: 0;
    font-size: 17px;
    position: relative;
    top: 3px !important;
    right: -2px;
}
.olo-subs-details .inline-flex,
#sc-cc .olo-subs-details .inline-flex {
    display: flex;
    background: #fff;
    margin: -24px 0 0;
    padding: 16px;
    border: 1px solid var(--bg-grey-medium);
    box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.05);
    border-bottom: 0;
}

.olo-carousel.slideshow-container li > div .olo-home-hero{
    position: relative;
    height: 100%;
    min-height: 52px;
}


html body .su-posts-default-loop .su-post-thumbnail img {
    max-width: unset;
    max-height: initial;
    margin-bottom: 0;
    border-radius: 0;
    filter: brightness(1.1);
}
html body  .su-posts.su-posts-default-loop.news-loop {
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
}
html body  .news-loop .su-post > div.image{
    padding: 0;
}
html body .su-posts-default-loop .su-post-thumbnail {
    float: left;
    display: block;
    width: 250px;
    height: 250px;
    height: auto;
    margin: 0;
    overflow: hidden;
}
html body .news-loop .su-post {
    display: flex;
    border: 2px solid #fff;
    padding: 16px;
    max-width: calc(50% - 8px);
    font-size: 19px;
    background: #fff;
    margin-bottom: 16px!important;
    position: relative;
    min-width: calc(50% - 8px);
}
.su-posts-default-loop .su-post-excerpt {
    color: var(--dark-blue);
    font-size: 15px;
    float: left;
    max-height: 30px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 20px;
    width: 100%;
    margin-bottom: 0 !important;
    padding-right: 68px;
}

html body .news-loop.su-posts-default-loop .su-post-excerpt{
    margin-bottom: 16px!important;
}
.su-posts-default-loop .su-post-meta {
    padding: 0;
    font-weight: 500;
    color: var(--blue);
    opacity: 1 !important;
    min-width: 78px;
    max-height: 22px;
    font-size: 15px !important;
}
html body .news-loop .olo-read{
    position: absolute;
    bottom: 16px;
    right: 16px;
}
.su-post-title a {
    font-size: 17px !important;
    margin-bottom: 15px !important;
    display: block;
}
.su-post-title {
    line-height: normal;
    margin-bottom: 32px !important;
    display: block;
}

.su-posts-default-loop .su-post {
    margin-bottom: 0 !important;
}

.su-posts-default-loop h3.su-post-title a {
    color: #111;
    font-weight: 400;
    text-decoration: none;
    font-size: 19px;
    text-transform: none;
}

.olo-flex-inline {
    display: flex;
    justify-content: space-between;
}

/* Hide the images by default */
.mySlides {
    display: none;
}

/* Next & previous buttons */
.olo-carousel-buttons {
    margin-left: auto;
}

.prev, .next {
    cursor: pointer;
    position: relative;
    top: 50%;
    width: auto;
    margin-top: -22px;
    padding: 3px 16px;
    color: var(--red);
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0;
    user-select: none;
    text-decoration: none !important;
    top: -40px;
}


.next, .prev {
    right: 0;
    border-radius: 0px;
    border: 1px solid;
}


.prev:hover, .next:hover {
    background-color: var(--red);
    color: #fff;
    border: 1px solid var(--red);
}

/* Caption text */
.text {
    color: #f2f2f2;
    font-size: 15px;
    padding: 8px 12px;
    position: absolute;
    bottom: 8px;
    width: 100%;
    text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}
.mySlides.fade[style="display: block;"] + li.fade + li.fade,
.mySlides.fade[style="display: block;"] + li.fade {
    display: block !important;
}

.notice-btn {
    color: var(--red);
    font-weight: 500;
    position: absolute;
    right: 8px;
    bottom: 8px;
    font-size: 16px;
    text-decoration: underline;
}

.notice-btn:hover {
    text-decoration: underline;
}
/* Fading animation */
.fade {
    -webkit-animation-name: fade;
    -webkit-animation-duration: 1.5s;
    animation-name: fade;
    animation-duration: 1.5s;
}

@-webkit-keyframes fade {
    from {
        opacity: .4
    }
    to {
        opacity: 1
    }
}

@keyframes fade {
    from {
        opacity: .4
    }
    to {
        opacity: 1
    }
}

/*end avvisi*/

/*END area utente*/

/*pulsnti*/
.olo-home-hero .olo-primary-button {
    position: relative;
    top: -60px;
}

.olo-primary-button a {
    text-decoration: none !important;
    font-weight: 700;
    border-radius: 2px !important;
    font-size: 19px !important;
    box-shadow: 0 0 27px 0 rgb(0 0 0 / 32%);
    margin-top: 0;
    position: relative;
    padding: 1em 1.5em !important;
}
#home-cover .olo-primary-button a{
    font-size: 17px !important;
}
.row.single-product .buttons a {
    display: inline-flex;
    padding: 8px;
    font-family: 'Poppins', sans-serif;
    border-radius: 2px;
    font-weight: 700;
    color: var(--red) !important;
    font-size: 15px;
    transition: all ease 0.2s;
    align-items: center;
    min-height: 44px;
    text-transform: uppercase;
}
.row.single-product .buttons a .material-icons {
    margin-left: 8px;
    font-size: 20px;
}
.row.single-product .buttons a.olo-modal-product:hover span.material-icons,
.row.single-product .buttons a.olo-modal-product:hover {
    background: var(--red) !important;
    color: #fff !important;
    border-color: var(--red) !important;
}
/*empty states*/
.olo-empty-subs,
#olo-no-exp,
#olo-empty-subs{
    display: none;
}
.abbonamenti:empty + .olo-empty-subs,
#expire-soon .cont:empty + #olo-no-exp,
div#olo-subs-cont .cont:empty + #olo-empty-subs {
    display: block;
}
/*footer*/
footer .block-content.content {
    display: flex;
    justify-content: space-between;
    width: 151px;
}
footer .block-content.content img {
    max-width: 18px;
}
footer .social {
    margin-top: 24px;
}
footer#colophon {
    background: var(--blue);
    color: #fff;
    padding-bottom: 0;
    position: relative;
}
footer#colophon a {
    color: #fff;
}
footer#colophon .col-full {
    max-width: 100%;
    padding: 0 15vw!important;
}
footer#colophon .footer-widgets{
    padding-top: 48px;
}
.logo {
    margin-top: -42px;
}
.logo img {
    max-height: 60px;
}
.contact {
    margin-top: 24px;
}

.contact p {
    margin-bottom: 6px;
    font-weight: 200;
}
.site-footer .widget .widget-title {
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 17px;
    text-shadow: 0 0 11px rgb(0 0 0 / 50%);
    border-bottom: 1px solid #ffffff40;
}
.widget_nav_menu ul li::before{
    display: none;
}
.widget_nav_menu ul  {

    list-style-position: inside;
}
.widget_nav_menu ul li {
    list-style: square;
    padding-left: 0;
    list-style-position: inside;
}

.widget_nav_menu ul li a {
    text-decoration: none;
    font-weight: 300;
}
.widget_nav_menu ul li:hover a {
    text-decoration: underline;
}
footer#colophon .col-full.bottom-footer {
    display: flex;
    background: #00000040;
    padding: 12px 15vw!important;
    color: #f2f2f2;
    font-size: 14px;
}
footer#colophon .col-full.bottom-footer>div:first-of-type {
    margin-right: auto;
}

/*prodotto madale*/
.olo-modal-dashboard,
#olo-modal-product-container {
    position: fixed;
    width: 100vw;
    height: 100vh;
    z-index: 1000;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    display: none;
}

.olo-backdrop {
    background: #0000008c;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}
.olo-modal-dashboard .content,
#olo-modal-product-container .content {
    background: #fff;
    padding: 32px 0 32px 32px;
    width: 60vw;
    height: auto;
    display: flex;
    overflow: hidden;
    border-radius: 2px;
    margin: auto;
    margin-top: auto;
    position: relative;
    margin-top: 10vh;
    max-height:calc(100vh - 84px);
    min-height: 560px;
}
#olo-modal-product-container .content {
    border-bottom: 16px solid var(--blue);
    width: 65vw;
}
.olo-policy-check {
    padding-top: 0 !important;
    min-width: 100%;

}
.olo-policy-check .acf-label {
    display: none;
}
.olo-policy-check ul.acf-checkbox-list li label {
    color: var(--blue);
    font-size: 16px;
    font-weight: 600 !important;
}

.no-founds-message {
    margin-right: auto;
    display: flex;
    align-content: center;
    font-size: 15px;
    font-weight: 600;
    padding: 1px 8px 1px 2px;
    border-radius: 16px 2px 2px 16px;
    background: #ffae75;
    color: var(--dark-blue);
}

.no-founds-message .material-icons {
    margin-right: 4px;
    color: var(--dark-blue);
}
.related-subs {
    color: #333;
    margin-top: 52px;
    border: 1px dashed #ccc;
    padding: 16px;
    background: #f2f2f2;
    height: fit-content;
    display: inline-flex;
    flex-direction: column;
    width: 100%;
}
.related-subs h5 {
    color: var(--medium-blue);
    font-weight: 600;
    font-size: 19px;
    display: flex;
    align-content: center;
    margin-bottom: 0;
    text-transform: uppercase;
    flex-direction: column;
}
.related-subs h5 #name_subs {
    text-transform: none;
    font-size: 18px;
    font-weight: 500;
    margin: 10px 0 4px 0;
}
.related-subs h5 .material-icons {
    color: var(--red);
    margin-right: 8px;
    position: relative;
    top: 3px;
    font-size: 19px;
}
.related-subs p {
    margin: 0 0 0 28px;
    font-size: 14px;
    display: list-item;
    list-style: square;
    list-style-position: outside;
    list-style-position: inside;
    font-family: roboto;
}
.related-subs p b {
    color: var(--medium-blue);
    margin-right: 8px;
    font-family: Raleway;
}
.olo-modal-dashboard .content>div,
#olo-modal-product-container .content > div {
    display: flex;
}
.woocommerce-product-gallery.woocommerce-product-gallery--with-images.woocommerce-product-gallery--columns-4.images {
    opacity: 1 !important;
}
.olo-modal-dashboard .summary.entry-summary,
#olo-modal-product-container  .summary.entry-summary {
    display: flex;
    margin-bottom: 48px;
    overflow: auto;
    margin-right: -45px;
    padding-right: 41px;
    max-height: 100%;
    align-content: flex-start;
    justify-content: flex-start;
}
.olo-modal-dashboard .content .button-close,
#olo-modal-product-container .content .button-close {
    position: static;
    top: 24px;
    font-size: 30px;
    order: 100;
    margin-left: auto;
    margin-top: -16px;
    margin-right:   16px;
    top: 24px;
    cursor: pointer;
    z-index: 10;
}
.olo-modal-dashboard .content .button-close .material-icons,
#olo-modal-product-container .content .button-close .material-icons {
    font-size: 35px;
    color: var(--red);
}
.princeAndCart {
    display: flex;
    place-content: flex-start;
    margin-top: 64px;
    align-items: center;
}
.princeAndCart > form {
    margin: 0;
}

.single_add_to_cart_button.button.alt {
    background: var(--red);
    display: flex;
}
.single_add_to_cart_button.button.alt .material-icons {
    margin: 0 8px 0 -16px;
    line-height: 34px;
}
.single_add_to_cart_button.button.alt.olo-disabled:hover .material-icons {
    background: var(--blue);
}
.olo-modal-dashboard .image-container,
#olo-modal-product-container  .image-container {
    max-width: 300px;
    margin-right: 24px;
    position: sticky;
    top: 0;
    min-width: 300px;
}

.princeAndCart {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    display: flex;
    justify-content: flex-end;
    background: #fff;
    padding: 0 24px 16px;
}

.princeAndCart .price {
    min-height: 49px;
    line-height: 30px;
    font-size: 24px;
    overflow: hidden;
    padding: 8px 16px;
    height: auto;
    max-height: 47px;
    margin-bottom: 0;
    font-family: roboto;

}
.princeAndCart .price .woocommerce-Price-currencySymbol {
    font-size: 74%;
    margin-left: 0;
}
.single_add_to_cart_button.button.alt {
    background: transparent;
    display: flex;
    min-height: 50px;
    place-content: center;
    align-content: center;
    line-height: 32px;
    padding: 0 16px 0 0;
    box-sizing: border-box;
    align-content: center;
    align-items: center;
    transition: all ease 0.1s;
    color: var(--red);
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 700;
    min-width: 200px;
}

.single_add_to_cart_button.button.alt:hover {
    background: transparent;
    border-color: var(--red);
}
.woocommerce-product-gallery.woocommerce-product-gallery--without-images.woocommerce-product-gallery--columns-4.images {
    opacity: 1 !important;
}
.olo-product-details-container {
    color: #444;
    max-width: 70%;
    min-width: 70%;
    margin-right: 32px;
    font-size: 15px;
}
.woocommerce-product-details__short-description {
    margin: 24px 0;
}
.olo-product-details-container .product_title.entry-title {
    position: sticky;
    top: 0;
    background: #fff;
    max-width: 90%;
    padding-bottom: 0;
    font-size: 28px;
    text-transform: uppercase;
    font-weight: 500;
}

.external-link {
    color: var(--red);
    display: flex;
    align-items: center;
}
.external-link:hover .material-icons {
    transform: translateX(3px);
    transition: all ease 0.1s;
}
.external-link > span:not(.material-icons) {
    text-decoration: underline;
    font-weight: 500;
    font-size: 15px;
    max-width: 250px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;

}
.external-link .material-icons {
    margin-left: 8px;
}
.indent {
    margin-left: 21px;
    margin-bottom: 8px;
}
.empty-image {
    width: 300px;
    background: var(--bg-grey-lighter);
    height: 250px;
    text-align: center;
    position: relative;
}
.image-label {
    color: #003A569C;
    padding: 4px 8px;
    font-size: 14px;
    left: 8px;
    top: 8px;
    font-weight: 600;
    position: absolute;
    width: calc(100% - 16px);
    background: #ffffff91;
}
.olo-product-details-container {
    color: #333;
    max-width: 75%;
}
.empty-image .material-icons {
    font-size: 200px;
    color: var(--bg-grey-light);
    margin-top: 39px;
}
.olo-product-details-container h5 {
    font-size: 22px;
    font-weight: 500;
    text-transform: uppercase;
    color: var(--blue);

}
.olo-product-details-container h5.estimated-cost {
    font-size: 17px;
}
.estimated-cost small {
    display: block;
    color: #555;
    text-transform: none;
    font-weight: 400;
    font-size: 90%;
}
.olo-product-details-container h6 {
    font-size: 16px;
    font-weight: 600;
    display: list-item;
    list-style-position: inside;
    margin: 10px 0 4px;
    color: var(--medium-blue);
    list-style-type: disc;
}
/*loader*/
body.oveflow-hidden {
    overflow: hidden;
}
.olo-order-main-container .loader-container {
    position: fixed;
    z-index: 100;
    width: 100vw;
    height: 100vh;
    display: block;
    background: #ffffff5e;
    top: 0;
    left: 0;
}
.loader {
    display: flex;
    width: 30px;
    height: 30px;
    border: 4px solid var(--red);
    top: calc(50% - 15px);
    animation: loader 2s infinite ease;
    position: absolute;
    margin: auto;
    left: calc(50% - 15px);
}

.loader-inner {
    vertical-align: top;
    display: inline-block;
    width: 100%;
    background-color: var(--red);
    animation: loader-inner 2s infinite ease-in;
}

@keyframes loader {
    0% {
        transform: rotate(0deg);
    }

    25% {
        transform: rotate(180deg);
    }

    50% {
        transform: rotate(180deg);
    }

    75% {
        transform: rotate(360deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes loader-inner {
    0% {
        height: 0%;
    }

    25% {
        height: 0%;
    }

    50% {
        height: 100%;
    }

    75% {
        height: 100%;
    }

    100% {
        height: 0%;
    }
}
/*end loader*/
/*end*/
/*checkout*/

.olo-custom-upload-field label,
#olo-credits-payment #coupons_list h3,
.olo-order-main-container #customer_details h3,
.olo-order #payment,
.woocommerce-terms-and-conditions-wrapper,
#place_order,
.wc_payment_methods.payment_methods.methods .woocommerce-notice.woocommerce-notice--info.woocommerce-info,
.woocommerce-form-coupon-toggle,
.shop_table .quantity{
    display: none!important;
}
.olo-order-main-container #customer_details .olo-custom-upload-title h3 {
    display: block !important;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0;
}
.olo-order-main-container  table:not(.has-background) tbody td{
    background-color: transparent;
}
.remove {
    text-decoration: none !important;
}
.olo-order-main-container table td,
.olo-order-main-container table th {
    padding: 16px 0;
}
.olo-order-main-container > form, .olo-order-main-container > div {
    flex: 1;
    padding: 16px;
}
.wooccm-file-button.button.alt, #billing_wooccm11_button {
    background: #fff;
    height: 37px;
    margin-top: 16px;
}
.wooccm-file-button.button.alt::before,
#billing_wooccm11_button::before {
    content: "file_upload";
    font-family: "material icons";
    color: var(--red);
    font-size: 30px;
    border: 1px solid var(--red);
    width: 100%;
    display: block;
    height: 37px;
    line-height: 37px;
    text-align: center;
    margin-bottom: 4px;
    margin-top: -4px;
}
.wooccm-file-button.button.alt:hover:before {
    box-shadow: 0 0 12px 0 rgb(0 0 0 / 20%);
}
.wooccm-file-button.button.alt {
    color: #555;
    text-align: left;
    font-weight: 400;
    padding: 0;
}
.olo-order-main-container .product-name > strong,
.olo-order-main-container {
    display: flex;
}
.olo-order-main-container {
    flex-direction: column;
    max-width: 750px;
    margin: 64px auto;
    background: #fff;
    padding: 16px;
    position: relative;
    top: 32px;
}
.olo-info-note {
    background: var(--bg-grey-lighter);
    border-radius: 4px;
    margin: 0 16px 8px 16px;
    font-size: 14px;
    display: flex;
}
.olo-info-note .material-icons {
    margin-right: 8px;
    font-size: 20px;
    color: var(--bg-grey-medium);
}
.olo-order-main-container tr.cart_item {
    display: flex;
    width: 100%;
    border: 1px dashed var(--bg-grey-medium);
    border-width: 1px 0;
    font-size: 18px;
    color: #444;
    padding: 4px;
    font-weight: 600;
}
.olo-inline-field{
    display: inline-flex;
    flex-direction: column;
    width: 48%;

}
.olo-inline-field.margin-right{
    margin-right: 4%;
}
.olo-order-main-container tr.cart_item td.product-name {
    margin-right: auto;
}
.olo-order-main-container label {
    color: var(--blue);
    font-size: 16px;
    font-weight: 600;
    display: flex;
    margin-bottom: 3px;
    position: relative;
}
.olo-label-notes {
    display: flex;
    flex-direction: column;
    position: relative;
    padding-right: 24px;
    flex: 1;
    margin-right: 4px;
}
.olo-label-notes small {
    font-weight: 400;
}
.olo-label-notes .material-icons {
    position: absolute;
    right: 0;
    cursor: pointer;
    color: var(--red);
}
.olo-order-main-container .olo-tooltip {
    min-width: 100%;
    right: 0;
    z-index: 100;
    top: 31px;
    display: none;
    font-weight: 300;
    box-shadow: 0 0 10px 0 rgba(0,0,0,.6);
    font-size: 13px;
    position: absolute;
    background: var(--blue);
    color: #fff;
    padding: 4px;
}
.olo-label-notes .material-icons:hover + .olo-tooltip {
    display: block;
}
.olo-order-main-container label .optional {
    font-size: 85%;
    margin-left: auto;
    font-weight: 500;
}
body.woocommerce-checkout {
    background: var(--bg-grey-lighter);
}
.checkout.woocommerce-checkout {
    display: flex;
    flex-direction: column;
}
#order_review .shop_table {
    margin-bottom: 0;
}
.page-template-template-fullwidth-php #order_review_heading, .page-template-template-fullwidth-php #order_review{
    float: none;
    width: 100%;
}
#trigger-submit-button {
    color: var(--red);
    padding: 0;
    padding-left: 0px;
    text-decoration: none;
    font-weight: 600;
    font-size: 20px;
    display: flex;
    cursor: pointer;
    border-radius: 2px;
    transition: all ease 0.2s;
    max-width: 258px;
    justify-content: center;
    position: relative;
    margin: 0 auto;
    padding-left: 48px;
    min-height: 58px;
}
#trigger-submit-button .material-icons {
    position: absolute;
    left: 0;
    padding: 12px;
}

/*end checkout*/
/*dettagli ordine*/
.olo-link a {
    color: var(--red);
    text-decoration: underline;
}
.olo-order-content h2,
.order-status-details h1 {
    font-size: 23px;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 24px;
}
.olo-order-content h2 .material-icons, .order-status-details h1 .material-icons {
    font-size: 27px;
    vertical-align: top;
}

.completed .order-status{
    color:var(--green);
    font-weight: 700;
}

.on-hold .order-status{
    color:var(--orange-label);
    font-weight: 700;
}
.olo-single-order-container {
    width: 100%;
}
.olo-order-content {
    display: flex;
    flex-wrap: wrap;
    color: #333;
    justify-content: space-between;
}
.olo-order-content .olo-half {
    width: calc(60% - 24px);
}
.olo-order-content .olo-half.white-bg {
    background: #fff;
    padding: 16px;
    width: 39%;
}
.serviceName small {
    font-weight: 400;
}

.serviceName {
    text-transform: uppercase;
    font-weight: 500;
    max-width: calc(80% - 16px);
    line-height: normal;
}
.estimated-cost {
    text-align: left;
    color: var(--blue);
    font-size: 15px;
    font-weight: 500;
    position: relative;
    line-height: normal;
}

.olo-order-detail.fields {
    display: flex;
    font-weight: 300;
    border-bottom: 1px dashed #666;
    padding: 0 0 16px;
    margin-bottom: 16px;
}
.olo-order-detail.fields > div > .label,
.olo-order-detail.fields > .olo-half .label,
.estimated-cost .label {
    display: block;
    color: var(--blue);
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
}
.filename a {
    color: var(--red);
    font-weight: 500;
    text-decoration: underline;
}
.order-status-details {
    border-bottom: 8px solid #ddd;
    margin: 0 -24px 24px;
    padding: 0 24px;
    color: #333;
}

.olo-order-detail.service small {
    font-size: 85%;
    display: block;
    font-weight: 400;
}
.total-cost {
    display: flex;
    margin-left: auto;
    color: var(--blue);
    border-top: 1px dashed #666;
    margin-top: 16px;
    padding-top: 16px;
    width: 100%;
    text-transform: uppercase;
    font-weight: 600;
    place-content: center;
    justify-content: center;
    justify-content: center;
}
.total-cost .completed-on {
    margin-right: auto;
    color: #444;
    font-weight: 400;
}
.olo-order-detail.service > p {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 0;
}
.olo-order-detail.service {
    border-bottom: 1px dashed #666;
    padding-bottom: 16px;
    margin-bottom: 16px;
}
.total-cost .material-icons {
    color: var(--red);
    margin-right: 8px;
}
.woocommerce-OrderUpdate-inner {
    font-size: 15px;
}
.woocommerce-OrderUpdate.comment.note::marker,
.woocommerce-OrderUpdate-meta.meta {
    color: var(--blue);
    font-weight: 600;
    margin-bottom: 8px;
}
.olo-password b, .olo-username b, .olo-link b {
    color: var(--blue);
    display: inline-block;
    margin-right: 8px;
}
.olo-message,.olo-password, .olo-username, .olo-link {
    margin-bottom: 8px;
}
span.hide-password-toggle {
    min-width: 30px;
    min-height: 15px;
    display: inline-block;
    margin-left: 8px;
    cursor: pointer;
}
.password-field.olo-hide-password {
    font-size: 0;
}
.password-field.olo-hide-password::before {
    content: "*************";
    font-size: 12px;
    display: inline-block;
}
.hide-password-toggle::before {
    content: "\e8f4";
    color: var(--red);
    font-size: 16px;
    font-family: "material icons";
    border: 1px solid;
    padding: 2px 7px;
    border-radius: 2px;
}
.password-field:not(.olo-hide-password) .hide-password-toggle::before {
    content: "\e8f5";
}
.service-login {
    margin-bottom: 48px;
}
.olo-send-mail .loader {
    margin: 38px auto 24px;
    width: 13px;
    height: 13px;
    border: 2px solid var(--red);

}
.olo-send-mail h4 small{
    display: block;
    text-align: center;
    color: var(--green);
    margin-top: 0;
    line-height: 0;
    position: relative;
    top: 11px;

}
.deliveries_container {
    margin: 8px 0 24px;
    border-top: 1px solid #ddd;
}
.deliveries_container * {
    font-size: 14px;
}
.single-del {
    padding: 10px 8px 2px 34px;
    position: relative;
    border: 1px solid #ddd;
    border-width: 0 1px 1px 1px;
}
.single-del .index {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 13px;
    padding: 10px 8px;
    height: 100%;
    width: 24px;
    border-right: 1px solid #eee;
    background: #f2f2f2;
}
#olo-modal-service-container .deliveries_container *:not(.password-field) {
    font-size: 13px;
    line-height: normal;
}
#olo-modal-service-container .single-del p {
    margin: 0 0 4px;
}
div#olo-modal-service-container .deliveries_container {
     max-height: 50vh;
    overflow: auto;
}
.delivery-status {
    text-transform: uppercase;
   
    font-weight: 600;
    font-size: 14px;
}
span.delivery-status.in-progress{
	 color: #e5730a;
}
/*end dettagli ordine*/
/*modale servizio attivo*/
#olo-modal-service-container .main-title,
#olo-modal-service-container .order-status-details {
    display: none;
}
#olo-modal-service-container .serviceName {
    font-size: 21px;
    color: var(--blue);
    font-weight: 600;
    line-height: 26px;
}
#olo-modal-service-container .estimated-cost {
    font-size: 14px;
    line-height: 25px;
}
#olo-modal-service-container .woocommerce-MyAccount-content {
    min-width: calc(100% + 32px);
    margin: -32px;
}
#olo-modal-service-container .olo-order-content .olo-half.white-bg {
    margin: -24px -24px -24px 0;
}
#olo-modal-service-container .total-cost .material-icons{
    font-size: 20px;
}
#olo-modal-service-container .total-cost{
    font-size: 15px;
}
#olo-modal-service-container .woocommerce-OrderUpdate-inner {
    font-size: 14px;
}
#olo-modal-service-container .serviceName small {
    font-size: 15px;
    background: #f2f2f2;
    padding: 1px 6px;
    border: 1px dashed #ccc;
    margin-top: 7px;
    text-transform: none;
    color: var(--blue);
    width: fit-content;
}
.subs-detail {
    display: block;
    font-size: 14px;
    color: #555;
}


#olo-modal-service-container .olo-order-content .olo-half.white-bg {
    padding-top: 24px;
}
#olo-modal-service-container.olo-modal-dashboard .content .button-close {
    position: absolute;
    right: -8px;

}
#olo-modal-service-container .olo-half.white-bg > h2 {
    padding-right: 32px;
}
#olo-modal-service-container .woocommerce-OrderUpdate-description.description a,
#olo-modal-service-container .woocommerce-OrderUpdate.comment.note::marker,
#olo-modal-service-container .woocommerce-OrderUpdate-meta.meta{
    font-size: 13px;
}
#olo-modal-service-container .woocommerce-OrderUpdates.commentlist.notes {
    margin-left: 0;
    max-height: 350px;
    overflow-y: auto;
    padding-right: 8px;
}
/*end modale servizio attivo*/
.show-on-mobile {
    display: none;
}
/*services-users*/
.olo-add-service-existing-user.mobile-only{
    display: none;
}
.single-service-view-btn {
    color: var(--red);
    float: right;
    font-weight: 500;
    font-size: 15px;
    text-decoration: underline;
    cursor: pointer;
}
.single-service-row {
    border-top: 1px dashed #ccc;
    margin-top: 4px;
    padding: 4px 0 !important;
    font-size: 15px;
}
.olo-add-service-existing-user {
    float: right;
    color: var(--red);
    font-size: 13px;
    border: 1px solid var(--blue);
    padding: 0 4px 0 0;
    cursor: pointer;
    display: flex;
    border-left: 0;
}
.olo-add-service-existing-user .material-icons {
    color: var(--blue);
    margin: -4px 4px -4px -4px;
    font-size: 29px;
}
.single-active-user {
    padding: 8px;
}
.single-active-user > p {
    color: var(--blue);
    font-weight: 600;
    margin-bottom: 0;
    font-size: 16px;
    padding: 5px 0;
}
.single-active-user.nested>p {
    display: none;
}

.single-active-user.nested {
    border-bottom: 0;
}
.single-active-user:not(.nested) {
    border-top: 2px solid #929b9f;
    padding-top: 6px;
}
.service-users > .title {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}
.tables-container {
    display: flex;
    justify-content: space-between;
    margin-top: 32px;
}
.tables-container > div {
    flex: 1;
    background: #fff;
    max-width: calc(50% - 8px);
    padding: 16px;
}
.service-users .tables-container > div .table {
    border-bottom: 1px solid #ccc;
}
.table .header {
    background: #929b9f;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
}
.table .header, .olo-user-row {
    display: grid;
    grid-template-columns: 10% 45% 25% auto;
    padding: 4px 8px;
    font-size: 14px;
}
#orders-complete .header {
    grid-template-columns: 70% auto;
}
#all-active-subscriptions .t-body > div,
#all-active-subscriptions .header,
#expiring-subs .header,
#expiring-subs .t-body > div{
    grid-template-columns: 40% 20% 23% auto;
    display: grid;
}

.table .header > div, .t-body > div > div {
    padding: 0 4px;
}
.t-body .credits, .t-body .date {
    font-size: 14px;
}
.olo-single-subs-trow + #olo-no-exp {
    display: none !important;
}
.view a, .view {
    text-align: right;
    color: var(--red);
    text-decoration: underline;
    font-weight: 500;
}
#expiring-subs .t-body > div,
#all-active-subscriptions .t-body > div {
    padding:  5px;
    border-bottom: 1px solid #ccc;
    font-size: 15px;
    min-height: 36px;
}
.table#active_users .header, #active_users .olo-user-row {
    display: block;
}
.olo-user-row > span {
    padding: 3px;
}
.olo-user-row:not(:last-of-type) {
    border-bottom: 1px solid #ccc;
}
.olo-user-row .additional-info {
    display: block;
    font-size: 94%;
}
.user-email, .view-data {
    display: flex;
    align-content: center;
    justify-content: space-between;
}
.view-data .view-data-button{
    color: var(--red);
    text-decoration: underline;
    font-size: 14px;
    text-align: right;
    font-weight: 500;
    cursor: pointer;
    height: 100%;
    display: inline-flex;
    margin-left: auto;
    float: right;
    margin-right: 4px;
}

#active_users .view-data .view-data-button{
    float: right;
}
#active_users .view-data {
    padding-left: 5px !important;
    position: relative;
    display: list-item;
    list-style-position: inside;
}
#active_users .user-email {
    font-weight: 600;
    font-size: 16px;
    color: var(--dark-blue);
    padding: 0 0 4px;
}
.user-email > a {
    font-size: 12px;
    text-transform: uppercase;
    color: var(--red);
    font-weight: 600;
    cursor: pointer;
    display: flex;
    place-content: center;
    align-content: center;
    line-height: 27px;
    border: 1px solid var(--blue);
    align-content: center;
    align-items: center;
    padding: 0 8px 0 0;
    max-height: 23px;
}
.user-email > a .material-icons {
    position: relative;
    margin-right: 1px;
    color: var(--blue);
    font-size: 30px;
    line-height: 0;
    left: -4px;
}
#active_users .olo-user-row:not(.nested) .view-data, #active_users .olo-user-row.nested .view-data {
    border-top: 1px dashed #ccc;
}
#active_users .olo-user-row:not(.nested) .view-data {
    padding: 4px 0 0;
}
#active_users .olo-user-row.nested .view-data {
    padding: 4px 0;
}
#active_users .service-name {
    color: #333;
}
.olo-modal-create-user h2 {
    margin-top: -32px;
    margin-bottom: 0;
}
.olo-modal-dashboard.olo-modal-create-user .content {
    padding: 32px;
}
.t-body {
    border: 1px solid #ccc;
    border-top: 0;
    color: #333;
    border-bottom: 0;
}
.olo-modal-user-container .content {
    flex-direction: column;
}
.olo-user-fields-container{
    flex-wrap: wrap;
}
div#service-block label:after,
.acf-field-627b705fa3780.is-required label:after {
    content: "*";
    color: red;
}
#pending_users .user-email {
    color: var(--blue);
    font-weight: 600;
}
.olo-send-mail {
    flex-direction: column;
    place-content: center;
    align-items: center;
    border-top: 1px dashed #ccc;
    padding-top: 32px;
    margin-top: auto;
}
.olo-send-mail h4 {
    margin-bottom: 35px;
    position: relative;
}
.bottom-blue-block {
    height: 60px;
    background: var(--blue);
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 0;
}
.olo-modal-dashboard.olo-modal-user-container .content {
    max-width: 900px;
}
.olo-send-mail .button-icon {
    z-index: 10;
}
.olo-send-mail .button-icon {
    z-index: 10;
    margin-bottom: -8px;
}
.olo-modal-dashboard.olo-modal-user-container .content .button-close{
    order: -1;
    margin-bottom: -32px;
    z-index: 10;
}
.olo-user-fields-container {
    flex-wrap: wrap;
}
.olo-user-fields-container .olo-col-auto {
    width: 25%;
    display: flex;
    flex-direction: column;
    margin-bottom: 16px;
    color: #444;
    padding: 0 8px;
}
.olo-col-auto.width-50 {
    width: 50%;
}
.olo-user-fields-container .olo-col-auto label {
    color: var(--blue);
    font-weight: 600;
}
.width-100 {
    min-width: 100%;
}
.olo-user-fields-container a {
    color: var(--red);
    text-decoration: underline;
    font-size: 14px;
    font-weight: 500;
}
.separator {
    border-top: 1px dashed #ccc;
}

/*end services-users*/
/*thank you page*/
.olo-order-received {
    margin: 124px auto 64px;
    text-align: center;
    font-size: 17px;
}
.simple-btn {
    text-decoration: none !important;
    color: var(--red);
    text-transform: uppercase;
    font-size: 19px;
    font-weight: 600;
    border: 3px solid var(--blue);
    padding: 10px 32px;
    margin: 40px auto;
    display: block;
    width: fit-content;
    cursor: pointer;
}
.simple-btn:hover {
    border-color: var(--red);
}
.olo-order-received a {
    color: var(--red);
}
/*singolo avviso*/

/*edit account*/

.olo-inline-input {
    width: fit-content !important;
    display: inline-flex;
}
.woocommerce-EditAccountForm.edit-account input {
    background: #d7dde0;
}
.olo-inline-input label {
    font-weight: 600 !important;
    margin-right: 6px !important;
}
.olo-form-spacer {
    border-top: 1px solid var(--bg-grey-lighter) !important;
}
.olo-form-spacer input {
    display: none;
}
.woocommerce-EditAccountForm.edit-account p {
    flex: 1 1 calc(50% - 16px);
    margin: 0 8px 16px;
}
.woocommerce-EditAccountForm.edit-account {
    display: flex;
    flex-wrap: wrap;
}
.woocommerce-MyAccount-content .form-row-first {
    width: unset;
    float: none;
    margin-right: unset;
}
.woocommerce-EditAccountForm.edit-account p:last-of-type {
    min-width: 100%;
    text-align: center;
}
.woocommerce-Button.button[name="save_account_details"] {
    background: #fff;
    color: var(--red);
    text-transform: uppercase;
    border: 3px solid var(--blue);
    font-weight: 600;
    font-size: 20px;
}
.woocommerce-Button.button[name="save_account_details"]:hover {
    border-color: var(--red);
}
woocommerce-EditAccountForm.edit-account fieldset legend {
    color: var(--blue);
    margin-left: 0;
    padding-left: 8px;
    text-transform: uppercase;
}
.woocommerce-EditAccountForm.edit-account em {
    display: none;
}
.woocommerce-EditAccountForm.edit-account fieldset {
    padding: 0;
    border: 1px dashed #ccc;
    padding: 0 24px 0 8px;
}
.acf-input-wrap > input {
    min-height: 45px;
}

.fea-submit-button {
    background: #fff;
    border: 6px solid var(--blue);
    color: var(--red);
    text-transform: uppercase;
    font-weight: 700;
    font-family: poppins;
    min-width: 200px;
    margin: 0 auto;
}
/*pages*/

.service-presentation-row>div>div {
    background: #e0e7ea;
    padding: 16px;
}
.service-presentation-row {
    margin-bottom: 8px;
}
.service-presentation-row>div>div:first-of-type {
    position: relative;
    top: 0;
    min-width: 150px;
    max-width: 150px;
    max-height: 140px;
    margin-right: 8px;
    box-shadow: -16px 16px var(--blue);
    margin-left: 16px;
}
.service-presentation-row >div>div {
    flex: 1;
}
.service-presentation-row h3.widget-title {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 18px;
}
.service-presentation-row .textwidget {
    color: #333;
}
.service-presentation-row >div {
    display: flex;
}
.textwidget a {
    color: var(--red);
}
.border-image {
    box-shadow: 24px 24px 0 0 var(--red);
    margin-top: 32px;
    margin-left: 16px;
}
.page-id-141 div#primary,
.page-id-141 main#main,
.page-id-141 article,
.page-id-1174 div#primary,
.page-id-1174 main#main,
.page-id-1174 article{
    margin-bottom: 0;
}
.page-id-141 footer#colophon,
.page-id-1174 footer#colophon {
    box-shadow: 0 -8px 8px 0 rgb(0 0 0 / 20%);
}

h3.decoration:before {
    content: "";
    width: 16px;
    height: 16px;
    display: inline-block;
    background: var(--red);
    margin-right: 8px;
}
.sm-margin p {
    margin-bottom: 8px;
}
.sm-margin h3 {
    margin-top: 24px!important;
}
.olo-modal-add-service-user .button-close {
    order: -1 !important;
}
.olo-modal-add-service-user .acf-field.acf-field-submit-button {
    margin-top: 32px !important;
}
.olo-modal-add-service-user h2 {
    margin-top: -32px;
    max-width: calc(100% - 48px);
}
.olo-modal-add-service-user .content {
    display: flex;
    flex-direction: column;
}
/*empty states*/
.logged-in .woocommerce-MyAccount-content {
    min-height: 540px;
}
.olo-empty-notices.olo-no-items {
    margin-top: 24px;
}
.woocommerce-message.woocommerce-message--info.woocommerce-Message.woocommerce-Message--info.woocommerce-info {
    padding: 16px;
    background: var(--bg-grey-lighter);
    margin: 0;
    font-weight: 500;
    border: 1px solid var(--bg-grey-light);
    color: #6d6d6d;
}
.woocommerce-message.woocommerce-message--info.woocommerce-Message.woocommerce-Message--info.woocommerce-info a.woocommerce-Button.button,
.woocommerce-message::before{
    display: none;
}
#pg-w62c4652c3b08c-0 .textwidget a {
    text-shadow: 0 0 10px #000;
}
.login-status {
    margin: 0 0 16px;
    color: #555;
    font-size: 13px;
    max-width: fit-content;
    padding: 2px 8px 2px 0;
    background: #f2f2f2;
    font-weight: 500;
}
.login-status .inactive-login {
    background: transparent;
    color: #555;
    text-transform: none;
    font-size: inherit;
}
.login-ready {
    background: var(--green);
    color: #fff;
    padding: 0 4px;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    margin-left: 3px;
}
.inactive-login {
    background: #868C8E;
    color: #fff;
    padding: 0 4px;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    margin-left: 3px;
}

.olo-collapse-menu nav.woocommerce-MyAccount-navigation {
    width: 0;
    display: none;
}


.olo-collapse-menu .woocommerce-MyAccount-content {
    width: 100%;
}
div#account-collapse-menu {
    display: none;
}
div#orders-complete .t-body {
    max-height: 155px;
    overflow: auto;
}
div#orders-complete .t-body a.olo-modal-service {
    color: var(--red);
    font-weight: 500;
    text-decoration: underline;
}
@media (min-width: 1500px) {
    .content.has-footer .acf-field.acf-field-submit-button {
        margin: 0;
        margin-bottom: 0px;
        padding: 0;
        margin-bottom: -48px;
    }
}


@media (max-width: 1500px) {
    html .olo-home-slide {
        margin-top: 158px!important;
    }
    .is-scroll .site-branding a {
        background-size: 140px;
    }
    /*container*/
    div#content > .col-full {
        max-width: 90vw;
    }
    #pg-34-2 > .panel-row-style,
    body.home{
        background-size: 200px!important;
    }
    .olo-modal-dashboard .content, #olo-modal-product-container .content{
        width: 90vw;
    }
    .olo-modal-dashboard .olo-single-order-container {
        min-width: 100%;
    }
    /*header*/
    .site-branding a {
        background-size: 180px;
        background-position: left center;
    }
    .main-navigation ul.menu > li > a, .main-navigation ul.nav-menu > li > a {
        font-size: 17px;
    }
    header#masthead {

        padding: 58px 5vw 16px !important

    }
    .storefront-primary-navigation {
        padding-left: 224px;
    }
    .storefront-secondary-navigation.woocommerce-active .site-header .site-branding {
        width: 232px;
    }
    .main-navigation ul.menu > li > a, .main-navigation ul.nav-menu > li > a {
        padding: 1.618em 15px;
        transition: all ease 0.3s;
    }
    .is-scroll header#masthead {
        padding: 4px 5vw !important;
    }
    .is-scroll .main-navigation ul.menu > li > a, .is-scroll .main-navigation ul.nav-menu > li > a {
        font-size: 16px;
    }
    div#home-cover .siteorigin-panels-stretch > div:first-of-type {
        padding: 44px 32px 34px 5vw;
    }
    footer#colophon .col-full,
    nav.secondary-navigation{
        padding: 0 5vw!important;
    }

    div#home-cover .siteorigin-panels-stretch > div:first-of-type {
        padding: 84px 32px 64px 5vw;
    }
    footer#colophon .col-full.bottom-footer{
        padding: 12px 5vw !important;
    }
    body:not(.home) #content {
        padding-top:165px !important;
    }
    .entry-header,.olo-account-title{
        padding: 28px 5vw 35px;
    }
    .row.single-product .info {
        max-width: 68%;
    }
    /*account*/
    .acf-fields > .acf-field {
        padding: 10px 12px;
    }
    .content.has-footer .acf-field.acf-field-submit-button {
        position: relative;
        bottom: 0;
        padding: 0;
        margin: 0 0 -48px;
    }
    .price{
        font-size: 16px;
    }
    .row.single-product .info {
        max-width: 68%;
    }
    .su-post-title a {
        font-size: 15px !important;
    }
    .woocommerce-MyAccount-navigation ul li a {
        font-size: 16px;
    }

}
@media (max-width: 1440px){
    #all-active-subscriptions .t-body > div, #all-active-subscriptions .header, #expiring-subs .header, #expiring-subs .t-body > div {
        grid-template-columns: 35% 25% 30% auto;
    }
    .acf-fields > .acf-field {
        padding: 10px;
    }
}
@media (max-width: 1024px) {
    .slide-text h1 {
        font-size: 40px;
        margin-top: 50px;
    }

    .slide-text .slide-desc {
        font-size: 16px;
        line-height: 22px;
    }
    .home-simple-text {
        font-size: 16px;
    }
    .custom-list span.desc {
        color: #fff;
        font-size: 18px;
    }
    .is-scroll .site-branding a {
        background-size: 114px;
        top: 0;
    }
    .entry-header, .olo-account-title h1.olo-logged-user {
        font-size: 20px;
    }
    .olo-account-title h1 .material-icons {
        font-size: 50px;
    }
    #primary.olo-account-page {
        margin: 200px auto 0;
    }
    body:not(.home) .storefront-breadcrumb{
        padding: 22px 0;
    }
    body.woocommerce-account:not(.logged-in) #main > div > .woocommerce{
        margin-top: 124px;
    }

    .entry-header h1 {
        font-size: 30px;
    }
    body.woocommerce-account .olo-account-title,
    .entry-header {
        padding: 123px 5vw 0;
    }
    body:not(.home) #content {
        padding-top: 25px !important;
    }
    .main-navigation ul.menu > li > a, .main-navigation ul.nav-menu > li > a {
        padding: 1.618em 12px;
        font-size: 15px;
    }
    .is-scroll .main-navigation ul.menu > li > a, .is-scroll .main-navigation ul.nav-menu > li > a {
        font-size: 14px;
    }
    .storefront-secondary-navigation.woocommerce-active .site-header .site-branding {
        width: 224px;
    }
    .storefront-primary-navigation {
        padding-left: 260px;
    }
    .is-scroll .woocommerce-MyAccount-navigation ul {
        position: fixed;
        top: 124px;
        transition: all ease 0.2s;
    }


    /*modale*/
    .olo-single-order-container {
        width: 100%;
    }
    .olo-order-content{
        flex-direction: column;
        padding: 24px;
    }
    .olo-order-content > .olo-half {
        min-width: 100%;
    }
    #olo-modal-service-container .total-cost .material-icons {
        display: none;
    }
    .olo-order-detail.service > p{
        flex-direction: column;
    }
    .estimated-cost, .estimated-cost .label {
        font-weight: 400;
        color: #444;
    }
    .total-cost{
        text-align: left;
        display: block;

    }
    .olo-modal-dashboard .content, #olo-modal-product-container .content{
        max-height: 95vh;
        overflow-y: auto;
    }
    #olo-modal-service-container h2,
    #olo-modal-service-container .serviceName {
        font-size: 17px;
        font-weight: 600;

    }
    .olo-order-detail.fields{
        padding: 0 0 8px;
        margin-bottom: 8px;
    }
    .olo-order-content .olo-half,
    .olo-order-detail.fields > .olo-half .label, .estimated-cost .label{
        font-size: 14px;
    }
    #olo-modal-service-container .olo-order-content .olo-half.white-bg {
        padding: 16px 0;
        margin: 0;
    }
    .olo-order-content h2 .material-icons, .order-status-details h1 .material-icons {
        font-size: 20px;
    }
    #olo-modal-service-container .woocommerce-OrderUpdates.commentlist.notes{
        max-height: unset;
    }
    #olo-modal-service-container.olo-modal-dashboard .content .button-close > span {
        position: fixed;
        left: auto;
        right: 16px;
        z-index: 10;
    }
}
@media (min-width: 1024px) {
    /*pages*/
    .padded-text {
        padding: 0 15vw 0 64px;
    }
    h2.sow-headline {
        color: var(--blue)!important;
        margin-bottom: 32px!important;
    }
    .olo-tooltip {
        position: absolute;
        background: var(--blue);
        color: #fff;
        font-size: 14px;
        padding: 2px 8px;
        border-radius: 4px;
        right: 136px;
        top: 24px;
    }
    .olo-50-input {
        max-width: 50%;
    }
    #primary.olo-account-page {
        margin: 123px auto 0;
        width: 100%;
        position: relative;
        padding-bottom: 100px;
    }
    #primary.olo-account-page #main {
        margin-bottom: 0;
    }
    .end-of-page {
        width: 100%;
        background: #d5dadd;
        height: 100px;
        bottom: 0;
        position: absolute;
    }
    body:not(.logged-in) .end-of-page {
        background: transparent;
    }
    .olo-account-page .woocommerce{
        display: flex;
        align-content: stretch;
        justify-content: stretch;
    }
    .page-template-account-expiring-subscriptions,
    .page-template-account-services-users,
    body.logged-in.woocommerce-account {
        background: var(--bg-grey-light);
    }
    body:not(.logged-in).woocommerce-account {
        background: #e8ebed;
    }
    .woocommerce-ResetPassword.lost_reset_password input {
        background: #fff;
        margin-top: 16px;
    }
    .woocommerce-MyAccount-content {
        background: #fff;
        padding: 24px;
        width: 80%;
        height: fit-content;
        margin-left: 8px;
    }
    .woocommerce-ResetPassword.lost_reset_password .show-password-input {
        position: absolute;
        top: 16px;
    }
    .woocommerce-lost-password .woocommerce {
        flex-direction: column;
    }
    .woocommerce-MyAccount-navigation {
        background: transparent;
        padding: 0;
        width: 20%;
        margin-right: 0;
        border-radius: 0;
        transition: all ease 0.2s;
    }
    .woocommerce-MyAccount-navigation ul {
        list-style: none;
        margin: 0;
        display: flex;
        flex-direction: column;
        top: 0;
    }
    .woocommerce-MyAccount-navigation-link--dashboard {
        order: -2;
    }
    .woocommerce-MyAccount-navigation-link--edit-address {
        order: -1;
    }

    .woocommerce-MyAccount-navigation ul li {
        border-bottom: 0;
        padding: 20px 24px 20px 10px;
        margin: 0 0 4px;
        background: #fff;
        border-left: 6px solid var(--blue);
        position: relative;
    }
    .woocommerce-MyAccount-navigation ul li a {
        color: var(--red);
        font-weight: 400;
        font-size: 16px;
    }
    .woocommerce-MyAccount-navigation ul li.is-active::after {
        color: var(--red);
    }
    .woocommerce-MyAccount-navigation ul li::after {
        content: "\e409";
        display: inline-flex;
        margin-left: auto;
        font-family: "material icons";
        color: #d1d7da;
        font-size: 30px;
        position: absolute;
        right: 4px;
        top: 10px;
    }
    .woocommerce-MyAccount-navigation ul li a {
        line-height: 40px;
        font-weight: 500;
        font-size: 17px;
    }
    /*dashboard menù icons*/
    div#account-collapse-menu {
        display: flex;
    }


}
@media (min-width: 1024px) and (max-width:1450px) {
    #all-active-subscriptions .t-body > div, #all-active-subscriptions .header, #expiring-subs .header, #expiring-subs .t-body > div {
        grid-template-columns: 35% 20% 28% 18%;
    }
}
@media (max-width: 1023px) {
    .hentry .entry-header a {
        margin-bottom: 0;
    }
    html body .olo-home-slide {
        margin-top: 100px!important;
    }
    #gdpr_cookie_mini_banner {
        background-color: #ffffffe6;
        height: 34px;
        line-height: 31px;
        font-size: 11px;
        width: 67px;
        margin-bottom: 32px;
        color: var(--blue);
        border: 0;
    }
    .page-template-account-services-users  #gdpr_cookie_mini_banner,
    .page-template-account-page-php  #gdpr_cookie_mini_banner{
        display: none!important;
    }
    .hentry .entry-header {
        padding-top: 35px;
    }
    .wpcf7-form-control.wpcf7-text.wpcf7-email.wpcf7-validates-as-required.wpcf7-validates-as-email {
        max-width: 300px;
    }
    .entry-header h1, .olo-account-title h1 {
        align-items: flex-start;
        text-align: left;
    }
    .olo-order-received {
        text-align:left;
        font-size: 15px;
    }
    .olo-order-received h3 {
        font-size: 20px;
    }
    .list-arrow{
        display: none;
    }
    .storefront-handheld-footer-bar {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        box-shadow: none;
        z-index: 9999;
        overflow: visible;
        max-height: 30px;
        background: var(--blue);
        border-top: 1px solid #ffffff59 !important;
    }
    .storefront-handheld-footer-bar ul {
        margin: 0;
        display: flex;
        flex-direction: row;
        max-width: 100vw;
        justify-content: center;
        place-content: center;
    }
    div#pending_users .header {
        display: none;
    }
    div#pending_users {
        border-top: 1px solid #cccccc;
    }
    .single_add_to_cart_button.button.alt .material-icons {
        line-height: 25px;
    }

    /*header*/
    .site-header .site-logo-anchor img, .site-header .site-logo-link img, .site-header .custom-logo-link img {
        width: auto;
        max-width: unset;
        max-height: 49px;
    }
    .site-branding a{
        background-size: auto 44px;
    }
    li.social a{
        height: 12px;
    }
    .secondary-navigation {
        display: block;
        max-width: 100vw;
    }
    .secondary-navigation ul.menu, ul#menu-topnav{
        list-style: none;
        margin: 0;
        height: 42px;
    }
    header#masthead {
        padding: 44px 5vw 4px !important;
        min-height: 100px;
        border-bottom: 1px solid #eee;
        background: #fff;
    }
    .secondary-navigation ul.menu ul {
        background: transparent;
    }
    .menu-topnav-container li > a {
        position: absolute;
        top: 0;
    }
    .menu-topnav-container li {
        height: 42px;
        position: relative;
        width: 30px;
    }

    .secondary-navigation ul.menu .wpml-ls-menu-item a, ul#menu-topnav .wpml-ls-menu-item a {
        font-size: 13px;
        position: relative;
    }
    .wpml-ls-item.menu-item-has-children::before {
        position: relative;
        top: 5px;

    }
    li.social a {
        background-size: 12px;
    }
    .secondary-navigation ul.menu a {
        color: #fff;
        width: 30px;
        display: inline-flex;
        font-size: 0;
    }
    .secondary-navigation ul.menu ul {
        background: var(--blue);
        list-style: none;
        text-align: right;
    }
    .secondary-navigation ul.menu ul {
        background: var(--blue);
        list-style: none;
        text-align: right;
        position: absolute;
        top: 42px;
        z-index: 100;
        padding: 8px 0;
        min-width: 100px;
        right: -12px;
    }
    .entry-header h1{
        font-size: 21px;
    }
    .olo-account-title h1.olo-logged-user {
        font-size: 16px;
        font-weight: 500;
    }
    .user-details {
        font-size: 13px;
        margin-left: 8px;
    }
    body:not(.home) .storefront-breadcrumb .col-full {
        font-size: 13px;
    }
    #site-navigation .menu {
        background: var(--blue);
        min-width: 100vw;
        left: 0;
        position: absolute;
        top: -100vh;
    }
    #site-navigation.toggled .menu {
        position: absolute;
        top: 100px;
        box-shadow: 0 14px 16px rgba(0,0,0,0.4);
    }
    .is-scroll #site-navigation.toggled .menu {
        top: 50px;
    }
    .main-navigation ul.menu > li > a, .main-navigation ul.nav-menu > li > a{
        color: #fff;
    }
    button.menu-toggle {
        border: 0;
        outline: 0;
    }
    .olo-account-title h1 .material-icons,
    .storefront-handheld-footer-bar .search,
    .hide-submenu{
        display: none!important;
    }
    .woocommerce-MyAccount-navigation-link--dashboard {
        display: none;
    }
    .storefront-handheld-footer-bar li {
        min-width: 50%;
    }
    .secondary-navigation ul.menu ul a, .secondary-navigation ul.menu ul a span {
        width: 100%;
        text-align: right;
    }
    .wpml-ls-item.menu-item-has-children::after {
        position: absolute;
        right: -16px;
        top: 9px;
    }
    .entry-header, .olo-account-title {
        top: 100px;
    }
    body:not(.home) #content {
        padding-top: 107px !important;
    }
    #primary.olo-account-page {
        margin-top: 0;
    }
    footer#colophon{
        padding-bottom: 48px;
    }
    .storefront-primary-navigation {
        padding-left: 0;
        text-align: center;
    }
    body.woocommerce-account:not(.logged-in) #main > div > .woocommerce {
        margin-top: 0;
        border: 1px solid #eee;
    }

    .woocommerce-form.woocommerce-form-login.login::after,
    .woocommerce-form.woocommerce-form-login.login::before {
        display: none!important;
    }
    .storefront-primary-navigation ul li {
        border-bottom: 1px solid #ffffff24;
    }
    .storefront-primary-navigation ul li a {
        color: #fff;
        font-weight: 500;
    }

    .secondary-navigation ul.menu .wpml-ls-menu-item, ul#menu-topnav .wpml-ls-menu-item {
        margin-left: auto;
        position: relative;
        min-width: 100px;
        text-align: right;
        padding-right: 24px;
        cursor: pointer;
    }
    /*footer*/
    body:not(.logged-in) li.my-account{
        min-width: unset;
    }
    .storefront-handheld-footer-bar ul.columns-3 li, body:not(.logged-in) li.my-account {
        min-width: unset;
        width: 60px;
    }
    footer#colophon .storefront-handheld-footer-bar a {
        color: #fff;
        background: var(--blue);
        height: 50px;
        font-size: 11px;
        margin: 0 auto;
        max-width: 50px;
        top: -25px;
        border: 1px solid #ffffff4f;
        box-shadow: 0 0 16px 0 rgba(0,0,0,0.5);
    }

    footer#colophon .col-full.bottom-footer{
        margin: 0;
    }
    .storefront-handheld-footer-bar ul li.search .site-search{
        padding: 0;

    }
    /*login*/
    .woocommerce-form.woocommerce-form-login.login {
        min-width: 80vw;
        padding: 32px 32px 0 32px;
        top: 16px;
    }
    .woocommerce-form.woocommerce-form-login.login h3{
        font-size: 18px;
    }
    .woocommerce-LostPassword.lost_password a,
    .woocommerce-form.woocommerce-form-login.login label{
        font-size: 14px;
    }
    .entry-header {
        top: 108px;
    }
    .olo-account-title {
        top: 176px;
        padding: 8px 10px;
        display: none;
    }

    /*modali*/
    .olo-modal-dashboard .hide-on-mobile .serviceName{
        display: none;
    }
    .olo-modal-dashboard .show-on-mobile {
        display: block;
    }
    .olo-order-detail.service.show-on-mobile {
        position: sticky;
        top: -24px;
        background: #fff;
        border-bottom: 1px dashed #666;
        padding-top: 8px;
        padding-bottom: 8px;
    }

    /*area utente*/
    html .olo-back-button.top {
        font-size: 14px;
        margin-left: 0;
        margin-top: 0;
        order: -1;
        margin-bottom: 24px;
    }
    .woocommerce-MyAccount-content h3{
        flex-wrap: wrap;
    }
    .woocommerce-MyAccount-content .search-input.search-users {
        max-width: 100%;
        min-width: 100%;
    }
    .woocommerce-account .woocommerce-breadcrumb {
        display: none;
    }
    .user_and_mail{
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }
    .woocommerce-MyAccount-navigation ul li.is-active a, .woocommerce-MyAccount-navigation ul li.is-active {
        color: var(--blue);
        text-decoration: none;
        font-weight: 600;
    }
    .woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--edit-address {
        order: -1;
    }
    #all-active-subscriptions .t-body > div, #all-active-subscriptions .header, #expiring-subs .header, #expiring-subs .t-body > div {
        grid-template-columns: 35% 20% 28% auto;
    }
    #olo-last-orders .header, .requested-service-row {
        grid-template-columns: 37% 24% 22% auto;
        font-size: 13px;
    }
    .olo-spacer {
        height: 8px;
        border-bottom: 5px solid #ebedef;
        margin: 21px -24px;
    }
    .show-all-btn{
        margin-top: -38px;
        font-size: 15px;
    }
    .flex-row{
        flex-wrap: wrap;
    }
    .flex-row > div{
        width: 100%;
        margin-bottom: 24px;
    }
    .olo-ellipsis-text, .requested-service-row > div:first-of-type {
        white-space: normal;
        overflow: visible;
    }
    .order-status.olo-ellipsis-text {
        margin: 5px 0;
        order: -1;
    }
    .order-status.olo-ellipsis-text .material-icons {
        display: none;
    }
    .requested-service-row a {
        color: var(--red);
        font-weight: 500;
        text-decoration: underline;
        font-size: 15px;
        text-align: right;
        width: 100%;
        display: block;
        padding: 0 0 8px;
    }
    .requested-service-row .date {
        display: flex;
        margin-top: 4px;
    }
    .requested-service-row .date span {
        margin-right: 4px;
    }
    .requested-service-row > div:first-of-type + div {
        font-size: 14px;
    }
    .olo-carousel.slideshow-container li {
        max-width: 100%;
        min-width: 100%;
    }
    #olo-last-orders .header, .requested-service-row,
    #expiring-subs .t-body > div, #all-active-subscriptions .t-body > div {
        font-size: 15px;
        line-height: normal;
    }
    #all-active-subscriptions .t-body > div > div,
    #expiring-subs .t-body > div > div {
        display: flex;
        justify-content: space-between;
        align-content: center;
        place-items: center;
        border-bottom: 1px solid #ccc !important;
        padding: 8px;
    }
    #all-active-subscriptions .t-body > div > div.view, #expiring-subs .t-body > div > div.view {
        padding: 0 8px;
        border: 0 !important;
    }
    #all-active-subscriptions .t-body > div > div.view a,
    #expiring-subs .t-body > div > div.view a {
        margin-left: auto;
        padding: 8px 0;
    }
    #all-active-subscriptions>div,
    .olo-expiring-subs > div {
        font-size: 15px;
    }
    #olo-last-orders .header,
    .table .header, .olo-user-row {
        font-size: 13px;
    }
    .user-email {
        font-weight: 500;
        font-size: 14px;
    }
    #olo-latest-requests-container{
        margin-left: 0;
        margin-top: 16px;
    }
    .mySlides.fade[style="display: block;"] + li.fade + li.fade, .mySlides.fade[style="display: block;"] + li.fade {
        display: none !important;
    }

    .woocommerce-MyAccount-content h3 {
        font-size: 17px;
        margin: 0 0 8px;
    }
    .woocommerce-MyAccount-content h2,
    .service-users > .title h2 {
        margin-bottom: 16px;
        font-size: 20px;
        text-transform: uppercase;
    }
    .olo-user-fields-container .olo-col-auto {
        width: 50%;
        font-size: 14px;
    }
    body #selected-item {
        padding: 4px 8px;
        min-height: 47px;
        max-height: 47px;

    }
    #selected-item .item-id {
        display: none;
    }
    body .material-icons.olo-expand {
        font-size: 28px;
        position: absolute;
        right: 0;
        top: 10px;
    }
    body .item-remove {
        font-size: 21px;
        line-height: 25px;
        min-width: 21px;
        right: 34px;
    }
    body  .single-item {
        line-height: 15px;
        font-size: 14px;
        min-height: 38px;
        max-width: calc(100% - 24px);
    }
    body #select-service-container {
        width: 100%;
    }
    .olo-modal-create-user h2 {
        font-size: 19px;
    }
    body .acf-field .acf-label label {
        font-weight: 500 !important;
        font-size: 15px;
    }
    .sub-title {
        margin: 0 0 16px;
        font-size: 14px;
    }
    body .acf-input input {
        height: 35px;
    }
    .olo-modal-dashboard .content.has-footer {
        border-bottom: 0;
        padding-bottom: 48px !important;
        overflow-Y: auto !important;
        overflow-X: hidden !important;
        border-bottom: 0;
    }
    .olo-policy-check ul.acf-checkbox-list li label {
        font-size: 14px;
    }
    .form-row.olo-policy-check {
        margin-bottom: 16px;
    }
    .olo-policy-check ul.acf-checkbox-list li label{
        font-size: 14px;
    }
    #service-block {
        min-height: 80px;
    }
    .acf-field.acf-field-text.acf-field-627b70d5a3782.col-33.form-row {
        margin-right: 8px;
    }
    .acf-field.acf-field-text.acf-field-627b70d5a3782.col-33.form-row, .acf-field.acf-field-text.acf-field-627b70dda3783.col-33.form-row {
        max-width: calc(50% - 4px);
        min-width: calc(50% - 4px);
    }
    .olo-user-fields-container .olo-col-auto.width-50 {
        width: 100%;
    }
    .olo-send-mail .button-icon {
        margin: 0 auto -16px;
    }
    .olo-modal-create-user form .acf-form-fields > div {
        min-width: 100%;
        padding: 0 0 8px;
    }

    .acf-field.acf-field-submit-button.acf-field-62dfb05415f30.form-row {
        margin-top: 32px;
    }
    .olo-modal-user-container.olo-modal-dashboard .content > div.olo-send-mail {
        flex-direction: column;
        text-align: center;
    }
    .tables-container,
    .service-users > .title {
        flex-direction: column;
    }
    .single-active-user p > .olo-add-service-existing-user {
        display: none;
    }
    html .olo-add-service-existing-user.mobile-only {
        display: flex !important;
        margin: 4px auto 8px 4px;
    }
    .olo-modal-dashboard.olo-modal-create-user .content .button-close,
    .olo-modal-dashboard.olo-modal-user-container .content .button-close {
        position: sticky;
        top: -16px;
    }
    .single-service-row .name {
        max-width: calc(100% - 60px);
        display: inline-block;
    }
    .single-active-user {
        display: flex;
        flex-direction: column;
    }


    .tables-container > div {
        max-width: 100%;
        padding: 0;
        margin-bottom: 24px;
    }
    .olo-modal-user-container.olo-modal-dashboard .content > div {
        flex-direction: row;
    }
    .tables-container > div:last-of-type {
        order: -1;
    }
    .olo-button-primary, .button-icon{
        height: 47px;
    }
    .su-post-title a {
        font-size: 15px !important;
    }

    .su-posts-default-loop .su-post-excerpt {
        display: none;
    }

    .olo-subs-details .inline-flex > div {
        flex-direction: column;
    }
    .olo-main-subs-container .inline-flex.items-center.space-x-1.text-sm.font-bold.leading-none,
    .olo-subs-details .inline-flex {
        padding: 8px 8px 0;
        margin-bottom: 8px;
        position: relative;
    }
    .olo-modal-dashboard .content .button-close, #olo-modal-product-container .content .button-close{
        margin-right: -16px;
    }
    .olo-product-details-container {
        max-width: 100%;
        margin-right: 0;
    }
    .olo-modal-dashboard .summary.entry-summary, #olo-modal-product-container .summary.entry-summary{
        flex-direction: column;
    }
    .olo-subs-title h4 {
        font-size: 17px;
        display: block;
        margin: 4px 0;
    }
    .olo-subs-title .o-num {
        margin: 0 2px;
        font-size: 17px;
    }

    .olo-main-subs-container .dates h5 span,
    .olo-main-subs-container .dates h5 {
        font-size: 13px;
    }

    .olo-main-subs-container .dates h5:first-of-type {
        border-width: 0 !important;
    }

    .olo-amount {
        text-align: left;
        font-size: 17px;
        font-family: 'Poppins', sans-serif;
        display: flex;
        border-top: 1px dashed;
        padding-top: 4px;
        flex-direction: row;
        justify-content: flex-start;
        margin: 10px 0;

    }
    .olo-amount h5:first-of-type {
        margin-right: 8px;
        margin-left: 0;
        margin-bottom: 0;
        color: var(--blue);
    }
    .olo-amount h5 {
        display: flex;
        flex-direction: row;
        align-items: center;
    }
    .olo-amount h5.mark {
        font-size: 14px;
        display: flex;
        align-items: center;
        border: none;
        padding: 0 8px;
        margin: 0;
        color: var(--blue);
    }
    .olo-amount h5 .o-num {
        margin-left: 8px;
        color: var(--blue);
    }

    .material-icons.found {
        display: none;
    }

    #all_coupon_container .mark {
        border-radius: 2px;
        font-weight: 600;
        color: var(--medium-blue);
        font-size: 16px;
        border: 1px dashed var(--bg-grey-medium) !important;
        display: flex;
        align-items: center;
        padding: 6px 8px;
        margin-bottom: 0;
    }

    .row.single-product {
        flex-direction: row;
        position: relative;
        flex-wrap: wrap;
        padding: 8px 0;
        margin: 0 8px 4px !important;
        border: 1px solid #eee;
        background: #fff;

    }
    .olo-main-subs-container.relative.p-2.sc-coupon {
        background: var(--bg-grey-light) !important;
        border: 1px solid #ccc;
        border-radius: 0;
    }
    .olo-subs-details .inline-flex, #sc-cc .olo-subs-details .inline-flex{
        border: 0;
        background: #e8ebec !important;
    }

    .row.single-product h4 a, .row.single-product h4 {
        font-size: 16px;
        line-height: normal;
        color: var(--blue);
        text-decoration: none !important;
    }
    .olo-main-subs-container .olo-subs-title h4 span.olo-expiring {
        color: #fff;
        padding: 0 6px;
        margin: 4px 0 8px;
        font-size: 11px;
        display: block;
        text-align: left;
        background: var(--orange-label);
        letter-spacing: 1px;
        width: fit-content;

    }
    #olo-last-orders .header {
        display: none;
    }
    #olo-last-orders {
        border-top: 1px solid #ccc;
    }
    .requested-service-row {
        display: flex;
        flex-direction: column;
    }
    :target + div.olo-main-subs-container .olo-subs-title h4 {
        background: var(--lighter-blue);
        box-shadow: 0 0 10px 0 rgba(0,0,0,0.2);
        padding: 4px;
        margin: -8px -8px 8px;
    }
    /*services users*/
    .olo-user-row {
        display: flex;
    }
    .bottom-blue-block,
    .olo-user-row .date,
    .olo-user-row .id {
        display: none;
    }
    .user-email > a {
        font-size: 11px;
        line-height: 15px;
        min-width: 114px;
    }
    #active_users .user-email {
        display: flex;
        flex-direction: column;
    }
    .olo-user-row:not(.nested):first-of-type{
        border-bottom: 1px solid #ccc;
    }
    .user-email > a {
        font-size: 11px;
        line-height: 25px;
        max-height: 24px;
        width: 114px;
        border-left: 0;
    }
    .user-email > a .material-icons{
        left: -6px;
    }
    #active_users .view-data {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        text-align: left;
        place-content: stretch;
    }
    #active_users .view-data .service-name {
        max-width: calc(100% - 50px);
    }
    .olo-user-row  .view-data {
        margin-left: auto;
    }
    .olo-user-fields-container > div {
        min-width: 100%;
    }
    /*END services users*/


    .olo-order-content {
        padding: 0;
    }
    .olo-order-content .olo-half.white-bg {
        padding: 16px 0;
        width: auto;
    }
    .olo-main-subs-container .olo-subs-title h4 span.olo-expiring .material-icons,
    .row.single-product .description {
        display: none;
    }

    .price.o-num {
        margin-bottom: 0;
        background: transparent;
        font-size: 16px;
        border: 0;
        padding: 0;
        height: auto;
    }


    .row.single-product .buttons a {
        margin-bottom: 0;
        padding: 0;
    }

    .row.single-product .col {
        margin: 0;
        flex: 1;
    }

    .single-product .col.image img {
        height: 100%;
    }
    .row.single-product .estimated-cost {
        display: flex;
        align-items: center;
        max-height: 30px;
    }
    .row.single-product  .estimated-cost .label {
        font-size: 14px;
    }
    .row.single-product  .price span {
        font-weight: normal;
        font-size: 14px;
    }
    .row.single-product .info {
        max-width: 100%;
    }
    .row.single-product .col.last-col {
        display: flex;
        flex-direction: column;
        margin: 0;
        min-width: 100%;
        border: 0;
        place-content: flex-start;
        align-items: flex-start;

    }
    .row.single-product .col.last-col .material-icons {
        display: none;
    }
    .single-product .col.image {
        max-height: 90px;
        overflow: hidden;
        max-width: 90px;
        left: 0;
        top: 8px;
    }
    .logged-in ul#site-header-cart,
    ul#site-header-cart > li:first-of-type::after{
        display: none;
    }
    .woocommerce-MyAccount-navigation {
        position: fixed;
        top: 100px;
        width: 100%;
        left: 0;
        box-shadow: 0 0 8px;
        padding: 0;
        z-index: 10;
        background: #fff;
        border-bottom:0;
        height: 78px;
    }
    .is-scroll .woocommerce-MyAccount-navigation {
        height: 62px;
    }
    .is-scroll .site-branding a {
        background-size: auto 40px;
        background-position: top left;
    }
    .woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-number {
        background: var(--bg-grey-light)!important;
    }

    .is-scroll .woocommerce-MyAccount-navigation ul li {
        padding: 0;
    }
    .is-scroll .woocommerce-MyAccount-navigation,
    .is-scroll .woocommerce-MyAccount-navigation ul{
        top: 49px;
    }
    body.page-template-account-services-users  #content,
    body.woocommerce-account.logged-in #content {
        padding-top: 216px !important;
    }
    .woocommerce-MyAccount-navigation ul {
        display: flex;
        width: 100%;
        flex-wrap: wrap;
        margin: 0 auto;
        justify-content: center;
        padding: 2px 0;
    }
    .woocommerce-MyAccount-navigation ul li {
        list-style: none;
        font-size: 14px;
        padding: 4px 0;
        background: #fff;
        margin: 2px;
        border: 1px solid;
        border-radius: 2px;
        min-width: 95px;
        text-align: center;
    }
    .woocommerce-MyAccount-navigation ul li a {
        color: var(--red);
        padding:0 8px;
        font-size: 14px;
    }

    .hentry .entry-content .woocommerce-MyAccount-navigation ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        border-top: 0;
        margin:0
    }

    .hentry .entry-content .woocommerce-MyAccount-navigation ul li {

        padding: 0 5px;
        margin: 1px;

        line-height: normal;
        color: #fff;
        border: 1px solid #ccc;
        flex: 1;
        text-align: center;
        display: flex;
        align-content: center;
        align-items: center;
        justify-content: center;
    }

    .hentry .entry-content .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link a {
        color: var(--red);
        font-weight: 700;
        font-size: 14px;
    }
    .olo-subsc-overview > div {
        max-width: 100%;
        margin-bottom: 32px;
    }
    .t-body .credits, .t-body .date {
        font-size: 14px;
        white-space: nowrap;
    }
    .olo-subsc-overview {
        flex-direction: column;
    }
    .olo-subsc-overview h3 {

        align-items: flex-start;
        min-height: unset;
        flex-direction: column;
    }
    .olo-subsc-overview h3 .search-input {
        max-width: unset;
        margin: 0 1px 0 auto;
        min-width: 100%;
    }

    /*end area utente*/
    /*modale prodotti*/
    .olo-modal-dashboard,
    #olo-modal-product-container{
        z-index: 90000;
    }
    .related-subs {
        margin-top: 16px;
    }
    .olo-order-content .serviceName {
        max-width: 100%;
        line-height: 24px;
    }
    .order-status-details p,.olo-order-content .olo-half, .olo-order-detail.fields > .olo-half .label, .estimated-cost .label {
        font-size: 15px;
    }
    .olo-order-detail.service small{
        margin-top: 8px;
    }
    .olo-order-content .olo-half, .olo-order-detail.fields > .olo-half .label, .estimated-cost .label {
        font-size: 15px;
        font-weight: 500;
        text-transform: none;
    }
    .olo-modal-dashboard .content,
    #olo-modal-product-container .content {
        padding: 24px;
        width: 95vw;
        height: 90vh;
        border: 0;
        margin-top: 2vh;
        padding-bottom: 48px;
    }
    .olo-product-details-container h5:not(.estimated-cost){
        display: none;
    }
    .olo-product-details-container h5.estimated-cost{

    }
    .olo-product-details-container h5.estimated-cost {
        font-size: 14px;
    }
    .related-subs{
        padding: 8px;
    }
    .related-subs h5 #name_subs,
    .related-subs h5{
        font-size: 15px;
    }
    .estimated-cost small{
        font-size: 13px;

    }
    .olo-modal-dashboard .content>div,
    #olo-modal-product-container .content > div {
        display: flex;
        flex-direction: column;
    }
    .woocommerce-product-gallery.woocommerce-product-gallery--with-images.woocommerce-product-gallery--columns-4.images {
        max-width: 200px;
        max-height: 200px;
    }
    .olo-modal-dashboard .product_title.entry-title,
    #olo-modal-product-container  .product_title.entry-title {
        font-size: 21px;
        margin-top: 0;
        padding-bottom: 8px;
    }
    .olo-modal-dashboard .cart,
    #olo-modal-product-container  .cart {
        display: flex;
        justify-content: center;
        margin: 8px auto -8px;
    }
    .princeAndCart{
        border-top: 1px solid #ccc;
    }
    /**/
    #all-active-subscriptions .header,
    #expiring-subs .header {
        display: none;
    }
    #olo-modal-service-container .woocommerce-MyAccount-content {
        min-width: auto;
        margin: 0;
    }
    #all-active-subscriptions .t-body > div,
    #expiring-subs .t-body > div {
        display: flex;
        flex-direction: column;
    }
    html .mobile-only {
        display: block!important;
    }
    .olo-single-subs-trow > div b {
        font-size: 14px;
        margin-top: 6px;
    }
    .olo-single-subs-trow .name {
        background: var(--bg-grey-light) !important;
        margin: -3px -5px;
        padding: 3px 8px 7px;
    }
    #expiring-subs {
        border-top: 1px solid #ccc;
    }

    .olo-modal-add-service-user .content {
        flex-direction: column;
    }
    .olo-modal-add-service-user .button-close {
        order: -1 !important;
    }

    .olo-modal-add-service-user .acf-fields.acf-form-fields.-top {
        display: flex;
        flex-direction: column;
    }
    .olo-modal-add-service-user  .acf-field.form-row {
        min-width: 100%;
    }
    body:not(.home) .entry-content {
        padding-top: 32px;
    }
    /*checkout*/
    #order_review_heading {
        font-size: 21px;
    }
    .olo-order-main-container{
        padding: 8px;
        top: 0;
    }
    .olo-order-main-container .olo-inline-field {
        width: 100%;
    }
    .cart_item .product-total {
        margin-left: 30px;
    }
    .entry-header, .olo-account-title {
        padding: 16px 5vw;
    }
    .entry-header .storefront-breadcrumb, .olo-account-title .storefront-breadcrumb {
        padding: 8px 0;
    }
    .olo-order-main-container tr.cart_item{
        flex-direction: column;
    }
    table.woocommerce-checkout-review-order-table .product-name {
        width: 100%;
        font-size: 16px;
    }
    .olo-order-main-container table td, .olo-order-main-container table th {
        padding: 4px 0;
    }
    .woocommerce-cart .wc-forward::after,
    .woocommerce-cart .actions,
    .woocommerce-cart .cart-collaterals h2, .woocommerce-cart .cart-collaterals table,
    .woocommerce-cart .woocommerce-cart-form__cart-item.cart_item td:not(.product-name) {
        display: none;
    }

    .woocommerce-cart .woocommerce-cart-form__cart-item.cart_item td.product-name {
        margin-top: 48px;
    }
    .checkout-button.button.alt.wc-forward {
        background: #fff;
        color: var(--red);
        border: 4px solid var(--blue);
    }
    .woocommerce-cart .product-name a {
        color: var(--blue);
        text-decoration: none;
        pointer-events: none;
    }
    .storefront-handheld-footer-bar{
        border-top: 0;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    div#account-collapse-menu,
    .woocommerce-MyAccount-navigation ul li::after,
    .logged-in ul#site-header-cart {
        display: none;
    }
    body.page-template-account-services-users  #content,
    body.woocommerce-account.logged-in #content {
        padding-top: 116px !important;
    }
    .handheld-navigation, .main-navigation.toggled .handheld-navigation, .main-navigation.toggled div.menu {
        display: none!important;

    }

    .is-scroll header#masthead {
        min-height: 86px;
        max-height: 86px;
    }

    .is-scroll nav#site-navigation.toggled .primary-navigation ul#menu-main-menu {
        top: 89px;
    }
    .is-scroll .menu-toggle {
        top: 16px;
    }
    .is-scroll .woocommerce-MyAccount-navigation ul {
        position: fixed;
        top: 86px;
        min-width: calc(100% + 16px);
        left: 0;
        margin: 0 -8px;
        border-bottom: 1px solid #ccc;
        background: #fff;
        z-index: 100;
    }
    .olo-account-page .woocommerce,
    body:not(.logged-in) .olo-account-page .woocommerce {
        flex-direction: column!important;
        margin-top: 60px;
        position: relative;
        z-index: 100;
    }
    .woocommerce-MyAccount-navigation ul li a {
        line-height: normal;
        font-size: 15px;
        text-align: center;
        width: 100%;
        display: flex;
        align-items: center;
        place-content: center;
        align-content: center;
        align-content: center;
    }
    .woocommerce-MyAccount-navigation{
        min-width: 100%;
        min-height: 76px!important;
        top: 0!important;
        display: block!important;
        position: relative;
        left: 0;
        margin-bottom: 24px;
        top: 120px;
        height: 50px;
        top: -50px !important;
        box-shadow: none;
        border-bottom: 1px solid var(--bg-grey-light);
    }
    .woocommerce-MyAccount-navigation ul {
        flex-direction: row;
    }
    .woocommerce-MyAccount-navigation ul li {
        padding: 8px;
        margin: 2px;
        border: 0;
        flex: 1;
    }
    /*dashboard*/
    .woocommerce-active .site-header .main-navigation{
        display: flex;
    }
    .main-navigation a.account-link {
        padding: 0;
        font-size: 0;
        display: inline-flex;
        margin-left: auto;
        margin-right: 100px;
        max-height: 50px;
    }
    html body .login-button {
        background: transparent;
        color: #fff;
        font-weight: 600;
        height: auto;
        font-size: 19px;
        box-shadow: none;
        border-radius: 2px;
        margin: 0 auto;
        text-transform: none;
        text-align: center;
        padding: 1.618em 12px;
        min-width: 100% !important;

    }
    .main-navigation ul.nav-menu > li.login-button > a::after,
    .login-button .sub-menu.sub-menu--is-touch-device {
        display: none !important;
    }
    .main-navigation ul.nav-menu > li.login-button > a .material-icons{
        display: none;
    }
    .main-navigation ul.nav-menu > li.login-button > a {
        color: #fff;
        justify-content: center;
    }
    .main-navigation a.account-link::before {
        content: "account_circle";
        font-family: 'material icons';
        color: var(--red);
        font-size: 29px;
        padding: 4px;
    }
    .storefront-handheld-footer-bar {
        display: none!important;
        position: relative;
        background: transparent;
        box-shadow: none !important;
    }
    header#masthead {
        min-height: 120px;
        max-height: 120px;
    }
    .is-scroll #site-navigation.toggled .menu {
        top: 50px;
    }

    .woocommerce-MyAccount-navigation ul{
        padding: 5px 0;
    }
    .is-scroll .site-branding a {
        background-size: auto 40px !important;
        top: 3px;
    }
    .is-scroll .woocommerce-MyAccount-navigation {
        height: 40px;
    }
    .site-branding a{
        top: 0;
        background-size: auto 52px !important;
    }
    .menu-toggle {
        display: block!important;
        min-height: 54px;
        max-height: 54px;
        position: absolute!important;
        right: 48px;
        top: 54px;

    }
    .primary-navigation > ul {
        display: flex;
        align-items: stretch;
        flex-direction: column;
        width: 100vw;
        margin-left: 0 !important;
    }
    .primary-navigation > ul a {
        text-align: center;
    }
    .woocommerce-MyAccount-content,
    .right-sidebar .content-area.olo-account-page{
        width: 100%;
        margin-left: 0;
    }
    .woocommerce-MyAccount-navigation-link--dashboard {
        display: inline-block;
        order: -2;
    }
    .row.single-product .info {
        max-width: 50%;
    }
    .olo-subs-title h4{
        flex-wrap: wrap;
    }
    .olo-subsc-overview {
        flex-wrap: wrap;
    }
    .olo-subsc-overview > div {
        flex: 1;
        max-width: 100%;
        min-width: 100%;
        margin-bottom: 32px;
    }

    .primary-navigation {
        display: none;
    }
    nav#site-navigation.toggled .primary-navigation {
        display:flex;
    }
    nav#site-navigation.toggled .primary-navigation ul#menu-main-menu {
        position: absolute;
        z-index: 10000;
        left: 0;
        top: 120px;
        background: var(--blue);
    }
    .main-navigation ul.menu > li > a, .main-navigation ul.nav-menu > li > a {
        color: #fff;
    }


}
@media (max-width: 480px){
    .woocommerce-MyAccount-navigation ul li a {
        padding: 0 6px;
        font-size: 13px;
    }
}



/*end pulsanti*/

#all_coupon_container {
    height: unset !important;
}
.mobile-only,
#post-navigation,
.woocommerce-mini-cart__total.total,
.woocommerce-cart .woocommerce-info::before,
.woocommerce-cart .col-full > .woocommerce > .woocommerce-message,
.woocommerce-cart .col-full > .woocommerce > .woocommerce-info,
.olo-hidden,
.woocommerce-checkout #coupons_list,
.woocommerce-checkout .woocommerce-message,
.woocommerce-remove-coupon,
.otgs-development-site-front-end,
.edit-link,
.page-template-account-page .entry-header,
#sc_coupons_list > h4,
.wc_sc_total_available_store_credit,
.woocommerce-MyAccount-navigation ul li a::before {
    display: none!important;
}
a.remove::before{
    display: inline-block;
    color: indianred;
    position: relative;
    top: auto;
    left: auto;
    display: block;

}

.woocommerce-cart .cart-empty.woocommerce-info {
    background: transparent;
    padding: 24px 8px;
    color: var(--blue);
    font-weight: 600;
    border: 0;
}
body:not(.logged-in) li.my-account {
    min-width: 100%;
}
.woocommerce-checkout .storefront-handheld-footer-bar .cart,
.grecaptcha-badge,
.woocommerce-cart ul.woocommerce-error,
body:not(.logged-in) li.cart,
.hide{
    display: none!important;
}
.fea-submit-button.button.button-primary.disable,
.olo-submit.disable {
    pointer-events: none;
    opacity: 0.5;
    filter: grayscale(1);
}