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


/* NAME | CASE # | DATE | THEME-812 */
#braintree-paypal-loggedout:nth-child(4) {
    display: none;
}


/* ===== LEARN MORE SIDEBAR ===== */

#CustomerCareMenu a {
    font-size: 20px !important;
    line-height: 1.6;
}


/* ===== MERINO PRODUCT SIDEBAR ===== */

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

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


/* Browse Products heading */
.SideCategoryList h2,
#SideCategoryList h2 {
    font-size: 0 !important;
    line-height: 1 !important;
    padding: 10px 10px 11px 10px !important;
    margin: 0 0 7px 0 !important;
    background-image: none !important;
    white-space: nowrap !important;
}


/* New heading text */
.SideCategoryList h2:after,
#SideCategoryList h2:after {
    content: "Browse Products";
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px !important;
    line-height: 1.3 !important;
    font-weight: 700 !important;
    color: #0d5b8c !important;
    text-transform: none !important;
    letter-spacing: 0 !important;
}


/* Category links */
.SideCategoryList a,
#SideCategoryList a {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px !important;
    font-weight: normal !important;
    line-height: 1.4 !important;
    padding: 9px 8px 9px 28px !important;
    display: block;
    text-decoration: none !important;
    position: relative;
    border-radius: 3px;
}


/* Small green leaf beside categories only */
.SideCategoryList a:before,
#SideCategoryList a:before {
    content: "❧";
    color: #2f8b57;
    font-size: 15px;
    position: absolute;
    left: 8px;
    top: 10px;
    font-weight: bold;
}


/* Gentle hover */
.SideCategoryList a:hover,
#SideCategoryList a:hover {
    background-color: #edf7ef !important;
    color: #126b43 !important;
}


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


/* Prevent page from sliding sideways */
html,
body {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
}


/* Keep oversized images inside their area */
img {
    max-width: 100%;
    height: auto;
}