/*
Theme Name:     Interlink.ag WooCommerce Theme
Author:         ePikYurius
Description:    Interlink.ag WooCommerce custom tailored theme
Version:		1.0
License:		Private

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/* insert your custom styling below */
header.page-header {
  background-color: #fff;
}
.header--nav [class~=li_level_1] a:hover {
  color: #fbab18;
}
.header--nav [class~=li_level_1] > a:hover {
  background: #eaebed;
}
.page-header .header-icon::before {
  content: "";
  position: absolute;
  width: 80px;
  height: 80px;
  border-radius: 80px;
  top: -8px;
  left: 6px;
  background-color: #fff;
}
.header--nav > li:before {
  content: "";
  width: 1.15px;
  display: inline-block;
  height: 0.8rem;
  background: #fbab18;
  position: absolute;
  top: 35%;
  height: 0.9rem;
  z-index: 2;
}
.header--nav > li:last-of-type:after {
  content: "";
  width: 1.15px;
  display: inline-block;
  height: 0.8rem;
  background: #fbab18;
  position: absolute;
  top: 35%;
  height: 0.9rem;
  z-index: 2;
}