/*
Theme Name: MAMSR
Theme URI: https://www.merrellandesmountainskyrace.cl
Author: Rafael Andrews
Author URI: https://crony.io
Description: Custom WordPress theme using Tailwind CSS CLI, fully compatible with Brizy Page Builder.
Version: 1.0.04
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: mamsr
*/

/* Compiled CSS will be enqueued from /assets/css/tailwind.css */

#wlc-table-tickets > tbody thead{
	display:none;
}
.welcu_embed td.row-sub-price{
	font-weight:600;
}
.welcu_embed td.row-sub-price::before {
    content: "Precio: ";
    font-weight: 400;
}
.welcu_embed td.row-fee::before {
    content: "Fee: ";
}
.welcu_embed td.row-price::before {
    content: "Total: ";
}
.welcu_embed [itemprop="subEvent"] >td:last-child::before {
    content: "Cantidad: ";
}
.welcu_embed #wlc-table-tickets tbody td,
.welcu_embed #wlc-table-tickets tbody tr{
	display: block !important;
    width: 100%;
}
.welcu_embed #wlc-table-tickets tbody td,
.welcu_embed #wlc-table-tickets {
	border: 0 !important;
}
.welcu_embed #change_currency{
    border: 1px solid;
    border-radius: 4px;
}

.welcu_embed #wlc-table-tickets tfoot input[type="submit"]{
    background: #eb0028 !important;
    margin-bottom: 20px;
    box-shadow: 2px 3px 20px #eb002859;
    border-radius: 27px;
}