*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
body{
    margin: 10px;
    margin-top: 0;
    font-family: "Lora", serif;
    font-optical-sizing: auto;
    font-size: 15px;
}
.navbar{
    position: sticky;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    z-index: 3;
    background-color: rgb(255, 255, 255);
   color: rgb(0, 0, 0);

}

.subnavbottom{
    position: fixed;
left: 0;
right: 0;
z-index: 60;
    width: 100%;
    flex-direction: column;
    display: flex;
    flex-direction: column;
    /* border-bottom: 1px solid gray; */
    /* border-top: 1px solid gray; */
    padding: 5px;
    background-color: rgb(255, 255, 255);
    font-size: 13px;
}
.subnavbottom li a{
    padding-top: 4px;
    padding-bottom: 4px;
    padding-right: 10px;
    padding-left:10px ;
    
}


.subnavbottom li a:hover{
   
    background-color: rgb(216, 214, 213);
    /* color: rgb(255, 255, 255); */
    font-weight: 400;
    color:  rgba(230, 71, 9, 0.945);;
    transition:0.10s;

}
.navigation-bar-ul{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    flex-wrap: wrap;
    /* gap: 10px; */
}

.navigation-bar-ul li{
    list-style: none;
}

.navigation-bar-ul li a{
    text-decoration: none;
    color: black;
}
.scrolling-text-conatainer{
    width: 100%;
    background-color: rgba(172, 92, 60, 0.945);
    /* padding-top: 10px; */
    /* padding-bottom: 10px; */
}
.comapanyName{
    width: 100%;

    padding-left: 18px;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    justify-content: flex-start;
    /* padding-top: 10px; */
    /* padding-bottom: 10px; */
}

.midSection{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
   
}
.leftpart{
   
    display: flex;
    flex-direction: column;
    /* border: 1px solid; */
    align-items: center;
    flex-grow: 1;
    justify-content: center;
    align-items: center;
    

}

.rightpart{
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
    flex-direction: column;
    /* border: 1px solid; */
    flex-grow: 1;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 10px;

}
.mainmenu{
    width: 100%;
    display: flex;

}
.main-navigation-bar-ul{
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
   
    
}
.main-navigation-bar-ul li{
   list-style: none;
   margin-left: 10px;
   padding-top: 10px;
   padding-bottom: 10px;
}
.main-navigation-bar-ul li a{
    text-decoration: none;
    color: rgba(172, 92, 60, 0.945);
    text-transform: capitalize;
    font-size: 1em;
    font-weight: bold;
}


.main-navigation-bar-ul li::after{
    content: '';
    width: 0;
    height: 2px;
    background-color: rgb(158, 24, 24);
    display: block;
    margin: auto;
transition: 0.5s;
}

.main-navigation-bar-ul li:hover::after{
    width: 100%;
}
.icons{
    
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
  
   /* padding-right: 10px; */
   
}
.icon{
    padding-left: 10px;
}

.cart button{
  width: 23px;
   /* padding-left: 10px;
   padding-right: 10px; */

}
.searchBar{
    /* width: 50%; */
    /* position: relative; */
    display: none;
    flex-direction: row;
    /* padding-top: 10px; */
    justify-content: center;
    align-items: center;

}

.searchBox button {
   
    height: 20px;
   cursor: pointer;
    border: none;
   
    /* width: 10px; */
}

.searchBox button:hover {
   transform: scale(1.1);
   
}
.searchBox button img{
    height: 100%;
}
.searchBox{
    display: flex;

    margin-left:  -25px;
}
.icon img{

    width: 20px;
}

.searchBox button img{
    width: 20px;
}
.inputbox input{
    outline: none;
    border: 1px solid silver;
    height: 30px;
    width: 250px;
    border-radius: 5px;
    padding: 5px;
}
#buttonMenu{
    display: none;
    z-index: 10;
}
#buttonMenu img{
    width: 30px;
}

.scrolling-text {
    white-space: nowrap;
    overflow: hidden;
    display: block;
    width: 100%;
    box-sizing: border-box;
    /* border: 1px solid black; */
    position: relative;
    padding-top: 5px;
    padding-bottom: 5px;

}

.scrolling-text span {
    display: inline-block;
    padding-left: 100%;
    animation: scroll-text 10s linear infinite;
    color: white;
    text-transform: capitalize;
    font-weight: bold;
}

@keyframes scroll-text {
    0% {
        transform: translateX(0%);
    }
    100% {
        transform: translateX(-100%);
    }
}

@media screen and (max-width:596px) {
    .comapanyName{
        text-align: center;
        justify-content: center;
        align-items: center;
        font-size: 1em;
    }
    
}

@media screen and (max-width:968px) {
    .midSection{
    justify-content: center;
    }
    .searchBar{
    align-items: center;
    justify-content: center;
    }
    }
    @media screen and (max-width:600px) {
    /* .subnavtop{
        display: none;
    } */
    
    .subnavbottom {
    /* display: block; */
    position:fixed;
    background-color: rgba(196, 60, 6); ;
    top: 0px;
    left:-170px;
    width: 30%;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;

    /* overflow: scroll; */
    /* background-color: brown; */
    /* overflow: scroll; */
    
    
    }
    .subnavbottom ul{
    /* margin: 0 auto; */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
    gap: 30px;
    
    }
    .subnavbottom ul li a{
        /* margin: 0 auto; */
        text-align: center;
        width: 100%;
        }
    
    #buttonMenu{
    display: block;
    color: rgb(7, 1, 12);
    background-color: rgb(226, 125, 43);
    position: fixed;
    left: 0;
    top: 0;
    width: 40px;
    height: 40px;
    
    }
    .productsList{
    position: static;
    }
    
    .mainmenu ul {
    
    flex-direction: row;
    
    }
    .rightpart{
    display: flex;
    flex-direction: column;
    
    }   
    .midSection{
    display: flex;
    flex-direction: column;
    
    }
    }
    @media screen and (max-width:596px) {
        .comapanyName{
            text-align: center;
            justify-content: center;
            align-items: center;
            font-size: 1em;
        }
        
    }

   