/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

a.menu__link: hover {
  color: #FD3D6B;
}

.ac-header-wrap .menu__item--depth-1:after,.ac-header-wrap .menu__item--depth-1:before {
  background-color: #FD3D6B;
}