
/****************************************************************
  ICONS *********************************************************
*****************************************************************/
@font-face {
    font-family: 'icomoon';
    src:  url('fonts/icomoon.eot?9ixpny');
    src:  url('fonts/icomoon.eot?9ixpny#iefix') format('embedded-opentype'),
      url('fonts/icomoon.ttf?9ixpny') format('truetype'),
      url('fonts/icomoon.woff?9ixpny') format('woff'),
      url('fonts/icomoon.svg?9ixpny#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
  }
  
  [class^="dy-"], [class*=" dy-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
  
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  
  .dy-right:before {
    content: "\e900";
  }
  .dy-down:before {
    content: "\e901";
  }

.dy-right:before,
.dy-down:before {
  font-size: 20px !important;
  right: 10px;
  font-weight: 600;
  position: absolute;
  top: calc(50% - 8px);
} 