.contact .info {
    width: 100%;
}

.contact .info i {
    font-size: 20px;
    float: left;
    width: 44px;
    height: 44px;
    color: #ffc107;
    background: #693603;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    transition: all 0.3s ease-in-out;
}

.contact .info h4 {
    padding: 0 0 0 60px;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 5px;
    font-family: "Poppins", sans-serif;
}

.contact .info p {
    padding: 0 0 0 60px;
    margin-bottom: 0;
    font-size: 14px;
    color: #693603;
}

.contact .info .open-hours, .contact .info .email, .contact .info .phone {
    margin-top: 40px;
}

.prod{
    background-color: #693603 !important;border-radius: 0 50px 50px 0 !important;
}

.add_item{
    margin-right: 15px;
    color: #ffc107;
    border: 1px solid #ffc107;
    border-radius: 50%;
    padding: 4px;
    font-weight: bold;
}
.display-31{
    font-weight: bold !important;
}
.req{
    color : red;
    font-weight: bold;
}

.ttl{
    color: #693603;font-weight: bold;font-style: italic;text-shadow: 1px 1px 0 #ffc107;font-family: 'Century Gothic';font-size: 1.6em;
}