/* Fonts */

@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto Slab Regular'), local('RobotoSlab-Regular'), url(https://fonts.gstatic.com/s/robotoslab/v8/BngMUXZYTXPIvIBgJJSb6ufN5qU.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

body {
    color: #3f3f3f;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
    font-family: 'Roboto Slab';
    font-weight: 700;
}

/* Helpers */

.mb-1 { margin-bottom: 1rem !important; }
.mb-2 { margin-bottom: 2rem !important; }
.mb-3 { margin-bottom: 3rem !important; }
.mb-4 { margin-bottom: 4rem !important; }
.mb-5 { margin-bottom: 5rem !important; }

/* Responsive Iframes */

.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
}

.embed-responsive::before {
    display: block;
    content: "";
}

.embed-responsive-16by9::before {
    padding-top: 56.25%;
}

.embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

/* Buttons */

.button.ajax_add_to_cart_button {
    text-shadow: none !important;
    font-family: 'Montserrat', sans-serif !important;
    color: #3f3f3f !important;
    border-color: #3f3f3f !important;
}

.button.ajax_add_to_cart_button span {
    border: none !important;
    background: transparent !important;
}

.button.ajax_add_to_cart_button:hover {
    background: #1b9ed6 !important;
    border-color: #1b9ed6 !important;
}

.button.ajax_add_to_cart_button:hover span {
    background: transparent !important;
    color: #fff !important;
}

.buttsdp {
    text-shadow: none;
    font-family: 'Montserrat', sans-serif;
    color: #3f3f3f;
    border-color: #3f3f3f;
}

.scopridipiu {
    border: none;
    background: transparent;
}

.buttsdp:hover {
    background: #1b9ed6;
    border-color: #1b9ed6;
}

.buttsdp:hover span {
    background: transparent;
    color: #fff;
}


/* Header */

header .nav {
    font-family: 'Roboto Slab', serif;
    font-size: 1.4rem;
}

header .top-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

header .top-nav i {
    font-size: 20px;
    margin-right: 1rem;
    vertical-align: text-top;
}

header .header_user_info,
header #contact-link {
    float: none;
    display: inline-block;
}

header .header_user_info,
header #contact-link {
    border: 0;
    border-right: 1px solid #fff;
}

header .header_user_info a,
header #contact-link a {
    font-weight: normal;
    text-shadow: none;
    padding: 0 2rem;
    height: 40px;
    display: inline-flex;
    align-items: center;
}

header .header_user_info svg {
    vertical-align: bottom;
    margin-left: 1rem;
    fill: #fff;
}

header .shopping_cart > a:first-child {
    text-shadow: none;
    padding: 10px 10px 10px 16px;
}

header .shopping_cart > a:first-child:before {
    display: none;
}

header .shopping_cart > a:first-child b {
    font-family: 'Montserrat', sans-serif;
    color: #3f3f3f;
}

header .shopping_cart > a:first-child svg {
    margin-right: 1.5rem;
    vertical-align: bottom;
}

header .sf-menu li a {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.5rem;
    line-height: 1.3;
    width: 100%;
    text-align: left;
}

@media (min-width: 768px) { 

    header .sf-menu {
        display: flex;
    }

    header .sf-menu li {
        display: flex;
        flex-grow: 1;
    }

    header .sf-menu li:last-child {
        border: 0;
    }

    header .sf-menu li a {
        color: #1e3455;
        text-transform: none;
        text-align: center;
    }

}

@media (min-width: 1200px) {

    header .sf-menu li a {
        font-size: 1.8rem;
    }

}

/* Homepage */

@media (min-width: 992px) {
    .h_home_slider_txt {
        margin-top: 30px !important;
    }
}

@media (min-width: 1200px) {
    .h_home_slider_txt {
        margin-top: 100px !important;
    }
}

.h_home_slider_txt p:first-child {
    margin-bottom: 2rem !important;
}

.h_home_slider_txt p,
.h_home_slider_txt ul {
    line-height: 1.4;
    margin-bottom: 1rem !important;
}

.h_home_slider_txt ul {
    list-style: disc;
    padding-left: 2rem;
    margin-bottom: 2.5rem !important;
}

@media (max-width: 768px) {
    .h_home_slider_txt ul {
        list-style: none;
        padding-left: 0;
    }

    #index .free-trial-product-box.fixed-width a {
        margin: 0 auto;
    }
}

@media (max-width: 992px) and (min-width: 768px) {
    #index .free-trial-product-box.fixed-width a {
        margin-bottom: 40px;
    }

    .h_home_slider_txt {
        margin-top: 0 !important;
    }
}

.h_home_slider_txt .free-trial-product-box a {
    margin: 0;
    cursor: pointer !important;
}

.blocchi-info-home .row {
    display: block;
}

@media (min-width: 768px) {
    .blocchi-info-home .row {
        display: flex;
    }   
}

.info-home-inner {
    background: #f6f6f6;
    height: 100%;
}

.info-home-inner div {
    padding: 0 3rem;
}

.h_home_subtitle,
.h_txthome {
    background: none;
}

.h_home_title {
    margin-bottom: 2rem !important;
}

.h_home_descr {
    font-size: 1.6rem;
    line-height: 1.5;
}

.lista-servizi li {
    min-height: 60px;
    margin-bottom: 2rem;
}

.lista-servizi li h3 {
    margin-top: 0;
    margin-bottom: 1rem;
}

.h_single-block ul {
    padding: 2rem 0;
}

/* Pages / Products */

.video-tutorial {
    max-width: 700px;
    margin: 0 auto;
    padding-bottom: 2rem;
}

#cms #center_column p,
#cms #center_column ul {
    font-size: 16px;
    font-weight: 900 !important;
    line-height: 1.5;
    color: #3f3f3f;
}

#cms #center_column a {
    color: #1b9ed6;
}

#cms #center_column a:hover {
    color: #3f3f3f;
}

.page-heading {
    font-family: 'Roboto Slab';
    text-transform: none;
    font-size: 3.5rem !important;
    height: auto;
    line-height: 1.3;
    margin-top: 0;
    margin-bottom: 2rem;
    padding: 0;
    color: #3f3f3f;
}

.page-heading.product-listing {
    margin-top: 0;
    margin-bottom: 2rem;
}

.desc_cat_center {
    color: #3f3f3f;
    margin-bottom: 3rem;
    font-size: 16px;
}

.desc_cat_center p {
    font-size: 1.6rem;
    line-height: normal;
}

.desc_cat_center #giorniprova {
    line-height: normal;
}

.desc_cat_center #giorniprova span {
    padding-left: .5rem !important;
    padding-right: .5rem !important;
}

.top-hr {
    height: auto !important;
    margin: 0 0 4rem !important;
    color: #3f3f3f;
}

.top-hr h3 {
    font-family: 'Roboto Slab', serif;
    font-size: 3.5rem;
    line-height: 1.3;
    margin-top: 0;
    margin-bottom: 1rem;
    color: #3f3f3f;
    font-weight: 700;
}

.top-hr p {
    font-size: 1.6rem;
    line-height: normal;
    font-weight: 900;
}

.pb-left-column {
    margin-bottom: 3rem;
}

.pb-center-column {
    margin: 0 0 3rem 0 !important;
    font-size: 1.5rem;
    line-height: 1.6;
}

.pb-center-column #short_description_block #short_description_content {
    padding: 0;
}

.pb-center-column label {
    color: #3f3f3f;
}

.pb-center-column p {
    font-weight: 900;
    color: #3f3f3f;
    line-height: 1.5 !important;
}

#center_column > div > h1 {
    color: #3f3f3f;
}

#center_column > div > section > h3 {
    color: #3f3f3f;
}

#page .rte p {
    font-weight: 900;
    color: #3f3f3f;
}

.h_video_txt {
    margin-bottom: 40px;
    font-weight: 900;
    font-size: 1.6rem !important;
    line-height: 1.5 !important;
}

.price {
    color: #3f3f3f;
    font-weight: 900;
}

.our_price_display {
    font-family: 'Roboto Slab', serif;
}

.our_price_display .price {
    font-size: 4.5rem !important;
    font-family: 'Roboto Slab';
}

.content_prices {
    padding: 0;
    margin-bottom: 2rem;
}

.product_attributes {
    padding: 0;
    margin-bottom: 2rem;
}

.box-cart-bottom {
    padding: 0;
}

.box-info-product p {
    margin-bottom: 2rem;
    text-align: center;
}

.buttons_bottom_block_prova_gratis {
    padding: 0 !important;
}

.free-trial-product-box a {
    display: block;
    width: 100%;
    max-width: 35rem;
    padding: 1.5rem 1rem;
    background: #56a607;
    color: #fff;
    margin: 0 auto 2rem auto;
    text-align: center;
    font-weight: bold;
    font-size: 2rem;
    cursor: pointer;
    font-weight: normal;
}

.free-trial-product-box.fixed-width a {
    width: 230px;
}

@media (max-width: 767px) {
    .free-trial-product-box.fixed-width a {
        width: 75%;
        font-size: 2rem;
        text-transform: uppercase;
        font-weight: normal;
    }
}

.free-trial-product-box a:hover {
    background: #1b9ed6;
}

.free-trial-footer-block a {
    cursor: pointer;
    text-decoration: underline;
}

.buttons_bottom_block {
    padding: 0;
}

.box-info-product .exclusive {
    margin: 0 auto;
}

.box-info-product .exclusive span {
    padding: 1.2rem 2rem !important;
    text-align: center !important;
    text-shadow: none !important;
    border: none !important;
    transition: none !important;
}

.box-info-product .exclusive:hover {
    background: #1b9ed6 !important;
    border-color: #1b9ed6 !important;
}

.box-info-product .exclusive:hover span {
    color: #fff;
    text-shadow: none !important;
}

.product_attributes {
    display: none;
}

#center_column > div > h1 {
    font-family: 'Montserrat', sans-serif;
    margin-top: 0 !important;
    margin-bottom: 3rem !important;
}

#center_column > div > section {
    font-size: 1.5rem;
    line-height: 1.5;
}

h3.page-product-heading {
    font-family: 'Roboto Slab', serif;
    padding: 0;
    margin-bottom: 3rem;
    font-size: 2.5rem;
}

@media (min-width: 768px) {
    .primary_block {
        display: flex;
    }

    .pb-left-column {
        margin-bottom: 0rem;
    }

    .pb-center-column {
        margin-bottom: 0rem !important;
    }

    .our_price_display .price {
        display: block;
        line-height: 1;
        margin-bottom: 1rem;
    }

    .box-info-product .exclusive {
        width: 100%;
    }
}

#cms #center_column h1 {
    margin-top: 0 !important;
}

#center_column > div > h1 {
    border: 0 !important;
    padding: 0 !important;
    font-family: 'Roboto Slab', serif;
}

#faq_cms h1 {
    font-size: 33px !important;
}

.description_faq {
    font-weight: normal !important;
}

#center_column > div > h1.h_contattaci_title {
    font-size: 33px !important;
    padding-top: 2rem !important;
}

.lista-servizi p {
	font-weight: 900;
}

.nonsense {
	padding-top: 4rem !important;
}

.convenzioni-text p {
    font-size: 16px;
    font-weight: 900;
}

.convenzioni-text p:first-child span {
    display: inline-block;
    line-height: 1.3;
}

@media (max-width: 991.99px) {
    .convenzioni-text {
        text-align: center;
        margin-bottom: 30px;
    }
}

/* Contatti */

.h_contattaci_txt {
    font-size: 16px;
    line-height: 24px;
}

#contact .form-control {
    padding: 1.4rem 2rem;
    border: 1px solid #3f3f3f;
    font-size: 1.6rem;
    background-color: #fff;
    height: auto;
    color: #000;
}

/* Footer */

.footer-container {
    background: #1b9ed6 !important;
}

.footer-container .container {
    padding: 0 !important;
}

.footer-top {
    background: #3f3f3f;
}

.footer-top .footer-top-inner {
    display: flex;
    justify-content: space-between;
}

.footer-top .logo-footer {
    padding: .75rem 0;
}

.footer-container #footer #social_block {
    padding: 0;
    width: auto;
    display: flex;
    align-items: center;
}

.footer-container #footer #social_block ul {
    margin-bottom: 0;
    float: none;
}

.footer-container #footer #social_block h4 {
    float: none;
    padding: 0;
    margin-right: 1rem;
}

.footer-container #footer ul li a {
    font-weight: normal;
}

.footer-container #footer .footer-bottom {
    line-height: 1.5;
}

.footer-container #footer .footer-bottom ul li {
    padding: 0;
    margin-bottom: .375rem;
}

.footer-container #footer .footer-bottom ul li:last-child {
    margin-bottom: 0;
}

.h_block_footer {
    padding-top: 3rem;
}

.h_block_footer h3 {
    font-family: 'Roboto Slab', serif;
    margin-top: 0;
    margin-bottom: 2rem;
}

.footer-container #footer ul li a.footer-email {
    text-decoration: underline !important
}

.footer-copyright {
    padding: .5rem 0 2rem;
    text-align: center;
}

.footer-container .footer-copyright a {
    text-decoration: underline;
}

/* Free Trial Popup */

.mfp-hide {
    display: none !important;
}

.ftp-content .mfp-content {
    width: 100% !important;
    max-width: 650px;
}

.ftp-content button.mfp-close {
    margin-top: -2rem !important;
}

.free-trial-popup {
    position: relative;
    background: #fff;
    width: auto;
    max-width: 700px !important;
    margin: 20px auto;
    text-align: center;
}

.free-trial-popup .popup-inner {
    padding: 4rem;
}

.free-trial-popup h3 {
    margin-top: 0;
    margin-bottom: .65rem;
}

.free-trial-popup p {
    font-size: 1.7rem;
    line-height: 2;
    color: #000;
}

.ftp-form {
    width: 100%;
    margin-top: 2rem;
}

.ftp-row {
    width: 100%;
    margin-bottom: 10px;
}

.ftp-row:last-child {
    margin-bottom: 0;
}

.ftp-form input[type="text"],
.ftp-form input[type="email"] {
    width: 100%;
    border: 1px solid #3f3f3f;
    background: #fff;
    padding: 1.4rem 2rem;
    font-size: 1.6rem;
}

.ftp-form input[type="text"]:focus,
.ftp-form input[type="email"]:focus {
    outline: none;
}

.ftp-row.ftp-checkbox {
    position: relative;
}

.ftp-row.ftp-checkbox .checker {
    position: absolute;
    top: 4px;
    left: 0;
}

.ftp-row.ftp-checkbox label {
    display: inline;
}

.ftp-row.ftp-checkbox label a {
    color: #1b9ed6;
}

.ftp-form input[type="submit"] {
    background: #1b9ed6;;
    color: #fff;
    font-size: 2rem;
    padding: 1.2rem 2rem;
    display: block;
    width: 100%;
    height: auto;
    margin-top: 2rem;
    border-radius: 3px;
    transition: background .3s ease;
    border: 0;
}

.ftp-form input[type="submit"]:hover {
    background: #3f3f3f;
}

.ftp-success-message {
    display: none;
    background: #f1f1f1;
    border: 2px solid #1b9ed6; 
    color: #fff;
    padding: 20px 40px;
    text-align: center;
}

.ftp-success-message p {
    line-height: 1.4 !important;
}