body{
    font-family: 'Montserrat', sans-serif;
    letter-spacing: -1px;
}

h1, h2, h3{
    font-weight:900;
}

h1 a, h2 a, h3 a{
    color:#1d5015;
}

h1 a:hover, h2 a:hover, h3 a:hover{
    color:#fdbe00;
}

a{
    color: #1d5015;
}

a:hover{
    text-decoration: none;
    color: #fdbe00;
}

h6{
    font-weight:700;
    margin:0px;
    margin-bottom:12px;
}

.mt-50{
    margin-top:50px;
}

.mb-50{
    padding-bottom:50px;
}

.m-l-25{ margin-left: 25px;}
.m-l-30{ margin-left: 30px;}

.navbar-brand {
    width: 200px;
}

.bg-dark {
    background-color: #fff !important;
    border-bottom: 5px solid #1d5015;
}

.navbar-toggler {
    padding: 0px;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
}

.navbar .fa{
    color: #1d5015;
}

.starter-template{
    margin-top: 65px;
    padding-top:50px;
}

.btn-main{
    background-color: #fdbe00;
    color:#444;
    border-radius:35px;
    font-weight: 700;
    padding:10px 20px;
}

.btn-main:hover{
    background-color: #1d5015;
    color:#fff;
}

.mainpage{
    background: rgb(41,81,136);
    background: linear-gradient(211deg, rgba(41,81,136,1) 0%, rgba(32,62,89,1) 100%); 
    color:#fff;
    padding-bottom:70px;
}

.img-special{
    max-width:60%;
    margin-top: 0!important;
}

.mainpage p{
    max-width:400px;
    margin:10px auto;
}

.mainpage a{
    font-weight: 700;
    color:#000;
}

.categorie{
    padding-bottom:50px;
}

.categorie h1{
    color:#1d5015;
}


.prodotto{
    padding-bottom:50px;
}

.prodotto h1{
    color:#1d5015;
}

.prodotto img{
    border:5px solid #1d5015;
}

.confezione{
    margin-bottom:2px;
}

.description{
    line-height:1.2em;
    font-size:13px;
    margin-bottom:0px;
}

.more{
    padding: 3px 13px;
    color: #444;
    background-color: #fdbe00;
    border-radius: 50%;
    font-size: 28px;
}

.more:hover{
    color:#fff;
    background-color: #1d5015;
}

.addtocart {
    padding: 14px 15px;
    color: #444;
    background-color: #fdbe00;
    border-radius: 50%;
    font-size: 12px;
    position: relative;
    top: 7px;
}

.qty p{
    margin-top: 8px;
}

.addtocart:hover{
    color:#fff;
    background-color: #1d5015;
}



.removecart {
    padding: 4px 13px;
    color: #444;
    background-color: #fdbe00;
    border-radius: 50%;
    font-size: 20px;
    position: absolute;
    right: 15px;
    bottom: 10px;
}

.removecart:hover{
    color:#fff;
    background-color: #1d5015;
}

.price{
    margin-top: 0px;
}

.sommario{
    padding:10px 0px;
    border-top: 5px solid #1d5015;
    background-color: #fff;
    position: fixed;
    bottom:0px;
    width:100%;
    color: #1d5015;
    font-size:13px;
    font-weight:700;
}

.riassuntospese{
    margin:25px 0px;
}

.riassuntospese span{
    color: #fdbe00;
}

.riassuntospese .btn{
    margin-top:12px;
    width:60%;
}

.unpad{
    padding:3px;
}

.nientepad{
    padding:0px;
}

.navbar-dark .navbar-nav .nav-link {
    color: #1d5015;
    margin:0px 15px;
}

nav .nav-link:hover {
    color: #fdbe00 !important;
}

.contenitore ul{
    list-style: none;
    margin: 0;
    padding: 0;
}

.col-7 h6{
    margin-bottom:3px;
}

.selector {
    font-size: 12px;
    width: 40px;
    border-radius: 50px;
    text-align: center;
    height: 40px;
    margin: 0px auto;
}

ul li{
    display: block;
    position: relative;
    float: left;
    width: 100%;
}

ul li input[type=radio]{
    position: absolute;
    visibility: hidden;
}

ul li label {
    display: block;
    position: relative;
    padding: 10px 0px 0px 40px;
    z-index: 9;
    cursor: pointer;
}

ul li .check{
    display: block;
    position: absolute;
    border: 5px solid #444;
    border-radius: 100%;
    height: 25px;
    width: 25px;
    top: 10px;
    left: 5px;
    z-index: 5;
}

ul li .check::before {
    display: block;
    position: absolute;
    content: '';
    border-radius: 100%;
    height: 11px;
    width: 11px;
    top: 2px;
    left: 2px;
    margin: auto;
}

input[type=radio]:checked ~ .check {
    border: 5px solid #fdbe00;
}

input[type=radio]:checked ~ .check::before{
    background: #fdbe00;
}

input[type=radio]:checked ~ label{
    color: #fdbe00;
}

.bordaleft{
    border-left:2px solid #1d5015;
}


input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

input[type=number] {
    -moz-appearance:textfield; /* Firefox */
}

.cart-plus, .cart-minus{
    padding: 10px 15px;
    color: #444;
    background-color: #fafafa;
    border-radius: 50%;
    font-size: 15px;
    border: 1px solid #ccc;
    position: relative;
    top: 8px;
}

.btn-bg-orange{background-color: #7ab8ff!important}
.nascondi{display: none}
