
/*----------------------------------------*/
/*  25 - Section - Header
/*----------------------------------------*/
/* ---Header Top Area--- */
 /* {
  border-bottom: 1px solid #e5e5e5;
}

@media (max-width: 991px) {
   {
    display: none;
  }
} */

 .ht-menu>ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  align-items: center;
}

 .ht-menu>ul>li {
  /* border-right: 1px solid #e5e5e5; */
  display: inline-block;
  position: relative;
}

@media (max-width: 991px) {
   .ht-menu>ul>li {
    border: 0;
  }
}

 .ht-menu>ul>li:hover .ht-dropdown {
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
}

 .ht-menu>ul>li:hover>a {
  color: #b76e79;
}

 .ht-menu>ul>li .ht-dropdown {
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  position: absolute;
  top: 100%;
  left: auto;
  background: #ffffff;
  border: 1px solid #e5e5e5;
  width: 150px;
  padding: 10px;
  right: 0;
  z-index: 99;
}

 .ht-menu>ul>li .ht-dropdown>li.active a {
  color: #b76e79;
}

 .ht-menu>ul>li .ht-dropdown>li:hover a {
  color: #b76e79;
}

 .ht-menu>ul>li .ht-dropdown>li a {
  border-bottom: 1px solid #e5e5e5;
  display: block;
  padding: 10px 5px;
  line-height: 25px;
  font-size: 12px;
}

 .ht-menu>ul>li .ht-dropdown>li a img {
  margin-right: 5px;
}

 .ht-menu>ul>li .ht-dropdown>li:first-child>a {
  padding-top: 0;
}

 .ht-menu>ul>li .ht-dropdown>li:last-child>a {
  border-bottom: 0;
  padding-bottom: 0;
}

 .ht-menu>ul>li>a {
  color: #666666;
  padding: 8px 15px;
  display: block;
  text-transform: uppercase;
  font-size: 12px;
}

 .ht-menu>ul>li>a>i {
  padding-left: 5px;
  font-size: 11px;
}

 .ht-left_area .header-shipping_area>ul>li {
  height: 40px;
  line-height: 35px;
}

 .ht-right_area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

@media (max-width: 991px) {
   .ht-right_area {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
    padding-bottom: 15px;
  }
}

 .ht-right_area .hiraola-social_link {
  padding-top: 0;
}

 .ht-right_area .hiraola-social_link>ul>li {
  padding-right: 0;
}

 .ht-right_area .hiraola-social_link>ul>li>a {
  border-top: 0;
  border-bottom: 0;
  border-left: 0;
}

@media (max-width: 991px) {
   .ht-right_area .hiraola-social_link>ul>li>a {
    border: 0;
  }
}

 .ht-right_area .hiraola-social_link>ul>li:first-child>a {
  border-left: 1px solid #e5e5e5;
}

@media (max-width: 991px) {
   .ht-right_area .hiraola-social_link>ul>li:first-child>a {
    border-left: 0 !important;
  }
}




.profile {
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  cursor: pointer;
}

.profile .img-box {
  position: relative;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  overflow: hidden;
}

.profile .img-box img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ht-right_area .user-m{
  color: #e5e5e5;
}