#top-bar {
  background: #222;
  color: #999;
  font-size: 0.85em;
  padding: 10px 0 9px;
  font-weight: 300;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1090;
  border-bottom: 2px #f58025 solid;
}
#top-bar a:link {
  color: #ccc;
}
#top-bar a:visited {
  color: #ccc;
}
#top-bar a:hover {
  text-decoration: none;
  color: #666;
}
#top-bar a:focus {
  text-decoration: none;
  color: #fff;
}
#top-bar .fas {
  padding-right: 2px;
}
#top-bar .dropdown-item {
  /*font-weight: 300*/
}
#top-bar a {
  color: #fff;
  text-decoration: none
}
#top-bar img {
  margin-right: 10px;
  width: 20px
}
#top-bar ul {
  margin-bottom: 0
}
#top-bar ul li {
  /*padding: 0 15px;
	border-right: 1px solid #555;
	margin-right: 0 !important*/
}
#top-bar ul li:first-of-type {
  padding-left: 0
}
#top-bar ul li:last-of-type {
  border-right: none
}
#top-bar ul i {
  margin-right: 7px
}
#top-bar .dropdown {
  padding: 0 .7rem;
  border-left: 1px solid #444;
  margin-left: 0 !important
}
#top-bar .dropdown:last-of-type {
  padding-right: 0; /*padding-left: 20px*/
}
#top-bar .dropdown:first-of-type {
  border-left: none
}
#top-bar .dropdown-menu {
  margin-top: .7rem;
  border: none;
  border-radius: 0;
  padding: .5rem;
  -webkit-box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.3);
}
#top-bar a.dropdown-item {
  color: #366493;
}
#top-bar a.dropdown-item:hover {
  color: #f58025
}
#top-bar .dropdown-menu .list-unstyled li {
  padding-bottom: .25rem;
}
#top-bar .dropdown-menu a {
  color: #366493;
}
#top-bar .dropdown-menu a:hover {
  color: #f58025;
}
.cart {
  position: relative;
}
.cart-no {
  width: auto;
  border-radius: 6px;
  font-size: 0.8em;
  background: #fff;
  color: #000;
  font-weight: 600;
  text-align: center;
  display: inline-block !important;
  padding: 2px 5px;
  margin-left: 3px;
}
.cart-no:hover {
  color: #ccc;
  background: #666;
  font-weight: 400;
}
.cart .dropdown-menu {
  padding: 30px
}
.view-cart {
  display: inline-block !important;
}
.cart-icon {
  display: inline-block !important;
  padding-right: 3px
}
.cart-details img {
  min-width: 80px;
  min-height: 80px;
  background: #fff;
  overflow: hidden
}
.cart-details p {
  margin-bottom: .25rem;
}
.total-price {
  padding: 10px 0;
  margin: 1rem 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  font-weight: bold
}