@charset "utf-8";

/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Montserrat&display=swap');
@font-face {
    font-family: 'bonnemamanbmoffice';
    src: url('../font/bonnemaman-webfont.woff2') format('woff2'), url('../font/bonnemaman-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'freight_display_proMdIt';
    src: url('../font/freight_display_pro_medium_italic-webfont.woff2') format('woff2'), url('../freight_display_pro_medium_italic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'freight_display_promedium';
    src: url('../font/freight_display_pro_medium-webfont.woff2') format('woff2'), url('../font/freight_display_pro_medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'freight_display_proSBdIt';
    src: url('../font/freight_display_pro_semibold_italic-webfont.woff2') format('woff2'), url('../font/freight_display_pro_semibold_italic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'freight_display_prosemibold';
    src: url('../font/freight_display_pro_semibold-webfont.woff2') format('woff2'), url('../font/freight_display_pro_semibold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

html,
body {
    margin: 0px;
    padding: 0px;
    color: #000;
    font-family: 'Montserrat', sans-serif;
}

a,
a:hover,
a:focus {
    color: #000;
    outline: none!important;
}

.underline {
    text-decoration: underline;
}

a.underline:hover,
a.underline:focus {
    text-decoration: none;
}

button {
    outline: none!important;
}

textarea {
    resize: none;
}

b,
strong {
    font-weight: 700;
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn.focus:active,
.btn:active:focus,
.btn:focus {
    outline: 0 !important;
    outline-offset: 0 !important;
    background-image: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.btn-primary:not(:disabled):not(.disabled):active {
    background-color: #000;
    border: #000;
}

h1 {
    font-family: 'bonnemamanbmoffice'!important;
    background-image: url(../img/bg-h1.png);
    background-position: bottom center;
    background-repeat: no-repeat;
    line-height: normal!important;
    text-align: center;
    font-size: 80px;
    line-height: normal;
}

.bg-light {
    background-color: #f2f2ef!important;
}

.border-bottom {
    border-color: #ccc!important;
}

.checkboxCustom input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #fff;
    border: 1px solid #808080;
}

.checkboxCustom:hover input~.checkmark {
    background-color: #fff;
}

.checkboxCustom input:checked~.checkmark {
    background-color: #fff;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.checkboxCustom input:checked~.checkmark:after {
    display: block;
}

.checkboxCustom .checkmark:after {
    left: 9px;
    top: 5.5px;
    width: 6px;
    height: 10px;
    border: solid #000;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.checkboxCustom .testo {
    padding-left: 35px;
}

.checkboxCustom {
    cursor: pointer;
}

.form-control {
    border-radius: 0px !important;
}

.btn-number {
    background-color: #fff;
    color: #000;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    border-color: #ced4da;
    border-radius: 0px;
    border-width: 1px 1px 1px 0px;
    width: auto;
    height: auto;
}

.form-group input,
.input-group input {
    margin-top: 0px;
    padding: 6px 12px;
}

.btn-number.quantity-left-minus {
    border-width: 1px 0px 1px 1px;
}

.btn-number.quantity-left-minus,
.btn-number.quantity-right-plus {
    padding: 7px 12px;
}

.btn-number:hover,
.btn-number:focus,
.btn-number:active {
    background-color: #000;
    color: #fff;
}

.titoletto {
    font-family: 'freight_display_prosemibold'!important;
    font-size: 28px!important;
    color: #000;
}

.dati input[type=text],
.dati input[type=email] {
    height: 50px;
}

.btn-primary {
    background: #ffffff;
    color: #000000;
    transition: all .2s;
    border-width: 1px;
    border-style: solid;
    border-color: #000000;
    border-radius: 0;
    -webkit-border-radius: 0;
    font-family: 'freight_display_prosemibold'!important;
    font-size: 18px!important;
    height: 50px;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
    background: #000;
    color: #fff;
    border-color: #000;
}

@media (max-width: 768px) {
    h1 {
        font-size: 60px!important;
    }
}