/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/

/* Custom styles for cancelled bookings */
.cancelled-booking-notice {
    display: inline-block;
    background-color: #f44336;
    color: white;
    padding: 2px 8px;
    border-radius: 3px;
    margin-left: 10px;
    font-size: 12px;
    font-weight: bold;
}

del {
    color: #888;
    text-decoration: line-through;
}

.status-cancelled {
    color: #f44336;
    font-weight: bold;
}

/* Styles for payment page with cancelled bookings */
.cancelled-booking-row {
    background-color: #fff5f5;
    position: relative;
}

.cancelled-booking-row::after {
    content: "Cancelled - Not included in total";
    position: absolute;
    right: 10px;
    top: 5px;
    font-size: 11px;
    color: #f44336;
    font-weight: bold;
}

.cancelled-booking-message {
    background-color: #f9f9f9;
}

.cancelled-booking-message td {
    color: #f44336;
    font-style: italic;
}

/* Styles for cancelled booking explanation */
.cancelled-booking-explanation {
    background-color: #f9f9f9;
    padding: 10px 15px;
    border-radius: 5px;
    margin: 15px 0;
    border-left: 4px solid #f44336;
}

.cancelled-booking-explanation p {
    margin: 0;
    color: #333;
}

/* Styles for booking availability info */
.booking-availability-info {
    margin-top: 10px;
    margin-bottom: 15px;
    font-style: italic;
    color: #333;
    font-size: 14px;
}

/*.wc-pao-addon .wc-pao-addon-wrap
 {
    margin: -15px 0 20px;
}
*/
.dokan-no-products-placeholder {
    text-align: center;
    padding: 50px 20px;
    background-color: #f9f9f9;
    border: 2px dashed #e0e0e0;
    border-radius: 5px;
    margin-top: 30px;
}

.dokan-no-products-placeholder .fas {
    font-size: 50px;
    color: #cccccc;
    margin-bottom: 20px;
}

.dokan-no-products-placeholder h2 {
    font-size: 24px;
    font-weight: 600;
    color: #333;
    margin-bottom: 10px;
}

.dokan-no-products-placeholder p {
    font-size: 16px;
    color: #666;
}
