* {
    padding: 0px;
    margin: 0px;
}
body {
  background: #f4f4f4;
}
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

#navbar {
  position: sticky;
  top: 0;
  overflow: hidden;
  background-color: #333;
  z-index: 999;
}
.it {
  margin: -42px;
}
.logosection input {
    border: none;
    font-size: 14px;
    height: 42px;
    border: 1px solid #2786a1;
    letter-spacing: 0.5px;
  }
.btn {
    background: #2786a1;
    color: #fff;
    height: 42px;
    width: 54px;
  }
.btn:hover {
    background: #2786a1;
    color: #fff;
}
.logosection li a {
    color: #2786a1;
    font-size: 20px;
    text-align: center;
  }
.logosection li {
    display: inline-grid;
    margin-left: 30px;
    font-size: 13px;
    color: #2786a1 !important;
  } 
.badge {
    display: inline-block;
    padding: .10em .1em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    border-radius: .25em;
  }
.font-weight-bold {
    font-weight: 700 !important;
  }
.text-uppercrase {
    text-transform: uppercase !important;
  }
.p-2 {
    padding: .5rem !important;
  }
.text-light a {
    text-decoration: none !important;
  }
.float-left li {
    display: inline-grid;
    margin-left: 22px;
  }
.topmenu li a {
    color: #e9e9e9;
    transition: 0.5s;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 2px 10px;
    text-decoration: none;
  }
.font-weight li a {
    font-weight: 700 !important;
  }
.float-left li a:hover {
    background: #2786a1;
    border-radius: 26px;
    transition: 0.9s;
  }
.topmenu .active {
    background: #2786a1;
    border-radius: 30px;
    padding: 2px 10px;
    color: #fff;
  }
.text-right {
    padding-left: 92px;
  }
.categorys {
    background: #fff;
    box-shadow: 0px 1px 1px rgba(0 0 0 /10%);
    transition: 0.3s;
    border-radius: 10px;
  }
.category strong {
    font-weight: 700;
    letter-spacing: 2px;
    font-size: 25px;
  }
.category span {
    font-weight: 500;
    letter-spacing: 2px;
    font-size: 10px;
  }
.ige {
    height: 200px;
    width: 200px;
  }
.homeproducts {
    background: #fff;
    box-shadow: 0px 1px 1px rgba(0 0 0 /10%);
    transition: 0.3s;
    border-radius: 10px;
  }
.homeproducts a {
    color: #222;
    font-size: 13.5px;
    font-weight: bold;
    transition: 0.5s;
    text-decoration: none;
  }
.homeproducts del {
  color: gray;
  font-size: 13px;
  }
.homeproducts strong {
  color: #EF4A23;
  font-weight: bold;
  font-size: 25px;
}
.border-top {
    border-top: 1px solid #dee2e6 !important;
  }
.border-top a:hover {
    color: #ff8500;
  }
.homeproducts button {
    width: 100%;
    background: #222;
    color: #f1f1f1;
    border: none;
    padding: 8px;
    font-size: 10px;
    border-radius: 5px;
    outline: none;
    cursor: pointer;
    transition: 0.9s;
  }
.homeproducts button:hover {
    background: #ff0000b8;
    transition: 0.9s;
  }
.bg-warning:hover {
  background: #ff8500 !important;
  transition: 0.9s;
}
.footer {
  background: #000;
}
.footer strong {
  color: #f1f1f1;
  text-transform: uppercase;
  font-size: 15px;
}
.footer label {
  color: #dc3545;
  font-size: 18px;
  font-weight: 600;
}
.text-md-left {
  text-align: left !important;
}
.footer li {
  display: block;
  margin-top: 4px;
}
.footer li a {
  text-decoration: none;
  font-size: 14px;
  color: #e1e1e1;
}
.footer li a:hover {
  color: #ff8500;
  transition: 0.9s;
}
.footer p {
  color: #e1e1e1;
  font-size: 14px;
  margin-top: 20px;
}
.footer .social li a {
  background: rgba(35, 56, 81, 1);
  color: #fff;
  padding: 12px 15px;
  border-radius: 50%;
}
.footer li a:hover {
  color: #ff8500;
}
.footer .social li {
  display: inline-grid;
  margin-right: 20px;
}
.developer {
  background: #111;
  padding: 20px 0;
}
.developer span {
  color: lightgray;
  font-size: 11px;
  letter-spacing: 1px;
  text-transform: uppercase;
}



.category-list-main {
  background:  #222 !important;
}
.category-list-main ul {
  padding: 0px;
  margin: 0px;
}
.category-list-main ul li {
  list-style: none;
  position: relative;
  display: block;
  width: auto;
  padding: 0px;
  white-space: nowrap;
  border-bottom: 1px solid lightgray;
  transition: .3s;
}
.category-list-main ul li:hover {
  background-color: #2786a1;
}
.category-list-main ul li:hover>.sidebar-drop{
  visibility: visible;
  opacity: 1;
  transform: translate(0px, 0px);
}
.category-list-main ul li a {
  color: white !important;
  position: relative;
  width: auto;
  display: block;
  padding: 7px 15px;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700 !important;
}


#navigation {
  float: right;
  position: relative;
  top: 3px;
}



.sidebar-drop {
  position: absolute;
  background: #222 !important;
  left: 328px;
  top: 0;
  z-index: 99;
  width: 100%;
  transition: .3s;
  transform: translate(0px, 31px);
  opacity: 0;
  visibility: hidden;
}
