:root{--page-title-display:none;}/* Start custom CSS */.al-breadcrumb-wrapper {
    background: var(--al-page-title-bg);
    padding: 36px 0 50px;
    position: relative;
    background-size: cover !important;
    background-position: center bottom !important;
    color: var(--al-font-color);
    display: none;
}

.nice-select {
    width: 100%;
    color: var(--al-font-color); 
    /* border: 1px solid var(--al-border-color); */
    background: white !important;
    /* padding: 0 40px 0 20px; */
    /* height: 50px; */
    /* line-height: 50px; */
  border-radius: 0px !important;
}/* End custom CSS */