@charset "UTF-8";
:root {
  --bg-color: #fafafa;
  --primary-color: #091889 !important;
  --secondary-color: #007DC3 !important;
}

.theme--light.v-application {
  background: none !important;
}

.login-signup-block .mw__form-hold .mw__loyalty-logo img {
  width: 88px !important;
  height: auto !important;
}
.login-signup-block .mw__form-hold .pin-sent-message .btn:before {
  content: "Sign Up";
}
.login-signup-block .mw__form-hold .pin-sent-message .btn span {
  display: none;
}
.login-signup-block .mw__form-hold .pin-sent-message .btn + p {
  position: relative;
}
.login-signup-block .mw__form-hold .pin-sent-message .btn + p:before {
  content: "OR";
  display: block;
  text-align: center;
  margin: 0 0 10px;
}
.login-signup-block .mw__form-hold .pin-sent-message .btn + p a {
  text-decoration: underline;
}
.login-signup-block .mw__form-hold .form-title {
  font-size: 22px;
  font-weight: 900;
  line-height: 30px;
  position: relative;
}
.login-signup-block .mw__form-hold button {
  width: 275px;
  height: 50px;
  border-radius: 5px;
  margin-top: 32px;
  font-size: 18px;
  font-weight: 900;
  background-color: var(--primary-color);
  border-color: var(--primary-color);
  transition: all 300ms ease-in-out;
}
.login-signup-block .mw__form-hold p {
  font-size: 16px;
  font-weight: 900;
  line-height: 20px;
}

.mw__telehealth #mw_router-view {
  border-radius: 15px;
}
.mw__telehealth textarea {
  border-style: solid;
  border-width: 1px;
}

.mw__accordion-item {
  list-style: none !important;
}

.user-form-block {
  padding: 40px 60px 50px 56px;
  border-radius: 4px;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.5);
  background-color: #f4f4f4;
  width: 100%;
  max-width: 968px;
  margin: 74px auto 100px;
}
@media (max-width: 479px) {
  .user-form-block {
    padding: 40px 20px 40px;
    margin: 35px auto 50px;
  }
}
.user-form-block h1.form-title {
  position: relative;
  font-size: 21px;
  line-height: 30px;
  margin-bottom: 25px;
}
.user-form-block h1.form-title figure {
  width: 100px;
  height: auto;
  overflow: hidden;
  margin: 0 auto 10px;
  border-radius: 5px;
}
.user-form-block h1.form-title + .subtitle {
  text-align: center;
  margin: -10px 0 20px;
}
.user-form-block.profile-page {
  padding-top: 30px;
}
.user-form-block.profile-page h1.form-title {
  padding-top: 61px;
  margin-bottom: 18px;
}
.user-form-block.profile-page h1.form-title:before {
  left: 2px;
  top: 6px;
  margin-left: 0;
  width: 44px;
  height: 44px;
}
.user-form-block.profile-page .bonus {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.user-form-block.profile-page .bonus h3 {
  font-size: 16px;
  font-weight: 900;
  line-height: 1.12;
  margin: 0 0 7px;
}
.user-form-block.profile-page .bonus .points-hold {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.user-form-block.profile-page .bonus .points {
  color: var(--secondary-color);
  position: relative;
  padding-left: 46px;
  font-size: 42px;
  font-weight: 900;
  line-height: 1;
  margin: 0 0 5px;
}
.user-form-block.profile-page .bonus .points:before {
  content: "\f092";
  font-family: "PAG-Icons";
  font-size: 24px;
  line-height: 1;
  position: absolute;
  left: 0;
  top: 8px;
}
.user-form-block.profile-page strong {
  font-size: 18px;
  font-weight: 900;
  line-height: 1;
}
.user-form-block.mw__widget fieldset {
  margin: 0;
  padding: 0;
  border: none;
}
.user-form-block.mw__widget .select2-container--default .select2-selection--single,
.user-form-block.mw__widget input,
.user-form-block.mw__widget .mw__select .mw__select_hold {
  background-color: #fff !important;
  border-radius: 4px !important;
  border: solid 1px #d7d7d7 !important;
}
.user-form-block.mw__widget .select2-container {
  display: block;
}
.user-form-block.mw__widget .select2-container .select2-selection--single {
  height: 63px;
}
.user-form-block.mw__widget .select2-container .select2-selection--single .select2-selection__rendered {
  padding: 18px 30px 18px 19px;
}
.user-form-block.mw__widget select:disabled + .select2-container {
  opacity: 0.4;
}
.user-form-block.mw__widget .fill + div .select2-container .select2-selection--single .select2-selection__rendered {
  padding: 28px 30px 8px 19px;
}
.user-form-block.mw__widget .select2-container--default .select2-selection--single .select2-selection__arrow {
  background: url("images/icon-arrow-down-blue.svg") no-repeat center;
  background-size: 16px;
  height: 61px;
  width: 30px;
}
.user-form-block.mw__widget .select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: none;
}
.user-form-block.mw__widget .mw__text-field:not(.no-label) label {
  left: 19px;
}
.user-form-block.mw__widget .mw__text-field:not(.no-label) label.fill {
  opacity: 1 !important;
  z-index: 1;
}
.user-form-block.mw__widget .mw__select .mw__select_hold.mw__select--open {
  border-bottom-left-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
}
.user-form-block.mw__widget .mw__select .mw__select_hold {
  padding-left: 19px !important;
  padding-right: 19px !important;
}
.user-form-block.mw__widget .mw__select .mw__select_hold .mw__select_label > div {
  line-height: 24px;
  padding-top: 3px;
}
.user-form-block.mw__widget .mw__select .mw__select_hold label {
  top: 0 !important;
  left: 0 !important;
}
.user-form-block.mw__widget .mw__select .mw__select_items > div {
  line-height: 18px;
  min-height: 0;
}
.user-form-block.mw__widget input[type=text],
.user-form-block.mw__widget input[type=email],
.user-form-block.mw__widget input[type=password],
.user-form-block.mw__widget input[type=number],
.user-form-block.mw__widget textarea {
  font-size: 16px;
}
.user-form-block.mw__widget .mw__text-field.icon-location {
  position: relative;
}
.user-form-block.mw__widget .mw__text-field.icon-location:after {
  content: "";
  display: block;
  position: absolute;
  right: 19px;
  top: 50%;
  margin-top: -12px;
  width: 16px;
  height: 24px;
  background-size: contain;
  background-image: url("images/icon-map-pin-blue.svg");
}
.user-form-block.mw__widget .mw__text-field.icon-location .delivery-address {
  padding-right: 42px;
}
.user-form-block.mw__widget .mw__text-field:not(.no-label) {
  margin-bottom: 10px;
}
.user-form-block.mw__widget .mw__checkbox {
  margin-top: 27px;
  text-align: center;
}
.user-form-block.mw__widget .mw__checkbox a {
  color: var(--primary-color) !important;
  text-decoration: none;
}
.user-form-block.mw__widget .mw__checkbox input[type=checkbox] ~ label {
  font-size: 14px;
  line-height: 18px;
}
.user-form-block.mw__widget button {
  width: 275px;
  height: 50px;
  border-radius: 5px;
  margin-top: 33px;
  font-size: 16px;
  font-weight: 900;
  background-color: var(--primary-color);
  border-color: var(--primary-color);
  transition: all 300ms ease-in-out;
}

#mstore-auth .link-hold {
  cursor: pointer;
  color: var(--primary-color);
}
#mstore-auth .link-hold .logout {
  padding-left: 4px;
}
#mstore-auth .link-hold:hover {
  color: var(--secondary-color);
}

#mstore-fill-script > a,
#mstore-find-store > a,
#mstore-store-locator > a,
#mstore-about-us > a,
#mstore-bookings > a {
  font-weight: 500;
  font-family: Gotham, sans-serif;
  font-size: 0.875rem;
}
#mstore-fill-script > a:hover,
#mstore-find-store > a:hover,
#mstore-store-locator > a:hover,
#mstore-about-us > a:hover,
#mstore-bookings > a:hover {
  opacity: 0.75;
}
@media (min-width: 768px) {
  #mstore-fill-script > a,
  #mstore-find-store > a,
  #mstore-store-locator > a,
  #mstore-about-us > a,
  #mstore-bookings > a {
    height: 39px;
  }
}
#mstore-fill-script > a > span,
#mstore-find-store > a > span,
#mstore-store-locator > a > span,
#mstore-about-us > a > span,
#mstore-bookings > a > span {
  position: relative;
  padding-left: 30px;
  color: #fff;
  display: inline-block;
}
#mstore-fill-script > a > span:after,
#mstore-find-store > a > span:after,
#mstore-store-locator > a > span:after,
#mstore-about-us > a > span:after,
#mstore-bookings > a > span:after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 30px;
  width: 0;
  height: 2px;
  background-color: #fff;
  transition: width 0.3s ease;
}
#mstore-fill-script > a:hover > span:after,
#mstore-find-store > a:hover > span:after,
#mstore-store-locator > a:hover > span:after,
#mstore-about-us > a:hover > span:after,
#mstore-bookings > a:hover > span:after {
  width: calc(100% - 30px);
}

#mstore-bookings > a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 1024px) {
  #mstore-bookings > a {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}
@media (max-width: 760px) {
  #mstore-bookings > a {
    min-height: 0 !important;
    height: 39px !important;
    font-size: 12px !important;
    width: 100%;
  }
}
#mstore-bookings > a > span:before {
  content: "\f080";
  font-family: "PAG-Icons";
  font-size: 24px;
  line-height: 1;
  position: absolute;
  left: 0;
  top: -3px;
}

#mstore-store-locator > a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 1024px) {
  #mstore-store-locator > a {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}
@media (max-width: 760px) {
  #mstore-store-locator > a {
    min-height: 0 !important;
    height: 39px !important;
    font-size: 12px !important;
    width: 100%;
  }
}
#mstore-store-locator > a > span:before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background-color: var(--main-color);
  mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M12 0C7.31 0 3.5 3.81 3.5 8.5C3.5 14.92 12 24 12 24C12 24 20.5 14.92 20.5 8.5C20.5 3.81 16.69 0 12 0ZM12 13C9.52 13 7.5 10.98 7.5 8.5C7.5 6.02 9.52 4 12 4C14.48 4 16.5 6.02 16.5 8.5C16.5 10.98 14.48 13 12 13ZM12 6C10.62 6 9.5 7.12 9.5 8.5C9.5 9.88 10.62 11 12 11C13.38 11 14.5 9.88 14.5 8.5C14.5 7.12 13.38 6 12 6Z"/></svg>');
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M12 0C7.31 0 3.5 3.81 3.5 8.5C3.5 14.92 12 24 12 24C12 24 20.5 14.92 20.5 8.5C20.5 3.81 16.69 0 12 0ZM12 13C9.52 13 7.5 10.98 7.5 8.5C7.5 6.02 9.52 4 12 4C14.48 4 16.5 6.02 16.5 8.5C16.5 10.98 14.48 13 12 13ZM12 6C10.62 6 9.5 7.12 9.5 8.5C9.5 9.88 10.62 11 12 11C13.38 11 14.5 9.88 14.5 8.5C14.5 7.12 13.38 6 12 6Z"/></svg>');
  mask-size: contain;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-position: center;
  background-size: contain;
  position: absolute;
  left: 0;
  top: -3px;
}
@media (max-width: 760px) {
  #mstore-store-locator > a > span:before {
    top: -11px;
  }
}

#mstore-about-us > a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 1024px) {
  #mstore-about-us > a {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}
@media (max-width: 760px) {
  #mstore-about-us > a {
    min-height: 0 !important;
    height: 39px !important;
    font-size: 12px !important;
    width: 100%;
  }
}
#mstore-about-us > a > span:before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background-color: var(--main-color);
  mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 502.643 502.643"><g><path d="M251.256,237.591c37.166,0,67.042-30.048,67.042-66.977c0.043-37.037-29.876-66.999-67.042-66.999 c-36.908,0-66.869,29.962-66.869,66.999C184.387,207.587,214.349,237.591,251.256,237.591z"/><path d="M305.032,248.506H197.653c-19.198,0-34.923,17.602-34.923,39.194v107.854c0,1.186,0.604,2.243,0.669,3.473h175.823 c0.129-1.229,0.626-2.286,0.626-3.473V287.7C339.912,266.108,324.187,248.506,305.032,248.506z"/><path d="M431.588,269.559c29.832,0,53.754-24.008,53.754-53.668s-23.922-53.711-53.754-53.711 c-29.617,0-53.582,24.051-53.582,53.711C377.942,245.53,401.972,269.559,431.588,269.559z"/><path d="M474.708,278.317h-86.046c-15.445,0-28.064,14.107-28.064,31.472v86.413c0,0.928,0.453,1.812,0.518,2.826h141.03 c0.065-1.014,0.496-1.898,0.496-2.826v-86.413C502.707,292.424,490.11,278.317,474.708,278.317z"/><path d="M71.011,269.559c29.789,0,53.733-24.008,53.733-53.668S100.8,162.18,71.011,162.18c-29.638,0-53.603,24.051-53.603,53.711 S41.373,269.559,71.011,269.559L71.011,269.559z"/><path d="M114.109,278.317H27.977C12.576,278.317,0,292.424,0,309.789v86.413c0,0.928,0.453,1.812,0.539,2.826h141.03 c0.065-1.014,0.475-1.898,0.475-2.826v-86.413C142.087,292.424,129.489,278.317,114.109,278.317z"/></g></svg>');
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 502.643 502.643"><g><path d="M251.256,237.591c37.166,0,67.042-30.048,67.042-66.977c0.043-37.037-29.876-66.999-67.042-66.999 c-36.908,0-66.869,29.962-66.869,66.999C184.387,207.587,214.349,237.591,251.256,237.591z"/><path d="M305.032,248.506H197.653c-19.198,0-34.923,17.602-34.923,39.194v107.854c0,1.186,0.604,2.243,0.669,3.473h175.823 c0.129-1.229,0.626-2.286,0.626-3.473V287.7C339.912,266.108,324.187,248.506,305.032,248.506z"/><path d="M431.588,269.559c29.832,0,53.754-24.008,53.754-53.668s-23.922-53.711-53.754-53.711 c-29.617,0-53.582,24.051-53.582,53.711C377.942,245.53,401.972,269.559,431.588,269.559z"/><path d="M474.708,278.317h-86.046c-15.445,0-28.064,14.107-28.064,31.472v86.413c0,0.928,0.453,1.812,0.518,2.826h141.03 c0.065-1.014,0.496-1.898,0.496-2.826v-86.413C502.707,292.424,490.11,278.317,474.708,278.317z"/><path d="M71.011,269.559c29.789,0,53.733-24.008,53.733-53.668S100.8,162.18,71.011,162.18c-29.638,0-53.603,24.051-53.603,53.711 S41.373,269.559,71.011,269.559L71.011,269.559z"/><path d="M114.109,278.317H27.977C12.576,278.317,0,292.424,0,309.789v86.413c0,0.928,0.453,1.812,0.539,2.826h141.03 c0.065-1.014,0.475-1.898,0.475-2.826v-86.413C142.087,292.424,129.489,278.317,114.109,278.317z"/></g></svg>');
  mask-size: contain;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-position: center;
  background-size: contain;
  position: absolute;
  left: 0;
  top: -3px;
}

#mstore-fill-script > a {
  text-align: center;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 1024px) {
  #mstore-fill-script > a {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}
@media (max-width: 760px) {
  #mstore-fill-script > a {
    min-height: 0 !important;
    height: 39px !important;
    font-size: 12px !important;
    width: 100%;
  }
}
#mstore-fill-script > a > span:before {
  content: "\f08f";
  font-family: "PAG-Icons";
  font-size: 24px;
  line-height: 1;
  position: absolute;
  left: 0;
  top: -3px;
}

@media (min-width: 1024px) {
  #mstore-find-store > a {
    display: block;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
    background-color: var(--primary-color);
    border-radius: 10px;
    text-align: center;
    padding: 0.5rem 2rem;
    display: inline-flex;
    justify-content: center;
    align-items: center;
  }
}
@media (max-width: 1023px) {
  #mstore-find-store > a {
    padding-left: 0;
    padding-right: 0;
    color: var(--primary-color);
  }
}
@media (min-width: 1024px) {
  #mstore-find-store > a {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    width: 176px;
  }
}
#mstore-find-store > a span:before {
  content: "\f090";
  font-family: "PAG-Icons";
  font-size: 24px;
  line-height: 1;
  position: absolute;
  left: 0;
  top: 0;
}
@media (min-width: 641px) and (max-width: 1023px) {
  #mstore-find-store > a span {
    padding-left: 0;
  }
  #mstore-find-store > a span:before {
    display: none;
  }
}
@media (max-width: 640px) {
  #mstore-find-store > a {
    display: block;
    width: 34px;
    height: 40px;
    overflow: hidden;
    top: -2px;
    position: relative;
  }
  #mstore-find-store > a span {
    padding-left: 0;
    text-indent: 200%;
    white-space: nowrap;
    overflow: hidden;
    display: block;
    width: 100%;
    height: 100%;
  }
  #mstore-find-store > a span:before {
    text-indent: 0;
    left: 8px;
    top: 9px;
    font-size: 25px;
  }
}
#mstore-find-store .store-locator-slideout {
  background: #F5F5F5;
  padding: 60px 28px 30px;
  box-shadow: 0 2px 9px rgba(0, 0, 0, 0.5);
  z-index: 1000 !important;
}
@media (max-width: 600px) {
  #mstore-find-store .store-locator-slideout {
    width: 450px !important;
    right: -480px !important;
    padding: 0;
  }
  #mstore-find-store .store-locator-slideout.open {
    right: 0 !important;
  }
}
@media (max-width: 479px) {
  #mstore-find-store .store-locator-slideout {
    right: -110% !important;
    width: 100% !important;
  }
  #mstore-find-store .store-locator-slideout.open {
    right: 0 !important;
  }
}
#mstore-find-store .store-locator-slideout .slideout-heading {
  width: 100%;
  margin: 0;
  height: 0;
  background: #fff;
}
#mstore-find-store .store-locator-slideout .slideout-heading .close-btn {
  position: absolute;
  right: 30px;
  top: 15px;
  width: 33px;
  height: 33px;
  overflow: hidden;
  text-indent: 200%;
  cursor: pointer;
}
@media (max-width: 600px) {
  #mstore-find-store .store-locator-slideout .slideout-heading .close-btn {
    right: 10px;
    top: 10px;
    width: 26px;
    height: 26px;
  }
}
#mstore-find-store .store-locator-slideout .slideout-heading .close-btn:before {
  content: "\f086";
  font-family: "PAG-Icons";
  color: var(--secondary-color);
  font-size: 32px;
  line-height: 1;
  position: absolute;
  left: 0;
  top: 1px;
  text-indent: 0;
}
@media (max-width: 600px) {
  #mstore-find-store .store-locator-slideout .slideout-heading .close-btn:before {
    font-size: 26px;
  }
}
#mstore-find-store .store-locator-slideout.slideout-booking .slideout-body .slideout-body-heading span {
  padding-left: 55px;
}
#mstore-find-store .store-locator-slideout.slideout-booking .slideout-body .slideout-body-heading span:before {
  content: "\f080";
  top: -12px;
  font-size: 42px;
}
#mstore-find-store .store-locator-slideout.slideout-fill-script .slideout-body .slideout-body-heading span {
  padding-left: 62px;
}
#mstore-find-store .store-locator-slideout.slideout-fill-script .slideout-body .slideout-body-heading span:before {
  content: "\f08f";
  font-size: 42px;
  top: -12px;
}
#mstore-find-store .store-locator-slideout.slideout-login .slideout-body .slideout-body-heading span {
  padding-left: 62px;
}
#mstore-find-store .store-locator-slideout.slideout-login .slideout-body .slideout-body-heading span:before {
  content: "\f099";
  font-size: 42px;
  top: -12px;
}
#mstore-find-store .store-locator-slideout .slideout-body {
  border-radius: 12px;
  border: 1px solid #D7D7D7;
  background: #fff;
  overflow: hidden;
  height: 100%;
}
#mstore-find-store .store-locator-slideout .slideout-body .slideout-body-heading {
  text-align: center;
  background: var(--primary-color);
  color: #fff;
  margin: 0 0 20px;
  padding: 33px 20px 30px;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
}
@media (max-width: 600px) {
  #mstore-find-store .store-locator-slideout .slideout-body .slideout-body-heading {
    margin-bottom: 0;
  }
}
#mstore-find-store .store-locator-slideout .slideout-body .slideout-body-heading span {
  position: relative;
  padding-left: 68px;
}
#mstore-find-store .store-locator-slideout .slideout-body .slideout-body-heading span:before {
  content: "\f08c";
  font-family: "PAG-Icons";
  font-size: 53px;
  line-height: 1;
  position: absolute;
  left: 0;
  top: -18px;
}
#mstore-find-store .store-locator-slideout .slideout-body .slideout-body-heading + p {
  text-align: center;
  margin: 0 auto;
  max-width: 400px;
  font-size: 20px;
  line-height: 29px;
  font-weight: 500;
  color: var(--primary-color);
}
@media (max-width: 600px) {
  #mstore-find-store .store-locator-slideout .slideout-body .slideout-body-heading + p {
    padding: 0 20px;
    max-width: 360px;
    font-size: 18px;
    line-height: 24px;
  }
}
#mstore-find-store .store-locator-slideout .slideout-body .slideout-body-content {
  padding: 20px 40px;
  height: calc(100% - 210px);
  box-sizing: border-box;
}
@media (max-width: 600px) {
  #mstore-find-store .store-locator-slideout .slideout-body .slideout-body-content {
    padding: 20px 10px;
  }
}
#mstore-find-store .store-locator-slideout .slideout-body .slideout-body-content .scrollable-holder {
  overflow-y: auto;
  height: calc(100% - 54px);
}
#mstore-find-store .store-locator-slideout .slideout-body .slideout-body-content .form-hold {
  margin: 0;
  position: relative;
}
#mstore-find-store .store-locator-slideout .slideout-body .slideout-body-content .form-hold .error-message {
  font-size: 10px;
  position: absolute;
  left: 42px;
  top: 58px;
}
#mstore-find-store .store-locator-slideout .slideout-body .slideout-body-content .form-hold .mw__text-field label {
  top: 9px;
  left: 42px;
}
#mstore-find-store .store-locator-slideout .slideout-body .slideout-body-content .form-hold .mw__text-field input[type=text] {
  height: 55px !important;
  border-radius: 28px !important;
  padding-left: 40px !important;
  padding-right: 40px !important;
}
#mstore-find-store .store-locator-slideout .slideout-body .slideout-body-content .form-hold .location-filters {
  display: flex;
  flex-wrap: wrap;
  margin: 20px 0 0;
}
#mstore-find-store .store-locator-slideout .slideout-body .slideout-body-content .form-hold .location-filters .business-select {
  width: calc(100% - 144px);
  padding-right: 15px;
}
#mstore-find-store .store-locator-slideout .slideout-body .slideout-body-content .form-hold .location-filters .business-select .mw__select {
  min-height: 44px !important;
}
#mstore-find-store .store-locator-slideout .slideout-body .slideout-body-content .form-hold .location-filters .business-select .mw__select .mw__select_hold {
  height: 44px;
  min-height: 44px !important;
  border-radius: 12px;
  font-size: 14px;
  line-height: 22px;
  border-color: #E5E5E5 !important;
  padding-left: 21px;
}
#mstore-find-store .store-locator-slideout .slideout-body .slideout-body-content .form-hold .location-filters .business-select .mw__select .mw__select_items {
  border: 1px solid #E5E5E5 !important;
  border-radius: 12px !important;
}
#mstore-find-store .store-locator-slideout .slideout-body .slideout-body-content .form-hold .location-filters .business-select .mw__select .mw__select_items > div {
  padding: 0.5rem 1em !important;
  line-height: 24px !important;
}
#mstore-find-store .store-locator-slideout .slideout-body .slideout-body-content .form-hold .location-filters .open-filter-toggle.btn {
  cursor: pointer;
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  width: 144px;
  height: 44px;
  border-radius: 12px !important;
  border-color: var(--secondary-color);
  color: var(--secondary-color);
  overflow: hidden;
  z-index: 1;
  position: relative;
  transition: all 300ms ease-in-out;
  padding: 9px 14px;
  display: block;
  text-align: center;
  background: none;
}
#mstore-find-store .store-locator-slideout .slideout-body .slideout-body-content .form-hold .location-filters .open-filter-toggle.btn:before {
  content: "\f096";
  font-family: "PAG-Icons";
  font-size: 24px;
  line-height: 1;
  position: absolute;
  left: 16px;
  top: 9px;
  opacity: 0;
  transition: all 300ms ease-in-out;
}
#mstore-find-store .store-locator-slideout .slideout-body .slideout-body-content .form-hold .location-filters .open-filter-toggle.btn:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: var(--secondary-color);
  opacity: 0;
  transition: all 300ms ease-in-out;
  z-index: -1;
}
#mstore-find-store .store-locator-slideout .slideout-body .slideout-body-content .form-hold .location-filters .open-filter-toggle.btn:hover:after {
  opacity: 0.12;
}
#mstore-find-store .store-locator-slideout .slideout-body .slideout-body-content .form-hold .location-filters .open-filter-toggle.btn.active {
  padding: 9px 14px 9px 53px;
}
#mstore-find-store .store-locator-slideout .slideout-body .slideout-body-content .form-hold .location-filters .open-filter-toggle.btn.active:after {
  opacity: 0.12;
}
#mstore-find-store .store-locator-slideout .slideout-body .slideout-body-content .form-hold .location-filters .open-filter-toggle.btn.active:before {
  opacity: 1;
}
#mstore-find-store .store-locator-slideout .slideout-body .slideout-body-content .locations-list .item-hold {
  border-radius: 12px !important;
  border: 1px solid #D7D7D7;
  margin: 0 0 26px;
  padding: 18px 20px 24px;
}
#mstore-find-store .store-locator-slideout .slideout-body .slideout-body-content .locations-list .item-hold .pharmacy-item .item-heading {
  position: relative;
}
#mstore-find-store .store-locator-slideout .slideout-body .slideout-body-content .locations-list .item-hold .pharmacy-item .item-heading h3 {
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  margin: 0 0 11px;
  padding-bottom: 15px;
}
#mstore-find-store .store-locator-slideout .slideout-body .slideout-body-content .locations-list .item-hold .pharmacy-item .item-heading:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: var(--secondary-color);
  opacity: 0.4;
}
#mstore-find-store .store-locator-slideout .slideout-body .slideout-body-content .locations-list .item-hold .pharmacy-item .item-data {
  display: flex;
  flex-direction: column;
}
#mstore-find-store .store-locator-slideout .slideout-body .slideout-body-content .locations-list .item-hold .pharmacy-item .item-data a {
  color: var(--secondary-color);
}
#mstore-find-store .store-locator-slideout .slideout-body .slideout-body-content .locations-list .item-hold .pharmacy-item .item-data > * {
  font-size: 14px;
  line-height: 21px;
  padding-left: 30px;
  position: relative;
  min-height: 39px;
  padding-top: 9px;
}
#mstore-find-store .store-locator-slideout .slideout-body .slideout-body-content .locations-list .item-hold .pharmacy-item .item-data > *:before {
  line-height: 1;
  position: absolute;
  left: 0;
  top: 0;
}
#mstore-find-store .store-locator-slideout .slideout-body .slideout-body-content .locations-list .item-hold .pharmacy-item .item-data > *.icon-location:before {
  content: "\f08b";
  font-family: "PAG-Icons";
  font-size: 24px;
  top: 6px;
}
#mstore-find-store .store-locator-slideout .slideout-body .slideout-body-content .locations-list .item-hold .pharmacy-item .item-data > *.icon-telephone:before {
  content: "\f08e";
  font-family: "PAG-Icons";
  font-size: 24px;
  top: 5px;
}
#mstore-find-store .store-locator-slideout .slideout-body .slideout-body-content .locations-list .item-hold .pharmacy-item .item-data > *.item-available {
  color: #619628;
}
#mstore-find-store .store-locator-slideout .slideout-body .slideout-body-content .locations-list .item-hold .pharmacy-item .item-data > *.item-available.online-shopping:before {
  content: "\f08d";
  font-family: "PAG-Icons";
  font-size: 27px;
  top: 3px;
}
#mstore-find-store .store-locator-slideout .slideout-body .slideout-body-content .locations-list .item-hold .pharmacy-item .item-data > *.item-available.click-and-collect:before {
  content: "\f085";
  font-family: "PAG-Icons";
  font-size: 28px;
  top: 1px;
  left: 1px;
}
#mstore-find-store .store-locator-slideout .slideout-body .slideout-body-content .locations-list .item-hold .pharmacy-item .item-data > *.item-available.delivery-availability:before {
  content: "\f087";
  font-family: "PAG-Icons";
  font-size: 26px;
  top: 10px;
  left: -2px;
}
#mstore-find-store .store-locator-slideout .slideout-body .slideout-body-content .locations-list .item-hold .pharmacy-item .item-data > *.item-unavailable {
  color: #FFA703;
}
#mstore-find-store .store-locator-slideout .slideout-body .slideout-body-content .locations-list .item-hold .pharmacy-item .item-data > *.item-unavailable:before {
  content: "\f093";
  font-family: "PAG-Icons";
  font-size: 22px;
  top: 6px;
}
#mstore-find-store .store-locator-slideout .slideout-body .slideout-body-content .locations-list .item-hold .pharmacy-item .item-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 9px 0 0;
}
#mstore-find-store .store-locator-slideout .slideout-body .slideout-body-content .locations-list .item-hold .pharmacy-item .item-footer .distance {
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  color: var(--primary-color);
}
#mstore-find-store .store-locator-slideout .slideout-body .slideout-body-content .locations-list .item-hold .pharmacy-item .item-footer .btn {
  border-color: var(--secondary-color);
  background-color: var(--secondary-color);
  color: #fff;
  font-size: 14px;
  border-radius: 22px;
}

@media (min-width: 1024px) {
  #mstore-store-finder > a {
    display: block;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
    background-color: var(--primary-color);
    border-radius: 10px;
    text-align: center;
    padding: 0.5rem 2rem;
    display: inline-flex;
    justify-content: center;
    align-items: center;
  }
}
@media (max-width: 1023px) {
  #mstore-store-finder > a {
    padding-left: 0;
    padding-right: 0;
    color: var(--primary-color);
  }
}
@media (min-width: 1024px) {
  #mstore-store-finder > a {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    width: 176px;
  }
}
#mstore-store-finder > a span:before {
  content: "\f090";
  font-family: "PAG-Icons";
  font-size: 24px;
  line-height: 1;
  position: absolute;
  left: 0;
  top: 0;
}
@media (min-width: 641px) and (max-width: 1023px) {
  #mstore-store-finder > a span {
    padding-left: 0;
  }
  #mstore-store-finder > a span:before {
    display: none;
  }
}
@media (max-width: 640px) {
  #mstore-store-finder > a {
    display: block;
    width: 34px;
    height: 40px;
    overflow: hidden;
    top: -2px;
    position: relative;
  }
  #mstore-store-finder > a span {
    padding-left: 0;
    text-indent: 200%;
    white-space: nowrap;
    overflow: hidden;
    display: block;
    width: 100%;
    height: 100%;
  }
  #mstore-store-finder > a span:before {
    text-indent: 0;
    left: 8px;
    top: 9px;
    font-size: 25px;
  }
}
#mstore-store-finder .store-locator-finder {
  max-width: 1440px;
  margin: 0 auto;
}
#mstore-store-finder .store-locator-finder .finder-body {
  overflow: hidden;
  height: 100%;
}
#mstore-store-finder .store-locator-finder .finder-body .finder-body-content {
  padding: 20px 0;
  box-sizing: border-box;
}
#mstore-store-finder .store-locator-finder .finder-body .finder-body-content .scrollable-holder {
  overflow-y: auto;
  height: 100%;
}
#mstore-store-finder .store-locator-finder .finder-body .finder-body-content .form-hold {
  margin: 0 0 22px;
  position: relative;
}
#mstore-store-finder .store-locator-finder .finder-body .finder-body-content .form-hold .error-message {
  font-size: 10px;
  position: absolute;
  left: 42px;
  top: 58px;
}
#mstore-store-finder .store-locator-finder .finder-body .finder-body-content .form-hold .mw__text-field label {
  top: 9px;
  left: 42px;
}
#mstore-store-finder .store-locator-finder .finder-body .finder-body-content .form-hold .mw__text-field input[type=text] {
  height: 55px;
  border-radius: 28px;
  padding-left: 40px;
  padding-right: 40px;
}
#mstore-store-finder .store-locator-finder .finder-body .finder-body-content .form-hold .location-filters {
  display: flex;
  flex-wrap: wrap;
  margin: 20px 0 0;
}
#mstore-store-finder .store-locator-finder .finder-body .finder-body-content .form-hold .location-filters .business-select {
  width: calc(100% - 144px);
  padding-right: 15px;
}
#mstore-store-finder .store-locator-finder .finder-body .finder-body-content .form-hold .location-filters .business-select .mw__select {
  min-height: 44px !important;
}
#mstore-store-finder .store-locator-finder .finder-body .finder-body-content .form-hold .location-filters .business-select .mw__select .mw__select_hold {
  height: 44px;
  min-height: 44px !important;
  border-radius: 12px;
  font-size: 14px;
  line-height: 22px;
  border-color: #E5E5E5 !important;
  padding-left: 21px;
}
#mstore-store-finder .store-locator-finder .finder-body .finder-body-content .form-hold .location-filters .business-select .mw__select .mw__select_items {
  border: 1px solid #E5E5E5 !important;
  border-radius: 12px !important;
}
#mstore-store-finder .store-locator-finder .finder-body .finder-body-content .form-hold .location-filters .business-select .mw__select .mw__select_items > div {
  padding: 0.5rem 1em !important;
  line-height: 24px !important;
}
#mstore-store-finder .store-locator-finder .finder-body .finder-body-content .form-hold .location-filters .open-filter-toggle.btn {
  cursor: pointer;
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  width: 144px;
  height: 44px;
  border-radius: 12px !important;
  border-color: var(--secondary-color);
  color: var(--secondary-color);
  overflow: hidden;
  z-index: 1;
  position: relative;
  transition: all 300ms ease-in-out;
  padding: 9px 14px;
  display: block;
  text-align: center;
  background: none;
}
#mstore-store-finder .store-locator-finder .finder-body .finder-body-content .form-hold .location-filters .open-filter-toggle.btn:before {
  content: "\f096";
  font-family: "PAG-Icons";
  font-size: 24px;
  line-height: 1;
  position: absolute;
  left: 16px;
  top: 9px;
  opacity: 0;
  transition: all 300ms ease-in-out;
}
#mstore-store-finder .store-locator-finder .finder-body .finder-body-content .form-hold .location-filters .open-filter-toggle.btn:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: var(--secondary-color);
  opacity: 0;
  transition: all 300ms ease-in-out;
  z-index: -1;
}
#mstore-store-finder .store-locator-finder .finder-body .finder-body-content .form-hold .location-filters .open-filter-toggle.btn:hover:after {
  opacity: 0.12;
}
#mstore-store-finder .store-locator-finder .finder-body .finder-body-content .form-hold .location-filters .open-filter-toggle.btn.active {
  padding: 9px 14px 9px 53px;
}
#mstore-store-finder .store-locator-finder .finder-body .finder-body-content .form-hold .location-filters .open-filter-toggle.btn.active:after {
  opacity: 0.12;
}
#mstore-store-finder .store-locator-finder .finder-body .finder-body-content .form-hold .location-filters .open-filter-toggle.btn.active:before {
  opacity: 1;
}
#mstore-store-finder .store-locator-finder .finder-body .finder-body-content .locations-list-on-store-locator .item-hold .pharmacy-item {
  display: flex;
  flex-direction: column;
  height: 100%;
}
#mstore-store-finder .store-locator-finder .finder-body .finder-body-content .locations-list-on-store-locator .item-hold .pharmacy-item .item-heading {
  position: relative;
}
#mstore-store-finder .store-locator-finder .finder-body .finder-body-content .locations-list-on-store-locator .item-hold .pharmacy-item .item-heading h3 {
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  margin: 0 0 11px;
}
#mstore-store-finder .store-locator-finder .finder-body .finder-body-content .locations-list-on-store-locator .item-hold .pharmacy-item .item-heading:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: var(--secondary-color);
  opacity: 0.4;
}
#mstore-store-finder .store-locator-finder .finder-body .finder-body-content .locations-list-on-store-locator .item-hold .pharmacy-item .item-data {
  display: flex;
  flex-direction: column;
  height: 100%;
}
#mstore-store-finder .store-locator-finder .finder-body .finder-body-content .locations-list-on-store-locator .item-hold .pharmacy-item .item-data a {
  color: var(--secondary-color);
}
#mstore-store-finder .store-locator-finder .finder-body .finder-body-content .locations-list-on-store-locator .item-hold .pharmacy-item .item-data > * {
  font-size: 14px;
  line-height: 21px;
  padding-left: 30px;
  position: relative;
  min-height: 26px;
}
#mstore-store-finder .store-locator-finder .finder-body .finder-body-content .locations-list-on-store-locator .item-hold .pharmacy-item .item-data > *:before {
  font-family: "PAG-Icons" !important;
  line-height: 1 !important;
  position: absolute !important;
  left: 0 !important;
  display: block !important;
}
#mstore-store-finder .store-locator-finder .finder-body .finder-body-content .locations-list-on-store-locator .item-hold .pharmacy-item .item-data > *.icon-location:before {
  content: "\f08b";
  font-size: 24px;
  top: 6px;
}
#mstore-store-finder .store-locator-finder .finder-body .finder-body-content .locations-list-on-store-locator .item-hold .pharmacy-item .item-data > *.icon-telephone:before {
  content: "\f08e";
  font-size: 24px;
  top: 5px;
}
#mstore-store-finder .store-locator-finder .finder-body .finder-body-content .locations-list-on-store-locator .item-hold .pharmacy-item .item-data > *.item-available {
  color: #619628;
}
#mstore-store-finder .store-locator-finder .finder-body .finder-body-content .locations-list-on-store-locator .item-hold .pharmacy-item .item-data > *.item-available.online-shopping:before {
  content: "\f08d";
  font-size: 27px;
  top: 3px;
}
#mstore-store-finder .store-locator-finder .finder-body .finder-body-content .locations-list-on-store-locator .item-hold .pharmacy-item .item-data > *.item-available.click-and-collect:before {
  content: "\f085";
  font-size: 28px;
  top: -6px;
  left: 1px;
}
#mstore-store-finder .store-locator-finder .finder-body .finder-body-content .locations-list-on-store-locator .item-hold .pharmacy-item .item-data > *.item-available.delivery-availability:before {
  content: "\f087";
  font-size: 26px;
  top: 2px;
  left: -2px;
}
#mstore-store-finder .store-locator-finder .finder-body .finder-body-content .locations-list-on-store-locator .item-hold .pharmacy-item .item-data > *.item-unavailable {
  color: #FFA703;
}
#mstore-store-finder .store-locator-finder .finder-body .finder-body-content .locations-list-on-store-locator .item-hold .pharmacy-item .item-data > *.item-unavailable:before {
  content: "\f093";
  font-size: 22px;
  top: -1px;
}
#mstore-store-finder .store-locator-finder .finder-body .finder-body-content .locations-list-on-store-locator .item-hold .pharmacy-item .item-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: auto;
  margin: 9px 0 0;
}
#mstore-store-finder .store-locator-finder .finder-body .finder-body-content .locations-list-on-store-locator .item-hold .pharmacy-item .item-footer .distance {
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  color: var(--primary-color);
}
#mstore-store-finder .store-locator-finder .finder-body .finder-body-content .locations-list-on-store-locator .item-hold .pharmacy-item .item-footer .btn {
  border-color: var(--secondary-color);
  background-color: var(--secondary-color);
  color: #fff;
  font-size: 14px;
  border-radius: 22px;
}
#mstore-store-finder .store-locator-finder .finder-body .finder-body-content .locations-list {
  display: grid;
  grid-gap: 26px;
}
@media (min-width: 1024px) {
  #mstore-store-finder .store-locator-finder .finder-body .finder-body-content .locations-list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  #mstore-store-finder .store-locator-finder .finder-body .finder-body-content .locations-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 639px) {
  #mstore-store-finder .store-locator-finder .finder-body .finder-body-content .locations-list {
    grid-template-columns: 1fr;
  }
}
#mstore-store-finder .store-locator-finder .finder-body .finder-body-content .locations-list .item-hold {
  border-radius: 12px !important;
  border: 1px solid #D7D7D7;
  padding: 18px 20px 24px;
  margin: 0;
}
#mstore-store-finder .store-locator-finder .finder-body .finder-body-content .locations-list .item-hold .pharmacy-item {
  display: flex;
  flex-direction: column;
  height: 100%;
}
#mstore-store-finder .store-locator-finder .finder-body .finder-body-content .locations-list .item-hold .pharmacy-item .item-heading {
  position: relative;
}
#mstore-store-finder .store-locator-finder .finder-body .finder-body-content .locations-list .item-hold .pharmacy-item .item-heading h3 {
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  margin: 0 0 11px;
  padding-bottom: 15px;
}
#mstore-store-finder .store-locator-finder .finder-body .finder-body-content .locations-list .item-hold .pharmacy-item .item-heading:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: var(--secondary-color);
  opacity: 0.4;
}
#mstore-store-finder .store-locator-finder .finder-body .finder-body-content .locations-list .item-hold .pharmacy-item .item-data {
  display: flex;
  flex-direction: column;
  height: 100%;
}
#mstore-store-finder .store-locator-finder .finder-body .finder-body-content .locations-list .item-hold .pharmacy-item .item-data a {
  color: var(--secondary-color);
}
#mstore-store-finder .store-locator-finder .finder-body .finder-body-content .locations-list .item-hold .pharmacy-item .item-data > * {
  font-size: 14px;
  line-height: 21px;
  padding-left: 30px;
  position: relative;
  min-height: 26px;
  padding-top: 9px;
}
#mstore-store-finder .store-locator-finder .finder-body .finder-body-content .locations-list .item-hold .pharmacy-item .item-data > *:before {
  line-height: 1;
  position: absolute;
  left: 0;
  top: 0;
}
#mstore-store-finder .store-locator-finder .finder-body .finder-body-content .locations-list .item-hold .pharmacy-item .item-data > *.icon-location:before {
  content: "\f08b";
  font-family: "PAG-Icons";
  font-size: 24px;
  top: 6px;
}
#mstore-store-finder .store-locator-finder .finder-body .finder-body-content .locations-list .item-hold .pharmacy-item .item-data > *.icon-telephone:before {
  content: "\f08e";
  font-family: "PAG-Icons";
  font-size: 24px;
  top: 5px;
}
#mstore-store-finder .store-locator-finder .finder-body .finder-body-content .locations-list .item-hold .pharmacy-item .item-data > *.item-available {
  color: #619628;
}
#mstore-store-finder .store-locator-finder .finder-body .finder-body-content .locations-list .item-hold .pharmacy-item .item-data > *.item-available.online-shopping:before {
  content: "\f08d";
  font-family: "PAG-Icons";
  font-size: 27px;
  top: 3px;
}
#mstore-store-finder .store-locator-finder .finder-body .finder-body-content .locations-list .item-hold .pharmacy-item .item-data > *.item-available.click-and-collect:before {
  content: "\f085";
  font-family: "PAG-Icons";
  font-size: 28px;
  top: 1px;
  left: 1px;
}
#mstore-store-finder .store-locator-finder .finder-body .finder-body-content .locations-list .item-hold .pharmacy-item .item-data > *.item-available.delivery-availability:before {
  content: "\f087";
  font-family: "PAG-Icons";
  font-size: 26px;
  top: 10px;
  left: -2px;
}
#mstore-store-finder .store-locator-finder .finder-body .finder-body-content .locations-list .item-hold .pharmacy-item .item-data > *.item-unavailable {
  color: #FFA703;
}
#mstore-store-finder .store-locator-finder .finder-body .finder-body-content .locations-list .item-hold .pharmacy-item .item-data > *.item-unavailable:before {
  content: "\f093";
  font-family: "PAG-Icons";
  font-size: 22px;
  top: 6px;
}
#mstore-store-finder .store-locator-finder .finder-body .finder-body-content .locations-list .item-hold .pharmacy-item .item-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: auto;
  margin: 9px 0 0;
}
#mstore-store-finder .store-locator-finder .finder-body .finder-body-content .locations-list .item-hold .pharmacy-item .item-footer .distance {
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  color: var(--primary-color);
}
#mstore-store-finder .store-locator-finder .finder-body .finder-body-content .locations-list .item-hold .pharmacy-item .item-footer .btn {
  border-color: var(--secondary-color);
  background-color: var(--secondary-color);
  color: #fff;
  font-size: 14px;
  border-radius: 22px;
}

#mstore-locator-results {
  max-width: 1440px;
  margin: 0 auto;
  background: #fff;
  overflow: hidden;
  height: 100%;
  padding: 20px 0;
  box-sizing: border-box;
}
@media (min-width: 1024px) {
  #mstore-locator-results > a {
    display: block;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
    background-color: var(--primary-color);
    border-radius: 10px;
    text-align: center;
    padding: 0.5rem 2rem;
    display: inline-flex;
    justify-content: center;
    align-items: center;
  }
}
@media (max-width: 1023px) {
  #mstore-locator-results > a {
    padding-left: 0;
    padding-right: 0;
    color: var(--primary-color);
  }
}
@media (min-width: 1024px) {
  #mstore-locator-results > a {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    width: 176px;
  }
}
#mstore-locator-results > a span:before {
  content: "\f090";
  font-family: "PAG-Icons";
  font-size: 24px;
  line-height: 1;
  position: absolute;
  left: 0;
  top: 0;
}
@media (min-width: 641px) and (max-width: 1023px) {
  #mstore-locator-results > a span {
    padding-left: 0;
  }
  #mstore-locator-results > a span:before {
    display: none;
  }
}
@media (max-width: 640px) {
  #mstore-locator-results > a {
    display: block;
    width: 34px;
    height: 40px;
    overflow: hidden;
    top: -2px;
    position: relative;
  }
  #mstore-locator-results > a span {
    padding-left: 0;
    text-indent: 200%;
    white-space: nowrap;
    overflow: hidden;
    display: block;
    width: 100%;
    height: 100%;
  }
  #mstore-locator-results > a span:before {
    text-indent: 0;
    left: 8px;
    top: 9px;
    font-size: 25px;
  }
}
#mstore-locator-results .locations-list-on-store-locator .item-hold .pharmacy-item {
  display: flex;
  flex-direction: column;
  height: 100%;
}
#mstore-locator-results .locations-list-on-store-locator .item-hold .pharmacy-item .item-heading {
  position: relative;
}
#mstore-locator-results .locations-list-on-store-locator .item-hold .pharmacy-item .item-heading h3 {
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  margin: 0 0 11px;
}
#mstore-locator-results .locations-list-on-store-locator .item-hold .pharmacy-item .item-heading:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: var(--secondary-color);
  opacity: 0.4;
}
#mstore-locator-results .locations-list-on-store-locator .item-hold .pharmacy-item .item-data {
  display: flex;
  flex-direction: column;
  height: 100%;
}
#mstore-locator-results .locations-list-on-store-locator .item-hold .pharmacy-item .item-data a {
  color: var(--secondary-color);
}
#mstore-locator-results .locations-list-on-store-locator .item-hold .pharmacy-item .item-data > * {
  font-size: 14px;
  line-height: 21px;
  padding-left: 30px;
  position: relative;
  min-height: 26px;
}
#mstore-locator-results .locations-list-on-store-locator .item-hold .pharmacy-item .item-data > *:before {
  font-family: "PAG-Icons" !important;
  line-height: 1 !important;
  position: absolute !important;
  left: 0 !important;
  display: block !important;
}
#mstore-locator-results .locations-list-on-store-locator .item-hold .pharmacy-item .item-data > *.icon-location:before {
  content: "\f08b";
  font-size: 24px;
  top: 6px;
}
#mstore-locator-results .locations-list-on-store-locator .item-hold .pharmacy-item .item-data > *.icon-telephone:before {
  content: "\f08e";
  font-size: 24px;
  top: 5px;
}
#mstore-locator-results .locations-list-on-store-locator .item-hold .pharmacy-item .item-data > *.item-available {
  color: #619628;
}
#mstore-locator-results .locations-list-on-store-locator .item-hold .pharmacy-item .item-data > *.item-available.online-shopping:before {
  content: "\f08d";
  font-size: 27px;
  top: 3px;
}
#mstore-locator-results .locations-list-on-store-locator .item-hold .pharmacy-item .item-data > *.item-available.click-and-collect:before {
  content: "\f085";
  font-size: 28px;
  top: -6px;
  left: 1px;
}
#mstore-locator-results .locations-list-on-store-locator .item-hold .pharmacy-item .item-data > *.item-available.delivery-availability:before {
  content: "\f087";
  font-size: 26px;
  top: 2px;
  left: -2px;
}
#mstore-locator-results .locations-list-on-store-locator .item-hold .pharmacy-item .item-data > *.item-unavailable {
  color: #FFA703;
}
#mstore-locator-results .locations-list-on-store-locator .item-hold .pharmacy-item .item-data > *.item-unavailable:before {
  content: "\f093";
  font-size: 22px;
  top: -1px;
}
#mstore-locator-results .locations-list-on-store-locator .item-hold .pharmacy-item .item-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: auto;
  margin: 9px 0 0;
}
#mstore-locator-results .locations-list-on-store-locator .item-hold .pharmacy-item .item-footer .distance {
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  color: var(--primary-color);
}
#mstore-locator-results .locations-list-on-store-locator .item-hold .pharmacy-item .item-footer .btn {
  border-color: var(--secondary-color);
  background-color: var(--secondary-color);
  color: #fff;
  font-size: 14px;
  border-radius: 22px;
}

.main-shop h1 {
  display: none !important;
}

.mw__product-item {
  background: #fff;
}
.mw__product-item .btn {
  padding: 0;
}

@media (max-width: 1879px) {
  .shop-home-hold .side-banner {
    display: none !important;
  }
}
#app #mstore-store-contacts .actions-hold a.btn-outline {
  font-weight: 500 !important;
}
#app #mstore-store-contacts .actions-hold a.btn-outline.icon-website:before {
  content: "\f085";
  font-family: "PAG-Icons";
  font-size: 28px;
  line-height: 1;
  margin-top: -6px;
  padding-left: 4px;
}

@media (max-width: 1023px) {
  .mw__checkout-page,
  .mw__cart-page {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.mw__cart-items tr td, .mw__cart-items tr th {
  border: none !important;
}
@media (min-width: 600px) {
  .mw__cart-items tr td .table-width, .mw__cart-items tr th .table-width {
    min-width: 0 !important;
  }
}
@media (min-width: 1280px) {
  .mw__cart-items tr td .table-width, .mw__cart-items tr th .table-width {
    min-width: 412 !important;
  }
}
.mw__cart-items tr.item-with-patient-info td:nth-last-child(2), .mw__cart-items tr.item-with-patient-info td:last-child {
  vertical-align: top;
}
@media (max-width: 600px) {
  .mw__cart-items tr.price-display {
    display: table-row !important;
  }
}

.side-shop .filters-hold ul a.active {
  font-weight: 700;
}

.page-type-brand .main-shop,
.page-type-all-promotions .main-shop,
.page-tppe-search_results .main-shop,
.page-type-category .main-shop {
  display: flex;
  flex-direction: column;
}
.page-type-brand .main-shop #placeholder-category-banner,
.page-type-all-promotions .main-shop #placeholder-category-banner,
.page-tppe-search_results .main-shop #placeholder-category-banner,
.page-type-category .main-shop #placeholder-category-banner {
  order: -2;
  margin-bottom: 0;
}
.page-type-brand .main-shop #placeholder-category-banner figure,
.page-type-all-promotions .main-shop #placeholder-category-banner figure,
.page-tppe-search_results .main-shop #placeholder-category-banner figure,
.page-type-category .main-shop #placeholder-category-banner figure {
  margin-bottom: 20px;
}
.page-type-brand .main-shop .breadcrumbs,
.page-type-all-promotions .main-shop .breadcrumbs,
.page-tppe-search_results .main-shop .breadcrumbs,
.page-type-category .main-shop .breadcrumbs {
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .page-type-brand .main-shop .breadcrumbs,
  .page-type-all-promotions .main-shop .breadcrumbs,
  .page-tppe-search_results .main-shop .breadcrumbs,
  .page-type-category .main-shop .breadcrumbs {
    margin-top: 1rem;
  }
}
@media (min-width: 1024px) {
  .page-type-brand .main-shop .sort-control-holder,
  .page-type-all-promotions .main-shop .sort-control-holder,
  .page-tppe-search_results .main-shop .sort-control-holder,
  .page-type-category .main-shop .sort-control-holder {
    order: -1;
  }
  .page-type-brand .main-shop .breadcrumbs,
  .page-type-all-promotions .main-shop .breadcrumbs,
  .page-tppe-search_results .main-shop .breadcrumbs,
  .page-type-category .main-shop .breadcrumbs {
    width: 75%;
    margin-bottom: 1.75rem;
    margin-top: -57px;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .page-type-brand .shop-home-hold .main-content .main-shop .products-grid > *,
  .page-type-all-promotions .shop-home-hold .main-content .main-shop .products-grid > *,
  .page-tppe-search_results .shop-home-hold .main-content .main-shop .products-grid > *,
  .page-type-category .shop-home-hold .main-content .main-shop .products-grid > * {
    width: 33.33% !important;
  }
}
@media (min-width: 768px) {
  .page-type-brand .main-content .sort-control-holder .mw__select,
  .page-type-all-promotions .main-content .sort-control-holder .mw__select,
  .page-tppe-search_results .main-content .sort-control-holder .mw__select,
  .page-type-category .main-content .sort-control-holder .mw__select {
    min-height: 50px !important;
  }
  .page-type-brand .main-content .sort-control-holder .mw__select .mw__select_hold,
  .page-type-all-promotions .main-content .sort-control-holder .mw__select .mw__select_hold,
  .page-tppe-search_results .main-content .sort-control-holder .mw__select .mw__select_hold,
  .page-type-category .main-content .sort-control-holder .mw__select .mw__select_hold {
    height: 50px;
    min-height: 50px !important;
    background: #fff;
  }
  .page-type-brand .main-content .sort-control-holder .mw__select .mw__select_items > div,
  .page-type-all-promotions .main-content .sort-control-holder .mw__select .mw__select_items > div,
  .page-tppe-search_results .main-content .sort-control-holder .mw__select .mw__select_items > div,
  .page-type-category .main-content .sort-control-holder .mw__select .mw__select_items > div {
    padding: 0.5rem 1em !important;
    line-height: 20px !important;
  }
}
@media (max-width: 767px) {
  .page-type-brand .main-content,
  .page-type-all-promotions .main-content,
  .page-tppe-search_results .main-content,
  .page-type-category .main-content {
    padding-top: 50px;
    position: relative;
  }
  .page-type-brand .main-content:before,
  .page-type-all-promotions .main-content:before,
  .page-tppe-search_results .main-content:before,
  .page-type-category .main-content:before {
    content: "";
    display: block;
    position: absolute;
    top: 50px;
    height: 1px;
    width: 100vw;
    background: #d7d7d7;
    left: 50%;
    transform: translateX(-50%);
  }
  .page-type-brand .main-content .main-shop,
  .page-type-all-promotions .main-content .main-shop,
  .page-tppe-search_results .main-content .main-shop,
  .page-type-category .main-content .main-shop {
    padding-top: 0 !important;
  }
  .page-type-brand .main-content .side-shop .filters-toggle,
  .page-type-brand .main-content .sort-control-holder .mw__select .mw__select_text,
  .page-type-all-promotions .main-content .side-shop .filters-toggle,
  .page-type-all-promotions .main-content .sort-control-holder .mw__select .mw__select_text,
  .page-tppe-search_results .main-content .side-shop .filters-toggle,
  .page-tppe-search_results .main-content .sort-control-holder .mw__select .mw__select_text,
  .page-type-category .main-content .side-shop .filters-toggle,
  .page-type-category .main-content .sort-control-holder .mw__select .mw__select_text {
    font-size: 14px;
    font-weight: 700;
    color: var(--primary-color);
    text-align: center;
    line-height: 20px;
  }
  .page-type-brand .main-content .sort-control-holder .mw__select,
  .page-type-all-promotions .main-content .sort-control-holder .mw__select,
  .page-tppe-search_results .main-content .sort-control-holder .mw__select,
  .page-type-category .main-content .sort-control-holder .mw__select {
    position: absolute;
    top: 0px;
    right: 0;
    min-height: 50px !important;
  }
  .page-type-brand .main-content .sort-control-holder .mw__select .mw__select_hold,
  .page-type-all-promotions .main-content .sort-control-holder .mw__select .mw__select_hold,
  .page-tppe-search_results .main-content .sort-control-holder .mw__select .mw__select_hold,
  .page-type-category .main-content .sort-control-holder .mw__select .mw__select_hold {
    border: none !important;
    height: 50px;
    min-height: 50px !important;
    justify-content: center !important;
    color: var(--primary-color);
  }
  .page-type-brand .main-content .side-shop,
  .page-type-all-promotions .main-content .side-shop,
  .page-tppe-search_results .main-content .side-shop,
  .page-type-category .main-content .side-shop {
    padding: 0;
  }
  .page-type-brand .main-content .side-shop .filters-toggle,
  .page-type-all-promotions .main-content .side-shop .filters-toggle,
  .page-tppe-search_results .main-content .side-shop .filters-toggle,
  .page-type-category .main-content .side-shop .filters-toggle {
    position: absolute;
    top: 0;
    left: 0;
    width: calc(50% - 16px);
    margin: 0;
    padding: 15px 0;
    vertical-align: middle;
  }
  .page-type-brand .main-content .side-shop .filters-toggle:before,
  .page-type-all-promotions .main-content .side-shop .filters-toggle:before,
  .page-tppe-search_results .main-content .side-shop .filters-toggle:before,
  .page-type-category .main-content .side-shop .filters-toggle:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    height: 50px;
    width: 1px;
    right: -16px;
    background: #EBEBEB;
  }
  .page-type-brand .main-content .side-shop .filters-toggle:after,
  .page-type-all-promotions .main-content .side-shop .filters-toggle:after,
  .page-tppe-search_results .main-content .side-shop .filters-toggle:after,
  .page-type-category .main-content .side-shop .filters-toggle:after {
    content: "\f081";
    font-family: "PAG-Icons";
    font-size: 14px;
    width: 16px;
    height: 16px;
    background-size: contain;
    display: inline-block;
    margin-left: 12px;
    margin-bottom: -4px;
  }
  .page-type-brand .main-content .side-shop .filters-block,
  .page-type-all-promotions .main-content .side-shop .filters-block,
  .page-tppe-search_results .main-content .side-shop .filters-block,
  .page-type-category .main-content .side-shop .filters-block {
    padding: 0 25px;
  }
}
@media (max-width: 640px) {
  .page-type-brand .main-content:after,
  .page-type-all-promotions .main-content:after,
  .page-tppe-search_results .main-content:after,
  .page-type-category .main-content:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    height: 1px;
    width: 100vw;
    background: #d7d7d7;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media (max-width: 479px) {
  .page-type-brand .main-content,
  .page-type-all-promotions .main-content,
  .page-tppe-search_results .main-content,
  .page-type-category .main-content {
    padding-top: 35px;
  }
  .page-type-brand .main-content:before,
  .page-type-all-promotions .main-content:before,
  .page-tppe-search_results .main-content:before,
  .page-type-category .main-content:before {
    top: 35px;
  }
  .page-type-brand .main-content .side-shop .filters-toggle,
  .page-type-brand .main-content .sort-control-holder .mw__select .mw__select_text,
  .page-type-all-promotions .main-content .side-shop .filters-toggle,
  .page-type-all-promotions .main-content .sort-control-holder .mw__select .mw__select_text,
  .page-tppe-search_results .main-content .side-shop .filters-toggle,
  .page-tppe-search_results .main-content .sort-control-holder .mw__select .mw__select_text,
  .page-type-category .main-content .side-shop .filters-toggle,
  .page-type-category .main-content .sort-control-holder .mw__select .mw__select_text {
    font-size: 12px;
  }
  .page-type-brand .main-content .sort-control-holder .mw__select,
  .page-type-all-promotions .main-content .sort-control-holder .mw__select,
  .page-tppe-search_results .main-content .sort-control-holder .mw__select,
  .page-type-category .main-content .sort-control-holder .mw__select {
    width: calc(50% - 16px) !important;
  }
  .page-type-brand .main-content .side-shop .filters-toggle,
  .page-type-all-promotions .main-content .side-shop .filters-toggle,
  .page-tppe-search_results .main-content .side-shop .filters-toggle,
  .page-type-category .main-content .side-shop .filters-toggle {
    padding: 7px 0;
  }
  .page-type-brand .main-content .side-shop .filters-toggle:before,
  .page-type-all-promotions .main-content .side-shop .filters-toggle:before,
  .page-tppe-search_results .main-content .side-shop .filters-toggle:before,
  .page-type-category .main-content .side-shop .filters-toggle:before {
    height: 35px;
  }
  .page-type-brand .main-content .side-shop .filters-block,
  .page-type-all-promotions .main-content .side-shop .filters-block,
  .page-tppe-search_results .main-content .side-shop .filters-block,
  .page-type-category .main-content .side-shop .filters-block {
    padding: 0 15px;
  }
  .page-type-brand .main-content .sort-control-holder .mw__select,
  .page-type-all-promotions .main-content .sort-control-holder .mw__select,
  .page-tppe-search_results .main-content .sort-control-holder .mw__select,
  .page-type-category .main-content .sort-control-holder .mw__select {
    min-height: 35px !important;
  }
  .page-type-brand .main-content .sort-control-holder .mw__select .mw__select_hold,
  .page-type-all-promotions .main-content .sort-control-holder .mw__select .mw__select_hold,
  .page-tppe-search_results .main-content .sort-control-holder .mw__select .mw__select_hold,
  .page-type-category .main-content .sort-control-holder .mw__select .mw__select_hold {
    height: 35px;
    min-height: 35px !important;
  }
  .page-type-brand .main-content .sort-control-holder .mw__select .mw__select_items > div,
  .page-type-all-promotions .main-content .sort-control-holder .mw__select .mw__select_items > div,
  .page-tppe-search_results .main-content .sort-control-holder .mw__select .mw__select_items > div,
  .page-type-category .main-content .sort-control-holder .mw__select .mw__select_items > div {
    font-size: 14px !important;
    padding: 0 10px;
  }
}

@media (max-width: 479px) {
  .mw__widget .mw__script-journey .mw__script-journey-hold {
    width: 100% !important;
  }
}
.page-type-product .product-hold {
  padding-bottom: 40px;
}
.page-type-product .product-hold h1 {
  font-size: 2.2rem;
  margin-top: 1rem;
}
@media (min-width: 768px) {
  .page-type-product .product-hold .product-spec-table th {
    width: 180px !important;
  }
}
.page-type-product .product-hold .product-thumb {
  background: #fff;
  border-radius: 10px;
}
.page-type-product .product-hold .price {
  color: var(--secondary-color);
}
.page-type-product .product-hold .button-quantity-container .item-qty-controls {
  background: #fff;
  border-radius: 10px;
  border-color: var(--primary-color) !important;
  overflow: hidden;
}
.page-type-product .product-hold .button-quantity-container .item-qty-controls .item-qty-control {
  color: var(--primary-color);
  font-size: 26px;
}
.page-type-product .product-hold .btn.btn-find-a-store {
  margin: 20px 0 20px;
  min-height: 39px !important;
  height: 39px;
  border-radius: 5px;
  font-weight: 500;
  font-size: 0.875rem;
  color: #fff;
  background-color: var(--primary-color);
  border-color: var(--primary-color);
  transition: all 300ms ease-in-out;
}
.page-type-product .product-hold .loyalty-program {
  background: #F2F2F2;
  padding: 13px 40px;
  width: 100%;
  margin: 0 0 30px;
  display: flex;
  justify-content: center;
}
@media (max-width: 1023px) {
  .page-type-product .product-hold .loyalty-program {
    padding: 13px 20px;
  }
}
@media (max-width: 767px) {
  .page-type-product .product-hold .loyalty-program {
    padding: 13px 15px;
  }
}
@media (max-width: 1023px) {
  .page-type-product .product-hold .loyalty-program.with-logo {
    padding: 13px 13px 13px 35px;
  }
}
.page-type-product .product-hold .loyalty-program.with-logo .hold {
  position: relative;
}
.page-type-product .product-hold .loyalty-program.with-logo .hold .mw__loyalty-logo {
  width: 66px;
  height: 37px;
  position: absolute;
  left: -22px;
  top: 5px;
}
@media (max-width: 1023px) {
  .page-type-product .product-hold .loyalty-program.with-logo .hold .mw__loyalty-logo {
    left: -25px;
    top: 1px;
  }
}
.page-type-product .product-hold .loyalty-program.with-logo .hold .earn-text:after {
  display: none;
}
@media (max-width: 1023px) {
  .page-type-product .product-hold .loyalty-program.with-logo .hold .earn-text {
    font-size: 14px;
    line-height: 20px;
  }
}
.page-type-product .product-hold .loyalty-program .hold {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
}
.page-type-product .product-hold .loyalty-program .hold .earn-text {
  position: relative;
  font-size: 20px;
  line-height: 24px;
  font-weight: 800;
  color: var(--secondary-color);
  padding-right: 28px;
  padding-left: 60px;
  width: calc(100% - 119px);
}
@media (max-width: 1023px) {
  .page-type-product .product-hold .loyalty-program .hold .earn-text {
    font-size: 16px;
    padding-right: 20px;
    padding-left: 50px;
  }
}
.page-type-product .product-hold .loyalty-program .hold .earn-text:after {
  content: "\f092";
  font-family: "PAG-Icons";
  font-size: 37px;
  line-height: 1;
  position: absolute;
  left: 0;
  top: 4px;
  display: block;
}
.page-type-product .product-hold .loyalty-program .hold .btn {
  width: 119px;
  height: 39px;
  font-size: 12px;
  padding: 4px 8px;
  line-height: 29px;
  min-height: 0 !important;
  justify-content: center;
}
.page-type-product .product-hold table td, .page-type-product .product-hold table th {
  border: none !important;
  background: none !important;
}
.page-type-product .product-hold h2 {
  font-size: 1.5rem !important;
}

.page-type-fill-script .mw__script-type_sample-images {
  margin-bottom: 60px !important;
}

.mw__checkout-page {
  position: relative;
  z-index: 1;
}
.mw__checkout-page:after {
  content: "";
  display: block;
  position: absolute;
  top: 20px;
  bottom: 20px;
  left: 0;
  width: 100%;
  background: #fff;
  border-radius: 15px;
  z-index: -1;
}
.mw__checkout-page .mw__icon_svg svg {
  width: 100% !important;
}
.mw__checkout-page > button {
  float: right;
}

.mw__checkout-footer .mw__checkout-loyalty .loyalty-heading h3 {
  padding-left: 100px;
  position: relative;
  max-width: 360px !important;
}
.mw__checkout-footer .mw__checkout-loyalty .loyalty-heading h3:before {
  content: "\f087";
  font-family: "PAG-Icons";
  font-size: 72px;
  line-height: 1;
  position: absolute;
  font-weight: 400;
  left: 0;
  top: 3px;
}
.mw__checkout-footer .mw__checkout-loyalty .loyalty-heading .btn {
  font-size: 12px;
  padding: 10px 19px;
  line-height: 17px;
  min-height: 0 !important;
}
.mw__checkout-footer .mw__checkout-loyalty .loyalty-body .loyalty-logo {
  width: 140px;
  margin: 0 auto 20px;
}
.mw__checkout-footer .mw__checkout-loyalty .loyalty-body p {
  text-align: center;
  margin: -10px 0 15px;
}
.mw__checkout-footer .mw__checkout-loyalty .loyalty-body .earn-higlight {
  text-align: center;
  background: #f9f9f9;
  padding: 10px 20px;
}
.mw__checkout-footer .mw__checkout-loyalty .loyalty-body .btn {
  font-size: 12px;
  font-weight: 500;
  padding: 10px 8px;
  text-align: center;
  line-height: 17px;
  width: 120px;
  min-height: 0 !important;
}
.mw__checkout-footer .confirm-order-btn {
  width: 100% !important;
  margin: 30px 0 0 !important;
  float: none;
}

.mw__confirmation-page .mw__order-submitted {
  background: #F2F2F2;
}
.mw__confirmation-page .mw__order-submitted .mw__loyalty-logo {
  width: 140px;
  margin: 0 auto 20px;
}

.row.mw__clear-float {
  margin: 0;
}

.store-contacts-hold.loading {
  opacity: 0;
}
.store-contacts-hold .store-full-data {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 800px) {
  .store-contacts-hold .store-full-data {
    order: 100;
    flex-direction: column-reverse;
  }
}
.store-contacts-hold .store-full-data > h1 {
  font-size: 30px;
}
@media (max-width: 800px) {
  .store-contacts-hold .store-full-data > h1 {
    order: 100;
    display: block !important;
  }
}
.store-contacts-hold .store-full-data .pharmacy-card {
  width: calc(100% - 400px);
  padding-right: 30px;
  box-sizing: border-box;
}
@media (max-width: 1279px) {
  .store-contacts-hold .store-full-data .pharmacy-card {
    width: calc(100% - 340px);
  }
}
@media (max-width: 1023px) {
  .store-contacts-hold .store-full-data .pharmacy-card {
    width: calc(100% - 300px);
  }
}
@media (max-width: 800px) {
  .store-contacts-hold .store-full-data .pharmacy-card {
    width: 100%;
    padding-right: 0;
  }
}
.store-contacts-hold .store-full-data .pharmacy-card h1 {
  font-size: 40px;
}
@media (max-width: 800px) {
  .store-contacts-hold .store-full-data .pharmacy-card h1 {
    display: none !important;
  }
}
.store-contacts-hold .store-full-data .pharmacy-card figure {
  width: 100%;
  overflow: hidden;
  border-radius: 0.75rem;
  margin: 0 0 30px;
}
.store-contacts-hold .store-full-data .pharmacy-card figure img {
  max-width: none;
  width: 100%;
  height: auto;
}
.store-contacts-hold .store-full-data .side-pharmacy-data {
  width: 400px;
  padding: 30px;
  position: relative;
}
.store-contacts-hold .store-full-data .side-pharmacy-data:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: var(--primary-color);
  opacity: 0.1;
  z-index: -1;
  border-radius: 14px;
}
.store-contacts-hold .store-full-data .side-pharmacy-data h2 {
  font-size: 1.414rem;
}
@media (max-width: 1279px) {
  .store-contacts-hold .store-full-data .side-pharmacy-data {
    width: 340px;
  }
}
@media (max-width: 1023px) {
  .store-contacts-hold .store-full-data .side-pharmacy-data {
    width: 300px;
  }
}
@media (max-width: 800px) {
  .store-contacts-hold .store-full-data .side-pharmacy-data {
    width: 100%;
    margin-bottom: 30px;
  }
}

.no-shop-menu-search-cart-category-footer #mstore-find-store .store-locator-slideout .slideout-body .slideout-body-content .locations-list .item-hold .pharmacy-item .item-data .click-and-collect, .no-shop-menu-search-cart-category-footer #mstore-find-store .store-locator-slideout .slideout-body .slideout-body-content .locations-list .item-hold .pharmacy-item .item-data .delivery-availability, .no-shop-menu-search-cart-category-footer #mstore-find-store .store-locator-slideout .slideout-body .slideout-body-content .locations-list .item-hold .pharmacy-item .item-data .online-shopping {
  display: none !important;
}

.v-dialog .v-card.v-sheet {
  border-radius: 0 !important;
  border-color: var(--secondary-color) !important;
}

.v-card__title {
  color: #fff;
  font-weight: 700 !important;
  font-size: 18px !important;
  text-align: center;
  background: var(--secondary-color);
  line-height: 28px;
  padding: 16px 20px !important;
}
.v-card__title .close-btn {
  text-indent: 200%;
  overflow: hidden;
  white-space: nowrap;
  width: 16px;
  height: 16px;
  top: 19px;
  right: 20px;
  display: block;
  cursor: pointer;
  background: url("images/icon-close-white.svg") no-repeat;
  background-size: contain;
}

.v-dialog__content h5 {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}
.v-dialog__content h4 {
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  margin: 0 0 10px;
}
.v-dialog__content .btn.dialog-action {
  width: auto;
  height: 35px;
  padding: 10px 20px;
  line-height: 28px;
  min-height: 0 !important;
  line-height: 0;
  color: #fff;
  border-radius: 5px;
  background-color: var(--main-color) !important;
  border-color: var(--main-color) !important;
}
.v-dialog__content .btn.dialog-action:disabled {
  background-color: #666 !important;
}
.v-dialog__content .btn.dialog-action.dialog-action--cancel:not(:disabled) {
  background-color: transparent !important;
  border-style: solid;
  color: var(--main-color);
}

.content-block a.join-today-btn.btn {
  display: none;
  background-color: var(--button-bg-color, var(--primary-color)) !important;
  border-color: var(--button-bg-color, var(--primary-color)) !important;
  border-bottom-left-radius: 24px !important;
  border-top-left-radius: 24px !important;
  border-bottom-right-radius: 0px !important;
  border-top-right-radius: 0px !important;
  color: var(--button-text-color, #fff) !important;
}
.content-block a.join-today-btn.btn .reward-icon {
  width: auto;
  height: 24px;
}
.content-block a.join-today-btn.btn:hover {
  opacity: 0.7;
}
.content-block ul:not(.normal-list) {
  list-style: none;
  padding-left: 0;
}
.content-block ul:not(.normal-list) > li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 8px;
}
.content-block ul:not(.normal-list) > li:before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--primary-color);
  font-weight: bold;
}
.content-block ul:not(.normal-list).__green > li:before {
  color: #41aa46;
}
.content-block ul.normal-list {
  list-style: none;
  padding-left: 0;
}
.content-block ul.normal-list > li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 8px;
}
.content-block ul.normal-list > li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 8px;
  height: 8px;
  background-color: var(--primary-color);
  border-radius: 2px;
}
.content-block ul.normal-list.__green > li:before {
  background-color: #41aa46;
}

a.btn.book-now__green {
  margin: 20px 0;
  border-radius: 24px !important;
  background-color: #41aa46 !important;
  border-color: #41aa46 !important;
  color: #fff !important;
}

.site-footer .widget_info_block_widget {
  padding-right: 20px;
  color: var(--primary-color);
}
@media (max-width: 768px) {
  .site-footer .widget_info_block_widget {
    padding-right: 0;
  }
}
.site-footer .footer-widgets {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.site-footer .footer-widget {
  flex: 1;
  min-width: 250px;
  margin-right: 20px;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .site-footer .footer-widget {
    min-width: 100%;
    margin-right: 0;
  }
}
.site-footer .custom-info-block .widget-title {
  margin-bottom: 15px;
  color: var(--primary-color);
}
.site-footer .custom-info-block .widget-description {
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 15px;
}
.site-footer .widget-cta {
  margin-top: 15px;
}
.site-footer .widget-cta .btn {
  background-color: var(--primary-color);
  color: #fff;
  text-decoration: none;
  border-radius: 8px;
  font-weight: 500;
  transition: all 0.3s ease;
}
.site-footer .widget-cta .btn:hover {
  background-color: var(--secondary-color);
}
@media (max-width: 768px) {
  .site-footer .widget-cta .btn {
    text-align: center;
  }
}

.legitscript-seal.mobile-only {
  display: none !important;
}
@media (max-width: 767px) {
  .legitscript-seal.mobile-only {
    display: flex !important;
    margin: 20px auto;
    justify-content: center;
  }
}

@media (max-width: 767px) {
  .legitscript-seal.desktop-only {
    display: none !important;
  }
}

ol li {
  color: inherit !important;
}

ul li {
  color: inherit !important;
}

#mstore-find-store .store-locator-slideout {
  height: 100vh !important;
  max-height: 100vh !important;
  z-index: 99999 !important;
}

#mobile-menu {
  z-index: 9999 !important;
}

/*# sourceMappingURL=widget-customize.css.map */
