.headerright {
  position: relative; }
  .headerright .hasDropdown img {
    width: 12px;
    position: relative;
    top: -2px; }
  .headerright .ag-menu {
    opacity: 0;
    background-color: #fff;
    position: absolute;
    width: 215px;
    top: 120px;
    left: -30%;
    overflow: hidden;
    transition: all 0.5s;
    pointer-events: none; }
    .headerright .ag-menu.active {
      top: 68px;
      opacity: 1;
      pointer-events: all; }
    .headerright .ag-menu .imgWrap {
      filter: drop-shadow(rgba(0, 0, 0, 0.24) 0px 0px 12px);
      clip-path: polygon(0 0, 55% 0, 95% 100%, 0% 100%);
      height: 250px; }
      .headerright .ag-menu .imgWrap img {
        position: absolute;
        top: 0;
        left: -5%;
        width: 100%;
        height: 100%;
        object-fit: cover; }
    .headerright .ag-menu .menu h3 {
      font-weight: 700; }
    .headerright .ag-menu .menu a {
      color: #000 !important;
      font-size: 14px !important;
      padding: 16px !important;
      display: block !important; }
      .headerright .ag-menu .menu a:hover {
        color: #ffffff !important;
        background-color: #c05c59; }
      .headerright .ag-menu .menu a svg {
        width: 6px;
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        right: 10px; }

/*# sourceMappingURL=header.css.map */
