@media screen and (min-width:1200px) {
#cas-top-bar h1.topBarDepartmentName {
    font-weight: 500;
    display: inline;
    position: relative;
    top: 26px;
    color: #fff;
    font-size: 30px;
}
}

@media screen and (max-width:1199px) {
#cas-top-bar h1.topBarDepartmentName {
    font-weight: 500;
    display: inline;
    position: relative;
    top: 26px;
    color: #fff;
    font-size: 23px;
}
}

@media screen and (min-width:768px) and (max-width:991px) {
.site-name {
    width: 80%;
    float: right;
}
}

@media screen and (max-width:768px) {
#cas-mobile-top-bar h1 {
text-align:center;
}
}

.woocommerce span.onsale {
  display:none;
}