a.hl-mobile {
  width: 40px;
  position: absolute;
  right: 0px;
  text-align: center;
  line-height: 43px;
  font-size: 24px;
}
a.hl-mobile i {
  color: #004274;
}
.logo-dd{
  position: absolute;
  left: 15px;
  /* width: calc(100% - 140px - 40px - 40px); */
  height: 50px;
  bottom: -7px;
}
.logo-dd span {
  font-size: 11px;
  color: #ffffff;
  text-transform: uppercase;
  margin-bottom: 6px;
  display: block;
}
/*.logo-dd img {
  position: absolute;
  z-index: 2;
  background: url(images/bg-logo-header.png) no-repeat bottom center;
  padding-bottom: 5px;
  top: 5px;
}*/
.logo-dd img{
  height: 40px;
  margin:auto;
}
.cart-mb {
  width: 40px;
  height: 40px;
  float: left;
  background: #00599d;
  position: relative;
}
.cart-mb img{
  width: 18px;
  top: 17px;
  left: 10px;
  height: auto;
  position: absolute;
}
.cart-mb span{
  position: absolute;
  left: 50%;
  top: 3px;
  transform: translateX(-50%);
  color: #ffffff;
  font-size: 13px;
}
.user-mb {
  width: 140px;
  float: left;
  padding-right: 5px;
}
.user-mb ul{
  text-align: right;
}
.user-mb ul li{
  display: inline-block;
  padding: 10px 0px;
  position: relative;
  padding-left: 5px;
  margin-left: 3px;
}
.user-mb ul li:first-child{
margin-left: 0;
padding-left:0;
}
 .user-mb ul li a{
  font-size: 12px;
 } 
 .user-mb ul li:last-child:before{
     position: absolute;
    content: "";
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 10px;
    background: #333333;
 }
.menu-responsive{
  display: none;
  background: #01a959;
  padding:0px;
  position: relative;
  box-shadow: 0px 0px 10px #666666;
  width: 100%;
  float: left;
  height: 50px;
  z-index: 2;
}
.menu-responsive a.a-menu {
  line-height: 50px;
  color: #ffffff;
  font-size: 20px;
  z-index: 3;
  width: 50px;
  height: 50px;
  float: left;
  text-align: center;
  position: absolute;
  right: 0;
}
.menu-responsive:before {
  /* background: linear-gradient(270deg, #FFFFFF 0%, #F2F2F2 36.69%, #3663D7 64.09%, #003BD5 99.23%); */
  background: url(../images/line-footer.png) no-repeat bottom center;
  background-size: cover;
  position: absolute;
  content: "";
  width: 100%;
  height: 5px;
  left: 0;
  bottom: 0;
}
.aside {
min-width: 300px;
width: 15%;
position: fixed;
top: 0;
right: 0;
bottom: 0;
background-color: #fafafa;
font-family: Helvetica, Arial, sans-serif;
border-right: 1px solid #333;
box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
z-index: 2000;
width: 0px;
min-width: 0px;
overflow: hidden;
transition: 0.35s width ease, 0.35s min-width ease;
}
.aside .aside-header i{
font-size: 20px;
color: #ffffff;
}
.aside .aside-header a{
line-height: 20px;
}
.aside .aside-header {
background-color: #005a9f;
line-height: 40px;
padding: 0px 15px;
color: #fff;
}
.aside-header span{
  color: #ffffff;
  opacity: 1;
  text-shadow: none;
  padding:10px 0px;
}
.aside .aside-header .close {
float: right;
cursor: pointer;
}
.aside-contents ul li {
  border-bottom: 1px solid #e1e1e1;
  text-align: left;
  line-height: 38px;
}
.aside-contents ul li a{
text-transform: uppercase;
padding: 0px 15px;
font-size: 14px;
}
.aside-contents ul li ul li:last-child{
border: none;
padding-bottom: 0px;
}
.aside-contents ul li ul{
border-top: 1px solid #e1e1e1;
}
.aside-contents ul li ul li{
padding-left: 15px;
}
.aside-contents ul li ul li a{
text-transform: none;
}
.aside.in {
width: 15%;
min-width: 300px;
}

.aside-backdrop {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1040;
background-color: #000;
transition: 0.2s opacity ease;
opacity: 0;
display: none;
}

.aside-backdrop.in {
display: block;
opacity: 0.5;
}
.aside-contents .search {
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 20px;
    width: calc(100% - 20px);
}
.aside-contents .form-search {
    display: block;
    position: unset;
    width: 100%;
    height: 30px;
}
.form-search input[type="text"] {
    height: 34px;
    width: calc(100% - 50px);
}
.form-search input[type="submit"] {
    background: url(../images/search.png) no-repeat center #e23d3b;
    height: 34px;
    line-height: 34px;
    width: 50px;
}
.aside-contents .social.social-ft {
    text-align: center;
    width: 100%;
    float: left;
}
.aside-contents .social.social-ft i {
    font-size: 17px;
    color: #000000;
    margin: 0px 10px;
}