/* Sifarisler ucun custom css */
.shop-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 30px;
    border: 1px solid #ddd;
}
.shop-table th {
    padding: 10px;
    border-bottom: 1px solid #ddd;
    text-align: left;
}
.order-table tr:nth-child(4n - 3) td {
    background: #f5f5f5;
}
.quick-table tr:nth-child(odd) td {
    background: #f5f5f5;
}
.order-extra-tr {
    background: #e3e3e3;
}
.shop-table td {
    padding: 10px;
}
.order-tr td {
    background: white;
    cursor: pointer;
}
.order-reg-user:before {
    content: '\f507';
    font-family: Dashicons;
    display: inline;
    vertical-align: middle;
    margin-left: 10px;
    color: #0085ba;
}
.order-extra-tr {
    display: none;
}
.order-details {
    display: table;
}
.order-details > div {
    display: table-cell;
}
.order-details-first {
    width: 300px;
}
.order-details-second {
    width: 70px;
}
.order-details-third {
    width: 100px;
}
.order-details a {
    color: black;
    font-weight: 600;
}
.order-total-price {
    border-top: 1px solid #ddd;
    padding-top: 10px;
    margin-top: 10px;
}
.order-buttons {
    display: flex;
}
.order-buttons > * {
    margin-right: 5px;
}



/* Variasiyalar ucun custom css */
.product-tabs {
    width: 100%;
}
.product-tab-header {
    padding: 10px;
    border-bottom: 1px solid #ddd;
}
.product-tab-header label {
    font-weight: 600;
    vertical-align: middle;
    padding-right: 5px;
}
.variable-product-body {
    display: none;    
}
.simple-product-content {
    display: flex;
    flex-wrap: wrap;
}
.simple-product-content .field-posts .field-input {
    height: 250px;
    overflow-y: auto;
    background: #f5f5f5;
    border: 1px solid #ddd;
    padding: 10px 5px;
}
.variable-tabs-area {
    display: flex;
    flex-wrap: wrap;
}
.variable-tabs {
    width: 200px;
    border-right: 1px solid #ddd;
}
.variable-tab {
    padding: 10px;
    background: #f5f5f5;
    border-bottom: 1px solid #ddd;
    cursor: pointer;
}
.variable-content {
    width: calc(100% - 200px);
    padding: 10px;
}
.attribute-heading {
    font-weight: 600;
    margin-bottom: 10px;
}
.attribute-radio {
    display: inline-block;
    padding-right: 15px;
}
.attribute-radio label {
    cursor: pointer;
}
.attributes-lists {
    display: flex;
    margin-top: 15px;
}
.attribute-list {
    border: 1px solid #ddd;
    padding: 5px;
    background: #f5f5f5;
    margin-right: 10px;
    height: 200px;
    overflow-y: auto;
    min-width: 200px;
    display: none;
}
.attr-element {
    margin-bottom: 5px;
}
.attr-element label {
    cursor: pointer;
}
.variation-element {
    width: 75px;
    display: inline-block;
    font-weight: 600;
    height: 32px;
    border: 1px solid #ddd;
    line-height: 32px;
    padding: 0 10px;
    margin-right: 10px;
    background: #fbfbfb;
}
.all-variation-condition-area {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 15px;
    font-weight: 600;
}
.all-variation-condition-area .admin-element {
    margin-right: 5px;
}
.all-variation-condition-text {
    width: 200px;
}
.all-variation-condition-area input, .tab-condition-content input {
    width: 100px!important;
}


/* Attributes */
.attr-gallery-name {
    margin-top: 10px;
}
.attr-gallery {
    display: flex;
    flex-wrap: wrap;
    margin-top: 5px;
}
.attr-gallery .page-photos {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
}
.attr-gallery .admin-gallery-item-area {
    width: 100px;
    height: 100px;
    padding: 0;
    position: relative;
    margin-right: 10px;
}
.attr-add-image {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    font-size: 34px;
    background: #eee;
    width: 100px;
    height: 100px;
    border: 1px solid #ddd;
    cursor: pointer;
}
.add-new-attr-image {
    width: 85px;
    height: 85px;
    line-height: 75px;
    border: 2px solid #ddd;
    text-align: center;
}


/* All attributes */
.all-attr-blocks {
    display: flex;
    flex-wrap: wrap;
    margin: 15px -10px 0;
}
.all-attr-block {
    width: calc(100% / 6);
    padding: 0 10px;
}
.all-attr-block a {
    display: flex;
    font-weight: 600;
    text-align: center;
    border: 1px solid #ddd;
    background: white;
    height: 45px;
    align-items: center;
    justify-content: center;
}


/* Statistics */
.statistics-header {
    display: flex;
}
.stat-header-item {
    margin-right: 15px;
    border-right: 1px solid #777;
    padding-right: 15px;
}
.stat-header-item:last-child {
    border-right: 0;
    margin-right: 0;
    padding-right: 0;
}
.stat-header-item a {
    color: black;
    font-weight: 600;
}
.active-stat-header-item a {
    color: #0073aa;
}
.order-statistics-table {
    width: 500px;
}
.order-statistics-table table {
    font-size: 15px;
}


/* Products */
.real_sales input {
    background: #eee;
    pointer-events: none;
}


/* Add orders */
.product-repeaters {
    margin-bottom: 10px;
}
.product-repeater {
    display: flex;
    align-items: center;
    margin: 0 -5px 5px;
}
.pr-large, .pr-small {
    padding: 0 5px;
}
.product-repeater input {
    width: 100%;
}
.pr-small {
    width: 20%;
}
.pr-large {
    width: calc(60% - 30px);
}
.pr-extra-small {
    width: 30px;
}
.product-repeater-remove div {
    background: #e23d3d;
    color: white;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 13px;
}
.product-repeater-action {
    margin-bottom: 20px;
}
.product-repeater-action button {
    margin-left: auto;
    display: table;
}
.default-product-repeater {
    display: none;
}



/* Export Import */
.export-blocks {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.export-block {
    width: 50%;
    padding: 0 15px;
}
.export-heading {
    font-size: 18px;
    margin-bottom: 15px;
    font-weight: 600;
}
.admin-export-element {
    margin-bottom: 10px;
}