/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
#loader_image_checkout img {
	display: block;
	margin: 0 auto;
	text-align: center;
	vertical-align: middle;
}

.dpad_discount_message span {
    font-size: 16px;
    padding: 10px;
    display: block;
    margin-bottom: 5px;
}

span.free-product {
    background: dodgerblue;
    color: #fff;
    padding: 0px 5px 2px;
    border-radius: 5px;
}
.dpad_variation{
    display: none;
}

/* Tier pricing table (single product) */
.wcdrfc-tier-pricing-table-wrap {
    margin: 20px 0;
    clear: both;
}

table.wcdrfc-tier-pricing-table {
    width: 100%;
    max-width: 100%;
    border-collapse: collapse;
    margin: 0;
    font-size: 15px;
    line-height: 1.5;
}

table.wcdrfc-tier-pricing-table th,
table.wcdrfc-tier-pricing-table td {
    padding: 14px 16px;
    border: none;
    border-bottom: 1px solid #e8e8e8;
    text-align: left;
    vertical-align: middle;
}

table.wcdrfc-tier-pricing-table thead th {
    background-color: #f6f6f6;
    color: #333;
    font-weight: 600;
    border-bottom: 1px solid #ddd;
}

table.wcdrfc-tier-pricing-table tbody tr:nth-child(even) {
    background-color: #fafafa;
}

table.wcdrfc-tier-pricing-table .wcdrfc-tier-pricing-table__col-price,
table.wcdrfc-tier-pricing-table .wcdrfc-tier-pricing-table__price {
    font-weight: 600;
}

table.wcdrfc-tier-pricing-table .wcdrfc-tier-pricing-table__discount {
    color: #555;
}

table.wcdrfc-tier-pricing-table tr.wcdrfc-tier-pricing-table__row--active td {
    background-color: #ddd!important;
}

table.wcdrfc-tier-pricing-table tr.wcdrfc-tier-pricing-table__row--active .woocommerce-Price-amount {
    color: #fff;
}
