/*  new page */
.navbar-toggle.navbar-left {
  float: left;
  margin-left: 10px;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: #fff !important;
}

.navbar-default .navbar-toggle {
  border-color: transparent !important;
}

/* animate hamburger icon */
.navbar-toggle .icon-bar:nth-of-type(2) {
    top: 1px;
}

.navbar-toggle .icon-bar:nth-of-type(3) {
    top: 1px;
}

.navbar-toggle .icon-bar {
    position: relative;
    transition: all 500ms ease-in-out;
}

.navbar-toggle.active .icon-bar:nth-of-type(1) {
    top: 6px;
    transform: rotate(45deg);
}

.navbar-toggle.active .icon-bar:nth-of-type(2) {
    background-color: transparent;
}

.navbar-toggle.active .icon-bar:nth-of-type(3) {
    top: -6px;
    transform: rotate(-45deg);
}

.navbar-custom .navbar-toggle .icon-bar {
  background-color: #fff;
}

.navbar-custom .navbar-nav > li > a:hover, .navbar-custom .navbar-nav > li > a:focus {
  background-color: #FFF;
  color: #000;
}

.nav > li > a.menu-link.active {
  /*background-color: #5495E1;*/
  background-color: #FFF;
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  /*background-color: #5495E1;*/
  background-color: #FFF;
  color:#000 !important;
}

.navbar-nav > li > .dropdown-menu {
  /*background-color:#1f5a9f;*/
  background-color:#000;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  background-color: #FFF;
  color: #000;
}

.navbar-custom {
    /*background-color:#1f5a9f;*/
    background: rgba(0, 0, 0, 1);
    color:#fff;
    border-radius:0 !important;
    margin-bottom: 5px;
    -webkit-transition: all 0.6s ease-out;
    -moz-transition: all 0.6s ease-out;
    -o-transition: all 0.6s ease-out;
    -ms-transition: all 0.6s ease-out;
    transition: all 0.6s ease-out;
}

.navbar-custom.scrolled {
    background: rgba(0, 0, 0, 0.80) !important;
}

.navbar-custom .navbar-nav > li > a {
    color:#fff;
    font-size: 14px;
}

.navbar-custom .navbar-nav > .active > a, .navbar-nav > .active > a:hover, .navbar-nav > .active > a:focus {
    /*color: #ffffff;*/
    color: #000;
    background-color:transparent;
}

.navbar-custom .navbar-brand {
    color:#eeeeee;
}

.dropdown-menu > li > a {
  color: #fff;
}

.bs-carticon.navbar-right {
  float: right;
  margin-right: 10px;
}

/* cart icon */
.bs-cart-icon {
  width: 29px;
  height: 38px;
  box-sizing: border-box;
  padding-top: 18px;
  background: url("../images/shopping-bag-white.png") no-repeat 0 0;
  background-size: 29px 38px;
  font-weight: 600;
  line-height: 1;
  font-size: 12px;
  text-align: center;
  cursor: pointer;
  z-index: 1;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  margin-top:4px;
}

.bs-cart-icon a, .bs-cart-icon a:hover {
  color: #FFF;
  text-decoration: none;
}

.bs-carticon-menu {
  margin-left:10px;
}

/* fix issue on button */
.btn-default, .btn-primary, .btn-success, .btn-info, .btn-warning, .btn-danger {
  box-shadow: none;
  text-shadow: none;
}

.btn-primary {
  background-image: none;
  border-color: transparent;
  padding: 0;
}

.btn-primary:hover, .btn-primary:focus {
  /*background-position: 0;*/
  border-color: transparent;
}