.pagination{
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

#opc-product-selection, .woocommerce-form-coupon-toggle, .woocommerce-checkout-review-order-table, #order_review_heading, .woocommerce-message{
    display:none;
}

#place_order{
    width:100%;
    background-color:#0d6efd;
}

.woocommerce-checkout #payment, .woocommerce-checkout #payment div.payment_box{
    background-color:rgba(33,37,41, .03);
}

.woocommerce-checkout #payment div.payment_box::before{
    display: none;
}

.loading-cell {
    background-color: #f0f0f0;
    height: 41px;
    margin: 5px 0;
    border-radius: 0;
    animation: loading 1.5s infinite ease-in-out;
}

.woocommerce-order-details, .woocommerce-column__title, .woocommerce-thankyou-order-received{
    display:none !important;
}

/*.footer {*/
/*    background-color: #343a40; !* Темный фон футера *!*/
/*    color: #fff; !* Белый текст *!*/
/*}*/

/*.footer a {*/
/*    color: #fff;*/
/*    text-decoration: none;*/
/*}*/

/*.footer a:hover {*/
/*    color: #ff9f00; !* Цвет при наведении на ссылку *!*/
/*    text-decoration: underline;*/
/*}*/

/*.footer li a {*/
/*    margin-left: 10px;*/
/*    margin-right: 10px;*/
/*}*/

/*.footer-wrap {*/
/*    font-size: 14px;*/
/*}*/

/*.footer-wrap a {*/
/*    text-decoration: none;*/
/*}*/

/*.footer-wrap a:hover {*/
/*    color: #ff9f00;*/
/*    text-decoration: underline;*/
/*}*/

#user-reports-table-body .limitation .btn{
    opacity:.5;
    cursor:not-allowed;
}

@keyframes loading {
    0% {
        background-color: #f0f0f0;
    }
    50% {
        background-color: rgba(33, 37, 41, 0.03); /* Changed to rgba(33,37,41, 0.03) */
    }
    100% {
        background-color: #f0f0f0;
    }
}
