.menu--product-categories .menu__toggle span {
	font-weight: 400;
}

.ps-form--quick-search {
	border: 1px solid rgba(36, 0, 140, .3);
    border-radius: 5px;
}

.ps-logo img {
  max-height: 40px
}

.ps-block--user-header .ps-block__right a {
    font-weight: 100;
    font-size: .9em;
    line-height: 20px;
}

.header .header__actions > .header__extra.btn-compare,
.header .header__actions > .header__extra.btn-wishlist {
	display: none 
}


.header .ps-form--quick-search button {
    font-size: 1.3em;
    background: no-repeat;
    color: var(--header-button-background-color);
    line-height: 0px;
    padding: 0 1em;
}



body.show-admin-bar .header.header--sticky .header__top {
	-webkit-box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
    -moz-box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
}