#sp-top-bar {
	background: #d66c92;
	color: #aaaaaa;
}

#sp-top-bar {
	padding: 18px 0;
	font-size: 0.875rem;
}

.sp-pre-loader .sp-loader-circle:after{
    background-color: #d66c92 !important;
}
.sp-scroll-up {
    display: none;
    position: fixed;
    bottom: 60px;
    right: 30px;
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    font-size: 40px;
    color: #fff;
    background: #d66c92;
    border-radius: 100%;
    z-index: 1000;
    transition: all 0.3s ease;
}