.cart-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
}
.cart-table th, .cart-table td {
    padding: 15px;
    text-align: left;
    border-bottom: 1px solid #ddd;
}
.cart-table th {
    background-color: #f4f4f4;
    font-weight: bold;
}
.cart-table tfoot {
    background-color: #f9f9f9;
    font-weight: bold;
}
.cart-total {
    text-align: right;
    padding-right: 15px;
}
.cart-buttons {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}
.cart-cupon {
    margin-top: 20px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.cart-cupon input[type="text"] {
    padding: 10px;
    font-size: 16px;
    border: 1px solid #ddd;
    border-radius: 5px;
    margin-right: 10px;
}
.cupon-code {
    font-size: 0.9em;
    font-weight: normal;
    color: #007bff;
}
.btn {
    background-color: #007bff;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
}
.btn-secondary {
    background-color: #6c757d;
}
.btn-secondary:hover {
    background-color: #5a6268;
}
.btn-primary:hover {
    background-color: #0056b3;
}
.btn-link {
    color: #007bff;
    text-decoration: none;
}
.btn-link:hover {
    text-decoration: underline;
}
.btn-danger {
    background-color: #dc3545;
    border: none;
    color: white;
    padding: 5px 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    margin: 2px 1px;
    cursor: pointer;
    border-radius: 5px;
}
.btn-danger:hover {
    background-color: #c82333;
}

.soundmd-add-to-cart,
.soundmd-download {
    margin-bottom: 10px;
    display: flex;
    justify-content: center;
}

.soundmd-add-to-cart .btn-primary,
.soundmd-download .btn-primary {
    background-color: #007bff;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
}

.soundmd-add-to-cart .btn-primary:hover,
.soundmd-download .btn-primary:hover {
    background-color: #0056b3;
}

.wc-block-components-quantity-selector {
    display: none !important;
}

a {
    text-decoration:none;
}

.wc-block-cart__submit-container .wc-block-components-button__text {
    color: #fff !important;
    background-color: #6c757d;
    border-color: #6c757d;
    padding: 10px;
    border-radius: 5px;
}

.wc-block-cart__submit-container .wc-block-components-button__text:hover {
    color: #e2cbcb !important;
    background-color: #004e8d;
    border-color: #6c757d;
    padding: 10px;
    border-radius: 5px;
    text-decoration:none;
}