/*
Theme Name: WM child mappadigitale
Template: Impreza
Version: 1.0
Author:	Pedram Katanchi
Theme URI: http://impreza.us-themes.com/
Author URI: webmapp.it
*/

/*Add your own styles here:*/

:root {
    --color-demanding: #FF7E6B;
    --color-cai: #FFA25F;
    --color-blu-cai: #123C5F;
    --color-yellow-honey: #FFB100;
    --color-white: white;
}
/* home page */

@media (min-width: 768px) {
    .wm-card-price-container .vc_col-sm-3 {
        width: 100%;
    }
    .wm-pricing-card-normal:not(:last-child) {
        margin-right: 10px;
    }
    .wm-pricing-card-featured {
        margin-right: 10px;
    }
    .wm-pricing-card-normal { 
        margin: 20px 0;
    }
}
@media (max-width: 767px) { 
    .wm-pricing-card-featured {
        grid-row: 1;
        padding: 3rem 0.5rem!important;
    }
    .wm-pricing-card-featured .wpb_text_column.wm-pricing-card-demanding {
        top: 7px;
        right: -9px;
    }
    .banner-socio-non-cai .w-btn-wrapper.align_left {
        display: inline-block;
        vertical-align: top;
        margin-right: auto;
        text-align: center!important;
        width: 100%;
    }
    .banner-socio-cai .w-btn-wrapper.align_left {
        display: inline-block;
        vertical-align: top;
        margin-right: auto;
        text-align: center!important;
        width: 100%;
    }
    .banner-socio-cai .w-image-h {
        text-align: center!important;;
    }
}
@media (max-width: 599px) { 
    .wm-card-price-container {
        padding: 20px 20px 30px!important;
    }
}
.partner-ufficiale-cai .vc_column-overlay{
    border-radius: 16px;
}
.uavc-list-icon {
    margin-top: 8px!important;
}
.wpb_raw_code.wpb_raw_js.wm-home-newsletter-container {
    max-width: 500px;
    margin: auto;
}
.wm-home-progetto-newsletter-link {
    color: white;
    text-decoration: underline;
}
.wm-link-underlined a {
    text-decoration: underline;
}
.wm-card-price-container {
    display: grid;
    column-gap: 10px;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    padding: 20px 0 30px;
}
.wm-pricing-card-featured {
    position: relative;
    margin-right: 10px;
    background-color: #00082F;
    border-radius: 30px;
    padding: 2rem 0.5rem;
    box-shadow: 0px 2px 20px rgb(0 0 0 / 10%);
    transition: all 300ms ease-out;
    color: var(--color-white);
}
.wm-pricing-card-normal {
    background-color: var(--color-white);
    border-radius: 30px;
    padding: 2rem 0.5rem;
    box-shadow: 0px 2px 20px rgb(0 0 0 / 10%);
    transition: all 300ms ease-out;
}
.wm-pricing-card-normal:hover, .wm-pricing-card-featured:hover {
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.4);
    transition: all 300ms ease-out;
}
.wm-pricing-card-normal .wpb_wrapper div, .wm-pricing-card-featured .wpb_wrapper div {
    margin: 0;
}
.wm-pricing-card-normal > .vc_column-inner > .wpb_wrapper, .wm-pricing-card-featured > .vc_column-inner > .wpb_wrapper  {
    display: grid;
    grid-template-columns: 75px 2fr;
    column-gap: 20px;
    row-gap: 30px;
}
.wm-pricing-card-title .label {
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 10px!important;
}
.wm-pricing-card-title .e-symbol {
    font-weight: 600;
    font-size: 12.8px;
    line-height: 15px;
    font-weight: 400;
    color: #989898;
    vertical-align: super;
}
.wm-pricing-card-title .price {
    font-weight: 600;
    font-size: 31.25px;
    line-height: 38px;
}
.wm-pricing-card-title .number {
    font-weight: 600;
    font-size: 31.25px;
    line-height: 38px;
}
.wm-pricing-card-title .download {
    font-size: 12.8px;
    line-height: 15px;
    font-weight: 400;
    color: #989898;
}
.wm-pricing-card-txt {
    grid-column: 1 / 3;
}
.wm-pricing-card-normal > .vc_column-inner > .wpb_wrapper .w-btn-wrapper, .wm-pricing-card-featured > .vc_column-inner > .wpb_wrapper .w-btn-wrapper {
    grid-column: 1 / 3;
    text-align: center;
}
.wm-pricing-card-demanding {
    position: absolute;
    top: 15px;
    right: 15px;
    background-color: var(--color-demanding);
    border-radius: 20px;
    padding: 2px 15px;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 600;
}
.wm-pricing-card-btn.price-disabled{
    background: rgba(80, 138, 168, 0.5);
}
.wm-pricing-card-btn.price-disabled:hover{
    cursor: default!important;
    background: rgba(80, 138, 168, 0.5)!important;
}
/* cai CTA section accedi */
.user-cai-download-map-btn {
    display: none;
}
.banner-socio-cai-loged-in {
    width: 100%;
}
.banner-socio-cai-loged-in .vc_column-inner{
    margin: 0!important;
}
.banner-socio-cai-loged-in h1{
    margin: 0 0 0.6rem!important;
}
@media (min-width: 768px) {
    .wm-home-cai-cta p {
        background-color: var(--color-cai);
        color: var(--color-white);
        border-radius: 15px;
        max-width: 915px;
        margin: auto;
        padding: 13px 0;
        font-weight: 600;
        font-size: 18px;
    }
    .wm-home-cai-cta a {
        background-color: var(--color-white);
        padding: 10px 20px;
        border-radius: 20px;
        font-weight: 600;
        font-size: 16px;
    }
    .home #page-header:not(.sticky) .wm-menu-desktop-sei-socio {
        display: none;
    }
    .wm-menu-desktop-sei-socio a {
        background: var(--color-blu-cai);
        border-radius: 37px;
        padding: 10px 20px;
    }
    .wm-menu-desktop-sei-socio a:hover {
        color: white!important;
        box-shadow: 0px 2px 8px #0000004f;
    }
}
@media (max-width: 767px) { 
    .home .wm-home-cai-cta-mobile {
        display: none;
    }
    .hide-cai-cta {
        display: none;
    }
    .wm-home-cai-cta {
        position: fixed;
        bottom: 0;
        left: 0;
        padding: 15px;
        background-color: var(--color-blu-cai);
        color: var(--color-white);
        font-weight: 700;
        font-size: 16px;
        z-index: 1000;
        margin-bottom: 0!important;
    }
    .wm-home-cai-cta a{
        text-transform: uppercase;
        border-bottom: 1px solid var(--color-white);
        color: var(--color-white);
        font-weight: 700;
        font-size: 16px;
    }
    /* .home .wm-home-cai-cta-mainmenu {
        display: none;
    } */
    .wm-cai-cta-close {
        text-align: right!important;
    }
}
/*  footer */
.facebook-icon-footer {
    margin-right: 20px;
}
.googleplay-icon-footer {
    margin-right: 20px;
}
#menu-menu-footer {
    text-transform: uppercase;
}
@media (min-width: 768px) { 
    #menu-menu-footer {
        min-height: 120px;
        align-items: center;
    }
    .wm-social-icons-footer-container {
        min-height: 120px;
        align-items: center;
        display: grid;
    }
    
}
@media (max-width: 767px) {  
    .wm-footer-container .g-cols {
        display: grid;
        grid-template-columns: 2fr 1fr;
    }
    .wm-footer-text-container {
        grid-column: 1 / 3;
    }
    .wm-footer-store-container {
        display: grid;
        min-height: 150px;
        align-items: center;
    }
    #menu-menu-footer {
        margin: 25px 0 10px;
    }
    #menu-menu-footer li{
        margin: 0 0 1rem!important;
    }
}
/* single product woocommerce */
.single-product #shop {
    background-image: url(https://mappadigitalesentieroitalia.it/wp-content/uploads/2021/05/background.png);
    background-position: top center;
    background-repeat: no-repeat;
}
.single_product_custom_heading {
    font-weight: 800;
    font-size: 39px;
    padding-top: 0;
    margin-bottom: 2.5rem;
}
.single_product_sicai_icons {
    text-align: center;
    margin-bottom: 0;
}
.single-product .woocommerce-breadcrumb {
    display: none;
}
.single-product .product_meta {
    display: none;
}
.single-product .quantity {
    display: none;
}
.single-product .woocommerce-tabs .tabs {
    background: none;
}
.single-product .woocommerce-tabs .tabs li.active {
    box-shadow: none;
}
.single-product .woocommerce-tabs .tabs li a {
    padding: 0;
    font-weight: 600;
    font-size: 21px;
    cursor: text;
    color: #323031!important;
}
.single-product .summary.entry-summary > .price {
    display: none;
}
.woocommerce div.product .product_title {
    padding: 0;
    font-weight: bold;
    font-size: 21px;
}
.summary.entry-summary {
    margin-top: 20px;
}
.wm-single-product-back-to-shop-holder {
    width: 100%;
    text-align: center;
}
.wm-single-product-back-to-shop-holder a{
    font-weight: bold;
    font-size: 16px;
    color: #508AA8;
}
.wm-single-product-back-to-shop-holder i{
    font-size: 25px;
    vertical-align: middle;
    margin-right: 10px;
}
.single-product .woocommerce-product-details__short-description p {
    margin: 0;
}
.single-product .woocommerce-product-details__short-description {
    margin-top: 1.5rem;
}
.woocommerce-product-gallery img {
    border-radius: 15px;
}
.woocommerce-product-gallery .flex-viewport {
    border: 5px solid white;
    border-radius: 20px;
    filter: drop-shadow(0px 2px 20px rgba(0, 0, 0, 0.1));
}
.woocommerce-product-gallery li img.flex-active {
    border: 3px solid var(--color-content-primary);
}
.woocommerce-product-gallery li img {
    border: 3px solid white;
    border-radius: 20px;
    filter: drop-shadow(0px 2px 20px rgba(0, 0, 0, 0.1));
}
@media (min-width: 768px) { 
    .cross-sells li h2 {
        width: 75%;
        float: left;
        font-weight: 600;
        font-size: 16px!important;
        margin: .8rem 0 .6rem .5rem!important;
    }
    .cross-sells li .price {
        width: 18%;
        float: left;
        margin: .8rem .5rem .6rem 0!important;
        color: #FF7E6B;
        font-weight: bold;
    }
    .cross-sells .w-btn.us-btn-style_3 {
        padding: 0.8em 0.5em!important;
    }
    .cross-sells h2 {
        font-weight: 800;
        font-size: 32px;
    }
}
@media (max-width: 767px) {  
    .woocommerce div.product .images {
        padding: 0 10px;
    }
    .cross-sells li h2 {
        font-weight: 600;
        font-size: 16px!important;
    }
    .cross-sells li .price {
        color: #FF7E6B;
        font-weight: bold;
    }
}
.cross-sells li img {
    border: 5px solid #FFFFFF;
    border-radius: 15px;
    filter: drop-shadow(0px 2px 20px rgba(0, 0, 0, 0.1));
}
.cross-sells li i {
    font-size: 18px;
    padding-left: 7px;
}
/* cart page woocommerce */
.widget_shopping_cart p.buttons .button {
    border-radius: 1.8em;
}
.woocommerce .product-thumbnail img {
    border-radius: 6px;
}
.woocommerce ul.product_list_widget li img {
    border-radius: 6px;
}

.cart_page_sicai_icons {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}
.cart_totals.calculated_shipping {
    border-radius: 15px;
}
@media (min-width: 768px) { 
}
@media (max-width: 767px) {  
    .cart_page_sicai_icons img {
        max-width: 50px;
    }
    td.product-quantity, td.product-price {
        display: none!important;
    }
    .cart_totals.calculated_shipping {
        margin: 0;
    }
}
/* checkout page woocommerce */
.woocommerce-checkout-review-order {
    border-radius: 15px;
}
.woocommerce-checkout .woocommerce-form.woocommerce-form-login.login {
    box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.1);
    border-radius: 15px;
}
.woocommerce-form-login-toggle .woocommerce-info a, .woocommerce-form-coupon-toggle .woocommerce-info a{ 
    color: #508AA8;
    text-decoration: underline;
    font-weight: 700;
}
.woocommerce-form-login-toggle .woocommerce-info a:hover{ 
    color: #508AA8;
}
/* woocommerce codice promozionale coupon */
.woocommerce-form-coupon-toggle .woocommerce-info{
    padding: 0.5rem 0;
    background: #ffffff00;
}
@media (min-width: 768px) { 
    .woocommerce-checkout h3 {
        font-weight: bold;
        font-size: 20px;
        text-transform: uppercase;
    }
    .woocommerce-form-login-toggle .woocommerce-info {
        padding: 0.5rem 0;
        background: #ffffff00;
    }
    .woocommerce .col2-set .col-2 {
        width: 50%;
        margin: auto!important;
        float: none;
    }
    .woocommerce .u-column1 {
        width: 50%;
        margin: auto;
    }
}
.woocommerce-form-login-toggle .woocommerce-info {
    margin: 0!important;
}
.woocommerce .payment_method_paypal img {
    display: inline-block!important;
}
@media (max-width: 767px) {  
    .woocommerce-checkout h3 {
        font-weight: bold;
        font-size: 18px;
        text-transform: uppercase;
    }
    .woocommerce-form-login-toggle .woocommerce-info {
        padding: 0.5rem 0;
        background: #ffffff00;
    }
    .woocommerce-checkout-review-order {
        margin: 0!important;
    }
    .woocommerce #payment .payment_methods img {
        display: inline-block!important;
    }
    .woocommerce .col2-set .col-2 {
        width: 100%;
        margin: auto!important;
        float: none;
    }
    .woocommerce .u-column1 {
        width: 100%;
        margin: auto;
    }
}
/*  login register page */
.woocommerce .register {
    padding: 0.5rem!important;
}
html .w-message.with_icon.success-registration-alert {
    display: none;
}
.woocommerce #customer_login.col2-set .u-column1.col-1 {
    display: none;
}
.woocommerce .u-column1 h2 {
    text-align: center;
    font-weight: bold;
    font-size: 23px;
    text-transform: uppercase;
}
form.woocommerce-form.woocommerce-form-login.login p {
    width: 100%;
}
form.woocommerce-form .woocommerce-form-login__rememberme {
    text-align: center;
}
form.woocommerce-form .woocommerce-form-login__submit {
    min-width: 300px;
    margin: 30px auto 0!important;
    display: block;
}
form.woocommerce-form .lost_password {
    text-align: center;
}
.woocommerce-notices-wrapper .woocommerce-error {
    border-radius: 8px;
    background: #dc131340;
}
.woocommerce-notices-wrapper .woocommerce-error a{
    text-decoration: underline;
}
.woocommerce .login, .woocommerce .track_order, .woocommerce .checkout_coupon, .woocommerce .lost_reset_password, .woocommerce .register {
    box-shadow: none;
    margin-top: 0;
}
.woocommerce #customer_login .u-column1 {
    background-color: #F5F3F6;
}
.woocommerce form .form-row.form-row-wide {
    margin: 0 0 1rem!important;
}
.woocommerce #customer_login .u-column1 h2, .woocommerce #customer_login .u-column2 h2 {
    text-align: center;
    font-weight: bold;
    font-size: 23px;
    text-transform: uppercase;
}
.woocommerce input[type="text"],.woocommerce  input[type="date"],.woocommerce  input[type="email"],.woocommerce  input[type="search"],.woocommerce  input[type="number"],.woocommerce  input[type="password"],.woocommerce  textarea {
    -webkit-appearance: none;
    background-color: rgba(255, 255, 255, 0);
    box-shadow: 0px -1px 0px 0px rgb(0 0 0 / 8%) inset;
}
div#customer_login p.form-row {
    width: 100%;
}
div#customer_login p.form-row button{
    margin: 30px auto 0!important;
    display: block;
}
div#customer_login .woocommerce-LostPassword.lost_password {
    width: 100%;
    text-align: center;
    margin: 0;
}
div#customer_login .woocommerce-LostPassword.lost_password a{
    border-bottom: 1px solid;
}
div#customer_login p.form-row label {
    font-size: 14px;
}
.w-tabs.accordion .w-tabs-section:last-child {
    border-bottom-width: 0px;
    background-color: #F5F3F6;
    margin-bottom: 30px;
    margin-top: 30px;
}
.w-tabs.accordion .w-tabs-section-content {
    padding: 0rem 1rem 1rem!important;
}
input#reg_cf_cai::placeholder {
    text-transform: initial;
    font-style: italic;
}
input#reg_cf_cai {
    padding: 0;
}
#wm-form-registration-woocommerce .w-tabs-section-header {
    padding: 1em 1.5em 1em 0.9em!important;
}
#wm-form-registration-woocommerce .w-tabs-section-header:hover, .no-touch .w-tabs-section-header:focus {
    background: rgba(0,0,0,0)!important;
}
.w-tabs-section-title {
    font-weight: bold;
    font-size: 14px;
    color: #508AA8!important;
}
.w-tabs.accordion .w-tabs-section {
    border-width: 0!important;
}
.wc_reg_cai_form .cf_title{
    font-weight: bold;
    font-size: 14px;
    color: #508AA8;
    margin: 0;
}
.wc_reg_cai_form .cf_text{
    margin: 0;
    font-size: 14px;
}
.woocommerce .form-row label span{
    font-weight: 400;
    line-height: 20px;
}
label.woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox {
    display: grid;
    grid-template-columns: 30px 1fr;
}
label.woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox input[type="checkbox"]{
    margin-top: 2px;
}
.woocommerce input::placeholder {
    font-style: italic;
}
input:not([type="submit"]) {
    padding: 0 !important;
}
.woocommerce-form-login__rememberme {
    margin-bottom: 1rem!important;
}
.w-cart-quantity {
    background: #FFA25F!important;
    color: #000000!important;
    font-weight: bold;
}
#reg_cf_cai, #billing_codice_fiscale {
    text-transform: uppercase;
}
.us-woo-cart_compact .woocommerce .cross-sells.full-width {
    width: 100%;
}
.wpb_text_column.wm-search-page-facet > div {
    grid-gap: 30px;
    display: grid;
    max-width: 1200px;
    justify-items: center;
    margin: auto;
}
.wpb_text_column.wm-search-page-facet .facet-wrap {
    width: 100%;
} 
.wpb_text_column.wm-search-page-facet .facetwp-input-wrap {
    width: 100%;
} 
.wpb_text_column.wm-search-page-facet .facet-label {
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 5px;
} 
.wpb_text_column.wm-search-page-facet .facetwp-facet {
    margin: 0;
} 
.wpb_text_column.wm-search-page-facet .facetwp-facet input,.wpb_text_column.wm-search-page-facet .facetwp-facet select {
    background-color: #ffffff00;
    box-shadow: 0px -1px 0px 0px rgb(0 0 0 / 8%) inset;
}
.facetwp-pager {
    text-align: center;
}
.facetwp-page.prev, .facetwp-page.next{
    background: #989898;
    opacity: 0.5;
    border-radius: 4px;
    color: white;
    padding: 1px 6px;
}
.facetwp-page.active {
    border: 1px solid #FF7E6B;
    box-sizing: border-box;
    color: #FF7E6B;
    padding: 1px 10px;
    border-radius: 4px;
    font-weight: 400;
    cursor: default;
}
.facetwp-page {
    border: 1px solid #F5F3F6;
    box-sizing: border-box;
    border-radius: 4px;
    padding: 1px 10px!important;
}
@media (min-width: 768px) { 
    div#customer_login p.form-row button{
        min-width: 400px;
    }
    .wpb_text_column.wm-search-page-facet > div {
        grid-template-columns: 1fr 1fr 1fr;
    }
}
@media (max-width: 767px) {  
    .wpb_text_column.wm-search-page-facet > div {
        grid-template-columns: 1fr;
    }
}
/* profilo page  */
.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--downloads{
    display: none;
}
.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--orders {
    display: none;
}
.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--edit-address {
    display: none;
}
.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--payment-methods {
    display: none;
}
.woocommerce-MyAccount-navigation {
    background: #F5F3F6;
    border-radius: 15px;
    padding: 40px 30px;
}
.profile-page-introduction .main-title {
    font-weight: 600;
    font-size: 18px;
}
.woocommerce-dashboard-pagination {
    text-align: center;
}
.woocommerce-dashboard-pagination a.page-numbers {
    padding: 10px;
    color: #508AA8;
}
@media (min-width: 768px) { 
    .woocommerce-MyAccount-navigation {
        min-height: 60vh;
    }
    .formRowLeft {
        float: left!important;
        width: 48%!important;
    }
    .formRowRight {
        float: right!important;
        width: 48%!important;
    }
}
/* active promo cyclando */
.w-message.color_green {
    background: #FFB100!important;
    color: #00082F!important;
}
@media (max-width: 767px) { 
    .w-message.color_green i{
        display: none;
    }
    .w-message.color_green .w-message-body{
        line-height: 23px;
    }
    .promo-text {
        line-height: 20px;
    }
}
.active-promo {
    background-color: #FFB100;
    box-shadow: 0px 2px 10px rgb(0 0 0 / 30%);
    position: sticky;
    top: 0;
    z-index: 1000;
    width: 100%;
}
.active-promo .promo-wrapper{
    display: flex;
    margin: 0 auto;
    width: 100%;
    padding: 10px 0;
    color: #00082F;
    font-weight: bold;
    font-size: 15px;
    justify-content: center;
    font-family: var(--font-family-primary);
}
.active-promo i{
    padding: 0 10px;
}
.active-promo .promo-icon{
    align-items: center;
    display: flex;
}
.active-promo a{
    text-decoration: underline;
}
html .w-message.success-coupon-gm21 {
    display: none;
}