@charset "UTF-8";
/*reassigning ootb bootstrap variables*/
/*grid defaults*/
/*grid defaults*/
/***  FONTS  ***/
/***  COLORS  ***/
/* Style Guide Colors */
/* lt gray */
/* lt gray */
/* dk gray */
/* lt blue */
/* md blue */
/* dk blue */
/* header */
/* header */
/*footer*/
/*footer*/
/* Account */
/* Account */
@media print {
  @page {
    size: A4;
    margin: 0mm !important; }
  html, body {
    width: 1024px !important; }
  body {
    margin: 0 auto !important; }
  h1 {
    text-decoration: underline !important; }
  .container {
    max-width: none !important; }
  .col-xs-1 {
    width: 8% !important;
    float: left !important; }
  .col-xs-2 {
    width: 17% !important;
    float: left !important; }
  .col-xs-3 {
    width: 25% !important;
    float: left !important; }
  .col-xs-4 {
    width: 33% !important;
    float: left !important; }
  .col-xs-5 {
    width: 42% !important;
    float: left !important; }
  .col-xs-6 {
    width: 50% !important;
    float: left !important; }
  .col-xs-7 {
    width: 58% !important;
    float: left !important; }
  .col-xs-8 {
    width: 67% !important;
    float: left !important; }
  .col-xs-9 {
    width: 75% !important;
    float: left !important; }
  .col-xs-10 {
    width: 83% !important;
    float: left !important; }
  .col-xs-11 {
    width: 92% !important;
    float: left !important; }
  .col-xs-12 {
    width: 100% !important;
    float: left !important; }
  .col-sm-1 {
    width: 8% !important;
    float: left !important; }
  .col-sm-2 {
    width: 17% !important;
    float: left !important; }
  .col-sm-3 {
    width: 25% !important;
    float: left !important; }
  .col-sm-4 {
    width: 33% !important;
    float: left !important; }
  .col-sm-5 {
    width: 42% !important;
    float: left !important; }
  .col-sm-6 {
    width: 50% !important;
    float: left !important; }
  .col-sm-7 {
    width: 58% !important;
    float: left !important; }
  .col-sm-8 {
    width: 67% !important;
    float: left !important; }
  .col-sm-9 {
    width: 75% !important;
    float: left !important; }
  .col-sm-10 {
    width: 83% !important;
    float: left !important; }
  .col-sm-11 {
    width: 92% !important;
    float: left !important; }
  .col-sm-12 {
    width: 100% !important;
    float: left !important; }
  .col-md-1 {
    width: 8% !important;
    float: left !important; }
  .col-md-2 {
    width: 17% !important;
    float: left !important; }
  .col-md-3 {
    width: 25% !important;
    float: left !important; }
  .col-md-4 {
    width: 33% !important;
    float: left !important; }
  .col-md-5 {
    width: 42% !important;
    float: left !important; }
  .col-md-6 {
    width: 50% !important;
    float: left !important; }
  .col-md-7 {
    width: 58% !important;
    float: left !important; }
  .col-md-8 {
    width: 67% !important;
    float: left !important; }
  .col-md-9 {
    width: 75% !important;
    float: left !important; }
  .col-md-10 {
    width: 83% !important;
    float: left !important; }
  .col-md-11 {
    width: 92% !important;
    float: left !important; }
  .col-md-12 {
    width: 100% !important;
    float: left !important; }
  .col-lg-1 {
    width: 8% !important;
    float: left !important; }
  .col-lg-2 {
    width: 17% !important;
    float: left !important; }
  .col-lg-3 {
    width: 25% !important;
    float: left !important; }
  .col-lg-4 {
    width: 33% !important;
    float: left !important; }
  .col-lg-5 {
    width: 42% !important;
    float: left !important; }
  .col-lg-6 {
    width: 50% !important;
    float: left !important; }
  .col-lg-7 {
    width: 58% !important;
    float: left !important; }
  .col-lg-8 {
    width: 67% !important;
    float: left !important; }
  .col-lg-9 {
    width: 75% !important;
    float: left !important; }
  .col-lg-10 {
    width: 83% !important;
    float: left !important; }
  .col-lg-11 {
    width: 92% !important;
    float: left !important; }
  .col-lg-12 {
    width: 100% !important;
    float: left !important; }
  a[href]:after {
    content: none !important; }
  /* cart styles */
  .item-price-column.hidden-sm-down {
    display: block !important; }
  .item-price-column.hidden-md-up {
    display: none !important; }
  /* receipt styles */
  .aafes-cart-row-head.hidden-sm-down {
    display: block !important;
    border-bottom: 1px solid black; }
  .col-md-offset-7 {
    margin-left: 58.3333333333%; }
  .aafes-checkout-address + div.hidden-sm-down {
    /* show the because of you image on the receipt */
    display: block !important; } }

.container-fluid {
  min-width: 320px; }
  @media only screen and (min-width: 992px) {
    .container-fluid {
      padding: 0; } }

.productImage a {
  display: inline-block;
  margin-right: 5px;
  border: 1px solid lightgray; }

.aafes-sku-id {
  color: #717171;
  font-size: 10px;
  line-height: 12px;
  padding-top: 4px; }

.aafes-body-container {
  padding-top: 15px; }

.aafes-breadcrumb {
  display: inline-block;
  margin-bottom: 1rem; }
  .aafes-breadcrumb a {
    font-size: 11px;
    color: #003a6a;
    text-transform: capitalize; }
    .aafes-breadcrumb a:not(:last-of-type):after {
      content: " »";
      display: inline-block;
      /* so it doesn't underline on hover */
      margin-left: 4px; }
  @media only screen and (max-width: 767px) {
    .aafes-breadcrumb:not(.omit-current-page) a {
      display: none; }
      .aafes-breadcrumb:not(.omit-current-page) a:nth-last-child(2) {
        font-size: 1rem;
        display: block; }
        .aafes-breadcrumb:not(.omit-current-page) a:nth-last-child(2):after {
          content: ""; }
        .aafes-breadcrumb:not(.omit-current-page) a:nth-last-child(2):before {
          content: "< "; }
    .aafes-breadcrumb.omit-current-page a {
      display: none; }
      .aafes-breadcrumb.omit-current-page a:nth-last-child(1) {
        font-size: 1rem;
        display: block; }
        .aafes-breadcrumb.omit-current-page a:nth-last-child(1):after {
          content: ""; }
        .aafes-breadcrumb.omit-current-page a:nth-last-child(1):before {
          content: "< "; } }
  .aafes-breadcrumb .back-to:before {
    content: "<< "; }
  .aafes-breadcrumb .back-to:after {
    content: " | "; }

.modal {
  padding-top: 5vh; }
  @media only screen and (max-width: 767px) {
    .modal {
      padding-top: 0; } }

.aafes-btn-close {
  float: right;
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  opacity: 0.9; }
  .aafes-btn-close span {
    width: 26px;
    height: 26px;
    border-radius: 13px;
    display: inline-block;
    background-color: #dadada;
    position: relative; }
    .aafes-btn-close span:after {
      left: 12px;
      width: 1px;
      height: 24px;
      background: #fff;
      transform: rotate(135deg);
      content: "";
      position: absolute;
      top: 1px; }
    .aafes-btn-close span:before {
      left: 12px;
      width: 1px;
      height: 24px;
      background: #fff;
      transform: rotate(45deg);
      content: "";
      position: absolute;
      top: 1px; }
  .aafes-btn-close:hover span {
    background-color: #3370a1; }

.aafes-btn-sm-close {
  float: right;
  padding: 4px;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  opacity: 0.9; }
  .aafes-btn-sm-close span {
    width: 14px;
    height: 14px;
    border-radius: 7px;
    display: inline-block;
    background-color: #dadada;
    position: relative; }
    .aafes-btn-sm-close span:after {
      left: 6px;
      width: 1px;
      height: 14px;
      background: #fff;
      transform: rotate(135deg);
      content: "";
      position: absolute;
      top: 0px; }
    .aafes-btn-sm-close span:before {
      left: 6px;
      width: 1px;
      height: 14px;
      background: #fff;
      transform: rotate(45deg);
      content: "";
      position: absolute;
      top: 0px; }
  .aafes-btn-sm-close:hover span {
    background-color: #3370a1; }

.quick-view {
  display: none;
  background-color: white;
  border: 1px solid #dadada;
  border-radius: 8px;
  font-weight: bold;
  height: 32px;
  width: 84px;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -16px;
  margin-left: -42px;
  text-transform: capitalize;
  cursor: pointer; }

.border-between > [class*='col-']:before,
.border-between > [class*='col-']:after {
  background: #dadada;
  bottom: 0;
  content: " ";
  position: absolute;
  width: 1px;
  top: 0; }

.border-between > [class*='col-']:before {
  left: 0; }

.border-between > [class*='col-']:after {
  right: -1px; }

.border-between > [class*='col-']:first-child:before,
.border-between > [class*='col-']:last-child:after {
  display: none; }

.aafes-flex {
  display: flex; }
  .aafes-flex.horizontal {
    flex-direction: row; }
  .aafes-flex.space-between {
    justify-content: space-between; }
  .aafes-flex.wrap {
    flex-wrap: wrap; }
  .aafes-flex img {
    align-self: baseline; }
  .aafes-flex .centered {
    align-self: center; }
    .aafes-flex .centered img {
      align-self: center; }

.aafes-modal {
  width: 100%;
  max-width: 700px; }
  .aafes-modal .modal-content {
    border-radius: 0; }
    .aafes-modal .modal-content .modal-header {
      border-bottom: none; }
      .aafes-modal .modal-content .modal-header .modal-title {
        display: inline-block; }
      .aafes-modal .modal-content .modal-header.shaded {
        margin: .5rem;
        padding: .3rem;
        background-color: #eaf0f5; }
    .aafes-modal .modal-content .modal-body {
      width: auto !important; }
  .aafes-modal .modal-footer {
    border-top: none; }
  @media only screen and (max-width: 767px) {
    .aafes-modal {
      padding-top: 0; }
      .aafes-modal.modal-dialog {
        margin: 0; } }

/* Style Guide Styles */
/* this is a special form label case, only used in footer */
.aafes-form-label {
  font-size: .8rem;
  font-weight: bold;
  display: block; }

.aafes-select {
  border: 1px solid #717171;
  padding: 3px 25px 3px 5px;
  background: url(/ux/themes/main/common/img/graydownarrow.png) no-repeat right center white;
  text-indent: 0.01px;
  -webkit-appearance: none;
  text-overflow: "";
  -moz-appearance: none;
  appearance: none; }

select.aafes-select::-ms-expand {
  display: none; }

.aafes-textarea {
  border: 1px solid #717171; }

.aafes-menu-simple {
  padding: 14px 9px; }
  .aafes-menu-simple .dropdown-item {
    color: #003a6a;
    font-size: 12px;
    padding: 0.45rem 0.35rem; }
    .aafes-menu-simple .dropdown-item:before {
      content: "\f054  ";
      font-family: FontAwesome, serif;
      font-weight: bold; }
    .aafes-menu-simple .dropdown-item:hover {
      box-shadow: inset 0 0 2px #dadada, 1px 1px 1px #dadada, -1px 1px 1px #dadada;
      background-color: white; }

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none; }

input, select, textarea {
  font-size: .75rem; }
  @media only screen and (max-width: 991px) {
    input, select, textarea {
      font-size: 1rem; } }

/*
swatch colors
these classes are tied to colors used by endeca
*/
.aafes-swatch {
  background: transparent none 0 0 cover no-repeat; }
  .aafes-swatch.black {
    background-image: url("/ux/themes/main/common/img/icon_black.jpg"); }
  .aafes-swatch.blue {
    background-image: url("/ux/themes/main/common/img/icon_blue.jpg"); }
  .aafes-swatch.brown {
    background-image: url("/ux/themes/main/common/img/icon_brown.jpg"); }
  .aafes-swatch.camouflage {
    background-image: url("/ux/themes/main/common/img/icon_camouflage.jpg"); }
  .aafes-swatch.gold {
    background-image: url("/ux/themes/main/common/img/icon_gold.jpg"); }
  .aafes-swatch.gray {
    background-image: url("/ux/themes/main/common/img/icon_gray.jpg"); }
  .aafes-swatch.green {
    background-image: url("/ux/themes/main/common/img/icon_green.jpg"); }
  .aafes-swatch.ivory {
    background-image: url("/ux/themes/main/common/img/icon_ivory.jpg"); }
  .aafes-swatch.lime {
    background-image: url("/ux/themes/main/common/img/icon_lime.jpg"); }
  .aafes-swatch.multi {
    background-image: url("/ux/themes/main/common/img/icon_multicolor.png"); }
  .aafes-swatch.multicolor {
    background-image: url("/ux/themes/main/common/img/icon_multicolor.jpg"); }
  .aafes-swatch.nocolor {
    background-image: url("/ux/themes/main/common/img/icon_nocolor.jpg"); }
  .aafes-swatch.olive {
    background-image: url("/ux/themes/main/common/img/icon_olive.jpg"); }
  .aafes-swatch.orange {
    background-image: url("/ux/themes/main/common/img/icon_orange.jpg"); }
  .aafes-swatch.pink {
    background-image: url("/ux/themes/main/common/img/icon_pink.jpg"); }
  .aafes-swatch.purple {
    background-image: url("/ux/themes/main/common/img/icon_purple.jpg"); }
  .aafes-swatch.red {
    background-image: url("/ux/themes/main/common/img/icon_red.jpg"); }
  .aafes-swatch.silver {
    background-image: url("/ux/themes/main/common/img/icon_silver.jpg"); }
  .aafes-swatch.tan {
    background-image: url("/ux/themes/main/common/img/icon_tan.jpg"); }
  .aafes-swatch.violet {
    background-image: url("/ux/themes/main/common/img/icon_violet.jpg"); }
  .aafes-swatch.white {
    background-image: url("/ux/themes/main/common/img/icon_white.jpg"); }
  .aafes-swatch.yellow {
    background-image: url("/ux/themes/main/common/img/icon_yellow.jpg"); }

.aafes-progress-path {
  margin: 24px 0 33px 0; }
  .aafes-progress-path ul {
    list-style-type: none;
    padding: 0; }
    .aafes-progress-path ul li {
      font-size: 18px;
      color: #bebebe;
      font-weight: 500;
      display: inline-block; }
      .aafes-progress-path ul li a {
        font-size: 18px;
        color: #bebebe;
        font-weight: 500;
        text-decoration: none; }
      .aafes-progress-path ul li:not(:last-child):after {
        content: "\f054";
        margin: 0 5px 0 10px;
        color: #bebebe;
        font-family: FontAwesome, serif; }
      .aafes-progress-path ul li.active {
        color: #516b9f;
        font-weight: bold; }
        .aafes-progress-path ul li.active a {
          color: #516b9f;
          font-weight: bold; }
  @media only screen and (max-width: 991px) {
    .aafes-progress-path {
      font-size: 16px; }
      .aafes-progress-path ul li:not(:last-child):after {
        margin: 0 5px;
        font-family: FontAwesome, serif; } }
  @media only screen and (max-width: 767px) {
    .aafes-progress-path {
      font-size: 14px; }
      .aafes-progress-path ul li .step-details {
        display: none; }
      .aafes-progress-path ul li:not(:last-child):after {
        margin: 0 5px;
        font-family: FontAwesome, serif; }
      .aafes-progress-path ul li.active .step-details {
        display: inline-block; }
      .aafes-progress-path ul li.active .step-name {
        display: none; } }
  @media only screen and (max-width: 991px) {
    .aafes-progress-path {
      font-size: 13px; }
      .aafes-progress-path ul li:not(:last-child):after {
        margin: 0 0 0 10px; } }

a.button.show-more,
.aafes-back-to-top {
  background-color: #003a6a;
  color: white;
  font-weight: bold;
  border-radius: 8px 0 0 8px;
  padding: 0.5rem;
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 10;
  text-decoration: none; }
  a.button.show-more:before,
  .aafes-back-to-top:before {
    content: "\f077  ";
    font-family: FontAwesome, serif;
    color: white; }
  a.button.show-more:hover,
  .aafes-back-to-top:hover {
    background-color: white;
    color: #003a6a;
    border: 1px solid lightgray; }
    a.button.show-more:hover:before,
    .aafes-back-to-top:hover:before {
      color: #003a6a; }
  .pdp-accordion-content a.button.show-more, .pdp-accordion-content
  .aafes-back-to-top {
    position: absolute;
    top: 15px;
    bottom: auto; }

/* rule needed to give positioning to the back to top button */
#product1_rr, #product2_rr {
  position: relative; }
  #product1_rr .aafes-back-to-top, #product2_rr .aafes-back-to-top {
    position: absolute;
    top: 15px;
    bottom: auto; }

#cart1_rr, #cart2_rr {
  padding-top: 2rem;
  position: relative; }
  #cart1_rr h2 .fa-caret-up, #cart2_rr h2 .fa-caret-up {
    display: none; }
  #cart1_rr h2 .fa-caret-down, #cart2_rr h2 .fa-caret-down {
    display: none; }
  #cart1_rr .aafes-back-to-top, #cart2_rr .aafes-back-to-top {
    display: none; }

.aafes-carousel {
  padding: 10px 0;
  border-bottom: 1px solid #bebebe;
  margin-bottom: 10px; }
  .aafes-carousel div > a > img {
    display: block;
    max-width: 100%;
    height: auto !important;
    margin: 0 auto; }
  .aafes-carousel .slick-dotted.slick-slider {
    margin-bottom: 10px;
    padding-bottom: 25px; }
  .aafes-carousel .slick-dots {
    bottom: -15px; }
    .aafes-carousel .slick-dots > li {
      width: 30px;
      margin: 0;
      box-sizing: content-box;
      background-color: #ffffff; }
      .aafes-carousel .slick-dots > li:first-of-type {
        border-left: 15px solid #ffffff; }
      .aafes-carousel .slick-dots > li:last-of-type {
        border-right: 15px solid #ffffff; }
      .aafes-carousel .slick-dots > li > button {
        width: 30px; }
        .aafes-carousel .slick-dots > li > button::before {
          left: 50%;
          margin-left: -10px; }

.pagination-wrap, .pagination-wrap-simple {
  display: flex;
  flex-direction: row;
  justify-content: flex-end; }
  .pagination-wrap .separator, .pagination-wrap-simple .separator {
    border-right: 1px solid #dadada;
    margin: 0 1rem; }
  .pagination-wrap .items-per-page, .pagination-wrap-simple .items-per-page {
    float: left; }
    .pagination-wrap .items-per-page .aafes-select, .pagination-wrap-simple .items-per-page .aafes-select {
      margin-top: 0; }
  .pagination-wrap .buttons-wrap, .pagination-wrap-simple .buttons-wrap {
    display: flex;
    flex-direction: row; }
    .pagination-wrap .buttons-wrap .page-button, .pagination-wrap-simple .buttons-wrap .page-button {
      cursor: pointer;
      display: inline-block;
      border: 1px solid #dadada;
      padding: 4px 2px;
      line-height: 15px;
      background-color: white; }
      .pagination-wrap .buttons-wrap .page-button:not(:last-child), .pagination-wrap-simple .buttons-wrap .page-button:not(:last-child) {
        margin-right: 5px; }
      .pagination-wrap .buttons-wrap .page-button button, .pagination-wrap-simple .buttons-wrap .page-button button {
        background-color: white;
        border: none;
        cursor: pointer; }
      .pagination-wrap .buttons-wrap .page-button a, .pagination-wrap-simple .buttons-wrap .page-button a {
        padding: 1px 6px;
        text-decoration: none;
        color: #505050; }
      .pagination-wrap .buttons-wrap .page-button.current, .pagination-wrap-simple .buttons-wrap .page-button.current {
        background-color: #eaf0f5; }
        .pagination-wrap .buttons-wrap .page-button.current button, .pagination-wrap-simple .buttons-wrap .page-button.current button {
          background-color: #eaf0f5; }
      .pagination-wrap .buttons-wrap .page-button.page-arrow, .pagination-wrap-simple .buttons-wrap .page-button.page-arrow {
        min-width: 4rem;
        text-align: center; }
    .pagination-wrap .buttons-wrap .separator, .pagination-wrap-simple .buttons-wrap .separator {
      margin: 0 15px 0 10px; }
  @media only screen and (max-width: 991px) {
    .pagination-wrap, .pagination-wrap-simple {
      display: flex;
      flex-direction: row;
      align-self: flex-end; } }

@media only screen and (max-width: 575px) {
  .pagination-wrap-simple {
    justify-content: flex-start; }
    .pagination-wrap-simple .buttons-wrap .page-button {
      display: none; }
      .pagination-wrap-simple .buttons-wrap .page-button.current, .pagination-wrap-simple .buttons-wrap .page-button.page-arrow, .pagination-wrap-simple .buttons-wrap .page-button.previous, .pagination-wrap-simple .buttons-wrap .page-button.next {
        display: block; } }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pagination-wrap .buttons-wrap {
    display: flex;
    flex-direction: row; }
    .pagination-wrap .buttons-wrap .page-button {
      display: none; }
      .pagination-wrap .buttons-wrap .page-button.current, .pagination-wrap .buttons-wrap .page-button.page-arrow, .pagination-wrap .buttons-wrap .page-button.previous, .pagination-wrap .buttons-wrap .page-button.next {
        display: block; } }

@media only screen and (max-width: 767px) {
  .pagination-wrap .buttons-wrap {
    display: flex;
    flex-direction: row; }
    .pagination-wrap .buttons-wrap .page-button {
      display: none; }
      .pagination-wrap .buttons-wrap .page-button.current, .pagination-wrap .buttons-wrap .page-button.page-arrow {
        display: block; } }

.aafes-product-picker-options {
  border: 1px solid #717171;
  background-color: #eaf0f5; }
  .aafes-product-picker-options .container {
    width: 100%; }
  .aafes-product-picker-options p {
    margin-bottom: 0.3rem; }
  @media only screen and (min-width: 992px) {
    .aafes-product-picker-options .picker-section-wrap {
      display: table;
      width: 100%; } }
  .aafes-product-picker-options .bottom-section-a {
    padding: .6rem .8rem;
    background-color: white;
    border-right: 1px solid #717171; }
    @media only screen and (max-width: 991px) {
      .aafes-product-picker-options .bottom-section-a {
        border-right: none;
        border-bottom: 1px solid #717171; } }
    @media only screen and (min-width: 992px) {
      .aafes-product-picker-options .bottom-section-a {
        display: table-cell;
        width: 59%;
        padding-left: 2%;
        padding-right: 2%; } }
  .aafes-product-picker-options .bottom-section-b {
    padding: .6rem .8rem;
    text-align: center; }
    @media only screen and (min-width: 992px) {
      .aafes-product-picker-options .bottom-section-b {
        display: table-cell;
        width: 33%;
        padding-left: 2%;
        padding-right: 2%; } }
    .aafes-product-picker-options .bottom-section-b button {
      margin-top: 0.5rem;
      margin-bottom: 0.5rem; }
    .aafes-product-picker-options .bottom-section-b .product-status {
      font-size: 11px;
      color: #197b30; }
      .aafes-product-picker-options .bottom-section-b .product-status.out-stock-status {
        font-weight: bold;
        color: #da0f0f; }
  .aafes-product-picker-options .aafes-pdp-variants-header {
    color: #003a6a;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold; }
  .aafes-product-picker-options .variants-container {
    margin-bottom: 1rem; }
    .aafes-product-picker-options .variants-container a {
      cursor: pointer;
      color: #0275d8; }
      .aafes-product-picker-options .variants-container a:hover {
        text-decoration: underline; }
  .aafes-product-picker-options .aafes-variants-list {
    background-color: white;
    list-style: none;
    overflow-y: hidden;
    margin-right: -6px;
    /* offsets the right margin on the last swatch of each row */ }
    .aafes-product-picker-options .aafes-variants-list .swatch {
      float: left;
      padding-bottom: 9px;
      min-width: 78px; }
      .aafes-product-picker-options .aafes-variants-list .swatch.active a {
        background-color: #3370a1;
        border-color: #3370a1;
        color: #ffffff; }
      .aafes-product-picker-options .aafes-variants-list .swatch a {
        height: 100%;
        margin-left: 0;
        line-height: 108%;
        margin-right: 9px;
        color: #717171;
        border: 1px solid #717171;
        background-color: white;
        display: block;
        text-align: center;
        padding: 8px 3px;
        text-decoration: none;
        white-space: nowrap; }
    .aafes-product-picker-options .aafes-variants-list .color {
      float: left;
      padding-bottom: 9px;
      margin-right: 1rem; }
      .aafes-product-picker-options .aafes-variants-list .color a {
        display: inline-block;
        border: 2px solid #ffffff; }
      .aafes-product-picker-options .aafes-variants-list .color.active a {
        border-color: #3370a1; }
  .aafes-product-picker-options .pdp-delivery {
    margin: 0.625rem 0;
    padding: 0.625rem;
    background-color: #eaf0f5; }
    .aafes-product-picker-options .pdp-delivery .aafes-optiongroup label {
      display: inline; }
    .aafes-product-picker-options .pdp-delivery .aafes-optiongroup a {
      font-size: 80%; }
  .aafes-product-picker-options .pdp-personalization .personalization-input {
    border: 1px solid #717171;
    padding-left: 5px; }
  .aafes-product-picker-options .pdp-personalization .note {
    font-size: 11px;
    color: #3370a1;
    font-weight: bold; }
  .aafes-product-picker-options.no-picker .bottom-section-a {
    display: none !important;
    /* important needed to override QV */ }
  @media only screen and (min-width: 768px) {
    .aafes-product-picker-options.no-picker {
      float: right;
      width: 210px; } }

.jsOverflowContainer .jsOverflowBody {
  overflow-y: hidden;
  margin-bottom: 5px; }
  .jsOverflowContainer .jsOverflowBody.showAll {
    max-height: none !important;
    overflow-y: auto; }
  .jsOverflowContainer .jsOverflowBody.scrollable {
    max-height: 205px !important;
    overflow-y: auto !important;
    overflow-x: hidden; }

.military-star-card-holder {
  padding: 0.5rem;
  background-color: #eaf0f5;
  text-align: center; }
  .military-star-card-holder button {
    display: block;
    margin: 0 auto; }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .military-star-card-holder .aafes-flex {
    flex-direction: column-reverse; } }
  @media only screen and (max-width: 767px) {
    .military-star-card-holder {
      display: flex;
      justify-content: space-around;
      margin-top: 5px; }
      .military-star-card-holder button {
        align-self: baseline;
        margin-left: 1rem; }
      .military-star-card-holder img {
        align-self: baseline; } }

input[type="checkbox"].aafes-checkbox {
  position: relative;
  width: 18px;
  height: 18px;
  overflow: hidden;
  margin: 0;
  border: 0;
  outline: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  line-height: 1.3;
  vertical-align: middle;
  cursor: pointer;
  /* always use & + * AND & + input + *
	because the ATG dsp's for checkbox and radio spits out
	an extra hidden input between the input and the label */ }
  input[type="checkbox"].aafes-checkbox + *,
  input[type="checkbox"].aafes-checkbox + input + * {
    font-weight: normal;
    margin-left: 4px; }
  input[type="checkbox"].aafes-checkbox + *:before,
  input[type="checkbox"].aafes-checkbox + input + *:before {
    display: inline-block;
    width: 20px;
    height: 20px;
    font-size: 11px;
    line-height: 19px;
    background-color: white;
    margin: -2px 4px 0px -26px;
    border: 1px solid #E7E7E7;
    border-radius: 3px;
    vertical-align: middle;
    content: " ";
    color: #3370a1;
    overflow: hidden;
    text-align: center; }
  input[type="checkbox"].aafes-checkbox:checked + *:before,
  input[type="checkbox"].aafes-checkbox:checked + input + *:before {
    content: "";
    font-family: FontAwesome, serif; }
  input[type="checkbox"].aafes-checkbox[disabled] + *:before,
  input[type="checkbox"].aafes-checkbox[disabled] + input + *:before {
    content: ""; }
  input[type="checkbox"].aafes-checkbox[disabled]:checked + *:before,
  input[type="checkbox"].aafes-checkbox[disabled]:checked + input + *:before {
    content: "";
    font-family: FontAwesome, serif;
    color: #ECECEC; }

input[type="radio"].aafes-radio {
  position: relative;
  width: 18px;
  height: 18px;
  overflow: hidden;
  margin: 0;
  border: 0;
  outline: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  line-height: 1.3;
  vertical-align: middle;
  cursor: pointer;
  /* always use & + * AND & + input + *
	because the ATG dsp's for checkbox and radio spits out
	an extra hidden input between the input and the label */ }
  input[type="radio"].aafes-radio + *,
  input[type="radio"].aafes-radio + input + * {
    font-weight: normal;
    margin-left: 4px; }
  input[type="radio"].aafes-radio + *:before,
  input[type="radio"].aafes-radio + input + *:before {
    display: inline-block;
    width: 20px;
    height: 20px;
    font-size: 11px;
    line-height: 19px;
    background-color: white;
    margin: -2px 4px 0px -26px;
    border: 1px solid #E7E7E7;
    border-radius: 10px;
    vertical-align: middle;
    content: " ";
    color: #3370a1;
    overflow: hidden;
    text-align: center; }
  input[type="radio"].aafes-radio:checked + *:before,
  input[type="radio"].aafes-radio:checked + input + *:before {
    content: "";
    font-family: FontAwesome, serif; }
  input[type="radio"].aafes-radio[disabled] + *:before,
  input[type="radio"].aafes-radio[disabled] + input + *:before {
    content: ""; }
  input[type="radio"].aafes-radio[disabled]:checked + *:before,
  input[type="radio"].aafes-radio[disabled]:checked + input + *:before {
    content: "";
    font-family: FontAwesome, serif;
    color: #ECECEC; }

input:not([type=button]):not([type=checkbox]):not([type=radio]):not([type=reset]):not([type=submit]):not([type=file]) {
  -webkit-appearance: none;
  -moz-appearance: textfield;
  border: 1px solid #A9A9A9;
  padding: 4px 2px; }
  input:not([type=button]):not([type=checkbox]):not([type=radio]):not([type=reset]):not([type=submit]):not([type=file]).error {
    border: 1px solid #a71930; }

input:disabled, select:disabled, textarea:disabled {
  border: 1px solid #A9A9A9;
  color: #8b8b8b;
  background-color: #bebebe; }

select.error, input.error:not([type=button]):not([type=checkbox]):not([type=radio]):not([type=reset]):not([type=submit]):not([type=file]) {
  border: 1px solid #a71930 !important; }

.aafes-pdp-socials ul {
  list-style: none;
  padding: 0; }

.aafes-pdp-socials li {
  float: left;
  padding: 6px 6px 4px; }

/* STYLE GUIDE STYLES */
/*grid defaults*/
/*grid defaults*/
/***  FONTS  ***/
/***  COLORS  ***/
/* Style Guide Colors */
/* lt gray */
/* lt gray */
/* dk gray */
/* lt blue */
/* md blue */
/* dk blue */
/* header */
/* header */
/*footer*/
/*footer*/
/* Account */
/* Account */
/* General */
html {
  font-size: 16px; }

body {
  font-size: .75rem;
  line-height: 1.428571429;
  color: #333333;
  background-color: #fff; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0;
  margin-top: 0;
  font-size: 1rem;
  /* override default bootstrap */ }

hr {
  border-top: 1px solid #dadada; }

.container {
  max-width: 974px;
  width: auto; }
  @media only screen and (min-width: 1029px) {
    .container {
      max-width: 1024px; } }
  @media only screen and (max-width: 350px) {
    .container {
      padding-left: 10px;
      padding-right: 10px; } }

/* BEGIN patches to make bootstrap 3 act more like 4 */
.hidden-xs-up {
  display: none !important; }

@media (max-width: 575px) {
  /* 575 */
  .hidden-xs-down {
    display: none !important; } }

@media (min-width: 576px) {
  /* 576 */
  .hidden-sm-up {
    display: none !important; } }

@media (max-width: 767px) {
  /* 767 */
  .hidden-sm-down {
    display: none !important; } }

@media (min-width: 768px) {
  /* 768 */
  .hidden-md-up {
    display: none !important; } }

@media (max-width: 991px) {
  /* 991 */
  .hidden-md-down {
    display: none !important; } }

@media (min-width: 992px) {
  /* 992 */
  .hidden-lg-up {
    display: none !important; } }

@media (max-width: 1199px) {
  /* 1199 */
  .hidden-lg-down {
    display: none !important; } }

@media (min-width: 1200px) {
  /* 1200 */
  .hidden-xl-up {
    display: none !important; } }

.hidden-xl-down {
  display: none !important; }

@media print {
  /* this needs to be here to override the hidden- rules */
  .visible-print {
    display: block !important; }
  .hidden-print {
    display: none !important; } }

/*grid defaults*/
/*grid defaults*/
/***  FONTS  ***/
/***  COLORS  ***/
/* Style Guide Colors */
/* lt gray */
/* lt gray */
/* dk gray */
/* lt blue */
/* md blue */
/* dk blue */
/* header */
/* header */
/*footer*/
/*footer*/
/* Account */
/* Account */
.container-fluid {
  margin-left: auto;
  margin-right: auto;
  padding: 0; }
  .container-fluid::after {
    content: "";
    display: table;
    clear: both; }

.navbar-toggler {
  width: 2.5em;
  height: 2em;
  padding: 0.5rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent no-repeat center center;
  -webkit-background-size: 24px 24px;
  background-size: 24px 24px;
  border: 1px solid transparent;
  border-radius: 0; }

.navbar-nav {
  margin: 0; }
  .navbar-nav .nav-link {
    display: block;
    padding-top: .425rem;
    padding-bottom: .425rem;
    line-height: 15px; }

.navbar-light .navbar-toggler {
  border-color: rgba(0, 0, 0, 0.1); }

.nav-inline li {
  display: inline-block !important; }

.img-fluid {
  max-width: 100%;
  height: auto; }

.row.centered {
  text-align: center;
  font-size: 0;
  /* needed as line breaks will cause a visible space in between display inline elements */ }
  .row.centered > div {
    font-size: 12px;
    /* reset back from 0 as noted in comment above */
    text-align: left;
    display: inline-block !important;
    float: none !important; }

.pt-0 {
  padding-top: 0 !important; }

.pt-1 {
  padding-top: 1em !important; }

.pt-2 {
  padding-top: 2em !important; }

.pt-3 {
  padding-top: 3em !important; }

.pb-0 {
  padding-bottom: 0 !important; }

.pb-1 {
  padding-bottom: 1em !important; }

.pb-2 {
  padding-bottom: 2em !important; }

.pb-3 {
  padding-bottom: 3em !important; }

.pr-0 {
  padding-right: 0 !important; }

.pr-1 {
  padding-right: 1em !important; }

.pr-2 {
  padding-right: 2em !important; }

.pr-3 {
  padding-right: 3em !important; }

.pl-0 {
  padding-left: 0 !important; }

.pl-1 {
  padding-left: 1em !important; }

.pl-2 {
  padding-left: 2em !important; }

.pl-3 {
  padding-left: 3em !important; }

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important; }

.py-1 {
  padding-top: 1em !important;
  padding-bottom: 1em !important; }

.py-2 {
  padding-top: 2em !important;
  padding-bottom: 2em !important; }

.py-3 {
  padding-top: 3em !important;
  padding-bottom: 3em !important; }

.px-0 {
  padding-left: 0 !important;
  padding-right: 0 !important; }

.px-1 {
  padding-left: 1em !important;
  padding-right: 1em !important; }

.px-2 {
  padding-left: 2em !important;
  padding-right: 2em !important; }

.px-3 {
  padding-left: 3em !important;
  padding-right: 3em !important; }

.p-0 {
  padding: 0 !important; }

.p-1 {
  padding: 1em !important; }

.p-2 {
  padding: 2em !important; }

.p-3 {
  padding: 3em !important; }

.mt-0 {
  margin-top: 0 !important; }

.mt-1 {
  margin-top: 1em !important; }

.mt-2 {
  margin-top: 2em !important; }

.mt-3 {
  margin-top: 3em !important; }

.mb-0 {
  margin-bottom: 0 !important; }

.mb-1 {
  margin-bottom: 1em !important; }

.mb-2 {
  margin-bottom: 2em !important; }

.mb-3 {
  margin-bottom: 3em !important; }

.mr-0 {
  margin-right: 0 !important; }

.mr-1 {
  margin-right: 1em !important; }

.mr-2 {
  margin-right: 2em !important; }

.mr-3 {
  margin-right: 3em !important; }

.ml-0 {
  margin-left: 0 !important; }

.ml-1 {
  margin-left: 1em !important; }

.ml-2 {
  margin-left: 2em !important; }

.ml-3 {
  margin-left: 3em !important; }

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important; }

.my-1 {
  margin-top: 1em !important;
  margin-bottom: 1em !important; }

.my-2 {
  margin-top: 2em !important;
  margin-bottom: 2em !important; }

.my-3 {
  margin-top: 3em !important;
  margin-bottom: 3em !important; }

.mx-0 {
  margin-left: 0 !important;
  margin-right: 0 !important; }

.mx-1 {
  margin-left: 1em !important;
  margin-right: 1em !important; }

.mx-2 {
  margin-left: 2em !important;
  margin-right: 2em !important; }

.mx-3 {
  margin-left: 3em !important;
  margin-right: 3em !important; }

.m-0 {
  margin: 0 !important; }

.m-1 {
  margin: 1em !important; }

.m-2 {
  margin: 2em !important; }

.m-3 {
  margin: 3em !important; }

.border-0 {
  border: none !important; }

.h-100 {
  height: 100% !important; }

.w-100 {
  width: 100% !important; }

.float-left {
  float: left !important; }

.float-right {
  float: right !important; }

.float-none {
  float: none !important; }

.lower-case {
  text-transform: lowercase !important; }

.text-center {
  text-align: center !important; }

.text-right {
  text-align: right !important; }

.text-left {
  text-align: left !important; }

.d-flex {
  display: flex !important; }

.d-inline {
  display: inline !important; }

.d-inline-block {
  display: inline-block !important; }

.d-block {
  display: block !important; }

/* XS media query irrelevant */
.text-xs-left {
  text-align: left !important; }

.text-xs-center {
  text-align: center !important; }

.text-xs-right {
  text-align: right !important; }

.float-xs-left {
  float: left !important; }

.float-xs-right {
  float: right !important; }

.px-xs-0 {
  padding-left: 0 !important;
  padding-right: 0 !important; }

.px-xs-1 {
  padding-left: 1em !important;
  padding-right: 1em !important; }

.py-xs-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important; }

.py-xs-1 {
  padding-top: 1em !important;
  padding-bottom: 1em !important; }

.pt-xs-0 {
  padding-top: 0 !important; }

.pt-xs-1 {
  padding-top: 1em !important; }

.pr-xs-0 {
  padding-right: 0 !important; }

.pr-xs-1 {
  padding-right: 1em !important; }

.pb-xs-0 {
  padding-bottom: 0 !important; }

.pb-xs-1 {
  padding-bottom: 1em !important; }

.pl-xs-0 {
  padding-left: 0 !important; }

.pl-xs-1 {
  padding-left: 1em !important; }

.mt-xs-0 {
  margin-top: 0 !important; }

.mt-xs-1 {
  margin-top: 1em !important; }

.mr-xs-0 {
  margin-right: 0 !important; }

.mr-xs-1 {
  margin-right: 1em !important; }

.mb-xs-0 {
  margin-bottom: 0 !important; }

.mb-xs-1 {
  margin-bottom: 1em !important; }

.ml-xs-0 {
  margin-left: 0 !important; }

.ml-xs-1 {
  margin-left: 1em !important; }

.d-xs-flex {
  display: flex !important; }

.d-xs-inline {
  display: inline !important; }

.d-xs-inline-block {
  display: inline-block !important; }

.d-xs-block {
  display: block !important; }

@media only screen and (min-width: 576px) {
  .text-sm-left {
    text-align: left !important; }
  .text-sm-center {
    text-align: center !important; }
  .text-sm-right {
    text-align: right !important; }
  .float-sm-left {
    float: left !important; }
  .float-sm-right {
    float: right !important; }
  .px-sm-0 {
    padding-left: 0 !important;
    padding-right: 0 !important; }
  .px-sm-1 {
    padding-left: 1em !important;
    padding-right: 1em !important; }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .py-sm-1 {
    padding-top: 1em !important;
    padding-bottom: 1em !important; }
  .pt-sm-0 {
    padding-top: 0 !important; }
  .pt-sm-1 {
    padding-top: 1em !important; }
  .pr-sm-0 {
    padding-right: 0 !important; }
  .pr-sm-1 {
    padding-right: 1em !important; }
  .pb-sm-0 {
    padding-bottom: 0 !important; }
  .pb-sm-1 {
    padding-bottom: 1em !important; }
  .pl-sm-0 {
    padding-left: 0 !important; }
  .pl-sm-1 {
    padding-left: 1em !important; }
  .mt-sm-0 {
    margin-top: 0 !important; }
  .mt-sm-1 {
    margin-top: 1em !important; }
  .mr-sm-0 {
    margin-right: 0 !important; }
  .mr-sm-1 {
    margin-right: 1em !important; }
  .mb-sm-0 {
    margin-bottom: 0 !important; }
  .mb-sm-1 {
    margin-bottom: 1em !important; }
  .ml-sm-0 {
    margin-left: 0 !important; }
  .ml-sm-1 {
    margin-left: 1em !important; }
  .d-sm-flex {
    display: flex !important; }
  .d-sm-inline {
    display: inline !important; }
  .d-sm-inline-block {
    display: inline-block !important; }
  .d-sm-block {
    display: block !important; } }

@media only screen and (min-width: 768px) {
  .text-md-left {
    text-align: left !important; }
  .text-md-center {
    text-align: center !important; }
  .text-md-right {
    text-align: right !important; }
  .float-md-left {
    float: left !important; }
  .float-md-right {
    float: right !important; }
  .px-md-0 {
    padding-left: 0 !important;
    padding-right: 0 !important; }
  .px-md-1 {
    padding-left: 1em !important;
    padding-right: 1em !important; }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .py-md-1 {
    padding-top: 1em !important;
    padding-bottom: 1em !important; }
  .pt-md-0 {
    padding-top: 0 !important; }
  .pt-md-1 {
    padding-top: 1em !important; }
  .pr-md-0 {
    padding-right: 0 !important; }
  .pr-md-1 {
    padding-right: 1em !important; }
  .pb-md-0 {
    padding-bottom: 0 !important; }
  .pb-md-1 {
    padding-bottom: 1em !important; }
  .pl-md-0 {
    padding-left: 0 !important; }
  .pl-md-1 {
    padding-left: 1em !important; }
  .mt-md-0 {
    margin-top: 0 !important; }
  .mt-md-1 {
    margin-top: 1em !important; }
  .mr-md-0 {
    margin-right: 0 !important; }
  .mr-md-1 {
    margin-right: 1em !important; }
  .mb-md-0 {
    margin-bottom: 0 !important; }
  .mb-md-1 {
    margin-bottom: 1em !important; }
  .ml-md-0 {
    margin-left: 0 !important; }
  .ml-md-1 {
    margin-left: 1em !important; }
  .d-md-flex {
    display: flex !important; }
  .d-md-inline {
    display: inline !important; }
  .d-md-inline-block {
    display: inline-block !important; }
  .d-md-block {
    display: block !important; } }

@media only screen and (min-width: 992px) {
  .text-lg-left {
    text-align: left !important; }
  .text-lg-center {
    text-align: center !important; }
  .text-lg-right {
    text-align: right !important; }
  .float-lg-left {
    float: left !important; }
  .float-lg-right {
    float: right !important; }
  .px-lg-0 {
    padding-left: 0 !important;
    padding-right: 0 !important; }
  .px-lg-1 {
    padding-left: 1em !important;
    padding-right: 1em !important; }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .py-lg-1 {
    padding-top: 1em !important;
    padding-bottom: 1em !important; }
  .pt-lg-0 {
    padding-top: 0 !important; }
  .pt-lg-1 {
    padding-top: 1em !important; }
  .pr-lg-0 {
    padding-right: 0 !important; }
  .pr-lg-1 {
    padding-right: 1em !important; }
  .pb-lg-0 {
    padding-bottom: 0 !important; }
  .pb-lg-1 {
    padding-bottom: 1em !important; }
  .pl-lg-0 {
    padding-left: 0 !important; }
  .pl-lg-1 {
    padding-left: 1em !important; }
  .mt-lg-0 {
    margin-top: 0 !important; }
  .mt-lg-1 {
    margin-top: 1em !important; }
  .mr-lg-0 {
    margin-right: 0 !important; }
  .mr-lg-1 {
    margin-right: 1em !important; }
  .mb-lg-0 {
    margin-bottom: 0 !important; }
  .mb-lg-1 {
    margin-bottom: 1em !important; }
  .ml-lg-0 {
    margin-left: 0 !important; }
  .ml-lg-1 {
    margin-left: 1em !important; }
  .d-lg-flex {
    display: flex !important; }
  .d-lg-inline {
    display: inline !important; }
  .d-lg-inline-block {
    display: inline-block !important; }
  .d-lg-block {
    display: block !important; } }

@media only screen and (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important; }
  .text-xl-center {
    text-align: center !important; }
  .text-xl-right {
    text-align: right !important; }
  .float-xl-left {
    float: left !important; }
  .float-xl-right {
    float: right !important; }
  .px-xl-0 {
    padding-left: 0 !important;
    padding-right: 0 !important; }
  .px-xl-1 {
    padding-left: 1em !important;
    padding-right: 1em !important; }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .py-xl-1 {
    padding-top: 1em !important;
    padding-bottom: 1em !important; }
  .pt-xl-0 {
    padding-top: 0 !important; }
  .pt-xl-1 {
    padding-top: 1em !important; }
  .pr-xl-0 {
    padding-right: 0 !important; }
  .pr-xl-1 {
    padding-right: 1em !important; }
  .pb-xl-0 {
    padding-bottom: 0 !important; }
  .pb-xl-1 {
    padding-bottom: 1em !important; }
  .pl-xl-0 {
    padding-left: 0 !important; }
  .pl-xl-1 {
    padding-left: 1em !important; }
  .mt-xl-0 {
    margin-top: 0 !important; }
  .mt-xl-1 {
    margin-top: 1em !important; }
  .mr-xl-0 {
    margin-right: 0 !important; }
  .mr-xl-1 {
    margin-right: 1em !important; }
  .mb-xl-0 {
    margin-bottom: 0 !important; }
  .mb-xl-1 {
    margin-bottom: 1em !important; }
  .ml-xl-0 {
    margin-left: 0 !important; }
  .ml-xl-1 {
    margin-left: 1em !important; }
  .d-xl-flex {
    display: flex !important; }
  .d-xl-inline {
    display: inline !important; }
  .d-xl-inline-block {
    display: inline-block !important; }
  .d-xl-block {
    display: block !important; } }

/* END bootstrap 4 patches */
.aafes-container-body {
  margin-top: 22px; }
  @media only screen and (max-width: 767px) {
    .aafes-container-body {
      margin-top: 10px; } }

.capitalize {
  text-transform: uppercase; }

.bold, .strong {
  font-weight: bold; }

.hidden {
  display: none; }

/* bootstrap classes */
.aafes-horizontal-row {
  height: 1px;
  width: 100%;
  content: '';
  padding: 0 15px;
  margin-bottom: 15px; }
  .aafes-horizontal-row > div {
    border-top: 1px solid #dadada; }

/* Colors */
.aafes-sale {
  color: #da0f0f; }

.aafes-red {
  color: #cd0808; }

.error,
.aafes-alert {
  color: #a71930; }

.aafes-valid {
  color: #197b30; }

.aafes-primary {
  color: #003a6a; }

.aafes-secondary {
  color: #717171; }

.aafes-tertiary {
  color: #3370a1; }

/* Links */
.aafes-link-caps .nav-item {
  padding: 0.5rem; }
  .aafes-link-caps .nav-item a {
    text-transform: uppercase;
    color: #505050;
    cursor: pointer; }
    .aafes-link-caps .nav-item a:hover {
      color: #3370a1;
      text-decoration: underline; }

.aafes-inline-links > a:not(:first-of-type):before {
  content: "|";
  margin: 0 7px; }

/* Text */
.aafes-body-text p {
  margin-bottom: 12px; }

.aafes-body-text.half p {
  margin-bottom: 6px; }

.aafes-promo-alert {
  color: #3370a1;
  text-transform: uppercase;
  font-weight: bold; }

/* Headings */
.aafes-page-head {
  font-size: 24px;
  font-weight: normal;
  margin: 0 0 1.75rem 0;
  padding: 0; }

.aafes-page-head-strong {
  font-size: 24px;
  font-weight: normal;
  margin: 0 0 1.75rem 0;
  padding: 0;
  color: #3370a1;
  text-transform: uppercase; }

.aafes-page-head-block {
  font-size: 18px;
  background-color: #eaf0f5;
  padding: 13px 10px;
  font-weight: 600; }
  .aafes-page-head-block.aafes-page-head-big {
    font-size: 22px; }
  .aafes-page-head-block small {
    font-size: 12px;
    font-weight: normal;
    display: inline-block; }
  .aafes-page-head-block .aafes-print-link {
    float: right;
    font-size: 16px;
    line-height: 22px; }
    .aafes-page-head-block .aafes-print-link:before {
      content: "\f02f";
      font-size: 22px;
      color: #3370a1;
      margin-right: 5px;
      font-family: FontAwesome, serif; }
  .aafes-page-head-block .aafes-multi-shipping-link {
    float: right;
    font-size: 13px;
    line-height: 21px; }
    .aafes-page-head-block .aafes-multi-shipping-link > a:after {
      content: "\f101";
      font-family: FontAwesome, serif;
      margin-left: 3px; }
    @media only screen and (max-width: 575px) {
      .aafes-page-head-block .aafes-multi-shipping-link {
        float: none; } }

.aafes-page-head-sm {
  font-size: 20px;
  font-weight: normal;
  margin: 0 0 1.25rem 0;
  padding: 0; }

@media only screen and (max-width: 767px) {
  .aafes-page-head {
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 1.25rem; } }

.aafes-page-subhead {
  font-size: 18px;
  font-weight: normal;
  margin: 0 0 .75rem 0;
  padding: 0; }

.aafes-page-subhead-sm {
  font-size: 16px;
  font-style: italic;
  margin: 0 0 .5rem 0;
  padding: 0; }

.aafes-group-title {
  font-size: 1rem;
  font-weight: normal;
  color: #3370a1;
  margin: 0 0 .5rem 0;
  padding: 0; }
  .aafes-group-title.ruled {
    margin-bottom: .6rem;
    padding-bottom: .3rem;
    border-bottom: 1px solid #dadada; }
  .aafes-group-title small {
    color: #717171;
    font-size: 11px;
    margin-left: .4rem; }
    @media only screen and (max-width: 767px) {
      .aafes-group-title small {
        display: block;
        margin-left: 0;
        margin-top: .4rem; } }

.aafes-section-title {
  font-size: .9rem;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0 0 .5rem 0;
  padding: 0; }

.aafes-text-title {
  font-size: .8rem;
  font-weight: bold;
  margin: 0 0 5px 0;
  padding: 0; }

.aafes-field-help {
  margin-left: 1rem;
  font-size: 0.8rem;
  position: relative;
  top: 4px; }
  .aafes-field-help.multi-line {
    vertical-align: bottom;
    margin-bottom: 0; }

/* Links */
a, .link-style {
  color: #3370a1;
  text-decoration: none; }

a:focus, a:hover {
  color: #3370a1;
  text-decoration: underline; }

/* Buttons */
button:focus,
.btn:focus,
.btn.focus,
.btn:active:focus,
.btn:active.focus,
.btn.active:focus,
.btn.active.focus,
input:focus {
  outline: none; }

.aafes-btn {
  display: inline-block;
  background-color: #003a6a;
  color: #ffffff;
  border: 1px solid #003a6a;
  border-radius: 0;
  font-size: 18px;
  cursor: pointer;
  padding: 9px 18px;
  text-decoration: none !important; }
  .aafes-btn:hover {
    background-color: #3370a1;
    color: #ffffff; }
    .aafes-btn:hover > a {
      color: #003a6a; }
  .aafes-btn span:before {
    content: " ";
    font-family: FontAwesome, serif; }
  .aafes-btn > a {
    color: #ffffff; }
    .aafes-btn > a:hover {
      color: #003a6a; }

.aafes-btn-reverse {
  display: inline-block;
  background-color: #ffffff;
  color: #003a6a;
  border: 1px solid #003a6a;
  border-radius: 0;
  font-size: 18px;
  cursor: pointer;
  padding: 9px 18px;
  text-decoration: none !important; }
  .aafes-btn-reverse:hover {
    background-color: #3370a1;
    color: #ffffff; }
    .aafes-btn-reverse:hover > a {
      color: #ffffff; }
  .aafes-btn-reverse span:before {
    content: " ";
    font-family: FontAwesome, serif; }
  .aafes-btn-reverse > a {
    color: #003a6a; }
    .aafes-btn-reverse > a:hover {
      color: #ffffff; }

.aafes-btn-sm {
  display: inline-block;
  background-color: #003a6a;
  color: #ffffff;
  border: 1px solid #003a6a;
  border-radius: 0;
  font-size: 12px;
  cursor: pointer;
  padding: 6px 12px;
  text-decoration: none !important; }
  .aafes-btn-sm:hover {
    background-color: #3370a1;
    color: #ffffff; }
    .aafes-btn-sm:hover > a {
      color: #003a6a; }
  .aafes-btn-sm span:before {
    content: " ";
    font-family: FontAwesome, serif; }
  .aafes-btn-sm > a {
    color: #ffffff; }
    .aafes-btn-sm > a:hover {
      color: #003a6a; }

.aafes-btn-sm-reverse {
  display: inline-block;
  background-color: #ffffff;
  color: #003a6a;
  border: 1px solid #003a6a;
  border-radius: 0;
  font-size: 12px;
  cursor: pointer;
  padding: 6px 12px;
  text-decoration: none !important; }
  .aafes-btn-sm-reverse:hover {
    background-color: #3370a1;
    color: #ffffff; }
    .aafes-btn-sm-reverse:hover > a {
      color: #ffffff; }
  .aafes-btn-sm-reverse span:before {
    content: " ";
    font-family: FontAwesome, serif; }
  .aafes-btn-sm-reverse > a {
    color: #003a6a; }
    .aafes-btn-sm-reverse > a:hover {
      color: #ffffff; }

.aafes-btn-mini {
  display: inline-block;
  background-color: #003a6a;
  color: #ffffff;
  border: 1px solid #003a6a;
  border-radius: 0;
  font-size: 12px;
  cursor: pointer;
  padding: 6px 12px;
  text-decoration: none !important;
  padding: 3px 6px; }
  .aafes-btn-mini:hover {
    background-color: #3370a1;
    color: #ffffff; }
    .aafes-btn-mini:hover > a {
      color: #003a6a; }
  .aafes-btn-mini span:before {
    content: " ";
    font-family: FontAwesome, serif; }
  .aafes-btn-mini > a {
    color: #ffffff; }
    .aafes-btn-mini > a:hover {
      color: #003a6a; }

.aafes-btn-mini-reverse {
  display: inline-block;
  background-color: #ffffff;
  color: #003a6a;
  border: 1px solid #003a6a;
  border-radius: 0;
  font-size: 12px;
  cursor: pointer;
  padding: 6px 12px;
  text-decoration: none !important;
  padding: 3px 6px; }
  .aafes-btn-mini-reverse:hover {
    background-color: #3370a1;
    color: #ffffff; }
    .aafes-btn-mini-reverse:hover > a {
      color: #ffffff; }
  .aafes-btn-mini-reverse span:before {
    content: " ";
    font-family: FontAwesome, serif; }
  .aafes-btn-mini-reverse > a {
    color: #003a6a; }
    .aafes-btn-mini-reverse > a:hover {
      color: #ffffff; }

.aafes-link-btn {
  /* used to make an <a> the same height as an aafes-btn so they can line up next to each other */
  display: inline-block;
  color: #003a6a !important;
  margin: 0 1rem;
  line-height: 43px; }

.aafes-link-btn-sm {
  /* used to make an <a> the same height as an aafes-btn-sm so they can line up next to each other */
  display: inline-block;
  color: #003a6a !important;
  margin: 0 1rem;
  line-height: 29px; }

.aafes-align-to-btn {
  /* used to make text the same height as an aafes-btn so they can line up next to each other */
  display: inline-block;
  line-height: 43px; }

.aafes-align-to-btn-sm {
  /* used to make text the same height as an aafes-btn-sm so they can line up next to each other */
  display: inline-block;
  line-height: 29px; }

.aafes-btn-wrap {
  text-align: right;
  padding: .5rem 0; }

.aafes-arrow-sm {
  cursor: pointer;
  position: absolute;
  background: none;
  border: none;
  padding: 0;
  font-size: 37px;
  line-height: 0;
  top: -7px;
  color: #516b9f; }
  .aafes-arrow-sm.slick-disabled {
    color: #dadada; }
  .aafes-arrow-sm.left {
    left: 3px; }
  .aafes-arrow-sm.right {
    right: 3px; }

.aafes-block-arrow {
  padding: 4px 10px 6px 10px;
  cursor: pointer;
  position: absolute;
  z-index: 4;
  font-size: 22px;
  line-height: 1;
  top: 37%;
  color: #ffffff;
  background-color: #003a6a;
  border: 0 none; }
  .aafes-block-arrow.slick-disabled {
    display: none !important; }
  .aafes-block-arrow.left {
    left: 0px; }
  .aafes-block-arrow.right {
    right: 0px; }

/* Product Typography */
.item-pricing {
  margin-bottom: 10px; }

.aafes-item-name {
  font-size: .75rem;
  font-weight: bold;
  margin-bottom: 10px; }
  .aafes-item-name a {
    color: #000000; }

.aafes-item-name-alt {
  font-size: .9rem;
  font-weight: bold;
  color: #003a6a;
  margin-bottom: 10px; }
  .aafes-item-name-alt a {
    color: #003a6a; }

.aafes-price {
  font-size: .75rem;
  margin-bottom: 0; }

.aafes-price-sale {
  font-size: 1.1rem;
  margin-bottom: 0;
  color: #da0f0f; }
  .aafes-carousel .aafes-price-sale {
    font-size: .75rem; }
  .item-price-column .aafes-price-sale {
    font-size: .75rem; }
  .comparison-item .aafes-price-sale {
    font-size: 1rem; }

.aafes-price-strong {
  font-size: 1.1rem;
  font-weight: bold;
  margin-bottom: 0; }
  .aafes-carousel .aafes-price-strong {
    font-size: .75rem; }
  .item-price-column .aafes-price-strong {
    font-size: .75rem; }
  .comparison-item .aafes-price-strong {
    font-size: 1rem; }

.aafes-price-list {
  font-size: .75rem;
  margin-bottom: 0;
  text-decoration: line-through;
  color: #717171; }

.aafes-price-saved {
  font-size: .75rem;
  margin-bottom: 0; }

.aafes-accent-list {
  list-style: none;
  font-weight: bolder;
  padding-left: 0; }
  .aafes-accent-list li:before {
    content: "\f101";
    padding-right: 8px;
    color: #a71930;
    font-weight: bold;
    font-size: 1rem;
    font-family: "FontAwesome", serif; }

/* Item Badges/Tags */
.item-tag {
  position: absolute;
  margin-top: 29px;
  margin-left: -30px;
  width: 87px;
  height: 28px;
  font-size: 12px;
  font-weight: bold;
  background-color: #da0f0f;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  padding-top: 6px;
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  z-index: 1; }
  .item-tag.save {
    background-color: #da0f0f; }
  .item-tag.popular {
    background-color: #ED7115; }
  .item-tag.new-item {
    background-color: #26A3EB; }

/* Forms */
.aafes-form-container {
  margin: 1rem 0;
  border: 1px solid #dadada;
  display: flex;
  padding: 2px; }

.aafes-fieldset {
  padding: 15px 0; }
  .bordered .aafes-fieldset {
    padding-right: 1rem;
    padding-left: 1rem; }

.aafes-legend {
  color: #717171;
  font-size: .75rem;
  font-weight: bold;
  margin-bottom: 4px; }

.aafes-required-key {
  color: #717171;
  font-size: .75rem;
  text-align: right;
  margin-bottom: .25rem; }

.aafes-form-field {
  margin-bottom: 10px;
  /* global field input widths */ }
  .aafes-form-field label {
    color: #717171;
    font-size: .75rem;
    font-weight: bold;
    margin-bottom: 4px;
    display: block;
    max-width: 300px; }
  .aafes-form-field label.strong {
    color: #003a6a;
    font-size: .85rem;
    font-weight: bold;
    margin-bottom: 4px;
    text-transform: uppercase; }
  .aafes-form-field .label-note {
    float: right;
    font-weight: normal; }
  .aafes-form-field .optional {
    color: #717171; }
  .aafes-form-field .aafes-help-text {
    padding-top: 3px; }
  .aafes-form-field .inline-label-left {
    float: left;
    margin-top: 2px;
    padding: 3px 0;
    line-height: 1.5; }
  .aafes-form-field .inline-label-right {
    display: block;
    overflow: hidden;
    padding: 0 0 0 8px; }
    .aafes-form-field .inline-label-right input {
      width: 100% !important;
      max-width: 100% !important; }
  .aafes-form-field.aafes-optiongroup {
    /* checkboxes and radios */ }
    .aafes-form-field.aafes-optiongroup label {
      font-weight: normal;
      display: inline-block;
      padding-top: 3px;
      margin-bottom: 6px;
      line-height: 1.5; }
    .aafes-form-field.aafes-optiongroup .no-input {
      margin-left: 24px; }
    .aafes-form-field.aafes-optiongroup select {
      display: inline-block;
      width: auto;
      margin-left: 15px; }
    .aafes-form-field.aafes-optiongroup.spaced input:nth-of-type(1n+2) {
      margin-left: 15px; }
    .aafes-form-field.aafes-optiongroup.inline-labels {
      margin-bottom: 4px; }
      .aafes-form-field.aafes-optiongroup.inline-labels label {
        display: inline; }
  .aafes-form-field > input, .aafes-form-field textarea, .aafes-form-field select {
    width: 100%;
    max-width: 300px; }
  .aafes-form-field.field-middle-name > input,
  .aafes-form-field.field-middle-name > label {
    width: 180px; }
  .aafes-form-field.field-grade > input,
  .aafes-form-field.field-grade > label {
    width: 180px; }
  .aafes-form-field.field-state > select {
    width: 180px; }
  .aafes-form-field.field-postal-code > input {
    width: 120px; }
  .aafes-form-field.field-country > input,
  .aafes-form-field.field-country > select {
    width: 180px; }
  .aafes-form-field.field-phone > input {
    width: 180px; }
  .aafes-form-field.field-card-exp select.field-month {
    width: 140px; }
  .aafes-form-field.field-card-exp select.field-year {
    width: 100px; }
  .aafes-form-field.field-security-code > input {
    width: 60px; }
  .aafes-form-field.field-agency > input {
    width: 180px; }
  .aafes-form-field.field-gc-pin input,
  .aafes-form-field.field-ssn input {
    width: 70px; }
  .aafes-form-field.aafes-flex.field-gc-pin > .aafes-field-help {
    margin-top: 0;
    align-self: flex-end;
    font-size: 11px; }
  @media only screen and (max-width: 767px) {
    .aafes-form-field.aafes-flex.field-gc-pin > .aafes-field-help {
      margin-top: 18px;
      white-space: normal; } }
  .aafes-form-field.spaced {
    padding: 1rem 0;
    border-bottom: 1px solid #dadada; }
  .aafes-form-field.highlight {
    background-color: #eaf0f5;
    padding: .75rem 1rem 1rem 1rem;
    margin-left: -15px;
    margin-top: 1rem; }

.pin-input p {
  margin-top: 0;
  align-self: flex-end;
  margin-bottom: 6px;
  font-size: 11px;
  white-space: nowrap; }

@media only screen and (max-width: 767px) {
  .pin-input p {
    margin-top: 18px;
    white-space: normal; } }

/* used to help align select menus with static text -
e.g. like the qty menu and static price in the cart */
.aafes-valign-fix {
  position: relative;
  top: -3px; }

/* used to help align select menus with static subhead text */
.aafes-valign-fix-subhead {
  position: relative;
  top: -1px; }

/* Item cells */
.aafes-scs-item .aafes-scs-item-desc {
  margin: 12px 0 24px 0;
  color: #000000; }

@media only screen and (max-width: 767px) {
  .aafes-scs-item {
    border-bottom: 1px solid #003a6a;
    margin-bottom: 15px;
    padding-bottom: 15px; }
    .aafes-scs-item .aafes-scs-item-img {
      text-align: center; }
    .aafes-scs-item .aafes-scs-item-desc {
      width: 100%;
      max-width: 100%;
      height: auto; } }

@media only screen and (max-width: 575px) {
  .aafes-scs-item .aafes-scs-item-img img {
    width: 160px;
    height: auto; } }

/* style guide support, should only be used by styleguide.html */
/*grid defaults*/
/*grid defaults*/
/***  FONTS  ***/
/***  COLORS  ***/
/* Style Guide Colors */
/* lt gray */
/* lt gray */
/* dk gray */
/* lt blue */
/* md blue */
/* dk blue */
/* header */
/* header */
/*footer*/
/*footer*/
/* Account */
/* Account */
#styleguide {
  margin-top: -20px; }

#sg_header {
  width: 100%;
  position: fixed;
  top: 0;
  background: #f2f2f2;
  border-bottom: solid 1px #e5e5e5;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
  z-index: 9; }

#sg_header h1 {
  margin-top: 15px;
  margin-bottom: 25px; }

.sg_top_navigation {
  float: right;
  background-color: white;
  padding: 5px 50px 5px 20px;
  position: absolute;
  right: 0;
  bottom: -4px;
  border-radius: 4px 0 0 0;
  border-left: solid 2px #e5e5e5;
  border-top: solid 2px #e5e5e5;
  border-bottom: solid 2px white; }

.sg_top_navigation ul {
  padding: 0 5px; }

.sg_top_navigation ul li {
  float: left;
  list-style: none;
  padding: 0 15px; }

.sg_top_navigation ul li a {
  font-size: 14px; }

/* Colors */
.color-swatch {
  display: block;
  border-radius: 100%;
  margin: 0 auto 5px; }

.color-swatch.large {
  width: 100px;
  height: 100px; }

.color-swatch.small {
  width: 50px;
  height: 50px; }

.sg-color-text {
  background-color: #000000; }

.sg-color-white {
  background-color: #ffffff;
  border: solid 2px #717171; }

.sg-color-sale {
  background-color: #da0f0f; }

.sg-color-alert {
  background-color: #a71930; }

.sg-color-valid {
  background-color: #197b30; }

.sg-color-primary {
  background-color: #003a6a; }

.sg-color-primary-dark {
  background-color: #3C3C3C; }

.sg-color-secondary {
  background-color: #717171; }

.sg-color-secondary-light {
  background-color: #dadada; }

.sg-color-tertiary {
  background-color: #3370a1; }

.sg-color-tertiary-light {
  background-color: #eaf0f5; }

.sg-sample {
  opacity: .3; }

.sg-container {
  padding-top: 140px; }

.sg-section {
  margin-bottom: 50px; }

.sg-section section {
  margin: 0 20px 35px;
  clear: both;
  overflow: hidden; }

.sg-section.collapsible,
.sg-section.collapsible > .sg-section.collapsible {
  display: none; }

.sg-section.collapsible .sg-section {
  margin: 0; }

.sg-section.collapsible > .sg-heading:before,
.sg-section.collapsible > .sg-subHead:before,
.sg-section.collapsible > .sg-wrapper > .mjr-section-title:before {
  content: "+"; }

.sg-section.collapsibleTop,
.sg-section.collapsible.open {
  display: block; }

.sg-section.collapsible.open > .sg-heading:before,
.sg-section.collapsible.open > .sg-subHead:before,
.sg-section.collapsible.open > .sg-wrapper > .mjr-section-title:before {
  content: "-"; }

.sg-section.collapsible.open > .sg-section.collapsible,
.sg-section.collapsible.open > .sg-wrapper > .sg-section.collapsible {
  display: block; }

.sg-section.collapsible.open > .sg-section.collapsible {
  margin: 0 20px; }

.sg-grid-example [class*="col-"] {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: rgba(86, 61, 124, 0.15);
  border: 1px solid rgba(86, 61, 124, 0.2); }

.sg-heading {
  background: #0a4d8c;
  color: #fff;
  font-size: 24px;
  padding: 5px 20px 7px;
  margin-bottom: 20px;
  border-radius: 4px; }

.sg-subHead {
  color: #575a5d;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: bold;
  border-bottom: solid 1px #e5e5e5;
  padding-bottom: 5px;
  margin-bottom: 20px; }

.sg-code {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
  font-size: 12px;
  color: #575a5d;
  background: #f2f2f2;
  padding: 5px;
  border-radius: 4px;
  border: solid 1px #e5e5e5; }

.sg-code b {
  font-weight: bold;
  color: #000; }

.sg-label {
  font-weight: bold;
  color: #0a4d8c; }

/*grid defaults*/
/*grid defaults*/
/***  FONTS  ***/
/***  COLORS  ***/
/* Style Guide Colors */
/* lt gray */
/* lt gray */
/* dk gray */
/* lt blue */
/* md blue */
/* dk blue */
/* header */
/* header */
/*footer*/
/*footer*/
/* Account */
/* Account */
header.aafes-header {
  padding-left: 15px;
  padding-right: 15px; }

header .aafes-search-input {
  background-color: #f6f6f6;
  color: #003a6a;
  box-shadow: inset 0 0 2px #bebebe; }
  header .aafes-search-input:focus {
    outline-offset: -2px;
    outline: #4d90fe 5px auto; }
  header .aafes-search-input::-webkit-input-placeholder {
    font-style: italic;
    color: #717171; }
  header .aafes-search-input:-moz-placeholder {
    font-style: italic;
    color: #717171;
    opacity: 1; }
  header .aafes-search-input::-moz-placeholder {
    font-style: italic;
    color: #717171;
    opacity: 1; }
  header .aafes-search-input:-ms-input-placeholder {
    font-style: italic;
    color: #717171; }

header #cartIconItemCount {
  color: #ffffff;
  font-size: 10px;
  position: absolute;
  right: -5px;
  top: -5px;
  display: inline-block;
  padding: 1px;
  text-align: center;
  min-width: 15px;
  background: #cc0904;
  border-radius: 100%; }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  header #cartIconItemCount {
    margin-right: -9px;
    top: 0;
    right: 50%; } }
  @media only screen and (max-width: 767px) {
    header #cartIconItemCount {
      margin-top: -17px;
      margin-right: -13px;
      top: 50%;
      right: 50%; } }

header .aafes-header-nav {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #c4d6e4;
  padding: 2px 15px 0 15px;
  font-size: 11px;
  line-height: 13px; }
  header .aafes-header-nav:before {
    content: normal; }
  header .aafes-header-nav:after {
    content: normal; }
  header .aafes-header-nav .aafes-link-caps {
    display: flex; }
    header .aafes-header-nav .aafes-link-caps .nav-item-cart > a,
    header .aafes-header-nav .aafes-link-caps .nav-item > a {
      padding: 0; }
      header .aafes-header-nav .aafes-link-caps .nav-item-cart > a:hover,
      header .aafes-header-nav .aafes-link-caps .nav-item > a:hover {
        background-color: transparent; }
    header .aafes-header-nav .aafes-link-caps .loginModal {
      display: flex !important; }
    header .aafes-header-nav .aafes-link-caps .nav-item-cart {
      padding-top: 0.3rem; }
  header .aafes-header-nav .cartWrapper .aafes-or {
    display: inline-block;
    padding: 0 5px;
    font-size: 11px;
    line-height: 13px; }
  header .aafes-header-nav .cartWrapper .nav-item-cart {
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    font-size: 1.2rem;
    padding-right: 1em;
    padding-left: 1em; }
    header .aafes-header-nav .cartWrapper .nav-item-cart .fa-shopping-cart {
      color: #003a6a; }

header .aafes-shop-menu {
  background-image: none !important;
  padding: 8px 0 0 0;
  color: #003a6a !important;
  background-position-y: 1px; }
  header .aafes-shop-menu i {
    font-size: 23px;
    line-height: 10px; }
    header .aafes-shop-menu i.fa-bars {
      display: none; }
    header .aafes-shop-menu i.fa-times {
      display: block; }
  header .aafes-shop-menu.collapsed i.fa-bars {
    display: block; }
  header .aafes-shop-menu.collapsed i.fa-times {
    display: none; }
  header .aafes-shop-menu .mobile-navbar-button-text {
    font-size: 0.7rem;
    font-weight: bold;
    text-transform: uppercase;
    display: inline-block; }

header .aafes-header-content {
  padding: 20px 0; }
  header .aafes-header-content .logo {
    margin: 0;
    height: 100%;
    line-height: 100%; }
    header .aafes-header-content .logo a {
      display: inline-block; }
      header .aafes-header-content .logo a img {
        display: inline-block;
        max-width: 100%;
        height: auto; }
  header .aafes-header-content .bootstrap-vertical-nav nav {
    z-index: 10; }
  header .aafes-header-content .aafes-free-shipping {
    text-align: right;
    line-height: 1;
    padding-top: 0.8rem;
    font-size: 12px; }
    header .aafes-header-content .aafes-free-shipping .aafes-outlet {
      float: left;
      text-align: center;
      color: #003a6a;
      margin-top: -12px;
      margin-left: 10px;
      padding: 0 10px; }
      header .aafes-header-content .aafes-free-shipping .aafes-outlet .outlet-text {
        width: 70px; }
    header .aafes-header-content .aafes-free-shipping a {
      color: #003a6a; }
  header .aafes-header-content .mil-star-button {
    background: none;
    border: none;
    box-shadow: inset 0 0 1px #bebebe; }
  header .aafes-header-content .aafes-search-group {
    width: 100%; }
    header .aafes-header-content .aafes-search-group .aafes-search-input {
      font-size: 17px;
      padding: 5px 9px;
      height: 30px;
      float: right; }
    header .aafes-header-content .aafes-search-group .aafes-search-btn {
      width: 1%;
      background: none;
      border: none;
      border-left: 5px solid white; }
      header .aafes-header-content .aafes-search-group .aafes-search-btn .fa-search {
        font-size: 16px;
        line-height: 1;
        padding: 0.4em 0.5em;
        background-color: #003a6a;
        color: white; }
  header .aafes-header-content .aafes-my-account {
    border: 1px solid white;
    font-size: 12px;
    text-transform: uppercase; }
    header .aafes-header-content .aafes-my-account.dropdown-toggle {
      background-color: white; }
      header .aafes-header-content .aafes-my-account.dropdown-toggle:hover, header .aafes-header-content .aafes-my-account.dropdown-toggle:active, header .aafes-header-content .aafes-my-account.dropdown-toggle:focus {
        background-color: white; }
  header .aafes-header-content .aafes-cart {
    position: relative; }
    header .aafes-header-content .aafes-cart .fa-shopping-cart {
      color: #003a6a;
      font-size: 2rem; }
  header .aafes-header-content #mobile-account-dropdown {
    min-width: 107px;
    top: 30px;
    left: 16px;
    border-radius: 0; }
  @media only screen and (min-width: 992px) {
    header .aafes-header-content .logo {
      padding-left: 5px; }
    header .aafes-header-content .aafes-search-group {
      padding-right: 20px;
      padding-left: 20px; } }
  @media only screen and (min-width: 768px) {
    header .aafes-header-content {
      display: flex; } }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  header .aafes-header-content .aafes-cell_4 {
    padding-left: 0 !important;
    width: 32%; }
  header .aafes-header-content .aafes-cell.col-md-5 {
    width: 34.666667% !important; }
  header .aafes-header-content .aafes-cell.dropdown {
    padding-right: 0 !important;
    text-align: right; }
  header .aafes-header-content .aafes-cart {
    padding-left: 25px !important;
    padding-right: 0 !important; }
  header .aafes-header-content #mobile-account-dropdown {
    min-width: 128px;
    top: 30px;
    left: auto;
    right: 0; } }
  @media only screen and (max-width: 767px) {
    header .aafes-header-content .logo {
      display: table;
      table-layout: fixed;
      width: 100%;
      padding-top: 5px; }
      header .aafes-header-content .logo a {
        display: table-cell;
        text-align: center;
        vertical-align: middle; }
        header .aafes-header-content .logo a img {
          max-width: 90%; } }

header .aafes-mobile-search {
  border: 1px solid #003a6a;
  padding: 0.3rem; }
  header .aafes-mobile-search .aafes-search-group {
    width: 100%; }
    header .aafes-mobile-search .aafes-search-group .aafes-search-input {
      font-size: 16px;
      padding: 0 12px;
      height: 48px; }
    header .aafes-mobile-search .aafes-search-group .aafes-search-btn {
      border-left: 5px solid white;
      width: 1%;
      height: 48px; }
      header .aafes-mobile-search .aafes-search-group .aafes-search-btn .fa-search {
        line-height: 1;
        padding: 1em;
        background-color: #003a6a;
        color: white; }

header .dropdown-menu .dropdown-item {
  display: block; }

header .dropdown-toggle:after {
  border: none; }

header button {
  background-color: transparent; }

header .aafes-military-star .aafes-menu-simple {
  margin-left: 15px;
  margin-right: 5px;
  right: 18px;
  left: auto; }

header .aafes-military-star button {
  padding: 6px 5px; }

header .aafes-military-star:hover .dropdown-menu {
  display: block; }

@media only screen and (max-width: 991px) {
  header .aafes-shop-menu {
    padding-top: 0.4rem; }
  header .aafes-cell.open .aafes-my-account {
    border-radius: 0; }
  header .aafes-cell.open.open .aafes-my-account {
    border: 1px solid #cccccc;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); }
  header .dropdown-item {
    display: block; }
    header .dropdown-item.after-login {
      display: none; }
  header .logged .dropdown-item {
    display: none; }
    header .logged .dropdown-item.after-login {
      display: block; }
  header .bootstrap-vertical-nav .navbar .navbar-collapse {
    padding: 0;
    max-height: none; }
  header .bootstrap-vertical-nav .navbar ul {
    float: none; }
    header .bootstrap-vertical-nav .navbar ul li {
      float: none;
      display: block; }
  header .bootstrap-vertical-nav .navbar .nav-item + .nav-item {
    margin-left: 0; }
  header #navbarResponsive {
    font-size: 12px;
    position: absolute;
    width: 30vw;
    background-color: #f2f2f2;
    color: #3C3C3C;
    z-index: 50;
    text-align: left; }
    header #navbarResponsive .border_bottom {
      border-bottom: 1px solid #dadada; }
    header #navbarResponsive .navbar-nav {
      margin: 0;
      border-radius: 0;
      width: 100%; }
      header #navbarResponsive .navbar-nav .nav-item {
        position: static;
        border-top: 1px solid #dadada;
        border-left: 1px solid #dadada;
        border-right: 1px solid #dadada; }
        header #navbarResponsive .navbar-nav .nav-item a {
          padding-top: 0;
          padding-bottom: 0; }
          header #navbarResponsive .navbar-nav .nav-item a:hover {
            background-color: transparent; }
        header #navbarResponsive .navbar-nav .nav-item .nav-link {
          display: block;
          padding-top: .425rem;
          padding-bottom: .425rem;
          line-height: 15px;
          color: #3C3C3C;
          padding-left: 15px; }
        header #navbarResponsive .navbar-nav .nav-item i {
          font-size: 16px; }
        header #navbarResponsive .navbar-nav .nav-item > .fa-chevron-right {
          margin: 8px 7px 0 0;
          float: right; }
        header #navbarResponsive .navbar-nav .nav-item > .fa-chevron-left {
          margin: 8px 0 0 7px;
          float: left;
          display: none; }
        header #navbarResponsive .navbar-nav .nav-item.nav-header-item {
          border: none; }
          header #navbarResponsive .navbar-nav .nav-item.nav-header-item > .vertical-nav-line {
            background-color: #003a6a;
            height: 1px; }
          header #navbarResponsive .navbar-nav .nav-item.nav-header-item > .nav-link {
            border-top: 1px solid #dadada;
            border-left: 1px solid #dadada;
            border-right: 1px solid #dadada;
            padding-left: 15px !important;
            border-bottom: 1px solid #003a6a;
            color: #003a6a;
            font-weight: bold; }
          header #navbarResponsive .navbar-nav .nav-item.nav-header-item > .fa-chevron-right {
            display: none; }
          header #navbarResponsive .navbar-nav .nav-item.nav-header-item > .nav-link > .fa-chevron-right {
            /* note this is the JS inserted one */
            display: inline-block;
            font-size: 12px;
            margin: 0 0 0 5px;
            position: relative;
            top: 1px; }
          header #navbarResponsive .navbar-nav .nav-item.nav-header-item.disabled-item > .nav-link {
            padding-left: 15px; }
          header #navbarResponsive .navbar-nav .nav-item.nav-header-item > .second_layer {
            display: block; }
        header #navbarResponsive .navbar-nav .nav-item.hidden-item {
          display: none; }
        header #navbarResponsive .navbar-nav .nav-item.hidden-header {
          border: none; }
          header #navbarResponsive .navbar-nav .nav-item.hidden-header > i, header #navbarResponsive .navbar-nav .nav-item.hidden-header > a {
            display: none !important; }
        header #navbarResponsive .navbar-nav .nav-item.prev-level-item > .nav-link {
          padding-left: 22px !important;
          background-color: #dadada;
          color: #3C3C3C;
          font-weight: normal;
          text-transform: none; }
        header #navbarResponsive .navbar-nav .nav-item.prev-level-item > .fa-chevron-right {
          display: none; }
        header #navbarResponsive .navbar-nav .nav-item.prev-level-item > .fa-chevron-left {
          display: block;
          font-size: 15px; }
        header #navbarResponsive .navbar-nav .nav-item.vertical-navbar-down > .fa-chevron-down {
          margin: 9px 7px 0 0;
          float: right;
          display: none; }
        header #navbarResponsive .navbar-nav .nav-item.vertical-navbar-down.nav-header-item {
          /* the on state */ }
          header #navbarResponsive .navbar-nav .nav-item.vertical-navbar-down.nav-header-item > .fa-chevron-down {
            display: block; }
          header #navbarResponsive .navbar-nav .nav-item.vertical-navbar-down.nav-header-item > .nav-link {
            padding-left: 15px;
            border-bottom: 0 none; }
      header #navbarResponsive .navbar-nav.second_layer {
        display: none; }
        header #navbarResponsive .navbar-nav.second_layer .nav-item {
          background-color: #f2f2f2; }
        header #navbarResponsive .navbar-nav.second_layer .nav-item.nav-header-item {
          background-color: #f2f2f2; }
        header #navbarResponsive .navbar-nav.second_layer .nav-item .nav-link {
          padding-left: 30px; }
    header #navbarResponsive .aafes-nav-alt {
      background-color: #ffffff; }
    header #navbarResponsive .vertical-nav-line {
      background-color: #dadada;
      height: 6px;
      border-top: 1px solid #dadada;
      border-left: 1px solid #dadada;
      border-right: 1px solid #dadada; }
  header .aafes-header-content {
    padding: 10px 15px; } }

@media only screen and (min-width: 1200px) {
  header .aafes-link-caps > .dropdown-toggle {
    border: 1px solid white; }
    header .aafes-link-caps > .dropdown-toggle:hover {
      background-color: #d4d4d4;
      border: 1px solid #8c8c8c; }
      header .aafes-link-caps > .dropdown-toggle:hover .dropdown-menu {
        display: block;
        top: auto;
        left: auto;
        margin-left: -10px;
        margin-top: 8px; }
        header .aafes-link-caps > .dropdown-toggle:hover .dropdown-menu a {
          color: #003a6a; } }

@media only screen and (max-width: 767px) {
  header.aafes-container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px; }
  header #navbarResponsive {
    width: 60vw;
    left: -2px;
    margin-top: 1px; }
  header .aafes-header-content #mobile-account-dropdown {
    min-width: 128px;
    top: 54px;
    left: auto;
    right: 0; }
  header .aafes-cell {
    width: 12.5%;
    height: 3.5rem;
    padding: 0;
    border: 1px #dadada solid;
    border-right-style: none;
    text-align: center;
    color: #003a6a;
    vertical-align: middle; }
    header .aafes-cell nav {
      height: 100%; }
      header .aafes-cell nav .aafes-shop-menu {
        border: none;
        width: 100%;
        height: 100%;
        border-radius: 0; }
        header .aafes-cell nav .aafes-shop-menu i {
          font-size: 30px;
          line-height: 20px; }
  header .aafes-cell.open .aafes-my-account {
    background: #003a6a !important; }
    header .aafes-cell.open .aafes-my-account:hover, header .aafes-cell.open .aafes-my-account:active {
      background: #003a6a; }
    header .aafes-cell.open .aafes-my-account .fa-user {
      color: white; }
  header .aafes-cell.aafes-search-active {
    background-color: #003a6a; }
    header .aafes-cell.aafes-search-active .aafes-search-group .aafes-search-btn .fa-search {
      color: white; }
  header .aafes-cell-solid {
    width: 12.5%;
    height: 3.5rem;
    padding: 0;
    border: 1px #dadada solid;
    border-right-style: solid;
    text-align: center;
    color: #003a6a;
    vertical-align: middle; }
  header .aafes-cell_4 {
    width: 50%;
    height: 3.5rem;
    padding: 0;
    border: 1px #dadada solid;
    border-right-style: none;
    text-align: center;
    color: #003a6a;
    vertical-align: middle; }
  header .aafes-header-content {
    padding: 0 0 5px 0; }
    header .aafes-header-content .aafes-my-account {
      width: 100%;
      height: 100%;
      border-radius: 0;
      border: none;
      color: #003a6a;
      background: none; }
      header .aafes-header-content .aafes-my-account:after {
        margin: 0; }
      header .aafes-header-content .aafes-my-account .fa-user {
        font-size: 1.5rem; }
    header .aafes-header-content .aafes-search-group .aafes-search-btn {
      border-left: none; }
      header .aafes-header-content .aafes-search-group .aafes-search-btn button,
      header .aafes-header-content .aafes-search-group .aafes-search-btn .fa-search {
        background: none;
        color: #003a6a;
        font-size: 1.5rem;
        padding: 0; }
    header .aafes-header-content .aafes-cart .minicart-link {
      width: 100%;
      height: 100%;
      color: #003a6a;
      display: table;
      text-decoration: none; }
      header .aafes-header-content .aafes-cart .minicart-link:hover, header .aafes-header-content .aafes-cart .minicart-link:active {
        text-decoration: none; }
      header .aafes-header-content .aafes-cart .minicart-link .fa-shopping-cart {
        display: table-cell;
        font-size: 1.5rem;
        vertical-align: middle; } }

@media only screen and (max-width: 575px) {
  header #navbarResponsive {
    width: 80vw; }
    header #navbarResponsive .aafes-shop-menu {
      padding-top: 5px; }
  header .aafes-header-content {
    padding-top: 0; }
    header .aafes-header-content .aafes-my-account {
      padding: 0;
      background: none; }
      header .aafes-header-content .aafes-my-account:hover {
        background: none; } }

.aafes-md-separator {
  width: 100%;
  border-top: 1px solid #003a6a; }

/*grid defaults*/
/*grid defaults*/
/***  FONTS  ***/
/***  COLORS  ***/
/* Style Guide Colors */
/* lt gray */
/* lt gray */
/* dk gray */
/* lt blue */
/* md blue */
/* dk blue */
/* header */
/* header */
/*footer*/
/*footer*/
/* Account */
/* Account */
.header-navigation-wrapper {
  background-color: #003a6a;
  font-size: 0.75rem;
  margin-top: 2px; }
  .header-navigation-wrapper .hnav-container {
    width: 1024px; }
  .header-navigation-wrapper .navbar-nav {
    position: relative;
    width: 100%; }
    .header-navigation-wrapper .navbar-nav .nav-item {
      position: static;
      width: 8.33%;
      padding: 0 5px;
      transition: background-color 600ms, color 600ms; }
      .header-navigation-wrapper .navbar-nav .nav-item a {
        display: table;
        color: #ffffff;
        padding-top: 0;
        padding-bottom: 0; }
        .header-navigation-wrapper .navbar-nav .nav-item a:hover {
          background-color: transparent; }
        .header-navigation-wrapper .navbar-nav .nav-item a.aafes-color-sale {
          color: #da0f0f; }
        .header-navigation-wrapper .navbar-nav .nav-item a.nav-link {
          height: 2.25rem;
          line-height: 1; }
        .header-navigation-wrapper .navbar-nav .nav-item a > span {
          display: table-cell;
          vertical-align: middle;
          text-align: center;
          font-weight: bold; }
      .header-navigation-wrapper .navbar-nav .nav-item .dropdown-menu {
        top: 2.25rem;
        border-radius: 0;
        box-shadow: 0 2px 2px 1px #717171;
        display: block;
        left: -99999;
        visibility: hidden;
        opacity: 0;
        transition: opacity 600ms; }
        .header-navigation-wrapper .navbar-nav .nav-item .dropdown-menu .dropdown-header {
          text-transform: uppercase;
          color: #003a6a;
          font-size: 13px;
          font-weight: bold;
          padding: 0.5rem 1rem;
          white-space: normal; }
        .header-navigation-wrapper .navbar-nav .nav-item .dropdown-menu .dropdown-item {
          font-size: 0.75rem;
          line-height: 1rem;
          padding: 0.2rem 1rem;
          white-space: normal; }
          .header-navigation-wrapper .navbar-nav .nav-item .dropdown-menu .dropdown-item:hover {
            background: none; }
          .header-navigation-wrapper .navbar-nav .nav-item .dropdown-menu .dropdown-item:hover {
            color: #a71930; }
        .header-navigation-wrapper .navbar-nav .nav-item .dropdown-menu .dropdown-item-see-all {
          font-size: 0.75rem;
          line-height: 1rem;
          padding: 0 1rem;
          color: #0275d8;
          padding-top: 0.4rem; }
          .header-navigation-wrapper .navbar-nav .nav-item .dropdown-menu .dropdown-item-see-all:hover {
            background: none; }
          .header-navigation-wrapper .navbar-nav .nav-item .dropdown-menu .dropdown-item-see-all:hover {
            text-decoration: underline; }
        .header-navigation-wrapper .navbar-nav .nav-item .dropdown-menu img {
          width: 100%;
          max-width: 100%;
          height: auto; }
      .header-navigation-wrapper .navbar-nav .nav-item.navOpen {
        background-color: white; }
        .header-navigation-wrapper .navbar-nav .nav-item.navOpen a {
          color: #003a6a; }
        .header-navigation-wrapper .navbar-nav .nav-item.navOpen .dropdown-menu {
          visibility: visible;
          opacity: 1;
          border-top: none;
          left: -1px;
          right: 0; }

/*grid defaults*/
/*grid defaults*/
/***  FONTS  ***/
/***  COLORS  ***/
/* Style Guide Colors */
/* lt gray */
/* lt gray */
/* dk gray */
/* lt blue */
/* md blue */
/* dk blue */
/* header */
/* header */
/*footer*/
/*footer*/
/* Account */
/* Account */
.aafes-sign-in-container {
  font-size: 0.8rem;
  margin-left: auto !important;
  margin-right: auto !important;
  position: relative;
  padding: 15px 15px 0 15px;
  top: 50vh !important;
  width: 100%;
  max-width: 360px;
  margin-top: -160px !important;
  background-color: #ffffff;
  border: 2px solid black; }
  .aafes-sign-in-container .input {
    font-size: 0.8rem;
    line-height: 1rem; }
  .aafes-sign-in-container .aafes-login-popup-horizontal-line {
    content: '';
    height: 1px;
    background: #bebebe;
    margin: 0 0 1rem 0; }
  .aafes-sign-in-container .password-group {
    margin-top: 1rem; }
  .aafes-sign-in-container .bottom-links {
    margin-bottom: 1rem; }
  .aafes-sign-in-container .login-button {
    background-color: #003a6a;
    font-size: 1rem;
    border-style: none;
    float: right;
    border-radius: 5px;
    cursor: pointer;
    width: 4.5rem;
    margin-top: 1rem;
    color: #ffffff; }

/*grid defaults*/
/*grid defaults*/
/***  FONTS  ***/
/***  COLORS  ***/
/* Style Guide Colors */
/* lt gray */
/* lt gray */
/* dk gray */
/* lt blue */
/* md blue */
/* dk blue */
/* header */
/* header */
/*footer*/
/*footer*/
/* Account */
/* Account */
.market-badge {
  float: left;
  height: 90px;
  margin: 0 1rem 1rem 0; }

.aafes-pdp-price {
  border-bottom: 1px solid #dadada;
  border-top: 1px solid #dadada;
  width: 100%; }
  .aafes-pdp-price .row {
    margin-top: 3px;
    margin-bottom: 3px; }
    .aafes-pdp-price .row .price-info ul {
      list-style-type: none;
      padding-left: 0;
      text-transform: uppercase;
      margin-bottom: 8px; }
      .aafes-pdp-price .row .price-info ul li {
        margin-bottom: 2px; }
    .aafes-pdp-price .row .price-info a {
      text-decoration: none; }

.pdp-accordion-content {
  margin-top: 1rem; }
  .pdp-accordion-content .aafes-reviews .bv-action-bar {
    display: none !important;
    /* the title bar needs to be in our JSP so the responsive tabs work, so hide the BV one */ }

.aafes-description {
  font-size: 12px;
  line-height: 17px;
  padding: 12px 0 0 0; }

.aafes-store-pickup {
  clear: both;
  display: flex;
  flex-direction: row;
  align-self: center; }
  .aafes-store-pickup img {
    align-self: center; }
  .aafes-store-pickup a {
    align-self: center;
    margin-left: 1rem; }

.aafes-pdp-tab .aafes-nav-tabs-container {
  border: 1px solid #3370a1;
  padding: 1px;
  display: inline-block;
  background-color: white; }
  .aafes-pdp-tab .aafes-nav-tabs-container .nav-tabs {
    display: flex; }
    .aafes-pdp-tab .aafes-nav-tabs-container .nav-tabs .nav-item {
      font-size: 0.8rem;
      background-color: white;
      border-left: 1px solid #3370a1; }
      .aafes-pdp-tab .aafes-nav-tabs-container .nav-tabs .nav-item:first-child {
        border-left: none; }
      .aafes-pdp-tab .aafes-nav-tabs-container .nav-tabs .nav-item a {
        color: #003a6a;
        padding: 0.2rem 0.3rem; }
        .aafes-pdp-tab .aafes-nav-tabs-container .nav-tabs .nav-item a.active {
          background-color: #3370a1;
          color: white;
          border-color: white; }
          .aafes-pdp-tab .aafes-nav-tabs-container .nav-tabs .nav-item a.active:hover {
            color: white; }
        .aafes-pdp-tab .aafes-nav-tabs-container .nav-tabs .nav-item a:hover {
          border-color: white;
          color: #003a6a; }

.aafes-pdp-tab .tab-content {
  margin-top: 10px; }
  .aafes-pdp-tab .tab-content .shaded {
    background-color: #eaf0f5;
    padding: 1.5rem; }

.aafes-web-collage-area, .aafes-editors-review-area {
  padding-top: 15px; }

.aafes-specifications {
  font-size: 12px; }
  .aafes-specifications td {
    padding: 0.2rem; }
  .aafes-specifications td:nth-child(1) {
    width: 25%; }

.aafes-certona-recommendations {
  position: relative; }
  .aafes-certona-recommendations .slick-slide {
    padding: 0 20px; }

.aafes-shipping-policy {
  border-top: 1px solid #dadada;
  background-color: #eaf0f5;
  padding: 1.5rem;
  width: 100%;
  position: relative; }
  .aafes-shipping-policy .policy-content-a {
    padding-left: 0;
    line-height: 1.5; }
  .aafes-shipping-policy .policy-content-b {
    line-height: 1.3; }

.pdp-personalization .aafes-help-text {
  white-space: nowrap;
  line-height: 26px; }

.aafes-special-offers {
  margin-bottom: 15px; }
  .aafes-special-offers ul {
    list-style-type: none;
    padding: 0; }
    .aafes-special-offers ul li {
      clear: both;
      margin-bottom: 15px;
      min-height: 80px; }
      .aafes-special-offers ul li .aafes-special-offers-img {
        float: left;
        margin-right: 15px; }
        .aafes-special-offers ul li .aafes-special-offers-img img {
          height: 80px;
          width: 80px; }
      .aafes-special-offers ul li .aafes-special-offers-name {
        margin-bottom: 4px; }
        .aafes-special-offers ul li .aafes-special-offers-name a {
          font-size: 14px;
          font-weight: 500;
          text-decoration: none;
          text-transform: uppercase; }
      .aafes-special-offers ul li .aafes-special-offers-description {
        color: #717171; }

@media only screen and (max-width: 767px) {
  .targetarea {
    text-align: center; }
  .aafes-store-pickup {
    flex-direction: column; }
    .aafes-store-pickup img {
      align-self: flex-start; }
    .aafes-store-pickup a {
      align-self: flex-start;
      margin-left: 0; }
  .aafes-pdp-tab .aafes-nav-tabs-container {
    width: 100%; }
    .aafes-pdp-tab .aafes-nav-tabs-container .nav-tabs {
      flex-direction: column; }
      .aafes-pdp-tab .aafes-nav-tabs-container .nav-tabs .nav-item {
        border-left: none; }
        .aafes-pdp-tab .aafes-nav-tabs-container .nav-tabs .nav-item a:active {
          border-radius: 0; }
  .aafes-pdp-price .row .price-info {
    border-left: none; }
  /*mobile product details zone */
  .aafes-pdp-tab .tab-content .shaded {
    background-color: white;
    padding: 0;
    margin-top: 0;
    margin-bottom: 0; }
  .pdp-accordion-content {
    background-color: white;
    padding: 0;
    margin-top: 0;
    margin-bottom: 0; }
    .pdp-accordion-content .sm-hidden {
      display: none; }
    .pdp-accordion-content .aafes-shipping-policy {
      border-top: none;
      background-color: white;
      padding: 0;
      margin-top: 0;
      margin-bottom: 0; }
      .pdp-accordion-content .aafes-shipping-policy .row.sm-hidden, .pdp-accordion-content .aafes-shipping-policy .row.headings {
        margin: 0; }
  .aafes-special-offers .aafes-horizontal-row {
    display: none; }
  .aafes-special-offers.pdp-accordion-content .aafes-page-head-sm {
    border-bottom: 1px solid #dadada; }
  .pdp-accordion-content .aafes-page-head-sm {
    font-size: 18px !important;
    border: 1px solid #dadada;
    border-bottom: none;
    background-color: #eaf0f5;
    padding: 0.5rem 1rem;
    color: #003a6a;
    margin-bottom: 0; }
    .pdp-accordion-content .aafes-page-head-sm .fa-caret-down {
      display: inline-block; }
    .pdp-accordion-content .aafes-page-head-sm .fa-caret-up {
      display: none; }
    .pdp-accordion-content .aafes-page-head-sm.active {
      border-bottom: 1px solid #dadada; }
      .pdp-accordion-content .aafes-page-head-sm.active .fa-caret-down {
        display: none; }
      .pdp-accordion-content .aafes-page-head-sm.active .fa-caret-up {
        display: inline-block; }
  .pdp-accordion-content .jsPDPAccordionContent {
    margin-top: 1rem;
    margin-bottom: 1rem; }
  .pdp-accordion-content .show-more,
  .pdp-accordion-content .aafes-back-to-top {
    display: none; } }

@media only screen and (max-width: 767px) {
  .magnifyarea,
  .zoomstatus,
  .cursorshade {
    display: none !important; }
  .zoomtracker {
    cursor: default !important; } }

/*grid defaults*/
/*grid defaults*/
/***  FONTS  ***/
/***  COLORS  ***/
/* Style Guide Colors */
/* lt gray */
/* lt gray */
/* dk gray */
/* lt blue */
/* md blue */
/* dk blue */
/* header */
/* header */
/*footer*/
/*footer*/
/* Account */
/* Account */
/* Quick View Modal */
.product-quickview {
  z-index: 1049;
  /* needs to stay under other modals */ }
  .product-quickview .modal-header {
    padding-bottom: 0; }
    .product-quickview .modal-header .aafes-page-head-sm {
      display: flex;
      justify-content: space-between; }
      .product-quickview .modal-header .aafes-page-head-sm a {
        color: #000000; }
        .product-quickview .modal-header .aafes-page-head-sm a:hover {
          text-decoration: none; }
  .product-quickview .modal-body {
    width: 100%; }
    .product-quickview .modal-body .ratings-sku {
      border-bottom: 1px solid #bebebe;
      margin: 0 0 1rem 0;
      padding-bottom: 0.5rem;
      display: flex;
      justify-content: space-between; }
    .product-quickview .modal-body .aafes-pdp-price {
      border-top: 0 none; }
    .product-quickview .modal-body .pdp-details {
      padding-left: 0; }
    .product-quickview .modal-body .aafes-product-picker-options.no-picker {
      float: none !important;
      width: auto !important; }
    .product-quickview .modal-body .bottom-section-a, .product-quickview .modal-body .bottom-section-b {
      border-right: none;
      display: block;
      float: none;
      width: auto; }
    .product-quickview .modal-body .buy-section {
      display: flex;
      justify-content: space-between; }
      .product-quickview .modal-body .buy-section button {
        align-self: center; }
    @media only screen and (max-width: 767px) {
      .product-quickview .modal-body .pdp-details {
        padding-left: 15px; } }

/* Tell A Friend Modal */
.aafes-tell-a-friend .modal-body .ratings-sku {
  border-bottom: 1px solid #bebebe;
  margin: 0 0 1rem 0;
  padding-bottom: 0.5rem; }

.aafes-tell-a-friend .modal-body .aafes-pdp-price {
  margin-top: 1rem;
  padding-top: 0.5rem;
  border-top: 1px solid #dadada;
  margin-bottom: 3px; }

/*grid defaults*/
/*grid defaults*/
/***  FONTS  ***/
/***  COLORS  ***/
/* Style Guide Colors */
/* lt gray */
/* lt gray */
/* dk gray */
/* lt blue */
/* md blue */
/* dk blue */
/* header */
/* header */
/*footer*/
/*footer*/
/* Account */
/* Account */
.thumbnailContainer {
  margin: 15px auto;
  padding-top: 5px;
  overflow: hidden; }
  .thumbnailContainer .aafes-thumbnail-item {
    display: block;
    float: left;
    margin-bottom: 1rem;
    width: 33.3333%; }
    @media only screen and (min-width: 576px) {
      .thumbnailContainer .aafes-thumbnail-item:nth-child(3n+1) {
        /* applies a clear on every third item, beginning with #1 */
        clear: left; } }
    @media only screen and (min-width: 768px) and (max-width: 874px) {
      .thumbnailContainer .aafes-thumbnail-item {
        /* small displays with a left nav, applies a clear on every other item, beginning with #1 */
        width: 50%; }
        .thumbnailContainer .aafes-thumbnail-item:nth-child(3n+1) {
          clear: none; }
        .thumbnailContainer .aafes-thumbnail-item:nth-child(2n+1) {
          clear: left; } }
    @media only screen and (min-width: 576px) and (max-width: 650px) {
      .thumbnailContainer .aafes-thumbnail-item {
        /* small displays with a left nav, applies a clear on every other item, beginning with #1 */
        width: 50%; }
        .thumbnailContainer .aafes-thumbnail-item:nth-child(3n+1) {
          clear: none; }
        .thumbnailContainer .aafes-thumbnail-item:nth-child(2n+1) {
          clear: left; } }
    @media only screen and (max-width: 575px) {
      .thumbnailContainer .aafes-thumbnail-item {
        float: none;
        width: auto;
        margin: 0; }
        .thumbnailContainer .aafes-thumbnail-item:not(:last-child) {
          border-bottom: 1px solid #dadada; }
        .thumbnailContainer .aafes-thumbnail-item:first-child {
          border-top: 1px solid #dadada; } }
  .thumbnailContainer.wider .aafes-thumbnail-item {
    /* SCS MICROSITE ITEMS or displays with no left nav */
    clear: none !important;
    /* reset non-.wider rules */ }
    @media only screen and (min-width: 768px) {
      .thumbnailContainer.wider .aafes-thumbnail-item {
        width: 25%; }
        .thumbnailContainer.wider .aafes-thumbnail-item:nth-child(4n+1) {
          clear: left !important; } }

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .thumbnailContainer.wider .aafes-thumbnail-item {
    width: 33.3333%; }
    .thumbnailContainer.wider .aafes-thumbnail-item:nth-child(3n+1) {
      clear: left !important; } }

.aafes-thumbnail-item {
  overflow: hidden; }
  .aafes-thumbnail-item .aafes-thumbnail-top {
    margin-bottom: 5px; }
  .aafes-thumbnail-item .aafes-img-container {
    height: 174px;
    width: 174px;
    max-width: 174px;
    max-height: 174px;
    margin: 20px auto 0 auto;
    position: relative; }
    .aafes-thumbnail-item .aafes-img-container img {
      height: auto;
      min-height: 60px;
      /* alt tag fix for IE */
      width: 100%;
      margin: 0; }
    .aafes-thumbnail-item .aafes-img-container:hover .quick-view {
      display: block; }
    .aafes-scs-gift-card .aafes-thumbnail-item .aafes-img-container {
      margin-left: 0;
      margin-right: 0; }
  .aafes-thumbnail-item .aafes-thumbnail-bottom {
    margin-top: 15px;
    padding: 0 10px; }
  .aafes-thumbnail-item .jsThumbnailSwatchWidget {
    padding: 0 23px;
    margin: .5rem .5rem 0 .5rem; }
    .aafes-thumbnail-item .jsThumbnailSwatchWidget .slick-track {
      margin: 0 auto; }
    @media only screen and (max-width: 575px) {
      .aafes-thumbnail-item .jsThumbnailSwatchWidget {
        margin: 0; } }
  .aafes-thumbnail-item .aafes-compare-text {
    margin: 5px 10px;
    padding: 0;
    font-size: 10px;
    text-align: left;
    color: #a71930;
    display: none; }
  .aafes-thumbnail-item .aafes-product-rating .aafes-product-rating-stars {
    float: left; }
  .aafes-thumbnail-item .aafes-product-rating .compare {
    float: right;
    margin-right: 5px; }
    .aafes-thumbnail-item .aafes-product-rating .compare input[type=checkbox] {
      margin-right: -4px; }
  .aafes-thumbnail-item .aafes-select {
    width: auto !important; }
  @media only screen and (max-width: 575px) {
    .aafes-thumbnail-item .aafes-thumbnail-bottom {
      float: left;
      width: 55%; }
    .aafes-thumbnail-item .aafes-thumbnail-top {
      float: left;
      margin-left: 5%;
      margin-top: 5px;
      width: 40%; }
    .aafes-thumbnail-item .aafes-img-container {
      width: 100%;
      height: auto;
      margin-top: 0; }
    .aafes-thumbnail-item .item-tag {
      margin-top: 39px;
      margin-left: -45px;
      width: 100px;
      height: 21px;
      padding-top: 1px; }
    .aafes-thumbnail-item .quick-view {
      display: none !important; } }

.aafes-thumbnail-show-compare-message .aafes-compare-text {
  display: block; }

.aafes-thumbnail-disable-add-compare .compare .aafes-checkbox:not(:checked) {
  pointer-events: none; }

/*grid defaults*/
/*grid defaults*/
/***  FONTS  ***/
/***  COLORS  ***/
/* Style Guide Colors */
/* lt gray */
/* lt gray */
/* dk gray */
/* lt blue */
/* md blue */
/* dk blue */
/* header */
/* header */
/*footer*/
/*footer*/
/* Account */
/* Account */
.aafes-product-compare-container .back-to {
  margin-bottom: 10px;
  margin-top: 22px;
  margin-left: 0; }

.aafes-product-compare-container .comparison-main-info .aafes-product-compare-title {
  position: relative; }
  .aafes-product-compare-container .comparison-main-info .aafes-product-compare-title .subtitle {
    position: absolute;
    line-height: 28px;
    height: 28px;
    width: 100%;
    font-weight: bold;
    background-color: #eaf0f5;
    bottom: 0;
    white-space: nowrap;
    text-align: center; }

.aafes-product-compare-container .comparison-main-info .itemComp-features ul {
  -webkit-box-shadow: -2px 2px 6px 0px rgba(50, 50, 50, 0.4);
  -moz-box-shadow: -2px 2px 6px 0px rgba(50, 50, 50, 0.4);
  box-shadow: -2px 2px 6px 0px rgba(50, 50, 50, 0.4); }
  .aafes-product-compare-container .comparison-main-info .itemComp-features ul li {
    font-weight: bold; }

.aafes-product-compare-container .itemComp-features {
  margin-top: 20px; }
  .aafes-product-compare-container .itemComp-features ul {
    padding-left: 0; }
    .aafes-product-compare-container .itemComp-features ul > :nth-child(odd) {
      background-color: #dadada; }
    .aafes-product-compare-container .itemComp-features ul li {
      display: table;
      height: 60px;
      width: 100%;
      text-align: center;
      list-style-type: none; }
      .aafes-product-compare-container .itemComp-features ul li span {
        display: table-cell;
        vertical-align: middle; }

.aafes-product-compare-container .items-compare-wrap .compare-row {
  display: -webkit-flex;
  display: flex; }

.aafes-product-compare-container .items-compare-wrap .comparison-item {
  position: relative;
  flex-basis: 25%;
  flex-grow: 1; }
  .aafes-product-compare-container .items-compare-wrap .comparison-item:first-of-type .itemComp-head {
    border-left: 1px solid #dadada; }
  .aafes-product-compare-container .items-compare-wrap .comparison-item .itemComp-head {
    border: 1px solid #dadada;
    border-left: none; }
    .aafes-product-compare-container .items-compare-wrap .comparison-item .itemComp-head .item-close {
      margin-top: 2px;
      right: 5px;
      position: absolute;
      z-index: 2; }
    .aafes-product-compare-container .items-compare-wrap .comparison-item .itemComp-head .item-photo {
      position: relative;
      text-align: center; }
      .aafes-product-compare-container .items-compare-wrap .comparison-item .itemComp-head .item-photo img {
        width: auto;
        max-width: 90%;
        max-height: 100%; }
      .aafes-product-compare-container .items-compare-wrap .comparison-item .itemComp-head .item-photo:hover .quick-view {
        display: block; }
    .aafes-product-compare-container .items-compare-wrap .comparison-item .itemComp-head .item-info {
      padding: 10px; }
      .aafes-product-compare-container .items-compare-wrap .comparison-item .itemComp-head .item-info .quick-view {
        /* this class is being used on the buy now button, so negate most of the classes */
        position: static;
        height: auto;
        width: auto;
        margin: auto;
        font-weight: normal; }
    .aafes-product-compare-container .items-compare-wrap .comparison-item .itemComp-head .bvRatingO {
      min-height: 20px;
      margin-bottom: 8px; }
  .aafes-product-compare-container .items-compare-wrap .comparison-item .itemComp-features {
    margin-left: 2px;
    margin-right: 2px; }
    .aafes-product-compare-container .items-compare-wrap .comparison-item .itemComp-features ul {
      border: 2px solid #dadada; }

@media only screen and (max-width: 991px) {
  .aafes-product-compare-container .back-to {
    margin-left: -15px; }
  .aafes-product-compare-container .comparison-main-info {
    float: left;
    width: 20%;
    padding-left: 0; } }

@media only screen and (max-width: 767px) {
  .aafes-product-compare-container .comparison-main-info {
    padding-right: 7px;
    width: 25%; }
    .aafes-product-compare-container .comparison-main-info .aafes-product-compare-title .subtitle {
      line-height: 20px;
      height: 40px; } }

/*grid defaults*/
/*grid defaults*/
/***  FONTS  ***/
/***  COLORS  ***/
/* Style Guide Colors */
/* lt gray */
/* lt gray */
/* dk gray */
/* lt blue */
/* md blue */
/* dk blue */
/* header */
/* header */
/*footer*/
/*footer*/
/* Account */
/* Account */
.aafes-sstore-container {
  margin: 0 15px; }

.aafes-sstore-head {
  text-align: center;
  padding-top: 2rem;
  padding-bottom: 1.5rem; }
  .aafes-sstore-head h1 {
    font-size: .7rem;
    color: #003a6a;
    padding: .5rem 0; }

.aafes-sstore-subhead {
  background-color: #003a6a;
  margin: 0 -15px;
  padding: 15px; }
  .aafes-sstore-subhead h2 {
    max-width: 1024px;
    margin: 0 auto;
    text-align: center;
    color: #ffffff;
    font-size: 1.25rem;
    font-weight: bold; }

.aafes-sstore-body {
  max-width: 1024px;
  margin: 0 auto 2rem auto; }
  .aafes-sstore-body p {
    margin: 1rem 0; }

.aafes-sstore-button-wrap {
  text-align: center;
  margin-right: -1rem; }
  .aafes-sstore-button-wrap button {
    margin-right: 1rem;
    margin-bottom: 1rem; }

@media only screen and (max-width: 575px) {
  .aafes-sstore-head {
    padding-top: 15px;
    padding-bottom: 15px; }
    .aafes-sstore-head .h1 {
      font-size: 14px; }
  .aafes-sstore-subhead {
    font-size: 14px; } }

/*grid defaults*/
/*grid defaults*/
/***  FONTS  ***/
/***  COLORS  ***/
/* Style Guide Colors */
/* lt gray */
/* lt gray */
/* dk gray */
/* lt blue */
/* md blue */
/* dk blue */
/* header */
/* header */
/*footer*/
/*footer*/
/* Account */
/* Account */
.aafes-replacement-plan .modal-body {
  padding: 0 0 1rem 0;
  margin: 0 1.5rem 1rem 1.5rem; }
  .aafes-replacement-plan .modal-body h1 {
    font-size: 1.2rem;
    margin: 1rem 0 .5rem 0;
    text-align: center; }
    .aafes-replacement-plan .modal-body h1 span {
      color: #516b9f; }
  .aafes-replacement-plan .modal-body h2 {
    font-size: 1rem;
    margin-bottom: 1rem; }
  .aafes-replacement-plan .modal-body .replacement-product-info {
    border-bottom: 1px solid #dadada;
    margin: 0 1rem;
    padding: 1rem 0 2rem 0; }
  .aafes-replacement-plan .modal-body .protection-plans {
    padding: 1rem .5rem; }
    .aafes-replacement-plan .modal-body .protection-plans .plan-item {
      padding: 1rem;
      margin: 15px 0;
      background-color: #dadada; }
      .aafes-replacement-plan .modal-body .protection-plans .plan-item .aafes-price {
        font-weight: bold; }
      .aafes-replacement-plan .modal-body .protection-plans .plan-item button {
        margin: 1rem 0 .6rem 0; }
  .aafes-replacement-plan .modal-body .aafes-btn-wrap {
    text-align: center; }

/*grid defaults*/
/*grid defaults*/
/***  FONTS  ***/
/***  COLORS  ***/
/* Style Guide Colors */
/* lt gray */
/* lt gray */
/* dk gray */
/* lt blue */
/* md blue */
/* dk blue */
/* header */
/* header */
/*footer*/
/*footer*/
/* Account */
/* Account */
.aafes-tell-a-friend .modal-body .ratings-sku {
  border-bottom: 1px solid #bebebe;
  margin: 0 0 1rem 0;
  padding-bottom: 0.5rem; }

.aafes-tell-a-friend .modal-body .aafes-pdp-price {
  margin-top: 1rem;
  padding-top: 0.5rem;
  border-top: 1px solid #dadada;
  margin-bottom: 3px; }

/*grid defaults*/
/*grid defaults*/
/***  FONTS  ***/
/***  COLORS  ***/
/* Style Guide Colors */
/* lt gray */
/* lt gray */
/* dk gray */
/* lt blue */
/* md blue */
/* dk blue */
/* header */
/* header */
/*footer*/
/*footer*/
/* Account */
/* Account */
.filter-menu .filter-category .filter-header {
  border-top: 1px solid #dadada;
  border-bottom: 1px solid #dadada;
  padding-left: 1rem;
  padding-right: 1rem;
  background-color: #eaf0f5;
  font-weight: bold;
  font-size: 14px;
  color: #003a6a;
  text-transform: capitalize;
  line-height: 18px;
  display: flex;
  flex-direction: row;
  justify-content: space-between; }
  .filter-menu .filter-category .filter-header .fa {
    font-size: 1.2rem;
    cursor: pointer;
    align-self: center; }

.filter-menu .filter-category div.filter-by {
  padding-left: 8px; }

.filter-menu .filter-category .filter-by {
  font-size: 11px;
  overflow-y: hidden;
  list-style: none;
  margin-top: 0.5rem;
  padding: 0 0 0 15px;
  background-color: white; }
  .filter-menu .filter-category .filter-by .aafes-swatch-wrap {
    float: left;
    text-align: center;
    margin: 4px; }
    .filter-menu .filter-category .filter-by .aafes-swatch-wrap .aafes-swatch {
      padding-top: 0;
      width: 40px;
      height: 40px;
      border: 1px solid #bebebe;
      float: none;
      display: table-cell;
      vertical-align: middle; }
      .filter-menu .filter-category .filter-by .aafes-swatch-wrap .aafes-swatch:last-child {
        margin-right: 0; }
      .filter-menu .filter-category .filter-by .aafes-swatch-wrap .aafes-swatch a {
        color: #717171; }
    .filter-menu .filter-category .filter-by .aafes-swatch-wrap.color-swatch {
      display: block;
      text-align: center; }
      .filter-menu .filter-category .filter-by .aafes-swatch-wrap.color-swatch span {
        display: block;
        color: #717171; }
  .filter-menu .filter-category .filter-by li {
    line-height: 20px;
    margin: 5px 0;
    text-transform: capitalize; }
    .filter-menu .filter-category .filter-by li .fa {
      font-size: 1rem;
      color: #003a6a; }
    .filter-menu .filter-category .filter-by li a {
      color: #717171; }

.filter-menu .filter-category .show-container {
  margin-bottom: 1rem; }
  .filter-menu .filter-category .show-container a {
    cursor: pointer;
    margin-left: 1rem;
    color: #0275d8; }
    .filter-menu .filter-category .show-container a:hover {
      text-decoration: underline; }

.filter-menu .filter-title {
  line-height: 20px;
  vertical-align: bottom;
  margin-bottom: 1rem; }
  .filter-menu .filter-title .left-nav-narrow-by {
    font-weight: bold;
    font-size: 1rem; }

.filter-menu .rich-promo-banner-wrap {
  margin-top: 1rem;
  margin-bottom: 1rem; }
  @media only screen and (max-width: 767px) {
    .filter-menu .rich-promo-banner-wrap {
      display: none; } }

@media only screen and (max-width: 767px) {
  .filter-menu {
    position: absolute;
    z-index: 10;
    background-color: white;
    top: 0;
    left: 0;
    padding: 0;
    border: 1px solid #717171;
    display: none; }
    .filter-menu.show {
      display: block; }
    .filter-menu .filter-category .filter-header {
      padding: 0.5rem 1rem; }
    .filter-menu .filter-title {
      padding: .4rem;
      margin-bottom: 0.4rem; }
      .filter-menu .filter-title .close-button {
        font-size: 1.2rem;
        cursor: pointer;
        margin-right: 0.5rem;
        line-height: 2rem; } }

@media only screen and (max-width: 991px) {
  .filter-menu .filter-category .filter-by.size-filter {
    padding-left: 18px; } }

/*grid defaults*/
/*grid defaults*/
/***  FONTS  ***/
/***  COLORS  ***/
/* Style Guide Colors */
/* lt gray */
/* lt gray */
/* dk gray */
/* lt blue */
/* md blue */
/* dk blue */
/* header */
/* header */
/*footer*/
/*footer*/
/* Account */
/* Account */
.category-container .rich-promo-banner-wrap + .view-settings {
  margin-top: 15px; }

.category-container .view-settings .search-bar {
  font-size: 15px;
  margin-bottom: 1.25rem; }

.category-container .view-settings .sort-settings {
  padding: 0 10px;
  margin-bottom: 15px;
  background-color: #eaf0f5;
  overflow: hidden;
  display: flex;
  flex-direction: row;
  justify-content: space-between; }
  .category-container .view-settings .sort-settings > form {
    display: flex;
    flex-direction: row;
    justify-content: space-between; }
  .category-container .view-settings .sort-settings .items-count {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-self: center;
    padding: 5px 0; }
    .category-container .view-settings .sort-settings .items-count span, .category-container .view-settings .sort-settings .items-count input, .category-container .view-settings .sort-settings .items-count label {
      align-self: center;
      margin: 0; }
    .category-container .view-settings .sort-settings .items-count .count {
      font-size: 0.8rem;
      width: 75px;
      font-weight: 500; }
    @media only screen and (max-width: 991px) {
      .category-container .view-settings .sort-settings .items-count {
        font-size: 11px; }
        .category-container .view-settings .sort-settings .items-count .count {
          font-size: 12px; } }
  .category-container .view-settings .sort-settings .items-arrange-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: nowrap;
    align-items: flex-start;
    padding: 0.5rem 0; }
    .category-container .view-settings .sort-settings .items-arrange-container div {
      align-self: center;
      white-space: nowrap; }
    .category-container .view-settings .sort-settings .items-arrange-container .sort span {
      margin-right: 5px; }
    @media (max-width: 350px) {
      .category-container .view-settings .sort-settings .items-arrange-container .sort .aafes-select {
        max-width: 115px; } }
    @media (max-width: 365px) {
      .category-container .view-settings .sort-settings .items-arrange-container .sort .aafes-select {
        max-width: 130px; } }
  @media only screen and (max-width: 575px) {
    .category-container .view-settings .sort-settings {
      background-color: white;
      padding: 0; }
      .category-container .view-settings .sort-settings .items-count {
        float: none;
        background-color: #eaf0f5;
        padding: 5px 10px; }
      .category-container .view-settings .sort-settings .sort {
        float: none; } }
  @media (max-width: 350px) {
    .category-container .view-settings .sort-settings {
      padding: 5px 8px; } }

.category-container .view-settings .added-filters-wrap {
  width: 100%;
  overflow: hidden;
  margin-bottom: 15px;
  position: relative;
  background-color: #eaf0f5; }
  .category-container .view-settings .added-filters-wrap .added-filters {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 10px 10px 0 10px; }
    .category-container .view-settings .added-filters-wrap .added-filters .slick-arrow {
      height: 100%;
      width: 25px;
      z-index: 1; }
      .category-container .view-settings .added-filters-wrap .added-filters .slick-arrow:before {
        content: ""; }
      .category-container .view-settings .added-filters-wrap .added-filters .slick-arrow.slick-prev {
        background: rgba(234, 240, 245, 0);
        background: linear-gradient(to right, #eaf0f5, rgba(185, 195, 195, 0));
        border-left: 5px solid #eaf0f5;
        left: 0px; }
      .category-container .view-settings .added-filters-wrap .added-filters .slick-arrow.slick-next {
        background: rgba(234, 240, 245, 0);
        background: linear-gradient(to left, #eaf0f5, rgba(185, 195, 195, 0));
        border-right: 5px solid #eaf0f5;
        right: 0px; }
      .category-container .view-settings .added-filters-wrap .added-filters .slick-arrow.slick-disabled {
        display: none !important; }
    .category-container .view-settings .added-filters-wrap .added-filters .filter {
      border: 1px solid #717171;
      background-color: white;
      color: #717171;
      border-radius: 5px;
      padding: 5px;
      margin-bottom: 10px;
      min-width: 100px;
      display: flex;
      align-items: center;
      justify-content: space-between; }
      .category-container .view-settings .added-filters-wrap .added-filters .filter:not(:last-child) {
        margin-right: 15px; }
      .category-container .view-settings .added-filters-wrap .added-filters .filter a {
        margin-left: 15px;
        font-size: 15px;
        line-height: 0;
        cursor: pointer;
        color: #dadada; }
        .category-container .view-settings .added-filters-wrap .added-filters .filter a:hover {
          color: #717171; }

.category-container .view-settings:after {
  content: " ";
  clear: both;
  float: none;
  display: table; }

@media only screen and (max-width: 767px) {
  .category-container {
    padding-left: 0; }
    .category-container .view-settings .sort-settings {
      padding: 0;
      background-color: white;
      flex-direction: column; }
      .category-container .view-settings .sort-settings .items-count {
        padding-left: 10px;
        float: none;
        background-color: #eaf0f5;
        align-self: flex-start;
        width: 100%; }
    .category-container .view-settings .added-filters-wrap .added-filters {
      display: block;
      padding-left: 5px;
      padding-right: 5px;
      overflow: hidden; }
      .category-container .view-settings .added-filters-wrap .added-filters .filter {
        float: left; } }

/*grid defaults*/
/*grid defaults*/
/***  FONTS  ***/
/***  COLORS  ***/
/* Style Guide Colors */
/* lt gray */
/* lt gray */
/* dk gray */
/* lt blue */
/* md blue */
/* dk blue */
/* header */
/* header */
/*footer*/
/*footer*/
/* Account */
/* Account */
.aafes-scs-header .aafes-scs-cart {
  font-size: 12px;
  line-height: 30px; }
  .aafes-scs-header .aafes-scs-cart .aafes-minicart {
    float: left;
    margin-right: 10px; }
    .aafes-scs-header .aafes-scs-cart .aafes-minicart .aafes-minicart-link {
      color: #003a6a;
      font-size: 30px; }

.aafes-scs-header .aafes-scs-header-navbar {
  border-top: 1px solid #dadada;
  border-bottom: 1px solid #dadada;
  margin-top: 15px;
  background-color: #003a6a; }
  .aafes-scs-header .aafes-scs-header-navbar ul {
    list-style-type: none;
    padding: 0;
    margin: 10px 0; }
    .aafes-scs-header .aafes-scs-header-navbar ul li {
      display: inline-block;
      font-size: 12px;
      color: #ffffff; }
      .aafes-scs-header .aafes-scs-header-navbar ul li a {
        color: #ffffff; }
      .aafes-scs-header .aafes-scs-header-navbar ul li:not(:last-child):after {
        content: "|";
        margin: 0 5px 0 10px; }

@media only screen and (min-width: 992px) {
  .aafes-scs-header .aafes-scs-container {
    width: 1024px; } }

@media only screen and (max-width: 575px) {
  .aafes-scs-header .aafes-scs-container {
    width: 100%; }
  .aafes-scs-header .aafes-scs-header-logo img {
    width: 100%;
    height: auto; }
  .aafes-scs-header .aafes-scs-header-navbar {
    border: none;
    background-color: #eaf0f5;
    margin-top: 10px; }
    .aafes-scs-header .aafes-scs-header-navbar .container {
      padding: 0; }
    .aafes-scs-header .aafes-scs-header-navbar ul {
      margin: 0; }
      .aafes-scs-header .aafes-scs-header-navbar ul li {
        display: block;
        border-top: 1px solid #dadada;
        padding: 6px 15px; }
        .aafes-scs-header .aafes-scs-header-navbar ul li a {
          color: #003a6a; }
        .aafes-scs-header .aafes-scs-header-navbar ul li:after {
          content: "" !important; }
        .aafes-scs-header .aafes-scs-header-navbar ul li:last-child {
          border-bottom: 5px solid #dadada; } }

@media (max-width: 410px) {
  .aafes-scs-header .aafes-scs-cart {
    line-height: 18px; }
    .aafes-scs-header .aafes-scs-cart .aafes-minicart .aafes-minicart-link {
      font-size: 20px; } }

/*grid defaults*/
/*grid defaults*/
/***  FONTS  ***/
/***  COLORS  ***/
/* Style Guide Colors */
/* lt gray */
/* lt gray */
/* dk gray */
/* lt blue */
/* md blue */
/* dk blue */
/* header */
/* header */
/*footer*/
/*footer*/
/* Account */
/* Account */
.aafes-body-text .aafes-terms-img {
  float: left;
  width: 40%;
  max-width: 110px; }

.aafes-body-text .aafes-terms-price {
  float: left;
  width: 60%; }

/*grid defaults*/
/*grid defaults*/
/***  FONTS  ***/
/***  COLORS  ***/
/* Style Guide Colors */
/* lt gray */
/* lt gray */
/* dk gray */
/* lt blue */
/* md blue */
/* dk blue */
/* header */
/* header */
/*footer*/
/*footer*/
/* Account */
/* Account */
/*grid defaults*/
/*grid defaults*/
/***  FONTS  ***/
/***  COLORS  ***/
/* Style Guide Colors */
/* lt gray */
/* lt gray */
/* dk gray */
/* lt blue */
/* md blue */
/* dk blue */
/* header */
/* header */
/*footer*/
/*footer*/
/* Account */
/* Account */
/*grid defaults*/
/*grid defaults*/
/***  FONTS  ***/
/***  COLORS  ***/
/* Style Guide Colors */
/* lt gray */
/* lt gray */
/* dk gray */
/* lt blue */
/* md blue */
/* dk blue */
/* header */
/* header */
/*footer*/
/*footer*/
/* Account */
/* Account */
.aafes-cart-shipping-details {
  background-color: #eaf0f5;
  text-align: left !important;
  min-height: 160px;
  padding: 10px 0 10px 15px; }
  .aafes-cart-shipping-details label {
    margin: 0; }
  .aafes-cart-shipping-details .aafes-select {
    margin-top: 5px;
    max-width: 93%; }
  .aafes-cart-shipping-details .select-shipping {
    margin-top: 20px; }
  .aafes-cart-shipping-details .shipping-options .col-xs-4 {
    padding-right: 0; }
  .aafes-cart-shipping-details .military-star {
    background-color: #dadada;
    padding: 10px;
    margin-top: 10px;
    margin-bottom: 10px; }

.shippingAddrForm {
  padding-bottom: 1rem;
  border-bottom: 1px solid #dadada; }

.aafes-checkout-button-wrap {
  clear: both;
  margin: 1rem 0 1.5rem 0;
  border-top: 1px solid #dadada;
  border-bottom: 1px solid #dadada;
  padding: 1.5rem 0 1.5rem 0;
  text-align: right; }
  .aafes-checkout-button-wrap.top-border-0 {
    border-top: 0 none;
    margin-top: 0; }
  .aafes-summary .aafes-checkout-button-wrap {
    border: 0 none; }

.aafes-scs-checkout-footer-verify {
  float: right; }

@media only screen and (max-width: 575px) {
  .aafes-cart-shipping-details .shipping-options .col-xs-4 {
    padding-left: 5px;
    font-size: 10px; }
    .aafes-cart-shipping-details .shipping-options .col-xs-4:first-child {
      padding-left: 15px; } }

/*grid defaults*/
/*grid defaults*/
/***  FONTS  ***/
/***  COLORS  ***/
/* Style Guide Colors */
/* lt gray */
/* lt gray */
/* dk gray */
/* lt blue */
/* md blue */
/* dk blue */
/* header */
/* header */
/*footer*/
/*footer*/
/* Account */
/* Account */
/* .removing-confirm appears in checkout and account */
.removing-confirm {
  position: absolute;
  left: 1rem;
  bottom: 44px;
  width: 178px;
  padding: 0.5rem;
  border: 1px solid #8c8c8c;
  background-color: #dadada; }
  .removing-confirm:after, .removing-confirm:before {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none; }
    .aafes-checkout-address-list-item .removing-confirm:after, .aafes-checkout-address-list-item .removing-confirm:before {
      left: 70%; }
  .removing-confirm:after {
    border-color: rgba(218, 218, 218, 0);
    border-top-color: #dadada;
    border-width: 15px;
    margin-left: calc(1px - 49%); }
  .removing-confirm:before {
    border-color: rgba(140, 140, 140, 0);
    border-top-color: #8c8c8c;
    border-width: 16px;
    margin-left: -49%; }
  .removing-confirm p {
    margin-bottom: 5px; }
  .removing-confirm a:first-of-type {
    margin-right: 1rem; }

.cart-remove-item-wrap {
  position: relative; }
  .cart-remove-item-wrap .removing-confirm {
    width: 100px;
    left: 72px;
    top: auto;
    bottom: 30px; }

.aafes-cart-row {
  padding: 15px 0 15px 0;
  margin: 0;
  border-bottom: 1px solid #dadada; }
  .aafes-cart-row .aafes-item-left-section {
    padding-right: 0; }
  .aafes-cart-row .aafes-cart-item-imgdesc-wrap {
    float: left;
    width: 62%;
    padding-right: 5px; }
    .aafes-cart-row .aafes-cart-item-imgdesc-wrap.shipping-imgdesc {
      width: auto;
      float: none; }
    .aafes-cart-row .aafes-cart-item-imgdesc-wrap .aafes-cart-item-img {
      float: left;
      max-width: 100px; }
      .aafes-cart-row .aafes-cart-item-imgdesc-wrap .aafes-cart-item-img img {
        height: auto;
        width: 100%;
        margin-bottom: 10px; }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .aafes-cart-row .aafes-cart-item-imgdesc-wrap .aafes-cart-item-img {
    max-width: 60px; } }
    .aafes-cart-row .aafes-cart-item-imgdesc-wrap .aafes-cart-item-dsc {
      clear: right;
      position: relative;
      margin-left: 115px;
      /* width of .aafes-cart-item-img + gutter */ }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .aafes-cart-row .aafes-cart-item-imgdesc-wrap .aafes-cart-item-dsc {
    margin-left: 70px;
    /* width of .aafes-cart-item-img + gutter */ } }
      .aafes-cart-row .aafes-cart-item-imgdesc-wrap .aafes-cart-item-dsc > div {
        margin-bottom: 10px; }
      .aafes-cart-row .aafes-cart-item-imgdesc-wrap .aafes-cart-item-dsc .item-num {
        color: #717171; }
      .aafes-cart-row .aafes-cart-item-imgdesc-wrap .aafes-cart-item-dsc .item-price {
        font-weight: bold; }
      .aafes-cart-row .aafes-cart-item-imgdesc-wrap .aafes-cart-item-dsc .item-card-num {
        font-weight: bold; }
      .aafes-cart-row .aafes-cart-item-imgdesc-wrap .aafes-cart-item-dsc .aafes-item-edit-link:after {
        content: "\f101";
        color: #3370a1;
        margin-right: 13px;
        margin-left: 2px;
        font-family: FontAwesome, serif; }
      .aafes-cart-row .aafes-cart-item-imgdesc-wrap .aafes-cart-item-dsc .aafes-item-embroidered-msg {
        color: #717171; }
  .aafes-cart-row .aafes-cart-address {
    float: left;
    width: 38%;
    padding-right: 5px; }
    .aafes-cart-row .aafes-cart-address .aafes-optiongroup {
      margin-top: -2px;
      /* helps top align text with other columns */ }
  .aafes-cart-row .aafes-cart-item-store-pickup {
    clear: both; }
  .aafes-cart-row .aafes-cart-subscription-note {
    margin-top: 10px;
    padding: 10px;
    background-color: #eaf0f5; }
    .aafes-cart-row .aafes-cart-subscription-note p {
      margin-bottom: 0; }

.aafes-item-settings {
  text-align: center;
  padding-right: 40px; }
  .aafes-item-settings > div {
    padding: 0; }
  .aafes-item-settings .item-price-column {
    text-align: left; }
    .aafes-item-settings .item-price-column .aafes-price-list {
      color: #717171; }
  .aafes-item-settings .aafes-ship-multi {
    border-top: 1px solid #dadada;
    padding-top: 10px;
    margin-bottom: 0;
    clear: both; }

.aafes-cart-row-head {
  margin: 0;
  padding: 15px 0 15px 0;
  color: #003a6a;
  background-color: #eaf0f5; }
  .aafes-cart-row-head .item-title {
    padding-right: 0;
    /* needs to match item-row exactly */ }
    .aafes-cart-row-head .item-title .item-title-item {
      display: inline-block;
      width: 62%;
      padding-right: 5px; }
    .aafes-cart-row-head .item-title .item-title-ship-to {
      display: inline-block; }

.aafes-summary {
  padding: 1rem 0;
  margin: 0 0 35px 0; }
  .aafes-summary.border-top {
    border-top: 1px solid #dadada; }
  .aafes-summary.border-bot {
    border-bottom: 1px solid #dadada; }
  .aafes-summary .summary-price .summary-text {
    font-size: 18px;
    font-weight: bold;
    border-bottom: 1px solid #dadada;
    padding-bottom: 15px; }
  .aafes-summary .summary-price .total-item {
    margin-top: 10px; }
    .aafes-summary .summary-price .total-item:last-child {
      border-bottom: 1px solid #dadada;
      padding-bottom: 0.8rem;
      margin-bottom: 0.8rem; }
  .aafes-summary .summary-price .price {
    text-align: right; }
  .aafes-summary .summary-price .total {
    font-size: 18px;
    font-weight: bold; }
  .aafes-summary .big-total {
    font-size: 16px;
    margin-bottom: 5px; }

.aafes-security-title {
  font-weight: bold;
  white-space: nowrap; }
  .aafes-security-title:before {
    position: relative;
    top: 3px;
    font-size: 20px;
    margin-right: 6px;
    color: #3370a1;
    font-family: FontAwesome, serif;
    content: "\f023"; }
  .aafes-security-title .print:before {
    content: "|";
    margin: 0 15px; }

.aafes-checkout-message {
  margin-bottom: 10px; }

.aafes-checkout-box {
  background-color: #eaf0f5;
  padding: 1rem; }

.aafes-promo-area {
  background-color: #f6f6f6;
  padding: 15px; }

.aafes-checkout-bottom-nav {
  background-color: #f6f6f6;
  padding: 15px 15px;
  display: flex;
  flex-direction: row;
  justify-content: space-around; }

.aafes-cart-colored .aafes-cart-row {
  background-color: #f6f6f6; }

.aafes-cart-colored .aafes-item-settings {
  padding-right: 10px; }

.aafes-cart-colored.special-offers {
  margin-top: 20px; }

.saved-cards {
  margin-right: -9px; }

.saved-card {
  margin-right: 9px;
  margin-bottom: 10px;
  border: 1px solid #f6f6f6;
  padding: 0.7rem; }
  .saved-card .card-type-image {
    max-width: 28%;
    width: auto; }
  .saved-card a {
    font-size: 0.8rem; }
  .saved-card.active {
    background-color: #f6f6f6; }
    .saved-card.active .use-card {
      display: none; }
  @media only screen and (max-width: 767px) {
    .saved-card {
      width: 100%; } }

.saved-card-info div {
  align-self: center; }

.saved-card-info .card-remove:before {
  content: '('; }

.saved-card-info .card-remove:after {
  content: ')'; }

@media only screen and (max-width: 767px) {
  .saved-card-info {
    flex-direction: column;
    justify-content: space-around; }
    .saved-card-info .aafes-group-title {
      font-size: 0.7rem; }
    .saved-card-info .card-remove:before {
      content: ''; }
    .saved-card-info .card-remove:after {
      content: ''; }
    .saved-card-info div {
      align-self: flex-start; }
    .saved-card-info .vertical-separator {
      display: none; } }

.payment-submit-box {
  display: flex;
  flex-direction: row;
  justify-content: flex-end; }
  .payment-submit-box button, .payment-submit-box a {
    align-self: center;
    margin-left: 1rem; }
  @media only screen and (max-width: 767px) {
    .payment-submit-box {
      flex-direction: column;
      justify-content: center; }
      .payment-submit-box button, .payment-submit-box a {
        margin: 1rem 0; } }

.aafes-security-code-modal {
  text-align: center; }
  .aafes-security-code-modal .cart-articles {
    clear: both; }

.add-new-payment-method {
  font-size: 1rem; }

.card-holder-info {
  font-size: 0.8rem;
  margin-bottom: 0.2rem; }

.aafes-page-subhead .fa-chevron-down {
  color: #3370a1; }

.checkout-form-card-expiration {
  max-width: 300px; }

.checkout-form-card-expiration .aafes-form-field {
  width: 45%; }
  .checkout-form-card-expiration .aafes-form-field select {
    width: 100%; }

.aafes-mini-cart {
  position: absolute;
  width: 400px;
  background-color: white;
  border: 1px solid #dadada;
  right: 0;
  margin-top: 6px;
  z-index: 5; }
  .aafes-mini-cart .aafes-mini-cart-section {
    font-size: 12px;
    padding: 0 15px; }
    .aafes-mini-cart .aafes-mini-cart-section.aafes-minicart-item-container {
      max-height: 250px;
      border-bottom: 1px solid #dadada;
      overflow-y: auto; }
      .aafes-mini-cart .aafes-mini-cart-section.aafes-minicart-item-container .aafes-cart-row {
        overflow: hidden;
        border: none;
        text-align: left; }
        .aafes-mini-cart .aafes-mini-cart-section.aafes-minicart-item-container .aafes-cart-row:not(:first-child) {
          border-top: 1px solid #dadada; }
        .aafes-mini-cart .aafes-mini-cart-section.aafes-minicart-item-container .aafes-cart-row .aafes-cart-item-dsc {
          width: 235px; }
          .aafes-mini-cart .aafes-mini-cart-section.aafes-minicart-item-container .aafes-cart-row .aafes-cart-item-dsc .item-price-column {
            margin-bottom: 0; }
            .aafes-mini-cart .aafes-mini-cart-section.aafes-minicart-item-container .aafes-cart-row .aafes-cart-item-dsc .item-price-column > div {
              margin-bottom: 5px; }
            .aafes-mini-cart .aafes-mini-cart-section.aafes-minicart-item-container .aafes-cart-row .aafes-cart-item-dsc .item-price-column .aafes-remove {
              margin: 10px 0 0 0; }
    .aafes-mini-cart .aafes-mini-cart-section.total {
      padding: 15px; }
      .aafes-mini-cart .aafes-mini-cart-section.total .aafes-mini-cart-total {
        margin-bottom: 15px; }
        .aafes-mini-cart .aafes-mini-cart-section.total .aafes-mini-cart-total .aafes-mini-total-count {
          font-weight: bold;
          font-size: .8rem;
          margin-right: 15px; }
        .aafes-mini-cart .aafes-mini-cart-section.total .aafes-mini-cart-total .aafes-mini-total {
          font-size: 1.1rem;
          color: #da0f0f; }

.aafes-checkout-summary {
  border: 1px solid #dadada; }
  .aafes-checkout-summary .aafes-checkout-summary-total {
    font-size: 13px;
    margin-top: 4px;
    margin-bottom: 8px;
    padding: 10px 10px;
    background-color: #f6f6f6; }
  .aafes-checkout-summary .aafes-checkout-summary-header, .aafes-checkout-summary .aafes-checkout-summary-item {
    overflow: hidden;
    margin: 0 10px; }
    .aafes-checkout-summary .aafes-checkout-summary-header .name, .aafes-checkout-summary .aafes-checkout-summary-item .name {
      width: 60%;
      text-align: left;
      margin-bottom: 5px; }
    .aafes-checkout-summary .aafes-checkout-summary-header .quantity, .aafes-checkout-summary .aafes-checkout-summary-item .quantity {
      width: 15%;
      text-align: center; }
    .aafes-checkout-summary .aafes-checkout-summary-header .total, .aafes-checkout-summary .aafes-checkout-summary-item .total {
      width: 25%;
      text-align: right; }
    .aafes-checkout-summary .aafes-checkout-summary-header .name, .aafes-checkout-summary .aafes-checkout-summary-header .quantity, .aafes-checkout-summary .aafes-checkout-summary-header .total, .aafes-checkout-summary .aafes-checkout-summary-item .name, .aafes-checkout-summary .aafes-checkout-summary-item .quantity, .aafes-checkout-summary .aafes-checkout-summary-item .total {
      float: left; }
    .aafes-checkout-summary .aafes-checkout-summary-header .item-info, .aafes-checkout-summary .aafes-checkout-summary-item .item-info {
      clear: both;
      margin-top: 5px; }
  .aafes-checkout-summary .aafes-checkout-summary-header {
    padding-bottom: 5px; }
  .aafes-checkout-summary .aafes-checkout-summary-item {
    margin-top: 10px; }
    .aafes-checkout-summary .aafes-checkout-summary-item:not(:first-of-type) {
      border-top: 1px solid #f6f6f6;
      padding-top: 10px; }
  .aafes-checkout-summary .aafes-checkout-summary-total-wrap {
    padding: 15px 10px;
    background-color: #eaf0f5;
    margin-top: 10px; }
    .aafes-checkout-summary .aafes-checkout-summary-total-wrap .total-row {
      margin-top: 5px;
      overflow: hidden; }
      .aafes-checkout-summary .aafes-checkout-summary-total-wrap .total-row .total-item-title, .aafes-checkout-summary .aafes-checkout-summary-total-wrap .total-row .total-item-value {
        float: left; }
      .aafes-checkout-summary .aafes-checkout-summary-total-wrap .total-row .total-item-title {
        width: 75%; }
      .aafes-checkout-summary .aafes-checkout-summary-total-wrap .total-row .total-item-value {
        width: 25%;
        text-align: right; }
    .aafes-checkout-summary .aafes-checkout-summary-total-wrap .total-section {
      border-top: 2px solid #dadada;
      padding-top: 10px;
      margin-top: 15px; }

.aafes-checkout-header-container {
  padding: 1rem;
  font-size: 14px;
  border-bottom: 1px solid #dadada; }
  .aafes-checkout-header-container .nav-section .need-help,
  .aafes-checkout-header-container .nav-section .have-question {
    color: #3370a1; }
  .aafes-checkout-header-container .nav-section .have-question:before {
    content: url(/ux/themes/main/common/img/chat.png);
    position: relative;
    bottom: -0.5rem;
    margin-right: 0.4rem; }
  .aafes-checkout-header-container .nav-section .have-question:after {
    font-weight: normal;
    content: "|";
    margin: 0 8px; }
  .aafes-checkout-header-container .nav-section a {
    font-weight: bold; }
  @media only screen and (max-width: 991px) {
    .aafes-checkout-header-container .nav-section {
      font-size: 13px; } }
  @media only screen and (max-width: 575px) {
    .aafes-checkout-header-container .nav-section {
      padding-top: 10px;
      font-size: 12px; }
      .aafes-checkout-header-container .nav-section .have-question:after {
        margin: 0 3px; }
      .aafes-checkout-header-container .nav-section .have-question:before {
        content: '';
        margin-right: 0; } }

.aafes-checkout-navigation .aafes-progress-path {
  margin: 0; }
  .aafes-checkout-navigation .aafes-progress-path ul {
    margin: 0; }

.aafes-checkout-navigation, .aafes-back-link {
  display: flex;
  flex-direction: row;
  font-size: 16px;
  justify-content: space-between; }
  .aafes-checkout-navigation .aafes-security-title, .aafes-back-link .aafes-security-title {
    line-height: 1;
    font-size: 14px; }

.aafes-back-link {
  margin-bottom: 15px; }
  .aafes-back-link > a:before {
    content: "\f100";
    font-family: FontAwesome, serif;
    margin-right: 3px; }

.aafes-checkout-border-bottom {
  border-bottom: 4px solid #dadada;
  padding-bottom: 15px; }

.aafes-checkout-address {
  padding-right: 0; }
  .aafes-checkout-address .aafes-section-title {
    text-transform: capitalize; }
  .aafes-checkout-address .aafes-cart-row {
    border-bottom: 4px solid #dadada; }
  .aafes-checkout-address .aafes-checkout-address-edit {
    background-color: #eaf0f5;
    padding: 0 15px; }
  .aafes-checkout-address .aafes-checkout-address-list {
    display: flex;
    flex-wrap: wrap;
    margin-top: 1rem;
    align-items: stretch; }
    .aafes-checkout-address .aafes-checkout-address-list .aafes-checkout-address-list-item {
      width: 32%;
      margin-bottom: 10px;
      padding: 15px;
      float: left;
      border: 1px solid #dadada;
      position: relative; }
      .aafes-checkout-address .aafes-checkout-address-list .aafes-checkout-address-list-item:nth-of-type(3n+2), .aafes-checkout-address .aafes-checkout-address-list .aafes-checkout-address-list-item:nth-of-type(3n+3) {
        margin-left: 2%; }
      .aafes-checkout-address .aafes-checkout-address-list .aafes-checkout-address-list-item.active {
        background-color: #eaf0f5; }
      .aafes-checkout-address .aafes-checkout-address-list .aafes-checkout-address-list-item .nickname {
        font-weight: bold;
        margin-bottom: 10px; }
      .aafes-checkout-address .aafes-checkout-address-list .aafes-checkout-address-list-item .aafes-cart-address-options {
        margin-top: 15px; }
      .aafes-checkout-address .aafes-checkout-address-list .aafes-checkout-address-list-item .aafes-checkout-address-item-edit {
        margin-right: 15px; }
        .aafes-checkout-address .aafes-checkout-address-list .aafes-checkout-address-list-item .aafes-checkout-address-item-edit:after {
          content: "\f105";
          font-family: FontAwesome, serif;
          margin-left: 3px; }
      .aafes-checkout-address .aafes-checkout-address-list .aafes-checkout-address-list-item .aafes-btn-sm-reverse {
        margin: 13px 0; }
  .aafes-checkout-address .add-new-shipping-address {
    margin-top: 15px;
    font-size: 16px; }
    .aafes-checkout-address .add-new-shipping-address > a:before {
      content: '+';
      margin-right: 5px; }
  .aafes-checkout-address .aafes-checkout-store-settings {
    margin: 0; }
    .aafes-checkout-address .aafes-checkout-store-settings .aafes-checkout-store-settings-item {
      border-bottom: 4px solid #dadada;
      position: relative;
      padding: 20px 15px;
      height: 225px; }
      .aafes-checkout-address .aafes-checkout-store-settings .aafes-checkout-store-settings-item:first-of-type {
        border-right: 2px solid #dadada;
        padding-right: 30px; }
      .aafes-checkout-address .aafes-checkout-store-settings .aafes-checkout-store-settings-item:nth-of-type(2) {
        border-left: 2px solid #dadada;
        padding-left: 30px; }
      .aafes-checkout-address .aafes-checkout-store-settings .aafes-checkout-store-settings-item .content-or {
        background-color: #dadada;
        text-transform: uppercase;
        position: absolute;
        z-index: 1;
        border-radius: 20px;
        font-size: 14px;
        line-height: 40px;
        text-align: center;
        width: 40px;
        right: 0;
        margin-right: -20px;
        top: 50%;
        margin-top: -20px; }
  .aafes-checkout-address .aafes-item-settings.aafes-cart-shipping-details {
    padding-right: 15px; }
  .aafes-checkout-address .split-sku-row .aafes-cart-row {
    border-bottom: 1px dashed #dadada; }

.aafes-cart-row .aafes-cart-shipping-details.aafes-form-field .aafes-select {
  margin-left: 0;
  margin-top: 0;
  max-width: 100%; }

.aafes-cart-row .aafes-cart-shipping-details > div:not(.military-star) {
  padding-left: 0;
  /* needed to undo a rule a written for .aafes-item-settings > div */ }
  .aafes-cart-row .aafes-cart-shipping-details > div:not(.military-star) > div.aafes-form-field {
    margin-bottom: 0; }

.aafes-checkout-save-address .aafes-form-field label {
  font-weight: bold; }

.aafes-checkout-save-address .aafes-checkout-save-address-form {
  display: none; }

.aafes-checkout-shipping-method-container {
  margin-top: 5px;
  display: flex;
  flex-direction: row; }
  .aafes-checkout-shipping-method-container .aafes-checkout-shipping-method {
    display: inline-block; }
    .aafes-checkout-shipping-method-container .aafes-checkout-shipping-method:not(:first-of-type) {
      padding-left: 10px;
      border-left: 1px solid #dadada; }
    .aafes-checkout-shipping-method-container .aafes-checkout-shipping-method:not(:last-of-type) {
      padding-right: 10px; }

.aafes-checkout-footer-container {
  border-top: 1px solid #dadada;
  margin-top: 45px;
  padding: 15px 0; }
  .aafes-checkout-footer-container .aafes-checkout-footer-nav-container {
    display: flex;
    flex-direction: row;
    line-height: 29px;
    justify-content: space-between; }

.nav-item-cart, .aafes-cart {
  position: relative; }
  .nav-item-cart:hover .aafes-mini-cart, .aafes-cart:hover .aafes-mini-cart {
    display: block; }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .aafes-checkout-address .aafes-checkout-address-list .aafes-checkout-address-list-item {
    width: 49%; }
    .aafes-checkout-address .aafes-checkout-address-list .aafes-checkout-address-list-item:nth-of-type(3n+2), .aafes-checkout-address .aafes-checkout-address-list .aafes-checkout-address-list-item:nth-of-type(3n+3) {
      margin-left: 0; }
    .aafes-checkout-address .aafes-checkout-address-list .aafes-checkout-address-list-item:nth-of-type(2n+2) {
      margin-left: 2%; } }

@media only screen and (max-width: 767px) {
  .aafes-cart-row .aafes-item-prices {
    margin-top: 15px;
    text-align: left; }
    .aafes-cart-row .aafes-item-prices .aafes-price-title {
      font-weight: bold;
      margin-right: 30px;
      float: left; }
  .aafes-cart-row .aafes-item-left-section {
    padding-right: 15px; }
  .aafes-cart-row .aafes-item-settings {
    padding-right: 0; }
    .aafes-cart-row .aafes-item-settings > div {
      padding-left: 15px; }
    .aafes-cart-row .aafes-item-settings.aafes-item-prices {
      border-top: 1px solid #dadada;
      margin: 15px 0 0 0;
      padding-top: 15px; }
  .aafes-cart-colored .aafes-cart-row {
    margin-bottom: 15px;
    border: none; }
    .aafes-cart-colored .aafes-cart-row .aafes-item-settings > div {
      padding-left: 0; }
  .aafes-checkout-bottom-nav {
    flex-direction: column; }
    .aafes-checkout-bottom-nav .aafes-checkout-bottom-nav-item:not(:last-child) {
      margin-bottom: 15px; }
  .aafes-checkout-summary .aafes-checkout-summary-body {
    display: block; }
  .aafes-checkout-summary .aafes-page-head-block {
    margin-bottom: 0; }
    .aafes-checkout-summary .aafes-page-head-block .fa-chevron-down {
      display: block; }
    .aafes-checkout-summary .aafes-page-head-block .fa-chevron-up {
      display: none; }
  .aafes-checkout-summary.collapsed .aafes-page-head-block .fa-chevron-down {
    display: none; }
  .aafes-checkout-summary.collapsed .aafes-page-head-block .fa-chevron-up {
    display: block; }
  .aafes-checkout-summary.collapsed .aafes-checkout-summary-body {
    display: none; }
  .aafes-checkout-address {
    padding-right: 15px; }
    .aafes-checkout-address .aafes-checkout-store-settings .aafes-checkout-store-settings-item {
      height: auto; }
      .aafes-checkout-address .aafes-checkout-store-settings .aafes-checkout-store-settings-item:first-of-type {
        border-right: none;
        padding-right: 0;
        border-bottom: 2px solid #dadada; }
      .aafes-checkout-address .aafes-checkout-store-settings .aafes-checkout-store-settings-item:nth-of-type(2) {
        border-left: none;
        padding-left: 15px; }
      .aafes-checkout-address .aafes-checkout-store-settings .aafes-checkout-store-settings-item .content-or {
        right: 50%;
        margin-right: -20px;
        top: 100%;
        margin-top: -20px; }
  .aafes-checkout-footer-container .aafes-checkout-footer-nav-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; } }

@media only screen and (max-width: 575px) {
  .aafes-cart-row .aafes-cart-item-imgdesc-wrap {
    width: 100%;
    padding-right: 0;
    float: none;
    min-height: 100px;
    /* the height of the product image */ }
  .aafes-cart-row .aafes-cart-address {
    width: 100%;
    padding-top: 15px;
    margin-top: 15px; }
  .aafes-cart-row .aafes-cart-address {
    width: 98%;
    border-top: 1px solid #dadada;
    padding-top: 15px;
    padding-right: 0;
    float: none; }
    .aafes-cart-row .aafes-cart-address .aafes-cart-address-title {
      font-weight: bold;
      float: left;
      width: 60px; }
    .aafes-cart-row .aafes-cart-address .aafes-cart-address-options {
      clear: right;
      margin-left: 65px;
      margin-bottom: 0; }
  .aafes-cart-row .aafes-item-prices .aafes-price-title {
    margin-right: 15px; }
  .aafes-checkout-address .aafes-checkout-address-list .aafes-checkout-address-list-item {
    width: 49%; }
    .aafes-checkout-address .aafes-checkout-address-list .aafes-checkout-address-list-item:nth-of-type(3n+2), .aafes-checkout-address .aafes-checkout-address-list .aafes-checkout-address-list-item:nth-of-type(3n+3) {
      margin-left: 0; }
    .aafes-checkout-address .aafes-checkout-address-list .aafes-checkout-address-list-item:nth-of-type(2n+2) {
      margin-left: 2%; } }

@media (max-width: 400px) {
  .aafes-checkout-address .aafes-checkout-address-list .aafes-checkout-address-list-item {
    width: 100%; }
    .aafes-checkout-address .aafes-checkout-address-list .aafes-checkout-address-list-item:nth-of-type(2n+2) {
      margin-left: 0; } }

/*grid defaults*/
/*grid defaults*/
/***  FONTS  ***/
/***  COLORS  ***/
/* Style Guide Colors */
/* lt gray */
/* lt gray */
/* dk gray */
/* lt blue */
/* md blue */
/* dk blue */
/* header */
/* header */
/*footer*/
/*footer*/
/* Account */
/* Account */
.aafes-user-register .aafes-fieldset {
  padding-right: 1rem;
  padding-left: 1rem;
  flex: 6; }
  .aafes-user-register .aafes-fieldset .aafes-optiongroup label {
    display: inline-block; }
  .aafes-user-register .aafes-fieldset .aafes-optiongroup input[type=checkbox] {
    margin-right: -4px; }
  .aafes-user-register .aafes-fieldset .ssn-input {
    display: flex; }
    .aafes-user-register .aafes-fieldset .ssn-input .ssn-details {
      align-self: center;
      margin-left: 0.5rem;
      white-space: nowrap; }
  .aafes-user-register .aafes-fieldset hr {
    max-width: 300px;
    margin-left: 0; }

.aafes-user-register .aafes-info {
  background: #eaf0f5;
  padding: 15px 1rem 15px 2rem;
  flex: 4; }
  .aafes-user-register .aafes-info .aafes-page-head {
    margin-bottom: 0.5rem; }
  .aafes-user-register .aafes-info p {
    margin-bottom: 1rem; }

@media only screen and (max-width: 767px) {
  .aafes-user-register .aafes-form-container {
    flex-direction: column; }
  .aafes-user-register .aafes-fieldset,
  .aafes-user-register .aafes-info {
    flex: none; }
    .aafes-user-register .aafes-fieldset .ssn-input .ssn,
    .aafes-user-register .aafes-info .ssn-input .ssn {
      width: 50%; } }

.aafes-ssn-modal .aafes-group-title {
  display: inline-block; }

/*grid defaults*/
/*grid defaults*/
/***  FONTS  ***/
/***  COLORS  ***/
/* Style Guide Colors */
/* lt gray */
/* lt gray */
/* dk gray */
/* lt blue */
/* md blue */
/* dk blue */
/* header */
/* header */
/*footer*/
/*footer*/
/* Account */
/* Account */
.registration-failed-header {
  text-align: center; }

.aafes-user-registration-failed {
  margin-bottom: 2rem; }
  .aafes-user-registration-failed .failed-reasons {
    padding-left: 1rem; }
    .aafes-user-registration-failed .failed-reasons > li {
      padding-left: 1rem;
      margin-bottom: 1rem; }
    .aafes-user-registration-failed .failed-reasons ul {
      list-style: initial; }
  .aafes-user-registration-failed .secure-form {
    color: #3370a1;
    text-decoration: underline; }
  .aafes-user-registration-failed .log-in {
    margin: 1rem 0;
    border: 1px solid #717171;
    padding: 1rem;
    width: 100%; }

/*grid defaults*/
/*grid defaults*/
/***  FONTS  ***/
/***  COLORS  ***/
/* Style Guide Colors */
/* lt gray */
/* lt gray */
/* dk gray */
/* lt blue */
/* md blue */
/* dk blue */
/* header */
/* header */
/*footer*/
/*footer*/
/* Account */
/* Account */
.aafes-user-recovery a.aafes-btn {
  text-decoration: none; }

.aafes-user-recovery .form-container {
  margin: 1rem 0;
  padding: 2px; }
  .aafes-user-recovery .form-container.bordered {
    border: 1px solid #dadada; }

.aafes-user-recovery .aafes-fieldset label {
  max-width: 300px; }
  .aafes-user-recovery .aafes-fieldset label .label-note {
    float: right;
    font-weight: normal; }

.aafes-user-recovery .aafes-fieldset .aafes-optiongroup label {
  display: inline-block; }

.aafes-user-recovery .aafes-fieldset .aafes-optiongroup input[type=checkbox] {
  margin-right: -4px; }

.aafes-user-recovery .aafes-fieldset .aafes-group-title {
  font-size: 13px; }

.aafes-user-recovery .aafes-fieldset .ssn-input {
  display: flex; }
  .aafes-user-recovery .aafes-fieldset .ssn-input .ssn-details {
    align-self: center;
    margin-left: 0.5rem;
    white-space: nowrap; }

.aafes-user-recovery .aafes-fieldset hr {
  max-width: 300px;
  margin-left: 0; }

.aafes-ssn-modal .aafes-group-title,
.password-policy-modal .aafes-group-title {
  display: inline-block; }

.password-policy-modal .modal-body p {
  max-width: 70%; }
  .password-policy-modal .modal-body p span {
    float: right; }

@media only screen and (max-width: 767px) {
  .password-policy-modal .modal-body p {
    max-width: none;
    padding-right: 1.5rem; } }

/*grid defaults*/
/*grid defaults*/
/***  FONTS  ***/
/***  COLORS  ***/
/* Style Guide Colors */
/* lt gray */
/* lt gray */
/* dk gray */
/* lt blue */
/* md blue */
/* dk blue */
/* header */
/* header */
/*footer*/
/*footer*/
/* Account */
/* Account */
.aafes-savings-center .ads-container {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 1rem;
  border-bottom: 1px solid #bebebe;
  margin-bottom: 1rem; }
  .aafes-savings-center .ads-container a {
    flex: 0 1 15%;
    align-self: center;
    margin: 0.3rem;
    display: block; }
    .aafes-savings-center .ads-container a img {
      display: block;
      margin: 0 auto; }
  .aafes-savings-center .ads-container img {
    width: 100%;
    max-width: 100%;
    height: auto; }

.aafes-savings-center .saving-items .item .item-header {
  background-color: #ffffff;
  border-bottom: 1px dashed #dadada;
  border-top: 1px dashed #dadada;
  letter-spacing: 0.05em;
  margin-bottom: 5px;
  margin-top: 30px;
  padding: 10px;
  text-transform: uppercase;
  color: #cd0808; }
  .aafes-savings-center .saving-items .item .item-header:before {
    white-space: nowrap;
    content: "\2600";
    font-size: 1.2em;
    color: #999;
    margin-right: 10px; }

.aafes-savings-center .saving-items .item .item-content {
  padding-left: 35px;
  font-size: 1.2em; }
  .aafes-savings-center .saving-items .item .item-content a {
    line-height: 1.5rem;
    font-size: 1.25rem;
    margin-bottom: 5px; }
    .aafes-savings-center .saving-items .item .item-content a:after {
      content: "\00A0\203A"; }
  .aafes-savings-center .saving-items .item .item-content p {
    padding: 0.5rem;
    margin: 0; }
  .aafes-savings-center .saving-items .item .item-content .item-info {
    color: #A9A9A9;
    font-size: 0.8rem;
    text-transform: uppercase;
    padding-top: 0; }

.aafes-savings-center .rebates-search {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  padding: 1rem;
  margin: 1rem 0;
  background-color: #eaf0f5; }
  .aafes-savings-center .rebates-search .aafes-form-field {
    margin-right: 1rem; }
    .aafes-savings-center .rebates-search .aafes-form-field input {
      width: 250px; }
  .aafes-savings-center .rebates-search button {
    margin-bottom: 10px;
    line-height: 12px; }
    .aafes-savings-center .rebates-search button:first-of-type {
      margin-right: 1rem; }

.aafes-savings-center .rebates-table .rebates-table-head,
.aafes-savings-center .rebates-table .rebates-table-body .rebates-table-row {
  display: flex;
  flex-direction: row;
  text-align: left;
  padding: 10px; }
  .aafes-savings-center .rebates-table .rebates-table-head .rebates-table-col:not(:last-child),
  .aafes-savings-center .rebates-table .rebates-table-body .rebates-table-row .rebates-table-col:not(:last-child) {
    padding-right: 10px; }
  .aafes-savings-center .rebates-table .rebates-table-head .rebates-table-col.desc,
  .aafes-savings-center .rebates-table .rebates-table-body .rebates-table-row .rebates-table-col.desc {
    width: 30%; }
  .aafes-savings-center .rebates-table .rebates-table-head .rebates-table-col.manufacture,
  .aafes-savings-center .rebates-table .rebates-table-body .rebates-table-row .rebates-table-col.manufacture {
    width: 18%; }
  .aafes-savings-center .rebates-table .rebates-table-head .rebates-table-col.start-date,
  .aafes-savings-center .rebates-table .rebates-table-body .rebates-table-row .rebates-table-col.start-date {
    width: 15%; }
  .aafes-savings-center .rebates-table .rebates-table-head .rebates-table-col.end-date,
  .aafes-savings-center .rebates-table .rebates-table-body .rebates-table-row .rebates-table-col.end-date {
    width: 15%; }
  .aafes-savings-center .rebates-table .rebates-table-head .rebates-table-col.deadline,
  .aafes-savings-center .rebates-table .rebates-table-body .rebates-table-row .rebates-table-col.deadline {
    width: 22%; }

.aafes-savings-center .rebates-table .rebates-table-head {
  border: 2px solid #dadada;
  font-weight: bold; }

.aafes-savings-center .rebates-table .rebates-table-body .rebates-table-row .rebates-table-col.desc {
  font-weight: bold; }

.aafes-savings-center .rebates-table .rebates-table-body .rebates-table-row:not(:last-child) {
  border-bottom: 1px solid #dadada; }

@media only screen and (max-width: 767px) {
  .aafes-savings-center .ads-container a {
    flex: 0 1 45%; }
  .aafes-savings-center .rebates-table .rebates-table-head {
    display: none; }
  .aafes-savings-center .rebates-table .rebates-table-body .rebates-table-row {
    flex-wrap: wrap;
    padding: 1rem 0; }
    .aafes-savings-center .rebates-table .rebates-table-body .rebates-table-row .rebates-table-col.desc {
      width: 65%; }
    .aafes-savings-center .rebates-table .rebates-table-body .rebates-table-row .rebates-table-col.manufacture {
      width: 35%;
      padding-right: 0;
      text-align: center; }
    .aafes-savings-center .rebates-table .rebates-table-body .rebates-table-row .rebates-table-col.start-date {
      width: 50%;
      margin-top: 1rem;
      display: flex;
      flex-direction: column; }
      .aafes-savings-center .rebates-table .rebates-table-body .rebates-table-row .rebates-table-col.start-date:before {
        content: "Start Date";
        font-weight: bold; }
    .aafes-savings-center .rebates-table .rebates-table-body .rebates-table-row .rebates-table-col.end-date {
      width: 50%;
      margin-top: 1rem;
      display: flex;
      flex-direction: column; }
      .aafes-savings-center .rebates-table .rebates-table-body .rebates-table-row .rebates-table-col.end-date:before {
        content: "End Date";
        font-weight: bold; }
    .aafes-savings-center .rebates-table .rebates-table-body .rebates-table-row .rebates-table-col.deadline {
      width: 100%;
      margin-top: 1rem;
      display: flex;
      flex-direction: column; }
      .aafes-savings-center .rebates-table .rebates-table-body .rebates-table-row .rebates-table-col.deadline:before {
        content: "Postmark Deadline";
        font-weight: bold; } }

/*grid defaults*/
/*grid defaults*/
/***  FONTS  ***/
/***  COLORS  ***/
/* Style Guide Colors */
/* lt gray */
/* lt gray */
/* dk gray */
/* lt blue */
/* md blue */
/* dk blue */
/* header */
/* header */
/*footer*/
/*footer*/
/* Account */
/* Account */
.aafes-customer-service .customer-service-header {
  display: flex; }
  .aafes-customer-service .customer-service-header .img-holder {
    padding-right: 1rem;
    flex: 1 1 500px; }
  .aafes-customer-service .customer-service-header .military-star-card-holder {
    padding: 2rem 1rem;
    flex-grow: 0;
    flex-basis: 210px; }
    .aafes-customer-service .customer-service-header .military-star-card-holder h2 {
      margin-bottom: 0; }

.aafes-customer-service .customer-service-items {
  display: flex;
  justify-content: space-between; }
  .aafes-customer-service .customer-service-items .service-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #eaf0f5;
    padding: 1rem;
    margin: 0.5rem; }
    .aafes-customer-service .customer-service-items .service-item:last-of-type {
      margin-right: 0; }
    .aafes-customer-service .customer-service-items .service-item:first-of-type {
      margin-left: 0; }
    .aafes-customer-service .customer-service-items .service-item img {
      margin-bottom: 1rem; }

.aafes-customer-service .customer-service-assistance {
  display: flex; }
  .aafes-customer-service .customer-service-assistance .info-block {
    flex: 1 1 auto;
    margin: 1rem; }
  .aafes-customer-service .customer-service-assistance .aafes-group-title {
    margin-top: 0.5rem;
    text-transform: uppercase; }

@media only screen and (max-width: 767px) {
  .aafes-customer-service .customer-service-header {
    flex-direction: column; }
    .aafes-customer-service .customer-service-header .img-holder {
      flex-basis: auto;
      padding-right: 0;
      align-self: center; }
    .aafes-customer-service .customer-service-header .military-star-card-holder {
      flex-basis: auto;
      align-self: stretch;
      flex-direction: column;
      align-items: center; }
      .aafes-customer-service .customer-service-header .military-star-card-holder button {
        margin-left: auto;
        align-self: center; }
      .aafes-customer-service .customer-service-header .military-star-card-holder .aafes-page-subhead {
        align-self: center; }
  .aafes-customer-service .customer-service-items {
    flex-direction: column; }
    .aafes-customer-service .customer-service-items .service-item {
      margin: 0 0 1rem;
      flex-direction: row;
      align-content: center; }
      .aafes-customer-service .customer-service-items .service-item img {
        margin: auto 1rem auto 0; }
  .aafes-customer-service .customer-service-assistance {
    flex-direction: column; }
    .aafes-customer-service .customer-service-assistance .info-block {
      margin: 0; } }

/*grid defaults*/
/*grid defaults*/
/***  FONTS  ***/
/***  COLORS  ***/
/* Style Guide Colors */
/* lt gray */
/* lt gray */
/* dk gray */
/* lt blue */
/* md blue */
/* dk blue */
/* header */
/* header */
/*footer*/
/*footer*/
/* Account */
/* Account */
.aafes-store-details .aafes-title-box {
  background-color: #eaf0f5;
  padding: 0.6rem 0.8rem; }
  .aafes-store-details .aafes-title-box .aafes-page-head {
    font-size: 21px;
    margin-bottom: 0.4rem; }
  .aafes-store-details .aafes-title-box .aafes-text-title {
    margin-bottom: 0; }

.aafes-store-details .local-ads {
  margin-bottom: 1rem;
  display: inline-block; }

.aafes-store-details .aafes-gutter-box a {
  font-size: 13px;
  padding-bottom: 0.5rem;
  display: inline-block; }

.aafes-store-details .aafes-gutter-box img {
  float: left;
  margin-right: 0.5rem; }

.aafes-store-details .aafes-title-banner {
  padding: 0; }

.aafes-store-details .store-content .aafes-page-head {
  border-bottom: 1px solid #bebebe;
  padding-bottom: 0.5rem;
  margin-bottom: 1rem; }

.aafes-store-details .store-content .title {
  font-weight: bold;
  margin-bottom: 7px; }

.aafes-store-details .store-content .item-image {
  display: inline-block;
  margin-bottom: 7px; }

.aafes-store-details .store-content .location-features {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-bottom: 1rem; }

.aafes-store-details .store-content .location-feature {
  margin: 0 1rem 1rem 0;
  text-align: center; }

@media only screen and (max-width: 767px) {
  .aafes-store-details .store-content .location-features {
    flex-direction: column; }
    .aafes-store-details .store-content .location-features .location-feature {
      display: flex;
      flex-wrap: wrap;
      flex-direction: row;
      text-align: left; }
    .aafes-store-details .store-content .location-features .item-image {
      margin-right: 1rem; } }

/*grid defaults*/
/*grid defaults*/
/***  FONTS  ***/
/***  COLORS  ***/
/* Style Guide Colors */
/* lt gray */
/* lt gray */
/* dk gray */
/* lt blue */
/* md blue */
/* dk blue */
/* header */
/* header */
/*footer*/
/*footer*/
/* Account */
/* Account */
.aafes-static-nav-panel ul {
  list-style: none;
  padding-left: 0; }
  .aafes-static-nav-panel ul li {
    margin-bottom: 10px; }
    .aafes-static-nav-panel ul li:last-of-type {
      margin-bottom: 0; }

.aafes-static-nav-panel .nav-head.nav-group-head {
  display: none; }

.aafes-static-nav-panel .aafes-static-nav-items .nav-head {
  font-size: .8rem;
  font-weight: bold;
  margin: 0 0 5px 0;
  padding: 0.7rem 0;
  border-top: 1px solid #717171;
  border-bottom: 1px solid #717171; }

.aafes-static-nav-panel .aafes-static-nav-items .nav-body.no-head {
  border-top: 1px solid #717171;
  padding-top: 0.5rem; }
  .aafes-static-nav-panel .aafes-static-nav-items .nav-body.no-head li a {
    display: inline-block;
    font-weight: bold; }
    .aafes-static-nav-panel .aafes-static-nav-items .nav-body.no-head li a:after {
      font-family: FontAwesome, serif;
      content: "\f105";
      margin-left: 4px;
      float: right; }

@media only screen and (max-width: 767px) {
  .aafes-static-nav-panel .nav-head:after {
    content: "\f078";
    float: right;
    font-family: FontAwesome, serif;
    margin-right: 1rem; }
  .aafes-static-nav-panel .nav-head.nav-group-head {
    display: block;
    font-size: .8rem;
    font-weight: bold;
    margin: 0;
    padding: 0.7rem 0 0.7rem 0.5rem;
    background-color: #3370a1;
    color: #ffffff;
    border: 1px solid #516b9f; }
  .aafes-static-nav-panel.jsRoot .aafes-static-nav-items {
    display: none; }
  .aafes-static-nav-panel.jsRoot > .aafes-text-title:after {
    content: "\f077"; }
  .aafes-static-nav-panel > .inner {
    position: relative;
    margin-bottom: 1rem;
    z-index: 9; }
  .aafes-static-nav-panel .aafes-static-nav-items {
    position: absolute;
    width: 100%;
    top: 0;
    background-color: #f2f2f2;
    border-bottom: 3px solid #dadada; }
    .aafes-static-nav-panel .aafes-static-nav-items .nav-head {
      margin: 0;
      padding-left: 0.5rem;
      border: 1px solid #dadada;
      background-color: #f2f2f2; }
    .aafes-static-nav-panel .aafes-static-nav-items .nav-body.no-head {
      border-top: 6px solid #dadada; }
    .aafes-static-nav-panel .aafes-static-nav-items .nav-category.jsRoot > .nav-head:after {
      content: "\f054"; }
    .aafes-static-nav-panel .aafes-static-nav-items .nav-category.jsRoot .nav-body {
      display: none; }
    .aafes-static-nav-panel .aafes-static-nav-items:last-of-type .nav-head {
      border-bottom: 1px solid #dadada; }
    .aafes-static-nav-panel .aafes-static-nav-items:last-of-type .nav-body {
      border-bottom: 1px solid #dadada; }
    .aafes-static-nav-panel .aafes-static-nav-items .nav-body {
      border-right: 1px solid #dadada;
      border-left: 1px solid #dadada;
      padding: .5rem;
      margin: 0; }
      .aafes-static-nav-panel .aafes-static-nav-items .nav-body.no-head a:after {
        content: ""; } }

/*grid defaults*/
/*grid defaults*/
/***  FONTS  ***/
/***  COLORS  ***/
/* Style Guide Colors */
/* lt gray */
/* lt gray */
/* dk gray */
/* lt blue */
/* md blue */
/* dk blue */
/* header */
/* header */
/*footer*/
/*footer*/
/* Account */
/* Account */
.aafes-saving-center-coupons .coupon-data-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }
  @media only screen and (max-width: 991px) {
    .aafes-saving-center-coupons .coupon-data-box {
      justify-content: space-around; } }
  .aafes-saving-center-coupons .coupon-data-box .coupon-item {
    flex: 0 0 220px;
    height: 200px;
    margin: 0.5rem;
    position: relative;
    border: 1px solid #bebebe;
    padding: 15px 5px;
    overflow: hidden; }
    .aafes-saving-center-coupons .coupon-data-box .coupon-item:hover .coupon-hover-info {
      top: 0;
      bottom: 0; }
    .aafes-saving-center-coupons .coupon-data-box .coupon-item:hover .coupon-content {
      top: -100%;
      bottom: 100%; }
  .aafes-saving-center-coupons .coupon-data-box .coupon-content {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 5px;
    right: 5px;
    transition-property: top, bottom;
    transition-duration: 200ms;
    transition-timing-function: linear; }
    .aafes-saving-center-coupons .coupon-data-box .coupon-content img {
      display: block;
      margin: 10px auto; }
    .aafes-saving-center-coupons .coupon-data-box .coupon-content .aafes-item-name-alt {
      text-align: center;
      margin: 0.5rem; }
  .aafes-saving-center-coupons .coupon-data-box .coupon-hover-info {
    position: absolute;
    top: 100%;
    bottom: -100%;
    left: 5px;
    right: 5px;
    transition-property: top, bottom;
    transition-duration: 200ms;
    transition-timing-function: linear;
    display: flex;
    flex-direction: column; }
    .aafes-saving-center-coupons .coupon-data-box .coupon-hover-info .restaurant-description {
      padding: 0.5rem;
      flex: 1;
      text-align: center; }
    .aafes-saving-center-coupons .coupon-data-box .coupon-hover-info .restaurant-link-button button {
      margin: 1rem auto;
      display: block; }

.aafes-saving-center-weekly-ads iframe {
  border: 1px solid #bebebe; }

/*grid defaults*/
/*grid defaults*/
/***  FONTS  ***/
/***  COLORS  ***/
/* Style Guide Colors */
/* lt gray */
/* lt gray */
/* dk gray */
/* lt blue */
/* md blue */
/* dk blue */
/* header */
/* header */
/*footer*/
/*footer*/
/* Account */
/* Account */
.footerContent {
  font-size: 0.75rem;
  color: #333333; }
  .footerContent a {
    color: #072f4f; }
  .footerContent .emailSubscription {
    margin-bottom: 1rem; }
    .footerContent .emailSubscription .emailSubscriptionText {
      margin-bottom: 5px; }
  .footerContent .enterNow {
    margin-top: 0.4rem; }
  .footerContent .marginBottom {
    margin-bottom: 1rem; }
  .footerContent .socialContainer {
    margin-top: 0.4rem;
    margin-bottom: 0.7rem; }
    .footerContent .socialContainer .socialIcon {
      margin-right: 0.75rem; }
      .footerContent .socialContainer .socialIcon .fa-facebook-official {
        color: #3b579d; }
      .footerContent .socialContainer .socialIcon .fa-twitter {
        color: #29aae1; }
      .footerContent .socialContainer .socialIcon .fa-pinterest {
        color: #cd2129; }
      .footerContent .socialContainer .socialIcon .fa-youtube-play {
        color: #cf2227; }
    .footerContent .socialContainer a {
      text-decoration: none; }
    .footerContent .socialContainer i {
      font-size: 2rem;
      color: black; }
  .footerContent .aafes-footer-line-horizontal {
    content: '';
    height: 1px;
    width: 100%;
    background: #bebebe;
    margin-bottom: 1rem; }
  .footerContent .footerBottom {
    margin-bottom: 1rem; }
  .footerContent h5 {
    font-size: 0.75rem;
    font-weight: bold;
    line-height: 2.4rem; }
  .footerContent .footerlinks {
    margin-bottom: 0.8rem;
    margin-top: 0.8rem; }
  .footerContent .footerLinkHeader {
    text-transform: uppercase; }
    .footerContent .footerLinkHeader a {
      color: #0000ee; }
  @media only screen and (max-width: 767px) {
    .footerContent .footerLinkHeader {
      border: 1px solid #dadada;
      border-top: none;
      padding-left: 0.75rem;
      text-transform: none;
      background-color: #f2f2f2; }
      .footerContent .footerLinkHeader a, .footerContent .footerLinkHeader h5 {
        color: #000000; }
      .footerContent .footerLinkHeader.aafes-footer-link-header-border-top {
        border-top: 1px solid #dadada; }
      .footerContent .footerLinkHeader i {
        font-size: 1.2rem;
        float: right;
        margin-right: 0.6rem;
        margin-top: 0.6rem; }
      .footerContent .footerLinkHeader .fa-chevron-down {
        display: none; }
      .footerContent .footerLinkHeader .fa-chevron-up {
        display: inline-block; }
      .footerContent .footerLinkHeader h5 {
        margin-bottom: 0; }
    .footerContent .footerLinkHeaderDown .fa-chevron-down {
      display: inline-block !important; }
    .footerContent .footerLinkHeaderDown .fa-chevron-up {
      display: none !important; }
    .footerContent .copyright {
      margin-bottom: 1rem; }
    .footerContent .hiddenLinks {
      display: none;
      background-color: #ffffff;
      border: 1px solid #dadada;
      border-top: none;
      padding: 16px 0; }
      .footerContent .hiddenLinks .footerlinks {
        font-weight: bold;
        margin-bottom: 0.8rem;
        padding-left: 0.75rem; }
        .footerContent .hiddenLinks .footerlinks a {
          color: #3C3C3C; }
        .footerContent .hiddenLinks .footerlinks:last-of-type {
          margin-bottom: 0; }
        .footerContent .hiddenLinks .footerlinks:first-of-type {
          margin-top: 0; } }
  @media only screen and (min-width: 992px) {
    .footerContent .hiddenLinks {
      display: block !important; } }

/*grid defaults*/
/*grid defaults*/
/***  FONTS  ***/
/***  COLORS  ***/
/* Style Guide Colors */
/* lt gray */
/* lt gray */
/* dk gray */
/* lt blue */
/* md blue */
/* dk blue */
/* header */
/* header */
/*footer*/
/*footer*/
/* Account */
/* Account */
.search-by-handler-container .aafes-form-field {
  display: inline-block;
  white-space: nowrap; }
  .search-by-handler-container .aafes-form-field label {
    display: inline-block; }

.store-search-container {
  padding: 2em 1em 1em 1em;
  background-color: #eaf0f5; }
  .store-search-container .search-by {
    padding-right: 30px; }
    .store-search-container .search-by .search-by-handler-label {
      width: 60%; }
  .store-search-container .aafes-page-subhead {
    line-height: 28px;
    min-height: 28px;
    /* needed to even both cols */ }
  .store-search-container .or .or-textbox {
    border: 1px solid #eaf0f5;
    width: 40px;
    height: 40px;
    background-color: white;
    border-radius: 20px;
    text-align: center;
    vertical-align: middle;
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 2.5;
    color: #3370a1; }
  .store-search-container .aafes-form-field input {
    max-width: 100%; }
  .store-search-container .search-by-button-wrap {
    clear: both;
    text-align: center;
    padding-top: 1rem;
    border-top: 1px solid #dadada; }

.results-container {
  display: flex;
  border: 1px solid #dadada; }
  .results-container .results-list {
    max-height: 750px;
    font-size: 12px;
    overflow-y: auto; }
    .results-container .results-list::-webkit-scrollbar-track {
      -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
      border-radius: 10px;
      background-color: #f6f6f6; }
    .results-container .results-list::-webkit-scrollbar {
      width: 12px;
      background-color: #f6f6f6; }
    .results-container .results-list::-webkit-scrollbar-thumb {
      border-radius: 10px;
      -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
      background-color: #003a6a; }
    .results-container .results-list .info-box {
      position: relative;
      padding: 0.5rem 0.5rem 0.5rem 3rem;
      margin-bottom: 0.5rem; }
      .results-container .results-list .info-box .strong {
        font-weight: bold;
        margin-top: 0.5rem;
        color: #717171; }
      .results-container .results-list .info-box .aafes-badge {
        position: absolute;
        background-color: #a71930;
        border-radius: 12px;
        color: #ffffff;
        font-weight: bold;
        font-size: 16px;
        min-width: 24px;
        text-align: center;
        display: inline-block;
        height: 24px;
        line-height: 24px;
        top: 1rem;
        left: 0.7rem; }
      .results-container .results-list .info-box h1 {
        margin-bottom: 15px;
        margin-top: 0.5rem; }
      .results-container .results-list .info-box p {
        margin-bottom: 0; }
        .results-container .results-list .info-box p a:after {
          content: " >>"; }

.search-by-region .form-group {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: nowrap;
  align-items: flex-start; }
  .search-by-region .form-group .aafes-form-field {
    width: 49%; }
    .search-by-region .form-group .aafes-form-field select {
      width: 100%; }

/* Google Maps info-window (store details layer when markers are hovered) */
.info-window {
  background-color: #ffffff;
  width: 380px;
  min-height: 170px;
  padding: 10px 5px;
  font-size: 12px;
  line-height: 1; }
  .info-window .info-window-img-wrap {
    overflow: hidden; }
    .info-window .info-window-img-wrap .info-window-img {
      float: left;
      width: 76px;
      height: 76px;
      padding-top: 5px; }
      .info-window .info-window-img-wrap .info-window-img img {
        width: 100%;
        height: 100%; }
    .info-window .info-window-img-wrap .info-window-name {
      clear: right;
      margin-left: 96px; }
  .info-window .store-details-link {
    margin-top: 20px; }
  .info-window .inputs-row {
    margin-top: 10px;
    line-height: 23px; }
    .info-window .inputs-row label {
      margin-right: 8px;
      font-weight: normal; }
    .info-window .inputs-row input {
      width: 160px;
      margin-right: 8px; }

@media only screen and (min-width: 992px) {
  .or {
    padding-top: 38px;
    width: 70px;
    margin-right: -35px;
    margin-left: -35px; }
  .search-by-region {
    padding-left: 30px; } }

@media only screen and (max-width: 991px) {
  .or .or-textbox {
    margin: 0.5rem auto 0; } }

@media only screen and (max-width: 767px) {
  .search-by .search-by-handler-container .search-by-handler-label {
    width: 100%;
    display: block;
    padding-bottom: 0.5rem; }
    .search-by .search-by-handler-container .search-by-handler-label input {
      width: 100%; }
  .search-by .search-by-handler-container .aafes-select {
    width: 100%; }
  .results-container .results-list {
    max-height: none;
    overflow-y: visible; }
    .results-container .results-list img {
      margin-left: auto;
      margin-right: auto; }
    .results-container .results-list .info-box {
      margin-left: 1rem;
      margin-top: 0.5rem; } }

@media only screen and (max-width: 575px) {
  .search-by-region .form-group {
    display: block; }
    .search-by-region .form-group .aafes-form-field {
      width: 100%; }
  .form-group.search-by-options {
    width: 100%; } }

/*grid defaults*/
/*grid defaults*/
/***  FONTS  ***/
/***  COLORS  ***/
/* Style Guide Colors */
/* lt gray */
/* lt gray */
/* dk gray */
/* lt blue */
/* md blue */
/* dk blue */
/* header */
/* header */
/*footer*/
/*footer*/
/* Account */
/* Account */
/* BEGIN account header active states */
.account-order-history .account-header-item.account-header-order-history-title .aafes-group-title {
  font-weight: bold; }

@media only screen and (min-width: 768px) {
  .account-order-history .account-header-item.account-header-order-history-title .active-header {
    display: block; } }

.account-subscription .account-header-item.account-header-subscription-title .aafes-group-title {
  font-weight: bold; }

@media only screen and (min-width: 768px) {
  .account-subscription .account-header-item.account-header-subscription-title .active-header {
    display: block; } }

.account-address-book .account-header-item.account-header-address-book-title .aafes-group-title {
  font-weight: bold; }

@media only screen and (min-width: 768px) {
  .account-address-book .account-header-item.account-header-address-book-title .active-header {
    display: block; } }

.account-wish-list .account-header-item.account-header-wish-list-title .aafes-group-title {
  font-weight: bold; }

@media only screen and (min-width: 768px) {
  .account-wish-list .account-header-item.account-header-wish-list-title .active-header {
    display: block; } }

.account-profile .account-header-item.account-header-profile-title .aafes-group-title {
  font-weight: bold; }

@media only screen and (min-width: 768px) {
  .account-profile .account-header-item.account-header-profile-title .active-header {
    display: block; } }

.account-communication-preferences .account-header-item.account-header-communication-preferences-title .aafes-group-title {
  font-weight: bold; }

@media only screen and (min-width: 768px) {
  .account-communication-preferences .account-header-item.account-header-communication-preferences-title .active-header {
    display: block; } }

.account-payment-methods .account-header-item.account-header-payment-methods-title .aafes-group-title {
  font-weight: bold; }

@media only screen and (min-width: 768px) {
  .account-payment-methods .account-header-item.account-header-payment-methods-title .active-header {
    display: block; } }

.aafes-account.container {
  padding-left: 16px;
  padding-right: 16px; }

.aafes-account-personal-info {
  /* Opened view */
  /* Collapsed view */ }
  .aafes-account-personal-info .jsPersonalInfoToggle {
    display: inline-block; }
    .aafes-account-personal-info .jsPersonalInfoToggle.show-action {
      display: none; }
  .aafes-account-personal-info.jsPersonalInfoCollapsed .jsPersonalInfoToggle {
    display: none; }
    .aafes-account-personal-info.jsPersonalInfoCollapsed .jsPersonalInfoToggle.show-action {
      display: inline-block; }
  @media only screen and (max-width: 767px) {
    .aafes-account-personal-info.jsPersonalInfoCollapsed .mobile-hidden {
      display: none; } }
  .aafes-account-personal-info .personal-info {
    display: flex; }
    .aafes-account-personal-info .personal-info .info-item {
      flex-basis: 100px;
      flex-shrink: 1;
      flex-grow: 1;
      display: flex;
      flex-direction: column; }
      .aafes-account-personal-info .personal-info .info-item:last-child .info-head {
        border-right: 1px solid #eaf0f5; }
      .aafes-account-personal-info .personal-info .info-item:first-child .info-head {
        border-left: 1px solid #eaf0f5; }
    .aafes-account-personal-info .personal-info .info-head {
      background-color: #eaf0f5;
      padding: 5px;
      border-right: 1px solid white;
      border-left: 1px solid white; }
    .aafes-account-personal-info .personal-info .info-body {
      color: #717171;
      padding: 0.5rem;
      display: flex;
      flex-direction: column;
      border: 1px solid #eaf0f5;
      flex-grow: 1; }
      .aafes-account-personal-info .personal-info .info-body .content {
        flex-grow: 1;
        padding-bottom: 0.5rem; }
        .aafes-account-personal-info .personal-info .info-body .content p {
          margin-bottom: 0.2rem; }
      .aafes-account-personal-info .personal-info .info-body .link > a {
        margin-left: .8rem; }
        .aafes-account-personal-info .personal-info .info-body .link > a:first-child {
          margin-left: 0; }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .aafes-account-personal-info .personal-info .info-head {
    flex-basis: 40px; } }
    @media only screen and (max-width: 767px) {
      .aafes-account-personal-info .personal-info {
        flex-direction: column; }
        .aafes-account-personal-info .personal-info .info-item {
          margin-top: 1rem;
          flex-basis: auto; }
        .aafes-account-personal-info .personal-info .info-head {
          border-right: 1px solid #eaf0f5;
          border-left: 1px solid #eaf0f5; } }

.aafes-account-filters-wrap {
  padding: 15px; }
  .aafes-account-filters-wrap .aafes-account-filters {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 15px; }
    .aafes-account-filters-wrap .aafes-account-filters .aafes-form-field {
      display: flex;
      align-items: center; }
      .aafes-account-filters-wrap .aafes-account-filters .aafes-form-field:first-child {
        margin-right: 15px; }
      .aafes-account-filters-wrap .aafes-account-filters .aafes-form-field label {
        margin-right: 15px;
        white-space: nowrap; }
  .aafes-account-filters-wrap .aafes-request-info-top-wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }

.billing-info {
  position: relative; }
  .billing-info .billing-details-container {
    padding: 15px 10px;
    text-align: center;
    position: absolute;
    z-index: 1;
    background-color: white;
    border: 1px solid #717171;
    bottom: 33px;
    left: 40px;
    min-width: 160px;
    display: none; }
    .billing-info .billing-details-container:before, .billing-info .billing-details-container:after {
      content: '';
      position: absolute;
      left: 35px;
      bottom: -20px;
      border: 10px solid transparent;
      border-top: 10px solid #717171; }
    .billing-info .billing-details-container:after {
      border-top: 10px solid white;
      bottom: -19px; }
    @media only screen and (max-width: 767px) {
      .billing-info .billing-details-container {
        left: 10px; } }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .billing-info .billing-details-container {
    left: 30px; } }

.aafes-account-order {
  margin: 0 -15px; }
  .aafes-account-order .aafes-account-order-head {
    background-color: #f2f2f2;
    display: flex;
    align-items: center;
    padding: 12px 10px;
    font-size: .8rem;
    cursor: pointer; }
    .aafes-account-order .aafes-account-order-head .order-info {
      display: flex;
      flex-wrap: wrap; }
      .aafes-account-order .aafes-account-order-head .order-info .order-date {
        margin-right: 30px; }
    .aafes-account-order .aafes-account-order-head .button {
      background-color: white;
      margin-right: 15px;
      height: 21px;
      width: 21px;
      border-radius: 5px;
      text-align: center; }
      .aafes-account-order .aafes-account-order-head .button i {
        line-height: 23px; }
      .aafes-account-order .aafes-account-order-head .button .fa-minus {
        display: block; }
      .aafes-account-order .aafes-account-order-head .button .fa-plus {
        display: none; }
    .aafes-account-order .aafes-account-order-head.collapsed .button .fa-minus {
      display: none; }
    .aafes-account-order .aafes-account-order-head.collapsed .button .fa-plus {
      display: block; }
  .aafes-account-order .aafes-account-order-body .print-link {
    padding: 0 15px;
    text-align: right;
    font-size: 15px;
    margin-top: 5px; }
    .aafes-account-order .aafes-account-order-body .print-link:before {
      content: '\f02f';
      font-family: FontAwesome, serif;
      margin-right: 5px;
      color: #3370a1; }
  .aafes-account-order .aafes-account-order-body .order-history-shipment {
    margin-top: 15px; }
    .aafes-account-order .aafes-account-order-body .order-history-shipment .head {
      padding: 0 15px 5px 15px;
      font-weight: bold;
      font-size: 14px;
      border-bottom: 3px solid #dadada; }
  .aafes-account-order .aafes-account-order-body .shipment-body {
    padding: 10px; }
    .aafes-account-order .aafes-account-order-body .shipment-body .edit-only {
      display: none; }
    .aafes-account-order .aafes-account-order-body .shipment-body .item-info-block {
      display: flex;
      padding-bottom: 5px; }
      .aafes-account-order .aafes-account-order-body .shipment-body .item-info-block .item-desc {
        width: 35%;
        display: flex;
        padding-right: 10px; }
        .aafes-account-order .aafes-account-order-body .shipment-body .item-info-block .item-desc .item-desc-img {
          width: 60px;
          margin-right: 10px; }
          .aafes-account-order .aafes-account-order-body .shipment-body .item-info-block .item-desc .item-desc-img img {
            width: 100%;
            height: auto; }
        .aafes-account-order .aafes-account-order-body .shipment-body .item-info-block .item-desc .item-desc-info {
          color: #717171; }
          .aafes-account-order .aafes-account-order-body .shipment-body .item-info-block .item-desc .item-desc-info .aafes-item-name {
            margin-bottom: 5px; }
      .aafes-account-order .aafes-account-order-body .shipment-body .item-info-block .item-settings {
        width: 65%; }
        .aafes-account-order .aafes-account-order-body .shipment-body .item-info-block .item-settings .item-settings-data {
          text-align: right;
          display: flex; }
          .aafes-account-order .aafes-account-order-body .shipment-body .item-info-block .item-settings .item-settings-data .data-col.qty {
            width: 10%; }
          .aafes-account-order .aafes-account-order-body .shipment-body .item-info-block .item-settings .item-settings-data .data-col.price {
            width: 19%; }
          .aafes-account-order .aafes-account-order-body .shipment-body .item-info-block .item-settings .item-settings-data .data-col.status {
            width: 33%; }
          .aafes-account-order .aafes-account-order-body .shipment-body .item-info-block .item-settings .item-settings-data .data-col:not(:last-child) {
            padding-right: 10px; }
          .aafes-account-order .aafes-account-order-body .shipment-body .item-info-block .item-settings .item-settings-data .data-col .data-head {
            font-weight: bold;
            margin-bottom: 15px;
            color: #717171; }
          .aafes-account-order .aafes-account-order-body .shipment-body .item-info-block .item-settings .item-settings-data .data-col .data-body div {
            margin-bottom: 5px; }
        .aafes-account-order .aafes-account-order-body .shipment-body .item-info-block .item-settings .change-buttons {
          text-align: right;
          margin-top: 15px;
          display: none; }
          .aafes-account-order .aafes-account-order-body .shipment-body .item-info-block .item-settings .change-buttons button:first-of-type {
            margin-right: 15px; }
      .aafes-account-order .aafes-account-order-body .shipment-body .item-info-block.subscription-item .item-settings .item-settings-data .data-col.qty {
        width: 10%; }
      .aafes-account-order .aafes-account-order-body .shipment-body .item-info-block.subscription-item .item-settings .item-settings-data .data-col.frequency {
        width: 21%; }
      .aafes-account-order .aafes-account-order-body .shipment-body .item-info-block.subscription-item .item-settings .item-settings-data .data-col.price {
        width: 23%; }
      .aafes-account-order .aafes-account-order-body .shipment-body .item-info-block.subscription-item.edit .hide-on-edit {
        display: none; }
      .aafes-account-order .aafes-account-order-body .shipment-body .item-info-block.subscription-item.edit .edit-only {
        display: block !important; }
      .aafes-account-order .aafes-account-order-body .shipment-body .item-info-block.subscription-item.edit .change-buttons {
        display: block !important; }
      .aafes-account-order .aafes-account-order-body .shipment-body .item-info-block.subscription-item.edit .shipping-section.buttons {
        display: none; }
    .aafes-account-order .aafes-account-order-body .shipment-body .shipping-block {
      padding: 10px;
      display: flex;
      background-color: #eaf0f5; }
      .aafes-account-order .aafes-account-order-body .shipment-body .shipping-block.edit .hide-on-edit {
        display: none; }
      .aafes-account-order .aafes-account-order-body .shipment-body .shipping-block.edit .edit-only {
        display: block !important; }
      .aafes-account-order .aafes-account-order-body .shipment-body .shipping-block .shipping-section {
        width: 25%;
        display: flex; }
        .aafes-account-order .aafes-account-order-body .shipment-body .shipping-block .shipping-section .shipping-section-type {
          font-weight: bold;
          margin-right: 10px;
          white-space: nowrap;
          text-align: right; }
        .aafes-account-order .aafes-account-order-body .shipment-body .shipping-block .shipping-section.position-bottom {
          justify-content: flex-end !important; }
        .aafes-account-order .aafes-account-order-body .shipment-body .shipping-block .shipping-section.buttons {
          display: flex;
          flex-direction: column;
          justify-content: space-between;
          text-align: center; }
          .aafes-account-order .aafes-account-order-body .shipment-body .shipping-block .shipping-section.buttons a {
            padding: 5px 0;
            display: inline-block; }
        .aafes-account-order .aafes-account-order-body .shipment-body .shipping-block .shipping-section:not(:last-child) {
          padding-right: 10px; }
    .aafes-account-order .aafes-account-order-body .shipment-body .item-status-block {
      margin-bottom: 15px; }
      .aafes-account-order .aafes-account-order-body .shipment-body .item-status-block .item-status-block-message {
        font-weight: bold;
        color: #717171; }
        .aafes-account-order .aafes-account-order-body .shipment-body .item-status-block .item-status-block-message .status-title {
          margin-right: 10px; }
        .aafes-account-order .aafes-account-order-body .shipment-body .item-status-block .item-status-block-message.blue .aafes-valid {
          color: #0064DF !important; }
      .aafes-account-order .aafes-account-order-body .shipment-body .item-status-block .item-status-bar {
        margin-top: 15px;
        display: flex;
        background-color: #f2f2f2;
        padding: 10px 20px;
        color: #717171;
        align-items: center; }
        .aafes-account-order .aafes-account-order-body .shipment-body .item-status-block .item-status-bar .status-section {
          align-items: center;
          display: flex;
          font-weight: bold; }
          .aafes-account-order .aafes-account-order-body .shipment-body .item-status-block .item-status-bar .status-section:not(:last-child) {
            padding-right: 10px; }
          .aafes-account-order .aafes-account-order-body .shipment-body .item-status-block .item-status-bar .status-section .circle {
            height: 16px;
            width: 16px;
            background-color: #dadada;
            border-radius: 8px;
            min-width: 16px; }
          .aafes-account-order .aafes-account-order-body .shipment-body .item-status-block .item-status-bar .status-section .empty-circle {
            display: flex;
            justify-content: center;
            align-items: center;
            background-color: white;
            border: 1px solid #197b30;
            border-radius: 15px;
            height: 30px;
            width: 30px;
            min-width: 30px; }
          .aafes-account-order .aafes-account-order-body .shipment-body .item-status-block .item-status-bar .status-section > div {
            margin-right: 5px; }
          .aafes-account-order .aafes-account-order-body .shipment-body .item-status-block .item-status-bar .status-section.complete, .aafes-account-order .aafes-account-order-body .shipment-body .item-status-block .item-status-bar .status-section.in-progress {
            color: #197b30; }
            .aafes-account-order .aafes-account-order-body .shipment-body .item-status-block .item-status-bar .status-section.complete .circle, .aafes-account-order .aafes-account-order-body .shipment-body .item-status-block .item-status-bar .status-section.in-progress .circle {
              background-color: #197b30; }
          .aafes-account-order .aafes-account-order-body .shipment-body .item-status-block .item-status-bar .status-section.cancelled {
            color: #0064DF; }
            .aafes-account-order .aafes-account-order-body .shipment-body .item-status-block .item-status-bar .status-section.cancelled .circle {
              background-color: #0064DF; }
        .aafes-account-order .aafes-account-order-body .shipment-body .item-status-block .item-status-bar .line {
          height: 1px;
          background-color: #dadada; }
          .aafes-account-order .aafes-account-order-body .shipment-body .item-status-block .item-status-bar .line.green {
            background-color: #197b30; }
          .aafes-account-order .aafes-account-order-body .shipment-body .item-status-block .item-status-bar .line.blue {
            background-color: #0064DF; }
  .aafes-account-order.history-order .aafes-account-order-body .shipment-body .item-info-block {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #dadada; }

.aafes-subscription-modal .dialog-close-button {
  overflow: hidden; }

.aafes-subscription-modal .aafes-page-head {
  margin-bottom: 10px; }

.aafes-subscription-modal .aafes-dialog-question {
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 10px; }

.aafes-subscription-modal .aafes-dialog-controls {
  text-align: right; }
  .aafes-subscription-modal .aafes-dialog-controls button {
    width: 120px;
    line-height: 14px; }

/* START Account Payment Methods */
.payment-method-box {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-left: -1rem;
  margin-right: -1rem;
  align-content: flex-start; }
  .payment-method-box .payment-method-item {
    flex: 0 0 224px;
    padding: 0.5rem 1rem;
    margin: 1rem;
    display: flex;
    flex-direction: column;
    border: 1px solid #dadada;
    position: relative; }
    .payment-method-box .payment-method-item.active {
      background-color: #eaf0f5; }
    .payment-method-box .payment-method-item p {
      margin-bottom: 0.3rem; }
    .payment-method-box .payment-method-item .content {
      flex: 1 0 auto;
      margin-bottom: 10px; }
    .payment-method-box .payment-method-item .edit {
      margin-top: 1.5rem; }
    @media only screen and (max-width: 767px) {
      .payment-method-box .payment-method-item {
        flex: 1 1 220px; } }

.payment-method-form-wrap-wrap {
  background-color: #eaf0f5;
  padding: 0.5rem 1rem; }

.edit-address-box form {
  background-color: #eaf0f5;
  padding: 0.5rem 1rem; }

.edit-address-box label {
  max-width: 300px; }
  .edit-address-box label span {
    font-weight: normal; }

/* START Address Book */
.address-book-box {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-left: -1rem;
  margin-right: -1rem;
  align-content: flex-start; }
  .address-book-box .address-item {
    min-height: 178px;
    flex: 0 0 224px;
    padding: 0.5rem 1rem;
    margin: 1rem;
    display: flex;
    flex-direction: column;
    border: 1px solid #dadada;
    position: relative; }
    .address-book-box .address-item.active {
      background-color: #eaf0f5; }
    .address-book-box .address-item p {
      margin-bottom: 0.3rem; }
    .address-book-box .address-item .content {
      flex: 1 0 auto;
      margin-bottom: 10px; }
    .address-book-box .address-item .edit {
      margin-top: 1.5rem; }
    @media only screen and (max-width: 767px) {
      .address-book-box .address-item {
        flex: 1 1 220px; } }
    .address-book-box .address-item .make-default label {
      font-weight: normal; }
  @media only screen and (max-width: 991px) {
    .address-book-box .address-item {
      flex: 0 1 200px; } }
  @media only screen and (max-width: 767px) {
    .address-book-box {
      flex-direction: column; }
      .address-book-box .address-item {
        flex-grow: 1; } }

.profile-info-box .view-box {
  padding: 1rem; }
  .profile-info-box .view-box .info-label {
    color: #717171;
    font-size: .75rem;
    font-weight: bold;
    margin-bottom: 3px;
    display: block; }

.profile-info-box .form-box {
  padding: 1rem; }

.profile-info-box .half-width {
  max-width: 150px; }

.profile-info-box .one-third-width {
  max-width: 100px; }

.profile-info-box .one-fourth-width {
  max-width: 75px; }

.profile-info-box .aafes-text-title {
  padding-bottom: 0.5rem;
  max-width: 300px;
  margin-bottom: 1rem;
  border-bottom: 1px solid #eaf0f5; }
  .profile-info-box .aafes-text-title a {
    font-weight: normal; }

.radio-fix {
  display: flex; }
  .radio-fix input {
    min-width: 18px; }

.aafes-promotion-row {
  display: flex; }
  .aafes-promotion-row .aafes-promotion-img {
    width: 25%;
    padding-right: 15px; }
    .aafes-promotion-row .aafes-promotion-img img {
      width: 100%;
      height: auto; }
  .aafes-promotion-row .aafes-promotion-form {
    width: 75%;
    padding: 15px;
    background-color: #eaf0f5; }
    .aafes-promotion-row .aafes-promotion-form .aafes-form-field input {
      max-width: 250px; }
    .aafes-promotion-row .aafes-promotion-form .aafes-form-field.field-address input[type="text"] {
      max-width: 450px; }
  .aafes-promotion-row .aafes-promo-inform-message {
    margin-bottom: 15px;
    color: #717171; }
  .aafes-promotion-row .aafes-promotion-bottom-button {
    margin-top: 15px; }

.aafes-account-tab-container {
  padding: 15px;
  border: 1px solid #dadada; }
  .aafes-account-tab-container .aafes-account-tab-container-header {
    padding: 15px;
    background-color: #f2f2f2;
    font-weight: bold;
    font-size: 14px;
    margin: -15px -15px 15px -15px;
    border-bottom: 4px solid #3370a1;
    display: none; }

.aafes-account-header {
  margin-top: 2rem; }
  .aafes-account-header .account-header-item {
    padding: 2px 1rem 0 1rem;
    background-color: #eaf0f5;
    text-align: center;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: auto;
    display: flex;
    flex-direction: column; }
    .aafes-account-header .account-header-item a {
      flex-basis: 1rem;
      flex-grow: 1;
      padding: .5rem 0; }
    .aafes-account-header .account-header-item .aafes-group-title {
      margin: 0; }
    .aafes-account-header .account-header-item .active-header {
      display: none;
      border: 2px solid #003a6a; }
  @media only screen and (max-width: 767px) {
    .aafes-account-header .account-header-item {
      text-align: left; }
    .aafes-account-header .browse-my-account {
      margin: 0;
      background-color: #3370a1;
      color: white;
      padding: 0.5rem 1rem; }
      .aafes-account-header .browse-my-account.unfold:after {
        content: '\f078'; }
      .aafes-account-header .browse-my-account:after {
        content: '\f077';
        float: right;
        font-family: "FontAwesome", serif; }
    .aafes-account-header .account-header-items-wrap {
      position: relative;
      z-index: 8; }
    .aafes-account-header .account-header-items {
      position: absolute;
      top: 0;
      width: 100%;
      flex-direction: column; }
      .aafes-account-header .account-header-items.mobile-hidden {
        display: none; } }

.aafes-account-tab-header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  font-size: 18px;
  flex-wrap: wrap;
  border-bottom: 3px solid #dadada; }
  .aafes-account-tab-header > :first-child {
    margin-right: 15px; }
  .aafes-account-tab-header .aafes-account-tab-header-right-wrap {
    margin-bottom: 15px;
    line-height: 22px; }
    .aafes-account-tab-header .aafes-account-tab-header-right-wrap .send-to-friend, .aafes-account-tab-header .aafes-account-tab-header-right-wrap .print {
      font-size: 14px; }
      .aafes-account-tab-header .aafes-account-tab-header-right-wrap .send-to-friend:before, .aafes-account-tab-header .aafes-account-tab-header-right-wrap .print:before {
        content: "\f003";
        font-family: FontAwesome, serif;
        color: #3370a1;
        margin-right: 5px; }
    .aafes-account-tab-header .aafes-account-tab-header-right-wrap .send-to-friend:before {
      content: "\f003"; }
    .aafes-account-tab-header .aafes-account-tab-header-right-wrap .print:before {
      content: "\f02f";
      margin-left: 15px; }

.aafes-wishlist-container .item-info-block {
  display: flex;
  border-bottom: 1px solid #dadada;
  margin-bottom: 10px;
  padding: 0 0 10px 0; }
  .aafes-wishlist-container .item-info-block .item-desc-img {
    max-width: 100px;
    width: 80%; }
    .aafes-wishlist-container .item-info-block .item-desc-img img {
      width: 100%;
      height: auto; }
  .aafes-wishlist-container .item-info-block .item-desc-cols {
    display: flex;
    flex-direction: row; }
    .aafes-wishlist-container .item-info-block .item-desc-cols .data-col {
      padding-left: 15px;
      width: 12%;
      text-align: right; }
      .aafes-wishlist-container .item-info-block .item-desc-cols .data-col .data-head {
        font-weight: bold;
        color: #717171; }
      .aafes-wishlist-container .item-info-block .item-desc-cols .data-col .data-body {
        margin-top: 15px; }
      .aafes-wishlist-container .item-info-block .item-desc-cols .data-col.desc {
        text-align: left;
        color: #717171;
        width: 36%; }
      .aafes-wishlist-container .item-info-block .item-desc-cols .data-col.quantity {
        width: 10%; }
      .aafes-wishlist-container .item-info-block .item-desc-cols .data-col.action {
        width: 18%; }
  .aafes-wishlist-container .item-info-block:not(:first-child) {
    margin-top: 15px; }

@media only screen and (max-width: 767px) {
  .aafes-wishlist-container .item-info-block .item-desc-cols {
    flex: 1;
    display: flex;
    flex-direction: column; }
    .aafes-wishlist-container .item-info-block .item-desc-cols .data-col {
      width: auto !important;
      flex: 1 0 auto; }
      .aafes-wishlist-container .item-info-block .item-desc-cols .data-col .data-head {
        margin-right: 15px; }
      .aafes-wishlist-container .item-info-block .item-desc-cols .data-col .data-body {
        margin-top: 0; }
      .aafes-wishlist-container .item-info-block .item-desc-cols .data-col:not(:first-child) {
        display: flex;
        margin-top: 15px; }
      .aafes-wishlist-container .item-info-block .item-desc-cols .data-col.action {
        display: block; }
  .aafes-account-tab-container {
    margin-top: 15px; }
    .aafes-account-tab-container .aafes-account-tab-container-header {
      display: block; }
  .aafes-promotion-row {
    flex-direction: column; }
    .aafes-promotion-row .aafes-promotion-img {
      width: 50%;
      padding-right: 0;
      margin-left: auto;
      margin-right: auto; }
    .aafes-promotion-row .aafes-promotion-form {
      margin-top: 15px;
      width: 100%; }
    .aafes-promotion-row .aafes-promotion-bottom-button {
      background-color: white;
      margin: 0 -15px -15px -15px;
      padding-top: 15px; }
  .aafes-account-order .aafes-account-order-body .shipment-body .item-info-block {
    margin-bottom: 15px;
    flex-direction: column; }
    .aafes-account-order .aafes-account-order-body .shipment-body .item-info-block .item-desc {
      width: 100%; }
    .aafes-account-order .aafes-account-order-body .shipment-body .item-info-block .item-settings {
      width: auto;
      margin-left: 70px;
      margin-top: 10px; }
      .aafes-account-order .aafes-account-order-body .shipment-body .item-info-block .item-settings .change-buttons {
        text-align: left; }
  .aafes-account-order .aafes-account-order-body .shipment-body .shipping-block {
    flex-direction: column; }
    .aafes-account-order .aafes-account-order-body .shipment-body .shipping-block .shipping-section {
      width: 100%; }
      .aafes-account-order .aafes-account-order-body .shipment-body .shipping-block .shipping-section .shipping-section-type {
        width: 90px; }
      .aafes-account-order .aafes-account-order-body .shipment-body .shipping-block .shipping-section.buttons {
        text-align: left; }
      .aafes-account-order .aafes-account-order-body .shipment-body .shipping-block .shipping-section:not(:last-child) {
        padding-right: 0;
        margin-bottom: 15px; } }

@media only screen and (max-width: 575px) {
  .aafes-account-order .aafes-account-order-body .shipment-body .item-info-block .item-settings .item-settings-data {
    flex-direction: column;
    text-align: left; }
    .aafes-account-order .aafes-account-order-body .shipment-body .item-info-block .item-settings .item-settings-data .data-col {
      display: flex;
      width: auto !important;
      padding-right: 0 !important;
      /*

								.data-body {
									margin-bottom: 5px;
								}
*/ }
      .aafes-account-order .aafes-account-order-body .shipment-body .item-info-block .item-settings .item-settings-data .data-col.status {
        flex-wrap: wrap; }
      .aafes-account-order .aafes-account-order-body .shipment-body .item-info-block .item-settings .item-settings-data .data-col .data-head {
        margin-right: 15px;
        margin-bottom: 5px; }
      .aafes-account-order .aafes-account-order-body .shipment-body .item-info-block .item-settings .item-settings-data .data-col .button-wrap {
        width: 100%;
        margin-top: 10px; }
      .aafes-account-order .aafes-account-order-body .shipment-body .item-info-block .item-settings .item-settings-data .data-col .message-wrap {
        width: 100%; }
  .aafes-account-order .aafes-account-order-body .shipment-body .item-status-block .item-status-bar {
    padding: 10px;
    font-size: 9px; }
    .aafes-account-order .aafes-account-order-body .shipment-body .item-status-block .item-status-bar .status-section:not(:last-child) {
      padding-right: 5px; }
    .aafes-account-order .aafes-account-order-body .shipment-body .item-status-block .item-status-bar .status-section .circle {
      height: 12px;
      width: 12px;
      border-radius: 6px;
      min-width: 12px; }
    .aafes-account-order .aafes-account-order-body .shipment-body .item-status-block .item-status-bar .status-section .empty-circle {
      border-radius: 10px;
      height: 20px;
      width: 20px;
      min-width: 20px; } }

/*grid defaults*/
/*grid defaults*/
/***  FONTS  ***/
/***  COLORS  ***/
/* Style Guide Colors */
/* lt gray */
/* lt gray */
/* dk gray */
/* lt blue */
/* md blue */
/* dk blue */
/* header */
/* header */
/*footer*/
/*footer*/
/* Account */
/* Account */
.aafes-send-wish-to-friend .modal-dialog {
  max-width: 332px; }

/*grid defaults*/
/*grid defaults*/
/***  FONTS  ***/
/***  COLORS  ***/
/* Style Guide Colors */
/* lt gray */
/* lt gray */
/* dk gray */
/* lt blue */
/* md blue */
/* dk blue */
/* header */
/* header */
/*footer*/
/*footer*/
/* Account */
/* Account */
.aafes-return-materials {
  padding-left: 0 !important; }
  .aafes-return-materials .aafes-btn-close {
    align-self: baseline; }
  .aafes-return-materials .modal-header {
    padding-bottom: 0; }
  .aafes-return-materials h1 > a {
    width: 100%; }
  .aafes-return-materials .ret-product-image {
    text-align: center;
    margin-bottom: 1rem; }
  .aafes-return-materials .ret-product-id {
    text-align: right;
    color: #717171;
    font-size: 0.8rem;
    clear: both;
    margin: 0.5rem 0; }
  .aafes-return-materials .ret-product-stock-info p {
    margin: 0; }
  .aafes-return-materials hr {
    border-color: #bebebe;
    margin-bottom: 0.5rem; }
  .aafes-return-materials .ret-product-form-container {
    border: 1px solid #bebebe;
    margin: 1rem 0;
    padding: 0.5rem; }
    .aafes-return-materials .ret-product-form-container .aafes-form-field {
      margin-bottom: 1rem; }
      .aafes-return-materials .ret-product-form-container .aafes-form-field input {
        min-width: 70px;
        width: 220px; }
      .aafes-return-materials .ret-product-form-container .aafes-form-field select {
        width: auto; }
    .aafes-return-materials .ret-product-form-container button {
      margin: 0.5rem auto;
      display: block; }

/*
THIS IS A LEGACY STYLE SHEET
THESE STYLES ARE DEPRECATED
-these rules are needed since uniform builder was not in scope during the responsive retrofit
-these rules are not used outside of uniform builder
-once uniform builder is reskinned, these should be removed
*/
.ready-to-wear {
  /* Text Families */
  /* ------------------------------------------------------------- Form Elements */
  /* selects */
  /* ------------------------------------------------------------- Buttons */
  /* Family 1 */
  /* Family 2 */
  /* Family 3 */
  /* Family 4 */
  /* Other Elements */
  /* layouts */
  /* lists */
  /* Style guide primary colors */
  /* Backgrounds */
  /* ---------- GC FAQ, Terms&Cond, Shops ------------*/ }
  .ready-to-wear.mainContent {
    width: 992px;
    margin: 0 auto;
    line-height: 1; }
  .ready-to-wear * {
    box-sizing: content-box; }
  .ready-to-wear .modal * {
    box-sizing: border-box; }
  .ready-to-wear .modal .bv-ratings {
    display: none; }
  .ready-to-wear .modal.product-quickview .modal-header h1 {
    display: block;
    padding: 0; }
  .ready-to-wear .modal.product-quickview .modal-body div.productImage.thumbs {
    padding-top: 10px; }
    .ready-to-wear .modal.product-quickview .modal-body div.productImage.thumbs a {
      border: 0 none; }
    .ready-to-wear .modal.product-quickview .modal-body div.productImage.thumbs + a {
      /* the view full details link */
      display: none; }
  .ready-to-wear .modal.product-quickview .modal-body .ratings-sku {
    border-bottom: 0 none;
    margin: 0;
    padding: 0;
    float: right;
    text-align: right; }
  .ready-to-wear .modal #price_container {
    padding-bottom: 10px; }
  .ready-to-wear .modal .box-details {
    clear: both;
    line-height: 1.5;
    margin-top: 1rem;
    padding: 10px 20px;
    border: 1px solid #dadada;
    min-height: 10px; }
  .ready-to-wear .aafes-form-label {
    font-size: inherit;
    font-weight: inherit; }
  .ready-to-wear >,
  .ready-to-wear .uniforms-container,
  .ready-to-wear .layout {
    /* descendant selector and .layout needed to help with specificity */ }
    .ready-to-wear > h1, .ready-to-wear > h2, .ready-to-wear > h3,
    .ready-to-wear .uniforms-container h1,
    .ready-to-wear .uniforms-container h2,
    .ready-to-wear .uniforms-container h3,
    .ready-to-wear .layout h1,
    .ready-to-wear .layout h2,
    .ready-to-wear .layout h3 {
      font-size: 24px;
      color: #000;
      text-transform: capitalize; }
    .ready-to-wear > h1,
    .ready-to-wear .uniforms-container h1,
    .ready-to-wear .layout h1 {
      margin: 0 15px 10px; }
    .ready-to-wear > h2,
    .ready-to-wear .uniforms-container h2,
    .ready-to-wear .layout h2 {
      font-size: 16px;
      color: #000;
      margin: 0 15px 28px; }
    .ready-to-wear > h3,
    .ready-to-wear .uniforms-container h3,
    .ready-to-wear .layout h3 {
      font-size: 20px;
      padding: 15px 10px;
      margin: 0 0 40px; }
    .ready-to-wear > h3.f-2,
    .ready-to-wear .uniforms-container h3.f-2,
    .ready-to-wear .layout h3.f-2 {
      margin-bottom: 0;
      padding-left: 15px;
      padding-right: 15px; }
  .ready-to-wear .layout {
    /* .layout needed to help with specificity */ }
    .ready-to-wear .layout .txt.f-1 {
      font-size: 16px;
      color: #000 !important; }
    .ready-to-wear .layout .txt.f-2 {
      font-size: 12px;
      color: #1e6bab !important; }
    .ready-to-wear .layout .txt.f-3 {
      font-size: 16px;
      color: #000 !important;
      padding: 15px; }
    .ready-to-wear .layout .txt.f-4 {
      font-size: 12px;
      color: #717171 !important; }
  .ready-to-wear .controllers.continue {
    margin: 0px 0 0;
    text-align: right; }
  .ready-to-wear .label {
    font-weight: normal;
    padding: 0;
    border-radius: 0; }
  .ready-to-wear .checkbox.f-1 {
    margin: 0 15px 0 0;
    display: block;
    float: left; }
  .ready-to-wear .checkbox.f-1.last {
    margin-right: 0; }
  .ready-to-wear .checkbox.f-1 input[type=checkbox] {
    display: none; }
  .ready-to-wear .checkbox.f-1 .checked {
    display: block;
    float: left;
    margin: 0 10px 0 0;
    font-size: 0;
    background: #FFF;
    -webkit-background-clip: padding-box;
    /* fix WebKit background bleed on border-radius */
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
    border: 1px solid #e5e5e5; }
  .ready-to-wear .checkbox.f-1 .checked .bg {
    display: block;
    width: 10px;
    height: 10px;
    margin: 5px; }
  .ready-to-wear .checkbox.f-1.active .checked .bg {
    background-color: #3370a1 !important; }
  .ready-to-wear .checkbox.f-1 .label {
    font-size: 13px;
    color: #717171 !important;
    line-height: 22px;
    float: left; }
  .ready-to-wear select {
    height: 25px;
    border: 1px solid #BEBEBE;
    padding: 3px 30px 3px 5px;
    background: url("/ux/themes/main/common/img/dropdown_blue_arrow.png") no-repeat scroll right center #FFFFFF;
    text-indent: 0.01px;
    -webkit-appearance: none;
    text-overflow: "";
    -moz-appearance: none;
    appearance: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px; }
  .ready-to-wear select::-ms-expand {
    display: none; }
  .ready-to-wear button {
    margin: 0;
    padding: 0;
    border: 0;
    background: none;
    cursor: pointer; }
  .ready-to-wear button .icon {
    vertical-align: baseline;
    display: inline-block; }
  .ready-to-wear button.f-1 {
    font-size: 12px;
    padding: 5px 9px;
    color: #003a6a;
    border: 1px solid #dadada; }
  .ready-to-wear button.f-1.noactive {
    font-size: 12px;
    padding: 5px 10px;
    color: #dadada;
    border: 1px solid #dadada; }
  .ready-to-wear button.f-1 .icon {
    background: url("/ux/themes/main/common/img/arrowsmallblue.png") center center;
    width: 5px;
    height: 9px; }
  .ready-to-wear button.f-1.noactive .icon {
    background: none;
    width: 5px;
    height: 9px; }
  .ready-to-wear button.f-1:hover .icon, .ready-to-wear .box-expandable:hover .icon {
    background: url("/ux/themes/main/common/img/arrowsmallwhite.png") center center; }
  .ready-to-wear button.f-2 {
    font-size: 18px;
    padding: 10px 15px;
    color: #fff;
    background-color: #003a6a; }
  .ready-to-wear button.f-2 .icon {
    background: url("/ux/themes/main/common/img/arrowbigwhite.png") center center;
    width: 7px;
    height: 13px; }
  .ready-to-wear button.f-3 {
    font-size: 12px;
    padding: 7px 9px;
    color: #003f72;
    font-weight: bold;
    border: 1px solid #DADADA; }
  .ready-to-wear button.f-3 .icon {
    background: url("/ux/themes/main/common/img/bluearrow.png") center center;
    width: 6px;
    height: 9px; }
  .ready-to-wear button.f-5 {
    font-size: 11px;
    color: #888;
    padding: 7px 9px;
    background-color: #FFF;
    border: 1px solid #7d7e7e;
    margin: 0 5px 0 0; }
  .ready-to-wear button.f-5.active {
    color: #FFF;
    background-color: #3370a1; }
  .ready-to-wear .select-detail-list {
    margin: 2px 0 0 0; }
  .ready-to-wear .select-detail-list .select-detail-row {
    border: 1px solid #e7e7e7 !important;
    margin: 0 0 -1px; }
  .ready-to-wear .select-detail-list .select-detail-row.last {
    margin-bottom: 0; }
  .ready-to-wear .select-detail-list .select-detail-row h4 {
    font-size: 16px;
    padding: 15px;
    background-color: #f6f6f6 !important; }
  .ready-to-wear .select-detail-list .select-detail-row h4 .label {
    float: left; }
  .ready-to-wear .select-detail-list .select-detail-row h4 .choose-one {
    cursor: pointer;
    float: right;
    color: #717171 !important; }
  .ready-to-wear .select-detail-list .select-detail-row .configurable-item {
    padding: 15px; }
  .ready-to-wear .steps .step {
    margin: 0 0 25px;
    border-bottom: 1px solid #DADADA; }
  .ready-to-wear .steps .step.last {
    margin-bottom: 0;
    border-bottom: 0px solid #DADADA; }
  .ready-to-wear .why-exchange {
    padding: 15px 30px; }
  .ready-to-wear .why-exchange .title {
    font-size: 24px;
    margin: 0 0 13px; }
  .ready-to-wear .why-exchange p {
    margin: 0 0 10px;
    font-size: 12px; }
  .ready-to-wear .items.rtw .row {
    margin: 0 0 40px; }
  .ready-to-wear .items.rtw .row.last {
    margin-bottom: 0; }
  .ready-to-wear .items.rtw .row .item {
    width: 137px;
    min-height: 169px;
    padding: 5px 15px;
    margin-right: 15px;
    border: 1px solid #dadada;
    float: left;
    height: auto; }
  .ready-to-wear .items.rtw .row .item .title {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    margin: 0 0 10px; }
  .ready-to-wear .items.rtw .row .item .thumb {
    text-align: center;
    margin: 0 0 13px; }
  .ready-to-wear .items.rtw .row .item .thumb img {
    max-height: 135px;
    max-width: 135px; }
  .ready-to-wear .items.rtw .row .item.active {
    border-color: #EAF0F5;
    background-color: #EAF0F5 !important; }
  .ready-to-wear .looking-for-navy {
    margin: 15px 0 0; }
  .ready-to-wear .controllers.men-women {
    margin: 0 0 18px; }
  .ready-to-wear .rtw-title {
    margin: 0px;
    background-color: #003a6a !important;
    color: #FFF !important;
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    line-height: 24px; }
  .ready-to-wear .why-exchange div.details p.bold.primary-color-4 {
    line-height: 14px;
    font-size: 13px; }
  .ready-to-wear .rtw-steps {
    margin: 25px 5px 5px;
    padding-left: 10px; }
  .ready-to-wear .rtw-steps ul > li {
    margin-bottom: 18px;
    padding-left: 2px;
    list-style-position: outside;
    list-style-image: url("/ux/themes/main/common/img/chevron.png"); }
  .ready-to-wear .gray-border-bottom {
    border-bottom: 1px solid #DADADA; }
  .ready-to-wear .rtw-text {
    line-height: 16px;
    padding: 15px 0px; }
  .ready-to-wear .rtw-step-title {
    color: #003a6a !important;
    margin-bottom: 20px; }
  .ready-to-wear #genderPicker .checkbox.f-1.gender {
    padding-top: 10px;
    padding-left: 10px;
    height: 30px;
    background-color: #DADADA !important;
    width: 343px; }
  .ready-to-wear #genderPicker .checkbox.f-1.gender:last-child {
    margin-right: 0px; }
  .ready-to-wear #genderPicker .checkbox.f-1.gender.active {
    background-color: #eaf0f5 !important; }
  .ready-to-wear div.row .item.last-in-row {
    margin-right: 0px !important; }
  .ready-to-wear #airforce, .ready-to-wear #army {
    width: 169px;
    height: 169px;
    padding: 0px;
    position: relative; }
  .ready-to-wear #airforce.active, .ready-to-wear #army.active {
    /* Theoretically for IE 8 & 9 (more valid) */
    /* ...but not required as filter works too */
    /* should come BEFORE filter */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    /* This works in IE 8 & 9 too */
    /* ... but also 5, 6, 7 */
    filter: alpha(opacity=100);
    /* Older than Firefox 0.9 */
    -moz-opacity: 1;
    /* Safari 1.x (pre WebKit!) */
    -khtml-opacity: 1;
    /* Modern!
		/* Firefox 0.9+, Safari 2?, Chrome any?
		/* Opera 9+, IE 9+ */
    opacity: 1; }
  .ready-to-wear #airforce, .ready-to-wear #army {
    /* Theoretically for IE 8 & 9 (more valid) */
    /* ...but not required as filter works too */
    /* should come BEFORE filter */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
    /* This works in IE 8 & 9 too */
    /* ... but also 5, 6, 7 */
    filter: alpha(opacity=20);
    /* Older than Firefox 0.9 */
    -moz-opacity: 0.2;
    /* Safari 1.x (pre WebKit!) */
    -khtml-opacity: 0.2;
    /* Modern!
		/* Firefox 0.9+, Safari 2?, Chrome any?
		/* Opera 9+, IE 9+ */
    opacity: 0.2; }
  .ready-to-wear #airforce .title, .ready-to-wear #army .title, .ready-to-wear #airforce .controllers, .ready-to-wear #army .controllers {
    display: none; }
  .ready-to-wear #airforce .thumb, .ready-to-wear #army .thumb {
    position: absolute;
    top: 17px;
    left: 17px; }
  .ready-to-wear #airforce .thumb img, .ready-to-wear #army .thumb img {
    width: 350px;
    height: 160px; }
  .ready-to-wear #servicePicker .row .item:last-of-type {
    margin-right: 0px; }
  .ready-to-wear .layout {
    margin-bottom: 60px; }
  .ready-to-wear .layout.five .layout-five-c1 {
    width: 722px;
    float: left; }
  .ready-to-wear .layout.five .layout-five-c2 {
    width: 255px;
    float: right; }
  .ready-to-wear .layout-five-c2 {
    border: 1px solid #DADADA; }
  .ready-to-wear .layout.six .layout-six-c1 {
    width: 567px;
    float: left; }
  .ready-to-wear .layout.six .layout-six-c2 {
    width: 397px;
    float: right; }
  .ready-to-wear .layout-f1-c1 {
    width: 330px;
    float: left; }
  .ready-to-wear .layout-f1-c2 {
    width: 185px;
    float: right; }
  .ready-to-wear .layout.f-3 {
    margin-bottom: 0;
    padding-bottom: 10px; }
  .ready-to-wear .layout-f3-c1 {
    width: 78px;
    margin: 30px 0 0 10px;
    float: left; }
  .ready-to-wear .layout-f3-c2 {
    width: 184px;
    margin: 30px 15px 0 0;
    float: right; }
  .ready-to-wear .layout.f4 {
    margin-bottom: 0; }
  .ready-to-wear .layout-f4-c1 {
    width: 272px;
    margin: 0 20px 0 0;
    min-height: 10px;
    float: left; }
  .ready-to-wear .layout-f4-c2 {
    width: 340px;
    min-height: 10px;
    float: left; }
  .ready-to-wear .layout.f5 {
    margin: 0; }
  .ready-to-wear .layout-f5-c1 {
    width: 50%;
    float: left; }
  .ready-to-wear .layout-f5-c2 {
    width: 50%;
    float: right; }
  .ready-to-wear .layout-f6-c1 {
    width: 25%; }
  .ready-to-wear .layout-f6-c2 {
    width: 75%; }
  .ready-to-wear ol, .ready-to-wear ul {
    list-style: none;
    margin: 0;
    padding: 0; }
  .ready-to-wear .primary-color-1 {
    color: #A71930 !important; }
  .ready-to-wear .primary-color-2 {
    color: #DA0F0F !important; }
  .ready-to-wear .primary-color-3 {
    color: #003A6A !important; }
  .ready-to-wear .primary-color-4 {
    color: #3370A1 !important; }
  .ready-to-wear .primary-color-5 {
    color: #000 !important; }
  .ready-to-wear .primary-color-6 {
    color: #717171 !important; }
  .ready-to-wear .primary-color-7 {
    color: #DADADA !important; }
  .ready-to-wear .primary-color-8 {
    color: #EAF0F5 !important; }
  .ready-to-wear .bg-1 {
    background-color: #A71930 !important; }
  .ready-to-wear .bg-2 {
    background-color: #DA0F0F !important; }
  .ready-to-wear .bg-3 {
    background-color: #003A6A !important; }
  .ready-to-wear .bg-4 {
    background-color: #3370A1 !important; }
  .ready-to-wear .bg-5 {
    background-color: #000 !important; }
  .ready-to-wear .bg-6 {
    background-color: #717171 !important; }
  .ready-to-wear .bg-7 {
    background-color: #DADADA !important; }
  .ready-to-wear .bg-8 {
    background-color: #EAF0F5 !important; }
  .ready-to-wear .steps.selectable li.step {
    margin: 0 0 30px; }
  .ready-to-wear .steps.selectable li.step.last {
    margin-bottom: 0; }
  .ready-to-wear .build-result {
    margin: 2px 0 0 0;
    border: 1px solid #e5e5e5;
    padding: 0 0 25px; }
  .ready-to-wear .build-result .image-result {
    margin: 10px 0 30px;
    text-align: center; }
  .ready-to-wear .build-results-details-c1,
  .ready-to-wear .build-results-details-c2 {
    margin: 0 0 0 30px;
    width: 160px;
    float: left; }
  .ready-to-wear .build-results-details .title {
    font-size: 18px;
    margin: 0 0 15px; }
  .ready-to-wear .build-results-details li {
    font-size: 12px;
    padding: 4px 0; }
  .ready-to-wear .box-selectable-container {
    padding: 15px;
    margin: 0; }
  .ready-to-wear .box-selectable {
    width: 320px;
    min-height: 140px;
    border: 1px solid #dadada; }
  .ready-to-wear .box-selectable .box-selectable-c1 {
    width: 297px;
    min-height: 140px;
    border-right: 1px solid #dadada;
    float: left; }
  .ready-to-wear .box-selectable .box-selectable-c1.no-selected {
    min-height: 0px; }
  .ready-to-wear .box-selectable .box-selectable-c2 {
    width: 21px;
    min-height: 140px;
    float: right; }
  .ready-to-wear .box-selectable .box-selectable-c2.no-selected {
    min-height: 0px; }
  .ready-to-wear .box-selectable .box-selectable-c1 .title {
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    margin: 0 0 10px; }
  .ready-to-wear .box-selectable .box-selectable-c1 .available-items {
    text-align: center; }
  .ready-to-wear .box-selectable .box-selectable-c1 .available-items a {
    color: #1e6bab; }
  .ready-to-wear .box-selectable .box-selectable-c2 {
    font-size: 0;
    text-align: center; }
  .ready-to-wear .box-selectable .box-selectable-c2 .expand-icon {
    background: url("/ux/themes/main/common/img/arrow-down-blue.png") center center;
    width: 10px;
    height: 9px;
    cursor: pointer;
    display: inline-block; }
  .ready-to-wear .box-selectable .thumb {
    /* border: 1px solid #dadada; */ }
  .ready-to-wear .box-selectable .layout-f3-c2 .title {
    font-size: 13px;
    color: #003a6a;
    line-height: 19px;
    text-align: left;
    margin: 0 0 5px; }
  .ready-to-wear .box-selectable .layout-f3-c2 .price {
    font-size: 14px;
    margin: 0 0 10px; }
  .ready-to-wear .box-selectable .layout-f3-c2 .price .sale {
    color: #da0f0f; }
  .ready-to-wear .box-selectable .layout-f3-c2 .price .regular {
    font-size: 12px; }
  .ready-to-wear .box-selectable-container label {
    display: block;
    width: 100%;
    box-sizing: border-box;
    margin: 0 0 8px;
    font-weight: normal; }
  .ready-to-wear .box-selectable-container label .chest-size {
    display: block;
    float: left;
    font-size: 12px; }
  .ready-to-wear .box-selectable-container label .size-chart {
    display: block;
    float: right;
    font-size: 12px;
    color: #1e6bab; }
  .ready-to-wear .box-selectable-container select {
    width: 100%;
    margin: 0 0 15px;
    box-sizing: border-box; }
  .ready-to-wear .box-expandable {
    background-color: #FFF;
    border: 1px solid #DADADA;
    width: 320px;
    min-height: 94px;
    overflow: hidden; }
  .ready-to-wear .box-expandable .box-expandable-c1 {
    width: 80px;
    margin: 10px 0;
    text-align: center;
    float: left; }
  .ready-to-wear .box-expandable .box-expandable-c2 {
    width: 220px;
    padding: 10px;
    float: left; }
  .ready-to-wear .box-expandable .box-expandable-c2 .details {
    color: #1e6bab;
    margin-bottom: 10px; }
  .ready-to-wear .select-detail-list .help-message {
    margin: 10px 0 0;
    font-size: 12px;
    color: #1e6bab !important;
    width: 535px;
    float: left; }
  .ready-to-wear .total-details {
    width: 310px;
    background-color: #eaf0f5 !important;
    border: 1px solid #dadada;
    padding: 15px;
    margin: 30px 0 0; }
  .ready-to-wear .total-details .total-details-r1 {
    line-height: 25px;
    padding: 0 0 5px;
    border-bottom: 1px solid #dadada;
    margin: 0 0 10px; }
  .ready-to-wear .total-details .total-details-r1 .title {
    font-size: 14px;
    font-weight: bold;
    float: left; }
  .ready-to-wear .total-details .total-details-r1 .total {
    font-weight: bold;
    color: #da0f0f !important;
    float: right; }
  .ready-to-wear .total-details .total-details-r2 {
    text-align: right; }
  .ready-to-wear .none-selected {
    position: relative;
    border-bottom-style: none; }
  .ready-to-wear .none-selected div {
    margin-top: 40px;
    text-align: center; }
  .ready-to-wear .giftcard-title {
    font-size: 18px;
    font-weight: bold; }
  .ready-to-wear .giftcard-subtitle {
    font-size: 16px;
    font-weight: bold; }
  .ready-to-wear .giftcard-subtitle-underline {
    font-size: 16px;
    font-weight: bold;
    text-decoration: underline; }
  .ready-to-wear ul > li > ul li {
    list-style: disc; }
  .ready-to-wear ul > li > ul > :first-child {
    padding-top: 10px; }
  .ready-to-wear ul > li > ul > :last-child {
    padding-bottom: 10px; }
  .ready-to-wear table.card-rates {
    width: 468px; }
  .ready-to-wear table {
    border-collapse: collapse; }
  .ready-to-wear table th, .ready-to-wear table td {
    height: 42px;
    font-size: 12px; }
  .ready-to-wear table.card-rates td:first-child {
    color: #CC0000 !important;
    font-weight: bold;
    text-align: left !important;
    padding-left: 20px; }
  .ready-to-wear table.card-rates tr:nth-child(even) {
    background-color: #dadada !important; }
  .ready-to-wear .online-safety-guarante tr:nth-child(even) {
    background-color: #dadada !important; }
  .ready-to-wear .online-safety-guarante tr:nth-child(-n+5):nth-child(odd) {
    font-weight: bold; }
  .ready-to-wear table.card-rates tr td, .ready-to-wear table.card-rates tr th {
    text-align: center; }
  .ready-to-wear table.card-rates tr td, .ready-to-wear table.card-rates tr th {
    text-align: center; }
  .ready-to-wear .regular-frame-style {
    border-style: solid;
    border-width: 1px;
    border-color: #dadada; }
  .ready-to-wear .divisor-line {
    border-bottom: 1px solid #dadada;
    margin: 10px 0px; }
  .ready-to-wear .online-safety-guarante {
    width: 100%;
    box-sizing: border-box; }
  .ready-to-wear .online-safety-guarante tr td {
    padding: 0px 20px; }
  .ready-to-wear .online-safety-guarante tr td:nth-child(even) {
    text-align: center; }
  .ready-to-wear .online-safety-guarante tr td:nth-child(n+3) {
    text-align: right; }
  .ready-to-wear .card-rate-wide {
    width: 100% !important;
    box-sizing: border-box; }
  .ready-to-wear .card000 span {
    float: left;
    vertical-align: middle; }
  .ready-to-wear .card000 .giftcard-subtitle {
    margin: 10px 0px;
    max-width: 300px;
    font-size: 12px;
    text-align: left; }
  .ready-to-wear .gc-shop {
    display: block;
    margin-left: 48px;
    min-height: 138px;
    margin-bottom: 30px; }
  .ready-to-wear .gc-shop-img {
    float: left;
    margin: 0px 25px; }
  .ready-to-wear .gc-shop-info {
    /*text-align: justify;*/
    max-width: 600px;
    float: left; }
  .ready-to-wear .subtitle-blue {
    color: #3370A1 !important;
    font-weight: bold;
    font-size: 14px; }
  .ready-to-wear .noSelected-rtw {
    min-height: 0px !important; }
  .ready-to-wear .noSelected-rtw .box-expandable-c2 span p {
    margin-bottom: 0px; }
  .ready-to-wear .items.rtw .row .item {
    margin-bottom: 20px; }
  .ready-to-wear .branch-padding {
    margin-bottom: 0px; }
  .ready-to-wear .loader {
    background-color: rgba(255, 255, 255, 0.36);
    background-image: url(/images/ajax-loader2.gif);
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    height: 35px;
    width: 115px; }

/*# sourceMappingURL=responsive-ux_main.css.map */