.ms-header__container .ms-header__topbar .ms-header__logo img {
  height: 45px;
}

p.msc-order-summary__line-shipping > .msc-price > .msc-price__actual {
  visibility: hidden;
  font-size: 0;
}

p.msc-order-summary__line-shipping > .msc-price > .msc-price__actual::after {
  content: "To Be Calculated";
  height: 100px;
  visibility: visible;
  font-size: 16px;
}
.ari-search-results .list-view__table tbody tr td:nth-child(3) {
  display: none;
}
.ari-search-results .list-view__table thead tr th:nth-child(3) {
  display: none;
}
.ari-search-results .list-view__table tbody tr td:nth-child(1) {
  text-align: end;
}
.ari-search-results .list-view__table {
  direction: rtl;
  text-align: center;
}

.ari-search-results table.list-view__table.table tr th:nth-child(2) {
  display: none;
}

.ari-search-results table.list-view__table.table tr td:nth-child(2) {
  display: none;
}

.ari-search-results .list-view__table thead tr:nth-child(2) {
  display: none;
}

.ari-model-viewer__4,
.ari-model-viewer__list-price {
  display: none;
}

.ari-model-viewer__parts-list-item-details
  .ari-model-viewer__parts-list-item-details--part-price:first-of-type {
  display: none;
}

/* Ticket 14191 */
.ms-header
  .ms-header__container
  .ms-header__topbar
  .ms-header__desktop-nav-items
  .ms-cart-icon
  .ms-cart-icon-wrapper.msc-btn
  .msc-cart-icon {
  color: white !important;
}

.ms-header
  .ms-header__container
  .ms-header__topbar
  .ms-header__desktop-nav-items
  .ms-cart-icon
  .ms-cart-icon-wrapper.msc-btn
  .msc-cart-icon:hover {
  color: #c4c4c4 !important;
}

.ms-header
  .ms-header__container
  .ms-header__topbar
  .ms-header__desktop-nav-items
  .ms-search.with-submit
  .ms-search__icon.msc-btn {
  color: white !important;
}
