/* Header section css starts */
header.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9;
  background-color: #fff;
  transition: all 0.5s linear;
}
header.sticky:hover::after,
header.sticky.custom-hover::after {
  content: '';
  background: #172e45;
  width: calc(100% + 17px);
  top: 0;
  z-index: -1;
  position: absolute;
  left: 0;
  height: 100%;
}
.site-logo-white{
  display: none;
}
.header-section {
  height: 65px;
}
.header-search {
  flex: 1 0 0;
  position: relative;
  z-index: 9;
}
.header-search .fa-search::before {
  position: relative;
  left: 12px;
  top: 7px;
}
.header-search input[type="search"] {
  width: 100%;
  height: 32px;
  background-color: #E9EAEC;
  padding: 0px 15px 0px 35px;
  border-radius: 20px;
  outline: none;
  color: #004387;
  color: #393939;
}
.header-search input[type="search"].auto_list 
{
  border-radius: 20px 20px 0px 0px;
  position: relative;
}
.header-search input[type="search"]::placeholder {
  font-size: 12px;
  line-height: 18px;
  font-weight: 500;
  position: relative;
  top: 0px;
  left: 2px;
}
.mega-menu {
  padding: 16px 0px;
}
.header-nav {
  justify-content: flex-end;
}
.mega-menu-link,
.header-nav .list-products span{
  height: 32px;
  padding: 6px 0px 6px 12px;
  border: 1px solid #004387;
  box-sizing: border-box;
}
.mega-menu-link .fa-angle-down {
  right: 10px;
  top: -1px;
  height: 15px;
}
.header-nav  .list-products span {
  padding: 6px 18px;
}
.header-nav-login {
  height: fit-content;
  position: relative;
  margin-top: 16px;
  padding-bottom: 16px;
}
.header-nav-login .nav-login-user{
  height: 30px;
}
.nav-login-user svg, .nav-logged-in-user svg {
  top: 8px;
  left: 9px;
}
/* Header css ends */

/* Megamenu css starts */
.mega-menu-wrap,
.mega-menu-wrap:after {
  display: none;
}
.mega-menu:hover .mega-menu-wrap {
  display: flex;
  width: 1126px;
  top: 64px;
  right: -163%;
  border: 1px solid #E0E0E0;
  z-index: 9;
}
/* .mega-menu::before {
  content: '';
  position: absolute;
  top: 40px;
  right: 40px;
  width: 10px;
  height: 10px;
  background-color: #f3f4f6;
  border-width: 1px 0 0 1px;
  border-style: solid;
  border-color: #e0e0e0 transparent transparent #e0e0e0;
  transform: rotate(45deg);
} */
.mega-menu-wrap-main {
  border-right: 1px solid #E0E0E0;
  border-radius: 0px 0px 0px 4px;
}
.mega-menu-wrap-main li {
  width: 228px;
  border-bottom: 1px solid #E0E0E0;
}
.mega-menu-wrap-main li:nth-last-of-type(1) {
  border-bottom: none;
}
.mega-menu-wrap-main li:hover {
  background-color: #F3F4F6;
}
.mega-menu-wrap-main li a {
  padding: 16px;
}
.mega-menu-wrap-main li a i {
  top: 1px;
}
.mega-menu-wrap-main li.active {
  width: 224px;
  background-color: #F3F4F6;
  border-left: 4px solid #F0AC46;
}
.mega-menu-wrap-list {
  width: 900px;
  padding: 24px;
  background-color: #F3F4F6;
  border-radius: 0px 0px 4px 0px;
}
.mega-menu-wrap-list ul {
  padding: 0px 30px;
}
.mega-menu-wrap-list ul:not(:last-child) {
  border-right: 1px solid #D7D0CE;
}
.mega-menu-wrap-list ul li a:hover{
  text-decoration: underline;
}
/* Megamenu css ends */
/*=======autosuggest======*/
.header_overlay {
  background: rgba(0, 0, 0, 0.73);
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 5;
  display: none;
}
.head-autosug {
  width: 100%;
  background-color: #fff;
  z-index: 9999;
  position: absolute;
  left: 0;
  margin: auto;
  top: 32px;
  left: 0;
  display: none;
  max-height: 450px;
  overflow: auto;
}
.autosuggest {
  width: 100%;
  background-color: #fff;
  z-index: 2;
  position: absolute;
  left: 0;
  margin: auto;
  top: 30px;
  display: none;
  max-height: 450px;
  overflow: auto;
}
.head-autosug ul
{
list-style: none;
color: #2F4964;
}
.head-autosug ul.search_list
{
display: none;
}
.head-autosug ul li, .autosuggest ul li
{
height: 60px;
box-sizing: border-box;
padding: 0px 10px;
border: 0.5px solid #e4e3e3;
}
.head-autosug ul.list_pop .pop_tit
{
height: 35px;
padding: 10px 0px 10px 10px;
font-size: 12px;
}
.autosuggest ul.list_pop .pop_tit
{
height: 35px;
padding: 20px 0px 28px 10px;
font-size: 12px;
}
.head-autosug ul li>a, .autosuggest ul li>a
{
display: flex;
align-items: center;
text-decoration: none;
height: 100%;
}
.head-autosug ul li .pop_tit, .autosuggest ul li .pop_tit
{
 font-size: 12px;
}
.head-autosug ul li .auto_list_img, .autosuggest .auto_list_img
{
margin-right: 20px;
display: flex;
}
.head-autosug ul li .auto_list_img img, .autosuggest ul li .auto_list_img img
{
  object-fit: contain;
}
.a_cat_name
{
font-size: 9px;
color: #999999;
 line-height: 12px;
}
.a_item_name
{
font-size: 14px;
line-height: 16px;
color: #2F4964;
margin-top: 5px;
font-weight: 600;
max-height: 33px;
overflow: hidden;
}
/*=====softlist box========*/
.soft_list_box {
  width: 70%;
  /* max-width: 1128px; */
  margin: 0 auto;
  background-color: #fff;
  position: absolute;
  top: 64px;
  border: 1px solid #E0E0E0;
  border-radius: 0px 0px 4px 0px;
  z-index: 999;
  border-radius: 0px 0px 4px 4px;
  display: none;
  right: 20%;
}
.soft_list_box ul {
  list-style: none;
}
.soft_list ul li:nth-child(2n+1) {
  border-right: 1px solid #ddd;
}
.tab_list {
  min-width: 228px;
}
.tab_list ul li {
  display: flex;
  justify-content: flex-start;
  padding: 16px 16px;
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
  color: #073463;
  border: 1px solid #E0E0E0;
  border-top: none;
  border-left: none;
  cursor: pointer;
  gap: 30px;
}
.tab_list ul li a {
  color: #073463; 
  text-decoration: none;
}
.tab_list ul li.active {
  background-color: #F3F4F6;
  border-right: none;
  position: relative;
}
.tab_list ul li.active::before {
  content: '';
  position: absolute;
  background-color: #F0AC46;
  height: calc(100% + 2px);
  right: -1px;
  width: 6px;
  top: -1px;
}
.tab_list ul li.active svg {
  filter: invert(1);
}
.tab_list ul li:last-child {
  border-bottom: none;
}
.soft_list {
  background-color: #F3F4F6;
  display: none;
  padding-top: 20px;
}
.soft_list.active {
  display: block;
}
.soft_list a {
  color: #2F4964;
  font-size: 13px;
  line-height: 16px;
  text-decoration: none;
  cursor: pointer;
  font-weight: 500;
}
.soft_list a:hover {
  text-decoration: underline;
}
.soft_list ul {
  display: flex;
  flex-wrap: wrap;
}
.soft_list ul li {
  width: 48%;
  padding: 0px 16px 16px 24px;
  box-sizing: border-box;
}
.user_menu {
  background-color: #fff;
  position: absolute;
  top: 40px;
  border: 1px solid #E0E0E0;
  text-align: center;
  right: 4px;
  z-index: 999;
  display: none;
}
.user_menu::before {
  top: -22px;
  right: 7px;
  border: solid transparent;
  content: " ";
  height: 0px;
  width: 0px;
  position: absolute;
  pointer-events: none;
  border-color: rgba(168, 168, 172, 0);
  border-bottom-color: #e9eaec;
  border-width: 11px;
  margin-left: -11px;
}
.user_menu a i {
  margin-right: 5px;
}
.user_menu a {
  padding: 10px 15px;
  display: block;
  width: max-content;
  border-bottom: 1px solid #E0E0E0;
}
.user_menu a:last-child {
  border: none;
}
.header-nav-login:hover .user_menu {
  display: block;
}
.mega-menu-link.sticky, .list-products.sticky {
  border: 1px solid #ffffff;
  color: #ffffff;
  border-radius: 4px;
}
.autosuggest .list_pop {
  margin-top: 25px;
}
.tab_list ul li svg {
  transform: rotate(180deg);
  filter:brightness(0.5)
}
.tab_list .menu {
  padding-left: 54px;
}