body {
    font-family: "Roboto", sans-serif;
    background: #f4f2f0;
}
.relative{
    position: relative;
}
.uppercase{
    text-transform: uppercase;
}
.text-decoration{
    transition: 0.5s;
    text-decoration: none;
}
.ml-auto{
    margin-left: auto;
}


.header{
    background: #fff;
    box-shadow: 0px 1px 5px #7e7e7e;
}



.siamo-content h3{
    font-size: 26px;
    text-transform: uppercase;
    font-weight: 700;
    color: #ff9800;
}
.siamo-content a img{
    width: 112px;
}
.siamo-content a{
    background: transparent linear-gradient(180deg, #ef7400, #ff9800 0, #e54907 92%, #d70913) 0 0 no-repeat padding-box;
    border-radius: 20px 18px 18px 18px;
    height: 80px;
    color: #fff;
    width: 100%;
    display: block;
    padding: 24px 0px;
}
.siamo-content p{
    color: #000;
    font-size: 13px;
    font-weight: 600;
}
.carousel{
    border-radius: 10px;
    box-shadow: 0px 3px 5px #7e7e7e;
}
.banner-box img{
    border-radius: 10px;
}
.bner img{
    border-radius: 10px;
    box-shadow: 0px 1px 5px #7e7e7e;
}
.product-box {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 60px;
    border: thin solid rgba(0,0,0,.12);
    border-radius: 10px;
    background: #fff;
}
.product-box img{
    width: 80% !important; 
    margin: 0px auto;
    border-radius: 10px;
}
.cart{
    position: absolute;
    text-decoration: none;
    color: #fff;
    background: #ff9800;
    padding: 17px 21px;
    border-radius: 100%;
    display: inline-block;
    bottom: 5px;
    right: 5px;
}
.hert{
    text-decoration: none;
    color: #000;
    position: absolute;
    top: 5px;
    right: 5px;
}
.menu a{
    display: block;
    color: #3c3c3c;
    font-weight: 600;
    font-size: 13px;
    text-decoration: none;
    padding: 10px;
    border-bottom: 1px solid #ececec;
}
.oggf {
    color: #583d3e;
    font-size: 28px;
}
.sarch-box input{   
    border: 0px;
    border-radius: 10px;
    background: #f4f2f0;
    padding: 10px;
    width: 100%;
}
.sarch-box button {
    background: transparent;
    color: #583d3e;
    border: 0px;
    position: absolute;
    top: 8px;
    right: 7px;
}

.sarch-box.relative {
    width: 70%;
}


.footer{
    background: #755e5f;
}
.social a{
    text-decoration: none;
    color: #fff;
    font-size: 26px;
    margin-right: 4px;
}
.f-widget p{
    font-size: 12px;
    color: #fff;
}
.links a{
    text-decoration: none;
    color: #fff;
    display: inline-block;
    font-size: 14px;
}
.orange-btn {
    text-decoration: none;
    display: inline-block;
    background: #ff9800;
    color: #fff;
    padding: 8px 20px;
    border-radius: 30px;
    margin-bottom: 10px;
}
.f-widget h5{
    color: #fff;
    font-size: 17px;
}






















@media only screen and (min-width: 2000px) {
   
}

@media only screen and (min-width: 1499px) {
    
}
@media only screen and (max-width: 991px) {
    div#navbarSupportedContent {
        position: absolute;
        top: 78px;
        background: #fff;
        width: 100%;
        left: 0;
        text-align: center;
    }
    
}
@media only screen and (max-width: 769px) {

}       
@media only screen and (max-width: 600px){
    .sarch-box.relative {
        display: none;
    }
    .header-left.w-75.align-items-center.d-flex.justify-content-start.gap-3 {
        width: 50% ! IMPORTANT;
    }
    .header-right.w-25.text-end{
         width: 50% ! IMPORTANT;
    }
    img.mx-3.account {
        width: 80px;
        margin: 0px 5px !important;
    }
}
@media only screen and (max-width: 344px){
    
}