/* Abel Denis */
.dlheader_top_logo {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
.dlheader_top_logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  align-items: center;
}
.dlheader_top_logo_title {
  color: var(--main-color);
    text-transform: uppercase;
    font-family: var(--main-font-bold);
    font-weight: 700;
    font-size: 1.5em;
}
.dlheader_top_logo_slogan {
  font-family: var(--main-font-normal);
  color: #D5D5D5;
  font-size: 0.8em;
}
.dlheader_top_phone .phone-link {
  font-family: var(--main-font-bold);
  color: var(--main-color);
    font-weight: bold;
    font-size: 1.6em;
    padding: 0 1.4em;
    border-right: 0.01em solid #4d4d4d;
}

.dlheader_top_address {text-transform: uppercase; font-size: .8em; color: #d5d5d5;}
.dlheader_top_brands {display: flex; align-items: center;}
.dlheader_top_brands a {
  transition: all ease-in-out .25s;
  padding: .5em 2em;
  border-left: 0.01em solid #4d4d4d;
}
.dlheader_top_brands a.dlheader_top_brands_dewalt {border-right: 0.01em solid #4d4d4d;}
.dlheader_top_brands a.dlheader_top_brands_yamaha {border: none;}
.dlheader_top_brands img {height: 1em;}
.dlheader_top_brands_yamaha img {
  height: 2.5em;
}
.dlheader_top_home a {
  background-color: var(--main-color);
    font-size: 1.5em;
    padding: 1.45em;
    display: block;
}
.dlheader_top_home a:hover, .dlheader_top_home a:focus {
  color: #fff !important;
}

/* Global */

@font-face {
  font-family: DIN;
  src: url(https://simplywebeditor.com/site-uploads/1001379/Fonts/DIN.ttf) format('truetype');
}

@font-face {
  font-family: DIN Bold;
  src: url(https://simplywebeditor.com/site-uploads/1001379/Fonts/DIN-PRO-700-Bold.ttf) format('truetype');
}

@font-face {
  font-family: DIN Normal;
  src: url(https://simplywebeditor.com/site-uploads/1001379/Fonts/DINMedium.ttf) format('truetype');
}

:root {
  --black: #000;
  --darkgrey: #222;
  --grey: #333;
  --lightgrey: #d5d5d5;
  --main-color: #D52B1E;
  --main-font: DIN, sans-serif !important;
  --main-font-bold: DIN Bold, sans-serif !important;
  --main-font-normal: DIN Normal, sans-serif !important;
  --body-font: "Open Sans", sans-serif !important;
}
.visible-xs {display: none !important;}
.dlheader {font-family: var(--body-font);}
.dlheader a {
  text-decoration: none;
  color: #d5d5d5;
}
.dlheader a:hover {
  color: var(--main-color);
  text-decoration: none;
}

.dlheader {
  font-size: 1vw !important;
  width: 100%;
  background-color: #000;
  padding: 0 0 0 4em;
}
.dlheader_top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media (max-width: 769px){
  .visible-xs {display: block !important;}
  .hidden-xs {display: none !important;}
  .dlheader {
    padding: 0 0 0 1em;
    font-size: 14px !important;
  }
  .dlheader_top_logo {
    margin-right: 1em;
  }
  .dlheader_top_logo a {
    white-space: nowrap;
  }
  .dlheader_top_logo_title {font-size: .8em;}
  .dlheader_top_phone .phone-link {
    font-size: .8em;
    color: #d5d5d5;
    border: 0;
  }
  .dlheader_top_address {
    font-size: .8em;
  }
  .dlheader_top_brands a {
    padding: 0.5em 1em;
  }
  .dlheader_top_brands_yamaha img {
    height: 1.5em;
  }
  .dlheader_top_home a {
    padding: 1em .5em !important;
    font-size: 1.4em;
  }
}

