@font-face {
  font-family: 'DINPro';
  font-style: normal;
  font-weight: 500;
  src: local('DINPro'),
       url('font/DIN_Pro/dinpro_light.otf') format('opentype');
}

@font-face {
  font-family: 'DINPro';
  font-style: normal;
  font-weight: 600;
  src: local('DINPro'),
       url('font/DIN_Pro/dinpro_medium.otf') format('opentype');
}

@font-face {
  font-family: 'DINPro';
  font-style: normal;
  font-weight: 700;
  src: local('DINPro'),
       url('font/DIN_Pro/dinpro_bold.otf') format('opentype');
}

@font-face {
  font-family: 'DINPro Condensed';
  font-style: normal;
  font-weight: 500;
  src: url('font/DIN_Pro/dinpro_condensedregular.otf') format('opentype');
}

@font-face {
  font-family: 'DINPro Condensed';
  font-style: normal;
  font-weight: 600;
  src: url('font/DIN_Pro/dinpro_condensedbold.otf') format('opentype');
}

@font-face {
  font-family: 'DIN Condensed Bold';
  font-style: normal;
  font-weight: 500;
  src: url('font/DINPro-CondensedBold.woff') format('woff'),
       url('font/DINPro-CondensedBold.woff2') format('woff2'),
}

@font-face {
  font-family: 'icomoon';
  src:  url('font/icomoon/icomoon.eot?asl2yf');
  src:  url('font/icomoon/icomoon.eot?asl2yf#iefix') format('embedded-opentype'),
    url('font/icomoon/icomoon.ttf?asl2yf') format('truetype'),
    url('font/icomoon/icomoon.woff?asl2yf') format('woff'),
    url('font/icomoon/icomoon.svg?asl2yf#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  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;
}

.icon-basket:before {
  content: "\e900";
  color: #fff;
}



.woocommerce form .form-row .required{
    border: none !important;
    text-decoration: none !important;
}

.xoo-wsc-basket{
    bottom: 86px;
}