/* inizio – stili generali dei tag */
body {
    font-family: 'Open Sans';
}

    body.s_layout_fixed {
        padding: 20px 0;
        background-attachment: scroll;
        background-position: left top;
        background-repeat: repeat;
        font-size: 13px;
    }

        body.s_layout_fixed #wrapper {
            box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
        }

.clearfix:after {
    clear: both;
}

h1, h2 {
    font-style: normal;
    font-weight: normal;
    margin: 0 0 20px;
    color: #1e2874;
}

h2 {
    font-size: 18px;
    line-height: 23px;
    padding-bottom: 5px;
    padding-top: 5px;
}

p {
    margin: 0;
    padding: 0;
    margin-bottom: 20px;
}

a:hover {
    color: #1e2874;
}

.buttons .button, .buttons .button span, #add_to_cart .s_text {
    font-size: 14px;
    font-weight: 600;
}

.button-web {
    cursor: pointer;
    display: block;
    float: right;
    margin-left: 10px;
    padding: 3px;
    font-size: 14px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

    .button-web > span {
        /*border: 1px solid rgba(255, 255, 255, 0.3);*/
        color: #FFFFFF;
        display: block;
        height: 28px;
        line-height: 28px;
        padding: 0 10px;
        position: relative;
        text-transform: uppercase;
        font-size: 14px /*12px*/;
        font-weight: bold /*600*/;
    }

    .button-web.grigio {
        background-color: #EEEEEE;
    }

        .button-web.grigio > span {
            color: #555555;
        }

.error-text {
    color: #FF0000;
}

.button-web.cancel {
    background-color: #DDDDDD;
}

    .button-web.cancel span {
        color: #333333;
    }

/* Header */
#top_navigation {
    position: relative;
    top: 29px;
    z-index: 12;
}

.site_search {
    padding: 10px;
    background-color: #FFFFFF;
    overflow: hidden;
    border-bottom: solid 1px #BBBBBB;
    margin-top: 12px;
}

#system_navigation {
    clear: right;
    margin: 74px 0 23px;
    text-align: right;
}

#cart_menu {
    height: 20px;
    position: absolute;
    right: 35px;
    top: 20px;
    z-index: 10;
}

    #cart_menu .s_grand_total, #cart_menu .s_grand_total * {
        font-size: 21px;
        font-weight: normal;
        height: 18px;
        line-height: 18px;
    }

#system_navigation #cart_menu {
    border-left: 1px solid #EEEEEE;
    bottom: 20px;
    float: right;
    left: auto;
    margin: 27px 0 0 30px;
    padding: 10px 0 10px 15px;
    position: relative;
    right: auto;
    top: auto;
}

#welcome_message {
    color: #999999;
    font-size: 11px;
    margin-bottom: 10px;
    text-align: right;
}

#system_navigation ul.s_list_1 li {
    float: right;
    margin-right: 10px;
}

.site-logo {
    display: block;
    float: left;
    margin: 0 10px 0 0;
    text-align: center;
}

.site-title {
    margin-bottom: 20px;
}
/* Slider */
.slider-gallery {
    overflow: hidden;
    position: relative;
    margin-bottom: 60px;
}

    .slider-gallery li {
        width: 960px;
    }

#prevBtn, #nextBtn {
    position: absolute;
    top: 50%;
    border-radius: 50px 50px 50px 50px;
    padding: 10px;
    margin-top: -22px;
    display: none;
    background-color: #FFFFFF;
}

.slider-gallery:hover #prevBtn, .slider-gallery:hover #nextBtn {
    display: block;
}

#prevBtn {
    left: 25px;
}

#nextBtn {
    right: 25px;
}

.emotional-container {
    clear: both;
    margin-bottom: 5px;
}

.breadcrumbs {
    font-size: 11px;
    margin-top: 5px;
}

.emotional-container h1, .emotional-container h1 *, .emotional-container h2, .emotional-container h2 * {
    color: #4CB1CA;
}

.emotional-container h1, .emotional-container h2 {
    font-family: 'Open Sans';
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
}

.emotional-container h1 {
    clear: both;
    font-size: 32px;
    padding-bottom: 5px;
}

.breadcrumbs-container {
    padding-top: 20px;
    margin-bottom: 20px;
}

.social-container {
    margin-top: 0;
    padding-bottom: 10px;
}

/* Menu Categorie */
.menu-categorie {
    padding-top: 13px;
    border-top: 1px solid #EEEEEE;
    padding-bottom: 15px;
}

.sf-menu, .sf-menu * {
    margin: 0;
    padding: 0;
    list-style: none;
}

.sf-menu {
    line-height: 1.0;
}

    .sf-menu ul {
        position: absolute;
        top: -999em;
        /*width:			10em;*/ /* left offset of submenus need to match (see below) */
    }

        .sf-menu ul li {
            width: 100%;
        }

    .sf-menu li:hover {
        visibility: inherit; /* fixes IE7 'sticky bug' */
    }

    .sf-menu li {
        float: left;
        position: relative;
    }

    .sf-menu a {
        display: block;
        position: relative;
        font-size: 14px;
        padding: 0 20px;
        height: 32px;
        line-height: 32px;
        color: #1e2874;
        font-weight: 600;
    }

    .sf-menu li.sfHover a {
        background-color: #1e2874;
        color: #FFFFFF;
    }

    .sf-menu li:hover ul,
    .sf-menu li.sfHover ul {
        left: 0;
        top: 32px; /* match top ul list item height */
        z-index: 99;
        background-color: #FFFFFF;
        padding: 10px;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    }

ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
    top: -999em;
}

ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
    left: 10em; /* match ul width */
    top: 0;
}

ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
    top: -999em;
}

ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
    left: 10em; /* match ul width */
    top: 0;
}

.sf-menu li.sfHover li a {
    color: #333333;
    background-color: #FFFFFF;
    font-size: 12px;
}

    .sf-menu li.sfHover li a:hover {
        color: #1e2874;
    }

ul.sf-menu li.menu-home, ul.sf-menu li.menu-home a {
    padding: 0 !important;
    width: 36px;
}

ul.sf-menu li.menu-home {
    overflow: hidden;
}

    ul.sf-menu li.menu-home a {
        text-indent: -1000em;
    }
/* Footer */
.footer h1,
.footer h2 {
    color: #ffffff;
}

.footer .mini-footer {
    border-top-color: #FFFFFF;
}

.footer-inner-first {
    background-color: #F3F3F3;
    padding: 15px;
}

    .footer-inner-first h1,
    .footer-inner-first h2 {
        color: #000000;
    }

.footer-inner {
    background-color: #383838;
    padding: 15px;
}

#shop_info {
    background: none repeat scroll 0 0 #F3F3F3;
    clear: both;
    color: #555555;
    font-size: 11px;
    margin-bottom: 30px;
    padding: 20px 0 0;
    position: relative;
}

#footer_nav {
    margin-bottom: 24px;
}

    #footer_nav h2 {
        font-size: 18px;
        line-height: 20px;
        margin-bottom: 20px;
        padding: 0;
        font-weight: normal;
    }

    #footer_nav ul {
        margin-bottom: 30px;
    }

#twitter li span:after {
    content: ".";
    visibility: hidden;
}

#twitter li span, #twitter li span * {
    font-family: Georgia,Arial,Helvetica,sans-serif !important;
    font-size: 11px !important;
    font-style: italic !important;
    line-height: 16px;
    word-wrap: break-word;
}

#copy {
    margin-bottom: 15px;
    padding-left: 10px;
}

#payments_types {
    float: right;
    margin-bottom: 8px;
}
/* Carrello */
.carrello-header-th {
    background: none repeat scroll 0 0 #EEEEEE;
    border-bottom: 1px solid #DDDDDD;
    padding: 10px 10px 9px;
}

.carrello-item-td, .carrello-alternating-item-td {
    border-bottom: 1px solid #F3F3F3;
    padding: 8px;
}

.carrello-alternating-item-td {
    background-color: #F3F3F3;
}

.carrello-login-button {
    float: left;
    margin: 5px 0 0 20px;
}

.carrello-panel-login {
    margin-bottom: 20px;
    border: 0;
}

    .carrello-panel-login .label {
        color: #000000;
    }

table.carrello .column-prodotto {
    width: 220px;
}

table.carrello .column-caratteristiche {
    width: 300px;
}

table.carrello .column-quantita {
    text-align: left;
    width: 220px;
}

.breadcrumbs-panel {
    clear: both;
}

#shop_contacts .s_icon_32 {
    display: inline-block;
}

.s_icon_32 {
    padding-left: 42px !important;
}

.s_icon_10, .s_icon_16, .s_icon_24, .s_icon_32 {
    background-position: left center;
    background-repeat: no-repeat;
    position: relative;
}

    .s_icon_32 .s_icon {
        height: 32px;
        margin-top: -16px;
        width: 32px;
    }

    .s_icon_10 .s_icon, .s_icon_16 .s_icon, .s_icon_24 .s_icon, .s_icon_32 .s_icon {
        background-position: center center;
        background-repeat: no-repeat;
        display: block;
        left: 0;
        position: absolute;
        top: 50%;
    }

.s_phone_32 {
    background-position: 0 -312px !important;
}

.s_mobile_32 {
    background-position: 0 -344px !important;
}

.s_mail_32 {
    background-position: 0 -376px !important;
}

.s_skype_32 {
    background-position: 0 -408px !important;
}

img {
    border: 0;
}

a {
    outline: none;
    text-decoration: none;
    color: #333333;
}

ul {
    margin: 0;
    padding: 0;
}
/* fine – stili generali dei tag */
.clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}


/*fine 960css*/

.pulsanti-header {
    overflow: hidden;
    display: inline;
}

/*inizio banner home*/
.jcarousel-skin-categoriesuggerite {
    padding: 0 30px;
}

    .jcarousel-skin-categoriesuggerite .jcarousel-container-horizontal {
        padding: 0 !important;
    }

    .jcarousel-skin-categoriesuggerite .jcarousel-container {
        border: 0 !important;
    }

.bannerLinkCatalogo {
    padding: 30px;
    overflow: hidden;
    height: 60px;
    display: block;
}

.jcarousel-skin-tango .jcarousel-container-horizontal {
    padding-right: 55px !important;
    padding-left: 55px !important;
    height: 100px !important;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal, .jcarousel-skin-tango .jcarousel-next-horizontal {
    top: 48px !important;
}
/*fine banner home*/
/* Catalogo */
.catalogo-emotional-space {
    margin-bottom: 20px;
}

.categoria-container {
    text-align: center;
    border: solid 1px #1e2874;
    padding: 5px;
}

    .categoria-container .image {
        margin: 10px auto 5px;
        border-bottom: 1px solid #EEEEEE;
        padding-bottom: 5px;
    }

    .categoria-container .description {
        height: 55px;
        overflow: hidden;
    }

    .categoria-container .image img {
    }

    .categoria-container .title a, .categoria-container .title:hover a {
        display: block;
        font-size: 14px;
        font-weight: bold;
        height: 60px;
        color: #1e2874;
    }

.prodotto-container {
    text-align: center;
}

    .prodotto-container .image {
        width: 180px;
        height: 180px;
        margin: 10px auto;
    }

        .prodotto-container .image img {
            max-height: 180px;
            max-width: 180px;
        }

    .prodotto-container .title a {
        display: block;
        border-top: 1px solid #EEEEEE;
        font-size: 14px;
        font-weight: bold;
        padding-top: 10px;
        height: 60px;
    }
/* Login */
.login_page {
    margin-bottom: 10px;
    overflow: hidden;
}

    .login_page .form-login {
        width: 100%;
    }

    .login_page .request-registration-box .form-container {
        height: 63px;
    }

    .login_page h2.title span {
        padding-bottom: 4px;
        text-indent: -1px;
        display: inline-block;
    }

    .login_page input {
        width: 256px;
    }

    .login_page .forgot-password {
        line-height: 36px;
    }

        .login_page .forgot-password a {
            font-weight: bold;
        }
/* Registrazione */
.registrazione-header {
}

.registrazione-table td {
    background-color: #FFFFFF;
}

    .registrazione-table td div.registrati-text span {
        font-weight: normal;
    }

    .registrazione-table td input[type=text], .registrazione-table td select {
        width: 170px;
    }
/* Configuratore */
.configuratore-gruppiTipoOpzioni {
    background-color: #e1e1e1;
    border-bottom: 1px solid #DDDDDD;
}

.configuratore-TipoOpzioni {
    background-color: #FFFFFF;
}

    .configuratore-TipoOpzioni .i-circled {
        border: solid 1px #1e2874;
        background-color: #1e2874;
    }

    .configuratore-TipoOpzioni i.icona-ok {
        color: #1e2874;
    }

.breadcrumb {
    padding: 0 10px;
}


/* INIZIO NEW TEMPLATE */
.header {
    margin-bottom: 40px;
}

    .header .gray {
        background-color: #383838;
    }

    .header .search-cart {
        float: none;
        text-align: right;
    }

        .header .search-cart .search-line {
            border-width: 0;
        }

        .header .search-cart .cart-all {
            padding: 0;
        }

        .header .search-cart .search-button {
            display: inline-block;
        }

        .header .search-cart .cart-all .inside-cart {
            margin-top: 1px;
            border-top-color: #383838;
            border-bottom: solid 4px #383838;
        }

            .header .search-cart .cart-all .inside-cart p {
                border: solid 1px #d9d9d9;
                border-top: none;
                border-bottom: none;
            }

            .header .search-cart .cart-all .inside-cart ul {
                border: none;
                border-left: solid 1px #d9d9d9;
                border-right: solid 1px #d9d9d9;
                padding-bottom: 0;
            }

                .header .search-cart .cart-all .inside-cart ul li {
                    border: none;
                    border-top: solid 1px #d9d9d9;
                }

.search-cart .cart-all .inside-cart a {
    color: #000000 !important;
    white-space: normal;
}

#barTop .logo {
    margin-top: 3px;
}

#barTop .menu ul {
    background: #383838;
}

    #barTop .menu ul li {
        border-left-color: #FFFFFF;
    }

    #barTop .menu ul span,
    #barTop .menu ul a,
    #barTop .menu .carrello-responsive a {
        color: #FFFFFF;
    }

#barTop .search-cart .cart-all .inside-cart ul {
    background: #1e2874;
    position: relative;
}

.product {
    box-shadow: none;
    border: solid 1px #1e2874;
}

    .product .product-details {
        background: none repeat scroll 0 0 #1e2874;
    }

        .product .product-details h1, .product .product-details h1 a {
            font-size: 16px;
            height: 90px;
            font-weight: bold;
            margin-bottom: 0;
            text-align: center;
        }

        .product .product-details p {
            padding: 5px 15px;
            margin-bottom: 0;
        }

.login-form-box .login-line {
    margin-bottom: 0;
}

.button-6 > span {
    border: none;
    color: #000;
    font-weight: normal;
}

.box-registrazione .registrazione-mask-body input[type="text"],
.box-registrazione .registrazione-mask-body select {
    width: 100%;
}

.box-registrazione .registrazione-header {
    margin: 0 0 20px;
}

.product a, .product p {
    font-family: 'Open Sans';
}

.accordion span.dcjq-icon {
    display: none;
}

.products-dropdown.open-dropdown ul li a.first {
    font-size: 11px;
}

.products-dropdown a i {
    float: right;
}

.products-dropdown ul.accordion {
    border: 0;
}

.products-dropdown.open-dropdown ul li a.no-border-top {
    border-top: 0;
}

.header-middle-info {
    padding: 0 30px;
}

/* FINE NEW TEMPLATE */


.catalogo-offerte-container table {
    width: 100%;
}

.configuratore-categoria {
    margin: 0;
}

    .configuratore-categoria .image img {
        max-height: 100%;
        max-width: 100%;
    }

.contenitore-carrello {
    margin: 0;
}

.carrello-header-th {
    background: none repeat scroll 0 0 #FFFFFF;
    padding: 8px;
    border-bottom: solid 2px #DDDDDD;
}

.contenitore-codice-sconto {
    margin: 25px 0;
}

    .contenitore-codice-sconto .margin-top-8 {
        margin-top: 0px;
    }

    .contenitore-codice-sconto .button-web > span {
        font-size: 12px;
    }

.carrello-textbox-quantita {
    width: 50px;
}

.carrello-item-td .cart-info-quantity, .carrello-alternating-item-td .cart-info-quantity {
    text-align: left;
}

.carrello-item-td .cart-manage-quantity, .carrello-alternating-item-td .cart-manage-quantity {
    padding-right: 0px;
}

.carrello-item-td i, .carrello-alternating-item-td i {
    color: #000;
}

.form-login p .label {
    color: #000000;
    font-size: 12px;
    padding: 0;
}

.login-carrello {
    margin-bottom: 15px;
}

.registrati-carrello {
    margin-left: 0px;
}

.contenitore-cassa {
    margin: 0 0 20px 0;
}

.carrello-item-container {
    padding: 0 25px;
}

    .carrello-item-container label {
        font-weight: normal;
    }

.carrello-mask-option h2 {
    background-color: #FFF;
    border: 1px solid #d9d9d9;
    padding: 10px;
}

.option-item .carrello-mask-item {
    padding-left: 0;
}

    .option-item .carrello-mask-item input {
        margin-right: 10px;
    }

.carrello-item-container .option-item .item {
    padding: 0;
    margin: 0;
}

.option-item input[type="text"], .option-item textarea {
    width: 100% !important;
}

.carrello-mask-option div.option-item .span-title {
    width: 100% !important;
}

.configuratore-editor-note {
    width: 100% !important;
    height: 150px;
}

.register-form div input, .register-form div select {
    margin-bottom: 10px;
}

.RadPicker_Default .rcTable .rcInputCell .form-control {
    height: 34px !important;
    padding: 6px 12px !important;
    margin-bottom: 10px !important;
    font-size: 14px !important;
    color: #555555 !important;
}

.barra_ricerca .barra_ricercaFiltroButton .button-web {
    margin-top: 17px;
}

.elenco-ordini-table {
}

    .elenco-ordini-table .table-header th {
        background: none repeat scroll 0 0 #ffffff;
        padding: 8px;
        border-bottom: 2px solid #dddddd;
        vertical-align: bottom;
    }

    .elenco-ordini-table td {
        padding: 8px;
    }

    .elenco-ordini-table tr.alternate {
        background-color: #F2F2F2;
    }

    .elenco-ordini-table .icon-folder-open {
        color: #000000;
    }

.eo-numero-ordine {
    width: 8%;
    text-align: center;
}

.eo-progetto {
    width: 23%;
    text-align: left;
}


.eo-totale {
    width: 10%;
    text-align: right;
}

.eo-pagamento {
    width: 20%;
    text-align: center;
}

.eo-spedizione {
    width: 12%;
    text-align: center;
}

.ordine-title {
    padding: 0;
    border-bottom: none;
}

.box-icona {
    height: 98px;
    padding: 18px 0 0;
}

.pannello-intestato-header-h3 {
    border-bottom: 1px solid #dddddd;
    font-weight: bold;
    background: none repeat scroll 0 0 #ffffff;
    font-size: 13px;
    padding: 15px 10px;
}

.item-td-col1 {
    width: 40% !important;
}

    .item-td-col1 span {
        padding-bottom: 5px;
    }

.pannello-intestato-content table {
    width: 100%;
}

.item-td-col-totale {
    text-align: left;
}

.pannello-intestato-content span.label {
    vertical-align: middle;
}

.pannello-intestato-container {
    border: 1px solid #dddddd;
    margin-bottom: 20px;
}

.container-box-home .product {
    margin-top: 0;
}

.header .header-middle-info {
    padding: 11px 0;
}

.shop-links-box {
    margin-bottom: 20px;
}

    .shop-links-box h2 {
        line-height: 30px;
        font-size: 28px;
        margin-bottom: 0;
    }

.pagina-carta-tradizionale .info-box h4 {
    font-family: 'Open Sans';
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 10px;
}

.download-template, .download-template-zip, .download-template-link {
    width: 25px;
}

.product-details a,
.product-details a:hover {
    color: #FFFFFF !important;
}

.menu {
    padding-left: 0;
}

.the-slider.product-big-image .slide-wrapper li img {
    width: 100%;
}

.panel-group .panel .panel-heading a {
    color: #333333;
}

.panel-group .panel .panel-body {
    color: #333333;
}

.box-icon-circle i {
    background: none repeat scroll 0 0 #E63F0B;
    border-radius: 300px;
    color: #fff;
    display: inline-block;
    font-size: 50px;
    height: 100px;
    margin-bottom: 30px;
    padding-top: 25px;
    text-align: center;
    width: 100px;
}

.box-icon-circle.red i {
    background: none repeat scroll 0 0 #de294a;
}

.box-icon-circle.yellow i {
    background: none repeat scroll 0 0 #fdbc4b;
}

ul.my-disc li {
    list-style-type: disc;
}

.menu ul li a {
    padding: 10px 18px;
    white-space: nowrap;
}

.product .product-details h1 a {
    height: auto;
}

.mydash li .dash-button {
    color: #000000;
}

a.tips.help-hover i {
    color: #1e2874;
}

.icona-btn-ok {
    background-color: #FFF;
    border: 1px solid #1e2874;
}

    .icona-btn-ok i {
        color: #1e2874;
    }

.pricing-table-2 {
    background: none;
}

    .pricing-table-2, .pricing-table-2 .pricing-table-name, .pricing-table-3 .pricing-table-name {
        border-radius: 0;
    }

.product-detail .pricing-table-2 .pricing-table-container {
    background-color: #E8E8E8;
}

.container-open-editor {
    background: none;
    padding: 0;
}

.shopping-cart .shopping-cart-products {
    border: 0;
}

.box-prezzi .form-group {
    padding: 8px;
}

.box-prezzi .quantity-input {
    width: auto;
}

.RadComboBox_MetroTouch .rcbFocused .rcbArrowCell {
    background-color: #1e2874 !important;
    border-color: #1e2874 !important;
}

.RadComboBox_MetroTouch .rcbFocused .rcbInputCell {
    border-color: #1e2874 !important;
}

.pannello-intestato-container .pannello-intestato-content td {
    padding: 5px;
}

.pricing-table-3 .container-configuratore-price {
    border-radius: 0;
}

.pricing-table-favorite.my-conf-tabella-prezzi {
    background-color: #E1E1E1;
}


.footer-inner .content-column-up,
.footer-inner .content-column-down,
.footer-inner-first .content-column-up,
.footer-inner-first .content-column-down {
    margin-bottom: 20px;
}

.footer .footer-inner ul {
    margin-bottom: 0;
}


/* INIZIO - Stili per pagina Prezzo Cartellini */
.content-prezzo-cartellini p {
    font-size: 14px;
}

.content-prezzo-cartellini #immagine {
    box-shadow: 5px 5px 5px #dedede;
    border-radius: 10px 10px 10px 10px;
    margin-top: 25px;
    margin-bottom: 25px;
    margin-right: 25px;
}

.content-prezzo-cartellini #piccoleImg {
    box-shadow: 5px 5px 5px #dedede;
    border-radius: 10px 10px 10px 10px;
    margin-right: 10px;
}

.content-prezzo-cartellini #icon-chevron-up {
    content: "";
}

.content-prezzo-cartellini #line {
    border-top: 3px solid #eee;
    clear: both;
    margin: 10px 0 35px;
    position: relative;
    width: 100%;
    text-align: right;
}

.content-prezzo-cartellini #margine {
    margin-top: 20px;
    margin-bottom: 25px;
}

.content-prezzo-cartellini #margine-top {
    margin-top: 20px;
}

.content-prezzo-cartellini #margine-destro {
    margin-right: 50px;
}

.content-prezzo-cartellini #margine-top-Ancor {
    margin-top: 10px;
}

.content-prezzo-cartellini .link {
    color: #ff8533;
}

.content-prezzo-cartellini #tabella {
    /*float: right;*/
    background-color: #f9f9f9;
    border: 1px solid #aaa;
    background-size: 300px 602px;
    background-color: whitesmoke;
    padding: 10px 30px;
    font-size: 95%;
}

.content-prezzo-cartellini h1,
.content-prezzo-cartellini h2 {
    font-style: normal;
    font-weight: normal;
    margin: 0 0 20px;
}

.content-prezzo-cartellini h1 {
    line-height: 40px;
    margin: 0;
    font-size: 22px;
}

.content-prezzo-cartellini h2 {
    font-weight: bold;
    font-size: 24px;
}

.content-prezzo-cartellini h3 {
    color: #244061;
    font-size: 18px;
    margin-bottom: 10px;
    font-family: "Open Sans";
    font-weight: bold;
}

.content-prezzo-cartellini .richiedi-preventivo-container {
    background-color: #E1E1E1;
    margin-top: 30px;
    padding: 15px 10px;
}

    .content-prezzo-cartellini .richiedi-preventivo-container p.testo,
    .content-prezzo-cartellini .richiedi-preventivo-container p.title a {
        color: #1a171b;
    }

    .content-prezzo-cartellini .richiedi-preventivo-container p.title {
        font-size: 18px;
        color: #1a171b;
    }

.content-prezzo-cartellini .testo {
    font-size: 14px;
    line-height: 22px;
    color: white;
}

.content-prezzo-cartellini .richiedi-preventivo-container .button-web {
    border: medium none;
    border-radius: 5px;
    color: #ffffff;
    display: block;
    font-size: 14px;
    font-weight: bold;
    height: 35px;
    line-height: 35px;
    margin-left: 0;
    padding: 0 15px;
    text-align: center;
    width: 230px;
    float: left;
}

.content-prezzo-cartellini .my-title {
    color: white;
    font-size: 21px;
    font-weight: 900;
    margin-bottom: 10px;
}

.content-prezzo-cartellini .box-laccetti-cartellini {
    margin-bottom: 20px;
}

.content-prezzo-cartellini .box-accessori-cartellini {
    margin-bottom: 20px;
}

.content-prezzo-cartellini .richiedi-preventivo-container-button {
    margin-top: 20px;
}

.content-prezzo-cartellini .box-infilatura-gabbia {
    margin-bottom: 15px;
}

.content-prezzo-cartellini .content-indice {
    float: right;
}

.content-prezzo-cartellini .box-infilatura-chiusa-img {
    width: 12%;
    float: left;
}

.content-prezzo-cartellini .box-infilatura-chiusa-txt {
    width: 88%;
    float: right;
}

.content-prezzo-cartellini .box-laccetti-cartellini-first-txt,
.content-prezzo-cartellini .box-laccetti-cartellini-second-txt,
.content-prezzo-cartellini .box-laccetti-cartellini-third-txt,
.content-prezzo-cartellini .box-laccetti-cartellini-fourth-txt {
    width: 90%;
    float: right;
}

.content-prezzo-cartellini .box-laccetti-cartellini-first-img,
.content-prezzo-cartellini .box-laccetti-cartellini-second-img,
.content-prezzo-cartellini .box-laccetti-cartellini-third-img,
.content-prezzo-cartellini .box-laccetti-cartellini-fourth-img {
    width: 10%;
    float: left;
}


/* FINE - Stili per pagina Prezzo Cartellini */

.cluetip-default.clue-right-default hr {
    margin-bottom: 0;
}

.site-title .site-inside span.title {
    background-image: none;
    padding: 10px 10px 8px;
}

.site-title {
    background-color: #e1e1e1;
    border-bottom: 1px solid #dddddd;
    background-image: none;
}

/*.menu .repsonsive-menu {
    display: none;
}
.menu ul {
    display:block;
}
.menu ul li {
    display:inline-block !important;
}*/


#barTop .menu .repsonsive-menu,
#barTop .menu .carrello-responsive {
    line-height: 22px;
}

    #barTop .menu .repsonsive-menu i,
    #barTop .menu .carrello-responsive i {
        font-size: 22px;
        padding-right: 5px;
        vertical-align: top;
    }

#barTop .menu .carrello-responsive {
    text-align: right;
    cursor: pointer;
    display: inline-block;
    cursor: pointer;
    display: none;
    text-transform: uppercase;
    vertical-align: top;
}

    #barTop .menu .carrello-responsive a {
        display: inline-block;
        line-height: 24px;
    }

#barTop .menu .menu-box-item span {
    line-height: 24px;
}

.container-pulsante-richiedi-preventivo {
    text-align: right;
    margin: 0;
}

    .content-prezzo-cartellini .richiedi-preventivo-container .container-pulsante-richiedi-preventivo .button-web,
    .container-pulsante-richiedi-preventivo .button-web {
        display: inline-block;
        float: none;
        background-color: #3b94d9;
    }

.content-prezzo-cartellini .richiedi-preventivo-container .container-pulsante-richiedi-preventivo .button-web {
    width: auto;
	padding:3px;
	border-radius:3px;
	height:auto;
}

.content-prezzo-cartellini .richiedi-preventivo-container p.title {
	font-size: 21px;
	color: #1a171b;
    line-height: 28px;
}
.content-prezzo-cartellini .richiedi-preventivo-container .testo {
	color:#000000;
}

.container-pulsante-richiedi-preventivo .button-web > span {
    font-size: 16px;
    height: 34px;
    line-height: 34px;
}

#barTop .search-cart .inside-cart a {
    color: #000000;
    white-space: normal;
}

@media (max-width: 992px) {

    #barTop .menu .repsonsive-menu,
    #barTop .menu .carrello-responsive {
        padding: 10px 15px;
    }

    #barTop .menu .carrello-responsive {
        display: inline-block;
        cursor: pointer;
    }

    #barTop .menu .li-carrello-benvenuto,
    #barTop .menu .search-cart {
        display: none !important;
    }

    #barTop {
        position: inherit;
    }

    .menu ul li ul {
        display: none !important;
    }

    .menu ul li.hidden-menu {
        display: none !important;
    }

    .menu, .menu .repsonsive-menu {
        text-align: right;
    }

        .menu ul {
            width: 100%;
        }

    .content-prezzo-cartellini .box-infilatura-chiusa-img {
        width: 20%;
    }

    .content-prezzo-cartellini .box-infilatura-chiusa-txt {
        width: 80%;
    }

    .content-prezzo-cartellini .box-laccetti-cartellini-first-txt,
    .content-prezzo-cartellini .box-laccetti-cartellini-second-txt,
    .content-prezzo-cartellini .box-laccetti-cartellini-third-txt,
    .content-prezzo-cartellini .box-laccetti-cartellini-fourth-txt {
        width: 80%;
    }

    .content-prezzo-cartellini .box-laccetti-cartellini-first-img,
    .content-prezzo-cartellini .box-laccetti-cartellini-second-img,
    .content-prezzo-cartellini .box-laccetti-cartellini-third-img,
    .content-prezzo-cartellini .box-laccetti-cartellini-fourth-img {
        width: 20%;
    }

    .breadcrumbs-container .breadcrumb .bc-link {
        line-height: 1.2;
    }

    .barLogo {
        margin-top: 0;
    }

    .richiedi-preventivo-container .title,
    .richiedi-preventivo-container .container-pulsante-richiedi-preventivo,
    .richiedi-preventivo-container .testo {
        text-align: center;
    }

    .container-pulsante-richiedi-preventivo .button-web {
        margin: 15px 0;
    }
}

@media (max-width:980px) {
}

@media (max-width: 768px) {
    h1 {
        font-size: 22px;
    }

    #barTop {
        position: inherit;
    }

    .content-prezzo-cartellini .content-indice {
        float: initial;
    }

    .content-prezzo-cartellini .box-infilatura-chiusa-img {
        width: 25%;
    }

    .content-prezzo-cartellini .box-infilatura-chiusa-txt {
        width: 75%;
    }

    .content-prezzo-cartellini .image-width {
        max-width: 250px;
    }

    .product .product-details h1, .product .product-details h1 a {
        font-size: 14px;
    }
}

@media (max-width: 500px) {

    .richiedi-preventivo-container .container-pulsante-richiedi-preventivo .button-web > span {
        display: none;
    }

    .richiedi-preventivo-container .container-pulsante-richiedi-preventivo .button-web:after {
        content: "RICHIEDI PREVENTIVO";
    }

    .richiedi-preventivo-container .container-pulsante-richiedi-preventivo .button-web {
        color: #ffffff;
        font-weight: bold;
        padding: 10px;
        position: relative;
        text-transform: uppercase;
        font-size: 16px;
    }

    #barTop {
        position: inherit;
    }

    .content-prezzo-cartellini .box-infilatura-chiusa-img {
        width: 35%;
    }

    .content-prezzo-cartellini .box-infilatura-chiusa-txt {
        width: 65%;
    }

    .content-prezzo-cartellini .box-laccetti-cartellini-first-txt,
    .content-prezzo-cartellini .box-laccetti-cartellini-second-txt,
    .content-prezzo-cartellini .box-laccetti-cartellini-third-txt,
    .content-prezzo-cartellini .box-laccetti-cartellini-fourth-txt {
        width: 75%;
    }

    .content-prezzo-cartellini .box-laccetti-cartellini-first-img,
    .content-prezzo-cartellini .box-laccetti-cartellini-second-img,
    .content-prezzo-cartellini .box-laccetti-cartellini-third-img,
    .content-prezzo-cartellini .box-laccetti-cartellini-fourth-img {
        width: 25%;
    }

    .product .product-details h1, .product .product-details h1 a {
        font-size: 13px;
    }

    .modal-content .box-facebook-button {
        margin-top: 10px;
    }

    #barTop .menu .repsonsive-menu,
    #barTop .menu .carrello-responsive {
        width: auto;
    }

    #barTop .repsonsive-menu .text-menu-responsive {
        display: none;
    }

    #barTop .menu .li-carrello-benvenuto {
        display: block !important;
    }
}

@media (max-width: 400px) {
    #barTop {
        position: inherit;
    }

    .product .product-details h1, .product .product-details h1 a {
        font-size: 11px;
    }
}
