* {
  margin: 0px;
  padding: 0px;
  
}

body {
	font-family: Calibri, sans-serif;
}


.main {
  display: flex;
  width:100%;
  /* height:500px; */
  /* border: 1px solid black; */
  margin-top: 100px;
  margin-left:10px;
  
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.7), #FFF8DC);

  
}

.main>div {
  /* border: 1px solid black; */
  /* display: flex; */
  margin-right: 10%;
  margin-top: 50px;
}

.main>div > div >h2 {
  /* position:absolute; */
  margin-bottom:60px;
    text-align: center;
    font-size: 35px;
    margin-right:30px;
}

.main>div>img {
  width: 100%;
  /* border: 1px solid teal; */
}

form {
  flex-basis: 45%;
    text-align: center;
    width: 50%;
    background-color: #fff;
    margin-top: 35px;
    margin-right:20px;
}

#mobile h2{
  font-size: 28px;
    margin-bottom: 50px;
    padding-left:10px;
}

#mobile p{
  font-size: 20px;
    margin-bottom: 20px;
    color: grey;
    white-space: nowrap;
    margin-top: -30px;
    margin-right:30px;
    margin-left:30px;
}

h2 {
  margin-bottom:60px;
    text-align: center;
    font-size: 35px;
    margin-right:30px;
    margin-top:-20px;
}
p{
  margin-bottom: 40px;
    font-size: 20px;
    color: grey;
}

p:nth-child(2) {
  text-align: center;
  margin-top: 30px;

}
.emaile {
  /* border: 1px solid red; */
  width: 80%;
  margin: auto;
  margin-bottom: 5px;
}

.social {
  /* border:1px solid red; */
  width: 90%;
  margin: auto;
  display: flex;
  justify-content: space-evenly;
  margin-top: 10px;
}

.social>button {
  width: 40%;
  font-size: large;
  background-color: transparent;
  color: rgb(94, 90, 90);
  border: 1px solid rgb(94, 90, 90);
  border-radius: 5px;
}

button>img {
  /* border:1px solid green; */
  width: 20px;
  margin-top: 2px;
}

#phone {
  text-align:center;
  border: 1px solid black;
  border-radius: 5px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
  height: 60px;
  width:100%;
  margin-bottom:20px;
  font-size: 16px;
  font-weight: bold;
  display: block;
  padding:10px;
  margin-right:40px;
}

#click {
  background-color: #42a2a2;
    color: #fff;
    border: none;
    border-radius: 5px;
    padding: 10px;
    font-size: 20px;
    font-weight:600;
    font-style:sans-serif;
    cursor: pointer;
    height: 60px;
    width:70%;
    margin-bottom: 40px;
    margin-top:30px;
}

.space {
  margin-top: 20px;
  display: block;
  text-align: center;
}

.emaile {
  /* border: 1px solid teal; */
  padding: 2px;
  margin-botton: 20px;
  width:80%;
  margin: auto;
}

#email {
  width: 80%;
  height:40px;
  /* margin-left: 60px; */
  background-color: transparent;
  color: rgb(94, 90, 90);
  border: 1px solid rgb(94, 90, 90);
  border-radius: 5px;
  font-size: 16px;
  font-weight: bold;
  display: block;
  margin:auto;
}

#google{
  background-color: white;
  color: rgb(94, 90, 90);
  border: 1px solid rgb(94, 90, 90);
    height: 40px;
    width:30%;
    text-align: center;
    align-items: center;
    line-height: 40px; 
    display: inline-flex;
    vertical-align: middle;
    padding:15px;
    display: inline-flex;
    align-items: center;
    font-size: 16px;
    font-weight: bold;
    margin-left:70px;
    margin-top:10px;
}

#facebook{
  background-color: white;
  color: rgb(94, 90, 90);
  border: 1px solid rgb(94, 90, 90);
    height: 40px;
    width:30%;
    text-align: center;
    align-items: center;
    line-height: 40px; 
    display: inline-flex;
    vertical-align: middle;
    padding:15px;
    display: inline-flex;
    align-items: center;
    font-size: 16px;
    font-weight: bold;
    margin-right:70px;
    margin-top:10px;
}

.line-with-or {
  position: relative;
  margin-bottom:20px;
}

.line-with-or::before,
.line-with-or::after {
  content: "";
  position: absolute;
  top: 50%;
  border-bottom: 1px solid black;
  width: 35%;
  margin-top: -1px;
  margin-left:60px;
  margin-right:60px;
  opacity:0.5;
}

.line-with-or::before {
  left: 0;
}

.line-with-or::after {
  right: 0;
}

.line-with-or .or {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: white;
  padding: 0 10px;
}

#disclaimer{
  margin-top: 20px;
    text-align: center;
   font-size:15px;
}

#disclaimer a {
  color: #42a2a2;
    font-weight: bold;
    text-decoration: none;
}










#nav_bar_container{
  position: hidden;
  width: 100%;
  /* border: 1px solid red; */
  position: fixed;
  background-color: white;
  top: 0;
} 
/* #navbar {
  position: fixed;
  width: 100%;
  background-color: white;
} */

#nav_bar_top {
  width: 100%;
  display: flex;
  align-items: center;
  background-color: rgb(238, 238, 238);
  justify-content: space-around;
}

#nav_bar_top_left>li {
  display: flex;
  list-style-type: none;
  margin: 4px 20px;
  align-items: center;
}

#nav_bar_top_left>div {
  margin-left: 50px;
}

#nav_bar_top_left>li>a {
  text-decoration: none;
  color: #333;
}

#nav_bar_top_left {
  display: flex;
}

#nav_bar_search {
  display: flex;
  width: 100%;
  justify-content: space-around;
  border-bottom: 1px solid grey;
  border:1px solid black;
}

#logo_menu {
  display: flex;
  align-items: center;
}

#logo_menu>div {
  margin-right: 50px;
}

#logo_menu>li {
  list-style-type: none;
  margin: 15px 20px;
}

#logo_menu>li>a {
  text-decoration: none;
  color: #333;
  font-size: 16px;
}

#logo_menu>li>a>img {
  width: 150px;
}

#nav_search_bar {
  display: flex;
  align-items: center;
}

#nav_search_bar>li {
  list-style-type: none;
  color: #333;
  margin: 10px;
  align-items: center;
}

#nav_search_bar>li>a {
  text-decoration: none;
  color: #333;
  font-size: 20px;
}

#nav_search_bar>li>input {
  width: 320px;
  background-color: rgb(238, 238, 238);
  border-radius: 2px;
  font-size: 14px;
  padding: 10px;
  border: none;
}

#nav_search_bar>li>input:hover {
  background-color: transparent;
  border: .5px solid #333;
}

#nav_bar_manu {
  /* border: 1px solid blue; */
  width: 100%;
  display: flex;
  background-color: white;
  justify-content:space-around;
  padding-bottom: -10%;
}

#nav_bar_manu>li {
  list-style: none;
  font-size: 18px;
  margin: 10px 30px;
}

#nav_search_bar>li>li {
  font-size: 18px;
}

#nav_bar_manu>li>a {
  text-decoration: none;
  color: #333;
  padding: 2px;
}

#nav_bar_manu>li>a:hover {
  font-weight: 600;
  color: black;
}

hr {
  border: .2px solid rgb(231, 208, 208);
  ;
}

#nav_bar_manu>li:hover {
  border-bottom: 4px solid rgb(253, 216, 53);
  padding-bottom: -50px;
}

#logo_menu>li>a:hover {
  border-bottom: 4px solid rgb(253, 216, 53);
  padding-bottom: 18px;
  visibility: visible;
}

#sub_menu_item {
  display: flex;
  list-style-type: none;
  position: absolute;
  background-color: white;
  text-transform: capitalize;
  /* box-shadow: -1px -1px 70px -20px rgb(0, 0, 0.3); */
  border: 1px solid wheat;
  margin-top: 20px;
  width: 60%;
  margin-right: 30%;
  visibility: hidden;
}

#sub_menu_item>ul {
  list-style-type: none;
  padding: 10px;
  margin-left: 10px;
}

#sub_menu_item>ul>li>a {
  text-decoration: none;
  line-height: 30px;
  cursor: pointer;
  color: black;
}
#logo_menu>li:hover #sub_menu_item {
  visibility: visible;
}
#logo_sub_menu1 {
  margin-right: 30%;
}
#nav_search_bar_fetchData {
  width: 340px;
  position: fixed;
  background-color: white;
}
.top_category>li>a>img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}
.top_category>li>a {
  display: flex;
  padding: 5px;
}

.top_category>li>a>span {
  margin-left: 20px;
}

#items {
  /* background-color: gold; */
  border-radius: 50%;
  font-size: 15px;
  font-weight: 100;
}

#cart-icon {
  height: 35px;
  width: 35px;
}

.navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
  padding: 15px;
}

.navbar-brand {
  display: flex;
  align-items: center;
}

.navbar-brand img {
  height: 50px;
  margin-right: 10px;
}

.navbar-nav {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}

.nav-item {
  margin: 0 10px;
}

.nav-link {
  text-decoration: none;
  color: #000;
  font-weight: bold;
}