header,
header .topbar .top-cart-contain .mini-cart {
  position: relative;
}
header {
  background-color: rgba(0, 0, 0, 0.45);
  background-image: url(../images/breadcrumb.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.header-nav.sticky {
  background-color: #000000cc;
}
@media (max-width: 480px) {
  header:before {
    content: "";
    background-color: rgba(0, 0, 0, 0.4);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
}
header.header-index {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 999;
  background-image: none;
}
header.header-index:before {
  display: none;
}
header .topbar {
  padding: 10px 0;
  background-color: transparent;
  color: #e2e2e2;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
header .topbar a {
  color: #e2e2e2;
}
header .topbar a:focus,
header .topbar a:hover {
  color: var(--main_color, #193f7b);
}
header .topbar .top-info li {
  display: inline-block;
}
header .topbar .top-cart-contain,
header .topbar .top-info li + li,
header .topbar .ul-acccount li + li {
  margin-left: 10px;
}
header .topbar .ul-acccount li {
  display: inline-block;
  padding: 0;
}
header .topbar .top-cart-contain .mini-cart:before {
  content: "";
  position: absolute;
  right: 0;
  bottom: -16px;
  width: 100px;
  height: 20px;
  background: 0 0;
  display: inline-block;
}
header .topbar .top-cart-contain .mini-cart .top-cart-content {
  border: 1px solid #eee;
  background: #fff;
  border-radius: 0 0 3px 3px;
  box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.18);
  z-index: 15;
}
header .topbar .top-cart-contain .mini-cart .top-cart-content:before {
  border: 9px solid transparent;
  border-bottom: 9px solid #eee;
  margin-left: -9px;
  bottom: 100%;
  right: 20px;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
header .topbar .top-cart-contain .mini-cart .top-cart-content #cart-sidebar {
  padding: 10px;
}
header
  .topbar
  .top-cart-contain
  .mini-cart
  .top-cart-content
  #cart-sidebar
  .list-item-cart {
  max-height: 280px;
  overflow-y: auto;
}
header
  .topbar
  .top-cart-contain
  .mini-cart
  .top-cart-content
  #cart-sidebar
  .list-item-cart::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  background-color: #f5f5f5;
}
header
  .topbar
  .top-cart-contain
  .mini-cart
  .top-cart-content
  #cart-sidebar
  .list-item-cart::-webkit-scrollbar {
  width: 5px;
  background-color: #f5f5f5;
}
header
  .topbar
  .top-cart-contain
  .mini-cart
  .top-cart-content
  #cart-sidebar
  .list-item-cart::-webkit-scrollbar-thumb {
  border-radius: 5px;
  -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3);
  background-color: #e5e5e5;
}
header
  .topbar
  .top-cart-contain
  .mini-cart
  .top-cart-content
  #cart-sidebar
  .list-item-cart
  li.item {
  padding: 10px 0;
  border-bottom: 1px solid #f7f7f7;
  border-top: none;
  position: relative;
}
header
  .topbar
  .top-cart-contain
  .mini-cart
  .top-cart-content
  #cart-sidebar
  .list-item-cart
  li.item:first-child {
  padding-top: 0;
}
header
  .topbar
  .top-cart-contain
  .mini-cart
  .top-cart-content
  #cart-sidebar
  .list-item-cart
  li.item:last-child,
header nav #nav .dropdown-menu .nav-item-lv2 .nav-item-lv3:last-child,
header nav #nav .dropdown-menu .nav-item-lv2:last-child {
  border-bottom: none;
}
header
  .topbar
  .top-cart-contain
  .mini-cart
  .top-cart-content
  #cart-sidebar
  .list-item-cart
  li.item
  .detail-item
  .fa {
  right: 10px;
}
header
  .topbar
  .top-cart-contain
  .mini-cart
  .top-cart-content
  #cart-sidebar
  .list-item-cart
  .quantity-select
  button {
  height: 30px;
  width: 30px;
  background-color: #fff;
  border: 1px solid #e5e5e5;
  color: #333;
  outline: 0;
  box-shadow: none;
}
header
  .topbar
  .top-cart-contain
  .mini-cart
  .top-cart-content
  #cart-sidebar
  .list-item-cart
  .quantity-select
  .number-sidebar {
  height: 30px;
  line-height: 1.1;
  border-radius: 0;
  min-height: 30px;
  vertical-align: top;
  border-left: none;
  border-right: none;
  margin-bottom: 0;
}
header
  .topbar
  .top-cart-contain
  .mini-cart
  .top-cart-content
  #cart-sidebar
  .top-subtotal {
  padding: 10px 0;
  border-top: 1px solid #e7e7e7;
}
header
  .topbar
  .top-cart-contain
  .mini-cart
  .top-cart-content
  #cart-sidebar
  .actions
  a {
  min-width: 135px;
  outline: 0;
  box-shadow: none;
}
header
  .topbar
  .top-cart-contain
  .mini-cart
  .top-cart-content
  #cart-sidebar
  .actions
  a.btn-checkout {
  color: #fff;
  background-color: var(--main_color, #193f7b);
  border: 1px solid var(--main_color, #193f7b);
}
header
  .topbar
  .top-cart-contain
  .mini-cart
  .top-cart-content
  #cart-sidebar
  .actions
  a.btn-checkout:focus,
header
  .topbar
  .top-cart-contain
  .mini-cart
  .top-cart-content
  #cart-sidebar
  .actions
  a.btn-checkout:hover,
header
  .topbar
  .top-cart-contain
  .mini-cart
  .top-cart-content
  #cart-sidebar
  .actions
  a.view-cart:focus,
header
  .topbar
  .top-cart-contain
  .mini-cart
  .top-cart-content
  #cart-sidebar
  .actions
  a.view-cart:hover {
  color: #fff;
  background-color: #1680b4;
  border-color: #1680b4;
}
header
  .topbar
  .top-cart-contain
  .mini-cart
  .top-cart-content
  #cart-sidebar
  .actions
  a.view-cart {
  color: var(--main_color, #193f7b);
  background-color: #fff;
  border: 1px solid var(--main_color, #193f7b);
  float: right;
}
header
  .topbar
  .top-cart-contain
  .mini-cart
  .top-cart-content
  #cart-sidebar
  .no-item
  p {
  margin-bottom: 0;
}
header .header-main {
  padding: 5px 0;
}
header .header-main .col-md-3 .logo {
  padding: 0;
}
header .header-main .col-md-3 .logo .logo-wrapper img {
  max-width: 200px;
}
header .header-main .col-md-3 .nav-line-group {
  float: left;
  position: relative;
  border-radius: 0;
  padding: 10px;
  /*margin: 16px 0 0;*/
  background: 0 0;
  border: none;
  position:absolute;
  top:30px;
}
header .header-main .col-md-3 .nav-line-group span.icon-bar {
  background-color: #212121;
  height: 2px;
  display: block;
  width: 22px;
  border-radius: 1px;
}
header .header-main .col-md-3 .nav-line-group span.icon-bar + .icon-bar {
  margin-top: 4px;
}
header .header-main .col-md-3 .icon-option-cart {
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 20px;
  right: 10px;
  padding: 1px;
  background-image: url(../images/shopping-cart.svg);
  background-repeat: no-repeat;
  background-size: 30px;
  image-rendering: -webkit-optimize-contrast;
  z-index: 5;
}
header .header-main .col-md-3 .icon-option-cart span {
  position: absolute;
  top: -2px;
  right: -7px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  padding: 2px 6px;
  background: var(--main_color, #193f7b);
  color: #fff;
  box-shadow: 1px 1px 1px 0 #eee;
  font-size: 12px;
  height: 20px;
  line-height: 17px;
}
header .header-main .search .header_search {
  padding: 21px 0;
}
@media (max-width: 991px) {
  header .header-main .col-md-3 {
    /*height: 68px;*/
    /*flex: 0 0 100%;*/
    /*max-width: 100%;*/
  }
  .header .header-main .col-md-5 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  header .header-main .col-md-3 .logo {
    /*position: absolute;*/
    /*margin: 0 auto;*/
    /*left: 0;*/
    /*right: 0;*/
    /*max-width: 150px;*/
    text-align:center;
  }
  header .header-main .col-md-3 .logo .logo-wrapper img {
    max-width: 120px;
  }
  header .header-main .search .header_search {
    padding: 5px 0;
  }
}
header .header-main .search .header_search input {
  background-color: transparent;
  color: #e2e2e2;
  border-radius: 3px;
}
header .header-main .search .header_search input::-webkit-input-placeholder {
  color: #e2e2e2;
}
header .header-main .search .header_search input::-moz-placeholder {
  color: #e2e2e2;
}
header .header-main .search .header_search input:-ms-input-placeholder {
  color: #e2e2e2;
}
header .header-main .search .header_search input:-moz-placeholder {
  color: #e2e2e2;
}
header .header-main .search .header_search button {
  color: #e2e2e2;
}
header .header-main .top-fun {
  float: right;
  padding: 21px 0;
}
header .header-main .top-fun .hotline img {
  max-width: 40px;
  margin-right: 5px;
  float: left;
}
header .header-main .top-fun .hotline .hotline-text {
  padding-left: 45px;
}
header .header-main .top-fun .hotline a {
  font-size: 14px;
  color: #fff;
  line-height: 1.1;
  font-weight: 600;
}
header .header-main .top-fun .hotline span {
  display: block;
  font-size: 12px;
  font-weight: 500;
  color: #d0efff;
  line-height: 1.1;
}
header nav {
  background-color: rgba(0, 0, 0, 0.2);
}
header nav #nav > li > a {
  color: #fff;
}
header nav #nav > li > a:focus,
header nav #nav > li > a:hover {
  color: var(--main_color, #193f7b);
  background-color: transparent;
}
header nav #nav > li.nav-item {
  margin-right: 0;
}
header nav #nav .dropdown-menu {
  background: #fff;
  border-radius: 0;
  border: none;
  box-shadow: 5px 10px 20px rgba(0, 0, 0, 0.15);
  margin: 0;
  min-width: 200px;
  padding: 0;
}
header nav #nav .dropdown-menu .nav-item-lv2 {
  padding: 0 10px;
  border-bottom: 1px solid #f7f7f7;
}
header nav #nav .dropdown-menu .nav-item-lv2 a {
  font-weight: 400 !important;
  text-transform: none !important;
  padding: 10px 0;
}
header nav #nav .dropdown-menu .nav-item-lv2 a i {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translate(0, -50%);
}
header nav #nav .dropdown-menu .nav-item-lv2 a:focus,
header nav #nav .dropdown-menu .nav-item-lv2 a:hover {
  background-color: transparent;
  color: var(--main_color, #193f7b);
}
header nav #nav .dropdown-menu .nav-item-lv2 .nav-item-lv3 {
  border-bottom: 1px solid #f7f7f7;
}
.header_search ul.dropdown-menu {
  padding-top: 0;
  max-height: 500px;
  overflow: auto;
  overflow-x: hidden;
  width: 100%;
}
.header_search ul.dropdown-menu li a {
  display: block;
}
.header_search ul.dropdown-menu li a span {
  font-size: 14px;
}
.header_search ul.dropdown-menu li a span.price,
.header_search ul.dropdown-menu li a span.special {
  color: var(--main_color, #193f7b);
  font-weight: 700;
}
.header_search ul.dropdown-menu li a .price-old {
  font-size: 12px;
}
.header_search ul.dropdown-menu::-webkit-scrollbar {
  width: 8px;
}
.header_search ul.dropdown-menu::-webkit-scrollbar-thumb {
  background: #b9c0c7;
}
.header_search ul.dropdown-menu::-webkit-scrollbar-track {
  background: #f1f1f1;
}
