








/* scroll */
.scroll {
   width: 200px;
   height: 400px;
    background: red;
   overflow: scroll;
}
.scroll::-webkit-scrollbar {
    width: 12px;
}

.scroll::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    border-radius: 10px;
}

.scroll::-webkit-scrollbar-thumb {
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
}

/* --Top-- */

.topstrip
 {background-color:rgba(115,63,22,1);
 }
 
 @media screen and (min-width: 599px){
  .logos { display: none; }   /* hide it on larger screens */
}

@media screen and (max-width: 600px) {
  .logo {
   display:none;
  }
  }
  
.row,.container-fluid{margin:0px;
  padding:0px;}
 
 /* navbar */
 .navbar,.submenu
 {background-color:rgba(78,29,29,1);
 }
 
 .nav-link,.cart,.submenu
  {
  color:white !important;
font-family: 'Oregano', cursive;

}

a.submenu:hover{
color:rgba(78,29,29,1) !important;
}

/* --banner-- */

.banner
{ position: relative;
    text-align: center;
    color: white;
	z-index:10;
	}
	
.itemmenu
{background-color:rgba(115,63,22,1);
width:200px;
height:250px;
z-index:1000;
}

.itembtn
{background-color:rgba(115,63,22,1);
color:white;
}

.fa-search
{font-size:20px;
}

.dropdown-menu {
        border-radius: 0;
}

.itemmenu ul{
list-style-type:none;
font-size:16px;
padding-left:15px;
}
.textbox
{
font-family: 'Bangers', cursive;
}

  @media screen and (max-width: 500px) {
  .mobileimg {
	height:100px;  
	width:600px; }
}
@media screen and (max-width: 490px) {
.centered {
    position: absolute;
    top: 50%;
	 left: 10%;
	 right:0%;
}
}
@media screen and (min-width: 491px) {
.centered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
}

input[type=checkbox] { 
  transform: scale(1.2) !important;
  margin-right:10px;
  }
  
  /* steps section */
  .steps
 {background-color:rgba(115,63,22,.9);
  }
  .order
   {font-family: 'Lobster Two', cursive;
  }
  .step-img
  {height:200px;
  }
  .step-section
  {
  position:relative;
  z-index:0;
  }
  .step-text
  {
  position:absolute;
 left:18%;
 top:20%;
  color:white;
  z-index:10;
  font-size:20px;
  }
  .step-icon
  {font-size:35px !important;
  }
  .xxstep
  {color:rgba(115,63,22,.9);
  font-size:18px;
  }
  
  @media screen and (max-width: 580px) {
.step-text
  {
  position:absolute;
 left:10%;
 top:20%;
  color:white;
  z-index:10;
  font-size:20px;
  }
}
.step-bg
   {background-color:rgba(229,229,299,.3);

}
  /* other sections  */
  
  .about
   {background-color:rgba(229,229,299,.3);
  }
  .aboutus
   {color:rgba(115,63,22,1);
   font-size:60px;
   background-color:white;
	}
	.contact-us
	   {background-color:rgba(229,229,299,.3);
	   }
	   .contact
	   { 	color:white;
			font-size:50px;
			background-color:rgba(115,63,22,.9);
	   }
	   .contact-btn
	   {
		   background-color:rgba(115,63,22,.9);
	   }
	   /* footer */
	   
	   #footer 
	   {background-color:rgba(115,63,22,.9);
	   color:white;
	   }
	   .footer-list
	   { list-style-type : none ;
	   color:white;		   
	   }
	   .footer-list a{
		color:white;
	   } 
	   .white {
		color:white;
	   }
	   .list-inline li
	   {display:inline;
	   margin:0px 5px;
		   
	   }

	  /* menu */
	  .menu-ttl
	   {color:rgba(115,63,22,1);
	   font-size:60px;
		font-family: 'Lobster Two', cursive; 
	  }
	  .deliver
	   {color:rgba(115,63,22,1);
	   font-size:40px;
		font-family: 'Lobster Two', cursive; 
	  }
	  .menu-itm
	  {font-size:35px;
		text-transform:uppercase;	  
	  }
	  