html, body {
    overflow-x: hidden !important;
    transition: all .3s ease;
}
.container {
    max-width: 1240px;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: auto;
    margin-right: auto;
}
.hidden {
    display: none;
}

/* For the Search Page */
.search_pagination{
    display: flex;
    justify-content: center;
    gap: 20px;
}

.search_pagination .page-numbers {
    width: 30px;
    height: 30px;
    display: grid;
    place-content: center;
    border: 1px solid #001d55;
    text-decoration: none;
    color: #001d55;
    border-radius: 5px;
}
.search_pagination .page-numbers.current {
    background-color: #f3ce12;
    font-weight: 500;
}

/* END */
/* For the Search Container */
.formaclick_search.stick, .eleneco_corsi_filters_container.stick {
    position: fixed;
    top: 62px;
    width: 100%;
    z-index: 1000;
    transition: all 0.3s ease;
    padding: 10px 40px !important;
    animation: slideDown 0.5s ease;
}
.eleneco_corsi_filters_container.stick {
    background-color: #ffffff;
    padding: 10px 0px;
}
.ui-widget.ui-widget-content {
    z-index: 1000;
    transition: none !important;
}

@keyframes slideDown {
    from {
        top: 140px;
    }
    to {
      top: 63px; /* Slide down to top of the viewport */
    }
  }

  @keyframes slideDownTablet {
    from {
        top: 140px;
    }
    to {
      top: 104px; /* Slide down to top of the viewport */
    }
  }
/* END */
/* I nostri corsi */
.corsi_content{
    padding: 50px 30px;
}

/* END */
.lity-container {
    max-width: 1240px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    border-radius: 30px;
}
.text-center {
    text-align: center;
}
body.overflow-hidden {
    overflow: hidden !important;
}
.form_row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    gap: 15px;
}
.form_row .form_column {
    display: flex;
    flex-direction: column;
    flex-basis: 100%;
    flex: 1;
}
.form_row input,
.form_row textarea {
    width: 100%;
    border-radius: 20px;
    padding: 10px;
}
.acceptance_column label {
    display: flex;
    display: -webkit-box;
    flex-direction: row;
    align-items: flex-start;
    gap: 15px;
}
.acceptance_column input {
    flex: 0 1;
    margin-top: 10px;
    width: auto;
}
.acceptance_column .wpcf7-list-item-label {
    flex: 1 0;
}
.submit_row input.wpcf7-form-control {
    padding: 13px 25px;
    background-color: #001D55;
    color: #fff;
    border: none;
    border-radius: 20px;
    cursor: pointer;
}
.site-header a,
.site-header a:hover {
    text-decoration: none;
    color: #fff;
}
.header_top {
    display: flex;
    justify-content: space-between;
    padding-top: 25px;
    padding-bottom: 10px;
    transition: all 0.3s ease;
}
.header_right {
    display: flex;
    gap: 20px;
}
.cart_icon_holder {
    position: relative;
    display: flex;
}
.cart-items-count.count {
    position: absolute;
    top: 50%;
    width: 20px;
    height: 20px;
    background-color: #fff;
    color: #001D55;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    left: -15px;
    transform: translateY(-50%);
    display: none;
}
.cart-items-count.count.has_products {
    display: flex;
}
.header_cart_icon,
.header_account_icon,
.header_logout_icon {
    display: flex;
    gap: 5px;
    align-items: center;
}
.header_cart_icon svg,
.header_account_icon svg,
.header_logout_icon svg {
    width: 40px;
    height: 40px;
    fill: #fff;
    transition: all 0.3s ease;
}
.header_logout_icon svg {
    padding: 5px;
}
.header_text {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    width: min-content;
    display: block;
    line-height: 1.4;
    text-transform: uppercase;
    transition: all 0.3s ease;
}
#primary-menu {
    justify-content: space-around;
    font-size: 18px;
    gap: 5px;
}

.lh-1 {
    line-height: 1;
}
.lh-1-2 {
    line-height: 1.2;
}
.w-100 {
    width: 100%;
}
.mx-auto {
    margin-left: auto !important;
    margin-right: auto !important;
}
.ml-auto {
    margin-left: auto !important;
}
.mr-auto {
    margin-right: auto !important;
}
.mb-0 {
    margin-bottom: 0px !important;
}
.mt-0 {
    margin-top: 0px !important;
}
.mb-10 {
    margin-bottom: 10px !important;
}
.mt-10 {
    margin-top: 10px !important;
}
.mt-280 {
    margin-top: 280px;
}
.py-70 {
    padding-top: 70px;
    padding-bottom: 70px;
}

.text-justify {
    text-align: justify;
}

.max_width_700 {
    max-width: 700px;
}
.max_width_800 {
    max-width: 800px;
}
.max_width_900 {
    max-width: 900px;
}
.max_width_530 {
    max-width: 530px;
}

.min_height_1000 {
    min-height: 1000px;
}

.w-100 .wp-block-image img {
    width: 100%;
}

.formaclick_btn .wp-block-button__link {
    padding: 7px 25px;
}
.btn_hover_blue .wp-block-button__link:hover {
    background-color: #001d55 !important;
    color: #f3ce12 !important;
}
.hover_scale .wp-block-button__link {
    transform: scale(1);
    transition: all .2s ease-in;
}
.hover_scale .wp-block-button__link:hover {
    transform: scale(1.05);
}

.variations_form tr.data_attribute {
    display: none;
}
#masthead {
    background-color: #001d55;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    z-index: 100500;
    transition: all 0.3s ease;
}

#masthead .container{
    background-color: #001d55;
    transition: all 0.3s ease;
}

.header_left img{
    transition: all 0.3s ease;
}

.header_left .header-logo{
    max-height: 60px;
}
/* Sticky Header Styles */

.scrolled .header_top{
    padding-top: 10px;
}

.scrolled .header_text{
    font-size: 12px;
}

.scrolled .header_left img{
    max-width: 60%;
}

.scrolled .main-navigation{
    display: none;
}

.scrolled .header_cart_icon svg, .scrolled .header_account_icon svg, .scrolled .header_logout_icon svg{
    width: 30px;
    height: 30px;
}

body:not(.page) #primary.scrolled {
    margin-top: 63px;
}

body.page #primary.scrolled {
    margin-top: 63px;
}

/* End Sticky Header Styles */

body:not(.page) #primary {
    margin-top: 145px;
}
body.page #primary {
    margin-top: 145px;
}

.admin-bar header#masthead {
    top: 32px;
}
body.woocommerce-cart .header_cart_icon .header_text,
body.woocommerce-account .header_account_icon:not(.header_assistence_icon) .header_text {
    font-weight: 700;
}
.main-navigation li {
    flex: 1 0;
}
.main-navigation li.current-menu-item,
.main-navigation #primary-menu > li:hover {
    /* background-color: #1153d5; */
}
.main-navigation a {
    color: #fff;
    padding: 10px 15px;
    text-align: center;
}
.main-navigation li.current-menu-item > a,
.main-navigation #primary-menu > li:hover > a {
    font-weight: 700;
}
.formaclick_search {
    background-color: #001d55;
    padding: 40px;
    transition: all .5s ease-in-out;
}
.formaclick_search form {
    display: flex;
    justify-content: center;
    gap: 30px;
}

.site-footer {
    position: relative;
    z-index: 100;
    background-color: #000;
    padding: 50px 0;
    color: #fff;
}
.site-footer a {
    color: #fff;
    text-decoration: none;
}
.top-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.footer-2 .widget {
    padding-bottom: 5px;
}
.footer-3 ul.menu {
    list-style: none;
    padding: 0;
    margin: 0;
}
.footer-3 ul.menu  > li {
    padding-bottom: 5px;
}
.footer-bottom {
    gap: 10%;
}
.footer-bottom .widget_nav_menu {
    flex-grow: 1;
}
.footer-bottom .widget_nav_menu ul.menu {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: space-between;
}
.footer-bottom .widget_nav_menu ul.menu li {
    position: relative;
}

/* Go To Top */
.go-to-top-button {
    display: none; /* Hide the button by default */
    position: fixed; /* Position the button fixed on the viewport */
    bottom: 20px;
    right: 20px;
    z-index: 9999; /* Ensure the button appears above other elements */
    padding: 10px;
    background-color: #F3CE12;
    border-radius: 5px;
    text-decoration: none;
    cursor: pointer;
    line-height: 1;
}

.go-to-top-button svg{
    fill: #001d55;
    height: 40px;
    width: 40px;
}

.assistenza_telefonica_mobile {
    position: fixed;
    bottom: 0;
    z-index: 9999;
    background-color: #F3CE12;
    width: 100%;
    text-align: center;
    padding: 10px;
    display: none;
}
.assistenza_telefonica_mobile a {
    color: #001d55;
    font-weight: 500;
    font-size: 14px;
    text-decoration: none;
    line-height: 15px;
}

/* Product Card */
.formaclick_product_card {
    max-width: 310px;
    overflow: hidden;
    border-radius: 30px;
    transition: box-shadow .3s ease-in;
    width: 100%;
    display: flex;
    flex-direction: column;
    flex: 1 0;
    height: inherit;
    position: relative;
    border: 2px solid #001d55;
}
.formaclick_product_card:hover {
    box-shadow: 0 0 10px #d5d8de;
}
.formaclick_product_card > img {
    height: 220px;
    width: 100%;
    object-fit: cover;
    display: block;
}
.formaclick_product_card_info {
    background: url(/wp-content/uploads/2024/04/textura.png);
}
.product_card_title {
    height: 80px;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    background-color: transparent;
    color: #001d55;
    padding: 5px 30px;
}
.product_card_title h4 {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.2;
}
.product_card_date {
    font-size: 26px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    color: #02b050;
    background-color: transparent;
    line-height: 1.4;
}
.product_card_info {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px 30px 40px;
    background-color: transparent;
    height: 100%;
}
.product_card_attributes {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
    margin-bottom: 15px;
}
.product_card_attributes li {
    font-size: 13px;
    color: #001d55;
    margin-bottom: 5px;
    display: flex;
    gap: 10px;
    align-items: center;
}
.product_card_attributes li svg {
    height: 16px;
    width: 13px;
    flex: 0 0 10%;
}
.product_card_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 20px;
    /* border: 2px solid; */
    color: #fff !important;
    background-color: #001d55;
    border-radius: 50px;
    font-weight: 500;
    font-size: 16px;
    transition: all .3s ease-in;
    text-decoration: none !important;
    cursor: pointer;
    /* margin-top: auto; */
}
.formaclick_product_card .button_hover{
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}
.formaclick_product_card:hover .product_card_btn {
    color: #fff !important;
    background-color: #001d55 !important;
    /* border-color: #001d55 !important; */
}
.formaclick_product_card:hover .product_card_btn svg {
    fill: #fff;
}
.product_card_btn svg {
    width: 17px;
    height: 17px;
    fill: #2e71f2;
    margin-right: 5px;
    transition: fill .3s ease-in;
    display: none; /* Hide for the moment */
}

/* Product List Card */
.formaclick_product_list_card {
    display: flex;
    flex-direction: row;
    background-color: #fff;
    border-radius: 30px;
    /* filter: drop-shadow(0px 0px 15px rgb(46 113 242 / 55%)); */
    filter: drop-shadow(0px 0px 15px rgba(0, 28, 85, 55%));
    margin: 20px;
    position: relative;
}
.formaclick_product_list_card_hover_link{
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.product_list_date {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    min-height: 100%;
    padding: 25px;
    color: #001D55;
}
.product_list_day {
    font-size: 25px;
    font-weight: 700;
    line-height: 1;
}
.product_list_num {
    font-size: 25px;
    font-weight: 700;
    line-height: 1;
}
.product_list_month {
    font-size: 25px;
    line-height: 1;
    font-weight: 700;
}
.product_list_thumb {
    display: flex;
    flex: 0 0 18%;
}
.product_list_thumb img {
    width: auto;
    height: 100%;
    object-fit: cover;
}
.product_list_details{
    display: flex;
    flex: 1;
    background: url(/wp-content/uploads/2024/04/PatternPuntini.svg);
    background-size: cover;
    border-radius: 0 30px 30px 0;
}
.product_list_content {
    flex: 1 0 40%;
    padding: 20px 35px;
    color: #001D55;
    fill: #001D55;
}
.product_list_title {
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
}
.product_list_attr {
    list-style: none;
    margin: 0;
    padding: 0;
}
.product_list_attr li {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-bottom: 15px;
}
.list_attr_icon svg {
    width: 33px;
    height: 33px;
}
.list_attr_content {
    display: flex;
    flex-direction: column;
}
.list_attr_content_giornate {
    display: flex;
    flex-direction: row;
    gap: 10px;
}
.singola_giornata_divider {
    height: auto;
    width: 3px;
    background-color: #ececed;
}
.list_attr_label {
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 1.2;
}
.list_attr_value {
    font-size: 16px;
    font-weight: 500;
    color: #001D55;
    line-height: 1.2;
}
.product_list_actions {
    flex: 1 0 24%;
    /* background-color: #e7e7e9; */
    padding: 15px 20px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
}
.product_list_actions_bottom {
    display: flex;
    justify-content: space-between;
    position: absolute;
    bottom: 15px;
    width: calc(100% - 40px);
}
.product_list_add_cart {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.product_list_add_cart a {
    padding: 12px 30px;
    border-radius: 30px;
    background-color: #001D55;
    color: #fff;
    font-size: 22px;
    text-decoration: none;
    line-height: 1;
    margin-bottom: 15px;
    transition: all .2s ease-in;
    position: relative;
    z-index: 2;
}
.product_list_add_cart a:hover {
    background-color: #f3ce12;
    color: #001d55;
    transform: scale(1.05);
}
.product_list_add_cart > span {
    font-size: 14px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #02b050;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.2;
}
button.woocommerce-Button.button,
button.woocommerce-button.button.woocommerce-form-login__submit,
a.button.wc-backward,
a.button.wc-forward {
    padding: 12px 30px;
    border-radius: 30px;
    background-color: #F3CE12 !important;
    color: #001D55 !important;
    font-size: 18px;
    text-decoration: none;
    line-height: 1;
    margin-bottom: 15px;
    font-weight: 400;
}
.product_list_add_cart span del, .date_actions_add_to_cart_container span del, .cart_item_price del{
    text-decoration: none;
}
.product_list_add_cart span del > span > bdi, .date_actions_add_to_cart_container span del > span > bdi, .cart_item_price del > span > bdi {
    text-decoration: line-through;
}
.product_list_add_cart span bdi, .date_actions_add_to_cart_container span bdi, .cart_item_price bdi {
    font-size: 20px;
}
.product_list_add_cart span ins, .date_actions_add_to_cart_container span ins, .cart_item_price ins {
    background: none;
}
.product_list_actions_bottom svg {
    width: 34px;
    height: 34px;
    fill: #2e71f2;
    cursor: pointer;
}
.product_list_actions_bottom svg:hover {
    fill: #1154d5;
}
.elenco_corsi_load_more {
    display: none;
    margin: 50px auto;
    justify-content: center;
    align-items: center;
    padding: 12px 30px;
    border-radius: 30px;
    background-color: #F3CE12;
    color: #001D55;
    font-size: 18px;
    text-decoration: none;
    line-height: 1;
    margin-bottom: 15px;
    width: fit-content;
}
.elenco_corsi_load_more.show {
    display: flex;
    transition: all .2s ease-in;
}
.elenco_corsi_load_more.show:hover {
    background-color: #001d55 !important;
    color: #f3ce12 !important;
    transform: scale(1.05);
}

/* Single Product */

/* Back Button */
.back_button{
    padding-top: 20px;
}

.back_button a {
    position: relative;
    padding-left: 30px;
    text-decoration: none;
}

.back_button svg{
    position: absolute;
    width: 22px;
    height: auto;
}

.back_button span{
    padding-left: 30px;
    color: #001d55;
}

.formaclick_product_header img {
    width: 100%;
}
.formaclick_product_header .container .product_title {
    color: #001D55;
    font-size: 34px;
    font-weight: 600;
    text-align: center;
    max-width: 750px;
    margin: 0px auto !important;
    line-height: 1.2;
    padding: 45px 0px !important;
}
.product_single_dates_list {
    position: relative;
    z-index: 3;
    max-width: 100%;
    display: flex;
}
.product_single_dates_list .slick-list {
    overflow: hidden !important;
}
.product_dates_title {
    font-size: 26px;
    line-height: 1;
    font-weight: 300;
    color: #001D55;
    text-align: center;
    margin-top: 0 !important;
    margin-bottom: 20px;
}
.product_single_date {
    width: 100%;
    max-width: 240px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
    cursor: pointer;
    transition: filter .3s ease-in;
}
.product_single_dates_list .slick-track {
    padding: 20px 0;
}
.product_single_date.active:after {
    content: "";
    position: absolute;
    z-index: 100;
    display: block;
    bottom: -34px;
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
    width: 20px;
    height: 20px;
    z-index: 100;
    background-color: #fff;
}
.product_single_date:hover,
.product_single_date.active {
    filter: drop-shadow(0px 0px 10px rgb(80 87 97 / 55%));
    position: relative;
}
.product_single_date .date {
    width: 100%;
    padding: 40px 20px;
    background-color: #001D55;
    color: #fff;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    transition: all .3s ease-in;
}
.product_single_date:hover .date,
.product_single_date.active .date {
    background-color: #fff;
    color: #001D55;
}
.product_single_date .date .day {
    font-size: 60px;
    font-weight: 700;
    line-height: 1;
}
.product_single_date .date .month {
    font-size: 52px;
    font-weight: 700;
    line-height: 1;
}
.product_single_date .date .year {
    font-size: 28px;
    font-weight: 700;
    line-height: 1;
    margin-top: 10px;
}
.product_single_date .date_info {
    display: flex;
    flex-direction: column;
    width: 100%;
    background-color: #fff;
    padding: 20px;
    color: #001D55;
    font-size: 16px;
    line-height: 1.2;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    border: 2px solid #001D55;
}
.date_location {
    font-weight: 600;
}
.date_modality{
    color:#02b050;
}
.product_single_date:hover .date_info,
.product_single_date.active .date_info {
    background-color: #001D55;
    color: #fff;
    border: none;
}
.product_single_date:hover .date_info .date_modality,
.product_single_date.active .date_info .date_modality {
    color: #fff;
}
.woocommerce-variation-add-to-cart {
    display: none;
}
.woocommerce-variation.single_variation {
    display: none !important;
}
/* .wdp_table_outter {
    display: none;
} */

.single-product .formaclick_form_cart .add_cart_error:nth-child(2){
    display: none;
}
.ente_formatore {
    display: flex;
    justify-content: flex-start;
    gap: 10px;
    align-items: center;
    margin: 25px 0;
}
.ente_formatore h3, .ente_formatore p {
    margin: 0;
}

/* Text image section */
.text_image_section {
    padding: 70px 0;
}
.text_image_title {
    font-size: 30px;
    line-height: 1;
    text-align: center;
    margin-top: 0 !important;
    margin-bottom: 20px;
}
.text_image {
    display: flex;
    justify-content: center;
    align-items: center;
}
.text_image_image,
.text_image_text {
    flex: 1 0 50%;
}
.text_image_description {
    max-width: 500px;
    margin: auto;
    font-size: 22px;
    line-height: 1.8;
    font-weight: 300;
    color: #2e71f2;
}

/* CTA section */
.cta_section {
    background-color: #94a0b1;
    padding: 50px 0;
    color: #fff;
}
.cta_container {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
}
.cta_text {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.2;
}
.cta_button {
    color: #fff !important;
    text-decoration: none;
    background-color: #2e71f2;
    padding: 7px 30px;
    border-radius: 50px;
    font-size: 20px;
}

/* Icon list section */
.icon_list_section {
    padding: 120px 0;
}
.icon_list_title {
    font-size: 44px;
    font-weight: 600;
    text-align: center;
    color: #2e71f2;
    margin-top: 0;
    margin-bottom: 70px;
}
.icon_list_list {
    padding: 0;
    margin: 0;
    list-style: none;
    font-size: 22px;
    color: var(--text-color);
    font-weight: 500;
    line-height: 1.6;
}
.icon_list_list li {
    display: flex;
    gap: 70px;
}
.icon_list_icon {
    min-width: 100px;
    mask: var(--icon-link) center/contain;
    -webkit-mask: var(--icon-link) center/contain;
    mask-repeat: no-repeat;
    background-color: var(--icon-color);
    margin: auto;
    height: 100px;
}
.icon_list_bottom {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 50px;
}
.icon_list_text_bottom {
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    color: #2e71f2;
}
.icon_list_button_bottom {
    color: #fff !important;
    padding: 15px 30px;
    border-radius: 50px;
    text-decoration: none;
    background-color: #2e71f2;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 15px;
}
.wdp_table_outter {
    margin: 40px 0;
}
@media(max-width: 360px) {
    .woocommerce table.wdp_table td {
        padding: 10px !important;
    }
}

/* Product Slider */
.product_logo_slider {
    margin-top: 60px;
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: #F3CE12;
}
.product_logo_title {
    text-align: center;
    color: #001D55;
    font-size: 32px;
    font-weight: 600;
    margin: 0 0 30px;
}
.product_logo_slider .logo_slide {
    display: flex;
    flex-direction: column;
    border: 2px solid #001D55;
    border-radius: 30px;
    height: auto;
    margin-left: 10px;
    margin-right: 10px;
    background-color: #001D55;
    box-sizing: border-box;
    overflow: hidden;
}
.product_logo_slider .logo_slide picture,
.product_logo_slider .logo_slide img {
    width: 100%;
    height: 140px;
    object-fit: contain;
    object-position: center;
    background-color: #fff;
}
.product_logo_slider .logo_slide .slide_link {
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    color: #fff;
    text-align: center;
    padding: 20px;
}

.logo_slider_wrap .slick-arrow {
    width: 30px;
    height: 30px;
}

.logo_slider_wrap .slick-arrow:before {
    font-size: 30px;
}

.logo_slider_wrap .slick-prev {
    left: -20px;
}

.logo_slider_wrap .slick-next {
    right: -20px;
}


.single_date_add_to_cart.active:before {
    content: "";
    position: absolute;
    z-index: 100;
    display: block;
    top: -10px;
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
    width: 20px;
    height: 20px;
    z-index: 100;
    background-color: #fff;
}
.single_date_action, 
.single_date_add_to_cart {
    border-radius: 30px;
    /* box-shadow: 0 0 40px rgb(46 113 242 / 55%); */
    box-shadow: 0 0 40px rgba(0, 28, 85, 55%);
    position: relative;
}
.single_date_action.hidden, 
.single_date_add_to_cart.hidden {
    display: none;
}
.single_date_add_to_cart.active {
    margin-top: 20px;
}
.single_date_action_container, 
.single_date_add_to_cart_container {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    padding: 30px 0;
    background-color: #fff;
    border-radius: 30px;
    gap: 30px;
}
.date_actions_info {
    display: flex;
    flex: 1 0;
    justify-content: center;
    align-items: center;
    border-right: 2px solid #e7e7e9;
}
.date_actions_add_to_cart {
    flex: 1 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.date_actions_icon_container {
    border-top-right-radius: 50vw;
    border-bottom-right-radius: 50vw;
    padding: 20px 40px;
    background-color: #001D55;
}
.date_actions_icon svg {
    width: 80px;
    height: 80px;
    fill: #fff;
}
.date_actions_attr {
    list-style: none;
    margin: 0 20px 0 0;
    padding: 0;
}
.date_actions_attr li {
    display: flex;
    flex-direction: row;
    gap: 30px;
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 500;
    color: #001D55;
    line-height: 1.2;
    align-items: flex-start;
}
.date_actions_attr li svg {
    width: 32px;
    height: 32px;
    fill: #001D55;
}
.date_actions_attr li span {
    padding-top: 5px;
    text-transform: uppercase;
}

.date_actions_add_to_cart_container a {
    padding: 12px 80px;
    border-radius: 20px;
    background-color: #1ab960;
    color: #fff;
    font-size: 22px;
    text-decoration: none;
    line-height: 1;
    margin-bottom: 15px;
    display: block; 
    transition: all .2s ease-in;
}
.date_actions_add_to_cart_container a:hover {
    transform: scale(1.05);
}
.date_actions_add_to_cart_container > span {
    font-size: 14px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #02b050;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.2;
}
.date_actions_add_to_cart_container span bdi {
    font-size: 20px;
}
.add_to_cart_content {
    margin: 0 30px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.add_to_cart_title {
    color: #505761;
    font-size: 24px;
    font-weight: 600;
    text-align: center;
    margin: 0 0 30px;
    line-height: 1.2;
}
.formaclick_form_cart {
    width: 100%;
}
.singolo_partecipante {
    display: flex;
    flex-direction: row;
    gap: 20px;
    justify-content: space-between;
    margin: 20px;
}
.singolo_partecipante > div {
    flex: 1 0;
}
.singolo_partecipante input {
    width: 100%;
    box-shadow: inset 0 0 5px rgb(4 4 4 / 54%);
    background-color: #e7e9eb !important;
    border-radius: 20px;
    border: none !important;
    font-size: 16px;
    line-height: 1.2;
    padding: 13px;
    color: #001D55 !important;
}
.add_to_cart_quantity {
    display: flex;
    justify-content: center;
}
.add_to_cart_quantity button {
    background-color: #001c55eb;
    color: #fff;
    font-size: 20px;
    line-height: 1;
    padding: 10px 20px;
    border: none;
    border-radius: 0;
    position: relative;
    z-index: 3;
}
input.add_to_cart_qty {
    font-size: 20px;
    line-height: 1;
    padding: 7px 15px;
    max-width: 80px;
    text-align: center;
    color: #001D55 !important;
    border: none !important;
    box-shadow: inset 0 0 5px rgb(4 4 4 / 40%);
    border-radius: 0 !important;
    margin-left: -10px;
    margin-right: -10px;
    z-index: 0;
    position: relative;
    cursor: pointer;
}
.add_to_cart_qty:focus-visible,
.add_to_cart_qty:focus,
.add_to_cart_qty:active,
.add_to_cart_qty:focus-within {
    outline: none !important;
}
button.quantity_decrease {
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    cursor: pointer;
}
button.quantity_increase {
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    cursor: pointer;
}
.add_to_cart_quantity button:hover {
    background-color: #001D55;
}
.add_to_cart_btn_container {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
}
.add_to_cart_btn_container a {
    padding: 12px 30px;
    border-radius: 20px;
    background-color: #001D55;
    color: #fff;
    font-size: 20px;
    text-decoration: none;
    line-height: 1;
    margin-bottom: 15px;
    display: block;
    transition: all .2s ease-in;
}
.add_to_cart_btn_container a:hover {
    background-color: #f3ce12;
    color: #001d55;
    transform: scale(1.05);
}
.add_to_cart_partecipanti.formaclick_accordions {
    padding: 20px;
}
.partecipanti_notice {
    font-style: italic;
    padding: 0 20px;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

/* Cart */
.formaclick_cart {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 30px;
}
.woocommerce-cart-form {
    flex: 1 0;
}
.cart_totals {
    flex: 0 1 400px;
    padding: 25px 3px;
    border-radius: 20px;
    box-shadow: 0 0 40px rgb(0 29 85 / 55%);
}
.cart_totals h2 {
    text-align: center;
    margin-top: 0;
    font-size: 20px;
    line-height: 1.2;
    color: #001D55;
}
.formaclick_cart .cart_totals table.shop_table {
    border: none;
    border-top: 1px solid #868686;
    border-radius: 0;
    padding-top: 35px;
    border-bottom: 1px solid #868686;
    padding-bottom: 35px;
    margin-bottom: 10px;
}
tr.cart-subtotal th {
    font-size: 16px;
    line-height: 1.2;
    font-weight: 400 !important;
    color: #505761;
}
tr.cart-subtotal td .amount bdi {
    font-size: 22px;
    line-height: 1.2;
    font-weight: 400 !important;
    color: #575e67;
}
tr.fee th,
tr.fee td,
tr.cart-discount th,
tr.cart-discount td {
    font-size: 18px;
    font-weight: 400 !important;
    line-height: 1.2;
    color: #02b050;
    fill: #02b050;
}

tr.fee th svg,
tr.cart-discount th svg {
    width: 20px;
    height: 20px;
    margin-right: 10px;
}
.woocommerce-orders-table tbody tr {
    border-top: 3px solid #fff;
}
.formaclick_cart_total {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 25px;
    color: #001D55;
}
.formaclick_cart_total .cart_total {
    font-size: 20px;
    line-height: 1.2;
    font-weight: 700;
    text-transform: uppercase;
}
.formaclick_cart_total .cart_total_amount {
    font-size: 22px;
    line-height: 1.2;
    font-weight: 500;
    font-family: 'Poppins';
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
    display: none !important;
}
.woocommerce-cart .formaclick_cart .wc-proceed-to-checkout {
    display: flex;
    padding: 25px 25px 0 !important;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.woocommerce-cart .formaclick_cart .wc-proceed-to-checkout .prenota_cart_btn,
.woocommerce-cart .formaclick_cart .wc-proceed-to-checkout .wc-forward {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.2;
    text-decoration: none;
    padding: 8px 25px;
    border-radius: 20px;
    width: 160px;
    text-align: center;
}
.woocommerce-cart .formaclick_cart .wc-proceed-to-checkout .prenota_cart_btn {
    color: #fff;
    background-color: #a4aebc;
    margin-bottom: 20px;
}
.woocommerce-cart .formaclick_cart .wc-proceed-to-checkout .prenota_cart_btn:hover {
    background-color: #1153d5;
}
.woocommerce-cart .formaclick_cart .wc-proceed-to-checkout .wc-forward {
    color: #fff;
    background-color: #2d71f1;
}
.woocommerce-cart .formaclick_cart .wc-proceed-to-checkout .wc-forward {
    transition: all .2s ease-in;
}
.woocommerce-cart .formaclick_cart .wc-proceed-to-checkout .wc-forward:hover {
    background-color: #001d55 !important;
    color: #f3ce12 !important;
    transform: scale(1.05);
}
.woocommerce-notices-wrapper {
    max-width: 1240px;
    margin-left: auto;
    margin-right: auto;
}
.single_cart_item {
    display: flex;
    border-radius: 20px;
    box-shadow: 0 0 40px rgb(0 29 85 / 55%);
    overflow: hidden;
    margin-bottom: 20px;
    /* margin-top: 20px; */
    position: relative;
}
.cart_item_thumb {
    max-width: 124px;
    height: auto;
}
.cart_item_thumb a {
    display: flex;
    height: 100%;
}
.cart_item_thumb img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.cart_item_contents {
    display: flex;
    flex: 1 0;
    align-items: center;
}
.cart_item_attributes {
    flex: 1 0;
    padding: 20px 50px;
}
.cart_item_title {
    font-size: 18px;
    line-height: 1.2;
    text-transform: uppercase;
    color: #505761;
    margin-bottom: 5px;
    margin-top: 0;
}
.cart_item_date,
.cart_item_sede {
    font-size: 16px;
    line-height: 1.2;
    margin-bottom: 5px;
    margin-top: 0;
    color: #001D55;
}
.cart_item_date {
    text-transform: uppercase;
}
.cart_item_actions,
.cart_item_quantity {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.cart_item_actions {
    padding: 20px 40px;
    gap: 10px;
}
.cart_item_price .amount {
    font-size: 22px;
    font-weight: 700;
    line-height: 1.6;
    color: #001D55;
}
.quantity_label {
    font-size: 12px;
    line-height: 1.4;
    color: #575e67;
    text-transform: uppercase;
}
.quantity_modify {
    font-size: 12px;
    line-height: 1.4;
    color: #2e71f2;
    text-transform: uppercase;
    text-decoration: none;
}
.cart_item_remove {
    position: absolute;
    top: 10px;
    right: 10px;
}
.cart_item_remove a.remove {
    color: #001D55 !important;
}
.cart_item_remove a.remove:hover {
    color: #fff !important;
    background-color: #001D55 !important;
}
.woocommerce .formaclick_cart .woocommerce-cart-form table.shop_table {
    display: none;
}
.formaclick_cart_collaterals {
    margin-top: 80px;
    margin-bottom: 40px;
}
.woocommerce .formaclick_cart_collaterals .cross-sells {
    width: 100% !important;
}
.formaclick_cart_collaterals .cross-sells h2 {
    font-size: 32px;
    line-height: 1.2;
    font-weight: 600;
    color: #001D55;
    text-align: center;
}
.formaclick_archive_container {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    margin-bottom: 40px;
}
.formaclick_archive_container .formaclick_product_card {
    flex: 1 0 25%;
}
.formaclick_archive_container .formaclick_product_card {
    max-width: calc(25% - 20px);
}
.product_category_content {
    margin-bottom: 40px;
}

.woocommerce-products-header{
    display: flex;
    justify-content: center;
}

h1.woocommerce-products-header__title.page-title {
    text-align: center;
    margin: 30px 20px;
    color: #505761;
    font-size: 42px;
    font-weight: 600;
    line-height: 1.2;
    padding-top: 30px;
}
.dt-length {
    display: none;
}

/* Checkout */
.woocommerce_checkout_container {
    padding: 80px 0;
}
form.checkout.woocommerce-checkout {
    display: grid;
    justify-content: space-between;
    align-items: flex-start;
    gap: 30px;
    grid-template-columns: 2fr 1fr;
    grid-template-areas:
        "notice notice"
        "fatura total";
}
.woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout {
    grid-area: notice;
}
.order_review_container {
    flex: 0 1 450px;
    padding: 20px;
    border-radius: 20px;
    box-shadow: 0 0 40px rgb(46 113 242 / 55%);
    grid-area: total;
}
#customer_details {
    border-radius: 20px;
    box-shadow: 0 0 40px rgb(46 113 242 / 55%);
    overflow: hidden;
    margin-bottom: 20px;
    position: relative;
    padding: 20px;
    grid-area: fatura;
}
#payment #place_order {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.2;
    text-decoration: none;
    padding: 8px 25px;
    border-radius: 20px;
    text-align: center;
    color: #fff;
    background-color: #2d71f1;
}
.woocommerce form .form-row label, .woocommerce form .form-row label span{
    color: #001D55 !important;
}
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
    /* box-shadow: inset 0 0 5px rgb(4 4 4 / 54%); */
    background-color: #fff !important;
    border-radius: 20px;
    border: 2px solid #001D55 !important;
    font-size: 16px;
    line-height: 1.2;
    padding: 13px;
    color: #001D55 !important;
}
.woocommerce form .form-row select,
.woocommerce form .form-row .select2-container {
    width: 100% !important;
}
.select2-container {
    transition: none !important;
}
.select2-container--default .select2-selection--single {
    height: 45px;
    border: none;
    background-color: transparent;
}
.azienda_others .select2-container--default .select2-selection--single {
    background-color: transparent;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    box-shadow: inset 0 0 0 2px #001D55;
    background-color: #fff !important;
    border-radius: 20px;
    border: none !important;
    font-size: 16px;
    line-height: 1.2;
    padding: 13px;
    color: #001D55;
}
.search_corsi .select2-container--default .select2-selection--single .select2-selection__rendered,
.search_dipendenti .select2-container--default .select2-selection--single .select2-selection__rendered {
    box-shadow: none;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 45px;
}
.select2-container--open .select2-dropdown--below {
    background-color: #fff;
    padding: 10px;
    top: 100%;
    z-index: 100;
    overflow-y: auto;
    border-radius: 30px;
    border-top-right-radius: 0px;
    box-shadow: 0 0 20px #505761;
}
#order_review_heading {
    text-align: center;
    margin-top: 0;
    font-size: 20px;
    line-height: 1.2;
    color: #2e71f2;
}
table.shop_table.woocommerce-checkout-review-order-table {
    border: none;
    border-top: 1px solid #868686;
    border-radius: 0;
    padding-top: 35px;
    border-bottom: 1px solid #868686;
    padding-bottom: 35px;
    margin-bottom: 10px;
}
.formaclick_conditional_fields {
    display: none;
}
.formaclick_conditional_fields.show {
    display: block;
}
.woocommerce form.login, .woocommerce form.register, .form_lost_password {
    padding: 20px;
    border-radius: 20px;
    box-shadow: 0 0 40px rgb(46 113 242 / 55%);
}
.woocommerce-lost-password .entry-content > .woocommerce {
    margin-left: 20px;
    margin-right: 20px;
}
.login_register_desc {
    margin-top: 50px;
}
.form_lost_password {
    margin-top: 80px;
    margin-bottom: 80px;
    max-width: 600px;
}
.billing_state .woocommerce-input-wrapper,
.billing_state .woocommerce-input-wrapper .select2-container {
    width: 100%;
    display: block;
}
.formaclick_search_container {
    padding: 0 0 80px 0;
}
.formaclick_search_container .formaclick_archive_container{
    justify-content: center;
}
h1.page-title {
    text-align: center;
    max-width: 750px;
    margin: 40px auto;
    font-size: 36px;
    color: #505761;
}
.woocommerce-account #prefooter {
    display: none !important;
}
.dt-search {
    display: none;
}
.woocommerce-order-received .woocommerce .woocommerce-order,
.woocommerce-order-received .woocommerce .woocommerce-form {
    max-width: 1240px;
    margin: 80px auto;
    border-radius: 30px;
    box-shadow: 0 0 40px rgb(46 113 242 / 55%);
    padding: 30px;
}
.woocommerce-order-received .woocommerce-info,
.woocommerce-order-received .woocommerce-notice,
.formaclick-MyAccount-content .formaclick_myaccount_orders,
.formaclick-MyAccount-content .partecipanti_container {
    max-width: 1240px;
    margin: 20px auto;
}
.orders_title {
    text-transform: uppercase;
    text-align: center;
}
.order_partecipanti_icon svg,
.fattura_icon svg {
    width: 22px;
    height: 22px;
}
.woocommerce .formaclick-MyAccount-content table.shop_table {
    border: none !important;
}
.woocommerce-orders-table tbody tr:nth-of-type(3n + 3) {
    background-color: #a6c5fe;
}
.woocommerce-orders-table tbody tr:nth-of-type(3n + 2) {
    background-color: #dadddf;
}
.woocommerce-orders-table tbody tr:nth-of-type(3n + 1) {
    background-color: #ffffff;
}
.woocommerce-orders-table {
    border-collapse: collapse !important;
}
.woocommerce .formaclick-MyAccount-content table.shop_table thead{
    border-bottom: 7px solid #001D55;
}
.woocommerce .formaclick-MyAccount-content table.shop_table tr {
    background-color: transparent;
    border-bottom: 3px solid #001D55;
}
.order_display_name,
.order_display_lastname,
td .codice_fiscale,
td .corso,
td .stato_partecipazione,
td .data_scadenza_attestato {
    font-size: 16px;
    line-height: 1.2;
    text-transform: uppercase;
    font-weight: 400;
}
.order_status {
    font-size: 13px;
    line-height: 1.2;
    text-transform: uppercase;
    font-weight: 700;
    color: #373b40;
}
.order_desc {
    font-size: 14px;
    line-height: 1.2;
    color: #373b40;
    text-transform: uppercase;
    font-weight: 500;
}
time.order_data {
    font-size: 14px;
    line-height: 1.2;
    font-weight: 500;
    color: #373b40;
}
.fattura_icon {
    display: flex;
    justify-content: center;
    align-items: center;
    fill: #001D55;
}
.single_order_partecipanti {
    font-size: 14px;
    line-height: 1.2;
    text-transform: uppercase;
    text-decoration: none;
    color: #373b40;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 10px;
}

/* My Account */
.account_information {
    background-color: #fff;
    color: #001D55;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    gap: 50px;
    padding-top: 40px;
}
.account_image {
    position: relative;
    overflow: hidden;
    border-radius: 50%;
    border: 2px solid #F3CE12;
}
.account_image img {
    display: block;
    position: relative;
    width: 172px;
    height: 172px;
    object-fit: cover;
}
.edit_profile_img {
    display: none;
    cursor: pointer;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #fff;
    color: #001D55;
    text-align: center;
    padding: 5px 0 7px;
}
#selected_image {
    margin-bottom: 30px;
}
.account_image:hover .edit_profile_img {
    display: block;
}
.formaclick_account_nav {
    background-color: #001D55;
    padding: 0 55px;
    display: flex;
    flex-direction: column;
}
button.mymenu-toggle{
    align-self: flex-end;
}
.formaclick_account_nav > ul {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 0;
    margin: 0;
    list-style: none;
    gap: 5px;
}
.formaclick_account_nav > ul > li {
    flex: 1 0;
}
.formaclick_account_nav > ul > li.is-active, 
.formaclick_account_nav > ul > li:hover {
    /* background-color: rgb(0 29 85 / 25%);
    border-bottom: 7px solid #001D55; */
    border-bottom: 7px solid #F3CE12;
    margin-bottom: -7px;
    font-weight: 700;
}
.formaclick_account_nav li > a {
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    width: 100%;
    display: block;
    text-align: center;
    padding: 15px;
}
.formaclick_account_nav > ul > li.is-active a, 
.formaclick_account_nav > ul > li:hover a {
    color: #F3CE12;
}
.formaclick-MyAccount-content {
    margin-top: 80px;
    padding: 0 20px;
}
.account_name {
    font-size: 36px;
    font-weight: 700;
    margin: 10px;
    line-height: 1.2;
    margin-left: 0px;
}
.account_code_container {
    display: flex;
    flex-direction: column;
}
.account_code_label,
.account_code {
    font-size: 16px;
    font-weight: 300;
    text-transform: uppercase;
}
.dashboard_container{
    padding: 0 20px;
}
.dashboard_text {
    padding: 15px 0 95px;
    color: #001D55;
}
.dashboard_title, .dashboard_subtext{
    color: #001D55;
}
.page_title {
    color:#001D55;
    font-size: 25px;
    text-align: center;
    text-transform: uppercase;
} 
.dashboard_description {
    font-size: 16px;
    line-height: 1.2;
    text-align: justify;
    margin-top: 0;
}
.dashboard_subtitle {
    color: #001D55;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 1.2;
    text-align: center;
    margin-top: 0;
}
.dashboard_banner img {
    width: 100%;
    height: 100%;
    display: block;
}
.toggle_form .cancel {
    display: none;
}
.toggle_form.active .modify {
    display: none;
}
.toggle_form.active .cancel {
    display: block;
}
.woocommerce form .form-row input.input-text[readonly], .woocommerce form .form-row textarea[readonly] {
    cursor: not-allowed;
}
.formaclick_account_submit_container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: baseline;
    gap: 30px;
    margin-top: 80px;
}
.account_altri_dati {
    position: relative;
}
.formaclick_account_submit_container.sticky {
    position: fixed;
    bottom: 0;
    width: 100%;
    left: 0;
    z-index: 2;
    background: #fff;
    padding: 20px;
    box-shadow: 0 0 15px #00000036;
    /* overflow-x: hidden; */
    margin: 0;
}
form.edit-account {
    padding-bottom: 120px;
}
.delete_account_section h3 {
    text-align: center;
}
.delete_account_wrapper,
form.search-form {
    display: flex;
    justify-content: center;
    gap: 30px;
    align-items: end;
}
button.woocommerce-Button.button.save_account_btn {
    margin-bottom: 0;
}
.delete_account_section input:not(.wpcf7-submit),
form.search-form input:not(.search-submit) {
    box-shadow: inset 0 0 5px rgb(4 4 4 / 54%);
    background-color: #e7e9eb !important;
    border-radius: 20px;
    border: none !important;
    font-size: 16px;
    line-height: 1.2;
    padding: 13px;
    color: #001D55 !important;
}
.delete_account_section input.wpcf7-submit,
form.search-form input.search-submit {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.2;
    text-decoration: none;
    padding: 11px 30px;
    border-radius: 20px;
    text-align: center;
    color: #fff !important;
    background-color: #001D55 !important;
    cursor: pointer;
}
.delete_account_wrapper .wpcf7-not-valid-tip{
    position: absolute;
}
.go_back_section {
    margin-top: 20px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 30px;
    align-items: end;
}
body.search-no-results .formaclick_archive_container {
    justify-content: center;
}
.no-results h3 {
    text-align: center;
    margin-top: 50px;
}
.go_back_section a {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.2;
    text-decoration: none;
    padding: 11px 30px;
    border-radius: 20px;
    text-align: center;
    color: #fff !important;
    background-color: #2d71f1 !important;
    cursor: pointer;
}
.formaclick_account_submit_container > p {
    margin: 0;
}
.is_completed a.partecipante_action, .is_completed button[type="submit"] {
    pointer-events: none;
    opacity: 0.7;
}
.woocommerce-account .formaclick_account_submit_container button.woocommerce-Button.save_account_btn,
.remove_partecipante_iscritto,
.new_partecipante_iscritto {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.2;
    text-decoration: none;
    padding: 6px 30px;
    border-radius: 20px;
    text-align: center;
    color: #001D55;
    background-color: #F3CE12;
    cursor: pointer;
}
.woocommerce-account .formaclick_account_submit_container button.woocommerce-Button.save_account_btn:hover,
.remove_partecipante_iscritto:hover,
.new_partecipante_iscritto:hover {
    color: #fff;
}
.toggle_form, .toggle_form:hover, .toggle_form:active {
    color: #001D55;
    text-decoration: none;
    font-size: 18px;
    line-height: 1.2;
    text-transform: uppercase;
}
.woocommerce form.edit-account .formaclick_account_privato .woocommerce-form-row {
    display: flex;
    align-items: center;
    margin: 0 0 20px;
}
.woocommerce form.edit-account .formaclick_account_privato .form-row label {
    line-height: 1.2;
    flex: 1 0;
    flex-basis: clamp(120px, 20%, 30%);
}
.woocommerce form.edit-account .formaclick_account_privato .form-row input {
    max-height: 46px;
    height: 100%;
    flex: 1 1 auto;
}
.select_partecipanti_order {
    display: flex;
    justify-content: center;
    gap: 20px;
}
#orders {
    width: 100%;
    max-width: 420px;
    flex: 1 0;
}
.partecipanti_form_submit {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.2;
    text-decoration: none;
    padding: 10px 30px;
    border-radius: 20px;
    text-align: center;
    color: #001D55;
    background-color: #F3CE12;
    cursor: pointer;
}
.partecipanti_selection_notice {
    font-size: 18px;
    text-align: center;
    margin-bottom: 50px;
}
.partecipanti_footer_section {
    display: flex;
    justify-content: space-between;
    margin-bottom: 80px;
}
.partecipanti_totals {
    font-size: 18px;
    font-weight: 700;
    color: #001D55;
    text-transform: uppercase;
}
.partecipanti_totals input {
    width: 55px;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    color: #001D55;
    text-transform: uppercase;
    border: none;
    background-color: #e7e9eb;
    border-radius: 30px;
    margin-left: 20px;
    pointer-events: none;
}
.partecipanti_actions{
    text-align: center;
}
.partecipanti_conferma,
.submit_partecipante button {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.2;
    text-decoration: none;
    padding: 10px 60px;
    border-radius: 20px;
    text-align: center;
    color: #001D55;
    background-color: #F3CE12;
    cursor: pointer;
}
.partecipanti_conferma:hover {
    color: #fff;
}
.section_title {
    font-size: 20px;
    line-height: 1.2;
    text-transform: uppercase;
    color: #575e67;
    font-weight: 600;
}
.partecipanti_table {
    font-size: 16px;
    line-height: 1.2;
    text-align: center;
    margin-bottom: 80px;
}
.partecipanti_table .table_body {
    color: #575e67;
}
.partecipanti_table .table_head {
    color: #001D55;
    text-transform: uppercase;
}
.partecipanti_table .head_row > span,
.partecipanti_table .body_row > .row_item {
    padding: 15px 0px;
    flex: 1 0;
}
.partecipanti_table .table_head .head_row,
.partecipanti_table .table_body .body_row {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
}
.partecipanti_table .table_body .body_row {
    border-bottom: 2px solid #001D55;
}
.partecipanti_table .table_head .head_row {
    border-bottom: 4px solid #001D55;
}
.partecipanti_table .table_body .body_row .row_item{
    display: flex;
    justify-content: center;
}
.partecipanti_table .table_body .body_row .row_item_title{
    display: none;
}
.inserisci_partecipante {
    display: flex;
    justify-content: space-between;
    background-color: #001d55;
    padding: 10px;
    border-radius: 30px;
}
.partecipante_item label{
    color: #fff;
    padding-left: 10px;
}
.submit_partecipante {
    display: flex;
    align-items: end;
    justify-content: end;
}
.inserisci_partecipante input {
    width: 100%;
    /* box-shadow: inset 0 0 5px rgb(4 4 4 / 54%); */
    background-color: #fff !important;
    border-radius: 20px;
    border: none !important;
    font-size: 16px;
    line-height: 1.2;
    padding: 13px;
    color: #001D55 !important;
}
.button_item .new_partecipante_iscritto, .button_item .remove_partecipante_iscritto{
    background-color: #001D55;
    color: #fff;
}
.inserisci_partecipante {
    display: flex;
    justify-content: space-between;
    gap: 10px;
}
.partecipanti_iscritti_section {
    margin-bottom: 100px;
}
.inserisci_partecipante_section {
    margin-bottom: 60px;
}
.partecipanti_iscritti_section .section_title {
    margin-bottom: 0;
}
.inserisci_partecipante.readonly input, .inserisci_partecipante.readonly button {
    pointer-events: none;
}
.elenco_dipendenti_search {
    margin-bottom: 40px;
}
.search_corsi_form {
    margin: 20px 0;
}
.search_dipendenti,
.search_corsi {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
    background-color: #001d55;
    padding: 10px;
    border-radius: 30px;
}
.search_dipendenti .search_item{
    flex: 1 0 calc(20% - 10px);
    max-width: calc(20% - 10px);
    display: flex;
    flex-direction: column;
}
.search_corsi .search_item {
    flex: 1 0;
    display: flex;
    flex-direction: column;
}
.search_item label {
    color: #fff;
    padding-left: 10px;
}
.stato_dipendente {
    max-width: 180px;
}
.nome_dipendente, .cf_dipendente {
    max-width: 270px;
}
.search_dipendenti input,
.search_corsi input {
    /* box-shadow: inset 0 0 5px rgb(4 4 4 / 54%); */
    background-color: #fff !important;
    border-radius: 20px;
    border: none !important;
    font-size: 16px;
    line-height: 1.2;
    padding: 13px;
    color: #001D55 !important;
    height: 45px;
}
.search_dipendenti input::placeholder,
.search_corsi input::placeholder {
    color: #001D55;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    background-image: url(/wp-content/themes/formaclick/assets/img/dropdown-icon.webp);
    background-color: transparent;
    background-size: contain;
    border: none !important;
    height: 25px !important;
    width: 25px !important;
    margin: auto !important;
    top: 50%;
    left: 50%;
    display: block;
    position: absolute;
    transform: translate(-50%, -50%);
    /* filter: brightness(0) invert(1); */
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    padding: 0px 20px;
    border-top-right-radius: 18px;
    border-bottom-right-radius: 18px;
    top: 0px !important;
    right: 0px !important;
    bottom: 0px !important;
    background-color: #F3CE12;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
    padding: 5px;
    color: #001D55 !important;
    font-size: 16px;
    font-weight: 400;
}
.elenco_dipendenti_actions {
    display: flex;
    justify-content: space-around;
    margin-top: 80px;
}
.elenco_dipendenti_actions > div {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
}
.btn_add_personel {
    color: #001D55 !important;
    padding: 10px 45px;
    border-radius: 50px;
    text-decoration: none;
    background-color: #F3CE12;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 15px;
    line-height: 1;
    width: 280px;
    text-align: center;
    border: 2px solid #F3CE12;
}
.btn_import_personel,
.btn_modify_personel {
    color: #001D55 !important;
    padding: 10px 45px;
    border-radius: 50px;
    text-decoration: none;
    background-color: #fff;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 15px;
    line-height: 1;
    border: 2px solid #001D55;
    width: 280px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.btn_import_personel,
.btn_modify_personel,
.btn_add_personel {
    line-height: 28px;
    cursor: pointer;
}
span.edit_icon {
    width: 25px;
    height: 25px;
}
.download_btn_holder {
    max-width: 185px;
    gap: 10px;
}
.btn_download_personel {
    color: #001D55 !important;
    font-size: 14px;
    line-height: 1;
    text-decoration: none;
    width: 280px;
}
.icon_download_btn svg {
    width: 30px;
    fill: #001D55;
    height: auto;
}
.edit_icon svg {
    width: 22px;
    height: auto;
    fill: #001D55;
}
.dipendenti_modal {
    padding: 40px 20px;
    border-radius: 30px;
}
.dipendenti_modal h3 {
    text-align: center;
    margin: 30px 0;
}
.add_personel_form,
.import_personel_form,
.import_profile_image_form {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: auto;
}
.dipendenti_modal .singolo_partecipante {
    margin: 0 0 40px;
}
button.btn_add_personel:hover {
    border: 2px solid #001D55;
}
.account_azienda_view_more {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 100px;
    padding-bottom: 10px;
    position: relative;
}
.view_more_text {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    color: #001D55;
    margin-bottom: 10px;
}
.account_azienda_view_more:after {
    content: "";
    width: 100vw;
    display: block;
    position: absolute;
    height: 5px;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background-color: #001D55;
}
.view_more_icon {
    cursor: pointer;
}
.lity-container {
    width: 100%;
}
#dropArea,
#imageDropArea {
    border: 10px dashed;
    border-radius: 10px;
    border-color: gray;
    width: 100%;
    height: 200px;
    margin: 30px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
#dropArea:hover,
#imageDropArea:hover {
    border-color: black;
}
.selected_file {
    margin-bottom: 40px;
}
#filters_search_dipendenti,
#filters_search_corsi {
    padding: 10px 25px;
    background-color: #F3CE12;
    color: #001D55;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    text-transform: uppercase;
    margin-top: 24px;
}
.modal_notice {
    display: none;
    width: auto;
    background-color: #a6c5fe;
    padding: 10px 20px;
    border-radius: 20px;
}
.modal_notice.show {
    display: flex;
    margin: auto;
    justify-content: center;
}
.modify_personel_form {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 40px;
}
.select_personel_container {
    display: flex;
    flex-direction: column;
    max-width: 320px;
    width: 100%;
}
#select_personel {
    width: 100%;
}
.select2-container--open .select2-dropdown--below {
    z-index: 99999;
}
label.billing_codici_sdi_label .optional,
label.billing_pec_label .optional {
    display: none;
}

/* Lost Password Page */

.woocommerce-lost-password .site-main .entry-content{
    display: flex;
    justify-content: center;
}

.woocommerce-lost-password .site-main .entry-content .woocommerce .woocommerce-lost-password-contanier{
    max-width: 1000px;
    padding: 50px 30px;
    border-radius: 20px;
    box-shadow: 0 0 40px rgb(46 113 242 / 55%) ;
    margin: 50px 0px;
}

/* Empty Cart */
.cart-empty.woocommerce-info{
    border-top-color: #001D55;
    color: #001D55;
}
.cart-empty.woocommerce-info::before{
    color: #001D55;
}
/* END */
.hidden-contact{
	display: none;
}

.contact-bottom-image, .contact-bottom-image figure{
	margin: 0;
}
.contact-bottom-image img{
	width: 100%;
}

.pt-0{
	padding-top: 0px !important;
}

.icon-list .icon_list li{
	margin-bottom: 10px
}

.icon-list-text{
	font-weight: 600;
}

.contact_body .form_row input, 
.contact_body .form_row textarea{
	padding-left:20px;
	border: 1px solid #001d55;
	color: #001d55;
}

.contact_body .form_row input::placeholder, .contact_body .form_row textarea::placeholder, 
.contact_body .wpcf7-acceptance{
	color: #001d55;
	accent-color: #001d55;
}

.contact_body .acceptance_row{
	padding: 0 20px;
}

.contact_body .submit_row{
	justify-content: center;
}

.contact_body input[type="submit"]{
	background-color: #F3CE12;
	border: none;
	font-size: 18px;
	font-weight: 500;
}

.contact-box .box-title,
.contact-box .box-link{
	font-weight: 500;
}
.contact-box .box-link a{
	text-decoration: none;
}

.chi-siamo-text{
    text-align: justify;
    line-height: 28px;
}

.home_video_section{
    display: none !important;
}

/* Custom Contact Form Styles */

/* END Custom Contact Form Styles */



/* Tablet styles */
@media (min-width: 768px) and (max-width: 1024px) {
    .scrolled .main-navigation{
        display: block;
    }
    .formaclick_search.stick, .eleneco_corsi_filters_container.stick{
        top: 107px;
        animation: slideDownTablet .5s ease;
    }
    .main-navigation li {
        flex: none;
    }
    .main-navigation a {
        padding: 10px 10px;
        font-size: 16px;
    }
    .block_4_columns {
        display: grid !important;
        grid-template-columns: repeat(2, 1fr);
    }
    .block_4_columns .wp-block-column {
        display: flex;
        justify-content: center;
    }
    .block_3_columns {
        display: grid !important;
        grid-template-columns: repeat(3, 1fr);
    }
    .wp-block-group.footer-bottom {
        flex-direction: column;
    }
    .wp-block-group.footer-bottom > p {
        order: 2;
    }
    .footer-bottom .widget_nav_menu {
        width: 100%;
        margin-bottom: 15px;
    }
    .invert_mobile > .wp-block-columns > .wp-block-column:first-child {
        order: 2;
    }
    .sedi_section iframe {
        width: 100%;
    }
    .mob_px {
        padding-left: 20px;
        padding-right: 20px;
    }
    .mob_width_full {
        max-width: 100% !important;
    }
    form.checkout.woocommerce-checkout {
        grid-template-columns: 1fr;
        grid-template-areas:
            "notice"
            "fatura"
            "total";
    }
    .woocommerce_checkout_container {
        padding: 80px 20px;
    }
    .woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
        font-size: 18px;
    }
    .cta_simple .wp-block-buttons {
        min-width: 170px;
    }
    .single_cart_item {
        flex-direction: column;
    }
    .cart_item_contents {
        flex-direction: column;
    }
    .cart_item_attributes {
        padding: 40px 20px 20px;
        width: 100%;
        text-align: center;
    }
    .cart_item_actions {
        padding: 20px;
        width: 100%;
    }
    .cart_totals {
        width: 100%;
    }
    .formaclick_cart_total {
        padding: 0 10px;
    }
    .cart_item_thumb {
        margin: auto;
    }
    .woocommerce-cart-form .single_cart_item:first-child {
        margin-top: 0;
    }
    .formaclick_account_nav {
        padding: 0 20px;
    }
    .formaclick_account_nav > ul > li {
        width: max-content;
        text-align: center;
    }
    .formaclick_account_nav li > a {
        width: max-content;
        margin: auto;
        font-size: 16px;
    }
    .fattura_icon {
        justify-content: end;
    }
    .single_order_partecipanti {
        justify-content: flex-end;
    }
    .order_display_name,
    .order_display_lastname {
        margin: 0;
        display: inline;
    }
    .partecipanti_container {
        padding: 0 20px;
    }
    .partecipanti_table {
        font-size: 16px;
    }
    .partecipanti_conferma, .submit_partecipante button {
        font-size: 16px;
        padding: 13px 45px;
    }
    .partecipanti_totals {
        font-size: 18px;
    }
    .partecipanti_totals input {
        font-size: 18px;
        width: 45px;
    }
    .elenco_dipendenti_actions{
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        place-content: center;
    }
    .search_dipendenti .search_item {
        flex: 1 0 calc(50% - 10px);
        max-width: calc(50% - 10px);
    }
    .download_btn_holder {
        width: 100%;
        min-width: 1px;
        margin: auto;
    }
    .product_list_actions {
        border-top-right-radius: 0px;
        border-bottom-right-radius: 30px;
        border-bottom-left-radius: 30px;
    }
    .formaclick_archive_container .formaclick_product_card {
        max-width: calc(50% - 10px);
        flex: 1 0 50%;
    }
    .header_cart_icon svg, .header_account_icon svg, .header_logout_icon svg {
        width: 30px;
        height: 30px;
    }
    .header_text {
        font-size: 14px;
    }
    .header_right {
        margin-left: 20px;
    }
}



@media screen and (min-width: 37.5em) {
    .mymenu-toggle {
        display: none;
    }
}

@media screen and (max-width: 37.49em) {
    .formaclick_account_nav > ul {
        display: none;
        flex-direction: column;
        align-items: stretch;
    }
    .formaclick_account_nav > ul.flex {
        display: flex;
    }
    .delete_account_section input:not(.wpcf7-submit), form.search-form input:not(.search-submit) {
        width: 100%;
    }
    .delete_account_wrapper {
        flex-direction: column;
        gap: 0;
    }
    .delete_account_wrapper > p {
        margin: 10px 0;
        width: 100%;
    }
}

/* Mobile styles */
@media (max-width: 767px) {
    .scrolled .main-navigation{
        display: block;
    }
    body:not(.page) #primary {
        margin-top: 65px;
    }
    .formaclick_search.stick, .eleneco_corsi_filters_container.stick{
        top: 63px;
    }
    .mob_h0 {
        height: 0;
        flex-basis: 0px !important;
    }
    .account_information {
        flex-direction: row;
        gap: 15px;
    }
    .account_image{
        flex: 0 0 120px;
    }
    .account_image img{
        width: 120px;
        height: 120px;
    }
    .account_details .account_name{
        font-size: 24px;
        margin-left: 0px;
    }
    .account_code_label, .account_code{
        font-size: 15px;
    }
    .product_list_actions {
        border-top-right-radius: 0px;
        border-bottom-right-radius: 30px;
        border-bottom-left-radius: 30px;
    }
    .formaclick_archive_container .formaclick_product_card {
        max-width: 100%;
        flex: 1 0 100%;
    }
    .products_slider {
        box-sizing: border-box;
    }
    .formaclick_product_card {
        max-width: calc(100vw - 40px);
        box-sizing: border-box;
    }
    button.menu-toggle,
    button.mymenu-toggle {
        background-color: transparent;
        border: none;
        fill: #fff;
    }
    button.menu-toggle svg,
    button.mymenu-toggle svg {
        width: 28px;
        fill: #fff;
        color: #fff;
    }
    .header_text {
        display: none;
    }
    .header_top {
        gap: 25px;
    }
    .mob_font_28 {
        font-size: 28px !important;
    }
    .invert_mobile > .wp-block-columns > .wp-block-column:first-child {
        order: 2;
    }
    .cta_simple {
        flex-direction: column;
    }
    .column_cta .wp-block-button__link {
        font-size: 14px;
    }
    .sedi_section iframe {
        width: 100%;
    }
    .mob_px {
        padding-left: 20px;
        padding-right: 20px;
    }
    .mob_width_full {
        max-width: 100% !important;
    }
    .top-footer {
        flex-direction: column;
        align-items: start;
    }
    .top-footer > div {
        margin-bottom: 20px;
    }
    .wp-block-group.footer-bottom {
        flex-direction: column;
    }
    .wp-block-group.footer-bottom > p {
        order: 2;
    }
    .footer-bottom .widget_nav_menu {
        width: 100%;
        margin-bottom: 15px;
    }
    .footer-bottom .widget_nav_menu ul.menu {
        flex-direction: column;
    }
    .footer-bottom .widget_nav_menu ul.menu li:nth-child(even) {
        display: none;
    }
    .woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last {
        width: 100%;
    }
    .single_date_action_container {
        flex-direction: column;
    }
    .single_date_action_container {
        flex-direction: column;
        padding: 20px;
    }
    .date_actions_icon {
        display: none;
    }
    .date_actions_add_to_cart_container a {
        font-size: 16px;
    }
    .date_actions_attr li {
        font-size: 18px;
    }
    .date_actions_info {
        border: none;
    }
    .singolo_partecipante {
        flex-direction: column;
        margin: 20px 0;
    }
    .add_to_cart_btn_container a {
        font-size: 18px;
    }
    .formaclick_cart {
        flex-direction: column;
    }
    .cart_item_contents {
        flex-direction: column;
    }
    .cart_item_attributes {
        padding: 40px 20px 20px;
    }
    .cart_item_actions {
        padding: 20px;
    }
    .cart_totals {
        width: 100%;
    }
    .formaclick_cart_total {
        padding: 0 20px;
    }
    .woocommerce-cart .formaclick_cart .wc-proceed-to-checkout .wc-forward {
        font-size: 18px;
    }
    .formaclick_cart_collaterals .cross-sells h2 {
        font-size: 28px;
    }
    form.checkout.woocommerce-checkout {
        grid-template-columns: 1fr;
        grid-template-areas:
            "notice"
            "fatura"
            "total";
    }
    .woocommerce_checkout_container {
        padding: 80px 20px;
    }
    .woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
        font-size: 18px;
    }
    .elenco_dipendenti_actions,
    .search_dipendenti {
        flex-direction: column;
    }
    .formaclick_product_header .back_button span{
        /* display: none; */
    }
    .fattura_icon, .single_order_partecipanti{
        justify-content: end;
    }
    .inserisci_partecipante{
        flex-direction: column;
    }
    .submit_partecipante{
        justify-content: center;
    }
    .search_dipendenti .search_item, .inserisci_partecipante .partecipante_item {
        flex: 1 0 100%;
        max-width: 100%;
    }
    .partecipanti_table .table_head{
        display: none;
    }
    .partecipanti_table .table_body .body_row{
        flex-direction: column;
        padding-bottom: 10px;
    }
    .partecipanti_table .table_body .body_row .row_item{
        padding: 10px 0px;
        width: 100%;
        justify-content: space-between;
        gap: 10px;
    }
    .partecipanti_table .table_body .body_row .row_item_title{
        display: inline-block;
    }
    .partecipanti_table .table_body .body_row .button_item{
        justify-content: center;
    }
    .product_list_details{
        flex-direction: column;
        border-radius: 0 0 30px 30px;
    }
    table.dataTable>tbody>tr:first-child>*{
        border-top: 1px solid rgba(0, 0, 0, .1) !important;
    }
    .partecipanti_footer_section{
        flex-direction: column;
        gap: 40px;
    }
    
    /* Go To Top */
    .go-to-top-button {
        padding: 7px;
        bottom: 50px;
    }

    .go-to-top-button svg{
        height: 30px;
        width: 30px;
    }
    .partecipanti_conferma{
        font-size: 15px;
    }
    .assistenza_telefonica_mobile {
        display: block;
    }
    .assistenza_telefonica_desktop {
        display: none;
    }
}

@media (max-width: 600px){
    #masthead .container{
        display: flex;
        max-height: 65px;
        height: 65px;
    }

    #masthead .container .header_top{
        flex: 1 0 90%;
        padding-top: 10px;
    }

    #masthead .header_top .header_left{
        display: flex;
        align-items: center;
    }

    #masthead .header_top .header_right{
        align-items: center;
    }

    #masthead .header_top .header_left img{
        max-width: calc(100% - 20px);
    }

    #masthead .header_top svg {
        width: 25px;
        height: 25px;
    }

    #masthead .cart-items-count.count{
        font-size: 12px;
        width: 17px;
        height: 17px;
    }

    #masthead button.menu-toggle svg{
        width: 25px;
    }

    .main-navigation, .scrolled .main-navigation{
        display: flex;
    }

    #masthead #primary-menu{
        position: absolute;
        left: 0;
        background: #001d55;
        margin-top: 65px;
        width: 100%;
    }

    body.page #primary{
        margin-top: 65px;
    }

}

@media (max-width: 420px){
    .account_information {
        flex-direction: row;
        gap: 15px;
    }
    .account_image{
        flex: 0 0 80px;
    }
    .account_image img{
        width: 80px;
        height: 80px;
    }
    .account_details .account_name{
        font-size: 20px;
        margin-left: 0px;
    }
    .account_code_label, .account_code{
        font-size: 12px;
    }
    .select_partecipanti_order{
        flex-direction: column;
    }
}