
* {
  box-sizing: border-box;
  font-family: 
}
body{
  background-color: #ececec;
  font-size: 12px;
   font-family: 'Raleway', sans-serif;
   font-weight: normal;
   letter-spacing: 1px;
}
.header{
  width: 100%;
}
.header .topBar{
  top: 0;
  padding: 20px;
  background-color:indigo;
  color:aliceblue;
  width: 100%;
  letter-spacing: 2px;
  font-weight: bold;

}
.topBar .topRight{
  float: left;
  z-index: 1;
  margin-top: -20px;
}
.topBar .topLeft{
  float: right;
  margin-top: -20px;
  z-index: 1;
}
.topLeft .socialbar a{
  float: left;
  margin-right: 20px;
  text-align: center;
  text-decoration: none;

}
.topLeft .socialbar a i{
  color: #fff;
  font-size: x-large;
  margin-top: 10px;
}
.topLeft .socialbar a:hover i{
  color: orange;
}
.logo{
  text-align: left;
 
}
.logo .naz{
  background-color: indigo;
  color: #fff;
}
.logo .brother{
  background-color: green;
  color: #fff;
}
.menuBar{
  
  color:#555;
  height: 50px;

}
.menuBar .menuItem{
  
  list-style-type: none;
 
}
.menuBar .menuItem li{
   
}

.menuBar .menuItem li a{
  text-decoration: none;
  padding: 12px 14px;
  letter-spacing: 2.5px;
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
  float: left;
  

}
.menuBar .menuItem li:hover a{
 border-bottom: 3px solid red;
}
.menuItem .active{
  border-bottom: 3px solid red;
}

.dropdown{
  display: inline-block;
  position: relative;
}
.dropdown .dropdown-btn{
  border: none;
  width: 200px;
  height: 40px;
  background-color: indigo;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
}
.dropdown .dropdown-content{
  width: 200px;
  display: none;
  position: absolute;
  
}
.dropdown .dropdown-content a{
  width: 200px;
  color: aliceblue;
  background-color: #222831;
  display: inherit;
  padding: 14px 16px;
  text-decoration: none;

}
.dropdown .dropdown-content a:hover{
  background-color: black;
  color: aliceblue;
}
.dropdown:hover .dropdown-content{
  display: block;
}
.SearchBar{
  z-index: 1;
  margin-left: -250px;
  display: inline-block;
  width: 100%;
  background-color: black;
  
  border: 1px solid indigo;
}

.searchBox .search{
  width: 600px;
  height: 40px;
  border: 2px solid indigo;
  z-index: 1;
  margin-left: -45px;
  font-size: 18px;
  font-style: bold;
  background-image: url('images/searchicon.jpg');
  background-size: 40px 40px;
  background-repeat: no-repeat;
  padding-left: 40px;
}
.cart{
  z-index: 1;
  margin-left: -10px;
  font-size: xx-large;
  color:#dc2f2f;
}
.GetTouch{
  margin-top: 15px;
}
.gettouch{
  width: 200px;
  height: 40px;
 border: 2px solid green;
  color: indigo;
  text-decoration: none;
  padding:14px 18px;
  letter-spacing: 2px;
  margin-left: -200px;

}
.GetTouch:hover .gettouch{
  
  background-color: none;
  color: #fff;
}
.contact{
  letter-spacing: 2px;
  font-size: 13px;
  margin-top: 30px;
  color:#555;
  

}
.navBar .cart-item{
  z-index: 2;
  height: 40px;
  display: inline-block;
  background-color: indigo;
  margin-top: 15px;
  margin-left: -35px;

}
.container-fluid{
  width: 100%;
  margin: 10px ;
  padding: 10px 10px 10px 10px; 
  background-color: #fcfefe;
  

}
.category{
  float: left;
  margin-left: 25px;
  margin-top: 20px;

}
.category .item-heading{
  font-size: 18px;
  font-weight: 600;
}
.card{
  box-shadow: 0 4px 10px 0 rgba(20, 0, 20, 0.2);
  max-width: 300px;
  margin: auto;
  text-align: center;
  font-family: arial;
  float: left;
  float: left;
}
.card img{
  height: 200px;
}
.card img:hover{
  transform: scale(1) rotate(5deg);
  transition: .9sec;
}

.card-header{
  width: 100%;
  height: 40px;
  background-color: indigo;
  color: aliceblue;
}
.price {
  color: grey;
  font-size: 22px;
}

.card button {
  border: none;
  outline: 0;
  padding: 12px;
  color: white;
  background-color:green;
  text-align: center;
  cursor: pointer;
  width: 100%;
  font-size: 18px;
}
.card button i{
  float: left;
  color: yellow;
}

.card button:hover {
  opacity: 0.7;
}
.row {
  display: -webkit-flex;
  display: flex;
}

/* Create three equal columns that sits next to each other */
.col {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 10px;
  height: 300px; 
  float: left;
  padding: 15px;
  /* Should be removed. Only for demonstration */
}

[class*="col-"] {
  float: left;
  padding: 15px;
}

html {
  font-family: "Lucida Sans", sans-serif;
}



.menu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.menu li {
  padding: 8px;
  margin-bottom: 7px;
  background-color: #33b5e5;
  color: #ffffff;
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}

.menu li:hover {
  background-color: #0099cc;
}

.aside {
  background-color: #33b5e5;
  padding: 15px;
  color: #ffffff;
  text-align: center;
  font-size: 14px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}



/* For mobile phones: */
[class*="col-"] {
  width: 100%;
}
@media (max-width: 600px) {
  .row {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}

.text-right{
  text-align: right;

}
.text-indigo{
  color: indigo;
}
.text-orange{
  color: orange;
}
.text-orangered{
  color: orangered;
}

.bg-primary{
  background-color: blueviolet;
}
.bg-success{
  background-color: green;
}
.bg-dark{
  background-color: #282c34;

}
.bg-light{
  background-color: aliceblue;
}
.bg-purple{
  background-color: purple;
}
.bg-danger{
  background-color: red;
}
.bg-indigo{
  background-color: indigo;
}
.text-light{
  color: #fff;
}
.text-primary{
  color:blue
}
.text-success{
  color:green
}
.text-dark{
  color: black;
}
.text-slateblue{
  color: slateblue;
}
.text-danger{
color: red;
}
.mt-0{
  margin-top: 0px;
}
.mt-2{
  margin-top: 2px;
}
.mt-4{
  margin-top: 4px;
}
.mt-6{
margin-top: 6px;
}
.mt-8{
  margin-top: 8px;
}
.mt-10{
  margin-top: 10px;
}
.mt-10{
  margin-top: -10px;
}
.ml-2{
  margin-left: 2px;
}
.ml-4{
  margin-left: 4px;
}
.ml-6{
  margin-left: 6px;
}
.ml-8{
  margin-left: 8px;
}
.ml-10{
  margin-left: 10px;
}
.mr-2{
  margin-right: 2px;
}
.mr-4{
  margin-right: 4px;
}
.mr-6{
  margin-right: 6px;
}
.mr-8{
  margin-right: 8px;
}
.mr-10{
  margin-right: 10px;
}
.mb-2{
  margin-bottom: 2px;
}
.mb-4{
  margin-bottom: 4px;
}
.mb-6{
  margin-bottom: 6px;
}
.mb-8{
  margin-bottom: 8px;
}
.mb-10{
  margin-bottom: 10px;
}
.py-2{
  padding-top: 2px;
  padding-bottom: 2px;
}
.py-4{
  padding-top: 4px;
  padding-bottom: 4px;
}
.py-6{
  padding-top: 6px;
  padding-bottom: 6px;
}
.py-8{
  padding-top: 8px;
  padding-bottom: 8px;
}
.py-10{
  padding-top: 10px;
  padding-bottom: 10px;
}
.px-2{
  padding-left: 2px;
  padding-right: 2px;
}
.px-4{
  padding-left: 4px;
  padding-right: 4px;
}
.px-6{
  padding-left: 6px;
  padding-right: 6px;
}
.px-8{
  padding-left: 8px;
  padding-right: 8px;
}
.px-10{
  padding-left: 10px;
  padding-right: 10px;
}

.border-radious-10{
  border-radius: 10px;
}
.border-1{
  border: 2px solid black;
}
.border-2{
  border: 2px solid black;
}
.border-none{
  border:none;
}
.display-inline{
  display: inline;
}
.display-inline-block{
  display: inline-block;
}
.display-flex{
  display: flex;
}
.display-inherit{
  display: inherit;
}
.display-initial{
  display: initial;
}
.display-grid{
  display: grid;
}
.display-table{
  display: table;
}
footer{
  text-align: center;
  padding: 2px;
  background-color: indigo;
  color: #fff;
  bottom: 0;
  position: fixed;
  width: 100%;
}
footer a{
  color: yellow;

}
.text-center{
  text-align: center;
}
