.announce-badge-wrapper {
  width: 100%;
  background: #f8f8f8;
  padding: 5px 0px 15px 0px;
}

.announce-badge {
  background-color: rgba(222, 239, 255, 0.51);
  padding: 12px 10px;
  border-radius: 8px;
  width: 100%;
}

.announce-badge a {
  color: #142c73;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 13px;
}

.announce-badge span {
  font-weight: 600;
}

.announce-badge .info-container {
  margin-left: 11.5px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.announce-badge.is-orange {
  background-color: rgba(229, 106, 23, 0.15);
}

.announce-badge.is-orange a {
  color: #e56a17;
}

.announce-badge-wrapper .col-xs-6:first-of-type {
  padding-right: 5px;
}

.announce-badge-wrapper .col-xs-6:last-of-type {
  padding-left: 5px;
}

#header .ssa-searchblock-top {
  padding-top: 0 !important;
  margin-top: 0;
  -webkit-box-flex: 1 !important;
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important;
}

header#header .shopping_cart {
  order: 2;
  margin-right: 15px !important;
}

#header .ssa-button-search {
  border-radius: 0 5px 5px 0;
}

.header_bottom_nav .announce-badge {
  width: auto;
  display: none;
  padding: 4px 10px;
  background-color: rgba(222, 239, 255, 1);
}

.header_bottom_nav .announce-badge a {
  text-align: left;
  line-height: 16px;
}

/* .header_bottom_nav .announce-badge .info-container {
	align-items: self-start;
} */

.cs-menu-container .menu-item > a {
  padding: 16px 8px;
}

@media (max-width: 1199px) {
  #header .ssa-searchblock.ssa-searchblock-top {
    width: auto;
  }
}

@media (min-width: 768px) {
  .header_bottom_nav .announce-badge {
    display: block;
  }
  .header_bottom_nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  #header .row #header_logo {
    top: 0;
  }
  .header_bottom_row {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  #header .ssa-searchblock form {
    max-width: 400px;
    margin: auto;
    float: none;
  }
  .announce-badge-wrapper {
    display: none;
  }
}

@media (max-width: 575px) {
  .announce-badge {
    padding: 12px 6px;
  }
  .announce-badge a {
    font-size: 12px;
  }
  .announce-badge .info-container {
    margin-left: 10px;
  }

  .announce-badge.is-orange .info-container {
    margin-left: 15px;
  }
}

.header_bottom.affix {
  position: static;
}

@media (max-width: 767px) {
  .header_bottom.affix {
    position: fixed !important;
    top: 0;
    left: 0;
    z-index: 22;
    width: 100%;
  }

  .header_bottom.affix .ssa-searchblock {
    display: none;
  }

  .header_bottom.affix #header_logo img {
    width: 126px;
    margin-left: 0;
  }
}
