:root {
    --primary-color: #433229;
}
body{font-family: 'Domine', serif !important;}
.regular{font-weight: normal;}
.medium{font-weight: 500;}
.bold{font-weight: 700;}
.uppercase{text-transform: uppercase;}
.lowercase{text-transform: lowercase;}
.capitalize{text-transform: capitalize;}
.nero{color: #212529;}
.marrone{color: var(--primary-color);}
.success{color: green}
.error{color: darkred}
.gray{color: rgb(155, 151, 151)}
.yellow{color: #FAD02C}
.bg-marrone{background-color: var(--primary-color);}
.font16{font-size: 16px;}
.font18{font-size: 18px;}
.font20{font-size: 20px;}
.font22{font-size: 22px;}
.font25{font-size: 25px !important;}
.font50{font-size: 50px;}
.line25{line-height: 25px;}
.line30{line-height: 30px;}
.line35{line-height: 35px;}
.line50{line-height: 50px;}
.span-accordion{
    display: block;
    background-color: #e8b86c;
    text-align: left;
    padding: 5px 15px;
}
.form-check {
    padding-right: 1.5em;
}
.form-check-input:checked {
    background-color: var(--primary-color) !important;
    border-color: var(--primary-color) !important;
}
.form-control.is-invalid, .was-validated .form-control:invalid {
    border-color: #dc3545 !important;
    padding-right: calc(1.5em + .75rem) !important;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") !important;
    background-repeat: no-repeat !important;
    background-position: right calc(.375em + .1875rem) center !important;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem) !important;
}
.btn-outline-primary {
    color: #a37e2c !important;
    border-color: #a37e2c !important;
    border-radius: 0 !important;
}
.btn-outline-primary:hover {
    color: #fff !important;
    background-color: #a37e2c !important;
    border-color: #a37e2c !important;
}
.btn-check:active+.btn-outline-primary, .btn-check:checked+.btn-outline-primary, .btn-outline-primary.active, .btn-outline-primary.dropdown-toggle.show, .btn-outline-primary:active {
    color: #fff !important;
    background-color: #a37e2c !important;
    border-color: #a37e2c !important;
}
.btn-check:active+.btn-outline-primary:focus, .btn-check:checked+.btn-outline-primary:focus, .btn-outline-primary.active:focus, .btn-outline-primary.dropdown-toggle.show:focus, .btn-outline-primary:active:focus {
    box-shadow: 0 0 0 0.25rem rgb(163 124 44 / 50%) !important;
}
.btn-collapse {
    color: #ffff !important;
    border-color: #4a3f39 !important;
    background-color: #4a3f39 !important;
    border-radius: 0 !important;
}
.btn-collapse:hover {
    color: #ffff !important;
    background-color: #4a3f39 !important;
    border-color: #4a3f39 !important;
}
.btn-check:active+.btn-collapse, .btn-check:checked+.btn-collapse, .btn-collapse.active, .btn-collapse.dropdown-toggle.show, .btn-collapse:active {
    color: #ffff !important;
    border-color: #4a3f39 !important;
    border-color: #4a3f39 !important;
}
.btn-check:active+.btn-collapse:focus, .btn-check:checked+.btn-collapse:focus, .btn-collapse.active:focus, .btn-collapse.dropdown-toggle.show:focus, .btn-collapse:active:focus {
    box-shadow: 0 0 0 0.25rem rgb(74 63 57 / 50%) !important;
}
.btn-primary {
    color: #ffff !important;
    border-color: #a37e2c !important;
    background-color: #a37e2c !important;
    border-radius: 0 !important;
}
.btn-primary:hover {
    color: #a37e2c !important;
    background-color: #ffff !important;
    border-color: #a37e2c !important;
}
.btn-check:active+.btn-primary, .btn-check:checked+.btn-primary, .btn-primary.active, .btn-primary.dropdown-toggle.show, .btn-primary:active {
    color: #a37e2c !important;
    background-color: #ffff !important;
    border-color: #a37e2c !important;
}
.btn-check:active+.btn-primary:focus, .btn-check:checked+.btn-primary:focus, .btn-primary.active:focus, .btn-primary.dropdown-toggle.show:focus, .btn-primary:active:focus {
    box-shadow: 0 0 0 0.25rem rgb(163 124 44 / 50%) !important;
}
.btn-cart {
    color: #ffff !important;
    border-color: #4a3f39 !important;
    background-color: #4a3f39 !important;
    border-radius: 0 !important;
}
.btn-cart:hover {
    color: #4a3f39 !important;
    background-color: #ffff !important;
    border-color: #4a3f39 !important;
}
.btn-check:active+.btn-cart, .btn-check:checked+.btn-cart, .btn-cart.active, .btn-cart.dropdown-toggle.show, .btn-cart:active {
    color: #4a3f39 !important;
    background-color: #ffff !important;
    border-color: #4a3f39 !important;
}
.btn-check:active+.btn-cart:focus, .btn-check:checked+.btn-cart:focus, .btn-cart.active:focus, .btn-cart.dropdown-toggle.show:focus, .btn-cart:active:focus {
    box-shadow: 0 0 0 0.25rem rgb(74 63 57 / 50%) !important;
}
footer{background-color: #cdcdcd;font-size: 0.85rem !important;}
/* ICONA TESTATA CARRELLO */
.cart-trigger{
    text-decoration: none;
}
.header-icon a {
    display: inline-block;
    line-height: 20px;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    vertical-align: middle;
    color: var(--primary-color) !important;
}
.header-icon a svg {
    display: inline-block;
    font-size: 20px;
    vertical-align: middle;
}
.header-icon a .cart-count {
    width: 20px;
    height: 20px;
    border: 1px solid #11141f;
    border-radius: 100%;
    font-size: 11px;
    display: inline-block;
    text-align: center;
    line-height: 20px;
}
/* PAGINA CARRELLO */
@media only screen and (max-width: 768px){
    .mb-20-xs{margin-top: 20px !important;}
}
@media only screen and (max-width: 991px){
    .element-xs-center{text-align: center !important;}
    .justify-xs-content-center {
        justify-content: center !important;
    }
}
@media only screen and (min-width: 1170px){
    .no-padding-bigdevice{padding: 0 !important;}
}