/*Нумерация для элементов заказа */

.item {
    position: relative;
    counter-increment: thumb;
    transition: ease 300ms;
}

.item:hover {
    background-color: #f0f0f1;
}

.item:hover .thumb:before{
    background-color: #ff9d00;
}

.item .thumb {
    position: relative;
    padding-left: 64px !important;
}

.item .thumb:before {
    content: "#" counter(thumb);
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    padding: 0 12px;
    height: 100%;
    font-size: 14px;
    background-color: #f8f8f8;
}

.item .thumb .wc-order-item-thumbnail {
    width: 64px !important;
    height: 100% !important;
}

.item .name .wc-order-item-name {
    font-size: 18px !important;
    color: black;
    font-weight: bolder;
    text-decoration: none;
    transition: ease 100ms;
}

.item .name .wc-order-item-name:hover {
    transform; scale(1.05);
}

/*- - - - - - - - - - - - - - -*/

.tablenav {
    height: 62px;
}

p .search-box {
    float: none;
    display: inline-block;
    margin-top: 10px;
    position: absolute;
}

.statuses {
    display: none;
}

.wp-list-table td p,
.post-type-shop_order .wp-list-table th p {
    display: inline-block;
}

.wp-core-ui .notice.is-dismissible {
    padding-right: 38px;
    position: relative;
    display: none;
}

.rp_wcdpd_row_title {
    display: inline !important;
    line-height: 27px !important;
    height: 27px !important;
    left: 38px !important;
    top: 3px !important;
}

.ui-accordion-header {
    height: 40px !important;
    font-size: 90% !important;
}

#update-nag,
.update-nag {
    display: none !important;
}

/* ------ Увеличение области для кода-------*/
.et-pb-option-container textarea {
    width: 1000px;
}

.et_pb_modal_settings_container {
    width: 1100px;
}

/* ------ Напоминания об обновлениях -------*/

.update-message {
    display: none;
}

.notice-warning {
    display: none;
}