*{
  margin-top: 0%;
  margin-left: 0%;
  margin-right: 0%;
  margin-bottom:0%;
  background-color: rgb(237,237,246);
  align-content: first baseline;
}
input:focus{
  outline: none;
}
a{
  text-decoration: none;
  background-color: inherit;
  color: inherit;
}
#top_banner{
  padding-left: 8%;
  padding-top: 3%;
  display: flex;
  background-color: white;
  height: 90px;
  width: 100%;
}
#search_item{
  display: -webkit-box;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  padding-left: 10px;
  height: 50px;
  margin-top: 1%;
  margin-left: 2%;
  background-color: inherit;
}
#search_icon{
  position: sticky;
  padding-top: 10px;
  background-color: white;
}
#search_inp{
  height: 40px;
  width: 500px;
  margin-left: 10px;
  margin-right: 250px;
  border:none;
  padding-top: 5px;
  background-color: inherit;
}
#banner_buttons_box{
  display: inherit;
  margin-left: 30px;
  margin-top: 10px;
  align-items: center;
  background-color: inherit;
}
.banner_icons{
  padding-left: 20px;
  padding-top: 10px;
  background-color: inherit;
}
.banner_button_title{
  padding-bottom: 10px;
  background-color: inherit;
  text-align: center
}
#banner_buttons_cart{
  margin-left: 20px;
  border-radius: 90px;
  width: 70px;
  height: 70px;
  background-color: white;
  cursor: pointer;
}
#banner_buttons_cart:hover{
  box-shadow: rgb(50, 33, 207) 0px 0px 0px 3px;
}
#banner_buttons_login{
  margin-left: 20px;
  border-radius: 90px;
  width: 70px;
  height: 70px;
  background-color: inherit;
  cursor: pointer;
}
#banner_buttons_login:hover{
  box-shadow: rgb(50, 33, 207) 0px 0px 0px 3px;
}
#menu_bar{
  padding-top: 17px;
  background-color: #22223B;
  padding-bottom: 17px;
  display: flex;
}
#menu_icon{
  background-color: inherit;
  margin-left: 2%;
  cursor: pointer;
}
#category_box{
  background-color: white;
  width: 80%;
  margin-left: 10%;
  background-color: white;
  margin-top: 5%;
  padding-bottom: 5%;
  margin-bottom: 5%;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
#category_box_title{
  background-color: #22223B;
  padding-left: 10%;
  font-size: 25px;
  font-weight: bolder;
  padding-top: 4%;
  padding-bottom: 3%;
  color: white;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
#category_title{
  text-align: center;
  color: white;
  font-size: 30px;
  background-color: #22223B;
  padding-bottom: 17px;
  width: 100%
}
#category_display{
  background-color: inherit
}
#category_grid{
  width: 80%;
  display: grid;
  grid-template-columns: auto auto auto;
  margin: auto;
  margin-top: 30px;
  padding-left: 10%;
  padding-right: 10%;
  background-color: inherit
}
.category_grid_item{
  margin:10px;
  position: relative;
  background-color: inherit;
}
.category_image{
  width: 100%;
  height: 100%;
}
.category_title{
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  width: 100%;
  height: 0;
  transition: .5s ease;
  background-color: #140A70;
}
.category_name{
  font-size: 20px;
  transform: translate(-50%, -50%);
  font-size: 30px;
  position: absolute;
  overflow: hidden;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  background-color: #140A70;
  color: white;
}
.category_grid_item:hover .category_title{
  height: 100%;
}
.products_grid{
  width: 70%;
  display: grid;
  grid-template-columns: auto auto;
  margin: auto;
  margin-top: 30px;
  margin-left: 20%
}
.product_item{
  height: 100%;
  margin-top: 10%;
}
.product_name{
  overflow: hidden;
  margin-top: 10px;
  margin-bottom: 10px;
  height: 21%;
  overflow: hidden;
  text-align: center;
  margin-left: 15px;
  background-color: rgba(0,0,0,0);
}
.product_name:hover{
  cursor: pointer;
}
.product_image_outer{
  background-color: white;
  width: 70%;
  height: 70%;
  align-content: center;
  box-shadow: -2px -1px 2px 0px rgba(0,0,0,0.15);
}
.product_image{
  margin-left: 20%;
  padding-top: 10px;
  background-color: inherit;
  padding-bottom: 10px;
  max-height: 70%
}
.product_details{
  width: 70%;
  background-color: rgba(0,0,0,0.1);
  height: 18%;
}
.product_price{
  text-align: center;
  background-color: rgba(0,0,0,0);
  font-weight: bolder
}
#product_pop_up{
  top: 130px;
  left: 0%;
  right: 0%;
  bottom: 0%;
  position: fixed;
  background-color: rgba(0,0,0,0.5);
  display: none
}
.close_button{
  margin-left: 97%;
  padding: 5px;
  background: rgba(0,0,0,0);
  color: rgba(225,225,225,1);
  font-size: 25px;
  font-weight: bold;
  cursor: pointer;
}
#content_box{
  display: grid;
  grid-template-columns: 50% 50%;
  grid-template-rows: 100%;
  margin: auto;
  width: 80%;
  height: 80%;
  box-shadow: rgba(20, 10, 112, 0.3) 0px 1px 2px 0px, rgba(20, 10, 112, 0.15) 0px 2px 6px 2px;
}
#electronics_product_image{
  width: 50%;
  padding: 3%;
  background-color: inherit;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  max-height: 90%;
}
#product_pop_up_name{
  padding-left: 10%;
  padding-right: 10%;
  padding-bottom: 5%;
  font-weight: bold;
  margin-top: 10%
}

#image_grid{
  background-color: white;
  height: 100%;
  align-content: center
}
#product_pop_up_price{
  padding-left: 10%;
  padding-bottom: 5%
}
hr{
  width: 80%;
  margin-left: 7%;
  border: 1px solid rgba(0,0,0,0.4);
}
#product_quantity{
  margin-top:10%;
  background-color: white;
  height: 10%;
  border: none;
  box-shadow: rgba(0,0,0, 0.2) 1px 1px 1px 1px;
  margin-left: 5%;
  text-align: center;
  font-size: 15px;
}
.quantity_change_button{
  margin-left: 5%;
  background-color: white;
  width: 10%;
  height: 10%;
  font-size: 20px;
  cursor: pointer;
  border:none;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
#total_price{
  padding-left: 10%;
  background-color: inherit
}
#total_cost_box{
  display: grid;
  grid-template-columns: auto auto;
  background-color: #0E0C0A;
  color: white;
  padding-top: 2.5%;
  padding-bottom: 2.5%;
  margin-top: 16.4%
}
#total_cost{
  background-color: inherit;
  font-weight: bold;
  text-align: center
}
#quantity_box{
  margin-top: 5%;
  margin-left: 15%;
}
#menu_pop_up{
  position: absolute;
  top: 17%;
  height: 60%;
  width: 20%;
  background-color: #22223B;
  margin-left: -100%;
}
.category_list_item{
  text-align: center;
  padding-bottom: 5%;
  padding-top: 5%;
  background-color: #22223B;
  color: white;
  cursor: pointer;
}
.category_list_item:hover{
  background-color: rgba(255,255,255,0.8);
  color: #22223B;
}
ul{
  margin-left: -50px;
  background-color: #22223B;
  margin-top: 20%
}
#menu_close{
  padding-left: 50%;
  background-color: white;
  cursor: pointer;
  padding-top: 5%;
  padding-bottom: 5%
}
#cart_action_buttons{
  position: fixed;
  z-index: 5;
  top: 40%;
  width: 10%;
  height: 30%;
  margin-left: 100%;
  background-color: white;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  box-shadow: rgb(204, 219, 232) 3px 3px 6px 0px inset, rgba(255, 255, 255, 0.5) -3px -3px 6px 1px inset;
}