#video-uploader .nav-tabs .nav-link.active,
.sticky .blog-item { 
    background: -webkit-linear-gradient(to right, #e90101, #e90101);
    background: linear-gradient( 85deg , #e26ae5 0, #9b51cc 100%);
}

.my-account-button i:hover {color:#e23fda}

#video-uploader .dropcomplete,
.dropzone.is-dragover,
.my-account-widget.open .my-account-content,
.primary-menu ul li .children,
.uil-ripple-css div:nth-of-type(1),
.uil-ripple-css div:nth-of-type(2),
.woocommerce-info,
.viewtube-btn.bordered,
ul.banner-button li a,
.testimonials-nav .slick-arrow,
.preview-btn li a,
.woocommerce-MyAccount-navigation,
.woocommerce-info,
.woocommerce-MyAccount-navigation .is-active a,
.testimonials-nav .slick-arrow:hover,
.loader,
.related-themes .single-related-theme:hover,
.theme-author span,
.tags a,
.category-item:hover,
.playerContainer {
    border-color: #493fe2;
}


.navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='#e90101' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

/*----------------------------------------
	IF SCREEN SIZE LESS THAN 769px WIDE
	------------------------------------------*/

@media screen and (max-width: 768px) {
    .navbar .menu-item>.active {
        background: #e90101;
    }
}