/* function to convert the calc function in to rem based
$first- should be in % */
/** Slick Carousel Starts **/
/** Slick Carousel Ends **/
/* override default breakpoints */
.btn {
  font-family: "Roboto-Regular", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  text-align: center;
  border-radius: 0rem;
  min-height: 3rem;
  position: relative;
  height: auto;
  word-wrap: break-word; }
  .btn svg {
    margin-right: 0.375rem; }
  .btn.btn-primary {
    background-color: #b5b2bf;
    color: #222;
    border-color: #b5b2bf; }
    .btn.btn-primary:hover {
      background-color: #dddce2;
      color: #222;
      border-color: #dddce2; }
    .btn.btn-primary:not(:disabled):not(.disabled):active, .btn.btn-primary:not(:disabled):not(.disabled).active, .btn.btn-primary:active {
      background-color: #dddce2;
      color: #222;
      border-color: #222; }
    .btn.btn-primary svg {
      fill: #222; }
    .btn.btn-primary:focus {
      -webkit-box-shadow: none;
              box-shadow: none; }
      .btn.btn-primary:focus::after {
        content: '';
        position: absolute;
        border: 0.0625rem solid #222;
        border-radius: 0rem;
        top: 0.25rem;
        right: 0.25rem;
        bottom: 0.25rem;
        left: 0.25rem; }
      .btn.btn-primary:focus svg {
        fill: #222; }
    .btn.btn-primary:not(:disabled):not(.disabled):active, .btn.btn-primary:not(:disabled):not(.disabled).active, .btn.btn-primary:active {
      -webkit-box-shadow: inset 0 0.125rem 0.25rem 0.0625rem rgba(0, 0, 0, 0.5);
              box-shadow: inset 0 0.125rem 0.25rem 0.0625rem rgba(0, 0, 0, 0.5); }
      .btn.btn-primary:not(:disabled):not(.disabled):active svg, .btn.btn-primary:not(:disabled):not(.disabled).active svg, .btn.btn-primary:active svg {
        fill: #222; }
    .btn.btn-primary:hover {
      cursor: pointer; }
      .btn.btn-primary:hover svg {
        fill: #222; }
  .btn.btn-secondary {
    border: 0.0625rem solid transparent;
    background-color: #abacac;
    color: #222;
    border-color: #abacac; }
    .btn.btn-secondary:hover {
      background-color: #cccdcd;
      color: #222;
      border-color: #cccdcd; }
    .btn.btn-secondary:not(:disabled):not(.disabled):active, .btn.btn-secondary:not(:disabled):not(.disabled).active, .btn.btn-secondary:active {
      background-color: #cccdcd;
      color: #222;
      border-color: #222; }
    .btn.btn-secondary svg {
      fill: #222; }
    .btn.btn-secondary:focus {
      -webkit-box-shadow: none;
              box-shadow: none; }
      .btn.btn-secondary:focus::after {
        content: '';
        position: absolute;
        border: 0.0625rem solid #222;
        border-radius: 0rem;
        top: 0.25rem;
        right: 0.25rem;
        bottom: 0.25rem;
        left: 0.25rem; }
      .btn.btn-secondary:focus svg {
        fill: #222; }
    .btn.btn-secondary:not(:disabled):not(.disabled):active, .btn.btn-secondary:not(:disabled):not(.disabled).active, .btn.btn-secondary:active {
      -webkit-box-shadow: inset 0 0.125rem 0.25rem 0.0625rem rgba(0, 0, 0, 0.5);
              box-shadow: inset 0 0.125rem 0.25rem 0.0625rem rgba(0, 0, 0, 0.5); }
    .btn.btn-secondary:hover {
      cursor: pointer; }
      .btn.btn-secondary:hover svg {
        fill: #222; }
  .btn.btn-tertiary {
    border: 0.0625rem solid transparent;
    background-color: #fff;
    color: #222;
    border-color: #707372; }
    .btn.btn-tertiary:hover {
      background-color: #595c5b;
      color: #fff;
      border-color: #595c5b; }
    .btn.btn-tertiary:not(:disabled):not(.disabled):active, .btn.btn-tertiary:not(:disabled):not(.disabled).active, .btn.btn-tertiary:active {
      background-color: #595c5b;
      color: #fff;
      border-color: #fff; }
    .btn.btn-tertiary svg {
      fill: #222; }
    .btn.btn-tertiary:focus, .btn.btn-tertiary.spinning {
      -webkit-box-shadow: none;
              box-shadow: none; }
      .btn.btn-tertiary:focus::after, .btn.btn-tertiary.spinning::after {
        content: '';
        position: absolute;
        border: 0.0625rem solid #222;
        border-radius: 0rem;
        top: 0.25rem;
        right: 0.25rem;
        bottom: 0.25rem;
        left: 0.25rem; }
      .btn.btn-tertiary:focus svg, .btn.btn-tertiary.spinning svg {
        fill: #222; }
    .btn.btn-tertiary:not(:disabled):not(.disabled):active, .btn.btn-tertiary:not(:disabled):not(.disabled).active, .btn.btn-tertiary:active {
      -webkit-box-shadow: inset 0 0.125rem 0.25rem 0.0625rem rgba(0, 0, 0, 0.5);
              box-shadow: inset 0 0.125rem 0.25rem 0.0625rem rgba(0, 0, 0, 0.5); }
      .btn.btn-tertiary:not(:disabled):not(.disabled):active svg, .btn.btn-tertiary:not(:disabled):not(.disabled).active svg, .btn.btn-tertiary:active svg {
        fill: #fff; }
    .btn.btn-tertiary:hover {
      cursor: pointer; }
      .btn.btn-tertiary:hover svg {
        fill: #fff; }
  .btn.btn-secondary-light {
    background-color: #fff;
    color: #1b806d;
    border-color: #fff; }
    .btn.btn-secondary-light:hover {
      background-color: #135d51;
      color: #fff;
      border-color: #135d51; }
    .btn.btn-secondary-light:not(:disabled):not(.disabled):active, .btn.btn-secondary-light:not(:disabled):not(.disabled).active, .btn.btn-secondary-light:active {
      background-color: #1b806d;
      color: #fff;
      border-color: #fff; }
    .btn.btn-secondary-light svg {
      fill: #1b806d; }
    .btn.btn-secondary-light:focus {
      background-color: #fff;
      -webkit-box-shadow: none;
              box-shadow: none; }
      .btn.btn-secondary-light:focus::after {
        content: '';
        position: absolute;
        border: 0.0625rem solid #1b806d;
        border-radius: 0rem;
        top: 0.25rem;
        right: 0.25rem;
        bottom: 0.25rem;
        left: 0.25rem; }
      .btn.btn-secondary-light:focus svg {
        fill: #1b806d; }
    .btn.btn-secondary-light:not(:disabled):not(.disabled):active, .btn.btn-secondary-light:not(:disabled):not(.disabled).active, .btn.btn-secondary-light:active {
      -webkit-box-shadow: inset 0 0.125rem 0.25rem 0.0625rem rgba(0, 0, 0, 0.5);
              box-shadow: inset 0 0.125rem 0.25rem 0.0625rem rgba(0, 0, 0, 0.5);
      background-color: #fff;
      color: #696158; }
    .btn.btn-secondary-light:hover {
      cursor: pointer; }
      .btn.btn-secondary-light:hover svg {
        fill: #fff; }
  .btn.btn-tag {
    border-radius: 1rem;
    position: relative;
    background-color: #abacac;
    color: #222;
    border-color: #b5b2bf;
    border: 0.125rem solid transparent;
    height: auto !important;
    padding-right: 1.5rem; }
    .btn.btn-tag:hover {
      background-color: #cccdcd;
      color: #222;
      border-color: #dddce2; }
    .btn.btn-tag:not(:disabled):not(.disabled):active, .btn.btn-tag:not(:disabled):not(.disabled).active, .btn.btn-tag:active {
      background-color: #cccdcd;
      color: #222;
      border-color: #b5b2bf; }
    .btn.btn-tag svg {
      margin-left: 0.375rem;
      fill: #222;
      position: absolute;
      right: 0.25rem;
      top: 1.0625rem;
      -webkit-transform: translateY(-70%);
              transform: translateY(-70%); }
    .btn.btn-tag:focus {
      -webkit-box-shadow: 0 0 0.3125rem 0.0625rem #707372;
              box-shadow: 0 0 0.3125rem 0.0625rem #707372;
      border: 0.125rem solid #fff;
      background-color: #cccdcd;
      color: #222; }
      .btn.btn-tag:focus::after {
        border: none; }
    .btn.btn-tag:active {
      -webkit-box-shadow: inset 0 0.125rem 0.25rem 0.0625rem rgba(0, 0, 0, 0.5);
              box-shadow: inset 0 0.125rem 0.25rem 0.0625rem rgba(0, 0, 0, 0.5); }
  .btn.btn-white {
    background-color: transparent;
    color: #fff;
    border-color: #fff; }
    .btn.btn-white:hover {
      background-color: #fff;
      color: #696158;
      border-color: #fff; }
    .btn.btn-white:not(:disabled):not(.disabled):active, .btn.btn-white:not(:disabled):not(.disabled).active, .btn.btn-white:active {
      background-color: transparent;
      color: #696158;
      border-color: #fff; }
    .btn.btn-white:focus {
      -webkit-box-shadow: none;
              box-shadow: none; }
      .btn.btn-white:focus::after {
        content: '';
        position: absolute;
        border: 0.0625rem solid #fff;
        border-radius: 0rem;
        top: 0.25rem;
        right: 0.25rem;
        bottom: 0.25rem;
        left: 0.25rem; }
      .btn.btn-white:focus svg {
        fill: #fff; }
    .btn.btn-white:not(:disabled):not(.disabled):active, .btn.btn-white:not(:disabled):not(.disabled).active, .btn.btn-white:active {
      -webkit-box-shadow: inset 0 0.125rem 0.25rem 0.0625rem rgba(0, 0, 0, 0.5);
              box-shadow: inset 0 0.125rem 0.25rem 0.0625rem rgba(0, 0, 0, 0.5);
      background-color: #fff;
      color: #696158; }
    .btn.btn-white:hover {
      cursor: pointer; }
    .btn.btn-white.solid-fill {
      background: #fff;
      color: #222; }
      .btn.btn-white.solid-fill:focus {
        -webkit-box-shadow: none;
                box-shadow: none; }
        .btn.btn-white.solid-fill:focus::after {
          content: '';
          position: absolute;
          border: 0.0625rem solid #222;
          border-radius: 0rem;
          top: 0.25rem;
          right: 0.25rem;
          bottom: 0.25rem;
          left: 0.25rem; }
        .btn.btn-white.solid-fill:focus svg {
          fill: #222; }
      .btn.btn-white.solid-fill:hover {
        background-color: #eaeaea; }
  .btn.btn-black {
    background-color: transparent;
    color: #000;
    border-color: #000; }
    .btn.btn-black:hover {
      background-color: #000;
      color: #fff;
      border-color: #000; }
    .btn.btn-black:not(:disabled):not(.disabled):active, .btn.btn-black:not(:disabled):not(.disabled).active, .btn.btn-black:active {
      background-color: transparent;
      color: #000;
      border-color: #000; }
    .btn.btn-black:focus {
      background-color: transparent;
      -webkit-box-shadow: none;
              box-shadow: none; }
      .btn.btn-black:focus::after {
        content: '';
        position: absolute;
        border: 0.0625rem solid #000;
        border-radius: 0rem;
        top: 0.25rem;
        right: 0.25rem;
        bottom: 0.25rem;
        left: 0.25rem; }
      .btn.btn-black:focus svg {
        fill: #000; }
      .btn.btn-black:focus:hover {
        background-color: #000;
        color: #fff; }
    .btn.btn-black:not(:disabled):not(.disabled):active, .btn.btn-black:not(:disabled):not(.disabled).active, .btn.btn-black:active {
      -webkit-box-shadow: inset 0 0.125rem 0.25rem 0.0625rem rgba(0, 0, 0, 0.5);
              box-shadow: inset 0 0.125rem 0.25rem 0.0625rem rgba(0, 0, 0, 0.5);
      background-color: #000;
      color: #fff; }
    .btn.btn-black:hover {
      cursor: pointer; }
    .btn.btn-black.solid-fill {
      background: #000;
      color: #fff; }
      .btn.btn-black.solid-fill:focus {
        background-color: #000;
        -webkit-box-shadow: none;
                box-shadow: none; }
        .btn.btn-black.solid-fill:focus::after {
          content: '';
          position: absolute;
          border: 0.0625rem solid #fff;
          border-radius: 0rem;
          top: 0.25rem;
          right: 0.25rem;
          bottom: 0.25rem;
          left: 0.25rem; }
        .btn.btn-black.solid-fill:focus svg {
          fill: #fff; }
      .btn.btn-black.solid-fill:hover {
        background-color: #000; }
  .btn.large {
    min-width: 11.1875rem;
    line-height: 2.1; }
  .btn.medium {
    min-width: 7.8125rem;
    min-height: 2.5rem;
    font-size: 0.875rem;
    line-height: 1.75; }
    @media (max-width: 991.98px) {
      .btn.medium {
        min-height: 0; } }
  .btn.small {
    min-width: 5.6875rem;
    min-height: 2rem;
    font-size: 0.875rem; }
  .btn.xsmall {
    min-width: 5.6875rem;
    min-height: 2rem;
    font-size: 0.75rem; }
  .btn.btn-primary.disabled, .btn.btn-primary:disabled, .btn.btn-secondary.disabled, .btn.btn-secondary:disabled, .btn.btn-tertiary.disabled, .btn.btn-tertiary:disabled, .btn.btn-secondary-light.disabled, .btn.btn-secondary-light:disabled, .btn.btn-white.disabled, .btn.btn-white:disabled, .btn.btn-black.disabled, .btn.btn-black:disabled {
    opacity: 1;
    cursor: not-allowed;
    background-color: #eaeaea;
    color: #696158;
    border-color: #696158; }
    .btn.btn-primary.disabled:hover, .btn.btn-primary:disabled:hover, .btn.btn-secondary.disabled:hover, .btn.btn-secondary:disabled:hover, .btn.btn-tertiary.disabled:hover, .btn.btn-tertiary:disabled:hover, .btn.btn-secondary-light.disabled:hover, .btn.btn-secondary-light:disabled:hover, .btn.btn-white.disabled:hover, .btn.btn-white:disabled:hover, .btn.btn-black.disabled:hover, .btn.btn-black:disabled:hover {
      background-color: #eaeaea;
      color: #696158;
      border-color: #696158; }
    .btn.btn-primary.disabled:not(:disabled):not(.disabled):active, .btn.btn-primary.disabled:not(:disabled):not(.disabled).active, .btn.btn-primary.disabled:active, .btn.btn-primary:disabled:not(:disabled):not(.disabled):active, .btn.btn-primary:disabled:not(:disabled):not(.disabled).active, .btn.btn-primary:disabled:active, .btn.btn-secondary.disabled:not(:disabled):not(.disabled):active, .btn.btn-secondary.disabled:not(:disabled):not(.disabled).active, .btn.btn-secondary.disabled:active, .btn.btn-secondary:disabled:not(:disabled):not(.disabled):active, .btn.btn-secondary:disabled:not(:disabled):not(.disabled).active, .btn.btn-secondary:disabled:active, .btn.btn-tertiary.disabled:not(:disabled):not(.disabled):active, .btn.btn-tertiary.disabled:not(:disabled):not(.disabled).active, .btn.btn-tertiary.disabled:active, .btn.btn-tertiary:disabled:not(:disabled):not(.disabled):active, .btn.btn-tertiary:disabled:not(:disabled):not(.disabled).active, .btn.btn-tertiary:disabled:active, .btn.btn-secondary-light.disabled:not(:disabled):not(.disabled):active, .btn.btn-secondary-light.disabled:not(:disabled):not(.disabled).active, .btn.btn-secondary-light.disabled:active, .btn.btn-secondary-light:disabled:not(:disabled):not(.disabled):active, .btn.btn-secondary-light:disabled:not(:disabled):not(.disabled).active, .btn.btn-secondary-light:disabled:active, .btn.btn-white.disabled:not(:disabled):not(.disabled):active, .btn.btn-white.disabled:not(:disabled):not(.disabled).active, .btn.btn-white.disabled:active, .btn.btn-white:disabled:not(:disabled):not(.disabled):active, .btn.btn-white:disabled:not(:disabled):not(.disabled).active, .btn.btn-white:disabled:active, .btn.btn-black.disabled:not(:disabled):not(.disabled):active, .btn.btn-black.disabled:not(:disabled):not(.disabled).active, .btn.btn-black.disabled:active, .btn.btn-black:disabled:not(:disabled):not(.disabled):active, .btn.btn-black:disabled:not(:disabled):not(.disabled).active, .btn.btn-black:disabled:active {
      background-color: #eaeaea;
      color: #696158;
      border-color: #696158; }
    .btn.btn-primary.disabled:hover, .btn.btn-primary:disabled:hover, .btn.btn-secondary.disabled:hover, .btn.btn-secondary:disabled:hover, .btn.btn-tertiary.disabled:hover, .btn.btn-tertiary:disabled:hover, .btn.btn-secondary-light.disabled:hover, .btn.btn-secondary-light:disabled:hover, .btn.btn-white.disabled:hover, .btn.btn-white:disabled:hover, .btn.btn-black.disabled:hover, .btn.btn-black:disabled:hover {
      cursor: not-allowed; }
    .btn.btn-primary.disabled svg, .btn.btn-primary:disabled svg, .btn.btn-secondary.disabled svg, .btn.btn-secondary:disabled svg, .btn.btn-tertiary.disabled svg, .btn.btn-tertiary:disabled svg, .btn.btn-secondary-light.disabled svg, .btn.btn-secondary-light:disabled svg, .btn.btn-white.disabled svg, .btn.btn-white:disabled svg, .btn.btn-black.disabled svg, .btn.btn-black:disabled svg {
      fill: #696158; }
    .btn.btn-primary.disabled:not(:disabled):not(.disabled):active, .btn.btn-primary.disabled:not(:disabled):not(.disabled).active, .btn.btn-primary.disabled:active, .btn.btn-primary:disabled:not(:disabled):not(.disabled):active, .btn.btn-primary:disabled:not(:disabled):not(.disabled).active, .btn.btn-primary:disabled:active, .btn.btn-secondary.disabled:not(:disabled):not(.disabled):active, .btn.btn-secondary.disabled:not(:disabled):not(.disabled).active, .btn.btn-secondary.disabled:active, .btn.btn-secondary:disabled:not(:disabled):not(.disabled):active, .btn.btn-secondary:disabled:not(:disabled):not(.disabled).active, .btn.btn-secondary:disabled:active, .btn.btn-tertiary.disabled:not(:disabled):not(.disabled):active, .btn.btn-tertiary.disabled:not(:disabled):not(.disabled).active, .btn.btn-tertiary.disabled:active, .btn.btn-tertiary:disabled:not(:disabled):not(.disabled):active, .btn.btn-tertiary:disabled:not(:disabled):not(.disabled).active, .btn.btn-tertiary:disabled:active, .btn.btn-secondary-light.disabled:not(:disabled):not(.disabled):active, .btn.btn-secondary-light.disabled:not(:disabled):not(.disabled).active, .btn.btn-secondary-light.disabled:active, .btn.btn-secondary-light:disabled:not(:disabled):not(.disabled):active, .btn.btn-secondary-light:disabled:not(:disabled):not(.disabled).active, .btn.btn-secondary-light:disabled:active, .btn.btn-white.disabled:not(:disabled):not(.disabled):active, .btn.btn-white.disabled:not(:disabled):not(.disabled).active, .btn.btn-white.disabled:active, .btn.btn-white:disabled:not(:disabled):not(.disabled):active, .btn.btn-white:disabled:not(:disabled):not(.disabled).active, .btn.btn-white:disabled:active, .btn.btn-black.disabled:not(:disabled):not(.disabled):active, .btn.btn-black.disabled:not(:disabled):not(.disabled).active, .btn.btn-black.disabled:active, .btn.btn-black:disabled:not(:disabled):not(.disabled):active, .btn.btn-black:disabled:not(:disabled):not(.disabled).active, .btn.btn-black:disabled:active {
      -webkit-box-shadow: none;
              box-shadow: none; }
  .btn.btn-primary.brand-add-to-cart-enabled, .btn.btn-tertiary.brand-add-to-cart-enabled {
    background-color: #1b806d;
    border-color: #1b806d;
    color: #fff; }
    .btn.btn-primary.brand-add-to-cart-enabled svg, .btn.btn-tertiary.brand-add-to-cart-enabled svg {
      fill: #fff; }
    .btn.btn-primary.brand-add-to-cart-enabled:not(:disabled):not(.disabled):active, .btn.btn-primary.brand-add-to-cart-enabled:not(:disabled):not(.disabled).active, .btn.btn-primary.brand-add-to-cart-enabled:active, .btn.btn-primary.brand-add-to-cart-enabled:hover, .btn.btn-tertiary.brand-add-to-cart-enabled:not(:disabled):not(.disabled):active, .btn.btn-tertiary.brand-add-to-cart-enabled:not(:disabled):not(.disabled).active, .btn.btn-tertiary.brand-add-to-cart-enabled:active, .btn.btn-tertiary.brand-add-to-cart-enabled:hover {
      background-color: #295548;
      border-color: #295548; }
    .btn.btn-primary.brand-add-to-cart-enabled:focus::after, .btn.btn-tertiary.brand-add-to-cart-enabled:focus::after {
      border-color: #fff; }
    .btn.btn-primary.brand-add-to-cart-enabled.disabled, .btn.btn-primary.brand-add-to-cart-enabled:disabled, .btn.btn-tertiary.brand-add-to-cart-enabled.disabled, .btn.btn-tertiary.brand-add-to-cart-enabled:disabled {
      background-color: #f7f7f7;
      color: #6f6f6f;
      border-color: #696158; }
      .btn.btn-primary.brand-add-to-cart-enabled.disabled:hover, .btn.btn-primary.brand-add-to-cart-enabled:disabled:hover, .btn.btn-tertiary.brand-add-to-cart-enabled.disabled:hover, .btn.btn-tertiary.brand-add-to-cart-enabled:disabled:hover {
        background-color: #f7f7f7;
        color: #6f6f6f;
        border-color: #696158; }
      .btn.btn-primary.brand-add-to-cart-enabled.disabled:not(:disabled):not(.disabled):active, .btn.btn-primary.brand-add-to-cart-enabled.disabled:not(:disabled):not(.disabled).active, .btn.btn-primary.brand-add-to-cart-enabled.disabled:active, .btn.btn-primary.brand-add-to-cart-enabled:disabled:not(:disabled):not(.disabled):active, .btn.btn-primary.brand-add-to-cart-enabled:disabled:not(:disabled):not(.disabled).active, .btn.btn-primary.brand-add-to-cart-enabled:disabled:active, .btn.btn-tertiary.brand-add-to-cart-enabled.disabled:not(:disabled):not(.disabled):active, .btn.btn-tertiary.brand-add-to-cart-enabled.disabled:not(:disabled):not(.disabled).active, .btn.btn-tertiary.brand-add-to-cart-enabled.disabled:active, .btn.btn-tertiary.brand-add-to-cart-enabled:disabled:not(:disabled):not(.disabled):active, .btn.btn-tertiary.brand-add-to-cart-enabled:disabled:not(:disabled):not(.disabled).active, .btn.btn-tertiary.brand-add-to-cart-enabled:disabled:active {
        background-color: #f7f7f7;
        color: #6f6f6f;
        border-color: #696158; }
      .btn.btn-primary.brand-add-to-cart-enabled.disabled svg, .btn.btn-primary.brand-add-to-cart-enabled:disabled svg, .btn.btn-tertiary.brand-add-to-cart-enabled.disabled svg, .btn.btn-tertiary.brand-add-to-cart-enabled:disabled svg {
        fill: #6f6f6f; }

.btn-link {
  color: #6a6c6c;
  text-decoration: none;
  fill: #6a6c6c;
  cursor: pointer;
  outline: none;
  position: relative;
  border: 0.0625rem solid transparent;
  padding: 0.25rem 0.5rem; }
  .btn-link:focus {
    border: 0.0625rem solid #8f8f8f;
    border-radius: 0.25rem;
    -webkit-text-decoration: auto;
            text-decoration: auto;
    outline: none; }
  .btn-link:hover {
    text-decoration: underline;
    color: #6a6c6c;
    fill: #6a6c6c; }
  .btn-link:active {
    text-decoration: underline;
    color: #6a6c6c;
    fill: #6a6c6c; }
  .btn-link.disabled {
    color: #b4b0ab;
    cursor: not-allowed;
    pointer-events: auto;
    fill: #b4b0ab;
    outline: 0; }
    .btn-link.disabled:hover {
      text-decoration: none; }
  .dark-theme .btn-link:focus {
    border-color: #fff; }

.btn-link-grey {
  text-decoration: none; }
  .btn-link-grey:active {
    text-decoration: underline; }
  .btn-link-grey:focus, .btn-link-grey:active {
    outline: 0.125rem solid #707372;
    outline-offset: 0rem; }
  .btn-link-grey:hover {
    text-decoration: underline;
    color: #6a6c6c; }

.btn-link-underline {
  text-decoration: underline;
  border: 0.0625rem solid transparent;
  padding: 0.25rem 0.5rem; }
  .btn-link-underline:focus {
    border: 0.0625rem solid #8f8f8f;
    border-radius: 0.25rem;
    outline: none; }

.btn-switch {
  width: 1.8125rem;
  height: 1rem;
  display: inline-block;
  border-radius: 2.125rem;
  border-color: transparent;
  position: relative;
  outline: none;
  background: #fff;
  -webkit-appearance: none;
  padding: 0;
  border: 0.0625rem solid #707372; }
  .btn-switch:focus {
    outline: 0.0625rem solid #8f8f8f;
    outline-offset: 0.0625rem; }
  .btn-switch::before {
    position: absolute;
    content: '';
    height: 0.875rem;
    width: 0.875rem;
    left: 0rem;
    bottom: 0rem;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    display: block;
    border-radius: 50%;
    border: 0.0625rem solid #707372;
    background: #fff; }
  .btn-switch[aria-pressed='true']::before {
    -webkit-transform: translateX(0.8125rem);
            transform: translateX(0.8125rem);
    border-color: #b5b2bf; }
  .btn-switch[aria-pressed='true'] {
    background: #b5b2bf;
    border: 0.0625rem solid #b5b2bf; }
  .btn-switch.disabled {
    background: #eaeaea;
    border: 0.0625rem solid #eaeaea;
    color: #eaeaea; }
    .btn-switch.disabled::before {
      border: 0.0625rem solid #eaeaea;
      background: #fff;
      color: #eaeaea; }

.braintree-cart-paypal-button {
  background: #ffc439; }

.modal-dialog .modal-header button.close:focus {
  outline: 0.125rem solid #707372;
  -webkit-box-shadow: 0 0 0.3125rem 0.0625rem #707372;
          box-shadow: 0 0 0.3125rem 0.0625rem #707372; }

.btn.btn-primary:not(:disabled):not(.disabled):active, .btn.btn-primary:not(:disabled):not(.disabled).active, .btn.btn-primary:active, .btn.btn-secondary:not(:disabled):not(.disabled):active, .btn.btn-secondary:not(:disabled):not(.disabled).active, .btn.btn-secondary:active, .btn.btn-tertiary:not(:disabled):not(.disabled):active, .btn.btn-tertiary:not(:disabled):not(.disabled).active, .btn.btn-tertiary:active {
  -webkit-box-shadow: inset 0 0.125rem 0.25rem 0.0625rem rgba(0, 0, 0, 0.5);
          box-shadow: inset 0 0.125rem 0.25rem 0.0625rem rgba(0, 0, 0, 0.5); }

.paypal-btn {
  background-color: #ffc439; }

#paypal-button-container {
  display: block;
  background-color: #ffc439; }
  @media (min-width: 768px) {
    #paypal-button-container {
      display: inline-block; } }

.btn-switch {
  border-color: #707372; }
  .btn-switch[aria-pressed='true'] {
    background: #707372;
    border: 0.0625rem solid #b5b2bf; }
  .btn-switch::before {
    border-color: #707372;
    bottom: 0.03125rem; }
  .btn-switch:focus {
    outline-color: #707372; }

/* overriding the bootstrap header font sizes */
/* headings style based on style guide */
h1, .storeDetail .ss-store-heading,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.text48-36-24,
.text36-30-24,
.text30-24-24,
.text18-18-16 {
  font-family: "RobotoSlab-Bold", sans-serif;
  line-height: 1.25;
  letter-spacing: normal; }

h1, .storeDetail .ss-store-heading,
.h1 {
  font-size: 1.5rem; }

h2,
.h2 {
  font-size: 1.5rem; }

h3,
.h3 {
  font-size: 1.5rem; }

h4,
.h4 {
  font-size: 1.25rem; }

h5,
.h5 {
  font-size: 1.125rem; }

h6,
.h6 {
  font-size: 1rem; }

/* text styles */
.text8,
.text10,
.text12,
.text14,
.text16,
.text18,
.text20,
.text12-12-10,
.text14-14-12,
.text16-16-12,
.text16-16-14,
.text16-14-14,
.text20-20-14,
.text20-20-16,
.text20-20-18,
.text24-24-20,
.text14-14-16,
.text18-18-14,
.text16-16-16,
.text16-16-12 {
  font-family: "Roboto-Regular", sans-serif;
  letter-spacing: normal;
  line-height: 1.5; }
  .text8.bold,
  .text10.bold,
  .text12.bold,
  .text14.bold,
  .text16.bold,
  .text18.bold,
  .text20.bold,
  .text12-12-10.bold,
  .text14-14-12.bold,
  .text16-16-12.bold,
  .text16-16-14.bold,
  .text16-14-14.bold,
  .text20-20-14.bold,
  .text20-20-16.bold,
  .text20-20-18.bold,
  .text24-24-20.bold,
  .text14-14-16.bold,
  .text18-18-14.bold,
  .text16-16-16.bold,
  .text16-16-12.bold {
    font-family: "Roboto-Bold", sans-serif;
    letter-spacing: normal; }

.text8 {
  font-size: 0.5rem; }

.text10 {
  font-size: 0.625rem; }

.text12 {
  font-size: 0.75rem; }

.text14 {
  font-size: 0.875rem; }

.text16 {
  font-size: 1rem; }

.text18 {
  font-size: 1rem; }

.text20 {
  font-size: 1.125rem; }

.text12-12-10 {
  font-size: 0.625rem; }

.text14-14-12 {
  font-size: 0.75rem; }

.text16-16-12 {
  font-size: 0.75rem; }

.text16-16-14 {
  font-size: 0.875rem; }

.text20-20-14 {
  font-size: 0.875rem; }

.text20-20-16 {
  font-size: 1rem; }

.text20-20-18 {
  font-size: 1.125rem; }

.text24-24-20 {
  font-size: 1.25rem; }

.text14-14-16 {
  font-size: 1rem; }

.text48-36-24 {
  font-size: 1.5rem; }

.text36-30-24 {
  font-size: 1.5rem; }

.text30-24-24 {
  font-size: 1.5rem; }

.text18-18-16 {
  font-size: 1rem; }

.text16-16-16 {
  font-size: 1rem; }

.text16-16-12 {
  font-size: 0.75rem;
  font-weight: 700; }

.text16-14-14 {
  font-size: 1rem; }

/* class for font weight bold */
.bold {
  font-weight: 700; }

@media (max-width: 991.98px) {
  .bold-mobile {
    font-weight: bold; }
  .text16-14-14 {
    font-size: 0.875rem; } }

@media (min-width: 768px) {
  h1, .storeDetail .ss-store-heading,
  .h1 {
    font-size: 2.25rem; }
  h2,
  .h2 {
    font-size: 1.875rem; }
  h3,
  .h3 {
    font-size: 1.5rem; }
  h4,
  .h4 {
    font-size: 1.5rem; }
  h5,
  .h5 {
    font-size: 1.25rem; }
  h6,
  .h6 {
    font-size: 1.125rem; }
  .text18 {
    font-size: 1.125rem; }
  .text20 {
    font-size: 1.25rem; }
  .text12-12-10 {
    font-size: 0.75rem; }
  .text14-14-12 {
    font-size: 0.875rem; }
  .text16-16-12 {
    font-size: 1rem; }
  .text16-16-14 {
    font-size: 1rem; }
  .text20-20-14 {
    font-size: 1.25rem; }
  .text20-20-16 {
    font-size: 1.25rem; }
  .text20-20-18 {
    font-size: 1.25rem; }
  .text24-24-20 {
    font-size: 1.5rem; }
  .text14-14-16 {
    font-size: 0.875rem; }
  .text48-36-24 {
    font-size: 2.25rem; }
  .text36-30-24 {
    font-size: 1.875rem; }
  .text18-18-16 {
    font-size: 1.125rem; }
  .text16-16-12 {
    font-size: 1rem;
    font-weight: normal; } }

@media (min-width: 992px) {
  h1, .storeDetail .ss-store-heading,
  .h1 {
    font-size: 3rem; }
  h2,
  .h2 {
    font-size: 2.25rem; }
  h3,
  .h3 {
    font-size: 1.875rem; }
  .text48-36-24 {
    font-size: 3rem; }
  .text36-30-24 {
    font-size: 2.25rem; }
  .text30-24-24 {
    font-size: 1.875rem; } }

.text-eyebrow {
  font-family: "Roboto-Regular", sans-serif;
  line-height: 1.5;
  letter-spacing: normal; }

/* headings style based on style guide */
h1, .storeDetail .ss-store-heading,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-family: "RobotoSlab-Regular", sans-serif;
  color: #222; }

ul {
  padding: 0; }

.storeLocatorContainer {
  --button-primary-color: #b5b2bf;
  --header-icons: #222; }

.btn.btn-primary svg {
  fill: #222; }

.btn.btn-primary:hover {
  color: #222; }
  .btn.btn-primary:hover svg {
    fill: #222; }

.flyHours {
  margin-top: 1.25rem;
  line-height: 1.5rem; }
  .flyHours p {
    padding-bottom: 0.9375rem; }
    .flyHours p.hoursTitle {
      border-bottom: 0.0625rem solid #eaeaea;
      padding-bottom: 0.5rem;
      margin-bottom: 0; }
      @media (max-width: 991.98px) {
        .flyHours p.hoursTitle {
          font-size: 0.75rem; } }
  .flyHours ul {
    width: 100%;
    float: left;
    margin-top: 1.25rem; }
    .flyHours ul li {
      list-style: none; }
      .flyHours ul li span {
        width: 50%;
        float: left; }
        .flyHours ul li span:last-child {
          text-align: right; }
      .flyHours ul li.active {
        font-family: "Roboto-Bold", sans-serif;
        font-weight: bold; }

.flySpecialDay {
  color: #c55002; }

.storeLocatorWrapper .store a {
  text-decoration: underline; }
  .storeLocatorWrapper .store a svg {
    fill: #707372; }

.storeLocatorWrapper .store .detailMileWrap .direction {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.storeLocatorWrapper .store .detailMileWrap .details {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.storeLocatorWrapper .store .detailMileWrap button {
  float: left;
  width: 44%;
  text-align: center;
  text-decoration: underline; }

.storeLocatorWrapper .store .detailMileWrap p {
  text-align: center;
  margin-top: 0.5rem; }
  @media (min-width: 768px) {
    .storeLocatorWrapper .store .detailMileWrap p {
      margin-top: 0.625rem; } }

.storeLocatorWrapper .store .detailMileWrap span {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1; }

.storeLocatorWrapper .store .address p {
  line-height: 1.25rem; }

.storeLocatorWrapper .badge {
  font-size: 1.125rem;
  font-weight: bold;
  border-radius: 50%;
  border: 0.0625rem solid #707372;
  color: #000; }
  @media (min-width: 768px) {
    .storeLocatorWrapper .badge {
      line-height: 2rem;
      width: 2.5rem;
      height: 2.5rem; } }

.storeLocatorWrapper .storeResult {
  background: #eee;
  padding: 1.0625rem 0; }
  .storeLocatorWrapper .storeResult .yourLoc {
    line-height: 1; }
    .storeLocatorWrapper .storeResult .yourLoc span {
      line-height: 1; }

.notesTxt p {
  width: 50%;
  margin-top: 0.5rem;
  font-size: 0.875rem; }
  @media (max-width: 991.98px) {
    .notesTxt p {
      font-size: 0.75rem; } }

.storeHeight {
  background-color: #fff;
  -webkit-box-shadow: 0.125rem 0.125rem 0.25rem 0 rgba(146, 146, 146, 0.5);
          box-shadow: 0.125rem 0.125rem 0.25rem 0 rgba(146, 146, 146, 0.5);
  border-left: 0;
  padding-left: 0;
  padding-right: 0;
  height: 46rem;
  overflow: hidden; }
  @media (min-width: 768px) {
    .storeHeight ul li.store {
      padding-top: 1rem; }
      .storeHeight ul li.store hr {
        margin-top: 1rem;
        margin-bottom: 0; }
    .storeHeight ul li.store.active {
      border: solid 0.125rem #707372; }
      .storeHeight ul li.store.active .badge {
        color: #222;
        background-color: #b5b2bf; }
      .storeHeight ul li.store.active li.active hr {
        display: none; } }
  .storeHeight .store .telPhone {
    text-decoration: none;
    line-height: 1rem;
    color: #222; }
  .storeHeight .nearByStore {
    margin-top: 1.5rem;
    margin-left: 1.5625rem; }
  .storeHeight .customScroll .store .row {
    padding-right: 0.5rem; }
  .storeHeight .customScroll .store .textCenter {
    text-align: center; }
  .storeHeight .customScroll .store .textCenterDir {
    text-align: center; }
  .storeHeight .flyClose {
    height: 1.5rem; }
  .storeHeight .flytitle h4 {
    font-family: "RobotoSlab-Bold", sans-serif;
    margin-bottom: 0; }
    @media (max-width: 991.98px) {
      .storeHeight .flytitle h4 {
        font-size: 1.5rem; } }
  .storeHeight .flyout {
    position: absolute;
    background: #fff;
    width: 100%;
    top: 0;
    left: 0%;
    display: block;
    -webkit-animation-name: storeflyout;
            animation-name: storeflyout;
    -webkit-animation-duration: 0.5s;
            animation-duration: 0.5s;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    padding-left: 1.875rem;
    padding-right: 1.875rem;
    padding-bottom: 10rem;
    border: 0.0625rem solid #eaeaea;
    border-left: 0;
    border-bottom: 0; }
    .storeHeight .flyout a {
      text-decoration: underline; }
    .storeHeight .flyout .btn {
      width: 100%;
      line-height: 2;
      text-decoration: none; }
    .storeHeight .flyout .flytitle h4 {
      font-family: "RobotoSlab-Bold", sans-serif;
      margin-bottom: 0; }
      @media (max-width: 991.98px) {
        .storeHeight .flyout .flytitle h4 {
          font-size: 1.5rem; } }
    .storeHeight .flyout .flyWhiteBtn {
      white-space: nowrap;
      text-overflow: ellipsis; }
    .storeHeight .flyout .flyopenTime {
      margin-top: 0;
      margin-bottom: 0;
      line-height: 1.5rem;
      font-family: "Roboto-Bold", sans-serif; }
      @media (max-width: 991.98px) {
        .storeHeight .flyout .flyopenTime {
          font-size: 0.875rem; } }
    .storeHeight .flyout .flyAddress {
      line-height: 1.5rem;
      font-size: 0.875rem;
      margin-bottom: 0; }
    .storeHeight .flyout .flyDetBox {
      margin-top: 1rem; }
      @media (max-width: 991.98px) {
        .storeHeight .flyout .flyDetBox {
          margin-top: 0; } }
    .storeHeight .flyout .flyGetDir {
      margin-top: 1.25rem; }
    .storeHeight .flyout .flyMilesAway {
      line-height: 1.5rem; }
    @media (max-width: 991.98px) {
      .storeHeight .flyout .flyTel {
        margin-top: 1.25rem; } }
    @media (max-width: 991.98px) {
      .storeHeight .flyout .flyBoxMob {
        padding-top: 0.5rem; } }
    .storeHeight .flyout .flyAddressBox {
      margin-bottom: 1rem; }
  .storeHeight .no-results-message {
    margin: 1.5rem auto;
    max-width: 18.3125rem; }
    @media (min-width: 768px) {
      .storeHeight .no-results-message {
        margin: 0 0 2.5rem 1.0625rem;
        max-width: 23.4375rem; } }

.ss-background-secondary.ss-pad-more {
  display: inline-block;
  padding: 1.5rem 2.1875rem;
  background-color: #eee; }
  @media (min-width: 768px) {
    .ss-background-secondary.ss-pad-more {
      padding: 1.5rem 5.9375rem; } }
  .ss-background-secondary.ss-pad-more .ssBlackBtn.text-white {
    margin-top: 1rem;
    padding: 0.75rem;
    width: 7.5625rem; }

.ss-pad-more {
  padding: 1.5rem; }
  .ss-pad-more p.ss-gutter-more span.bold {
    font-weight: normal;
    font-family: "Roboto-Bold", sans-serif; }

.elevation-logos {
  display: inline-block;
  padding: 0 1rem 1rem;
  width: 100%;
  margin-top: -0.75rem; }
  .elevation-logos img {
    max-width: 6.25rem;
    vertical-align: middle;
    margin-top: 0.5rem; }

.store-details-no-results a {
  margin-top: 1.5rem;
  margin-bottom: -2.625rem; }

.store-details-no-results .elevation-logos {
  padding-left: 4rem; }

.storeHeight .flyBopis,
.storeDetail .flyBopis {
  padding-left: 0.5rem;
  margin-bottom: 0.5rem; }
  .storeHeight .flyBopis .bopis-icon,
  .storeDetail .flyBopis .bopis-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-width: 1.5rem;
    max-width: 1.5rem;
    height: 1.5rem;
    border: 0.0625rem solid #cccdcd;
    border-radius: 50%;
    padding: 0; }

.storeDetail .custom .ss-font-bold {
  margin-bottom: 1rem; }

.storeDetail .custom .row > div {
  width: 100%; }

@media (max-width: 991.98px) {
  .storeDetail .flyBopis {
    margin-top: 0.5rem !important; } }

@media (max-width: 991.98px) {
  .storeDetail .bopis-center {
    margin-left: auto;
    margin-right: auto; } }

.storeDetail .ss-store-details .ss-store-opendate {
  font-size: 0.75rem; }
  @media (min-width: 768px) {
    .storeDetail .ss-store-details .ss-store-opendate {
      font-size: 0.875rem; } }

.storeDetail .ss-store-details p {
  font-size: 0.875rem;
  color: #222; }
  @media (min-width: 768px) {
    .storeDetail .ss-store-details p {
      font-size: 1rem; } }

.storeDetail .ss-store-details h3 {
  margin-bottom: 0.125rem;
  text-align: center; }
  @media (min-width: 768px) {
    .storeDetail .ss-store-details h3 {
      text-align: left; } }

.storeDetail .ss-store-heading {
  text-align: center; }

.storeDetail h1.ss-store-subheading, .storeDetail .ss-store-subheading.ss-store-heading {
  margin: 0 0 1.5rem;
  line-height: 1.5;
  text-align: center;
  font-family: "Roboto-Regular", sans-serif;
  font-weight: 500;
  font-size: 1rem;
  color: #222; }
  @media (min-width: 768px) {
    .storeDetail h1.ss-store-subheading, .storeDetail .ss-store-subheading.ss-store-heading {
      margin: 0 0 3rem; } }

.storeDetail .storeDetail-black {
  color: #000; }

.storeDetail .storeDetail-bold {
  font-family: "Roboto-Bold", sans-serif; }

.storeDetail .storeDetail-contact {
  margin-top: 2rem;
  margin-bottom: 0.5rem; }

.storeDetail .storeDetail-primary {
  color: #707372; }

.storeDetail .storeDetail-breadcrumbs {
  list-style: none; }
  .storeDetail .storeDetail-breadcrumbs .storeDetail-breadcrumb:not(:last-of-type):after {
    content: '/';
    color: #707372;
    padding-left: 0.3125rem; }
  .storeDetail .storeDetail-breadcrumbs .storeDetail-breadcrumb a {
    color: #707372;
    display: inline-block; }

.storeDetail .storeDetail-contactCtas a {
  width: 100%; }
  @media (min-width: 768px) {
    .storeDetail .storeDetail-contactCtas a {
      width: auto; } }

.storeDetail .storeDetail-ctas {
  margin-bottom: 2rem; }
  .storeDetail .storeDetail-ctas a {
    width: 100%; }
    .storeDetail .storeDetail-ctas a:first-of-type {
      margin-bottom: 0.5rem; }
    @media (min-width: 1200px) {
      .storeDetail .storeDetail-ctas a {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        width: auto; }
        .storeDetail .storeDetail-ctas a:first-of-type {
          margin-bottom: 0rem;
          margin-right: 1rem; } }

.storeDetail .storeDetail-grey {
  color: #222; }

.storeDetail .storeDetail-hours p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  line-height: 1.5;
  margin-bottom: 0; }
  .storeDetail .storeDetail-hours p:first-of-type {
    font-family: "Roboto-Bold", sans-serif; }

.storeDetail .storeDetail-map {
  margin-bottom: 1.875rem; }

.storeDetail .storeDetail-shopNow {
  border-top: 0.0625rem solid #979797; }

.storeDetail .storeDetail-storeNumber {
  text-transform: capitalize; }

.storeDetail .storeData {
  text-align: center; }
  @media (min-width: 768px) {
    .storeDetail .storeData {
      text-align: left; } }

.storeDetail .storeDetail-svgCircle {
  border: 0.0625rem solid #707372;
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 0.21875rem; }

.storeDetail .store-closed-text {
  color: #e02020;
  text-align: center; }
  @media (min-width: 768px) {
    .storeDetail .store-closed-text {
      text-align: left; } }

.storeDetail .form-group.store-closed {
  display: table;
  margin: auto;
  margin-top: 15px; }
  .storeDetail .form-group.store-closed .error-block.form-group {
    border-color: #e02020;
    background-color: #fff; }
    .storeDetail .form-group.store-closed .error-block.form-group .item {
      color: #e02020; }
  .storeDetail .form-group.store-closed .error-icon.instruction {
    opacity: 1; }
    .storeDetail .form-group.store-closed .error-icon.instruction::before {
      width: 1.5rem;
      height: 1.5rem;
      top: 0.625rem;
      left: 0.3125rem; }

.storeDetail .store-details-no-results .storeLabel {
  display: none; }

.storeDetail .store-details-no-results .ss-background-secondary.ss-pad-more {
  background-color: #fff;
  display: block; }
  .storeDetail .store-details-no-results .ss-background-secondary.ss-pad-more h6 {
    margin: auto;
    max-width: 23.4375rem; }
  .storeDetail .store-details-no-results .ss-background-secondary.ss-pad-more a.btn {
    margin-top: 1.9375rem;
    margin-bottom: -2.1875rem; }

.storeDetail .store-details-no-results .elevation-logos,
.storeDetail .store-details-no-results .ss-pad-more {
  max-width: 42.375rem;
  margin: auto; }

.storeDetail .store-details-no-results.custom {
  margin: auto;
  width: 50%; }

.storeDetail .store-details-no-results .elevation-logos {
  margin-left: -2.875rem;
  margin-top: -1.25rem; }
  .storeDetail .store-details-no-results .elevation-logos .col-3 {
    max-width: 100%;
    margin-left: 1.375rem;
    margin-top: 2.1875rem;
    float: left; }
  .storeDetail .store-details-no-results .elevation-logos img {
    max-width: 100%;
    width: 8.3125rem; }
  @media (min-width: 576px) {
    .storeDetail .store-details-no-results .elevation-logos {
      margin-left: -3rem; } }
  @media (min-width: 768px) {
    .storeDetail .store-details-no-results .elevation-logos {
      margin-left: -2.875rem; }
      .storeDetail .store-details-no-results .elevation-logos img {
        max-width: 60%; } }
  @media (min-width: 992px) {
    .storeDetail .store-details-no-results .elevation-logos {
      padding-left: 0px; }
      .storeDetail .store-details-no-results .elevation-logos .col-3 {
        max-width: 25%;
        margin-left: 0rem;
        width: 25%; }
      .storeDetail .store-details-no-results .elevation-logos img {
        max-width: 6.25rem; } }
  @media (min-width: 1200px) {
    .storeDetail .store-details-no-results .elevation-logos {
      max-width: 127.375rem;
      padding-left: 0px;
      margin-left: 10px; }
      .storeDetail .store-details-no-results .elevation-logos img {
        max-width: 6.875rem; } }
  .storeDetail .store-details-no-results .elevation-logos .row {
    display: block;
    margin: auto 0rem; }
    @media (min-width: 992px) and (max-width: 1199.98px) {
      .storeDetail .store-details-no-results .elevation-logos .row {
        margin: auto 58px; } }

