/* Slider */ 
div#n2-ss-2 .nextend-arrow
 {
    cursor: pointer;
    overflow: hidden;
    line-height: 0 !important;
    z-index: 18;
    -webkit-user-select: none;
    background: #0000003d;
    padding: 25px;
    border-radius: 50%;
}


/* Logo Text */

/*
.site-branding:after {
    content: "disclaimer - affiliate links";
    display: inline-block;
    color: #ffffff7a;
    margin: auto;
    width: 100%;
    text-align: center;
}
*/


.main-header .site-search input[type=search] {
    color: white !important;
}

    .menu-primary-menu-container>ul.menu>li>a {
        font-size: 15px !important;
    }

/* Responsive */

@media only screen and (max-width: 992px) {
.site-branding:after {
    display: none;
}

    body.theme-shoptimizer .site-header .custom-logo-link img, body.wp-custom-logo .site-header .custom-logo-link img {
        height: 60px !important;
    }


}