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

.pagination .page-item.active .page-link {
    background: #79a206 !important;
    color: #ffffff !important;
    margin-left: 0 !important;
    display: inline-block !important;
    width: 30px !important;
    height: 30px !important;
    line-height: 30px !important;
    text-align: center !important;
    border-radius: 3px !important;
    font-weight: 400 !important;
    border: transparent !important;
}

.page-link {
    padding: 0px !important;

}

.pagination .page-item .page-link {
    font-weight: 400 !important;
    display: inline-block !important;
    width: 30px !important;
    height: 30px !important;
    line-height: 30px !important;
    text-align: center !important;
    background: #f1f1f1 !important;
    border-radius: 3px !important;
    margin-left: 0px !important;
    color: #222222 !important;
    border: transparent !important;

    &:hover {
        background: #79a206 !important;
        color: #ffffff !important;
    }
}

.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 {
    color: var(--bs-card-color);
}

.form-control {
    font-size: 1rem !important;
}

.dataTables_wrapper .dataTables_length {
    padding-left: 30px;
    padding-top: 17px;
}

.show-admin {
    display: block !important;
    inset: auto auto 0px 0px !important;
    transform: translate3d(0px, -70.4px, 0px) !important;
}

.show-language {
    display: block !important;
    inset: auto 0px 0px auto !important;
    transform: translate3d(0.8px, -26.4px, 0px) !important;
}

.back-button {
    border: 1px solid #222222;
    font-size: 12px;
    font-weight: 700;
    height: 45px;
    padding: 10px 15px;
    text-transform: uppercase;
    background: #222222;
    color: #ffffff;
    transition: 0.3s;
    text-align: center;
}

.back-button:hover {
    background: #79a206;
    color: #ffffff;
    border-color: #79a206;
}

.contact_button {
    color: #fff;
    display: inline-block;
    background: #242424;
    border: none;
    padding: 0 20px;
    height: 34px;
    line-height: 35px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    transition: .3s;
    border-radius: 3px;
}

.contact_button:hover {
    background: #79a206;
    color: #fff;
}

.auth-button {
    font-size: 15px;
    float: left;
    line-height: 39px;
    outline: none !important;
    transition: all 0.3s ease 0s;
    color: inherit;
    text-decoration: none;
    cursor: pointer;
}

.auth-button:hover {
    color: #79a206;
}

.cancel-button {
    background: #222222 !important;
    border: 0 !important;
    color: #ffffff !important;
    display: inline-block !important;
    font-size: 12px !important;
    font-weight: 500 !important;
    height: 38px !important;
    line-height: 20px !important;
    padding: 10px 15px !important;
    text-transform: uppercase !important;
    transition: 0.3s !important;
    border-radius: 3px !important;
}

.cancel-button:hover {
    background: #79a206 !important;
    color: #ffffff !important;
}

.save-button {
    background: #79a206 !important;
    border: 0 !important;
    color: #ffffff !important;
    display: inline-block !important;
    font-size: 12px !important;
    font-weight: 500 !important;
    height: 38px !important;
    line-height: 20px !important;
    padding: 10px 15px !important;
    text-transform: uppercase !important;
    transition: 0.3s !important;
    border-radius: 3px !important;
}

.save-button:hover {
    background: #222222 !important;
}

.modal_add_to_cart_button {
    border-radius: 0;
    border: 1px solid #222222;
    margin-left: 10px;
    font-size: 12px;
    font-weight: 700;
    height: 45px;
    width: 230px;
    line-height: 18px;
    padding: 10px 15px;
    text-transform: uppercase;
    background: #222222;
    color: #ffffff;
    transition: 0.3s;
    font-family: inherit;
}

@media only screen and (max-width: 767px) {
    .modal_add_to_cart_button {
        width: 160px;
    }
}

.modal_add_to_cart_button:hover {
    background: #79a206;
    color: #ffffff;
    border-color: #79a206;
}