.bellButton {
    width: auto !important;
    height: auto !important;
    padding: 0 !important;
    margin: 0 !important;
    display: flex !important;
    top: 0 !important;
}

.bellButton svg {
    width: 40px !important;
    height: auto !important;
}

.bellButton svg path {
    stroke: #000 !important;
    stroke-width: 1px !important;
}

.HomeBody #headerNew:not(:hover, .fixed) .bellButton svg path {
    stroke: #fff !important;
}

.bellPanel {
    left: unset !important;
    right: -50px !important;
}
.pshs-category-data, .pshs-pos-relative:before {
    display: none !important;
}

.pshs-rw-wrapper .pshs-rw-header {
    background-color: transparent !important;
}

div#pshs-rw-app {
    max-width: 90% !important;
}
.pshs-rw-pr-container {
    background: transparent !important;
}


@media screen and (max-width:768px) {
.bellButton svg {
    width: 30px !important;
}
div#pushouseWeekly {
    bottom: 100px !important;
}
}