.addressFixedHeader {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-shrink: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  background: #fafafa;
  color: rgba(0, 0, 0, 0.56);
  padding: 0 24px 16px 24px;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  box-sizing: border-box;
  border-color: #00000029;
  border-style: solid;
  border-width: 0; }
  .addressFixedHeader .fixedHeaderContainer {
    max-width: 1232px;
    padding-left: 24px;
    margin: -24px auto 0; }
  .addressFixedHeader .fixed-text {
    padding-right: 3px;
    letter-spacing: 0.02em;
    line-height: 1.6666666666666667;
    font-size: 0.75rem;
    font-weight: 300; }
  .addressFixedHeader button {
    border-width: 0;
    display: inline;
    padding: 0;
    cursor: pointer;
    text-align: left;
    -ms-touch-action: manipulation;
        touch-action: manipulation;
    background: none; }
    .addressFixedHeader button small {
      letter-spacing: 0.02em;
      font-size: 0.75rem;
      line-height: 1.6666666666666667;
      font-weight: 300;
      text-decoration: underline;
      color: rgba(0, 0, 0, 0.56);
      cursor: pointer; }

.at-top .addressFixedHeader .fixedHeaderContainer {
  max-width: 100%;
  padding-left: 0;
  margin: 0 auto; }

[data-action="Product-Show"] .attribute-header {
  height: 136px; }
  [data-action="Product-Show"] .attribute-header .attribute-wrapper.at-top + .addressFixedHeader {
    top: 0;
    position: absolute;
    width: 100%; }

[data-action="Product-Financing"] header ~ .addressFixedHeader,
[data-action="Product-Review"] header ~ .addressFixedHeader,
[data-action="Product-Checkout"] header ~ .addressFixedHeader {
  position: fixed;
  width: 100%;
  z-index: 2;
  padding-bottom: 0; }
  [data-action="Product-Financing"] header ~ .addressFixedHeader .fixedHeaderContainer,
  [data-action="Product-Review"] header ~ .addressFixedHeader .fixedHeaderContainer,
  [data-action="Product-Checkout"] header ~ .addressFixedHeader .fixedHeaderContainer {
    max-width: 1018px;
    padding: 0;
    margin: 0; }

@media screen and (max-width: 767px) {
  #choose-review-store .modal-dialog {
    width: 90%;
    left: 5%;
    margin: 0; }
  .addressFixedHeader {
    position: fixed;
    top: 64px;
    z-index: 2;
    width: 100%; }
    .addressFixedHeader .fixedHeaderContainer {
      max-width: 100%;
      padding-left: 0;
      margin: 0 auto;
      width: 100%; }
  .at-top .addressFixedHeader {
    position: relative;
    top: 0; } }
