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

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

/* Handle */
::-webkit-scrollbar-thumb {
    background: #2c3e50 !important; 
}

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

/* Text 
------------------------------------------------------------ */
.theme-site{
	color: #2c3e50 !important;
}

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

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

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

