.header-primary {
  background-color: #fff;
}

.top-line {
  background-color: #C6CED733;
  padding-top: 22px;
  padding-bottom: 16px;
  border-top: 3px solid #E90303;
  margin-top: 1px;
}

.top-line .text {
  font-size: 13px;
}

.top-line .address {
  font-size: 16px;
  font-weight: 100;
  color: #040404;
}

.top-line .map-pin {
  position: relative;
  margin-right: 15px;
  top: -2px;
}

.top-line .icon-phone {
  margin-right: 10px;
  position: relative;
  top: -3px;
}

.top-line .phone {
  font-weight: 600;
  font-size: 16px;
  text-decoration: none;
  color: #000;
  position: relative;
  top: -2px;
}

.company-name-text {
  font-weight: 700;
  font-size: 40px;
  color: #002603;
}

@media (max-width: 1200px) {
  .company-name-text {
    font-size: 32px;
  }
}


.form-control-email,
.input-group-pass {
  max-width: 222px;
}

@media (max-width: 1200px) {
  .form-control-email,
  .input-group-pass {
    max-width: initial;
  }
}

.header-login-form .form-control-email,
.header-login-form .form-control-pass {
  border-radius: 4px;
  border: 1px solid #E6E6E6;
  height: 50px;
}

.header-login-form .form-control-email:focus,
.header-login-form .form-control-pass:focus {
  outline: none;
  box-shadow: none;
}

.header-login-form .form-control-pass {
  border-right: none;
}

.header-login-form .input-group-text {
  background-color: #fff;
  border-left: none;
  border-color: #E6E6E6;
}

.remember-me-text {
  color: #666;
  font-size: 11px;
  font-weight: 300;
}

.header-login-form .login-button {
  height: 50px;
  padding-left: 56px;
  padding-right: 56px;
}

.header-icons a {
  color: #000;
}

.logo-link {
  top: -104px;
  left: 0;
}

@media (max-width: 767px) {
  .logo-link {
    position: relative !important;
    top: initial;
    left: initial;
    display: inline-block;
    margin-top: -15px;
    margin-bottom: -35px;
  }
}

.login-menu-item{
  margin-left:10px;
  margin-right:15px;
  -webkit-transition: -webkit-transform .1s linear;
  transition: -webkit-transform .1s linear;
  transition: transform .1s linear;
  transition: transform .1s linear, -webkit-transform .1s linear;
  display: inline-block;
}
.login-menu-item:hover{
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  z-index:100000;
}

.login-menu-item a{
  text-decoration:none;
  color:#040404;
}

.header-options {
  background: #000;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
}

.header-options .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-flags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header-flags span {
  position: relative;
  top: 2px;
}

.flag-usa img {
  margin-right: 14px;
}

.flag-usa span {
  margin-right: 41px;
}

.flag-can img {
  margin-right: 13px;
}

.header-menus {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header-menus .dropdown:first-child {
  margin-right: -10px;
}

.header-menus .bi-chevron-down {
  position: relative;
  font-size: 10px;
  top: -5px;
}

.header-menus .btn {
  background: transparent;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  border: none;
}

.header-menus .btn:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.header-menus .dropdown-item {
  background: #fff;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  color: #212529;
}

.header-menus .dropdown-item:hover {
  background: #e9ecef;
}

.header-menus .dropdown-item:active {
  background: #040404;
  color: #fff;
}

.header-main .header-form__submit {
  background: #040404;
}

.header-main .header-form__submit:hover {
  background: #040404;
}

.header-main .icon {
  padding-left: 44px;
  background: url("../img/header/icons/search.svg") no-repeat left;
  background-position: 18.5px 50%;
  background-size: 20px;
}

.header-main__search {
  margin-top: 25px;
  margin-bottom: 25px;
}

.header-main__search .br-0 {
  border-radius: 0!important;
}

.header-main__search .btn-secondary {
  border-color: #040404;
}

.header-main__search input[type=text]:focus {
  border-color: #ced4da !important;
}

.header-main__search form {
  border: none;
  margin-bottom: 0;
}

.header-main__search form:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.header-main__search form .input-group {
  width: 100%;
}

.header-main__search form input {
  border-radius: 6px;
}

.header-main__search form input:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.header-main__search form .btn {
  padding: 10px 24px;
  border-radius: 0 4px 4px 0;
}

.header-main__search form .btn:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.header-main__search form .btn:hover {
  color: #040404;
  background: #fff;
  border: 1px #040404 solid;
}

.header-main__search form .btn-secondary {
  background: #040404;
}

.header-favCart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-favCart .bi {
  font-size: 32px;
}

.header-favCart svg {
  margin: 0 16px 0 16px;
}

.header-favCart .header-cart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-favCart .header-cart a {
  -webkit-transition: all .1s linear;
  transition: all .1s linear;
}

.header-favCart .header-cart a svg {
  margin: 0;
}

.header-favCart .header-cart a:hover svg {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.header-favCart .header-cart__count {
  width: 18px;
  height: 18px;
  position: absolute;
  top: -4px;
  left: 24px;
}

.header-favCart .header-cart__count span {
  line-height: 18px;
  position: absolute;
  height: 18px;
  width: 18px;
  border-radius: 50%;
  color: #fff;
  display: block;
  background-color: #E73C3E;
  font-size: 10px;
  font-weight: 500;
  text-align: center;
}

.header-favCart .header-cart__amount {
  margin-left: 20px;
}

.header-favCart .header-cart__amount div {
  color: #4D4D4D;
}

.header-favCart .header-cart__amount div:nth-child(2) {
  font-size: 18px;
  font-weight: 500;
  color: #1A1A1A;
}

@media (max-width: 1000px) {
  .header-main__logos img:first-of-type {
    width: 150px;
    margin-right: 15px;
  }
  .header-main__logos img {
    width: 100px;
  }
}

/*@media (max-width: 992px) {*/
/*  .header-favCart {*/
/*    margin: 0 auto;*/
/*  }*/
/*  .header-favCart,*/
/*  .header-main__logos,*/
/*  .header-main__search {*/
/*    margin: 0 auto;*/
/*  }*/
/*  .header-favCart {*/
/*    margin-top: 30px;*/
/*  }*/
/*}*/

@media (max-width: 768px) {
  .header-main__logos {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .header-main__logos img:first-of-type {
    margin-right: 20px;
  }
  .header-main__logos img {
    width: 100px;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }
}

@media (max-width: 491px) {
  .flag-can img,
  .flag-usa img {
    width: 38px;
  }
  .flag-can span,
  .flag-usa span {
    display: none;
  }
  .header-menus .btn {
    font-size: 14px;
  }
}

@media (max-width: 420px) {
  .header-main__search form {
    width: 350px;
  }
}

@media (max-width: 370px) {
  .header-main__search form {
    width: 300px;
  }
}

@media (max-width: 320px) {
  .header-main__search form {
    width: 250px;
  }
}

@media (max-width: 296px) {
  img {
    margin-right: 0;
  }
}

@media (max-width: 274px) {
  img:first-of-type {
    margin-bottom: 20px;
  }
}
