#TopMenuSloagan span
{
    font-size:16px;
    line-height:25px;
}


/*NAME | CASE # | DATE | THEME-812*/
#braintree-paypal-loggedout:nth-child(4) {
   display: none;
}
/* Make the Learn More sidebar menu larger */
#CustomerCareMenu a {
    font-size: 20px !important;
    line-height: 1.6;
}
/* ===== MERINO SHOP BY CATEGORY SIDEBAR ===== */

/* Remove old bullets */
.SideCategoryList ul,
#SideCategoryList ul {
    list-style: none !important;
    padding-left: 8px !important;
}

.SideCategoryList li,
#SideCategoryList li {
    list-style: none !important;
    background-image: none !important;
    position: relative;
}

/* Category links */
.SideCategoryList a,
#SideCategoryList a {
    font-size: 15px !important;
    line-height: 1.4 !important;
    padding: 7px 8px 7px 28px !important;
    display: block;
    text-decoration: none !important;
    border-radius: 4px;
    transition: all 0.2s ease;
    position: relative;
}

/* Little green leaf */
.SideCategoryList a:before,
#SideCategoryList a:before {
    content: "❧";
    color: #2f8b57;
    font-size: 21px;
    position: absolute;
    left: 6px;
    top: 7px;
    font-weight: bold;
}

/* STRONGER hover effect */
.SideCategoryList a:hover,
#SideCategoryList a:hover {
    background-color: #dcefdc !important;
    color: #126b43 !important;
    font-weight: bold !important;
    border-left: 4px solid #2f8b57;
    padding-left: 34px !important;
}

/* Make leaf darker on hover */
.SideCategoryList a:hover:before,
#SideCategoryList a:hover:before {
    color: #126b43 !important;
}

/* Shop By Category heading */
.SideCategoryList h2,
#SideCategoryList h2 {
    font-size: 18px !important;
    font-weight: bold !important;
}  
html,
body {
    max-width: 100%;
    overflow-x: hidden;
}

* {
    box-sizing: border-box;
}

img {
    max-width: 100%;
    height: auto;
}
html,
body {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
}

* {
    box-sizing: border-box;
}

img {
    max-width: 100%;
    height: auto;
}
/* Replace "Shop by Category" with "Browse Products" */
#SideCategoryList h2 {
    font-size: 0 !important;
    line-height: 0 !important;
    padding: 12px 15px !important;
    margin: 0;
}

#SideCategoryList h2:after {
    content: "Browse Products";
    font-size: 18px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 700;
    color: #0d5b8c;
    line-height: 1.4;
}
Step 2 – Make the categories cleaner

Replace your current category link block

