@use 'sass:string';
@use 'sass:list';
.priamry-link {
  font-size: 1.125rem;
  color: #231f20;
  line-height: 22px;
  font-weight: bold;
  border-bottom: 2px solid #d82128;
  padding-bottom: 0.25rem;
  position: relative; }
  .priamry-link::after {
    content: '';
    position: absolute;
    background: url("../../../../images/right-arrow-red.svg");
    width: 1.5rem;
    top: 0.375rem;
    right: -2.5rem;
    height: 0.9375rem;
    background-size: 100%; }
  .priamry-link:hover {
    color: #231f20;
    text-decoration: none; }
  .priamry-link.disabled, .priamry-link:disabled {
    color: #626366;
    pointer-events: none; }
    .priamry-link.disabled::after, .priamry-link:disabled::after {
      background: url("../../../../images/right-arrow-gray.svg"); }
    .priamry-link.disabled:hover, .priamry-link:disabled:hover {
      text-decoration: none; }

.seconday-link {
  font-size: 1.125rem;
  color: #231f20;
  line-height: 22px;
  font-weight: bold;
  border-bottom: 2px solid #231f20;
  padding-bottom: 0.25rem; }
  .seconday-link:hover {
    color: #d82128;
    text-decoration: none;
    border-bottom: 2px solid #d82128; }
  .seconday-link.disabled, .seconday-link:disabled {
    color: #626366;
    pointer-events: none;
    border-bottom: 2px solid #626366; }
    .seconday-link.disabled:hover, .seconday-link:disabled:hover {
      text-decoration: none; }

.tertiary-link {
  font-size: 0.75rem;
  color: #d82128;
  line-height: 14px;
  font-weight: bold;
  text-decoration: underline; }
  .tertiary-link:hover {
    color: #d82128;
    text-decoration: underline; }
  .tertiary-link.disabled, .tertiary-link:disabled {
    color: #626366;
    pointer-events: none; }
    .tertiary-link.disabled:hover, .tertiary-link:disabled:hover {
      text-decoration: none; }

.btn {
  text-transform: capitalize;
  height: 3.375rem;
  border-radius: 2rem;
  min-width: 8.125rem;
  padding: 1rem 2.375rem;
  max-width: 21.875rem;
  margin: auto;
  font-family: "Myriad Pro Bold Cond"; }

button {
  -webkit-appearance: none;
  border: none;
  font-weight: 700; }

button:focus,
button:active,
button:hover,
button:visited,
button:focus-within {
  outline: none !important; }

.btn-primary {
  background: #d82128;
  font-weight: 700;
  color: #fff;
  font-size: 1.125rem;
  line-height: 1.375rem;
  text-align: center;
  border: none; }
  .btn-primary.disabled {
    pointer-events: none; }
    .btn-primary.disabled:hover {
      text-decoration: none; }
  .btn-primary:hover {
    color: #fff;
    background: #971b1e; }
  .btn-primary.disabled, .btn-primary:disabled {
    color: #626366;
    background: #c7c8ca; }

.btn-secondary {
  background: #231f20;
  font-weight: 700;
  color: #fff;
  font-size: 1.125rem;
  line-height: 1.375rem;
  text-align: center;
  border: none; }
  .btn-secondary.disabled {
    pointer-events: none; }
    .btn-secondary.disabled:hover {
      text-decoration: none; }
  .btn-secondary:hover {
    color: #fff;
    background: #971b1e; }
  .btn-secondary.disabled, .btn-secondary:disabled {
    color: #c7c8ca;
    background: #626366; }

.btn-tertiary {
  background: #fff;
  font-weight: 700;
  color: #000;
  font-size: 1.125rem;
  line-height: 1.375rem;
  text-align: center;
  border: none; }
  .btn-tertiary.disabled {
    pointer-events: none; }
    .btn-tertiary.disabled:hover {
      text-decoration: none; }
  .btn-tertiary:hover {
    color: #fff;
    background: #971b1e; }
  .btn-tertiary.disabled, .btn-tertiary:disabled {
    color: #626366;
    background: #f3f3f3; }

.btn-with-border {
  background: #fff;
  font-weight: 700;
  color: #000;
  font-size: 1.125rem;
  line-height: 1.375rem;
  text-align: center;
  border: none;
  border: 1px solid #d82128; }
  .btn-with-border.disabled {
    pointer-events: none; }
    .btn-with-border.disabled:hover {
      text-decoration: none; }
  .btn-with-border:hover {
    color: #fff;
    background: #971b1e; }
  .btn-with-border.disabled, .btn-with-border:disabled {
    color: #626366;
    background: #f3f3f3; }

.store-landing {
  background: #f3f3f3;
  padding: 1.875rem 0.5rem; }
  @media (min-width: 1024px) {
    .store-landing {
      padding: 1.875rem 1.375rem; } }
  @media (min-width: 1440px) {
    .store-landing {
      padding: 1.875rem 3.75rem; } }
  .store-landing .store-custom-tab {
    position: relative; }
    .store-landing .store-custom-tab .nav-tabs {
      border-bottom: 2px solid #fff;
      margin-bottom: 1.875rem;
      font-family: "Myriad Pro Bold Cond";
      overflow-x: auto;
      overflow-y: hidden;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
      margin-left: 0.875rem; }
      @media (min-width: 768px) {
        .store-landing .store-custom-tab .nav-tabs {
          display: -ms-inline-flexbox;
          display: inline-flex; } }
      @media (min-width: 1024px) {
        .store-landing .store-custom-tab .nav-tabs {
          margin-left: unset; } }
      .store-landing .store-custom-tab .nav-tabs .nav-item {
        margin-right: 2.125rem; }
        .store-landing .store-custom-tab .nav-tabs .nav-item .nav-link {
          cursor: pointer;
          font-family: "Myriad Pro Bold Cond";
          padding: 0;
          white-space: nowrap;
          font-size: 1.125rem;
          color: #231f20;
          line-height: 22px; }
          @media (min-width: 768px) {
            .store-landing .store-custom-tab .nav-tabs .nav-item .nav-link {
              line-height: 2.5rem; } }
          .store-landing .store-custom-tab .nav-tabs .nav-item .nav-link.active {
            border-bottom: 2px solid #d82128; }
          .store-landing .store-custom-tab .nav-tabs .nav-item .nav-link:hover, .store-landing .store-custom-tab .nav-tabs .nav-item .nav-link:focus {
            background: transparent; }
        .store-landing .store-custom-tab .nav-tabs .nav-item:last-child {
          margin-right: 0; }
    .store-landing .store-custom-tab .nav-tabs::-webkit-scrollbar {
      display: none; }
    @media (min-width: 1024px) {
      .store-landing .store-custom-tab .tab-content .row {
        margin-left: -15px;
        margin-right: -15px; } }
    .store-landing .store-custom-tab .tab-content .store-detail-container {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
          flex-direction: column;
      padding: 0rem 0.9375rem 3.75rem 0.9375rem; }
      .store-landing .store-custom-tab .tab-content .store-detail-container div {
        -ms-flex-positive: 1;
            flex-grow: 1; }
      .store-landing .store-custom-tab .tab-content .store-detail-container .store-details {
        position: relative;
        background: #fff;
        padding: 2.5rem 1.375rem;
        border-radius: 45px 0px 0px 0px;
        position: relative;
        margin-top: -2.875rem;
        padding-bottom: 5rem; }
        @media (min-width: 1024px) {
          .store-landing .store-custom-tab .tab-content .store-detail-container .store-details {
            padding: 2.5rem 2.125rem;
            padding-bottom: 5rem; } }
        .store-landing .store-custom-tab .tab-content .store-detail-container .store-details .store-name {
          font-family: "Myriad Pro Bold Cond";
          font-size: 2.25rem;
          color: #231f20;
          line-height: 43px;
          margin-bottom: 1.875rem; }
          .store-landing .store-custom-tab .tab-content .store-detail-container .store-details .store-name span {
            font-family: "Myriad Pro Regular";
            font-size: 1.25rem;
            color: #9d9999;
            line-height: 24px; }
        .store-landing .store-custom-tab .tab-content .store-detail-container .store-details .store-address-line,
        .store-landing .store-custom-tab .tab-content .store-detail-container .store-details .store-number .number-digits {
          font-family: "Myriad Pro Regular";
          font-size: 1rem;
          color: #000;
          line-height: 19px; }
        .store-landing .store-custom-tab .tab-content .store-detail-container .store-details .store-address-line {
          margin-bottom: 1.25rem; }
        .store-landing .store-custom-tab .tab-content .store-detail-container .store-details .store-number {
          margin-bottom: 0.3125rem; }
          .store-landing .store-custom-tab .tab-content .store-detail-container .store-details .store-number .number-text {
            color: #626366;
            font-family: "Myriad Pro Regular"; }
        .store-landing .store-custom-tab .tab-content .store-detail-container .store-details .available-store-details .primary-menu-block {
          margin: 0;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-pack: justify;
              justify-content: space-between;
          padding: 0;
          list-style-type: none;
          margin-top: 1.25rem;
          padding-top: 1.25rem;
          border-top: 1px solid #c7c8ca; }
          .store-landing .store-custom-tab .tab-content .store-detail-container .store-details .available-store-details .primary-menu-block li {
            font-size: 0.875rem;
            color: #000;
            line-height: 21px;
            font-family: "Myriad Pro Regular";
            padding-left: 1rem;
            position: relative;
            width: auto; }
            .store-landing .store-custom-tab .tab-content .store-detail-container .store-details .available-store-details .primary-menu-block li.available-store::before {
              position: absolute;
              content: "";
              display: block;
              background: url("../../../images/right-icon.svg") left no-repeat;
              left: 0px;
              width: 11px;
              height: 11px;
              top: 5px; }
            .store-landing .store-custom-tab .tab-content .store-detail-container .store-details .available-store-details .primary-menu-block li.not-available-store::before {
              background: url("../../../images/red-close.svg") left no-repeat;
              position: absolute;
              content: "";
              display: block;
              left: 2px;
              width: 11px;
              height: 11px;
              background-size: 75%;
              top: 5px; }
        .store-landing .store-custom-tab .tab-content .store-detail-container .store-details .store-select-btn {
          position: absolute;
          top: 44px;
          right: 18px; }
          @media (min-width: 1024px) {
            .store-landing .store-custom-tab .tab-content .store-detail-container .store-details .store-select-btn {
              top: 52px;
              right: 40px; } }
          .store-landing .store-custom-tab .tab-content .store-detail-container .store-details .store-select-btn span {
            cursor: pointer;
            font-family: "Myriad Pro Bold Cond";
            padding: 0.375rem 1.5625rem;
            border-radius: 22px;
            font-size: 0.75rem;
            color: #000;
            line-height: 14px; }
          .store-landing .store-custom-tab .tab-content .store-detail-container .store-details .store-select-btn .select {
            background: #c7c8ca; }
          .store-landing .store-custom-tab .tab-content .store-detail-container .store-details .store-select-btn .selected {
            display: none; }
          .store-landing .store-custom-tab .tab-content .store-detail-container .store-details .store-select-btn.current .selected {
            display: block;
            color: #fff;
            background-color: #d82128;
            position: relative;
            padding-left: 2.125rem; }
            .store-landing .store-custom-tab .tab-content .store-detail-container .store-details .store-select-btn.current .selected::before {
              content: "";
              background: url("../../../images/right-icon-white.svg") no-repeat;
              height: 11px;
              width: 11px;
              position: absolute;
              left: 16px;
              top: 10px; }
          .store-landing .store-custom-tab .tab-content .store-detail-container .store-details .store-select-btn.current .select {
            display: none; }
        .store-landing .store-custom-tab .tab-content .store-detail-container .store-details .store-email {
          display: -ms-flexbox;
          display: flex;
          -ms-flex-pack: justify;
              justify-content: space-between;
          -ms-flex-align: center;
              align-items: center;
          margin-top: 1.875rem;
          position: absolute;
          bottom: 1.875rem; }
          .store-landing .store-custom-tab .tab-content .store-detail-container .store-details .store-email .store-detail-link {
            font-family: "Myriad Pro Bold Cond";
            font-size: 1.125rem;
            color: #d82128;
            line-height: 22px;
            text-decoration: underline;
            text-underline-position: under;
            text-decoration-thickness: 2px; }
          .store-landing .store-custom-tab .tab-content .store-detail-container .store-details .store-email span {
            font-size: 0.625rem;
            color: #626366;
            line-height: 12px; }
    .store-landing .store-custom-tab .store-custom-tab-heading .slider-buttons {
      display: table;
      background: #f3f3f3;
      position: relative;
      border-radius: 1.6875rem;
      width: 190px;
      margin: 0rem 0rem 1.875rem 0.75rem; }
      @media (min-width: 1024px) {
        .store-landing .store-custom-tab .store-custom-tab-heading .slider-buttons {
          float: right;
          margin: unset;
          display: inline-block; } }
      .store-landing .store-custom-tab .store-custom-tab-heading .slider-buttons .slider-button {
        padding: 0.375rem 0rem;
        cursor: pointer;
        background: transparent;
        border: 0;
        outline: none;
        position: relative;
        text-align: center;
        width: 95px;
        float: left;
        font-family: "Myriad Pro Bold Cond"; }
        .store-landing .store-custom-tab .store-custom-tab-heading .slider-buttons .slider-button.active {
          color: #fff;
          transition: 0.8s; }
      .store-landing .store-custom-tab .store-custom-tab-heading .slider-buttons .btn-slider {
        top: 0;
        position: absolute;
        height: 100%;
        background: #000;
        border-radius: 30px;
        transition: 1s; }

.store-detail-page {
  margin-top: 1.875rem; }
  @media (min-width: 768px) {
    .store-detail-page {
      margin-top: 3.75rem; } }
  .store-detail-page .left-section {
    -ms-flex-order: 1;
        order: 1; }
    .store-detail-page .left-section h5 {
      font-weight: 700;
      margin-bottom: 1.25rem; }
    .store-detail-page .left-section p {
      font-weight: 700; }
    .store-detail-page .left-section #schedule {
      font-family: "Myriad Pro Regular";
      font-size: 1.125rem;
      color: #666;
      line-height: 16px; }
      @media (max-width: 1023.98px) {
        .store-detail-page .left-section #schedule {
          font-size: 0.9375rem;
          color: #666;
          line-height: 16px; } }
    .store-detail-page .left-section .time-block-0, .store-detail-page .left-section .time-block-1, .store-detail-page .left-section .time-block-2, .store-detail-page .left-section .time-block-3 {
      text-align: center; }
      @media (max-width: 767.98px) {
        .store-detail-page .left-section .time-block-0::before, .store-detail-page .left-section .time-block-1::before, .store-detail-page .left-section .time-block-2::before, .store-detail-page .left-section .time-block-3::before {
          display: none; }
        .store-detail-page .left-section .time-block-0::after, .store-detail-page .left-section .time-block-1::after, .store-detail-page .left-section .time-block-2::after, .store-detail-page .left-section .time-block-3::after {
          display: none; } }
    .store-detail-page .left-section .time-block-0::before, .store-detail-page .left-section .time-block-0::after, .store-detail-page .left-section .time-block-1::before, .store-detail-page .left-section .time-block-1::after, .store-detail-page .left-section .time-block-2::before, .store-detail-page .left-section .time-block-2::after {
      content: '';
      position: absolute;
      background-color: #666; }
    .store-detail-page .left-section .time-block-0::before, .store-detail-page .left-section .time-block-1::before, .store-detail-page .left-section .time-block-2::before {
      right: 0;
      height: 65%;
      width: 1px; }
    .store-detail-page .left-section .time-block-0::after, .store-detail-page .left-section .time-block-1::after, .store-detail-page .left-section .time-block-2::after {
      bottom: 0;
      left: 0;
      width: 85%;
      height: 1px; }
    .store-detail-page .left-section .time-block-0.no-bottom-line::after, .store-detail-page .left-section .time-block-1.no-bottom-line::after, .store-detail-page .left-section .time-block-2.no-bottom-line::after {
      display: none; }
    .store-detail-page .left-section .time-block-1::before {
      display: none; }
    .store-detail-page .left-section .time-block-2::after {
      display: none; }
    .store-detail-page .left-section .time-block-2, .store-detail-page .left-section .time-block-3 {
      margin-top: 1.5625rem; }
      @media (max-width: 767.98px) {
        .store-detail-page .left-section .time-block-2, .store-detail-page .left-section .time-block-3 {
          margin-top: 0; } }
    .store-detail-page .left-section .btn-container {
      margin-bottom: 2.1875rem; }
      .store-detail-page .left-section .btn-container .btn {
        padding: 0.6875rem 0.875rem;
        font-family: "Myriad Pro Regular";
        font-size: 1.125rem;
        color: #231f20;
        line-height: normal;
        min-width: 10.9375rem;
        height: 2.8125rem;
        border-color: #d82128;
        border-width: 0.125rem; }
        .store-detail-page .left-section .btn-container .btn:hover {
          color: #fff; }
        @media (max-width: 767.98px) {
          .store-detail-page .left-section .btn-container .btn {
            min-width: 12.5rem; } }
    @media (min-width: 768px) {
      .store-detail-page .left-section {
        -ms-flex-order: 0;
            order: 0; } }
    @media (min-width: 1440px) {
      .store-detail-page .left-section {
        margin-right: unset; } }
  .store-detail-page .right-section .contactus-block {
    width: 100%;
    box-shadow: 0px 4px 13px rgba(0, 0, 0, 0.15);
    border-radius: 0px 0px 0px 75px;
    padding: 2.5rem 1.25rem;
    margin-bottom: 3.125rem; }
    @media (max-width: 1023.98px) {
      .store-detail-page .right-section .contactus-block {
        max-width: 100%; } }
    @media (min-width: 768px) {
      .store-detail-page .right-section .contactus-block {
        margin-bottom: 1.25rem; } }
    @media (min-width: 1024px) {
      .store-detail-page .right-section .contactus-block {
        padding: 3.25rem 4rem; } }
    .store-detail-page .right-section .contactus-block .heading {
      letter-spacing: 0.165em;
      font-family: "Myriad Pro Bold";
      margin-bottom: 1rem;
      font-size: 1rem;
      color: #d82128;
      line-height: 24px; }
    .store-detail-page .right-section .contactus-block .location-name {
      font-family: "Myriad Pro Bold Cond";
      margin-bottom: 1.25rem;
      font-size: 2.25rem;
      color: #231f20;
      line-height: 43px; }
    .store-detail-page .right-section .contactus-block .location-address {
      margin-bottom: 1.25rem;
      font-size: 1rem;
      color: #000;
      line-height: 19px; }
    .store-detail-page .right-section .contactus-block .store-number {
      margin-bottom: 0.625rem; }
      .store-detail-page .right-section .contactus-block .store-number .number-text {
        color: #626366;
        font-family: "Myriad Pro Regular"; }
      .store-detail-page .right-section .contactus-block .store-number .number-digits {
        font-family: "Myriad Pro Bold Cond"; }
    .store-detail-page .right-section .contactus-block .todays-hours {
      margin-bottom: 1.25rem; }
      .store-detail-page .right-section .contactus-block .todays-hours .todays-hours-text {
        color: #626366;
        font-family: "Myriad Pro Regular"; }
      .store-detail-page .right-section .contactus-block .todays-hours .todays-hours-value {
        font-family: "Myriad Pro Bold Cond"; }
    .store-detail-page .right-section .contactus-block .google-map-link a {
      padding-left: 1.25rem; }
      .store-detail-page .right-section .contactus-block .google-map-link a:hover {
        text-decoration: none;
        cursor: pointer; }
    .store-detail-page .right-section .contactus-block .google-map-link:before {
      background: url("../../../../images/location-icon.svg") no-repeat;
      position: absolute;
      content: "";
      width: 16px;
      height: 18px;
      background-size: 100% 100%; }
    .store-detail-page .right-section .contactus-block .footer {
      margin-top: 0.9375rem;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
          flex-direction: column; }
      @media (min-width: 768px) {
        .store-detail-page .right-section .contactus-block .footer {
          -ms-flex-direction: row;
              flex-direction: row;
          -ms-flex-pack: justify;
              justify-content: space-between;
          -ms-flex-align: center;
              align-items: center; } }
      .store-detail-page .right-section .contactus-block .footer div {
        width: 100%; }
        @media (min-width: 768px) {
          .store-detail-page .right-section .contactus-block .footer div {
            width: unset; } }
        .store-detail-page .right-section .contactus-block .footer div .btn {
          min-width: 100%;
          margin-bottom: 1.25rem; }
          @media (min-width: 768px) {
            .store-detail-page .right-section .contactus-block .footer div .btn {
              min-width: unset;
              margin-bottom: unset; } }
      .store-detail-page .right-section .contactus-block .footer a {
        font-family: "Myriad Pro Bold Cond"; }
        .store-detail-page .right-section .contactus-block .footer a.store-red-link {
          font-size: 1.125rem;
          color: #000;
          line-height: 22px;
          text-decoration: underline;
          -webkit-text-decoration-color: #d82128;
                  text-decoration-color: #d82128;
          text-underline-position: under;
          display: block;
          text-align: center; }
          @media (min-width: 768px) {
            .store-detail-page .right-section .contactus-block .footer a.store-red-link {
              display: unset;
              text-align: unset; } }
  @media (max-width: 1439.98px) {
    .store-detail-page .custom-tabs {
      padding-right: 20px; } }
  @media (max-width: 1023.98px) {
    .store-detail-page .custom-tabs {
      padding-right: 0px; } }
  .store-detail-page .custom-tabs .custom-tabs-dropdown-menu {
    position: relative; }
  .store-detail-page .custom-tabs .activetab-text {
    display: none;
    font-family: "Myriad Pro Bold Cond";
    font-size: 1.125rem;
    color: #231f20;
    line-height: 22px;
    padding: 11px 20px;
    border-radius: 31.5px;
    z-index: 2;
    position: relative;
    background: #f3f3f3 url("../../../images/drop-down-arrow.svg") 95% 16px no-repeat;
    background-size: 17px; }
    @media (max-width: 1439.98px) {
      .store-detail-page .custom-tabs .activetab-text {
        display: block; }
        .store-detail-page .custom-tabs .activetab-text.current {
          background: #f3f3f3 url("../../../images/drop-up-arrow.svg") 95% 16px no-repeat;
          background-size: 17px; } }
    .store-detail-page .custom-tabs .activetab-text.no-event {
      background: none;
      padding: 10px 0 5px 0;
      float: left;
      clear: both;
      border-bottom: 2px solid #d82128;
      border-radius: 0px;
      margin-bottom: 15px;
      pointer-events: none; }
  .store-detail-page .custom-tabs .nav-tabs {
    border-bottom: 2px solid #f3f3f3;
    display: -ms-inline-flexbox;
    display: inline-flex; }
    @media (max-width: 1439.98px) {
      .store-detail-page .custom-tabs .nav-tabs {
        list-style-type: none;
        padding: 0;
        display: none;
        position: absolute;
        background: #fff;
        z-index: 1;
        width: 100%;
        max-height: 18.75rem;
        overflow-y: scroll;
        border-radius: 10px;
        top: 60px;
        padding: 0.9375rem 0rem;
        border: 1px solid #f3f3f3;
        box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.2); }
        .store-detail-page .custom-tabs .nav-tabs::-webkit-scrollbar-track {
          border-radius: none;
          background-color: none; }
        .store-detail-page .custom-tabs .nav-tabs::-webkit-scrollbar {
          width: 8px;
          background-color: none; }
        .store-detail-page .custom-tabs .nav-tabs::-webkit-scrollbar-thumb {
          border-radius: 10px;
          background-color: #666; }
        .store-detail-page .custom-tabs .nav-tabs.active {
          display: block; } }
    .store-detail-page .custom-tabs .nav-tabs .nav-item {
      margin-right: 2.125rem; }
      @media (max-width: 1439.98px) {
        .store-detail-page .custom-tabs .nav-tabs .nav-item {
          margin: 0;
          width: 100%; } }
      .store-detail-page .custom-tabs .nav-tabs .nav-item .nav-link {
        padding: 0rem 0rem 0.25rem 0rem;
        font-size: 1.125rem;
        color: #626366;
        line-height: 22px;
        font-family: "Myriad Pro Bold Cond"; }
        @media (max-width: 1439.98px) {
          .store-detail-page .custom-tabs .nav-tabs .nav-item .nav-link {
            font-size: 1rem;
            font-family: "Myriad Pro Regular";
            cursor: pointer;
            padding: 10px 15px;
            float: left;
            clear: both; } }
        .store-detail-page .custom-tabs .nav-tabs .nav-item .nav-link.active {
          position: relative;
          color: #231f20; }
          .store-detail-page .custom-tabs .nav-tabs .nav-item .nav-link.active::before {
            position: absolute;
            content: '';
            width: 100%;
            height: 2px;
            bottom: -2px;
            left: 0;
            background: #d82128; }
            @media (max-width: 1439.98px) {
              .store-detail-page .custom-tabs .nav-tabs .nav-item .nav-link.active::before {
                display: none; } }
      .store-detail-page .custom-tabs .nav-tabs .nav-item:last-child {
        margin-right: 0; }
  .store-detail-page .custom-tabs .tab-content {
    margin-top: 2.5rem;
    max-width: 53.125rem; }
    .store-detail-page .custom-tabs .tab-content .tab-pane.active {
      display: -ms-flexbox;
      display: flex; }
      @media (max-width: 1439.98px) {
        .store-detail-page .custom-tabs .tab-content .tab-pane.active {
          display: block; } }
    .store-detail-page .custom-tabs .tab-content .tab-pane {
      font-size: 1.125rem;
      color: #231f20;
      line-height: 22px; }
      .store-detail-page .custom-tabs .tab-content .tab-pane ul {
        padding-left: 0.875rem; }
        @media (min-width: 1024px) {
          .store-detail-page .custom-tabs .tab-content .tab-pane ul {
            column-count: 3; } }
        .store-detail-page .custom-tabs .tab-content .tab-pane ul li {
          font-family: "Myriad Pro Bold Cond";
          margin-right: 1.25rem;
          margin-bottom: 1.875rem; }
  .store-detail-page .primary-heading {
    font-family: "Myriad Pro Bold Cond";
    font-size: 2rem;
    color: #d82128;
    line-height: 38px;
    margin-bottom: 1.25rem; }
  .store-detail-page .primary-description {
    font-size: 1.25rem;
    color: #000;
    line-height: 30px;
    margin-bottom: 3.75rem;
    font-weight: normal; }
    @media (max-width: 1023.98px) {
      .store-detail-page .primary-description {
        font-size: 1rem;
        color: #000;
        line-height: 30px; } }
