#topbar {
  background: #dee2e6;
  height: 40px;
  font-size: 14px;
  transition: all 0.5s;
  color: #fff;
  padding: 0;
}

#topbar .toggle-sidebar-btn {
  font-size: 32px;
  padding-left: 10px;
  cursor: pointer;
  color: #fff;
}
#topbar .search-bar {
  min-width: 360px;
  padding: 0 20px;
}
@media (max-width: 1199px) {
  #topbar .search-bar {
    position: fixed;
    top: 50px;
    left: 0;
    right: 0;
    padding: 20px;
    box-shadow: 0px 0px 15px 0px rgba(1, 41, 112, 0.1);
    background: white;
    z-index: 9999;
    transition: 0.3s;
    visibility: hidden;
    opacity: 0;
 }
  .header .search-bar-show {
    top: 60px;
    visibility: visible;
    opacity: 1;
 }
}
#topbar .search-form input {
  border: 0;
  font-size: 14px;
  border-radius: 25px;
  padding: 7px 38px 7px 8px;
  transition: 0.3s;
  width: 100%;
}
.header .search-form input:focus, .header .search-form input:focus {
  outline: none;
  box-shadow: 0 0 10px 0 rgba(1, 41, 112, 0.15);
  border: none;
  background: #f9f9f9;
}
#topbar .search-form button {
  border: 0;
  padding: 0;
  margin-left: -30px;
  background: none;
}
#topbar .search-form button i {
  color: #132848;
}
.lang {
  padding: 0.3em;
  cursor: pointer;
}
.lang:hover {
  background: #eee;
}
.data-list {
  padding-left: 10px;
  max-height: 75vh;
  overflow-y: auto;
}
.input-search {
  padding-left: 10px;
}
input[type=search] {
  padding: 5px;
  border: none;
  width: 95%;
  caret-color: #f4741b;
  background-image: url('../img/searchicon.png');
  background-position: 8px 8px;
  background-repeat: no-repeat;
  padding-left: 40px;
}
input[type=search]:focus {
  outline: none;
}
.card-data {
  color: #dee2e6;
  padding: 1em;
}
.card-data .card-info i {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.5rem;
}
.card-data-fill {
  background: #dee2e6;
  color: #132848;
  padding: 1em;
}
.card-data-fill .card-info i {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.5rem;
}
.card-data-fill:hover {
  cursor: pointer;
  background: #132848;
  color: #eee;
  transition: ease-in;
  transition-duration: 0.3s;
}
.card-data:hover {
  cursor: pointer;
  background: #dee2e6;
  color: #132848;
  transition: ease-in;
  transition-duration: 0.3s;
}
.btn-shipping {
  background-color: #132848;
  color: #dee2e6;
  width: auto;
}
.btn-shipping:hover {
  background: #0d326e;
  color: #dee2e6;
}
.h-header::before {
  content: "";
  background: #f4741b;
  width: 50px;
  height: 2px;
  display: inline-block;
  margin: 0 15px 10px;
}
.h-header::after {
  content: "";
  background: #f4741b;
  width: 50px;
  height: 2px;
  display: inline-block;
  margin: 0 15px 10px;
}
input[type=text], 
input[type=email], 
input[type=number], 
input[type=password], 
input[type=date], 
input[type=time], 
select {
  border-radius: 25px;
  padding: 0.5em;
  border: 1px solid #dee2e6;
  width: 100%;
}
input[type=text]:hover, 
input[type=email]:hover, 
input[type=date]:hover,
input[type=password]:hover,
input[type=number]:hover,
input[type=time]:hover,
select:hover{
  border-color: #132848;
  transition: ease-in;
  transition-duration: 0.2s;
}
select:hover{
  cursor: pointer;
}
input[type=text]:focus, 
input[type=email]:focus, 
input[type=date]:focus,
input[type=password]:focus,
input[type=number]:focus, 
input[type=time]:focus, 
select:focus {
  outline: none;
}
.press-section a {
  color: #132848;
}
.press-section a:hover {
  color: #f4741b;
}
.user-account a h2:hover {
  color: #f4741b;
}
.customer-login {
  padding: 0.5em;
}
.radio{
  cursor: pointer;
}