/* Static CP Ecom Header */
.header-static {
  border-bottom: 1px #ccc solid;
  color: #333;
  font-family: Roboto, Arial, sans-serif;
  font-weight: 300;
  line-height: 1.4em;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.header-static a {
  color: #2E4787;
  text-decoration: none;
}
.header-static .header-row.links {
  background: #2E4787;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  line-height: 24px;
  padding: 4px 0 2px;
  position: relative;
}
.header-static .header-row.links a {
  color: #fff;
}
.header-static .header-row.links .number {
  padding: 0 24px;
}
@media only screen and (max-device-width: 767px) and (min-device-width: 320px) {
  .header-static .header-row.links .number {
    text-align: center;
  }
}
.header-static .header-row.links .number a {
  color: #ffce05 !important;
  font-weight: bold !important;
}
.header-static .header-row.links .retrievequote {
  position: absolute;
  right: 120px;
  top: 4px;
}
.header-static .header-row.links .retrievequote a {
  color: #fff !important;
}
@media only screen and (max-device-width: 767px) and (min-device-width: 320px) {
  .header-static .header-row.links .retrievequote {
    display: none;
  }
}
.header-static .header-row.links .retrievequote svg {
  vertical-align: text-top;
}
.header-static .header-row.links .trackorder {
  position: absolute;
  right: 24px;
  top: 4px;
}
.header-static .header-row.links .trackorder a {
  color: #fff !important;
}
@media only screen and (max-device-width: 767px) and (min-device-width: 320px) {
  .header-static .header-row.links .trackorder {
    display: none;
  }
}
.header-static .header-row.links .trackorder svg {
  vertical-align: text-top;
}
.header-static .header-row.top {
  display: flex;
  line-height: 0;
  padding: 16px;
  position: relative;
}
@media only screen and (max-device-width: 767px) and (min-device-width: 320px) {
  .header-static .header-row.top {
    flex-wrap: wrap;
    padding: 4px 16px 12px;
  }
}
.header-static .header-row.top .logo {
  padding-top: 2px;
  width: 250px;
}
@media only screen and (max-device-width: 767px) and (min-device-width: 320px) {
  .header-static .header-row.top .logo {
    padding-top: 0;
  }
}
@media only screen and (max-device-width: 359px) {
  .header-static .header-row.top .logo {
    padding-top: 2px;
    width: 200px;
  }
}
.header-static .header-row.top .search {
  padding: 0 32px;
  width: 70%;
}
@media only screen and (max-device-width: 767px) and (min-device-width: 320px) {
  .header-static .header-row.top .search {
    flex-basis: 100%;
    margin-top: 4px;
    order: 4;
    padding: 0;
  }
}
.header-static .header-row.top .search .search-bar {
  border: 2px #2E4787 solid;
  border-radius: 60px;
  box-sizing: border-box;
  height: 50px;
  position: relative;
}
@media only screen and (max-device-width: 767px) and (min-device-width: 320px) {
  .header-static .header-row.top .search .search-bar {
    height: 45px;
  }
}
.header-static .header-row.top .search .search-bar input[type=search] {
  border: 0;
  font-size: 16px;
  left: 16px;
  outline: none;
  padding: 8px 0;
  position: absolute;
  top: 7px;
  width: 85%;
}
@media only screen and (max-device-width: 1023px) and (min-device-width: 768px) {
  .header-static .header-row.top .search .search-bar input[type=search] {
    width: 80%;
  }
}
@media only screen and (max-device-width: 767px) and (min-device-width: 320px) {
  .header-static .header-row.top .search .search-bar input[type=search] {
    height: 40px;
    padding: 0;
    top: 1px;
    width: 78%;
  }
}
.header-static .header-row.top .search .search-bar input[type=search]::placeholder {
  color: #999;
}
.header-static .header-row.top .search .search-bar button {
  background: none;
  border: 0;
}
.header-static .header-row.top .search .search-bar button i {
  color: #2E4787;
  font-size: 40px;
  position: absolute;
  right: 8px;
  top: 3px;
}
@media only screen and (max-device-width: 767px) and (min-device-width: 320px) {
  .header-static .header-row.top .search .search-bar button i {
    font-size: 32px;
  }
}
.header-static .header-row.top .myaccount {
  display: inline-table;
  padding-top: 8px;
  width: 150px;
}
@media only screen and (max-device-width: 1023px) {
  .header-static .header-row.top .myaccount {
    width: 50px;
  }
}
@media only screen and (max-device-width: 767px) and (min-device-width: 320px) {
  .header-static .header-row.top .myaccount {
    position: absolute;
    right: 44px;
  }
}
@media only screen and (max-device-width: 359px) {
  .header-static .header-row.top .myaccount {
    right: 40px;
    width: 45px;
  }
}
.header-static .header-row.top .myaccount svg {
  vertical-align: middle;
}
.header-static .header-row.top .myaccount a:hover {
  color: #2E4787 !important;
}
.header-static .header-row.top .myaccount strong {
  display: inline-block;
  margin: 6px 0 0 4px;
}
@media only screen and (max-device-width: 1023px) {
  .header-static .header-row.top .myaccount strong {
    display: none;
  }
}
.header-static .header-row.top .cart {
  padding-top: 8px;
  width: 50px;
}
@media only screen and (max-device-width: 767px) and (min-device-width: 320px) {
  .header-static .header-row.top .cart {
    position: absolute;
    right: 0;
  }
}
@media only screen and (max-device-width: 359px) {
  .header-static .header-row.top .cart {
    width: 45px;
  }
}
.header-static .header-row.top .cart svg {
  vertical-align: middle;
}