 /***************************************  COLORS:  ***************************************/
   .mid-grey-3 {
  color: #808080; }


.push--top {
  margin-top: 1.5rem !important; }

.push--right {
  margin-right: 1.5rem !important; }

.push--bottom {
  margin-bottom: 1.5rem !important; }

.push--left {
  margin-left: 1.5rem !important; }

.push--ends {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important; }

.push--sides {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important; }

.push-half {
  margin: 0.75rem !important; }

.push-half--top {
  margin-top: 0.75rem !important; }

.push-half--right {
  margin-right: 0.75rem !important; }

.push-half--bottom {
  margin-bottom: 0.75rem !important; }

.push-half--left {
  margin-left: 0.75rem !important; }

.push-half--ends {
  margin-top: 0.75rem !important;
  margin-bottom: 0.75rem !important; }

.push-half--sides {
  margin-right: 0.75rem !important;
  margin-left: 0.75rem !important; }

.push-double--sides {
  margin-right: 3rem !important;
  margin-left: 3rem !important; }

.push-double--bottom {
  margin-bottom: 1.5rem !important; }
  @media (min-width: 48em) {
    .push-double--bottom {
      margin-bottom: 3rem !important; } }


 /***************************************  CHECKBOXES:  ***************************************/
 .checkbox,
.radio {
  list-style-type: none; }
  .checkbox:before, .checkbox:after,
  .radio:before,
  .radio:after {
    content: "";
    display: table; }
  .checkbox:after,
  .radio:after {
    clear: both; }

.checkbox__item,
.radio__item {
  padding-bottom: 0.375rem; }

.checkbox__input,
.radio__input {
  opacity: 0;
  position: absolute;
  min-height: 0; }

.checkbox__label,
.checkbox__input,
.radio__label,
.radio__input {
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  cursor: pointer; }

.checkbox__label,
.radio__label {
  color: #333333;
  font-size: 1rem;
  font-weight: 400;
  padding-left: 1.8rem;
  position: relative; }
  .checkbox__label:before,
  .radio__label:before {
    content: '';
    background: #f4f4f4;
    border: 1px solid #999999;
    display: inline-block;
    left: 0;
    position: absolute;
    width: 20px;
    height: 20px;
    padding: 2px;
    text-align: center; }

.active .checkbox__subset,
.no-js .checkbox__subset {
  padding-left: 2rem;
  margin-top: 0.5rem; }

.checkbox__input:checked ~ .checkbox__label:before,
.radio__input:checked ~ .radio__label:before {
  background: #ffffff;
  background-image: url('/air/assets/Images/icons/icon-tick.png');
  background-repeat: no-repeat;
  background-position: center center;
  color: #666666;
  content: ""; }

.checkbox__item input:focus ~ .checkbox__label:before,
.radio__item input:focus ~ .radio__label:before {
  border: 1px solid #00a0c4; }

.radio__label:before {
  -webkit-border-radius: 100%;
          border-radius: 100%; }

.radio__input:checked + .radio__label:before {
  background-image: url('/air/assets/Images/icons/icon-radio.png'); }

.checkbox--store {
  padding: 0; }
  .checkbox--store .checkbox__item {
    padding: 0;
    margin-bottom: 0.375rem; }
  .checkbox--store .checkbox__label {
    font-size: 0.75rem;
    line-height: 21px;
    margin-bottom: 0;
    text-transform: uppercase;
    background: #ffffff;
    padding: 0.75rem 0.75rem 0.75rem 3rem;
    margin-bottom: 0.375rem;
    -webkit-transition: color 0.2s ease-in-out,background-color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out,background-color 0.2s ease-in-out; }
    .checkbox--store .checkbox__label:before {
      left: 0.75rem; }
  .checkbox--store .checkbox__input:checked + .checkbox__label {
    background: #666666;
    color: #ffffff; }
  .checkbox--store .checkbox--store-more {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px; }
  .checkbox--store.active .checkbox--store-more {
    position: static;
    visibility: visible;
    width: auto;
    height: auto;
    padding: 0;
    margin: auto;
    overflow: inherit;
    clip: auto; }
  .checkbox--store.active .checkbox--store-more__btn {
    display: none; }


  .facets__link {
  background: url('/air/assets/Images/icons/icon-facet.png') no-repeat left 0px;
  display: inline-block;
  font-size: 0.9rem;
  line-height: 2;
  padding-left: 2.5rem;
  padding-right: 3rem;
  position: relative;
  width: 100%; }
  .facets__link.active {
    background: url('/air/assets/Images/icons/icon-facet-checked.png') no-repeat left 0px;
    font-weight: 500; }

.facets__number {
  position: absolute;
  right: 0;
  top: 3px; }

.facets__children {
    border-bottom: 1px dotted #cccccc;
    border-top: 1px dotted #cccccc;
    display: none !important; /* check with team */
    margin-bottom: 0.375rem;
    margin-top: 0.375rem;
    padding-left: 1.5rem;
    padding-bottom: 0.375rem;
    padding-top: 0.375rem;
}

.active + .facets__children {
  display: block; }


.dark-link {
  color: #222222; }
  .dark-link:hover {
    color: #646464; }



  /***************************************  BOTTONS:  ***************************************/

.btn--icon {
  padding-right: 3.5rem;
  position: relative;
  overflow: hidden; }
  .btn--icon .icon {
    color: #fff;
    fill: #fff;
    height: 100%;
    right: 14px;
    position: absolute;
    top: -1px;
    z-index: 1; }


  /* Icons
-------------------------------------------------------------- */
.icon:after {
  content: '';
  display: inline-block;
  height: 12px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 14px; }

.icon--right:after {
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI4cHgiIGhlaWdodD0iMTJweCIgdmlld0JveD0iMCAwIDcuMSAxMS40Ij4NCjxwYXRoIGZpbGw9IiMwMGE0ZTMiIGQ9Ik0xLjEsMEwwLDEuMWw0LjksNC42TDAsMTAuM2wxLjEsMS4xbDYtNS44Ii8+DQo8L3N2Zz4NCg==") no-repeat center right; }

.icon--left:after {
  background: url('/air/assets/Images/icons/icon-chevron-left.png') no-repeat center left; }

.icon--right-large:after {
  background: url('/air/assets/Images/icons/icon-chevron-right-large.png') no-repeat center right; }

.icon--left-large:after {
  background: url('/air/assets/Images/icons/icon-chevron-left-large.png') no-repeat center left; }

.icon--right--mono:after {
  background: url('/air/assets/Images/icons/icon-chevron-right--mono.png') no-repeat center right; }

.icon-pull-up {
  margin-bottom: -5px; }

.icon-loading {
  display: inline-block;
  width: 32px;
  height: 32px;
  margin-right: 0.75rem; }

.app-icon {
  -webkit-border-radius: 4px;
          border-radius: 4px; }


  /* Hide Show
-------------------------------------------------------------- */

@media (min-width: 48em) {
  .hide-for-medium-up {
    display: none !important; } }


  /* Paging
-------------------------------------------------------------- */
.paging {
  font-size: 1rem;
  line-height: 1;
  margin: 0 auto;
  padding: 3rem 0 3rem 0;
  text-align: center; }
  @media (min-width: 48em) {
    .paging {
      font-size: 1.1rem; } }

.paging__list {
  list-style-type: none;
  display: inline;
  font-size: 100%;
  margin: 0;
  padding: 0.75rem 0;
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }
  @media (min-width: 48em) {
    .paging__list {
      padding: 1.5rem;
      position: static;
      visibility: visible;
      width: auto;
      height: auto;
      padding: 0;
      margin: auto;
      overflow: inherit;
      clip: auto; } }

.paging__item {
  display: inline-block;
  font-weight: 400;
  width: auto;
  -webkit-border-radius: 3px;
          border-radius: 3px; }

.paging__link {
  color: #808080;
  display: inline-block;
  font-size: 100%;
  padding: 0.375rem 0.375rem; }
  @media (min-width: 48em) {
    .paging__link {
      padding: 0.375rem 0.75rem; } }

.paging__link:focus,
.paging__link:hover {
  color: #2197CA; }

.paging__item.current {
  background: rgba(0, 0, 0, 0.05); }

.paging .disabled,
.paging [hidden],
.paging [disabled] {
  opacity: .5;
  pointer-events: none; }

.paging__previous,
.paging__next {
  font-weight: 500; }

.paging__previous {
  margin-left: 0.75rem;
  margin-right: 1.5rem; }

.paging__next {
  margin-right: 0.75rem;
  margin-left: 1.5rem; }

.pagination-container{
  text-align: center;
}

/* Select sort
-------------------------------------------------------------- */
.form-select {
    font-size: 1.04rem;
    line-height: 1.6;
    background-color: #f4f4f4;
    background-image: url("../img/icons/icon-select-arrow.svg");
    background-size: 14px;
    background-position: 90% center;
    background-repeat: no-repeat;
    border: 1px solid #cccccc;
    color: #333333;
    display: inline-block;
    line-height: 28px;
    font-family: "Roboto", sans-serif;
    max-width: 100%;
    padding: 0.6rem 2.25rem 0.6rem 0.75rem;
    vertical-align: middle;
}
  .form-select:focus {
    border-color: #00a0c4;
    outline: none; }

.form-select--wide {
  width: 100%; }

.form-select--cart {
  background: transparent;
  display: block;
  border: 0;
  color: #ffffff;
  font-size: inherit;
  padding: 0 1.5rem 0 0.375rem;
  margin: 0;
  height: 21px;
  line-height: 21px; }
  .form-select--cart option {
    background: #002257;
    border: 0; }

.sorting {
  float: left;
  width: 50%; }
  @media (min-width: 37.5em) {
    .sorting {
      display: inline-block;
      float: left;
      width: auto; } }

@media (min-width: 37.5em) {
  .sorting__input {
    margin-right: 0.75rem; } }

@media screen and (min-width: 0\0) and (min-resolution: 0.001dpcm) {
  .form-select {
    padding-right: 10px !important; }
  .form-select__icon {
    display: none; } }
