@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; }

.CLPStore-locator.small {
  background: #e5e5e5;
  padding: 1rem; }
  @media (min-width: 768px) {
    .CLPStore-locator.small {
      padding: 4rem 1.25rem 4.875rem 1.25rem; } }
  @media (min-width: 1024px) {
    .CLPStore-locator.small {
      padding: 4rem; } }
  @media (min-width: 768px) {
    .CLPStore-locator.small .CLPStore-locator-wrapper {
      padding: 1.25rem 1.25rem 1.25rem 0rem; } }
  @media (min-width: 1024px) {
    .CLPStore-locator.small .CLPStore-locator-wrapper {
      padding: 1.25rem; } }
  .CLPStore-locator.small .outer-block a.red-link {
    padding: 0;
    margin-bottom: 0.625rem;
    text-decoration: none;
    display: block;
    float: left;
    margin-left: 30px;
    font-family: "Myriad Pro Bold Cond"; }
    .CLPStore-locator.small .outer-block a.red-link:active, .CLPStore-locator.small .outer-block a.red-link:focus {
      background-color: transparent;
      color: #d82128;
      box-shadow: none !important; }
  .CLPStore-locator.small .outer-block a.btn {
    float: left;
    clear: both; }
  .CLPStore-locator.small .outer-block .store-deatails {
    display: inline-block; }

.CLPStore-locator .CLPStore-locator-wrapper {
  position: relative; }
  @media (min-width: 1440px) {
    .CLPStore-locator .CLPStore-locator-wrapper {
      padding: 1.25rem 3.75rem;
      -ms-flex-pack: justify;
          justify-content: space-between; } }
  .CLPStore-locator .CLPStore-locator-wrapper .map-heading {
    text-align: center;
    font-size: 1.625rem;
    padding: 20px 0;
    margin: 0; }
    @media (min-width: 768px) {
      .CLPStore-locator .CLPStore-locator-wrapper .map-heading {
        text-align: left;
        padding-left: 1.875rem; } }
  .CLPStore-locator .CLPStore-locator-wrapper .left-section {
    text-align: center; }
    .CLPStore-locator .CLPStore-locator-wrapper .left-section .pin-image {
      position: absolute;
      top: 0;
      opacity: 0; }
  .CLPStore-locator .CLPStore-locator-wrapper .right-section {
    background-color: #fff;
    padding: 1.5625rem;
    border-radius: 75px 0px 0px 0px;
    max-width: 100%;
    width: 100%;
    margin: auto;
    margin-top: 2.5rem; }
    @media (min-width: 768px) {
      .CLPStore-locator .CLPStore-locator-wrapper .right-section {
        height: fit-content;
        max-width: 22.75rem;
        margin: unset;
        margin-left: auto;
        padding: 1.875rem;
        border-radius: 0px 0px 0px 75px;
        padding: 2.5rem;
        position: absolute;
        top: 0;
        right: 0;
        height: 100%;
        display: -ms-flexbox;
        display: flex; } }
    @media (min-width: 1024px) {
      .CLPStore-locator .CLPStore-locator-wrapper .right-section {
        margin: auto;
        max-width: 30.9375rem;
        position: unset;
        top: unset;
        right: unset;
        height: unset; } }
    @media (min-width: 1440px) {
      .CLPStore-locator .CLPStore-locator-wrapper .right-section {
        padding: 1.875rem 2.5rem 1.75rem 2.5rem;
        margin: auto 40px auto 0; } }
    @media (min-width: 768px) {
      .CLPStore-locator .CLPStore-locator-wrapper .right-section .text-overlay {
        width: 100%;
        margin: auto; } }
    @media (min-width: 1024px) {
      .CLPStore-locator .CLPStore-locator-wrapper .right-section .text-overlay {
        position: unset;
        top: unset;
        transform: unset;
        width: 100%; } }
    .CLPStore-locator .CLPStore-locator-wrapper .right-section .text-overlay .text-heading {
      font-family: "Myriad Pro Bold";
      margin-bottom: 0.75rem;
      margin-left: 1.5rem;
      margin-top: 1.25rem; }
      @media (min-width: 768px) {
        .CLPStore-locator .CLPStore-locator-wrapper .right-section .text-overlay .text-heading {
          margin-top: unset; } }
    .CLPStore-locator .CLPStore-locator-wrapper .right-section .text-overlay .custom-select-box {
      position: relative;
      background-color: #f3f3f3;
      margin-bottom: 1.5rem;
      border-radius: 1.875rem;
      padding: 6px 0;
      height: 42px; }
      @media not all and (min-resolution: 0.001dpcm) {
        @supports (-webkit-appearance: none) {
          .CLPStore-locator .CLPStore-locator-wrapper .right-section .text-overlay .custom-select-box {
            height: unset; } } }
      @media (min-width: 1024px) {
        .CLPStore-locator .CLPStore-locator-wrapper .right-section .text-overlay .custom-select-box {
          height: 56px; } }
      .CLPStore-locator .CLPStore-locator-wrapper .right-section .text-overlay .custom-select-box .custom-dropdown-menu {
        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); }
        .CLPStore-locator .CLPStore-locator-wrapper .right-section .text-overlay .custom-select-box .custom-dropdown-menu::-webkit-scrollbar-track {
          border-radius: none;
          background-color: none; }
        .CLPStore-locator .CLPStore-locator-wrapper .right-section .text-overlay .custom-select-box .custom-dropdown-menu::-webkit-scrollbar {
          width: 8px;
          background-color: none; }
        .CLPStore-locator .CLPStore-locator-wrapper .right-section .text-overlay .custom-select-box .custom-dropdown-menu::-webkit-scrollbar-thumb {
          border-radius: 10px;
          background-color: #666; }
        .CLPStore-locator .CLPStore-locator-wrapper .right-section .text-overlay .custom-select-box .custom-dropdown-menu.active {
          display: block; }
        .CLPStore-locator .CLPStore-locator-wrapper .right-section .text-overlay .custom-select-box .custom-dropdown-menu .option-value {
          font-size: 1rem;
          font-family: "Myriad Pro Regular";
          cursor: pointer;
          padding: 0.75rem 1.875rem;
          float: left;
          clear: both; }
          .CLPStore-locator .CLPStore-locator-wrapper .right-section .text-overlay .custom-select-box .custom-dropdown-menu .option-value:hover {
            text-decoration: underline;
            -webkit-text-decoration-color: #d82128;
                    text-decoration-color: #d82128;
            text-underline-position: under; }
    .CLPStore-locator .CLPStore-locator-wrapper .right-section .text-overlay .custom-select-text {
      -webkit-appearance: none;
      -moz-appearance: none;
      background-image: url("../../../images/down-arrow.png");
      background-repeat: no-repeat;
      background-position: bottom 15px right 25px;
      border: none;
      padding: 0rem 1.5rem;
      font-family: "Myriad Pro Bold Cond";
      cursor: pointer;
      z-index: 2;
      position: relative;
      line-height: 2.625rem;
      font-size: 1.625rem; }
      @media not all and (min-resolution: 0.001dpcm) {
        @supports (-webkit-appearance: none) {
          .CLPStore-locator .CLPStore-locator-wrapper .right-section .text-overlay .custom-select-text {
            padding-top: 5px; } } }
      @media (min-width: 1024px) {
        .CLPStore-locator .CLPStore-locator-wrapper .right-section .text-overlay .custom-select-text {
          width: unset;
          font-size: 2.25rem; } }
      @media (min-width: 1440px) {
        .CLPStore-locator .CLPStore-locator-wrapper .right-section .text-overlay .custom-select-text {
          display: -ms-flexbox;
          display: flex;
          -ms-flex-align: center;
              align-items: center; } }
      @media (max-width: 1023.98px) {
        .CLPStore-locator .CLPStore-locator-wrapper .right-section .text-overlay .custom-select-text {
          line-height: 1.875rem;
          background-position: bottom 8px right 25px; } }
    .CLPStore-locator .CLPStore-locator-wrapper .right-section .text-overlay .store-deatails {
      clear: both;
      overflow: hidden;
      width: 100%;
      display: none; }
      .CLPStore-locator .CLPStore-locator-wrapper .right-section .text-overlay .store-deatails.store-active {
        display: block; }
      @media (min-width: 768px) {
        .CLPStore-locator .CLPStore-locator-wrapper .right-section .text-overlay .store-deatails {
          position: relative; } }
      .CLPStore-locator .CLPStore-locator-wrapper .right-section .text-overlay .store-deatails .store-name {
        margin-bottom: 1.125rem;
        margin-left: 1.5rem; }
      .CLPStore-locator .CLPStore-locator-wrapper .right-section .text-overlay .store-deatails .stores-address,
      .CLPStore-locator .CLPStore-locator-wrapper .right-section .text-overlay .store-deatails .postalCode,
      .CLPStore-locator .CLPStore-locator-wrapper .right-section .text-overlay .store-deatails .countryCode,
      .CLPStore-locator .CLPStore-locator-wrapper .right-section .text-overlay .store-deatails .cityName {
        font-family: "Myriad Pro Regular";
        font-weight: normal; }
      .CLPStore-locator .CLPStore-locator-wrapper .right-section .text-overlay .store-deatails .store-tollfree-number,
      .CLPStore-locator .CLPStore-locator-wrapper .right-section .text-overlay .store-deatails .store-local-number {
        margin-bottom: 0.625rem;
        margin-left: 1.5rem; }
        .CLPStore-locator .CLPStore-locator-wrapper .right-section .text-overlay .store-deatails .store-tollfree-number a:hover,
        .CLPStore-locator .CLPStore-locator-wrapper .right-section .text-overlay .store-deatails .store-local-number a:hover {
          text-decoration: underline;
          -webkit-text-decoration-color: #d82128;
                  text-decoration-color: #d82128;
          text-underline-position: under; }
      .CLPStore-locator .CLPStore-locator-wrapper .right-section .text-overlay .store-deatails .text-gray {
        font-weight: normal; }
      .CLPStore-locator .CLPStore-locator-wrapper .right-section .text-overlay .store-deatails .text-s1 {
        margin-left: 0.75rem;
        font-family: "Myriad Pro Bold Cond";
        letter-spacing: inherit; }
      .CLPStore-locator .CLPStore-locator-wrapper .right-section .text-overlay .store-deatails .store-sales-hours {
        margin-left: 1.5rem; }
        .CLPStore-locator .CLPStore-locator-wrapper .right-section .text-overlay .store-deatails .store-sales-hours p {
          display: inline-block; }
      .CLPStore-locator .CLPStore-locator-wrapper .right-section .text-overlay .store-deatails .red-link {
        margin-top: 1rem;
        display: inline-block;
        text-transform: capitalize;
        margin-left: 1.5rem; }
      .CLPStore-locator .CLPStore-locator-wrapper .right-section .text-overlay .store-deatails .btn {
        margin-top: 1.25rem;
        width: auto;
        margin-left: 1.5rem; }
        @media (min-width: 768px) {
          .CLPStore-locator .CLPStore-locator-wrapper .right-section .text-overlay .store-deatails .btn {
            margin-top: 0.625rem; } }

.CLPStore-locator.big .CLPStore-locator-wrapper {
  padding: 1.25rem 0rem 0rem; }
  @media (min-width: 768px) {
    .CLPStore-locator.big .CLPStore-locator-wrapper {
      padding: 2.25rem 1.75rem 3.25rem 1.75rem; } }
  @media (min-width: 1440px) {
    .CLPStore-locator.big .CLPStore-locator-wrapper {
      padding: 4.375rem 3.75rem 8.125rem 3.75rem; } }
  .CLPStore-locator.big .CLPStore-locator-wrapper .map-heading {
    font-family: "Myriad Pro Bold Cond";
    margin-bottom: 2.5rem;
    text-align: center; }
    @media (min-width: 768px) {
      .CLPStore-locator.big .CLPStore-locator-wrapper .map-heading {
        margin-bottom: 2rem;
        text-align: left; } }
    @media (min-width: 1440px) {
      .CLPStore-locator.big .CLPStore-locator-wrapper .map-heading {
        margin-bottom: 7.5rem;
        font-size: 2.25rem;
        color: #fff;
        line-height: 43px; } }
  .CLPStore-locator.big .CLPStore-locator-wrapper .right-section {
    max-width: 100%;
    margin: 2.5rem 0rem 0rem 0rem;
    border-radius: 75px 0 0 0; }
    @media (min-width: 768px) {
      .CLPStore-locator.big .CLPStore-locator-wrapper .right-section {
        max-width: 21.25rem;
        border-radius: 0 0 0 75px;
        margin-top: 0;
        margin-left: auto;
        display: -ms-flexbox;
        display: flex; } }
    @media (min-width: 1024px) {
      .CLPStore-locator.big .CLPStore-locator-wrapper .right-section {
        max-width: 30.9375rem;
        margin: auto;
        margin-top: 1.875rem; } }
    .CLPStore-locator.big .CLPStore-locator-wrapper .right-section .text-overlay .custom-select-box .custom-dropdown-menu .option-value {
      position: relative;
      padding-left: 4.375rem; }
      .CLPStore-locator.big .CLPStore-locator-wrapper .right-section .text-overlay .custom-select-box .custom-dropdown-menu .option-value::before {
        content: '';
        position: absolute;
        width: 24px;
        height: 24px;
        border-radius: 50px;
        border: 2px solid #d82128;
        left: 1.625rem; }
      .CLPStore-locator.big .CLPStore-locator-wrapper .right-section .text-overlay .custom-select-box .custom-dropdown-menu .option-value.active::after {
        content: '';
        position: absolute;
        width: 16px;
        height: 16px;
        border-radius: 50px;
        background: #d82128;
        left: 1.875rem;
        top: 1rem; }

.CLPStore-locator.pdp-map {
  background: #f3f3f3;
  padding: 1.25rem; }
  @media (min-width: 1024px) {
    .CLPStore-locator.pdp-map {
      background: unset; } }
  @media (min-width: 1440px) {
    .CLPStore-locator.pdp-map {
      padding: unset; } }
  @media (min-width: 1024px) {
    .CLPStore-locator.pdp-map .CLPStore-locator-wrapper {
      padding: 4rem 1.25rem 4.875rem 1.25rem; } }
  .CLPStore-locator.pdp-map .CLPStore-locator-wrapper .right-section {
    padding: 2.8125rem 0rem 2.5rem 2.5rem; }
    .CLPStore-locator.pdp-map .CLPStore-locator-wrapper .right-section .text-overlay .text-heading {
      margin-left: unset; }
    .CLPStore-locator.pdp-map .CLPStore-locator-wrapper .right-section .text-overlay .store-deatails .store-name,
    .CLPStore-locator.pdp-map .CLPStore-locator-wrapper .right-section .text-overlay .store-deatails .store-tollfree-number,
    .CLPStore-locator.pdp-map .CLPStore-locator-wrapper .right-section .text-overlay .store-deatails .store-local-number,
    .CLPStore-locator.pdp-map .CLPStore-locator-wrapper .right-section .text-overlay .store-deatails .store-sales-hours {
      margin-left: unset; }
    .CLPStore-locator.pdp-map .CLPStore-locator-wrapper .right-section .text-overlay .store-deatails .stores-address {
      font-weight: normal; }
    .CLPStore-locator.pdp-map .CLPStore-locator-wrapper .right-section .text-overlay .store-deatails .store-sales-hours p {
      display: inline-block; }
  .CLPStore-locator.pdp-map .map-heading {
    font-size: 3rem;
    color: #231f20;
    line-height: 58px;
    font-family: "Myriad Pro Bold Cond";
    padding-bottom: 1.25rem; }
  .CLPStore-locator.pdp-map .pdp-store-name {
    font-size: 2.25rem;
    color: #231f20;
    line-height: 43px;
    font-family: "Myriad Pro Bold Cond";
    padding-bottom: 1.25rem; }
  .CLPStore-locator.pdp-map .outer-block {
    position: relative; }
    .CLPStore-locator.pdp-map .outer-block .red-link {
      font-family: "Myriad Pro Bold Cond"; }
      @media (min-width: 1024px) {
        .CLPStore-locator.pdp-map .outer-block .red-link {
          position: absolute;
          right: 1.875rem;
          bottom: 0.5625rem;
          padding-bottom: 0px; } }
  @media (min-width: 768px) {
    .CLPStore-locator.pdp-map .map-image-mobile {
      margin-top: 5.875rem;
      padding-bottom: 1.875rem; } }
  .CLPStore-locator.pdp-map .map-image-desktop svg path:hover {
    stroke: #c7c8ca; }

.map-image-mobile {
  position: relative;
  display: inline-block;
  margin-top: 2.5rem; }
  @media (min-width: 768px) {
    .map-image-mobile {
      margin-bottom: 2.5rem; } }
  @media (min-width: 1440px) {
    .map-image-mobile {
      display: none; } }

.map-image-desktop {
  display: none; }
  @media (min-width: 1440px) {
    .map-image-desktop {
      position: relative;
      display: inline-block; } }
  .map-image-desktop .co-ordinate {
    cursor: pointer; }
