/* Add a green dot indicator to ".wc-block-customer-account__account-icon" icon when user is logged in */

.wp-block-woocommerce-customer-account {
  position: relative;
}

/* .wp-block-woocommerce-customer-account::after {
  content: '';
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: #ccc;
  border-radius: 50%;
  position: absolute;
  top: 6px;
  right: 6px;
} */

body.logged-in .wp-block-woocommerce-customer-account::after {
  content: '';
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: #07bd5f;
  border-radius: 50%;
  position: absolute;
  top: 6px;
  right: 6px;
}

.header-desktop-inner .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
  padding: 14px 24px 13px 48px;
  line-height: 18px;
}

.header-desktop-inner .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit {
  top: 19px;
}

/* Mega-menu */

.header-desktop-inner #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1>li.mega-menu-megamenu>ul.mega-sub-menu {
  padding: 16px 10px 28px;
}

.header-desktop-inner #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column-standard li.mega-menu-item>a.mega-menu-link,
.header-desktop-inner #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column>ul.mega-sub-menu>li.mega-menu-item li.mega-menu-item>a.mega-menu-link {
  color: #666;
  font-size: 16px;
  font-weight: 600;
}