tr#epofw_hidden {
	display: none;
}

.select2-dropdown {
	width: 262px !important;
}

/* Common CSS */
div.product form.cart table.epofw_fields_table {
	margin: 35px 0;
	float: left;
	width: 100%;
}

div.product form.cart table.epofw_fields_table td {
	padding-left: 8px;
	border: 1px solid rgba(0, 0, 0, 0.1);
}

div.product form.cart table#addon_total {
	float: left;
	width: 100%;
	margin: 35px 0;
}

div.product form.cart table#addon_total td {
	padding-left: 8px;
	border: 1px solid rgba(0, 0, 0, 0.1);
}

.ui-timepicker-div dl dt {
	margin-top: 0 !important;
}

.ui-timepicker-div dl dd {
	margin: 0 10px 20px 40% !important;
}

.epofw_fields_table {
	margin: 35px 0;
	float: left;
	width: 100%;
}

.epofw_fields_table tr td label {
	display: block;
}

.epofw_fields_table tr td a:focus,
.epofw_fields_table tr td input:focus,
.epofw_fields_table tr td textarea:focus,
.epofw_fields_table tr td button:focus {
	outline: none;
}

.epofw_fields_table tr td input[type="text"],
.epofw_fields_table tr td input[type="email"],
.epofw_fields_table tr td input[type="url"],
.epofw_fields_table tr td input[type="password"],
.epofw_fields_table tr td input[type="search"],
.epofw_fields_table tr td input[type="tel"],
.epofw_fields_table tr td input[type="date"],
.epofw_fields_table tr td input[type="month"],
.epofw_fields_table tr td input[type="week"],
.epofw_fields_table tr td input[type="time"],
.epofw_fields_table tr td input[type="datetime"],
.epofw_fields_table tr td input[type="datetime-local"],
.epofw_fields_table tr td input[type="color"],
.epofw_fields_table tr td textarea {
	width: auto;
}

.epofw_fields_table tr td input[type="checkbox"],
.epofw_fields_table tr td input[type="radio"] {
	margin-right: 5px;
}

.epofw_fields_table tr td input[type="number"] {
	width: 4.235801032em;
	text-align: center;
}

.epofw_fields_table tr td span.select2.select2-container.select2-container--default.select2-container--focus {
	width: 200px !important;
}

.epofw_fields_table tr td span .select2-selection--multiple {
	width: 200px !important;
}

.epofw_fields_table tr td span li.select2-search.select2-search--inline {
	margin: 0 !important;
}

#addon_total #addon_details td:first-child strong {
	text-align: center;
	display: block;
}

#addon_total #addon_details strong {
	text-align: center;
	margin: 0 auto;
	display: block;
}

.product-name dd p {
	display: inline;
}

/* theme-twentynineteen */
.theme-twentynineteen .epofw_fields_table {
	margin: 35px 0;
}

.theme-twentynineteen .epofw_fields_table tr td input[type="text"],
.theme-twentynineteen .epofw_fields_table tr td input[type="email"],
.theme-twentynineteen .epofw_fields_table tr td input[type="url"],
.theme-twentynineteen .epofw_fields_table tr td input[type="password"],
.theme-twentynineteen .epofw_fields_table tr td input[type="search"],
.theme-twentynineteen .epofw_fields_table tr td input[type="number"],
.theme-twentynineteen .epofw_fields_table tr td input[type="tel"],
.theme-twentynineteen .epofw_fields_table tr td input[type="date"],
.theme-twentynineteen .epofw_fields_table tr td input[type="month"],
.theme-twentynineteen .epofw_fields_table tr td input[type="week"],
.theme-twentynineteen .epofw_fields_table tr td input[type="time"],
.theme-twentynineteen .epofw_fields_table tr td input[type="datetime"],
.theme-twentynineteen .epofw_fields_table tr td input[type="datetime-local"],
.theme-twentynineteen .epofw_fields_table tr td input[type="color"],
.theme-twentynineteen .epofw_fields_table tr td textarea {
	width: auto;
}

.theme-twentynineteen .epofw_fields_table tr td input[type="checkbox"],
.theme-twentynineteen .epofw_fields_table tr td input[type="radio"] {
	width: auto;
	margin-right: 5px;
}

.theme-twentynineteen .epofw_fields_table tr td span.select2.select2-container.select2-container--default.select2-container--focus {
	width: 360px !important;
}

.theme-twentynineteen .epofw_fields_table tr td span .select2-selection--multiple {
	width: 262px !important;
}

.theme-twentynineteen .epofw_fields_table tr td span li.select2-search.select2-search--inline {
	margin: 0 !important;
}

.theme-twentynineteen #addon_total #addon_details td:first-child strong {
	text-align: center;
	display: block;
}

.theme-twentynineteen #addon_total #addon_details strong {
	text-align: center;
	margin: 0 auto;
	display: block;
}

.theme-twentynineteen .product-name dd p {
	display: inline;
}

.theme-twentynineteen .ui-timepicker-div dl dd {
	margin: 0 10px 25px 40%;
}

/* theme-twentytwenty */
.theme-twentytwenty .epofw_fields_table {
	width: 100%;
	float: left;
	margin: 35px 0;
}

.theme-twentytwenty .epofw_fields_table tr td input[type="text"],
.theme-twentytwenty .epofw_fields_table tr td input[type="email"],
.theme-twentytwenty .epofw_fields_table tr td input[type="url"],
.theme-twentytwenty .epofw_fields_table tr td input[type="password"],
.theme-twentytwenty .epofw_fields_table tr td input[type="search"],
.theme-twentytwenty .epofw_fields_table tr td input[type="tel"],
.theme-twentytwenty .epofw_fields_table tr td input[type="date"],
.theme-twentytwenty .epofw_fields_table tr td input[type="month"],
.theme-twentytwenty .epofw_fields_table tr td input[type="week"],
.theme-twentytwenty .epofw_fields_table tr td input[type="time"],
.theme-twentytwenty .epofw_fields_table tr td input[type="datetime"],
.theme-twentytwenty .epofw_fields_table tr td input[type="datetime-local"],
.theme-twentytwenty .epofw_fields_table tr td input[type="color"],
.theme-twentytwenty .epofw_fields_table tr td textarea {
	width: auto;
}

.theme-twentytwenty .epofw_fields_table tr td input[type="checkbox"],
.theme-twentytwenty .epofw_fields_table tr td input[type="radio"] {
	width: auto;
	margin-right: 5px;
}

.theme-twentytwenty .epofw_fields_table tr td span.select2.select2-container.select2-container--default.select2-container--focus {
	width: 360px !important;
}

.theme-twentytwenty .epofw_fields_table tr td span .select2-selection--multiple {
	width: 262px !important;
}

.theme-twentytwenty .epofw_fields_table tr td span li.select2-search.select2-search--inline {
	margin: 0 !important;
}

.theme-twentytwenty #addon_total #addon_details td:first-child strong {
	text-align: center;
	display: block;
}

.theme-twentytwenty #addon_total #addon_details strong {
	text-align: center;
	margin: 0 auto;
	display: block;
}

.theme-twentytwenty .product-name dd p {
	display: inline;
}

.theme-twentytwenty .ui-timepicker-div dl dt {
	margin-top: 0 !important;
}

.theme-twentytwenty .ui-timepicker-div dl dd {
	margin: 0 10px 20px 40%;
}

/* theme-twentytwentyone */
.theme-twentytwentyone .epofw_fields_table {
	margin: 35px 0;
}

.theme-twentytwentyone .epofw_fields_table tr td a:focus,
.theme-twentytwentyone .epofw_fields_table tr td input:focus,
.theme-twentytwentyone .epofw_fields_table tr td textarea:focus,
.theme-twentytwentyone .epofw_fields_table tr td button:focus {
	outline: none;
}

.theme-twentytwentyone .epofw_fields_table tr td input[type="text"],
.theme-twentytwentyone .epofw_fields_table tr td input[type="email"],
.theme-twentytwentyone .epofw_fields_table tr td input[type="url"],
.theme-twentytwentyone .epofw_fields_table tr td input[type="password"],
.theme-twentytwentyone .epofw_fields_table tr td input[type="search"],
.theme-twentytwentyone .epofw_fields_table tr td input[type="tel"],
.theme-twentytwentyone .epofw_fields_table tr td input[type="date"],
.theme-twentytwentyone .epofw_fields_table tr td input[type="month"],
.theme-twentytwentyone .epofw_fields_table tr td input[type="week"],
.theme-twentytwentyone .epofw_fields_table tr td input[type="time"],
.theme-twentytwentyone .epofw_fields_table tr td input[type="datetime"],
.theme-twentytwentyone .epofw_fields_table tr td input[type="datetime-local"],
.theme-twentytwentyone .epofw_fields_table tr td input[type="color"],
.theme-twentytwentyone .epofw_fields_table tr td textarea {
	width: auto;
}

.theme-twentytwentyone .epofw_fields_table tr td input[type="checkbox"],
.theme-twentytwentyone .epofw_fields_table tr td input[type="radio"] {
	width: 25px;
	margin-right: 5px;
	vertical-align: sub;
}

.theme-twentytwentyone .epofw_fields_table tr td span.select2.select2-container.select2-container--default.select2-container--focus {
	width: 360px !important;
}

.theme-twentytwentyone .epofw_fields_table tr td span .select2-selection--multiple {
	width: 262px !important;
}

.theme-twentytwentyone .epofw_fields_table tr td span li.select2-search.select2-search--inline {
	margin: 0 !important;
}

.theme-twentytwentyone #addon_total #addon_details td:first-child strong {
	text-align: center;
	display: block;
}

.theme-twentytwentyone #addon_total #addon_details strong {
	text-align: center;
	margin: 0 auto;
	display: block;
}

.theme-twentytwentyone .product-name dd p {
	display: inline;
}

.theme-twentytwentyone .ui-timepicker-div dl dt {
	margin-top: 0 !important;
}

.theme-twentytwentyone .ui-timepicker-div dl dd {
	margin: 0 10px 20px 40%;
}

/* theme-storefront */
.theme-storefront .epofw_fields_table {
	margin: 35px 0;
}

.theme-storefront .epofw_fields_table tr td label {
	display: block;
}

.theme-storefront .epofw_fields_table tr td a:focus,
.theme-storefront .epofw_fields_table tr td input:focus,
.theme-storefront .epofw_fields_table tr td textarea:focus,
.theme-storefront .epofw_fields_table tr td button:focus {
	outline: none;
}

.theme-storefront .epofw_fields_table tr td input[type="text"],
.theme-storefront .epofw_fields_table tr td input[type="email"],
.theme-storefront .epofw_fields_table tr td input[type="url"],
.theme-storefront .epofw_fields_table tr td input[type="password"],
.theme-storefront .epofw_fields_table tr td input[type="search"],
.theme-storefront .epofw_fields_table tr td input[type="tel"],
.theme-storefront .epofw_fields_table tr td input[type="date"],
.theme-storefront .epofw_fields_table tr td input[type="month"],
.theme-storefront .epofw_fields_table tr td input[type="week"],
.theme-storefront .epofw_fields_table tr td input[type="time"],
.theme-storefront .epofw_fields_table tr td input[type="datetime"],
.theme-storefront .epofw_fields_table tr td input[type="datetime-local"],
.theme-storefront .epofw_fields_table tr td input[type="color"],
.theme-storefront .epofw_fields_table tr td textarea {
	width: auto;
}

.theme-storefront .epofw_fields_table tr td input[type="checkbox"],
.theme-storefront .epofw_fields_table tr td input[type="radio"] {
	margin-right: 5px;
}

.theme-storefront .epofw_fields_table tr td input[type="number"] {
	width: 4.235801032em;
	text-align: center;
}

.theme-storefront .epofw_fields_table tr td span.select2.select2-container.select2-container--default.select2-container--focus {
	width: 200px !important;
}

.theme-storefront .epofw_fields_table tr td span .select2-selection--multiple {
	width: 200px !important;
}

.theme-storefront .epofw_fields_table tr td span li.select2-search.select2-search--inline {
	margin: 0 !important;
}

.theme-storefront #addon_total #addon_details td:first-child strong {
	text-align: center;
	display: block;
}

.theme-storefront #addon_total #addon_details strong {
	text-align: center;
	margin: 0 auto;
	display: block;
}

.theme-storefront .product-name dd p {
	display: inline;
}

.theme-storefront .ui-timepicker-div dl dt {
	margin-top: 0 !important;
}

.theme-storefront .ui-timepicker-div dl dd {
	margin: 0 10px 20px 40%;
}

.theme-neve .epofw_fields_table tr:last-child td {
	border-bottom: none;
}

.theme-neve #addon_total tr:last-child td {
	border-bottom: none;
}

.theme-neve .ui-timepicker-div dl dt {
	margin-top: 0 !important;
}

.theme-neve .ui-timepicker-div dl dd {
	margin: 0 10px 20px 40%;
}

.theme-astra div.product form.cart table.epofw_fields_table {
	margin: 35px 0;
	float: left;
	width: 100%;
}

.theme-astra div.product form.cart table.epofw_fields_table td {
	padding-left: 8px;
	border: 1px solid rgba(0, 0, 0, 0.1);
}

.theme-astra div.product form.cart table#addon_total td {
	padding-left: 8px;
	border: 1px solid rgba(0, 0, 0, 0.1);
}

.theme-astra .ui-timepicker-div dl dt {
	margin-top: 0 !important;
}

.theme-astra .ui-timepicker-div dl dd {
	margin: 0 10px 20px 40%;
}
