/* ------------------------------------------------------------------------------------------------------------------------------------------------------------ */
/* Custom themes */
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------ */

/* ScrollBar 
------------------------------------------------------------ */
/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px 007fff !important; 
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #007fff !important; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #007fff !important; 
}

/* Text 
------------------------------------------------------------ */
.theme-site{
	color: #007fff !important;
}

/* Buttons 
------------------------------------------------------------ */
.btn-primary,
.switch label input[type=checkbox]:checked+.lever:after {
    background-color: #007fff !important;
}

.swiper-button-next,
.swiper-button-prev{
    color: #007fff !important;
}
.swiper-pagination-bullet-active {
    background: #007fff !important;
}

#navbar-scroll-categories .nav-link.active{
    border-bottom: #007fff solid 3px !important;
}

