/* Related to my Account */

.orderhistory-cta {
  display: flex;
}
.ms-order-history__btn-order-details:not(.buyitem),
.ms-order-history__btn-more:not(.buyitem) {
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .orderhistory-cta {
    flex-direction: column;
    gap: 10px 0;
  }
}
.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;
}
.guest-order-details
  .ms-order-details__sales-line
  .msc-cart-line__product-price,
.normal-order-details
  .ms-order-details__sales-line
  .msc-cart-line__product-price {
  margin-bottom: 10px;
}
.guest-order-details .ms-order-details__sales-line .msc-cart-line__quantity,
.normal-order-details .ms-order-details__sales-line .msc-cart-line__quantity {
  float: left;
}
@media screen and (min-width: 992px) and (max-width: 1476px) {
  .guest-order-details
    .ms-order-details__sales-line
    .msc-cart-line__product-price,
  .normal-order-details
    .ms-order-details__sales-line
    .msc-cart-line__product-price {
    position: relative;
    right: 0;
  }
  .guest-order-details .ms-order-details__sales-line .msc-cart-line__quantity,
  .normal-order-details .ms-order-details__sales-line .msc-cart-line__quantity {
    float: left;
  }
}

@media screen and (min-width: 1476px) {
  .guest-order-details .ms-order-details__sales-line .msc-cart-line__quantity,
  .normal-order-details .ms-order-details__sales-line .msc-cart-line__quantity {
    float: none;
  }
}

.ms-promo-banner__slot:nth-child(2 of .ms-promo-banner__slot) {
  min-height: 50px;
}
.msc-active-image-dobbies-product-carousel .product-card-badge {
  min-height: 46px;
  margin: 8px 0;
}
.msc-active-image-dobbies-product-carousel
  .product-card-badge
  .badges:not(.right-badge)
  .badges__top-style
  .badges__top {
  margin-top: 0;
}
@media screen and (max-width: 390px) {
  .homepage-redesign
    .home__top-categories--categories
    .ms-content-block__image {
    max-width: 100px;
  }
}

.container.restraunt-location h2,
.restraunt-location
  > .row
  > .col-12
  .ms-footer__list
  > li:first-child
  .ms-footer__heading__title {
  border-color: #006937;
}

.homepage-redesign sup {
  font-size: 16px;
  vertical-align: super;
  top: 0.2em;
}
@media screen and (max-width: 1476px) {
  .homepage-redesign sup {
    font-size: 12px;
  }
}
@media screen and (max-width: 1280px) {
  .homepage-redesign sup {
    font-size: 10px;
    top: 0.3em;
  }
}
@media screen and (max-width: 767px) {
  .homepage-redesign .three-column-layout.homepage .col-md-4:last-child p sup {
    top: 1.5px;
  }
}
@media screen and (min-width: 1210px) {
  .unbxd-recommendations.pdp
    .msc-ss-carousel
    .msc-ss-carousel__flipper.disabled {
    display: inline-block;
  }
}
