@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap');

body {
    margin:0;
    padding:0;
    font-family:'Montserrat', sans-serif;
    font-size:15px;
    line-height:22px;
    color:#353535;
    font-weight:300;
}

div, span, a, p, section, big, small, label, input {
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
}

a {
    text-decoration:none;
}

h3 {
    font-size:20px;
    line-height:24px;
    font-weight:700;
    margin:0 0 10px 0;
    color:#000
}

h4 {
    font-size:15px;
    line-height:17px;
    font-weight:700;
    margin:0 0 6px 0;
    color:#000;
    text-transform:uppercase;
}

.tab {
    display:table;
    width:100%;
}

.tab .tr {
    display:table-row;
}

.tab .td, .tab .sx, .tab .dx {
    display:table-cell
}

.modulo select {
    width:100%;
    display:block;
    height:55px;
    padding:0 10px;
    margin:4px 0 13px 0;
    background-image:url(img/bg-select.svg);
    background-repeat:no-repeat;
    background-position:right 10px center;
    background-size:15px auto;
    border-radius:2px;
    border:1px solid #c9c9c9;
    font-size:17px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    
    appearance: none;
    -webkit-appearance:none;
    -moz-appearance: none;
}

.modulo input {
    width:100%;
    display:block;
    height:55px;
    padding:0 10px;
    margin:4px 0 13px 0;
    border-radius:0;
    border:1px solid #CCCCCC;
    font-size:17px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.modulo input[type="submit"], .modulo input[type="button"] {
    background:#353535;
    color:#fff;
    border:none;
    -webkit-appearance: none;
    border-radius: 0;
    text-transform:uppercase;
    font-weight:700
}

.menu-opz {
    margin-bottom:30px;
}

.menu-opz a {
    display:inline-block;
    padding:10px;
    background-color:#000;
    font-weight:700;
    color:#fff;
    text-transform:uppercase;
    margin:0 5px 5px 0
}

.opz-prezzo {
    background:#e8e8e8;
    margin:6px 0
}

.opz-prezzo .td {
    padding:15px 10px;
}

.opz-prezzo .td.tit {
    font-size:14px;
    line-height:18px;
    vertical-align:middle
}

.opz-prezzo .td.tit h3 {
    font-size:20px;
    line-height:22px;
    margin:0 0 5px 0;
    font-family: 'Roboto', sans-serif;
}

.opz-prezzo .td.prz {
    font-size:16px;
    line-height:18px;
    vertical-align:middle;
    background:#191919;
    color:#92d600;
    text-align:center;
    width:120px;
}

.opz-prezzo .td.prz big {
    font-weight:700;
}

.opz-prezzo .td.prz .no {
    font-size:12px;
    line-height:14px;
    text-decoration:line-through;
    font-weight:400;
    margin-bottom:3px;
    color:#fff
}

.opz-prezzo .td.qnt {
    font-size:11px;
    line-height:11px;
    width:80px;
    text-align:center
}

.opz-prezzo .td.qnt select {
    height:35px;
    width:60px;
    margin:3px 0 0 0;
}

.opz-prezzo .td.cart {
    width:80px;
    background-image:url(img/ico-cart.svg);
    background-size:30px auto;
    background-position:center;
    background-repeat:no-repeat;
    background-color:#92d600;
    position:relative
}

.opz-prezzo button.td.cart {
    position:absolute;
    top:0;
    right:0;
    bottom:0;
    left:0;
    border:0;
    background:none;
    width:100%;
    height:100%
}

.opz-prezzo .td.nn-disp {
    vertical-align:middle;
    text-align:center;
    font-weight:700;
    background-color:#dedede;
    background-image:none;
    color:#696969;
    text-transform:uppercase;
    font-size:9px;
    line-height:10px;
}

@media (max-width:860px) {
    .opz-prezzo .td.tit h3 {
        font-size:18px;
        line-height:18px;
    }
}

@media (max-width:550px) {
    .opz-prezzo {
        margin-bottom:20px;
        border:1px solid #9f9f9f
    }

    .opz-prezzo .td {
        padding:14px 7px;
        display:block;
        width:auto !important
    }
    
    .opz-prezzo .td.tit {
        text-align:center;
    }

    .opz-prezzo .td.qnt {
        text-align:center;
        background-color:#f1f1f1;
    }

    .opz-prezzo .td.qnt select {
        width:80px !important;
        margin:3px auto 0 auto
    }

    .opz-prezzo .td.cart {
        height:30px
    }
}

.riepilogo {
    margin-top:30px
}

.riepilogo .td {
    padding:10px 5px 5px 5px;
    border-bottom:1px dotted #dcdcdc;
    font-size:12px;
    line-height:15px;
}

.riepilogo .td.qnt {
    width:120px;
    text-align:right;
}

.riepilogo .td.tot {
    font-weight:700;
    width:150px;
    text-align:right;
}

.riepilogo .tot-riep {
    float:right;
    margin:15px 0 10px 0;
}

.riepilogo .tot-riep big {
    font-weight:700;
}

.btt-check.modulo input {
    display:inline-block;
    background-color:#92d600;
    background-image:url(img/ico-cart.svg);
    background-position:left 10px center;
    background-size:auto 30px;
    background-repeat:no-repeat;
    color:#fff;
    padding:12px 24px 12px 46px;
    width:auto;
}