body {
    font-family: 'Lato', sans-serif;
}
h1{
    margin-bottom: 40px;
}
label {
    color: #333;
}
.btn-send {
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-bottom: 20px;
}

#feedback {
    z-index: 1000;
    width: 100%;
    height: 50px;
    font-size: 30px;
    line-height: 50px;
    left: 0;
    bottom: 0;
    width: 100%;
    top: auto;
    font-weight: 700;
    position: fixed;
}

#feedback a {
    display: block;
    background: #bfa16b;
    text-align: center;
    color: #fff;
    font-weight: 600;
    /* border-radius: 6px; */
    font-size: 23px;
    letter-spacing: 0.7px;
    text-decoration: none;
    cursor: pointer;
}
#feedback a:hover,
#feedback a:focus,
#feedback a:active{background-color: #bfa16b;}

#feedback{display: none;}

@media screen and (max-width: 767px) {
    .description p{font-size: 16px;}
    #feedback{display: block;}
    .product .product-img{margin-bottom: 20px;}
    .padding-section{padding: 25px 0;}
}