a {
    color: #26a4d6;
}
button.btn-outline,a.btn-outline {
    border: 1px solid #27A4D6;
    color: #27A4D6;
    padding: 10px 20px;
    background: transparent;
    text-decoration:none;
    border-radius: 5px;
}
button.btn-primary,a.btn-primary {
    border: 1px solid #27A4D6;
    color: #ffffff;
    padding: 10px 20px;
    background: #27A4D6;
    text-decoration:none;
    border-radius: 5px;
}
button.btn-default,a.btn-default {
    border: 1px solid #F1F1F1;
    color: #000000;
    padding: 10px 20px;
    background: #F1F1F1;
    text-decoration:none;
    border-radius: 5px;
}
button.btn-outline-danger,a.btn-outline-danger {
    border: 1px solid #FF4C51;
    color: #FF4C51;
    padding: 10px 20px;
    background: transparent;
    text-decoration:none;
    border-radius: 5px;
}
button.btn,a.btn {
    margin: 25px 5px;
}

.woocommerce-MyAccount-content {
    padding: 10px;
}

.container {
    background: white;
    padding: 20px;
    overflow-x: auto;
}

.container h1 {
    font-size: 24px;
    margin-bottom: 5px;
}

.container p {
    font-size: 14px;
    color: #202224;
    margin-bottom: 20px;
}

.top-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.search-box input {
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 6px;
    width: 100%;
    font-size: 14px;
    margin: 10px 0px 20px;
}

.entries-count {
    font-size: 14px;
    color: #666;
}

.table {
    width: 100%;
    border-collapse: collapse;
    text-align: left;
    /* box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); */
}

.table thead {
    background-color: #f5f5f5;
}

.table th, .table td {
    padding: 12px;
    border-bottom: 1px solid #eaeaea;
}
.table tr {
    background: #fff;
}

.table th {
    font-size: 14px;
    color: #666;
}

.table td {
    font-size: 14px;
    color: #333;
}
.table-box-order-list tr td.status span {
    display: block;
    background: #28C76F29;
    color: #28C76F;
    width: 150px;
    padding: 10px;
    text-align: center;
    border-radius: 10px;
}
.table td.title-pro {
    display: flex;
    gap: 10px;
    justify-content: stretch;
}

.table td img {
    border-radius: 6px;
}

.table td .actions {
    display: flex;
    gap: 10px;
}

.table td .actions button {
    background: none;
    border: none;
    cursor: pointer;
    padding: 6px;
    border-radius: 6px;
    transition: background 0.2s;
}

.table td .actions button:hover {
    background: #f0f0f0;
}

.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    gap: 5px;
}

.pagination button {
    background: #ffffff;
    border: 1px solid #ddd;
    padding: 8px 12px;
    border-radius: 6px;
    cursor: pointer;
    transition: background 0.2s;
}

.pagination button.active {
    background: #27A4D6;
    color: white;
}

.pagination button:hover {
    background: #27A4D624;
}
.footer-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
}
button {
    padding: 0px;
    border: none;
    cursor: pointer;
    font-weight: bold;
    border-radius: 5px;
}
@media (max-width: 768px) {
    .table th, .table td {
        font-size: 12px;
        padding: 10px;
    }

    .table td img {
        width: 40px;
        height: 40px;
    }
}



/* product list */ 

.woocommerce-MyAccount-content {
    padding: 10px;
}

.woocommerce-MyAccount-content .container {
    background: white;
    padding: 20px;
    overflow-x: auto;
    border-radius: 15px;
    margin: 10px;
}

.container h1 {
    font-size: 24px;
    margin-bottom: 5px;
}

.container p {
    font-size: 14px;
    color: #202224;
    margin-bottom: 20px;
    align-items: center;
    display: flex;
    gap: 10px;
    text-transform: capitalize;
}

.top-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.search-box input {
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 6px;
    width: 100%;
    font-size: 14px;
}

.entries-count {
    font-size: 14px;
    color: #666;
}

.table {
    width: 100%;
    /* border-collapse: collapse; */
    text-align: left;
    /* box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); */
}
.table-box-order-list {
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    padding: 10px;
    border-radius: 10px;
}

.table thead {
    background-color: #f5f5f5;
}

.table th, .table td {
    padding: 12px;
    border-bottom: 1px solid #eaeaea;
}
.table tr {
    background: #fff;
}

.table th {
    font-size: 14px;
    color: #666;
}

.table td {
    font-size: 14px;
    color: #333;
}
.table td.title-pro {
    display: flex;
    gap: 10px;
    justify-content: stretch;
}

.table td img {
    border-radius: 6px;
    border: 1px solid #eaeaea;
}

.table td .actions {
    display: flex;
    gap: 10px;
}

.table td .actions button {
    background: none;
    border: none;
    cursor: pointer;
    padding: 6px;
    border-radius: 6px;
    transition: background 0.2s;
}

.table td .actions button:hover {
    background: #f0f0f0;
}

.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    gap: 5px;
}

div#cke_notifications_area_editor1 {
    display: none !important;
} 

.pagination button,.pagination a {
    background: #ffffff;
    border: 1px solid #ddd;
    padding: 8px 12px;
    border-radius: 6px;
    cursor: pointer;
    transition: background 0.2s;
}

.pagination button.active {
    background: #27A4D6;
    color: white;
}

.pagination button:hover {
    background: #27A4D624;
}
.footer-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
}
button {
    padding: 0px;
    border: none;
    cursor: pointer;
    font-weight: bold;
    border-radius: 5px;
}
table.your-orders tr td a {
    color: #333333;
    text-decoration: none;
}
.notice.alert {
    padding: 20px;
    background-color: #f44336;
    color: white;
  }
  
.notice .closebtn {
    margin-left: 15px;
    color: white;
    font-weight: bold;
    float: right;
    font-size: 22px;
    line-height: 20px;
    cursor: pointer;
    transition: 0.3s;
  }
  
.notice .closebtn:hover {
    color: black;
}
.notice.alert.success{
    background-color: #b6efd2;
    color: #007037;
}
.notice.alert.success .closebtn{
    color: #007037;
}
.notice.alert.info {
    background-color: #2196F3;
}
.notice.alert.warning {
    background-color: #ff9800;
}
.table .title-pro div {
    align-items: center;
    display: flex
;
}
.table tr td {
    text-transform: capitalize;
}
table.table.your-orders tr td {
    text-transform: capitalize;
}
.order-detail-box h3 {
    font-size: 24px;
    line-height: 45px;
    font-family: 'Public Sans';
}


.order-detail-box.container-print-on-demand {
    margin: auto;
    display: flex;
    gap: 20px;
}

.order-detail-box .left-section {
    flex: 2;
}

.order-detail-box .right-section {
    flex: 1;
    border-radius: 5px;
}

.order-detail-box h2 {
    margin-top: 0;
}

.order-detail-box .section {
    padding: 10px 0;
    border-bottom: 1px solid #ddd;
}

.order-detail-box .section:last-child {
    border-bottom: none;
}

.order-detail-box .order-header {
    font-size: 1.2rem;
    font-weight: bold;
}

.order-detail-box .order-info {
    font-size: 0.9rem;
    color: #555;
}

.order-detail-box .billing,.order-detail-box .shipping {
    margin-top: 10px;
}

.order-detail-box .billing p,.order-detail-box .shipping p {
    margin: 5px 0;
}

.order-detail-box .item {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 10px 0;
}

.order-detail-box .item img {
    width: 150px;
    height: 150px;
    object-fit: cover;
    border-radius: 5px;
}

.order-detail-box .item-info {
    flex-grow: 1;
}

.order-detail-box .item-cost {
    text-align: right;
}

.order-detail-box .order-summary {
    /* background: #fafafa; */
    padding: 10px;
    border-radius: 5px;
}

.order-detail-box .summary-item {
    display: flex;
    justify-content: space-between;
    margin-bottom: 5px;
    text-transform: capitalize;
}

.order-detail-box .actions {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}

.order-detail-box .btn {
    padding: 8px 12px;
    /* border: none; */
    border-radius: 5px;
    cursor: pointer;
}

.order-detail-box .btn-delete {
    background: red;
    color: white;
}

.order-detail-box .btn-update {
    background: blue;
    color: white;
}

.order-detail-box .right-section .box,.order-detail-box .left-section .box {
    background: white;
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 5px;
    border: 1px solid #E0E0E0;
}
.order-detail-box .right-section select {
    width: 100%;
    padding: 10px;
    border-radius: 10px;
}
label.form-label {
    padding: 10px 0px;
    display: block;
}
@media (max-width: 768px) {
    .table th, .table td {
        font-size: 12px;
        padding: 10px;
    }

    .table td img {
        width: 40px;
        height: 40px;
    }
    .woocommerce-MyAccount-content .container {
        background: white;
        padding: 0px;
        overflow-x: auto;
        border-radius: 15px;
        margin: 0px;
    }
    section.variantions-tab.container .tabs {
        margin: 15px 0px;
    }
    .tab-content {
        display: none;
        padding: 10px;
    }
    .woocommerce-MyAccount-content .container h2 {
        margin: 15px 0px;
    }
    .variation-content {
        border: 1px solid #ccc;
        padding: 10px;
        margin-top: 10px;
    }
    .container-variations .toggle-buttons button {
        padding: 10px 12px;
        width: auto;
        margin-right: 5px;
        cursor: pointer;
        border-radius: 5px;
    }
    .container-variations .checkbox-group {
        margin-top: 10px;
        display: block;
        width: 100%;
    }
    
}
@media (max-width: 520px) {
    #attributes .option {
        background: #F1F1F1;
        padding: 0px 10px;
        border-radius: 7px;
        justify-content: space-between;
        display: flex
    ;
        flex-direction: column;
        margin: 10px 0px;
        align-items: center;
    }
    .variation-content .section .option {
        background: #F1F1F1;
        padding: 0px 10px;
        border-radius: 7px;
        justify-content: space-between;
        display: flex !important;
        flex-direction: column;
        gap: 10px;
        margin: 0px 0px;
        align-items: center;
    }
    .variation-content .section .option div:first-child {
        display: contents;
    }
    .variation-content .section .option div label {
        margin-top: 15px;
    }
    .container-variations .varinations-box {
        display: flex;
        flex-direction: column;
        gap: 20px;
        align-items: flex-start;
        padding: 0px 0px 30px 0px;
    }
    #attributes .option {
        background: #F1F1F1;
        padding: 20px 10px 0px 10px !important;
        border-radius: 7px;
        justify-content: space-between;
        display: flex;
        margin: 10px 0px;
        align-items: center;
    }
}

