.checkBoxSelectColumn
{
  visibility: hidden;
  width: 0 !important;
}

#ctl00_ContentPlaceHolder_formBody_toTheCartButton_input
{
  display: none;
}

.siteHeader .siteTitle::after {
  display: none !important;
}

.siteHeader .siteHeaderContent {
    padding: 0 15px;
    display: flex;
    justify-content: space-between;
}

.siteHeader .siteHeaderContent .logo-small {
    justify-self: start;
    width: 500px;
}

.siteHeader .siteHeaderContent .userMenu {
    justify-self: end;
    text-align: right;
    width: 500px;
}

.siteHeader .siteHeaderContent .userMenu > span:first-child::before {
    position: relative;
    right: 0;
    left: 0;
    margin-right: 10px;
    top: 2px;
}

.siteHeader .siteHeaderContent .siteTitle {
    justify-self: center;
  text-align: center !important;
    width: 500px;
}

.siteHeader .siteHeaderContent .position {
	display: none;
}

.AjaxLoadingOverlay {
    height: 100vh !important;
    width: 100% !important;
    top: 0 !important;
}

.environmentInfoText {
    font-size: 1.5em;
    color: yellow;
    font-weight: bold;
}