
.text--base, .mega-menu-icon .mega-icon, .change-language span, .auction__item-thumb .total-bids i, .client__item::after, .footer-wrapper .footer-widget .links li a::before, .footer-wrapper .footer-widget .links li a:hover, h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover, .nav--tabs li a.active, .product__single-item .meta-post .meta-item .social-share li a:hover, .filter-widget .title i, .price-range label, .vendor__item .read-more, .vendor__item .vendor__info li i, .author-icon, .contact-icon, .contact-area .contact-content .contact-content-botom .subtitle, .contact-area .contact-content .contact-content-botom .contact-info li .cont a, .contact-area .contact-content .contact-content-botom .contact-info li .icon, .side__menu-title, .counter-item .counter-header .title, .faq__item.open .faq__title .title, p a, .cookies-card__icon, .price-range input, .footer-contact li i, .recent-blog .blog__content .date, .blog-details-header .meta-1 li i, .section__header.icon__contain .section__title .icon{
    color: #336699 !important;
}

.cmn--btn, .btn--base, .badge--base, .bg--base, .scrollToTop, .footer-wrapper .footer-widget .title::after, .about-seller::after, .filter-widget .sub-title::after, .form--check .form-check-input:checked, .pagination .page-item.active span, .pagination .page-item.active a, .pagination .page-item:hover span, .pagination .page-item:hover a, .ticket__wrapper-title::after, .video__btn, .video__btn::before, .video__btn::after, .about--list li::before, .faq__item.open .faq__title .right--icon::before, .account__section-wrapper .account__section-content .section__header .section__title::after, .filter-btn, .filter-widget .ui-slider-range,.cmn--btn.active:hover, .read-more:hover::before, .dashboard__item .dashboard__icon{
    background-color: #336699 !important;
}

.nav--tabs li a.active, .sidebar-countdown li, .form--check .form-check-input:checked, .side__menu li a.active, .side__menu li a:hover, .cmn--btn.active, .account__section-content .form-control:focus {
    border-color: #336699 !important;
}

.client__item .client__content{
    border: 1px dashed #33669933;
}
.owl-dots .owl-dot{
    background: #33669966;
}
.section__header .progress--bar{
    background: #3366994d;
}

*::selection {
    background-color: #336699;
}


.how__item-icon {
    animation: pulseCustom 1.5s linear infinite;
    border: 1px dashed #3366994d;
}


@keyframes pulseCustom {
    50% {
        box-shadow: 0 0 5px rgba(19, 81, 04, 0.2), 0 0 10px rgba(93, 81, 04, 0.4), 0 0 15px rgba(3, 81, 24, 0.6), 0 0 20px #336699;
    }
}

.how__item::before {
    border-top: 2px dashed #3366994d;
}

.faq__item {
    border: 1px dashed #33669959;
}

.form--control-2:focus{
    border: 1px solid #33669966;
}

.auction__item {
    box-shadow: 0 0 5px #336699b3;
}
.auction__item:hover {
    box-shadow: 0 0 10px #336699e6;
}

.feature__item {
    border: 1px dashed #3366994d;
    box-shadow: 5px 5px 130px #3366994d;
}

.category__item {
    box-shadow: 0 0 15px #3366994d;
}

.counter-item {
    border: 1px dashed #33669933;
}

.vendor__item {
    box-shadow: 0 0 5px #33669966;
}

.vendor__item .vendor__bottom .vendor-author {
    box-shadow: 0 0 6px #336699e6;
}

.hero-section{
    border-bottom: 1px dashed #3366991a;
}

.contact-area .contact-wrapper{
    border: 1px dashed #3366994d; 
}

@media (max-width: 991px){
    .menu-area .menu li:hover, .menu-area .menu li.open{
        background-color: #336699;
    }
}

.dashboard__item{
    box-shadow: 0 0 10px #3366991a;
    border: 1px dashed #3366994d;
}

.spinner {
    border-top: 4px solid #336699;
}