@media (min-width: 320px) and (max-width: 425px) {
  /*  Red Promo banner*/
  .ms-promo-banner.red-promo {
    background: #e62a36;
  }
  .ms-promo-banner.red-promo .ms-promo-banner__content {
    color: white;
  }

  /*   Green Promo banner*/
  .ms-promo-banner.green-promo {
    background: #5a9e33;
  }
  .ms-promo-banner.green-promo .ms-promo-banner__content {
    color: white;
  }

  /*   Yellow Promo banner*/
  .ms-promo-banner.yellow-promo {
    background: #facc00;
  }
  .ms-promo-banner.yellow-promo .ms-promo-banner__content {
    color: white;
  }
}
.ms-nav.red-sale
  > .ms-nav__list
  > .ms-nav__list__item:first-child
  > .ms-nav__list__item__button {
  background: #e62a36;
  color: white;
}
.ms-nav.green-sale
  > .ms-nav__list
  > .ms-nav__list__item:first-child
  > .ms-nav__list__item__button {
  background: #5a9e33;
  color: white;
}
.ms-nav.yellow-sale
  > .ms-nav__list
  > .ms-nav__list__item:first-child
  > .ms-nav__list__item__button {
  background: #facc00;
  color: black;
}

.cookie-consent-overlay-style {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 110;
}

.dobbies-club-renewal-popup__dialog
  .dobbies-club-renewal-popup__body
  .dobbies-club-renewal__cta {
  border-radius: 5px !important;
}

@media (min-width: 786px) {
  .msc-modal__dialog.dobbies-club-renewal-popup__dialog
    .msc-modal__header
    .msc-modal__close-button {
    top: -45px;
    right: -25px;
  }
}

.ms-password-reset-verification__email-verification-button.ms-password-reset-verification__verify-email-edit {
  display: none !important;
}

.full-width-banner .ms-content-block__link,
.half-banner-with-title .ms-content-block__link {
  display: block !important;
}
.dobbies-modal-body .ms-product-collection .msc-ss-carousel:before {
  display: none !important;
}
.dobbies-modal-body .ms-product-collection .msc-ss-carousel {
  width: 100% !important;
  margin-top: 15px !important;
}
.dobbies-modal-body .ms-product-collection__heading {
  display: none !important;
}
.dobbies-modal-body .ms-product-collection .msc-product .msc-product__title {
  min-height: 30px !important;
}
.dobbies-modal-body .ms-product-collection__item .msc-product__details {
  min-height: 90px !important;
}
.msc-add-to-wishlist,
.msc-add-to-wishlist:after {
  color: #111;
}

.ms-sign-in__social-account {
  display: flex !important;
  margin: 15px !important;
  max-width: none !important;
  min-height: unset !important;
  min-width: unset !important;
  width: fit-content !important;
  justify-content: center !important;
  align-items: center !important;
  background: #5a9e33 !important;
  color: white !important;
  border: none !important;
  padding: 10px !important;
}

.ms-sign-in__social-account-picture {
  margin: 0 !important;
}

.ms-sign-in__social-account-text {
  margin: 0 10px !important;
  top: unset !important;
  left: unset !important;
  text-indent: 0 !important;
}
/* .ms-refine-submenu.list-group.Category{
display: none !important;
} */

.dobbies-gift-card-addtoBasket > .type-card {
  display: none !important;
}

.trustpilot_padding {
  padding-top: 20px;
  padding-bottom: 20px;
}

.brand-container {
  background-color: #f8f8f8;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .brand-container {
    margin-bottom: 20px;
  }
}
.msc-active-image__details__title {
  text-align: center;
}
a.msc-cta__primary {
  transition: none !important;
}

@media screen and (min-width: 992px) {
  .ms-nav > .ms-nav__list .menu-item-image {
    width: 100%;
  }
}

@media screen and (min-width: 1920px) {
  .ms-nav
    > .ms-nav__list
    > .ms-nav__list__item
    .submenu
    > .ms-nav__feature
    > ul
    > li
    > a {
    height: 50.8px;
    display: flex;
    align-items: flex-end;
  }
}
@media screen and (min-width: 992px) {
  .ms-nav > .ms-nav__list > .ms-nav__list__item .submenu {
    height: auto !important;
  }
}

.three-column-layout .ms-content-block__cta > a,
.two-column-container .ms-content-block__cta > a {
  margin: 0 10px;
}

.default-container.default-container.fluid.club-marketing-header img {
  width: auto;
}
.default-container.default-container__0.fluid.dobbies-club-testimonial-carousel
  img {
  width: auto;
}
.default-container.default-container__1.container.dobbies-club-plus-today img {
  width: auto;
}

/* static page accordians margins*/
.full-width-text-block.grey-bg {
  margin: 40px 0;
}
.accordion-panel.fluid {
  margin: 40px 0;
}
.ms-accordion.accordion-panel {
  margin-top: 40px;
  margin-bottom: 40px;
}

/* cart */
@media (max-width: 1210px) {
  .ms-cart .msc-cart-line-item-subtotal-amount .msc-price .msc-price__actual {
    margin-right: 10px;
  }
}
@media (max-width: 767px) {
  .ms-cart .msc-cart-line-item-subtotal-amount .msc-price .msc-price__actual {
    margin-right: 9px;
  }
}

.msc-cart-line__add-to-wishlist:after {
  top: 1px;
}

@media (max-width: 390px) {
  .msc-add-to-cart,
  .msc-notify-me {
    width: 175px;
  }
}
.msc-cart-line__product-quantity .quantity {
  display: flex;
  align-items: center;
}
/* PDP */
.msc-cart-line__product-quantity .quantity .quantity-input {
  top: 0;
  height: 26px;
}

/* Static page */
.two-column-layout .ms-content-block__details {
  justify-content: center;
}
.two-column-layout {
  align-items: normal;
}
.two-column-text:not(.grey-bg):not(.underlined)
  .ms-content-block:not(.grey-bg)
  ol {
  margin-bottom: 0;
}
.two-column-text:not(.grey-bg):not(.underlined)
  .ms-content-block:not(.grey-bg)
  .ms-content-block__cta {
  margin-top: 20px;
}

@media screen and (max-width: 1476px) and (min-width: 992px) {
  .three-column-layout .ms-content-block__text {
    margin-bottom: 0px;
  }
}
.ms-content-block__text p {
  margin-bottom: 20px;
}
.two-column-container .ms-content-block__text p {
  margin-bottom: 0px;
  margin-top: 20px;
}

.two-column-container .ms-content-block__cta {
  margin-top: 20px;
}

.two-column-container ul li:last-child,
.two-column-container ol li:last-child {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .video-container .ms-text-block p a {
    flex: initial;
  }
}

.full-width-banner-color {
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .active-image-container
    .msc-active-image__details
    .msc-active-image__details__additional-content__paragraph {
    opacity: 1;
  }
}

@media (max-width: 767px) {
  .quick-facts .ms-text-block p a {
    flex: initial;
  }
}

/** Safari */
@media not all and (min-resolution: 0.001dpcm) {
  .ms-wishlist-items__product-remove-button:before {
    padding-top: 0;
  }
}

/* account */

.ms-wishlist-items__product-remove-button {
  width: 26px;
  height: 26px;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
}
.ms-wishlist-items__product-remove-button:before {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  content: "";
}
.ms-wishlist-items__product-remove-button:after {
  content: "\00d7";
  width: 20px;
  height: 20px;
  font-size: 26px;
  position: relative;
  right: 0px;
  top: 0px;
  line-height: 20px;
  bottom: 0;
  font-weight: 100;
  left: 0;
}
@media (max-width: 1476px) {
  .ms-wishlist-items__product {
    max-width: 31%;
  }
}

@media (max-width: 767px) {
  .ms-wishlist-items__product {
    max-width: 46%;
  }
}
.ms-order-confirmation__order-information-qr-code {
  display: none;
}

.ms-account-generic-tile__heading,
.ms-account-wishlist-tile__heading,
.ms-account-order-templates-tile__heading,
.ms-account-address-tile__heading,
.ms-account-loyalty-tile__heading,
.ms-account-organization-users-tile__heading,
.ms-account-customer-balance-tile__heading {
  display: flex;
  align-items: center;
}

.ms-account-address-tile__heading:before {
  position: static;
}

.ms-account-profile__attributes select,
.ms-account-profile__attributes__section select {
  background-color: #fff;
  color: #111;
}

.ms-account-profile__simple-consent-attributes
  > div
  input[type="checkbox"]::before,
.ms-account-profile__simple-consent-attributes
  > div
  .ms-loyalty-signup
  .loyalty-signup-section__input-holder
  select[type="checkbox"]::before,
.ms-loyalty-signup
  .loyalty-signup-section__input-holder
  .ms-account-profile__simple-consent-attributes
  > div
  select[type="checkbox"]::before,
.ms-account-profile__club-plus-consent-attributes
  > div
  input[type="checkbox"]::before,
.ms-account-profile__club-plus-consent-attributes
  > div
  .ms-loyalty-signup
  .loyalty-signup-section__input-holder
  select[type="checkbox"]::before,
.ms-loyalty-signup
  .loyalty-signup-section__input-holder
  .ms-account-profile__club-plus-consent-attributes
  > div
  select[type="checkbox"]::before {
  width: 15px;
  height: 15px;
  top: 0;
}

/* plp */

@media screen and (max-width: 400px) {
  #search-result-modal,
  .category-list-mobile {
    width: 160px;
  }
}

.ms-dobbies-browse ul {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: var(--dobbies-body-font-size-s);
  line-height: 20px;
}
.ms-dobbies-browse ul li {
  border-top: 1px solid #111;
}
.ms-dobbies-browse ul li a {
  display: block;
  padding: 15px 0 15px 15px;
  position: relative;
  text-decoration: none;
}
.ms-dobbies-browse ul li a.browse-active-link,
.ms-dobbies-browse ul li a:hover {
  text-decoration: none;
  background: #f8f8f8;
  font-weight: 500;
}
.msc-choice-summary .msc-choice-summary__item {
  margin-bottom: 10px;
}
.msc-choice-summary > span {
  margin-bottom: 10px;
  display: inline-block;
}
.msc-choice-summary .msc-choice-summary__glyph:after,
.ms-search-result-container__refine-product-section
  .msc-choice-summary__glyph:after {
  font-family: "$dobbies-icon-font-family";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: 600;
  text-rendering: auto;
  line-height: 1;
  content: "\e918";
  font-size: 10px;
  top: 0;
}
.msc-choice-summary > span,
.ms-search-result-container__refine-product-section > span {
  margin-right: 10px;
  margin-bottom: 10px;
  display: inline-block;
}
@media (max-width: 767px) {
  .msc-choice-summary > span,
  .ms-search-result-container__refine-product-section > span {
    display: block;
    text-align: center;
    margin-right: 0;
  }
}

.ms-search-result-container__refiner-section .slider .slider__labels-item {
  font-weight: 400;
}

/* reviews title on pdp */

.ms-reviews-list__title {
  font-weight: 500;
}

.ms-reviews-list__text {
  font-weight: 400;
}

.ms-reviews-list__like:hover,
.ms-reviews-list__dislike:hover,
.ms-reviews-list__edit:hover,
.ms-reviews-list__like,
.ms-reviews-list__dislike,
.ms-reviews-list__edit {
  text-decoration: none;
}

.ms-store-select__search-input + div {
  width: 100%;
}

.ms-order-details__groups .prior-info label {
  font-weight: 500;
}

.ms-order-details__groups .prior-info__delivery-address {
  display: flex;
}
.ms-order-details__groups .prior-info__delivery-address > span {
  flex: 1;
  margin-bottom: 10px;
}

.ms-order-details__sales-line-btn-buy-it-again-link {
  font-weight: 400;
}

.ms-order-details__order-information-created-date {
  padding-left: 5px;
  line-height: 16px;
}
.ms-order-details__order-information .prior-info > span {
  margin-right: 0;
}
.ms-order-details__order-information
  .prior-info
  > span:not(.prior-info__order-placed) {
  margin-right: 5px;
}

@media screen and (max-width: 1476px) and (min-width: 991px) {
  .ms-order-details__order-information
    .prior-info__order-total
    .msc-price
    .msc-price__actual {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .ms-order-details__payment-methods-title {
    font-weight: 400;
    font-size: 16px;
  }
  .ms-order-details__payment-methods-line {
    font-size: 16px;
  }
}

.ms-order-details__order-information
  .prior-info
  > span:not(.prior-info__order-placed) {
  padding-left: 0;
}

/* Sing in  */

@media screen and (max-width: 1068px) {
  .ms-sign-in__account-item {
    margin-top: 20px;
  }
}

.ms-sign-in__social-accounts button {
  height: 46px !important;
}
.ms-sign-in__social-accounts button:hover {
  border-color: var(--msv-sign-in-primary-btn-bg) !important;
}

@media screen and (max-width: 1210px) {
  .ms-sign-in__social-accounts button {
    width: 192px !important;
  }
}

@media screen and (max-width: 767px) {
  .ms-sign-in__social-accounts button {
    width: 100% !important;
  }
}

.ms-sign-up > a {
  z-index: 999;
}

.ms-content-block__image {
  display: block;
}
.ms-sign-in__social-accounts {
  display: none !important;
}

.ms-sign-in__sign-up-section {
  margin-top: 40px;
}

.ms-sign-up__create-button {
  float: none;
}
.ms-sign-up__sign-up-disclaimer {
  display: inline-block;
}
.ms-sign-up__page-error-text {
  float: left;
}

.sign-up-container:after {
  display: none;
}

.app-landing-container
  .full-width-banner
  .ms-content-block__cta
  .msc-cta__secondary,
.app-landing-container
  .text-with-link
  .ms-content-block__cta
  .msc-cta__secondary {
  background-size: 160px 62px;
  background-color: #000;
}

.app-landing-container
  .dobbies-top-picks-carousel
  .dobbies-top-picks-carousel__item__heading {
  font-size: 20px;
  margin: 10px 0;
}

.app-landing-container .dobbies-top-picks-carousel__item__paragraph {
  margin-bottom: 0;
  padding: 0 45px;
}

.app-landing-container .text-with-link {
  border-top: 2px solid #b6bcc1;
  border-bottom: 2px solid #b6bcc1;
}

.dobbies-top-picks-carousel .msc-ss-carousel__flipper,
.dobbies-top-picks-carousel .msc-ss-carousel__flipper--next {
  top: 38%;
}

@media screen and (max-width: 768px) {
  .app-landing-container
    .text-with-link
    .ms-content-block__cta
    .msc-cta__secondary,
  .app-landing-container
    .text-with-link
    .ms-content-block__cta
    .msc-cta__secondary {
    background-size: 138px 55px;
  }
  .app-landing-container .dobbies-top-picks-carousel__item__paragraph {
    padding: 0 35px;
  }
  .dobbies-top-picks-carousel
    .msc-ss-carousel__flipper
    .dobbies-top-picks-carousel
    .msc-ss-carousel__flipper--next {
    top: 35%;
  }
}

footer .footer-qr-code img {
  width: 38px;
  height: 38px;
  position: relative;
  top: 5px;
}

.footer-app-text p {
  float: right;
  margin: 0;
  font-size: 10px;
  margin-bottom: 3px;
}
footer .footer-app-buttons {
  display: none;
}

footer .footer-app-buttons p {
  display: flex;
}

footer .footer-app-buttons a {
  width: 120px;
  height: 35px;
  font-size: 0;
}

.app-landing-container
  .full-width-banner
  .ms-content-block__cta
  .msc-cta__secondary,
.app-landing-container
  .full-width-banner
  .ms-content-block__cta
  .msc-cta__primary,
.app-landing-container .text-with-link .ms-content-block__cta .msc-cta__primary,
.app-landing-container
  .text-with-link
  .ms-content-block__cta
  .msc-cta__secondary {
  border-radius: 5px;
}

footer .footer-app-buttons a.google-app-link {
  background: #000
    url(https://images-eu-prod.cms.commerce.dynamics.com/cms/api/ctdwmwnctb/imageFileData/ME8gud?pubver=0)
    center center no-repeat;
  background-size: 140px 55px;
  border-radius: 5px;
}

footer .footer-app-buttons a.app-store-link {
  background: #000
    url(https://images-eu-prod.cms.commerce.dynamics.com/cms/api/ctdwmwnctb/imageFileData/ME8gug?pubver=0)
    center center no-repeat;
  background-size: contain;
  background-size: 122px 36px;
  border-radius: 5px;
  margin: 0;
  margin-right: 15px;
}

@media screen and (max-width: 767px) {
  footer .footer-app-buttons {
    display: inline-block;
  }

  footer .footer-qr-code {
    display: none;
  }

  .footer-app-text p {
    display: none;
  }

  .app-landing-container .full-width-banner .ms-content-block__text {
    padding: 0 20px;
  }
}

.ms-product-search-result__item .badges__icon img {
  width: 100%;
  height: 100%;
}

.ms-search-result-container .top-title {
  display: none;
}

.ms-content-block.category-banner.no-image-categories {
  position: static;
  height: auto;
  min-height: auto;
  margin: 0;
}

.ms-content-block.category-banner.no-image-categories
  .ms-content-block__details {
  position: relative;
  margin: 0;
  width: 100%;
}

.ms-content-block.category-banner.no-image-categories
  .ms-content-block__details
  .ms-content-block__title {
  padding: 20px 0 10px 0;
  border-bottom: 1px solid #1e1e1e;
  text-align: center;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 30px;
  margin: 0;
}
.ms-loyalty-plus
  .membership-detail-boxes_perbox.renew-button
  .link-holder
  .cta_btn {
  width: 185px;
}

@media screen and (max-width: 1210px) {
  .ms-content-block.category-banner.no-image-categories
    .ms-content-block__details
    .ms-content-block__title {
    font-size: 24px;
  }
}

@media screen and (max-width: 991px) {
  .ms-content-block.category-banner.no-image-categories
    .ms-content-block__details
    .ms-content-block__title {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 768px) {
  .ms-content-block.category-banner.no-image-categories {
    background: transparent;
  }
}

@media screen and (max-width: 767px) {
  .ms-content-block.category-banner.no-image-categories
    .ms-content-block__details
    .ms-content-block__title {
    margin-bottom: 0;
  }
}

@media screen and (min-width: 1210px) {
  .ms-content-block.category-banner {
    min-height: 200px;
  }
}

@media screen and (min-width: 991px) and (max-width: 1476px) {
  .ms-order-details__order-information .prior-info__order-placed {
    display: inline-block;
  }
}

.ms-account-profile__simple-consent-attributes > div input[type="checkbox"],
.ms-account-profile__simple-consent-attributes
  > div
  .ms-loyalty-signup
  .loyalty-signup-section__input-holder
  select[type="checkbox"],
.ms-loyalty-signup
  .loyalty-signup-section__input-holder
  .ms-account-profile__simple-consent-attributes
  > div
  select[type="checkbox"],
.ms-account-profile__club-plus-consent-attributes > div input[type="checkbox"],
.ms-account-profile__club-plus-consent-attributes
  > div
  .ms-loyalty-signup
  .loyalty-signup-section__input-holder
  select[type="checkbox"],
.ms-loyalty-signup
  .loyalty-signup-section__input-holder
  .ms-account-profile__club-plus-consent-attributes
  > div
  select[type="checkbox"] {
  margin: 2px 10px 0 0;
}

/* homepage-carousal-chevron */

.homepage-carousal-chevron .offer-1.ms-content-block .ms-content-block__details,
.homepage-carousal-chevron .offer-2.ms-content-block .ms-content-block__details,
.homepage-carousal-chevron .offer-3.ms-content-block .ms-content-block__details,
.homepage-carousal-chevron
  .offer-4.ms-content-block
  .ms-content-block__details {
  height: fit-content !important;
  top: 0;
}

.homepage-carousal-chevron
  .offer-1.ms-content-block
  .ms-content-block__details::before,
.homepage-carousal-chevron
  .offer-2.ms-content-block
  .ms-content-block__details::before,
.homepage-carousal-chevron
  .offer-3.ms-content-block
  .ms-content-block__details::before,
.homepage-carousal-chevron
  .offer-4.ms-content-block
  .ms-content-block__details::before {
  top: 0;
}

@media screen and (max-width: 767px) {
  .homepage-carousal-chevron
    .offer-1.ms-content-block
    .ms-content-block__details,
  .homepage-carousal-chevron
    .offer-2.ms-content-block
    .ms-content-block__details,
  .homepage-carousal-chevron
    .offer-3.ms-content-block
    .ms-content-block__details,
  .homepage-carousal-chevron
    .offer-4.ms-content-block
    .ms-content-block__details {
    width: 100%;
  }

  .homepage-carousal-chevron
    .offer-1.ms-content-block
    .ms-content-block__details
    .ms-content-block__text,
  .homepage-carousal-chevron
    .offer-2.ms-content-block
    .ms-content-block__details
    .ms-content-block__text,
  .homepage-carousal-chevron
    .offer-3.ms-content-block
    .ms-content-block__details
    .ms-content-block__text,
  .homepage-carousal-chevron
    .offer-4.ms-content-block
    .ms-content-block__details
    .ms-content-block__text {
    transform: translateY(-10px);
    text-align: center;
  }
}
@media screen and (max-width: 390px) {
  .homepage-carousal-chevron
    .ms-content-block[data-m-layout="full-width"]
    *
    + .ms-content-block__cta {
    margin-top: 0;
  }
  .homepage-carousal-chevron
    .offer-1.ms-content-block
    .ms-content-block__details
    .ms-content-block__text,
  .homepage-carousal-chevron
    .offer-2.ms-content-block
    .ms-content-block__details
    .ms-content-block__text,
  .homepage-carousal-chevron
    .offer-3.ms-content-block
    .ms-content-block__details
    .ms-content-block__text,
  .homepage-carousal-chevron
    .offer-4.ms-content-block
    .ms-content-block__details
    .ms-content-block__text {
    transform: translateY(-25px);
    margin-bottom: -40px;
  }
}

/* Kids CLP style */

.kids-shop-by-age-links {
  background: #8c64a8;
  min-height: auto;
  padding: 40px 20px;
}

.kids-shop-by-age-links .ms-content-block__details {
  margin-bottom: 0;
}

.kids-shop-by-age-links .ms-content-block__title {
  margin-top: 0;
  color: #fff;
}

.kids-shop-by-age-links .ms-content-block__image {
  display: none;
}

.kids-shop-by-age-links.cta-button .ms-content-block__cta > a {
  background: #fff;
  border-color: #fff;
  padding: 3px 30px;
  min-width: 170px;
}

.kids-shop-by-age-links.cta-button .ms-content-block__cta > a:hover {
  border-color: #facc00;
}

@media screen and (max-width: 1476px) {
  .kids-shop-by-age-links.cta-button .ms-content-block__cta > a {
    min-width: 150px;
  }
}

@media screen and (max-width: 992px) {
  .kids-shop-by-age-links.cta-button .ms-content-block__cta > a {
    min-width: 170px;
  }
}

.home-three-promo.kids-four-column .ms-content-block__details {
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: flex-start;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.kids-four-column.home-three-promo a {
  text-decoration: none !important;
}
@media screen and (min-width: 768px) and (max-width: 992px) {
.home-three-promo.kids-four-column a{
		height: 40px !important;
}
}
.home-three-promo.kids-four-column a {
		border-radius: 20px !important;
		text-transform: initial !important;
}

.home-three-promo.kids-four-column a:after {
	background:#C3D205; 
}


/* search result hover fix */
a.msc-autoSuggest__productResults-item {
  padding-top: 10px;
}
.msc-autoSuggest__productResults-item .msc-empty_image {
  grid-row-end: span 2;
  height: 50px;
}

/* plp product tile  */

@media screen and (max-width: 767px) {
  /* .ms-search-result-container__Products .list-unstyled { */
  /* grid-template-columns: repeat(auto-fill, minmax(190px, 1fr)); */
  /* } */
  /* .msc-product__isCnC, */
  /* .msc-product__isCnC-active { */
    /* margin-top: -30px; */
  /* } */

  /* .msc-product__isHD, */
  /* .msc-product__isHD-active { */
    /* margin-top: -25px; */
  /* } */
}

.ms-search-result-container__Products
  .list-unstyled
  .ms-product-search-result__item
  > div,
.ms-search-result-container__Products
  .list-unstyled
  .ms-product-search-result__item
  .msc-product {
  height: 100%;
}

@media screen and (max-width: 576px) {
  .product-club-plus-container-info {
    bottom: 60px;
  }
}
@media screen and (max-width: 420px) {
  .ms-product-search-result__item .msc-product__image img {
    height: 400px;
  }
.ms-product-search-result__item .msc-product__image .badges img {
	height: 100%;
}

  .ms-product-search-result__item .msc-product .msc-empty_image {
    margin: 0 auto;
  }
}

/* pdp */
@media screen and (max-width: 1210px) {
  .ms-buybox .product-badge-pdp {
    width: 100%;
  }
}

.ms-buybox .product-card-club-plus-icon-pdp p,
.product-card-club-plus-icon p {
  top: 0px;
  font-weight: 500;
}
.product-card-club-plus-icon p {
  top: -2px;
  font-weight: 500;
  font-size: 12px;
}
/* .product-card-club-plus > p:not(.product-card-club-plus-price) { */
  /* font-weight: 500; */
/* } */
@media screen and (max-width: 1280px) {
  .product-card-club-plus-cross {
    width: 5px;
    height: 5px;
  }
  .product-card-club-plus-cross::after,
  .product-card-club-plus-cross::before {
    top: 4px;
    left: -2px;
  }
}

/* .ms-buybox .product-club-plus, */
/* .product-card-club-plus > p:not(.product-card-club-plus-price) { */
  /* text-transform: uppercase; */
/* } */

/* @media screen and (min-width: 768px) { */
  /* .product-card-club-plus { */
    /* background: linear-gradient(45deg, #76777b 58%, #ffd047 55%); */
  /* } */
  /* .product-card-club-plus > p:not(.product-card-club-plus-price) { */
    /* width: 60%; */
  /* } */
  /* .product-card-club-plus-price { */
    /* margin: 0; */
  /* } */
/* } */
/* @media screen and (min-width: 978px) { */
  /* .product-card-club-plus > p:not(.product-card-club-plus-price) { */
    /* font-size: 13px; */
  /* } */
/* } */
/* @media screen and (min-width: 1100px) { */
  /* .product-card-club-plus { */
    /* background: linear-gradient(45deg, #76777b 55%, #ffd047 55%); */
  /* } */
  /* .product-card-club-plus > p:not(.product-card-club-plus-price) { */
    /* font-size: 14px; */
  /* } */
/* } */

.product-card-club-plus-icon {
  border: none;
  width: auto;
  height: auto;
}

/* @media screen and (min-width: 1068px) { */
  /* .ms-product-search-result__item:nth-child(1) .product-card-club-plus-icon p, */
  /* .ms-product-search-result__item:nth-child(5n + 5) */
    /* .product-card-club-plus-icon */
    /* p { */
    /* padding-left: 0; */
  /* } */
}

.product-card-club-plus-icon p {
  top: 0;
  left: 0.2px;
  width: 16px;
  height: 16px;
  bottom: 0;
  line-height: 14.5px;
  border: 1px solid black;
  border-radius: 100%;
  padding-top: 0.5px;
  padding-left: 0.5px;
}
.ms-buybox .product-card-club-plus-icon-pdp {
  right: 10px;
  border-width: 1px;
  top: 50%;
  transform: translateY(-50%);
}

.ms-product-collection__item .msc-empty_image {
  max-height: 339px;
}

.dobbies-calculator-iframe-block {
  h2 {
    font-weight: var(--dobbies-font-weight-bold);
    margin: 20px 0;
    line-height: 42px;
    width: 100%;
    @media (max-width: $msv-breakpoint-l) {
      font-size: 18px;
    }
  }
  iframe {
    border: 0;
    height: 100vh;
  }
  height: 270px !important;
  overflow: scroll !important;
}

/* temporary changes */

@media screen and (max-width: 1210px) {
  .product-bundle-container .price-summary button#up-arrow-btn.msc-btn,
  .product-bundle-container .price-summary button#down-arrow-btn.msc-btn,
  .product-bundle-container .price-summary button#up-arrow-btn-modal.msc-btn,
  .product-bundle-container .price-summary button#down-arrow-btn-modal.msc-btn {
    display: none;
  }
  .product-bundle-modal
    .product-bundle-container
    .price-summary
    button#up-arrow-btn.msc-btn,
  .product-bundle-modal
    .product-bundle-container
    .price-summary
    button#down-arrow-btn.msc-btn,
  .product-bundle-modal
    .product-bundle-container
    .price-summary
    button#up-arrow-btn-modal.msc-btn,
  .product-bundle-modal
    .product-bundle-container
    .price-summary
    button#down-arrow-btn-modal.msc-btn {
    display: inline-block;
  }
}

@media screen and (max-width: 767px) {
  .product-bundle-container .msc-ss-carousel .msc-ss-carousel__flipper {
    top: 185px;
  }
  .product-bundle-modal
    .product-bundle-container
    .price-summary
    button#up-arrow-btn.msc-btn,
  .product-bundle-modal
    .product-bundle-container
    .price-summary
    button#down-arrow-btn.msc-btn,
  .product-bundle-modal
    .product-bundle-container
    .price-summary
    button#up-arrow-btn-modal.msc-btn,
  .product-bundle-modal
    .product-bundle-container
    .price-summary
    button#down-arrow-btn-modal.msc-btn {
    display: none;
  }
}

@media screen and (max-width: 400px) {
  .product-bundle-container .msc-ss-carousel .msc-ss-carousel__flipper {
    top: 175px;
  }
  .product-bundle-container
    .pdpCurrentProd
    div
    .msc-product__product-quantity
    .quantity {
    width: 80px;
  }
}

@media screen and (min-width: 1210px) {
  .product-bundle-container .msc-ss-carousel .msc-ss-carousel__flipper {
    top: 210px;
  }

  .product-bundle-container .price-summary,
  .product-bundle-container .price-summary__product-list {
    padding-right: 10px;
  }
  .product-bundle-container .price-summary button#up-arrow-btn.msc-btn,
  .product-bundle-container .price-summary button#down-arrow-btn.msc-btn,
  .product-bundle-container .price-summary button#up-arrow-btn-modal.msc-btn,
  .product-bundle-container .price-summary button#down-arrow-btn-modal.msc-btn {
    display: inline-block;
  }
}
@media screen and (min-width: 1476px) {
  .product-bundle-container .msc-ss-carousel .msc-ss-carousel__flipper {
    top: 240px;
  }
}

.product-bundle-container
  div
  .msc-product__product-quantity
  .quantity
  .increment::before {
  font-size: 17px;
}

.product-bundle-container .price-summary .quantity-input {
  -moz-appearance: textfield;
}

.product-bundle-container .price-summary button#up-arrow-btn.msc-btn,
.product-bundle-container .price-summary button#up-arrow-btn-modal.msc-btn {
  top: 30px;
}

.product-bundle-container .price-summary button#down-arrow-btn.msc-btn,
.product-bundle-container .price-summary button#down-arrow-btn-modal.msc-btn {
  bottom: 140px;
}

.product-bundle-container .price-summary__product-list {
  scrollbar-width: none;
}

@media screen and (min-width: 992px) {
  .ms-nav > .ms-nav__list {
    flex-wrap: nowrap;
  }
}

.notificationModal_cta {
  line-height: 28px;
}

@media (min-width: 1476px) {
  .notificationModal_detail h5 {
    margin-top: 20px;
  }
  .notificationModal_detail p {
    margin-top: 25px;
  }
  .notificationModal_cta {
    margin-top: 30px;
  }
  .notificationModal_detail {
    padding-right: 0px;
  }
}

@media (min-width: 1600px) {
  .notificationModal_detail h5 {
    margin-top: 38px;
  }
  .notificationModal_detail p {
    margin-top: 46px;
  }
  .notificationModal_cta {
    margin-top: 59px;
  }
  .notificationModal_detail {
    padding-right: 150px;
  }
}

@media (max-width: 767px) {
  .dobbies-store-location-popup
    .msc-modal__dialog
    .loyalty-signup-section__input-holder
    > div:first-child {
    margin-bottom: 40px;
    margin-left: -10px;
  }
}

@media (max-width: 400px) {
  .dobbies-store-location-popup .msc-modal__dialog .select-holder select {
    width: 300px;
  }
}
.msc-order-summary__items-cards .card-img-container:nth-child(2) {
  margin-bottom: -2px;
}

.store-locator__head-alphabet li.store-selected a {
	color: #5a9e33;
}

/* ===================================== */
/* PAYMENT UI */
/* .custom-checkout-section .ms-checkout-section-container_item:nth-child(3),
.custom-checkout-section .ms-checkout-section-container_item:nth-child(4) {
  width: 50%;
  background-color: #f8f8f8 !important;
}
@media screen and (max-width: 991px) {
  .custom-checkout-section .ms-checkout-section-container_item:nth-child(3),
  .custom-checkout-section .ms-checkout-section-container_item:nth-child(4) {
    width: 100%;
	justify-content:center !important;
  }
  .ms-checkout__main .ms-checkout-apple-pay {
    width: 255px;
    padding: 0;
  }
  #apple-pay {
    width: 100% !important;
    max-width: 100%; 
  }
  .ms-checkout_guided-card.updating
    .ms-checkout-payment-instrument_mutation-observer {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .custom-checkout-section .ms-checkout-section-container_item:nth-child(3),
  .custom-checkout-section .ms-checkout-section-container_item:nth-child(4) {
	justify-content:center !important;
  }
}

.custom-checkout-section .ms-checkout-section-container__item:nth-child(3) {
  justify-content: flex-end;
}
.custom-checkout-section .ms-checkout-section-container__item:nth-child(4) {
  justify-content: flex-start;
} */
/* .ms-checkout-section-container [data-type-name="checkout-payment-instrument"] {
  /* /* border: 5px solid purple; */ 
  /* order: inherit; */
/* } */


.clubplus-landingpage-banner .ms-content-block__image img {
	display: block;
}
.custom-checkout-section .ms-checkout-section-container__item:nth-child(4) .checkout-payment-instrument__iframe {display: block;}


.loyalty-signup-custom-container .club-payment .ms-checkout__main {
	max-width: none;
}
.ms-checkout-section-container [data-type-name="checkout-payment-instrument"] {
	order: unset;
}
.brand-container>.row>.col-12:first-child {
	display: block;
}

@media (max-width: 767px) {
    .notificationModal .msc-modal__dialog {
		right: 0;
    }
}
.contact-us-button .msc-cta__primary {display: block} 
@media (max-width: 767px) {
	.notificationModal_image img {
		object-fit: initial;
		max-height: 236px;
		width: 100%;
	}
}
.loyalty-signup-custom-container .club-payment .billing-address-checkboxes.bolton-address-heading .bolton-change-address {cursor: pointer;}
.ms-cookie-compliance.cookie-redesign {
	z-index: 1000;
}

.msc-modal.notificationModal.notificationModal_PB {
	    z-index: 999;
}
.notificationModal + .msc-modal__backdrop {
	z-index: 991;
}

.ms-header .ms-cta-section .cta-column .cta-image img, .ms-header .ms-cta-section .cta-m-column .cta-image img {
	width: auto;
}
.ms-buybox .buttons-container {
	align-items: center;
}

@media (min-width: 1210px) {
	.guest-order-details .ms-order-details__sales-line .msc-cart-line__product>a[href], 
	.normal-order-details .ms-order-details__sales-line .msc-cart-line__product>a[href] {
		max-width: 300px
	}
	.homepage-carousal .msc-carousel .ms-content-block__text p {
		font-size: 18px;
	}
}

.store-locator__block>ul li a{cursor: pointer;}

.ms-checkout__line-items-delivery-group .msc-cart-line__content .msc-cart-line__product-price .msc-price__actual {color: #111;}
.ms-checkout__line-items-delivery-group .msc-cart-line__content .msc-cart-line__product-price .msc-price .msc-price__salePrice .msc-price__actual {color: #fa141a;}
.msc-cart__btn-guestcheckout {
	font-size: 18px;
	    line-height: 24px;
		font-weight: 700;
}
.msc-cart__btn-guestcheckout:hover {
	background: #5A9E33;
}



/* @media (min-width: 1476px) { */
    /* footer .ms-footer-redesign .ms-footer-body .social-media-inner-container { */
        /* margin-right: 50px; */
        /* padding-right: 64px; */
    /* } */
/* } */
/* .msc-add-to-wishlist, */
/* .msc-add-to-wishlist:after { */
	/* color: #003428; */
/* } */

/* @media screen and (max-width: 400px) and (min-width: 375px) { */
    /* .homepage-carousal-updated .msc-carousel .ms-content-block.carousel-text-with-image.mix-match .ms-content-block__details::before { */
        /* height: 60px; */
        /* width: 160px; */
    /* } */
/* } */
/* @media screen and (max-width: 400px) and (min-width: 375px) { */
    /* .homepage-carousal-updated .msc-carousel .ms-content-block.carousel-text-with-image.fifity-off .ms-content-block__details::before { */
        /* width: 120px; */
        /* height: 70px; */
    /* } */
/* } */
/* @media screen and (max-width: 400px) and (min-width: 375px) { */
    /* .homepage-carousal-updated .msc-carousel .ms-content-block.carousel-text-with-image.christsmas .ms-content-block__details::before { */
        /* height: 65px; */
        /* width: 150px; */
    /* } */
/* } */

/* .homepage-carousal-updated .msc-carousel .ms-content-block .ms-content-block__details .msc-cta__primary,  */
/* .homepage-carousal-updated .msc-carousel .ms-content-block .ms-content-block__details .msc-cta__secondary { */
	/* margin:0; */
	/* margin-bottom: 8px */
/* } */

/* .ms-header__mobile-hamburger-menu-links .msc-btn, .ms-header__mobile-hamburger-menu-links .ms-signin-info__account-link-button { */
	/* padding: 12px 15px; */
/* } */

/* .ms-cart .msc-cart-line__add-to-wishlist { */
	/* text-decoration: none; */
/* } */

/* @media screen and (max-width: 1210px) and (min-width: 767px) { */
    /* .ms-buybox .price-quantity { */
        /* gap: 20px; */
    /* } */
	/* .ms-buybox .price-quantity.no-cnc { */
		/* gap: 10px; */
	/* } */
		
/* } */

/* .new-filter__filter-section .filter-list .ms-refine-submenu.list-group .slide-down, */
/* .new-filter__filter-section .filter-list .ms-refine-submenu.list-group .slide-up{ */
	    /* background: #F8F5EF; */
/* } */

/* .two-column-layout.store-column h1,  */
/* .two-column-text.store-column h1, */
/* .two-column-layout.store-column a, */
/* .ms-text-block, */
/* .ms-text-block a, */
/* .half-banner-with-title .ms-content-block__title { */
	/* color: #003428; */
/* } */

/* .two-column-layout.store-column a.line-button { */
	/* color: #fff; */
/* } */

/* @media (max-width: 1210px) and (min-width: 767px) { */
    /* .trending_now .ms-product-collection .msc-ss-carousel .msc-ss-carousel__flipper { */
		/* margin-left: -10px; */
    /* } */
	/* .trending_now .ms-product-collection .msc-ss-carousel .msc-ss-carousel__flipper--next { */
		/* margin-left: 37px; */
	/* } */
/* } */

.msc-cart-line__add-to-wishlist:hover {
	text-decoration: none;
}

h1 {
	font-weight: 700 !important;
}
.new-filter-ms-search-result-container .ms-search-result-container__category-hierarchy span::after {
    color: #5A9E33;
}
@media (min-width: 1600px) {
    .notificationModal_detail {
        padding-right: 0;
    }
}
.notificationModal_cta {
	height: 40px;
    line-height: 40px;
    border-radius: 20px;
	border-color:#5A9E33;
}

.notificationModal_cta:hover {
    color: #fff;
    border-color: #C3D205;
}

.notificationModal_cta:after  {
	    background: #C3D205;
}


.homepage-carousal-updated .msc-carousel .ms-content-block.carousel-text-with-image.hp-offer-1 .ms-content-block__details::before {
	    background-image: url(https://images-eu-prod.cms.commerce.dynamics.com/cms/api/ctdwmwnctb/imageFileData/MDe65z);
}
/* .homepage-carousal-updated .msc-carousel .ms-content-block.carousel-text-with-image.hp-offer-2 .ms-content-block__details::before { */
	    /* background-image: url(https://images-eu-prod.cms.commerce.dynamics.com/cms/api/rsbnfrmlpw/imageFileData/MDljxv); */
/* } */
/* .homepage-carousal-updated .msc-carousel .ms-content-block.carousel-text-with-image.hp-offer-3 .ms-content-block__details::before { */
	    /* background-image: url(https://images-eu-prod.cms.commerce.dynamics.com/cms/api/rsbnfrmlpw/imageFileData/MDlgWd); */
/* } */

.homepage-carousal-updated .msc-carousel .ms-content-block.carousel-text-with-image.offers-image-1 .ms-content-block__details::before {
    background-size: contain;
    height: 57px;
    width: 115px;
}

@media screen and (min-width: 375px) {
	.homepage-carousal-updated .msc-carousel .ms-content-block.carousel-text-with-image.offers-image-1 .ms-content-block__details::before {
        height: 77px;
        width: 140px;
	}
}
@media screen and (min-width: 400px) {
	.homepage-carousal-updated .msc-carousel .ms-content-block.carousel-text-with-image.offers-image-1 .ms-content-block__details::before {
		height: 95px;
        width: 165px;
	}
}
@media screen and (min-width: 450px) {
	.homepage-carousal-updated .msc-carousel .ms-content-block.carousel-text-with-image.offers-image-1 .ms-content-block__details::before {
		height: 104px;
        width: 190px;
	}
}
 .product-bundle-modal .msc-empty_image,
.product-bundle-container .msc-empty_image {
	 height: 206px;
 }
@media screen and (min-width: 767px) {
	.homepage-carousal-updated .msc-carousel .ms-content-block.carousel-text-with-image.offers-image-1 .ms-content-block__details::before {
		height: 104px;
		width: 200px;
	}
 .product-bundle-modal .msc-empty_image,
 .product-bundle-container .msc-empty_image {
	 height: 223px;
 }
}
@media screen and (min-width: 1210px) {
	.homepage-carousal-updated .msc-carousel .ms-content-block.carousel-text-with-image.offers-image-1 .ms-content-block__details::before {
		height: 123px;
		width: 240px;
	}
	.product-bundle-modal .product-bundle .ms-product-collection .msc-ss-carousel .msc-ss-carousel__flipper--next {
		left: auto !important;
	}
 .product-bundle-modal .msc-empty_image,
 .product-bundle-container .msc-empty_image {
	 height: 217px;
 }
}
@media screen and (min-width: 1476px) {
	.homepage-carousal-updated .msc-carousel .ms-content-block.carousel-text-with-image.offers-image-1 .ms-content-block__details::before {
		height: 140px;
		width: 270px;
	}
 .product-bundle-modal .msc-empty_image,
.product-bundle-container .msc-empty_image {
	 height: 245px;
 }
}

@media (min-width: 767px) {
    .msc-cart__btn-checkout {
        max-width: 382px;
        margin: 0 auto;
    }
}
@media (min-width: 1210px) {
    .msc-cart__btn-checkout {
		max-width: 100%;
    }
}
@media (max-width: 767px) {
	.product-card-club-plus-price {
		line-height: normal;
	}
}




/* /* Ticker */ */
/* @-webkit-keyframes ticker { */
	 /* 0% { */
		 /* -webkit-transform: translate3d(0, 0, 0); */
		 /* transform: translate3d(0, 0, 0); */
		 /* visibility: visible; */
	/* } */
	 /* 100% { */
		 /* -webkit-transform: translate3d(-100%, 0, 0); */
		 /* transform: translate3d(-100%, 0, 0); */
	/* } */
/* } */
 /* @keyframes ticker { */
	 /* 0% { */
		 /* -webkit-transform: translate3d(0, 0, 0); */
		 /* transform: translate3d(0, 0, 0); */
		 /* visibility: visible; */
	/* } */
	 /* 100% { */
		 /* -webkit-transform: translate3d(-100%, 0, 0); */
		 /* transform: translate3d(-100%, 0, 0); */
	/* } */
/* } */
 /* .ms-promo-banner { */
	 /* bottom: 0; */
	 /* width: 100%; */
	 /* overflow: hidden; */
	 /* padding-left: 100%; */
	 /* box-sizing: content-box; */
/* } */
 /* .ms-promo-banner .ms-promo-banner__carousel { */
	 /* display: inline-block; */
	 /* white-space: nowrap; */
	 /* padding-right: 100%; */
	 /* box-sizing: content-box; */
	 /* -webkit-animation-iteration-count: infinite; */
	 /* animation-iteration-count: infinite; */
	 /* -webkit-animation-timing-function: linear; */
	 /* animation-timing-function: linear; */
	 /* -webkit-animation-name: ticker; */
	 /* animation-name: ticker; */
	 /* -webkit-animation-duration: 15s; */
	 /* animation-duration: 15s; */
/* } */
/* @media (max-width: 767px) { */
	 /* .ms-promo-banner .ms-promo-banner__carousel { */
	 /* animation-duration: 8s; */
 /* } */
/* } */

 /* .ms-promo-banner .ms-promo-banner__carousel .msc-carousel__inner { */
	 /* display: inline-block; */
	 /* min-width: max-content; */
/* } */


 .ms-buybox__find-in-store-local-container {
	 font-weight: 500;
 }
 .join-banner__wrap .inner-signup__button button {
	 color: #003428;
 }
 @media (max-width: 330px) {
     .ms-buybox .ms-media-gallery .msc-carousel__indicators {
        bottom: -20px;
        min-width: auto;
    }
}

@media screen and (max-width: 1210px) and (min-width: 991px) {
    .ms-buybox .buttons-container .ms-buybox__add-to-cart-container .msc-add-to-cart, .ms-buybox .buttons-container .ms-buybox__add-to-cart-container .msc-notify-me, .ms-buybox .buttons-container .msc-add-to-cart, .ms-buybox .buttons-container .msc-notify-me {
        width: 170px;
        padding: 0;
    }
}


.title20-four-column .ms-content-block .ms-content-block__cta a {
    font-size: 20px !important;
}
.ms-content-block.cta-button .ms-content-block__cta a.msc-cta__primary {text-align: center;}


.accordion-panel.default-container-3-slots .heading {text-align: left; line-height: 30px;}
.ms-restraunt-container .restraunt-product-section>.row>.col-12 .ms-content-block[data-m-layout='media-product-image'] .ms-content-block__title {
	font-weight: 500;
}
.ms-text-block a {color: #003428}
.ms-content-block.store-column .ms-content-block__text a,.ms-text-block a:hover {color: #fff; text-decoration: none;}
.time-slots ul li{padding-left: 0; background: none;}
.dobbies-top-picks-carousel {max-width: none;}


@media screen and (max-width: 767px) {
    .category-landing__product-carousel .home-three-promo .ms-content-block__cta {
        width: 85%;
    }

}
.dobbies-top-picks-carousel__item {
	padding-bottom: 20px;
}
@media screen and (min-width: 1210px) {
	.dobbies-top-picks-carousel__item {
		width: 25%;
		padding-bottom: 0px;
	}
}

.dobbies-top-picks-carousel__item .dobbies-top-picks-carousel__item__link:hover, 
.dobbies-top-picks-carousel__item .dobbies-top-picks-carousel__item__link:focus {
    color: #C3D205;
}

.time-slots h3 {padding-bottom: 10px;}

    .home-three-promo.kids-four-column a, .sustain-three-promo.kids-four-column a {
        min-width: 240px;
    }

@media screen and (min-width: 375px) {
    .home-three-promo.kids-four-column a, .sustain-three-promo.kids-four-column a {
        min-width: 260px;
    }
}

@media screen and (min-width: 1210px) {
    .home-three-promo.kids-four-column a, .sustain-three-promo.kids-four-column a {
        min-width: 200px;
    }
}
@media screen and (min-width: 1476px) {
    .home-three-promo.kids-four-column a, .sustain-three-promo.kids-four-column a {
        min-width: 280px;
    }
}



/* .custom-checkout-section .ms-checkout-gift-card .ms-checkout-gift-card__form { */
	/* display: flex; */
    /* flex-wrap: wrap; */

/* } */
   /* .ms-checkout-gift-card__input-num-fields, */
	/* .ms-checkout-gift-card__input-pin-fields   { */
		/* margin:0; */
		/* margin-bottom: 20px; */
        /* width: 100%; */
		/* padding: 0; */
    /* } */
 /* @media screen and (min-width: 767px) { */
	/* .custom-checkout-section .ms-checkout-gift-card .ms-checkout-gift-card__form { */
		/* flex-wrap: nowrap; */
		/* align-items: center; */
	/* } */
    /* .ms-checkout-gift-card__input-num-fields { */
		/* margin-bottom: 0px; */
        /* margin-right: 20px; */
        /* width: 350px; */
		/* padding: 0; */
    /* } */
	/* .ms-checkout-gift-card__input-pin-fields { */
		/* margin-bottom: 0px; */
		/* width: 150px; */
		/* padding: 0; */
        /* margin-right: 20px; */
	/* } */
	/* .ms-checkout-gift-card__btn-apply { */
		/* margin: 0; */
		/* margin-top: 3px; */
	/* } */
/* } */

/* .ms-checkout-gift-card__input-pin-text, */
/* .ms-checkout-gift-card__input-text { */
	/* height: 40px; */
    /* border-radius: 0; */
	/* margin-top: 0; */
/* } */

/* .ms-checkout-gift-card__input-pin-text { */
	/* border-color: #026937; */
    /* border-width: 1px; */
/* } */

/* .ms-checkout-gift-card__input-pin-text::-webkit-input-placeholder { /* WebKit browsers */ */
    /* color: #fff; */
/* } */

 /* @media screen and (min-width: 1210px) { */
    /* .ms-checkout-gift-card__input-num-fields { */
        /* width: 290px; */
    /* } */
	/* .ms-checkout-gift-card__input-pin-fields { */
		/* width: 150px; */
	/* } */
	/* .custom-checkout-section .ms-checkout-gift-card { */
		/* padding: 20px; */
	/* } */
/* } */

 /* @media screen and (min-width: 1476px) { */
    /* .ms-checkout-gift-card__input-num-fields { */
        /* width: 425px; */
    /* } */
	/* .ms-checkout-gift-card__input-pin-fields { */
		/* width: 205px; */
	/* } */
	/* .custom-checkout-section .ms-checkout-gift-card { */
		/* padding: 18px 60px; */
	/* } */
/* } */

/* .ms-checkout-gift-card__input-pin-label, */
/* .ms-checkout-gift-card__input-num-fields { */
	/* margin-bottom: 0; */
/* } */

 /* @media screen and (max-width: 767px) {  */
 	/* .ms-checkout-gift-card__btn-apply { */
		/* min-width: 100%; */
	/* } */
 /* } */





 @media screen and (min-width: 992px)and (max-width: 1476px) { 
.msc-order-summary__items-cards .card-img-container {
	width: 30px;
}

.msc-order-summary__items-cards .card-img-container.paypal {
    width: 43px;
    height: auto;
}
.msc-order-summary__items-cards .card-img-container.google-pay {
    width: 33px;
}
 }
@media (max-width: 375px) {
    .msc-order-summary__items-cards .card-img-container {
        width: 24px;
    }
}
@media (max-width: 375px) {
    .msc-order-summary__items-cards .card-img-container.google-pay {
        width: 30px;
    }
}
@media (max-width: 375px) {
    .msc-order-summary__items-cards .card-img-container.paypal {
        width: 40px;
    }
}




@media (max-width: 1476px) and (min-width: 1210px) {
    .notificationModal-product-bundle .product-bundle-container .ms-product-collection.product-bundles .msc-ss-carousel .msc-ss-carousel__flipper--next {
        right: -20px;
    }
	.notificationModal .msc-modal__dialog {
        max-width: 1050px;
    }
	.notificationModal-product-bundle .product-bundle-left {
		padding-left: 30px;
	}
	.notificationModal-product-bundle .ms-product-collection {
		left: 0;
	}
		div .ms-product-collection .msc-ss-carousel .msc-ss-carousel-slide .ms-product-collection__item>div {
		padding: 0;
	}
}


@media (max-width: 1210px) and (min-width: 767px) {
    .notificationModal-product-bundle .product-bundle-container .ms-product-collection.product-bundles .msc-ss-carousel .msc-ss-carousel-slide .ms-product-collection__item {
        padding: 0 5px;
    }
	.notificationModal-product-bundle .product-bundle-container .ms-wishlist-items__product-add-button {
		width: calc(100% - 10.5px);
		min-width: auto;
		left: 7px;
	}
	.notificationModal-product-bundle .product-bundle-container .ms-product-collection.product-bundles .msc-ss-carousel .msc-ss-carousel__flipper {
        top: auto;
    }
	div .ms-product-collection .msc-ss-carousel .msc-ss-carousel-slide .ms-product-collection__item>div {
		padding: 0 5px;
	}
}

@media (max-width: 767px) {
.notificationModal-product-bundle .product-bundle-container .ms-wishlist-items__product-add-button {
	left: 7px;
	        width: calc(100% - 14.5px);
			        min-width: auto;
}

.notificationModal-product-bundle .product-bundle-container .ms-product-collection.product-bundles .msc-ss-carousel .msc-ss-carousel__flipper {
	top: auto;
}
.notificationModal-product-bundle .ms-product-collection {
        width: 318px;
    }
	
.ms-product-collection.product-bundles .msc-ss-carousel .msc-ss-carousel__flipper {
	    margin-left: -24px;
}
.product-bundle div .ms-product-collection .msc-ss-carousel .msc-ss-carousel__flipper--next  {
	margin-left: 24px;
}
}

@media (max-width: 375px) {
	.msc-modal.notificationModal.notificationModal_PB {
		padding-top: 200px;
	}
.notificationModal-product-bundle .product-bundle-container .ms-wishlist-items__product-add-button {
		left: 4px;
        width: calc(100% - 7.5px);
		min-width: auto;
}

.notificationModal-product-bundle .product-bundle-container .ms-product-collection.product-bundles .msc-ss-carousel .msc-ss-carousel-slide .ms-product-collection__item {
	width: 145px;
}
    .notificationModal-product-bundle .product-bundle-container .ms-product-collection.product-bundles .msc-ss-carousel {
        left: 0;
    }
}


@media (max-width: 560px) and (min-width: 350px) {
	    .notificationModal-product-bundle .product-bundle-container .ms-product-collection.product-bundles .msc-ss-carousel .msc-ss-carousel-slide .ms-product-collection__item {
        width: 165px;
    }
	    .notificationModal-product-bundle .ms-product-collection {
        width: 330px;
    }
		.notificationModal-product-bundle .product-bundle-container .price-summary {
		max-width: 320px;
	}
}


/* .clubplus-landingpage__works--body-container .ms-content-block__image {max-height: none; max-width: none;} */

.msc-product__isHD {
	background-image: url('https://eu.static.dynamics365commerce.ms/_msdyn365/_scnr/3ec5570c9e4343bbad41ebc1aceb445e/HD_gray.png')
}

.ms-loyalty .ms-account-menu .ms-dobbies-account__cta a {
	border-color: transparent;
    border-bottom-color: #026937;
}

.lost-your-card p {margin-bottom: 10px;}

.msc-modal__dialog.dobbies-club-renewal-popup__dialog .msc-modal__header .msc-modal__close-button {top: 10px; right: 10px;}
.msc-modal__dialog.dobbies-club-renewal-popup__dialog .msc-modal__header {flex-wrap: wrap; justify-content: center;}
.lost-your-card .link-holder{margin-top: 0;}
.lost-your-card .link-holder button {margin-top: 0px; margin-bottom: 10px;}
.lost-your-card .link-holder button:disabled {display: none;}
.msc-modal__dialog.dobbies-club-renewal-popup__dialog .msc-modal__content .dobbies-club-renewal-popup__body .dobbies-club-renewal__cta {border-radius: 30px !important; font-weight: 500; min-width: auto;}