/*Type here to edit*/
.categories-wrapper {display:none}

.header {border-bottom: 4px solid #b89d6c}
img.logo {max-height: calc(var(--header-height-desktop) - var(--header-padding-desktop)*0.2)!important}

.title.text {
  -webkit-text-fill-color: white;
  background-color:#bb8525;
  position: absolute;
  top: 100px;
  display: none; /* Added on 21 Mar. 2024, as the banner provided by the customer has this message embedded in the image */
}

.promotion-item .button {
  background-color:#bb8525;
  position: absolute;
  top: 400px;
}

.DigitalProduct {
  height: 40px;
  font-size: 20px;
}

/* Added 11 Jun. 2024: hide the whole price table + Recalculate button in the order-final-step as it is confusing */

#ctl00_cphMainContent_btnRecalculate {
display: none;
}
#ctl00_cphMainContent_ucPriceReview_tblPriceTags {
display: none;
}

/* End Added 11 Jun. 2024: hide the whole price table + Recalculate button in the order-final-step as it is confusing */

@media (min-width: 1199px) {
   .header .header-stripe .search{
      width: 150px; !important
   }
}