.required:after {
  content: " *";
  color: red;
}

.search-nav {
  background-color: var(--bannerBlue);
}
.btn-link {
  color: #00599b;
  text-decoration: none;
}
.col {
  transition: 1s;
}
.sidebar {
  height: 100vh;
  background-color: white;
  z-index: 999999;
  transition: 1s;
  left: -100%;
  max-width: 100%;
}

@media (max-width: 992px) {
  .sidebar {
    width: 100%;
    transition: unset !important;
  }
  .extended {
    width: 100% !important;
    max-width: unset !important;
  }
  .sidebarExtend {
    transition: unset !important;
  }
}
.sidebar .list-group {
  width: 400px;
  max-width: 100%;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
  text-align: center;
}
.accordion-button:not(.collapsed) {
  background-color: rgba(3, 78, 148, 0.05)!important;
  color:#00599b!important;
}

.sidebarExtend {
  width: 0;
  max-width: 0;
  transition: 1s;
  min-width: 0;
  height: 100%;
}
.extended {
  min-width: 400px;
}
a {
  text-decoration: none !important;
}

    a:hover {
        text-decoration: underline !important;
    }
.footerMenu a:hover {
    text-decoration: underline !important;
}

div.pagination-on {
  border: 1px solid #fff;
  border-radius: 5px;
  float: left;
  height: 12px;
  margin: 4px;
  min-width: 16px;
  padding: 5px;
}

div.pagination-off {
  border: 1px solid #e4e4e4;
  border-radius: 5px;
  float: left;
  height: 20px;
  margin: 0 4px 4px;
  padding: 7px 6px 4px;
  width: 18px;
}
.overlay {
  width: 100%;
  height: 100%;
  left: -100%;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 4;
}
.visible {
  left: 0;
}
.sidebarExtend {
  visibility: hidden;
}
.extended {
  visibility: visible;
}
.sidebar .list-group-item {
  cursor: pointer;
}
.sidebar .list-group-item .fa-chevron-right {
  opacity: 0;
}
.activeList .fa-chevron-right {
  opacity: 1;
  transition: 1s;
}
.activeList {
  background-color: #f4f4f4;
  border-radius: 20px !important;
}
.sectionTiles {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 10px;
  align-items: stretch;
}
.sectionTile {
  border: 0.8px solid #dee2e6;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 10px;
  cursor: pointer;
}
.sidebar .list-group-item {
  border: none;
}

.breadcrumb-item {
  cursor: pointer;
}

.empty-section {
  color: darkgrey;
  cursor: default;
}

.btn-rounded {
  width: 45px;
  height: 45px;
  padding: 6px 0px;
  border-radius: 45px;
  text-align: center;
  font-size: 16px;
  line-height: 1.42857;
}

/* categoryColours */
:root {
  --PersonalProtectiveWorkwear: rgb(255, 213, 0);
  --BooksPads: rgb(9, 255, 0);
  --BusinessTechnology: rgb(0, 89, 255);
  --CateringHygieneSafety: rgb(255, 55, 0);
  --CDsDVDsBackupTapes: rgb(0, 221, 255);
  --ComputerAccessories: rgb(136, 0, 255);
  --FilesPocketsBinders: rgb(187, 255, 0);
  --Furniture: rgb(136, 100, 0);
  --GeneralOfficeSupplies: rgb(107, 107, 107);
  --InkjetSupplies: rgb(149, 153, 204);
  --LaserSupplies: rgb(163, 255, 233);
  --PaperLabels: rgb(56, 56, 56);
  --PostRoom: rgba(255, 85, 0, 0.984);
  --PremisesManagement: rgb(255, 0, 234);
  --ConferencePresentation: rgb(0, 119, 255);
  --PromotionalItems: rgb(255, 230, 0);
  --RibbonsFaxCopier: rgb(255, 144, 144);
  --WritingSupplies: rgb(35, 0, 110);
}
:root {
  --bannerBlue: #00599b;
}
.searchBox {
  border: 0 !important;
  border-radius: 5px !important;
}
.searchinputclass {
  flex: 2 !important;
  padding: 0 !important;
}
.siteSearch .form-select {
  padding-top: 0;
  padding-bottom: 0;
}
.siteSearch {
  z-index: 1;
}
.popover {
  max-width: 400px !important;
}
.popover .bg-light {
  color: black !important;
}
#spinner-div {
  display: none;
  width: 100%;
  height: 100%;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 2;
}
.horizontalLine {
  height: 1px;
  flex: 1;
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 0.5px;
}
.productBrand {
  height: auto;
  width: 150px;
  object-fit: contain;
}
.prodImg {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.catCode {
  top: 20px;
  border-radius: 0px 5px 5px 0px !important;
}
#BUMessage p {
  all: unset !important;
  /* potentially got to remove before going live */
}
.cardContainer {
  all: unset !important;
  /* potentially got to remove before going live */
}
.cardContainer * {
  cursor: pointer;
}
.promoCard,
.promoCard img {
  border-radius: 5px 80px 5px 5px;
  border: none !important;
}
.promoCard button {
  bottom: -40px;
}
.grow {
  transition: 1s;
}
.grow:hover {
  transform: scale(1.05);
}
.homePromos button {
  bottom: -20px;
}
@media (max-width: 767px) {
  .siteSearch .sz-block .wrapautocomplete {
    top: 0% !important;
  }
}
@media (max-width: 767px) {
  .basketPill {
    top: 5%;
    left: -5%;
  }
}
@media (min-width: 767px) {
  .basketPill {
    top: 20%;
    left: 33%;
  }
}
/* fix for padding issue when modals are popped */
.logoCard {
  width: 150px;
  height: 150px;
  left: -3%;
}
.logoCardBody {
  margin-left: calc(150px - 3%);
}
@media (max-width: 767px) {
  .logoCard {
    display: none;
  }
  .logoCardBody {
    margin-left: 0px;
  }
}
.btn-group-fab {
  width: 50px;
  height: auto;
}
.btn-group-fab div {
  position: relative;
  width: 100%;
  height: auto;
}
.btn-group-fab .btn {
  position: absolute;
  bottom: 0;
  border-radius: 50%;
  display: block;
  margin-bottom: 4px;
  width: 40px;
  height: 40px;
  margin: 4px auto;
}
.divider {
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  margin: 20px 0px;
}
.btn-group-fab .btn-main {
  width: 50px;
  height: 50px;
  right: 50%;
  margin-right: -25px;
  z-index: 9;
}
.btn-group-fab .btn-sub {
  bottom: 0;
  z-index: 8;
  right: 50%;
  margin-right: -20px;
  -webkit-transition: all 2s;
  transition: all 0.5s;
}
.createButton {
  transition: 1s;
}
.createButton:hover {
  background-color: #eaeaf6;
  transform:scale(1.05);
}
.btn-group-fab.active .btn-sub:nth-child(2) {
  right: 80px;
}
.btn-group-fab.active .btn-sub:nth-child(3) {
  right: 130px;
}
.btn-group-fab.active .btn-sub:nth-child(4) {
  right: 180px;
}
.btn-group-fab.active .btn-sub:nth-child(5) {
  right: 230px;
}
.btn-main {
  position: relative !important;
}
.activeBasket {
  background-color: #E3EFE9;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  border: 3px solid #198754!important;
}
.activeBasket .form-check-input:checked {
  background-color: #198754;
}
.popover-body .badge {
  font-size: 14px;
}
/* media query for 1400px and less */
@media (max-width: 992px) {
  .navbar-brand {
    border: 0 !important;
  }
}
@media (max-width: 1400px) {
  .container {
    max-width: 95%;
  }
}
@media screen and (max-width: 900px) {
  #departmentsSelect {
    display: none;
  }
  .searchinputclass {
    border-radius: 10px !important;
    overflow: hidden !important;
  }
}
.customSpinner {
  height: 50px;
  width: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.customSpinner img {
  object-fit: contain;
  width: 90%;
  height: 90%;
  z-index: 2;
}
.customSpinner .spinner-border {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #00599b;
}
.popover .list-group-item {
  border: none;
}
.printServicesCard,
.orderAwaitingCard {
  transition: 1s;
}
.printServicesCard:hover,
.orderAwaitingCard:hover {
  transform: scale(1.05);
}
.tile {
  margin: 10px;
  border-radius: 10px;
  background-color: rgba(237, 100, 68, 0.1);
  display: flex;
  padding: 10px;
  align-items: center;
  color: #ed6444;
}
.tile i {
  margin-right: 10px;
}
.tile div {
  display: flex;
  flex-direction: column;
}
.btn-purple {
  background-color: #eaeaf6;
  color: #00599b;
}
.btn-purple:hover {
  background-color: #dedef5;
  color: #00599b;
}
.bg-purple {
  background-color: #eaeaf6;
}
.ui-slider-range {
  background-color: #dedef5 !important;
}
.ui-slider-handle {
  border-radius: 50% !important;
  background-color: #00599b !important;
  top: -0.2rem !important;
}
.slider {
  border-radius: 10px !important;
  background: #f4f4f4 !important;
  border: none !important;
}
body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
.page-container {
  flex: 1;
}
.ui-autocomplete {
  top:unset!important;
  left:0px!important;
  max-width:100vw;
  width:700px;
  
}
.filterlist:nth-child(2), .filterlist:nth-child(1){
  border-right:1px solid #f4f4f4;
}
body {
  background-color: #ffffff;
  color: #333333;
}
.featuredSectionsWrapper .card *{
  all:unset!important
}
.featuredSectionsWrapper img {
  width:70%;
  height:auto;
}
.featuredSectionsWrapper a {
  color:white;
  text-decoration: none;
}
.owl-item {
  transition:1s;
}
.owl-item:hover {
  filter: brightness(1.2);
}

.ui-autocomplete:empty {
  display: none!important;

}

.ui-state-active,.ui-widget-content .ui-state-active,.ui-widget-header .ui-state-active,a.ui-button:active,.ui-button:active,.ui-button.ui-state-active:hover{
  border:unset!important;
  background:unset!important;
  font-weight:unset!important;
  color:unset!important;
}
.ui-icon-background,.ui-state-active .ui-icon-background {
  border:unset!important;
  background-color:unset!important;
}
.ui-state-active a,.ui-state-active a:link,.ui-state-active a:visited {
  color:unset!important;
  text-decoration:unset!important;
}

.ui-menu .ui-state-focus,.ui-menu .ui-state-active{
  margin:unset!important;
}

/* a class that applies font weight 700 to all 'a' tags that dont have nav-link or btn classes */
a:not(.nav-link):not(.btn):not(.fs-6):not(.dropdown-item):not(.list-group-item):not(.two-line-clamp) {
    font-weight: 500;
}

/* apply fontweight 700 to all a tags that arent a child of truncate-two-lines
*/
.truncate-two-lines a {
  font-weight:400!important;
}

.productImageContainer a {
  display: flex;
  justify-content: center;
}

/* a class that applies font weight 700 to all 'a' tags that dont have nav-link or btn classes */
a:not(.nav-link):not(.btn):not(.fs-6):not(.dropdown-item):not(.list-group-item):not(.two-line-clamp){
  font-weight:500;
}