.pagination {
    display: flex;
    justify-content: center;
    column-gap: 10px;
}

.pagination .page-item.active .page-link {
    background-color: #3577f0;
    border: transparent;

    &:hover {
        background-color: #3577f0;
    }
}

.pagination .page-item .page-link {
    background-color: #f6f7fb;
    color: #777777;
    font-weight: 600;
    border: transparent;
    padding-inline: 12px;

    &:hover {
        background-color: #e5e6ec;
    }
}

.shop-sorting-left-content {
    margin-bottom: 15px;
}

.shop-sorting-right-content {
    text-align: end;
    margin-bottom: 15px;
}

@media only screen and (max-width: 767px) {
    .shop-sorting-right-content {
        text-align: start;
        margin-bottom: 15px;
    }
}

.product-filter-mobile {
    margin-top: 0px;
}

.contact-box {
    border: 1px solid #f1f1f1;
    border-radius: 6px;
}

.admin-import {
    @import url('{{ asset('vendor/adminlte/dist/css/adminlte.min.css') }}');
}

.text-font-size {
    font-size: 1.7rem !important;
}