.wc-product-sidebar-table-container {
    display: flex;
/*     max-width: 1200px; */
    margin: 0 auto;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    overflow: hidden;
}

.wc-product-table-section {
    width: 75%;
    padding: 20px;
}

.wc-stock-filter {
    margin-bottom: 15px;
}

.product-details-summary {
    margin-top: 20px;
}
.wc-sidebar-products {
    width: 25%;
    padding: 20px;
    background-color: #f8f9fa;
    border-right: 1px solid #e0e0e0;
}

.wc-sidebar-products h3 {
    margin-top: 0;
    color: #333;
    border-bottom: 2px solid #007bff;
    padding-bottom: 10px;
}
.wc-product-table-section {
    width: 75%;
    padding: 20px;
}

.sidebar-product-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.sidebar-product-list li {
    cursor: pointer;
    padding: 12px;
    border-bottom: 1px solid #e0e0e0;
    transition: background-color 0.3s ease;
}

.sidebar-product-list li:hover {
    background-color: #e9ecef;
}

.wc-stock-filter {
    margin-bottom: 15px;
    padding: 10px;
    background-color: #f8f9fa;
    border-radius: 4px;
}

.wc-product-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}
.wc-product-table td:nth-child(2){
	max-width:340px;
}
.wc-product-table th, 
.wc-product-table td {
    border: 1px solid #e0e0e0;
    padding: 12px;
    text-align: left;
}

.wc-product-table th {
    background-color: #007bff;
    color: white;
    font-weight: bold;
    text-transform: uppercase;
}

.wc-product-table tr:nth-child(even) {
    background-color: #f8f9fa;
}

.wc-product-table tr:hover {
    background-color: #e9ecef;
}

.variation-select {
    width: 100%;
    padding: 8px;
    border: 1px solid #ced4da;
    border-radius: 4px;
}

.quantity-input {
    width: 70px;
    padding: 6px;
    margin-right: 10px;
    border: 1px solid #ced4da;
    border-radius: 4px;
}

.button {
    padding: 8px 15px;
    background-color: #28a745;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.button:hover {
    background-color: #218838;
}

.product-details-summary {
    margin-top: 20px;
    padding: 15px;
    background-color: #f8f9fa;
    border-radius: 8px;
    border: 1px solid #e0e0e0;
}

.product-details-summary h4 {
    margin-top: 0;
    color: #333;
    border-bottom: 2px solid #007bff;
    padding-bottom: 10px;
}

#product-summary-content {
    line-height: 1.6;
}

#in-stock-filter {
    margin-right: 10px;
}
.logout-button-container a{
	text-decoration:none !important;
}
#in-stock{
	color:green !important;
}
.wc-cart-summary-section {
    display: flex;
    justify-content: space-between;
    border: 1px solid #ddd;
    padding: 15px;
    margin-top: 20px;
}

.wc-cart-summary-left, .wc-cart-summary-right {
    width: 48%;
}

.wc-cart-summary-right .button {
    background-color: #0073aa;
    color: white;
    display: block;
    margin-top: 10px;
    text-align: center;
}

.wc-cart-summary-left p, .wc-cart-summary-right p {
    margin: 5px 0;
}
