.btn::before {
    border-width: 0px;
}

.banner-content .title span.second-color {
    color: #1976d2;
}

.sidebar-logo img, .nav-logo img {
    width: 40px;
}

.top-collection-active .collection-item-top > ul .thumb {
    display: block;
    width: 50px;
    flex: 0 0 30px;
    margin-right: 11px;
}

.footer-logo img {
    width: auto;
    height: 30px;
}

.gradient-text-blue {
    background: -webkit-linear-gradient(#1babf3, #0046b0);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}