:root {
  --MainFontColor: #ffffff;
  --MapIconColor: #ffffff;
  --AddressFontColor: #ffffff;
  --PhoneIconColor: #ffffff;
  --PhoneFontColor: #ffffff;
  --HoursIconColor: #ffffff;
  --HoursFontColor: #ffffff;
}
.dlheader a {
  display: block;
  text-decoration: none;
  white-space: nowrap;
}
.dlheader a:hover {
  color: #e6603a !important;
}
.dlheader_hours ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.dlheader_hours a {
  color: #fff;
}
.dlheader_hours .hours {
  background-color: #313131 !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  left: 0.4vw !important;
  top: 133% !important;
}
.dlheader_hours table {
  width: 35vw;
  color: #fff;
}
.dlheader_hours table tr > td:nth-child(1) {
  padding: 0.5vw 3vw !important;
}
.dlheader_hours table td,
.dlheader_hours table th {
  padding: 0.5vw !important;
}

.dlheader {
  /*border: 1px solid red;*/
  /*background: url('../images/header-bg.jpg') no-repeat right;*/
  background-color: #333;
  /*background-image: -webkit-linear-gradient(top, #d6d3d3 0%, #564f4f 100%);*/
  border-bottom: 7px solid #e6603a;
  font: bold 15px Arial, Helvetica, sans-serif;
  color: #ffffff;
  width: 100%;
}
.dlheader_top {
  display: flex;
  justify-content: space-around;
  padding: 0vw 1vw 0.8vw 1vw;
  align-items: center;
  /*border: 1px solid blue;
    display: flex;
    flex-direction: row;
  height: 100px;
    max-width: 1500px;
    min-width: 330px;
    margin: 0 auto; */ /*This will center it*/
  /*background-color: #212020;*/
}

/*==== Dealer Logo =======*/
.dlheader_top_logo {
  /*border: 1px solid black;*/
  display: inline-block;
  float: left;
  padding-top: 10px;
}
#dlheader_top_logo_image {
  height: 80px;
}
.dlheader_info {
  /*border: 1px solid black;*/
  display: table;
  /*width: 175px;*/
  /*height: 100px;*/
  /*float: left;*/
  margin-left: 10px;
  margin-top: 10px;
  text-align: left;
  border-right: 1px solid #ffffff6e;
  padding-right: 5vw;
}
.dlheader_info_row {
  display: table-row;
}
.dlheader_info_cell {
  display: table-cell;
}
.dlheader_info_sec_table {
  display: table;
}
.dlheader_info_sec_row1 {
  display: table-row;
}
.dlheader_name {
  /*border: 1px solid orange;*/
  /*display: table-cell;*/
  display: none;
}
.dlheader_info_sec_row2 {
  display: table-row;
}
.dlheader_info_sec_row2_cell {
  display: table-cell;
}
.dlheader_info a:link {
  text-decoration: none;
}

/*==== Address =======*/
.dlheader_address_container {
  /*border: 1px solid red;*/
  /*height: 42px;*/
  /*width: 500px;*/
  display: table;
  color: var(--AddressFontColor);
}
.dlheader_address_container_row {
  display: table-row;
}
.dlheader_address_image {
  /*background: url('../images/address.png') no-repeat;*/
  /*border: 1px solid yellow;*/
  width: 20px;
  height: 20px; /*This is set the height to cover how many lines it will cover*/
  /* float: left; */
  display: table-cell;
  margin-top: 3px;
}
.dlheader_address_icon {
  font-size: 20px;
  color: var(--MapIconColor);
}
.dlheader_address {
  /*border: 1px solid blue;*/
  display: table-cell;
  vertical-align: top;
}
.dlheader_address_street {
  /*border: 1px solid green;*/
  display: block;
}
.dlheader_city {
  /*border: 1px solid #ff00ff;*/
  display: block;
  /*width: 250px;*/
}
.dlheader_city_only {
  display: none;
}
/*===== Phone ========*/
.dlheader_phone_container_table {
  /*border: 1px solid violet;*/
  display: table;
  height: 22px;
  width: 140px;
  margin-top: 10px;
}
.dlheader_phone_container_row {
  display: flex;
}
.dlheader_phone_container_row div {
  margin: 0 1vw;
}
.dlheader_phone_image {
  /*border: 1px solid violet;*/
  display: table-cell;
  /*background: url('../images/phone.png') no-repeat;*/
  width: 20px;
  height: 20px; /*This is set the height to cover how many lines it will cover*/
  float: left;
  margin-right: 10px;
}
.dlheader_phone_icon {
  font-size: 20px;
  color: var(--PhoneIconColor);
}
.dlheader_phone_no {
  /*border: 1px solid #4c6b55;*/
  display: table-cell;
  color: var(--PhoneFontColor);
}
/* ============= Hours ===============*/
.dlheader_hours_container {
  /*border: 1px solid green;*/
  opacity: 1;
  /*These need to be controlled via @media. We control all aspects based on screen size*/
  /*height: 65px;*/
  /*width: 250px;*/
  /*float: right;*/
  /* margin-left: auto;*/
  /*order: 2;*/
  margin-top: 10px;
  display: flex;
  text-align: left;
  border-right: 1px solid #ffffff6e;
  padding-right: 5vw;
}

.dlheader_hours_image {
  /* border: 1px solid #ff00ff;*/
  /*background: url('../images/timing.png') no-repeat;*/
  width: 20px;
  height: 35px;
  float: left;
  margin-top: 3px;
  margin-right: 5px;
}
.dlheader_hours_icon {
  font-size: 20px;
  color: var(--HoursIconColor);
}
.dlheader_hours_shown {
  /*border: 1px solid #b4b4b4;*/
  display: flex;
  padding-left: 5px;
  line-height: 18px;
  color: var(--HoursFontColor);
}

@media (max-width: 1227px) {
  .dlheader_address_street {
    margin-left: 4px;
  }
}

@media (max-width: 850px) {
  .dlheader_hours_container,
  .dlheader_info {
    font-size: 12px;
    margin-top: 10px;
  }
  #dlheader_top_logo_image {
    height: 65px;
  }
}
@media (max-width: 625px) {
  .dlheader_hours_container {
    display: none;
  }
  .dlheader_info {
    margin-top: 5px;
  }
}
@media (max-width: 500px) {
  .dlheader_top {
    width: 99%;
  }

  .dlheader_address_street,
  .dlheader_city {
    display: none;
  }
  .dlheader_city_only {
    display: block;
  }
  .dlheader_info {
    /*width: 150px;*/
    /*height: 25px;*/
  }

  .dlheader_phone_container {
    width: 100px;
    margin-top: 0;
    margin-left: 0;
  }
  #dlheader_top_logo_image {
    height: 50px;
  }
}
@media (max-width: 400px) {
  #dlheader_top_logo_image {
    /*height: 40px;*/
  }
  .dlheader {
    max-width: 500px;
    min-width: 330px;
  }
}
.dlheader_top_mobile {
  display: none;
}

@media (min-width: 769px) {
  .dropdown:hover .dropdown-menu {
    display: block !important;
    margin-top: 0 !important;
    transition: 0.3s all ease-out;
  }
}

@media (max-width: 1176px) {
  .dlheader_top {

  }
  .dlheader_hours_container{
	display: none;
  }
  .dropdown-toggle::after {
    display: none !important;
  }
  .dlheader {
    max-height: 100px;
    border-bottom: 0;
  }
  /* .dlheader_top_mobile .open > .dropdown-menu {
    display: none;
  } */
  .dlheader_top_mobile {
    display: block;
border-bottom: 7px solid #e6603a;
  }
  .dlheader_top_mobile .top-mob-view {
    display: flex;
    justify-content: space-between;
    background-color: #212020;
    padding: 2.5vw;
    max-height: 100px;
  }
  /* .dlheader_top_mobile .mob-sec-1 {
    padding: 3vw 2vw 2vw 4vw;
  } */
  .dlheader_top_mobile .mob-sec-1 img {
    width: 78%;
    margin-top: -1.2em;
  }
  .dlheader_top_mobile .main-top-mob {
    display: flex;
    /* margin: 3vw 4vw 0 0; */
  }
  .dlheader_top_mobile .mob-sec-2 ul > li {
    display: inline-block;
  }
  .dlheader_top_mobile .main-top-mob i {
    font-size: 3vw;
    color: #fff;
    border: 0.1vw solid #fff;
    padding: 1vw 0 1vw 0.5vw;
    margin: 0 2vw;
  }
  .dlheader_top_mobile .fa.fa-clock-o {
    padding: 1vw 1.2vw 1vw 1.5vw !important;
  }
  /* .dlheader_top_mobile .main-top-mob .fa-clock-o {
    padding: 3vw 2vw 3vw 1.5vw;
  } */
  .dlheader_top_mobile .hours-mobile-ul {
    padding-left: 0;
  }
  .dlheader_top_mobile .item2-mob ul > li {
    display: inline-block;
  }
  .dlheader_top_mobile .hours-mobile {
    left: -12em !important;
    width: 17em !important;
    min-width: 22vw;
    background: #212020;
  }
  .dlheader_top_mobile #mobile-table {
    color: #fff;
  }
  .dlheader_top_mobile .hours-mobile #mobile-table td,
  .dlheader_top_mobile .hours-mobile #mobile-table th {
    padding: 7px 11px;
  }
}
@media (max-width: 768px) {
  .dlheader_top_mobile .hours-mobile {
    left: -12em !important;
    width: 17em !important;
    min-width: 22vw;
    background: #212020;
  }
  .dlheader_top_mobile .mob-sec-1 img {
    margin-top: -0.5em;
  }
  .dlheader_top_mobile .main-top-mob i {
    font-size: 5vw;
    color: #fff;
    border: 0.1vw solid #fff;
    padding: 3vw 0 3vw 0.5vw;
    margin: 0 2vw;
  }
  .dlheader_top_mobile .fa.fa-clock-o {
    padding: 3vw 1.2vw 3vw 1.5vw !important;
  }
}
@media (max-width: 500px) {
  .dlheader_top_mobile .mob-sec-1 img {
    width: 115%;
    margin-top: 0;
  }
  .dlheader_top_mobile .main-top-mob i {
    font-size: 8vw;
    color: #fff;
    border: 0.1vw solid #fff;
    padding: 3vw 0 3vw 0.5vw;
    margin: 0 2vw;
  }
}
@media (max-width: 400px) {
  .dlheader_top_mobile .mob-sec-1 img {
    width: 115%;
  }
  .dlheader_top_mobile .hours-mobile {
    left: -1em !important;
    width: 17em;
  }
}
@media (max-width: 370px) {
  .dlheader_top_mobile .hours-mobile {
    left: -6em !important;
    width: 17em;
  }
}
