.card-category-ico-row {
    margin-top: 0 !important;
}

.card-category-ico {
    background: #fff;
    display: flex;
    height: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 16px 4px;
    width: 100%;
    font-size: 15px;
    color: #183A4A;
    cursor: pointer;
    transition: .25s ease all;
    line-height: 1.1;
}

.card-category-ico img {
    display: block;
    width: 60px;
    height: 60px;
    object-fit: cover;
    margin-bottom: 4px;
    transition: .25s ease all;
}

.card-category-ico span {
    transition: .25s ease all;
}

.card-category-ico:hover {
    /* background: var(--fs-color-secondary) !important; */
    box-shadow: 0 2px 16px rgba(0,0,0,0.075);
}

.card-category-ico:hover img {
    /* filter: brightness(100); */
    transform: translateY(-4px);
}

.card-category-ico:hover span {
    /* color: #fff; */
}

.new-brend-card {
    background: #fff;
    display: flex;
    height: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 12px;
    width: 100%;
    height: 130px;
    cursor: pointer;
    transition: .25s ease all;
}
.new-brend-card img {
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;
}
.new-brend-card:hover {
    /* background: var(--fs-color-secondary) !important; */
    box-shadow: 0 2px 16px rgba(0,0,0,0.075);
}

@media (max-width:1499.98px) {
    .card-category-ico-wrap {
        margin-top: -5px;
    }
}

@media (max-width:1365.98px) {
    .card-category-ico {
        font-size: 14px;
        padding: 14px 2px;
    }

    .card-category-ico img {
        width: 50px;
        height: 50px;
        margin-bottom: 3px;
    }
}

@media (max-width:1279.98px) {
    .new-brend-card {
        height: 110px;
    }
}

@media (max-width:1151.98px) {
    .card-category-ico-wrap {
        overflow: scroll;
        margin-left: -10px;
        margin-right: -10px;
        padding: 0 10px 10px;
    }
    
    .card-category-ico {
        flex: 0 0 calc(16% - 0.5em);
    }

    .new-brend-card {
        height: 90px;
        padding: 10px;
    }
}

@media (max-width:1023.98px) {
    .new-brend-card {
        flex: 0 0 calc(25% - 2em);
    }
}

@media (max-width:849.98px) {
    .card-category-ico {
        flex: 0 0 calc(18.5% - 0.5em);
    }

    .new-brend-card {
        flex: 0 0 calc(33% - 1em);
    }
}

@media (max-width:639.98px) {
    .card-category-ico {
        flex: 0 0 calc(25% - 1em);
    }
}

@media (max-width:549.98px) {
    .card-category-ico-wrap {
        margin-top: 12px;
    }

    .card-brend-row-2 .card-category-ico-wrap {
        margin-top: 5px;
    }

    .card-category-ico {
        flex: 0 0 calc(33% - 1em);
    }
}

@media (max-width:479.98px) {
    .new-brend-card {
        flex: 0 0 calc(50% - 1.5em);
    }
}

@media (max-width:401.98px) {
    .card-category-ico {
        flex: 0 0 calc(42% - 1em);
    }
}

@media (max-width:374.98px) {
    .card-category-ico {
        flex: 0 0 calc(45% - 1em);
    }
}