
.dropdown
{
  .arrow-hover svg
  {
    @include transition(.2s all);
  }
  &.show
  {
    .arrow-hover svg{
        transform: rotate(180deg);
    }


  }


}
    .dropdown-menu
    {
          background-color: #fff;
          border-radius: 4px;
          box-shadow: 0 17px 46px 0 rgba(12,13,30,0.3);
          border: 0;
          text-align: right;

    }
