
.fluentform-widget-wrapper.hide-fluent-form-labels .ff-el-input--label {
	display: none !important;
}

.fluentform-widget-wrapper.hide-error-message .ff-el-is-error .text-danger {
	display: none;
}

.fluentform-widget-wrapper.fluentform-widget-align-left {
	margin: 0 auto 0 0;
}

.fluentform-widget-wrapper.fluentform-widget-align-center {
	float: none;
	margin: 0 auto;
}

.fluentform-widget-wrapper.fluentform-widget-align-right {
	margin: 0 0 0 auto;
}

.fluentform-widget-custom-radio-checkbox input[type=checkbox], .fluentform-widget-custom-radio-checkbox input[type=radio] {
	background: #ddd;
	height: 15px;
	min-width: 1px;
	outline: none;
	padding: 3px;
	width: 15px;
}

.fluentform-widget-custom-radio-checkbox input[type=checkbox]:after, .fluentform-widget-custom-radio-checkbox input[type=radio]:after {
	border: 0 solid transparent;
	content: "";
	display: block;
	height: 100%;
	margin: 0;
	padding: 0;
	width: 100%;
}

.fluentform-widget-custom-radio-checkbox input[type=checkbox]:checked:after, .fluentform-widget-custom-radio-checkbox input[type=radio]:checked:after {
	background: #999;
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 8 8\'%3E%3Cpath fill=\'%23fff\' d=\'M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z\'/%3E%3C/svg%3E");
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: 12px;
}

.fluentform-widget-custom-radio-checkbox input[type=radio], .fluentform-widget-custom-radio-checkbox input[type=radio]:after {
	border-radius: 50%;
}

.fluentform-widget-wrapper .frm-fluent-form .ff-step-header {
	margin-bottom: 0;
}

.ff-el-progress-bar {
	align-items: center;
	display: flex;
	height: 100%;
	justify-content: flex-end;
}

.fluent-form-widget-step-header-yes .ff-step-header .ff-el-progress-status, .fluent-form-widget-step-progressbar-yes .ff-el-progress {
	display: block;
}

.fluent-form-widget-step-header-yes .frm-fluent-form .ff-step-header, .fluent-form-widget-step-progressbar-yes .frm-fluent-form .ff-step-header {
	margin-bottom: 20px;
}

.fluentform-widget-section-break-content-left .ff-el-group.ff-el-section-break {
	text-align: left;
}

.fluentform-widget-section-break-content-center .ff-el-group.ff-el-section-break {
	text-align: center;
}

.fluentform-widget-section-break-content-right .ff-el-group.ff-el-section-break {
	text-align: right;
}

.fluentform-widget-submit-button-full-width .ff-btn-submit {
	display: block;
	width: 100%;
}

.fluentform-widget-submit-button-center .ff-el-group .ff-btn-submit, .fluentform-widget-submit-button-center .ff-el-group.ff-text-left .ff-btn-submit, .fluentform-widget-submit-button-center .ff-el-group.ff-text-right .ff-btn-submit {
	align-items: center;
	display: flex;
	justify-content: center;
	margin: 0 auto;
}

.fluentform-widget-submit-button-right .ff-el-group .ff-btn-submit, .fluentform-widget-submit-button-right .ff-el-group.ff-text-left .ff-btn-submit, .fluentform-widget-submit-button-right .ff-el-group.ff-text-right .ff-btn-submit {
	float: right;
}

.fluentform-widget-submit-button-left .ff-el-group .ff-btn-submit, .fluentform-widget-submit-button-left .ff-el-group.ff-text-left .ff-btn-submit, .fluentform-widget-submit-button-left .ff-el-group.ff-text-right .ff-btn-submit {
	float: left;
}

.fluentform-widget-wrapper.hide-placeholder input::-webkit-input-placeholder, .fluentform-widget-wrapper.hide-placeholder textarea::-webkit-input-placeholder {
	opacity: 0;
	visibility: hidden;
}

.fluentform-widget-wrapper.hide-placeholder input:-moz-placeholder, .fluentform-widget-wrapper.hide-placeholder input::-moz-placeholder, .fluentform-widget-wrapper.hide-placeholder textarea:-moz-placeholder, .fluentform-widget-wrapper.hide-placeholder textarea::-moz-placeholder {
	opacity: 0;
	visibility: hidden;
}

.fluentform-widget-wrapper.hide-placeholder input:-ms-input-placeholder, .fluentform-widget-wrapper.hide-placeholder textarea:-ms-input-placeholder {
	opacity: 0;
	visibility: hidden;
}

.fluentform-widget-wrapper.hide-placeholder input::-ms-input-placeholder, .fluentform-widget-wrapper.hide-placeholder textarea::-ms-input-placeholder {
	opacity: 0;
	visibility: hidden;
}

.lity {
	z-index: 9999 !important;
}

/*!
 * Font Awesome Free 5.12.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.tcfa, .tcfas, .tcfar, .tcfal, .tcfad {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
}

.tcfa-lg {
	font-size: 1.33333em;
	line-height: .75;
	vertical-align: -.0667em;
}

.tcfa-xs {
	font-size: .75em;
}

.tcfa-sm {
	font-size: .875em;
}

.tcfa-1x {
	font-size: 1em;
}

.tcfa-2x {
	font-size: 2em;
}

.tcfa-3x {
	font-size: 3em;
}

.tcfa-4x {
	font-size: 4em;
}

.tcfa-5x {
	font-size: 5em;
}

.tcfa-6x {
	font-size: 6em;
}

.tcfa-7x {
	font-size: 7em;
}

.tcfa-8x {
	font-size: 8em;
}

.tcfa-9x {
	font-size: 9em;
}

.tcfa-10x {
	font-size: 10em;
}

.tcfa-fw {
	text-align: center;
	width: 1.25em;
}

.tcfa-ul {
	list-style-type: none;
	margin-left: 2.5em;
	padding-left: 0;
}

.tcfa-ul > li {
	position: relative;
}

.tcfa-li {
	left: -2em;
	position: absolute;
	text-align: center;
	width: 2em;
	line-height: inherit;
}

.tcfa-border {
	border: solid .08em #eee;
	border-radius: .1em;
	padding: .2em .25em .15em;
}

.tcfa-pull-left {
	float: left;
}

.tcfa-pull-right {
	float: right;
}

.tcfa.tcfa-pull-left, .tcfas.tcfa-pull-left, .tcfar.tcfa-pull-left, .tcfal.tcfa-pull-left {
	margin-right: .3em;
}

.tcfa.tcfa-pull-right, .tcfas.tcfa-pull-right, .tcfar.tcfa-pull-right, .tcfal.tcfa-pull-right {
	margin-left: .3em;
}

.tcfa-spin {
	-webkit-animation: fa-spin 2s infinite linear;
	animation: fa-spin 2s infinite linear;
}

.tcfa-pulse {
	-webkit-animation: fa-spin 1s infinite steps(8);
	animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes fa-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

.tcfa-rotate-90 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

.tcfa-rotate-180 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.tcfa-rotate-270 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
	-webkit-transform: rotate(270deg);
	transform: rotate(270deg);
}

.tcfa-flip-horizontal {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
	-webkit-transform: scale(-1, 1);
	transform: scale(-1, 1);
}

.tcfa-flip-vertical {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
	-webkit-transform: scale(1, -1);
	transform: scale(1, -1);
}

.tcfa-flip-both, .tcfa-flip-horizontal.tcfa-flip-vertical {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
	-webkit-transform: scale(-1, -1);
	transform: scale(-1, -1);
}

:root .tcfa-rotate-90, :root .tcfa-rotate-180, :root .tcfa-rotate-270, :root .tcfa-flip-horizontal, :root .tcfa-flip-vertical, :root .tcfa-flip-both {
	-webkit-filter: none;
	filter: none;
}

.tcfa-stack {
	display: inline-block;
	height: 2em;
	line-height: 2;
	position: relative;
	vertical-align: middle;
	width: 2.5em;
}

.tcfa-stack-1x, .tcfa-stack-2x {
	left: 0;
	position: absolute;
	text-align: center;
	width: 100%;
}

.tcfa-stack-1x {
	line-height: inherit;
}

.tcfa-stack-2x {
	font-size: 2em;
}

.tcfa-inverse {
	color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
.tcfa-500px::before {
	content: "";
}

.tcfa-accessible-icon::before {
	content: "";
}

.tcfa-accusoft::before {
	content: "";
}

.tcfa-acquisitions-incorporated::before {
	content: "";
}

.tcfa-ad::before {
	content: "";
}

.tcfa-address-book::before {
	content: "";
}

.tcfa-address-card::before {
	content: "";
}

.tcfa-adjust::before {
	content: "";
}

.tcfa-adn::before {
	content: "";
}

.tcfa-adobe::before {
	content: "";
}

.tcfa-adversal::before {
	content: "";
}

.tcfa-affiliatetheme::before {
	content: "";
}

.tcfa-air-freshener::before {
	content: "";
}

.tcfa-airbnb::before {
	content: "";
}

.tcfa-algolia::before {
	content: "";
}

.tcfa-align-center::before {
	content: "";
}

.tcfa-align-justify::before {
	content: "";
}

.tcfa-align-left::before {
	content: "";
}

.tcfa-align-right::before {
	content: "";
}

.tcfa-alipay::before {
	content: "";
}

.tcfa-allergies::before {
	content: "";
}

.tcfa-amazon::before {
	content: "";
}

.tcfa-amazon-pay::before {
	content: "";
}

.tcfa-ambulance::before {
	content: "";
}

.tcfa-american-sign-language-interpreting::before {
	content: "";
}

.tcfa-amilia::before {
	content: "";
}

.tcfa-anchor::before {
	content: "";
}

.tcfa-android::before {
	content: "";
}

.tcfa-angellist::before {
	content: "";
}

.tcfa-angle-double-down::before {
	content: "";
}

.tcfa-angle-double-left::before {
	content: "";
}

.tcfa-angle-double-right::before {
	content: "";
}

.tcfa-angle-double-up::before {
	content: "";
}

.tcfa-angle-down::before {
	content: "";
}

.tcfa-angle-left::before {
	content: "";
}

.tcfa-angle-right::before {
	content: "";
}

.tcfa-angle-up::before {
	content: "";
}

.tcfa-angry::before {
	content: "";
}

.tcfa-angrycreative::before {
	content: "";
}

.tcfa-angular::before {
	content: "";
}

.tcfa-ankh::before {
	content: "";
}

.tcfa-app-store::before {
	content: "";
}

.tcfa-app-store-ios::before {
	content: "";
}

.tcfa-apper::before {
	content: "";
}

.tcfa-apple::before {
	content: "";
}

.tcfa-apple-alt::before {
	content: "";
}

.tcfa-apple-pay::before {
	content: "";
}

.tcfa-archive::before {
	content: "";
}

.tcfa-archway::before {
	content: "";
}

.tcfa-arrow-alt-circle-down::before {
	content: "";
}

.tcfa-arrow-alt-circle-left::before {
	content: "";
}

.tcfa-arrow-alt-circle-right::before {
	content: "";
}

.tcfa-arrow-alt-circle-up::before {
	content: "";
}

.tcfa-arrow-circle-down::before {
	content: "";
}

.tcfa-arrow-circle-left::before {
	content: "";
}

.tcfa-arrow-circle-right::before {
	content: "";
}

.tcfa-arrow-circle-up::before {
	content: "";
}

.tcfa-arrow-down::before {
	content: "";
}

.tcfa-arrow-left::before {
	content: "";
}

.tcfa-arrow-right::before {
	content: "";
}

.tcfa-arrow-up::before {
	content: "";
}

.tcfa-arrows-alt::before {
	content: "";
}

.tcfa-arrows-alt-h::before {
	content: "";
}

.tcfa-arrows-alt-v::before {
	content: "";
}

.tcfa-artstation::before {
	content: "";
}

.tcfa-assistive-listening-systems::before {
	content: "";
}

.tcfa-asterisk::before {
	content: "";
}

.tcfa-asymmetrik::before {
	content: "";
}

.tcfa-at::before {
	content: "";
}

.tcfa-atlas::before {
	content: "";
}

.tcfa-atlassian::before {
	content: "";
}

.tcfa-atom::before {
	content: "";
}

.tcfa-audible::before {
	content: "";
}

.tcfa-audio-description::before {
	content: "";
}

.tcfa-autoprefixer::before {
	content: "";
}

.tcfa-avianex::before {
	content: "";
}

.tcfa-aviato::before {
	content: "";
}

.tcfa-award::before {
	content: "";
}

.tcfa-aws::before {
	content: "";
}

.tcfa-baby::before {
	content: "";
}

.tcfa-baby-carriage::before {
	content: "";
}

.tcfa-backspace::before {
	content: "";
}

.tcfa-backward::before {
	content: "";
}

.tcfa-bacon::before {
	content: "";
}

.tcfa-bahai::before {
	content: "";
}

.tcfa-balance-scale::before {
	content: "";
}

.tcfa-balance-scale-left::before {
	content: "";
}

.tcfa-balance-scale-right::before {
	content: "";
}

.tcfa-ban::before {
	content: "";
}

.tcfa-band-aid::before {
	content: "";
}

.tcfa-bandcamp::before {
	content: "";
}

.tcfa-barcode::before {
	content: "";
}

.tcfa-bars::before {
	content: "";
}

.tcfa-baseball-ball::before {
	content: "";
}

.tcfa-basketball-ball::before {
	content: "";
}

.tcfa-bath::before {
	content: "";
}

.tcfa-battery-empty::before {
	content: "";
}

.tcfa-battery-full::before {
	content: "";
}

.tcfa-battery-half::before {
	content: "";
}

.tcfa-battery-quarter::before {
	content: "";
}

.tcfa-battery-three-quarters::before {
	content: "";
}

.tcfa-battle-net::before {
	content: "";
}

.tcfa-bed::before {
	content: "";
}

.tcfa-beer::before {
	content: "";
}

.tcfa-behance::before {
	content: "";
}

.tcfa-behance-square::before {
	content: "";
}

.tcfa-bell::before {
	content: "";
}

.tcfa-bell-slash::before {
	content: "";
}

.tcfa-bezier-curve::before {
	content: "";
}

.tcfa-bible::before {
	content: "";
}

.tcfa-bicycle::before {
	content: "";
}

.tcfa-biking::before {
	content: "";
}

.tcfa-bimobject::before {
	content: "";
}

.tcfa-binoculars::before {
	content: "";
}

.tcfa-biohazard::before {
	content: "";
}

.tcfa-birthday-cake::before {
	content: "";
}

.tcfa-bitbucket::before {
	content: "";
}

.tcfa-bitcoin::before {
	content: "";
}

.tcfa-bity::before {
	content: "";
}

.tcfa-black-tie::before {
	content: "";
}

.tcfa-blackberry::before {
	content: "";
}

.tcfa-blender::before {
	content: "";
}

.tcfa-blender-phone::before {
	content: "";
}

.tcfa-blind::before {
	content: "";
}

.tcfa-blog::before {
	content: "";
}

.tcfa-blogger::before {
	content: "";
}

.tcfa-blogger-b::before {
	content: "";
}

.tcfa-bluetooth::before {
	content: "";
}

.tcfa-bluetooth-b::before {
	content: "";
}

.tcfa-bold::before {
	content: "";
}

.tcfa-bolt::before {
	content: "";
}

.tcfa-bomb::before {
	content: "";
}

.tcfa-bone::before {
	content: "";
}

.tcfa-bong::before {
	content: "";
}

.tcfa-book::before {
	content: "";
}

.tcfa-book-dead::before {
	content: "";
}

.tcfa-book-medical::before {
	content: "";
}

.tcfa-book-open::before {
	content: "";
}

.tcfa-book-reader::before {
	content: "";
}

.tcfa-bookmark::before {
	content: "";
}

.tcfa-bootstrap::before {
	content: "";
}

.tcfa-border-all::before {
	content: "";
}

.tcfa-border-none::before {
	content: "";
}

.tcfa-border-style::before {
	content: "";
}

.tcfa-bowling-ball::before {
	content: "";
}

.tcfa-box::before {
	content: "";
}

.tcfa-box-open::before {
	content: "";
}

.tcfa-boxes::before {
	content: "";
}

.tcfa-braille::before {
	content: "";
}

.tcfa-brain::before {
	content: "";
}

.tcfa-bread-slice::before {
	content: "";
}

.tcfa-briefcase::before {
	content: "";
}

.tcfa-briefcase-medical::before {
	content: "";
}

.tcfa-broadcast-tower::before {
	content: "";
}

.tcfa-broom::before {
	content: "";
}

.tcfa-brush::before {
	content: "";
}

.tcfa-btc::before {
	content: "";
}

.tcfa-buffer::before {
	content: "";
}

.tcfa-bug::before {
	content: "";
}

.tcfa-building::before {
	content: "";
}

.tcfa-bullhorn::before {
	content: "";
}

.tcfa-bullseye::before {
	content: "";
}

.tcfa-burn::before {
	content: "";
}

.tcfa-buromobelexperte::before {
	content: "";
}

.tcfa-bus::before {
	content: "";
}

.tcfa-bus-alt::before {
	content: "";
}

.tcfa-business-time::before {
	content: "";
}

.tcfa-buy-n-large::before {
	content: "";
}

.tcfa-buysellads::before {
	content: "";
}

.tcfa-calculator::before {
	content: "";
}

.tcfa-calendar::before {
	content: "";
}

.tcfa-calendar-alt::before {
	content: "";
}

.tcfa-calendar-check::before {
	content: "";
}

.tcfa-calendar-day::before {
	content: "";
}

.tcfa-calendar-minus::before {
	content: "";
}

.tcfa-calendar-plus::before {
	content: "";
}

.tcfa-calendar-times::before {
	content: "";
}

.tcfa-calendar-week::before {
	content: "";
}

.tcfa-camera::before {
	content: "";
}

.tcfa-camera-retro::before {
	content: "";
}

.tcfa-campground::before {
	content: "";
}

.tcfa-canadian-maple-leaf::before {
	content: "";
}

.tcfa-candy-cane::before {
	content: "";
}

.tcfa-cannabis::before {
	content: "";
}

.tcfa-capsules::before {
	content: "";
}

.tcfa-car::before {
	content: "";
}

.tcfa-car-alt::before {
	content: "";
}

.tcfa-car-battery::before {
	content: "";
}

.tcfa-car-crash::before {
	content: "";
}

.tcfa-car-side::before {
	content: "";
}

.tcfa-caravan::before {
	content: "";
}

.tcfa-caret-down::before {
	content: "";
}

.tcfa-caret-left::before {
	content: "";
}

.tcfa-caret-right::before {
	content: "";
}

.tcfa-caret-square-down::before {
	content: "";
}

.tcfa-caret-square-left::before {
	content: "";
}

.tcfa-caret-square-right::before {
	content: "";
}

.tcfa-caret-square-up::before {
	content: "";
}

.tcfa-caret-up::before {
	content: "";
}

.tcfa-carrot::before {
	content: "";
}

.tcfa-cart-arrow-down::before {
	content: "";
}

.tcfa-cart-plus::before {
	content: "";
}

.tcfa-cash-register::before {
	content: "";
}

.tcfa-cat::before {
	content: "";
}

.tcfa-cc-amazon-pay::before {
	content: "";
}

.tcfa-cc-amex::before {
	content: "";
}

.tcfa-cc-apple-pay::before {
	content: "";
}

.tcfa-cc-diners-club::before {
	content: "";
}

.tcfa-cc-discover::before {
	content: "";
}

.tcfa-cc-jcb::before {
	content: "";
}

.tcfa-cc-mastercard::before {
	content: "";
}

.tcfa-cc-paypal::before {
	content: "";
}

.tcfa-cc-stripe::before {
	content: "";
}

.tcfa-cc-visa::before {
	content: "";
}

.tcfa-centercode::before {
	content: "";
}

.tcfa-centos::before {
	content: "";
}

.tcfa-certificate::before {
	content: "";
}

.tcfa-chair::before {
	content: "";
}

.tcfa-chalkboard::before {
	content: "";
}

.tcfa-chalkboard-teacher::before {
	content: "";
}

.tcfa-charging-station::before {
	content: "";
}

.tcfa-chart-area::before {
	content: "";
}

.tcfa-chart-bar::before {
	content: "";
}

.tcfa-chart-line::before {
	content: "";
}

.tcfa-chart-pie::before {
	content: "";
}

.tcfa-check::before {
	content: "";
}

.tcfa-check-circle::before {
	content: "";
}

.tcfa-check-double::before {
	content: "";
}

.tcfa-check-square::before {
	content: "";
}

.tcfa-cheese::before {
	content: "";
}

.tcfa-chess::before {
	content: "";
}

.tcfa-chess-bishop::before {
	content: "";
}

.tcfa-chess-board::before {
	content: "";
}

.tcfa-chess-king::before {
	content: "";
}

.tcfa-chess-knight::before {
	content: "";
}

.tcfa-chess-pawn::before {
	content: "";
}

.tcfa-chess-queen::before {
	content: "";
}

.tcfa-chess-rook::before {
	content: "";
}

.tcfa-chevron-circle-down::before {
	content: "";
}

.tcfa-chevron-circle-left::before {
	content: "";
}

.tcfa-chevron-circle-right::before {
	content: "";
}

.tcfa-chevron-circle-up::before {
	content: "";
}

.tcfa-chevron-down::before {
	content: "";
}

.tcfa-chevron-left::before {
	content: "";
}

.tcfa-chevron-right::before {
	content: "";
}

.tcfa-chevron-up::before {
	content: "";
}

.tcfa-child::before {
	content: "";
}

.tcfa-chrome::before {
	content: "";
}

.tcfa-chromecast::before {
	content: "";
}

.tcfa-church::before {
	content: "";
}

.tcfa-circle::before {
	content: "";
}

.tcfa-circle-notch::before {
	content: "";
}

.tcfa-city::before {
	content: "";
}

.tcfa-clinic-medical::before {
	content: "";
}

.tcfa-clipboard::before {
	content: "";
}

.tcfa-clipboard-check::before {
	content: "";
}

.tcfa-clipboard-list::before {
	content: "";
}

.tcfa-clock::before {
	content: "";
}

.tcfa-clone::before {
	content: "";
}

.tcfa-closed-captioning::before {
	content: "";
}

.tcfa-cloud::before {
	content: "";
}

.tcfa-cloud-download-alt::before {
	content: "";
}

.tcfa-cloud-meatball::before {
	content: "";
}

.tcfa-cloud-moon::before {
	content: "";
}

.tcfa-cloud-moon-rain::before {
	content: "";
}

.tcfa-cloud-rain::before {
	content: "";
}

.tcfa-cloud-showers-heavy::before {
	content: "";
}

.tcfa-cloud-sun::before {
	content: "";
}

.tcfa-cloud-sun-rain::before {
	content: "";
}

.tcfa-cloud-upload-alt::before {
	content: "";
}

.tcfa-cloudscale::before {
	content: "";
}

.tcfa-cloudsmith::before {
	content: "";
}

.tcfa-cloudversify::before {
	content: "";
}

.tcfa-cocktail::before {
	content: "";
}

.tcfa-code::before {
	content: "";
}

.tcfa-code-branch::before {
	content: "";
}

.tcfa-codepen::before {
	content: "";
}

.tcfa-codiepie::before {
	content: "";
}

.tcfa-coffee::before {
	content: "";
}

.tcfa-cog::before {
	content: "";
}

.tcfa-cogs::before {
	content: "";
}

.tcfa-coins::before {
	content: "";
}

.tcfa-columns::before {
	content: "";
}

.tcfa-comment::before {
	content: "";
}

.tcfa-comment-alt::before {
	content: "";
}

.tcfa-comment-dollar::before {
	content: "";
}

.tcfa-comment-dots::before {
	content: "";
}

.tcfa-comment-medical::before {
	content: "";
}

.tcfa-comment-slash::before {
	content: "";
}

.tcfa-comments::before {
	content: "";
}

.tcfa-comments-dollar::before {
	content: "";
}

.tcfa-compact-disc::before {
	content: "";
}

.tcfa-compass::before {
	content: "";
}

.tcfa-compress::before {
	content: "";
}

.tcfa-compress-alt::before {
	content: "";
}

.tcfa-compress-arrows-alt::before {
	content: "";
}

.tcfa-concierge-bell::before {
	content: "";
}

.tcfa-confluence::before {
	content: "";
}

.tcfa-connectdevelop::before {
	content: "";
}

.tcfa-contao::before {
	content: "";
}

.tcfa-cookie::before {
	content: "";
}

.tcfa-cookie-bite::before {
	content: "";
}

.tcfa-copy::before {
	content: "";
}

.tcfa-copyright::before {
	content: "";
}

.tcfa-cotton-bureau::before {
	content: "";
}

.tcfa-couch::before {
	content: "";
}

.tcfa-cpanel::before {
	content: "";
}

.tcfa-creative-commons::before {
	content: "";
}

.tcfa-creative-commons-by::before {
	content: "";
}

.tcfa-creative-commons-nc::before {
	content: "";
}

.tcfa-creative-commons-nc-eu::before {
	content: "";
}

.tcfa-creative-commons-nc-jp::before {
	content: "";
}

.tcfa-creative-commons-nd::before {
	content: "";
}

.tcfa-creative-commons-pd::before {
	content: "";
}

.tcfa-creative-commons-pd-alt::before {
	content: "";
}

.tcfa-creative-commons-remix::before {
	content: "";
}

.tcfa-creative-commons-sa::before {
	content: "";
}

.tcfa-creative-commons-sampling::before {
	content: "";
}

.tcfa-creative-commons-sampling-plus::before {
	content: "";
}

.tcfa-creative-commons-share::before {
	content: "";
}

.tcfa-creative-commons-zero::before {
	content: "";
}

.tcfa-credit-card::before {
	content: "";
}

.tcfa-critical-role::before {
	content: "";
}

.tcfa-crop::before {
	content: "";
}

.tcfa-crop-alt::before {
	content: "";
}

.tcfa-cross::before {
	content: "";
}

.tcfa-crosshairs::before {
	content: "";
}

.tcfa-crow::before {
	content: "";
}

.tcfa-crown::before {
	content: "";
}

.tcfa-crutch::before {
	content: "";
}

.tcfa-css3::before {
	content: "";
}

.tcfa-css3-alt::before {
	content: "";
}

.tcfa-cube::before {
	content: "";
}

.tcfa-cubes::before {
	content: "";
}

.tcfa-cut::before {
	content: "";
}

.tcfa-cuttlefish::before {
	content: "";
}

.tcfa-d-and-d::before {
	content: "";
}

.tcfa-d-and-d-beyond::before {
	content: "";
}

.tcfa-dashcube::before {
	content: "";
}

.tcfa-database::before {
	content: "";
}

.tcfa-deaf::before {
	content: "";
}

.tcfa-delicious::before {
	content: "";
}

.tcfa-democrat::before {
	content: "";
}

.tcfa-deploydog::before {
	content: "";
}

.tcfa-deskpro::before {
	content: "";
}

.tcfa-desktop::before {
	content: "";
}

.tcfa-dev::before {
	content: "";
}

.tcfa-deviantart::before {
	content: "";
}

.tcfa-dharmachakra::before {
	content: "";
}

.tcfa-dhl::before {
	content: "";
}

.tcfa-diagnoses::before {
	content: "";
}

.tcfa-diaspora::before {
	content: "";
}

.tcfa-dice::before {
	content: "";
}

.tcfa-dice-d20::before {
	content: "";
}

.tcfa-dice-d6::before {
	content: "";
}

.tcfa-dice-five::before {
	content: "";
}

.tcfa-dice-four::before {
	content: "";
}

.tcfa-dice-one::before {
	content: "";
}

.tcfa-dice-six::before {
	content: "";
}

.tcfa-dice-three::before {
	content: "";
}

.tcfa-dice-two::before {
	content: "";
}

.tcfa-digg::before {
	content: "";
}

.tcfa-digital-ocean::before {
	content: "";
}

.tcfa-digital-tachograph::before {
	content: "";
}

.tcfa-directions::before {
	content: "";
}

.tcfa-discord::before {
	content: "";
}

.tcfa-discourse::before {
	content: "";
}

.tcfa-divide::before {
	content: "";
}

.tcfa-dizzy::before {
	content: "";
}

.tcfa-dna::before {
	content: "";
}

.tcfa-dochub::before {
	content: "";
}

.tcfa-docker::before {
	content: "";
}

.tcfa-dog::before {
	content: "";
}

.tcfa-dollar-sign::before {
	content: "";
}

.tcfa-dolly::before {
	content: "";
}

.tcfa-dolly-flatbed::before {
	content: "";
}

.tcfa-donate::before {
	content: "";
}

.tcfa-door-closed::before {
	content: "";
}

.tcfa-door-open::before {
	content: "";
}

.tcfa-dot-circle::before {
	content: "";
}

.tcfa-dove::before {
	content: "";
}

.tcfa-download::before {
	content: "";
}

.tcfa-draft2digital::before {
	content: "";
}

.tcfa-drafting-compass::before {
	content: "";
}

.tcfa-dragon::before {
	content: "";
}

.tcfa-draw-polygon::before {
	content: "";
}

.tcfa-dribbble::before {
	content: "";
}

.tcfa-dribbble-square::before {
	content: "";
}

.tcfa-dropbox::before {
	content: "";
}

.tcfa-drum::before {
	content: "";
}

.tcfa-drum-steelpan::before {
	content: "";
}

.tcfa-drumstick-bite::before {
	content: "";
}

.tcfa-drupal::before {
	content: "";
}

.tcfa-dumbbell::before {
	content: "";
}

.tcfa-dumpster::before {
	content: "";
}

.tcfa-dumpster-fire::before {
	content: "";
}

.tcfa-dungeon::before {
	content: "";
}

.tcfa-dyalog::before {
	content: "";
}

.tcfa-earlybirds::before {
	content: "";
}

.tcfa-ebay::before {
	content: "";
}

.tcfa-edge::before {
	content: "";
}

.tcfa-edit::before {
	content: "";
}

.tcfa-egg::before {
	content: "";
}

.tcfa-eject::before {
	content: "";
}

.tcfa-elementor::before {
	content: "";
}

.tcfa-ellipsis-h::before {
	content: "";
}

.tcfa-ellipsis-v::before {
	content: "";
}

.tcfa-ello::before {
	content: "";
}

.tcfa-ember::before {
	content: "";
}

.tcfa-empire::before {
	content: "";
}

.tcfa-envelope::before {
	content: "";
}

.tcfa-envelope-open::before {
	content: "";
}

.tcfa-envelope-open-text::before {
	content: "";
}

.tcfa-envelope-square::before {
	content: "";
}

.tcfa-envira::before {
	content: "";
}

.tcfa-equals::before {
	content: "";
}

.tcfa-eraser::before {
	content: "";
}

.tcfa-erlang::before {
	content: "";
}

.tcfa-ethereum::before {
	content: "";
}

.tcfa-ethernet::before {
	content: "";
}

.tcfa-etsy::before {
	content: "";
}

.tcfa-euro-sign::before {
	content: "";
}

.tcfa-evernote::before {
	content: "";
}

.tcfa-exchange-alt::before {
	content: "";
}

.tcfa-exclamation::before {
	content: "";
}

.tcfa-exclamation-circle::before {
	content: "";
}

.tcfa-exclamation-triangle::before {
	content: "";
}

.tcfa-expand::before {
	content: "";
}

.tcfa-expand-alt::before {
	content: "";
}

.tcfa-expand-arrows-alt::before {
	content: "";
}

.tcfa-expeditedssl::before {
	content: "";
}

.tcfa-external-link-alt::before {
	content: "";
}

.tcfa-external-link-square-alt::before {
	content: "";
}

.tcfa-eye::before {
	content: "";
}

.tcfa-eye-dropper::before {
	content: "";
}

.tcfa-eye-slash::before {
	content: "";
}

.tcfa-facebook::before {
	content: "";
}

.tcfa-facebook-f::before {
	content: "";
}

.tcfa-facebook-messenger::before {
	content: "";
}

.tcfa-facebook-square::before {
	content: "";
}

.tcfa-fan::before {
	content: "";
}

.tcfa-fantasy-flight-games::before {
	content: "";
}

.tcfa-fast-backward::before {
	content: "";
}

.tcfa-fast-forward::before {
	content: "";
}

.tcfa-fax::before {
	content: "";
}

.tcfa-feather::before {
	content: "";
}

.tcfa-feather-alt::before {
	content: "";
}

.tcfa-fedex::before {
	content: "";
}

.tcfa-fedora::before {
	content: "";
}

.tcfa-female::before {
	content: "";
}

.tcfa-fighter-jet::before {
	content: "";
}

.tcfa-figma::before {
	content: "";
}

.tcfa-file::before {
	content: "";
}

.tcfa-file-alt::before {
	content: "";
}

.tcfa-file-archive::before {
	content: "";
}

.tcfa-file-audio::before {
	content: "";
}

.tcfa-file-code::before {
	content: "";
}

.tcfa-file-contract::before {
	content: "";
}

.tcfa-file-csv::before {
	content: "";
}

.tcfa-file-download::before {
	content: "";
}

.tcfa-file-excel::before {
	content: "";
}

.tcfa-file-export::before {
	content: "";
}

.tcfa-file-image::before {
	content: "";
}

.tcfa-file-import::before {
	content: "";
}

.tcfa-file-invoice::before {
	content: "";
}

.tcfa-file-invoice-dollar::before {
	content: "";
}

.tcfa-file-medical::before {
	content: "";
}

.tcfa-file-medical-alt::before {
	content: "";
}

.tcfa-file-pdf::before {
	content: "";
}

.tcfa-file-powerpoint::before {
	content: "";
}

.tcfa-file-prescription::before {
	content: "";
}

.tcfa-file-signature::before {
	content: "";
}

.tcfa-file-upload::before {
	content: "";
}

.tcfa-file-video::before {
	content: "";
}

.tcfa-file-word::before {
	content: "";
}

.tcfa-fill::before {
	content: "";
}

.tcfa-fill-drip::before {
	content: "";
}

.tcfa-film::before {
	content: "";
}

.tcfa-filter::before {
	content: "";
}

.tcfa-fingerprint::before {
	content: "";
}

.tcfa-fire::before {
	content: "";
}

.tcfa-fire-alt::before {
	content: "";
}

.tcfa-fire-extinguisher::before {
	content: "";
}

.tcfa-firefox::before {
	content: "";
}

.tcfa-firefox-browser::before {
	content: "龜";
}

.tcfa-first-aid::before {
	content: "";
}

.tcfa-first-order::before {
	content: "";
}

.tcfa-first-order-alt::before {
	content: "";
}

.tcfa-firstdraft::before {
	content: "";
}

.tcfa-fish::before {
	content: "";
}

.tcfa-fist-raised::before {
	content: "";
}

.tcfa-flag::before {
	content: "";
}

.tcfa-flag-checkered::before {
	content: "";
}

.tcfa-flag-usa::before {
	content: "";
}

.tcfa-flask::before {
	content: "";
}

.tcfa-flickr::before {
	content: "";
}

.tcfa-flipboard::before {
	content: "";
}

.tcfa-flushed::before {
	content: "";
}

.tcfa-fly::before {
	content: "";
}

.tcfa-folder::before {
	content: "";
}

.tcfa-folder-minus::before {
	content: "";
}

.tcfa-folder-open::before {
	content: "";
}

.tcfa-folder-plus::before {
	content: "";
}

.tcfa-font::before {
	content: "";
}

.tcfa-font-awesome::before {
	content: "";
}

.tcfa-font-awesome-alt::before {
	content: "";
}

.tcfa-font-awesome-flag::before {
	content: "";
}

.tcfa-font-awesome-logo-full::before {
	content: "";
}

.tcfa-fonticons::before {
	content: "";
}

.tcfa-fonticons-fi::before {
	content: "";
}

.tcfa-football-ball::before {
	content: "";
}

.tcfa-fort-awesome::before {
	content: "";
}

.tcfa-fort-awesome-alt::before {
	content: "";
}

.tcfa-forumbee::before {
	content: "";
}

.tcfa-forward::before {
	content: "";
}

.tcfa-foursquare::before {
	content: "";
}

.tcfa-free-code-camp::before {
	content: "";
}

.tcfa-freebsd::before {
	content: "";
}

.tcfa-frog::before {
	content: "";
}

.tcfa-frown::before {
	content: "";
}

.tcfa-frown-open::before {
	content: "";
}

.tcfa-fulcrum::before {
	content: "";
}

.tcfa-funnel-dollar::before {
	content: "";
}

.tcfa-futbol::before {
	content: "";
}

.tcfa-galactic-republic::before {
	content: "";
}

.tcfa-galactic-senate::before {
	content: "";
}

.tcfa-gamepad::before {
	content: "";
}

.tcfa-gas-pump::before {
	content: "";
}

.tcfa-gavel::before {
	content: "";
}

.tcfa-gem::before {
	content: "";
}

.tcfa-genderless::before {
	content: "";
}

.tcfa-get-pocket::before {
	content: "";
}

.tcfa-gg::before {
	content: "";
}

.tcfa-gg-circle::before {
	content: "";
}

.tcfa-ghost::before {
	content: "";
}

.tcfa-gift::before {
	content: "";
}

.tcfa-gifts::before {
	content: "";
}

.tcfa-git::before {
	content: "";
}

.tcfa-git-alt::before {
	content: "";
}

.tcfa-git-square::before {
	content: "";
}

.tcfa-github::before {
	content: "";
}

.tcfa-github-alt::before {
	content: "";
}

.tcfa-github-square::before {
	content: "";
}

.tcfa-gitkraken::before {
	content: "";
}

.tcfa-gitlab::before {
	content: "";
}

.tcfa-gitter::before {
	content: "";
}

.tcfa-glass-cheers::before {
	content: "";
}

.tcfa-glass-martini::before {
	content: "";
}

.tcfa-glass-martini-alt::before {
	content: "";
}

.tcfa-glass-whiskey::before {
	content: "";
}

.tcfa-glasses::before {
	content: "";
}

.tcfa-glide::before {
	content: "";
}

.tcfa-glide-g::before {
	content: "";
}

.tcfa-globe::before {
	content: "";
}

.tcfa-globe-africa::before {
	content: "";
}

.tcfa-globe-americas::before {
	content: "";
}

.tcfa-globe-asia::before {
	content: "";
}

.tcfa-globe-europe::before {
	content: "";
}

.tcfa-gofore::before {
	content: "";
}

.tcfa-golf-ball::before {
	content: "";
}

.tcfa-goodreads::before {
	content: "";
}

.tcfa-goodreads-g::before {
	content: "";
}

.tcfa-google::before {
	content: "";
}

.tcfa-google-drive::before {
	content: "";
}

.tcfa-google-play::before {
	content: "";
}

.tcfa-google-plus::before {
	content: "";
}

.tcfa-google-plus-g::before {
	content: "";
}

.tcfa-google-plus-square::before {
	content: "";
}

.tcfa-google-wallet::before {
	content: "";
}

.tcfa-gopuram::before {
	content: "";
}

.tcfa-graduation-cap::before {
	content: "";
}

.tcfa-gratipay::before {
	content: "";
}

.tcfa-grav::before {
	content: "";
}

.tcfa-greater-than::before {
	content: "";
}

.tcfa-greater-than-equal::before {
	content: "";
}

.tcfa-grimace::before {
	content: "";
}

.tcfa-grin::before {
	content: "";
}

.tcfa-grin-alt::before {
	content: "";
}

.tcfa-grin-beam::before {
	content: "";
}

.tcfa-grin-beam-sweat::before {
	content: "";
}

.tcfa-grin-hearts::before {
	content: "";
}

.tcfa-grin-squint::before {
	content: "";
}

.tcfa-grin-squint-tears::before {
	content: "";
}

.tcfa-grin-stars::before {
	content: "";
}

.tcfa-grin-tears::before {
	content: "";
}

.tcfa-grin-tongue::before {
	content: "";
}

.tcfa-grin-tongue-squint::before {
	content: "";
}

.tcfa-grin-tongue-wink::before {
	content: "";
}

.tcfa-grin-wink::before {
	content: "";
}

.tcfa-grip-horizontal::before {
	content: "";
}

.tcfa-grip-lines::before {
	content: "";
}

.tcfa-grip-lines-vertical::before {
	content: "";
}

.tcfa-grip-vertical::before {
	content: "";
}

.tcfa-gripfire::before {
	content: "";
}

.tcfa-grunt::before {
	content: "";
}

.tcfa-guitar::before {
	content: "";
}

.tcfa-gulp::before {
	content: "";
}

.tcfa-h-square::before {
	content: "";
}

.tcfa-hacker-news::before {
	content: "";
}

.tcfa-hacker-news-square::before {
	content: "";
}

.tcfa-hackerrank::before {
	content: "";
}

.tcfa-hamburger::before {
	content: "";
}

.tcfa-hammer::before {
	content: "";
}

.tcfa-hamsa::before {
	content: "";
}

.tcfa-hand-holding::before {
	content: "";
}

.tcfa-hand-holding-heart::before {
	content: "";
}

.tcfa-hand-holding-usd::before {
	content: "";
}

.tcfa-hand-lizard::before {
	content: "";
}

.tcfa-hand-middle-finger::before {
	content: "";
}

.tcfa-hand-paper::before {
	content: "";
}

.tcfa-hand-peace::before {
	content: "";
}

.tcfa-hand-point-down::before {
	content: "";
}

.tcfa-hand-point-left::before {
	content: "";
}

.tcfa-hand-point-right::before {
	content: "";
}

.tcfa-hand-point-up::before {
	content: "";
}

.tcfa-hand-pointer::before {
	content: "";
}

.tcfa-hand-rock::before {
	content: "";
}

.tcfa-hand-scissors::before {
	content: "";
}

.tcfa-hand-spock::before {
	content: "";
}

.tcfa-hands::before {
	content: "";
}

.tcfa-hands-helping::before {
	content: "";
}

.tcfa-handshake::before {
	content: "";
}

.tcfa-hanukiah::before {
	content: "";
}

.tcfa-hard-hat::before {
	content: "";
}

.tcfa-hashtag::before {
	content: "";
}

.tcfa-hat-cowboy::before {
	content: "";
}

.tcfa-hat-cowboy-side::before {
	content: "";
}

.tcfa-hat-wizard::before {
	content: "";
}

.tcfa-hdd::before {
	content: "";
}

.tcfa-heading::before {
	content: "";
}

.tcfa-headphones::before {
	content: "";
}

.tcfa-headphones-alt::before {
	content: "";
}

.tcfa-headset::before {
	content: "";
}

.tcfa-heart::before {
	content: "";
}

.tcfa-heart-broken::before {
	content: "";
}

.tcfa-heartbeat::before {
	content: "";
}

.tcfa-helicopter::before {
	content: "";
}

.tcfa-highlighter::before {
	content: "";
}

.tcfa-hiking::before {
	content: "";
}

.tcfa-hippo::before {
	content: "";
}

.tcfa-hips::before {
	content: "";
}

.tcfa-hire-a-helper::before {
	content: "";
}

.tcfa-history::before {
	content: "";
}

.tcfa-hockey-puck::before {
	content: "";
}

.tcfa-holly-berry::before {
	content: "";
}

.tcfa-home::before {
	content: "";
}

.tcfa-hooli::before {
	content: "";
}

.tcfa-hornbill::before {
	content: "";
}

.tcfa-horse::before {
	content: "";
}

.tcfa-horse-head::before {
	content: "";
}

.tcfa-hospital::before {
	content: "";
}

.tcfa-hospital-alt::before {
	content: "";
}

.tcfa-hospital-symbol::before {
	content: "";
}

.tcfa-hot-tub::before {
	content: "";
}

.tcfa-hotdog::before {
	content: "";
}

.tcfa-hotel::before {
	content: "";
}

.tcfa-hotjar::before {
	content: "";
}

.tcfa-hourglass::before {
	content: "";
}

.tcfa-hourglass-end::before {
	content: "";
}

.tcfa-hourglass-half::before {
	content: "";
}

.tcfa-hourglass-start::before {
	content: "";
}

.tcfa-house-damage::before {
	content: "";
}

.tcfa-houzz::before {
	content: "";
}

.tcfa-hryvnia::before {
	content: "";
}

.tcfa-html5::before {
	content: "";
}

.tcfa-hubspot::before {
	content: "";
}

.tcfa-i-cursor::before {
	content: "";
}

.tcfa-ice-cream::before {
	content: "";
}

.tcfa-icicles::before {
	content: "";
}

.tcfa-icons::before {
	content: "";
}

.tcfa-id-badge::before {
	content: "";
}

.tcfa-id-card::before {
	content: "";
}

.tcfa-id-card-alt::before {
	content: "";
}

.tcfa-ideal::before {
	content: "邏";
}

.tcfa-igloo::before {
	content: "";
}

.tcfa-image::before {
	content: "";
}

.tcfa-images::before {
	content: "";
}

.tcfa-imdb::before {
	content: "";
}

.tcfa-inbox::before {
	content: "";
}

.tcfa-indent::before {
	content: "";
}

.tcfa-industry::before {
	content: "";
}

.tcfa-infinity::before {
	content: "";
}

.tcfa-info::before {
	content: "";
}

.tcfa-info-circle::before {
	content: "";
}

.tcfa-instagram::before {
	content: "";
}

.tcfa-intercom::before {
	content: "";
}

.tcfa-internet-explorer::before {
	content: "";
}

.tcfa-invision::before {
	content: "";
}

.tcfa-ioxhost::before {
	content: "";
}

.tcfa-italic::before {
	content: "";
}

.tcfa-itch-io::before {
	content: "";
}

.tcfa-itunes::before {
	content: "";
}

.tcfa-itunes-note::before {
	content: "";
}

.tcfa-java::before {
	content: "";
}

.tcfa-jedi::before {
	content: "";
}

.tcfa-jedi-order::before {
	content: "";
}

.tcfa-jenkins::before {
	content: "";
}

.tcfa-jira::before {
	content: "";
}

.tcfa-joget::before {
	content: "";
}

.tcfa-joint::before {
	content: "";
}

.tcfa-joomla::before {
	content: "";
}

.tcfa-journal-whills::before {
	content: "";
}

.tcfa-js::before {
	content: "";
}

.tcfa-js-square::before {
	content: "";
}

.tcfa-jsfiddle::before {
	content: "";
}

.tcfa-kaaba::before {
	content: "";
}

.tcfa-kaggle::before {
	content: "";
}

.tcfa-key::before {
	content: "";
}

.tcfa-keybase::before {
	content: "";
}

.tcfa-keyboard::before {
	content: "";
}

.tcfa-keycdn::before {
	content: "";
}

.tcfa-khanda::before {
	content: "";
}

.tcfa-kickstarter::before {
	content: "";
}

.tcfa-kickstarter-k::before {
	content: "";
}

.tcfa-kiss::before {
	content: "";
}

.tcfa-kiss-beam::before {
	content: "";
}

.tcfa-kiss-wink-heart::before {
	content: "";
}

.tcfa-kiwi-bird::before {
	content: "";
}

.tcfa-korvue::before {
	content: "";
}

.tcfa-landmark::before {
	content: "";
}

.tcfa-language::before {
	content: "";
}

.tcfa-laptop::before {
	content: "";
}

.tcfa-laptop-code::before {
	content: "";
}

.tcfa-laptop-medical::before {
	content: "";
}

.tcfa-laravel::before {
	content: "";
}

.tcfa-lastfm::before {
	content: "";
}

.tcfa-lastfm-square::before {
	content: "";
}

.tcfa-laugh::before {
	content: "";
}

.tcfa-laugh-beam::before {
	content: "";
}

.tcfa-laugh-squint::before {
	content: "";
}

.tcfa-laugh-wink::before {
	content: "";
}

.tcfa-layer-group::before {
	content: "";
}

.tcfa-leaf::before {
	content: "";
}

.tcfa-leanpub::before {
	content: "";
}

.tcfa-lemon::before {
	content: "";
}

.tcfa-less::before {
	content: "";
}

.tcfa-less-than::before {
	content: "";
}

.tcfa-less-than-equal::before {
	content: "";
}

.tcfa-level-down-alt::before {
	content: "";
}

.tcfa-level-up-alt::before {
	content: "";
}

.tcfa-life-ring::before {
	content: "";
}

.tcfa-lightbulb::before {
	content: "";
}

.tcfa-line::before {
	content: "";
}

.tcfa-link::before {
	content: "";
}

.tcfa-linkedin::before {
	content: "";
}

.tcfa-linkedin-in::before {
	content: "";
}

.tcfa-linode::before {
	content: "";
}

.tcfa-linux::before {
	content: "";
}

.tcfa-lira-sign::before {
	content: "";
}

.tcfa-list::before {
	content: "";
}

.tcfa-list-alt::before {
	content: "";
}

.tcfa-list-ol::before {
	content: "";
}

.tcfa-list-ul::before {
	content: "";
}

.tcfa-location-arrow::before {
	content: "";
}

.tcfa-lock::before {
	content: "";
}

.tcfa-lock-open::before {
	content: "";
}

.tcfa-long-arrow-alt-down::before {
	content: "";
}

.tcfa-long-arrow-alt-left::before {
	content: "";
}

.tcfa-long-arrow-alt-right::before {
	content: "";
}

.tcfa-long-arrow-alt-up::before {
	content: "";
}

.tcfa-low-vision::before {
	content: "";
}

.tcfa-luggage-cart::before {
	content: "";
}

.tcfa-lyft::before {
	content: "";
}

.tcfa-magento::before {
	content: "";
}

.tcfa-magic::before {
	content: "";
}

.tcfa-magnet::before {
	content: "";
}

.tcfa-mail-bulk::before {
	content: "";
}

.tcfa-mailchimp::before {
	content: "";
}

.tcfa-male::before {
	content: "";
}

.tcfa-mandalorian::before {
	content: "";
}

.tcfa-map::before {
	content: "";
}

.tcfa-map-marked::before {
	content: "";
}

.tcfa-map-marked-alt::before {
	content: "";
}

.tcfa-map-marker::before {
	content: "";
}

.tcfa-map-marker-alt::before {
	content: "";
}

.tcfa-map-pin::before {
	content: "";
}

.tcfa-map-signs::before {
	content: "";
}

.tcfa-markdown::before {
	content: "";
}

.tcfa-marker::before {
	content: "";
}

.tcfa-mars::before {
	content: "";
}

.tcfa-mars-double::before {
	content: "";
}

.tcfa-mars-stroke::before {
	content: "";
}

.tcfa-mars-stroke-h::before {
	content: "";
}

.tcfa-mars-stroke-v::before {
	content: "";
}

.tcfa-mask::before {
	content: "";
}

.tcfa-mastodon::before {
	content: "";
}

.tcfa-maxcdn::before {
	content: "";
}

.tcfa-mdb::before {
	content: "";
}

.tcfa-medal::before {
	content: "";
}

.tcfa-medapps::before {
	content: "";
}

.tcfa-medium::before {
	content: "";
}

.tcfa-medium-m::before {
	content: "";
}

.tcfa-medkit::before {
	content: "";
}

.tcfa-medrt::before {
	content: "";
}

.tcfa-meetup::before {
	content: "";
}

.tcfa-megaport::before {
	content: "";
}

.tcfa-meh::before {
	content: "";
}

.tcfa-meh-blank::before {
	content: "";
}

.tcfa-meh-rolling-eyes::before {
	content: "";
}

.tcfa-memory::before {
	content: "";
}

.tcfa-mendeley::before {
	content: "";
}

.tcfa-menorah::before {
	content: "";
}

.tcfa-mercury::before {
	content: "";
}

.tcfa-meteor::before {
	content: "";
}

.tcfa-microblog::before {
	content: "駱";
}

.tcfa-microchip::before {
	content: "";
}

.tcfa-microphone::before {
	content: "";
}

.tcfa-microphone-alt::before {
	content: "";
}

.tcfa-microphone-alt-slash::before {
	content: "";
}

.tcfa-microphone-slash::before {
	content: "";
}

.tcfa-microscope::before {
	content: "";
}

.tcfa-microsoft::before {
	content: "";
}

.tcfa-minus::before {
	content: "";
}

.tcfa-minus-circle::before {
	content: "";
}

.tcfa-minus-square::before {
	content: "";
}

.tcfa-mitten::before {
	content: "";
}

.tcfa-mix::before {
	content: "";
}

.tcfa-mixcloud::before {
	content: "";
}

.tcfa-mizuni::before {
	content: "";
}

.tcfa-mobile::before {
	content: "";
}

.tcfa-mobile-alt::before {
	content: "";
}

.tcfa-modx::before {
	content: "";
}

.tcfa-monero::before {
	content: "";
}

.tcfa-money-bill::before {
	content: "";
}

.tcfa-money-bill-alt::before {
	content: "";
}

.tcfa-money-bill-wave::before {
	content: "";
}

.tcfa-money-bill-wave-alt::before {
	content: "";
}

.tcfa-money-check::before {
	content: "";
}

.tcfa-money-check-alt::before {
	content: "";
}

.tcfa-monument::before {
	content: "";
}

.tcfa-moon::before {
	content: "";
}

.tcfa-mortar-pestle::before {
	content: "";
}

.tcfa-mosque::before {
	content: "";
}

.tcfa-motorcycle::before {
	content: "";
}

.tcfa-mountain::before {
	content: "";
}

.tcfa-mouse::before {
	content: "";
}

.tcfa-mouse-pointer::before {
	content: "";
}

.tcfa-mug-hot::before {
	content: "";
}

.tcfa-music::before {
	content: "";
}

.tcfa-napster::before {
	content: "";
}

.tcfa-neos::before {
	content: "";
}

.tcfa-network-wired::before {
	content: "";
}

.tcfa-neuter::before {
	content: "";
}

.tcfa-newspaper::before {
	content: "";
}

.tcfa-nimblr::before {
	content: "";
}

.tcfa-node::before {
	content: "";
}

.tcfa-node-js::before {
	content: "";
}

.tcfa-not-equal::before {
	content: "";
}

.tcfa-notes-medical::before {
	content: "";
}

.tcfa-npm::before {
	content: "";
}

.tcfa-ns8::before {
	content: "";
}

.tcfa-nutritionix::before {
	content: "";
}

.tcfa-object-group::before {
	content: "";
}

.tcfa-object-ungroup::before {
	content: "";
}

.tcfa-odnoklassniki::before {
	content: "";
}

.tcfa-odnoklassniki-square::before {
	content: "";
}

.tcfa-oil-can::before {
	content: "";
}

.tcfa-old-republic::before {
	content: "";
}

.tcfa-om::before {
	content: "";
}

.tcfa-opencart::before {
	content: "";
}

.tcfa-openid::before {
	content: "";
}

.tcfa-opera::before {
	content: "";
}

.tcfa-optin-monster::before {
	content: "";
}

.tcfa-orcid::before {
	content: "";
}

.tcfa-osi::before {
	content: "";
}

.tcfa-otter::before {
	content: "";
}

.tcfa-outdent::before {
	content: "";
}

.tcfa-page4::before {
	content: "";
}

.tcfa-pagelines::before {
	content: "";
}

.tcfa-pager::before {
	content: "";
}

.tcfa-paint-brush::before {
	content: "";
}

.tcfa-paint-roller::before {
	content: "";
}

.tcfa-palette::before {
	content: "";
}

.tcfa-palfed::before {
	content: "";
}

.tcfa-pallet::before {
	content: "";
}

.tcfa-paper-plane::before {
	content: "";
}

.tcfa-paperclip::before {
	content: "";
}

.tcfa-parachute-box::before {
	content: "";
}

.tcfa-paragraph::before {
	content: "";
}

.tcfa-parking::before {
	content: "";
}

.tcfa-passport::before {
	content: "";
}

.tcfa-pastafarianism::before {
	content: "";
}

.tcfa-paste::before {
	content: "";
}

.tcfa-patreon::before {
	content: "";
}

.tcfa-pause::before {
	content: "";
}

.tcfa-pause-circle::before {
	content: "";
}

.tcfa-paw::before {
	content: "";
}

.tcfa-paypal::before {
	content: "";
}

.tcfa-peace::before {
	content: "";
}

.tcfa-pen::before {
	content: "";
}

.tcfa-pen-alt::before {
	content: "";
}

.tcfa-pen-fancy::before {
	content: "";
}

.tcfa-pen-nib::before {
	content: "";
}

.tcfa-pen-square::before {
	content: "";
}

.tcfa-pencil-alt::before {
	content: "";
}

.tcfa-pencil-ruler::before {
	content: "";
}

.tcfa-penny-arcade::before {
	content: "";
}

.tcfa-people-carry::before {
	content: "";
}

.tcfa-pepper-hot::before {
	content: "";
}

.tcfa-percent::before {
	content: "";
}

.tcfa-percentage::before {
	content: "";
}

.tcfa-periscope::before {
	content: "";
}

.tcfa-person-booth::before {
	content: "";
}

.tcfa-phabricator::before {
	content: "";
}

.tcfa-phoenix-framework::before {
	content: "";
}

.tcfa-phoenix-squadron::before {
	content: "";
}

.tcfa-phone::before {
	content: "";
}

.tcfa-phone-alt::before {
	content: "";
}

.tcfa-phone-slash::before {
	content: "";
}

.tcfa-phone-square::before {
	content: "";
}

.tcfa-phone-square-alt::before {
	content: "";
}

.tcfa-phone-volume::before {
	content: "";
}

.tcfa-photo-video::before {
	content: "";
}

.tcfa-php::before {
	content: "";
}

.tcfa-pied-piper::before {
	content: "";
}

.tcfa-pied-piper-alt::before {
	content: "";
}

.tcfa-pied-piper-hat::before {
	content: "";
}

.tcfa-pied-piper-pp::before {
	content: "";
}

.tcfa-pied-piper-square::before {
	content: "爛";
}

.tcfa-piggy-bank::before {
	content: "";
}

.tcfa-pills::before {
	content: "";
}

.tcfa-pinterest::before {
	content: "";
}

.tcfa-pinterest-p::before {
	content: "";
}

.tcfa-pinterest-square::before {
	content: "";
}

.tcfa-pizza-slice::before {
	content: "";
}

.tcfa-place-of-worship::before {
	content: "";
}

.tcfa-plane::before {
	content: "";
}

.tcfa-plane-arrival::before {
	content: "";
}

.tcfa-plane-departure::before {
	content: "";
}

.tcfa-play::before {
	content: "";
}

.tcfa-play-circle::before {
	content: "";
}

.tcfa-playstation::before {
	content: "";
}

.tcfa-plug::before {
	content: "";
}

.tcfa-plus::before {
	content: "";
}

.tcfa-plus-circle::before {
	content: "";
}

.tcfa-plus-square::before {
	content: "";
}

.tcfa-podcast::before {
	content: "";
}

.tcfa-poll::before {
	content: "";
}

.tcfa-poll-h::before {
	content: "";
}

.tcfa-poo::before {
	content: "";
}

.tcfa-poo-storm::before {
	content: "";
}

.tcfa-poop::before {
	content: "";
}

.tcfa-portrait::before {
	content: "";
}

.tcfa-pound-sign::before {
	content: "";
}

.tcfa-power-off::before {
	content: "";
}

.tcfa-pray::before {
	content: "";
}

.tcfa-praying-hands::before {
	content: "";
}

.tcfa-prescription::before {
	content: "";
}

.tcfa-prescription-bottle::before {
	content: "";
}

.tcfa-prescription-bottle-alt::before {
	content: "";
}

.tcfa-print::before {
	content: "";
}

.tcfa-procedures::before {
	content: "";
}

.tcfa-product-hunt::before {
	content: "";
}

.tcfa-project-diagram::before {
	content: "";
}

.tcfa-pushed::before {
	content: "";
}

.tcfa-puzzle-piece::before {
	content: "";
}

.tcfa-python::before {
	content: "";
}

.tcfa-qq::before {
	content: "";
}

.tcfa-qrcode::before {
	content: "";
}

.tcfa-question::before {
	content: "";
}

.tcfa-question-circle::before {
	content: "";
}

.tcfa-quidditch::before {
	content: "";
}

.tcfa-quinscape::before {
	content: "";
}

.tcfa-quora::before {
	content: "";
}

.tcfa-quote-left::before {
	content: "";
}

.tcfa-quote-right::before {
	content: "";
}

.tcfa-quran::before {
	content: "";
}

.tcfa-r-project::before {
	content: "";
}

.tcfa-radiation::before {
	content: "";
}

.tcfa-radiation-alt::before {
	content: "";
}

.tcfa-rainbow::before {
	content: "";
}

.tcfa-random::before {
	content: "";
}

.tcfa-raspberry-pi::before {
	content: "";
}

.tcfa-ravelry::before {
	content: "";
}

.tcfa-react::before {
	content: "";
}

.tcfa-reacteurope::before {
	content: "";
}

.tcfa-readme::before {
	content: "";
}

.tcfa-rebel::before {
	content: "";
}

.tcfa-receipt::before {
	content: "";
}

.tcfa-record-vinyl::before {
	content: "";
}

.tcfa-recycle::before {
	content: "";
}

.tcfa-red-river::before {
	content: "";
}

.tcfa-reddit::before {
	content: "";
}

.tcfa-reddit-alien::before {
	content: "";
}

.tcfa-reddit-square::before {
	content: "";
}

.tcfa-redhat::before {
	content: "";
}

.tcfa-redo::before {
	content: "";
}

.tcfa-redo-alt::before {
	content: "";
}

.tcfa-registered::before {
	content: "";
}

.tcfa-remove-format::before {
	content: "";
}

.tcfa-renren::before {
	content: "";
}

.tcfa-reply::before {
	content: "";
}

.tcfa-reply-all::before {
	content: "";
}

.tcfa-replyd::before {
	content: "";
}

.tcfa-republican::before {
	content: "";
}

.tcfa-researchgate::before {
	content: "";
}

.tcfa-resolving::before {
	content: "";
}

.tcfa-restroom::before {
	content: "";
}

.tcfa-retweet::before {
	content: "";
}

.tcfa-rev::before {
	content: "";
}

.tcfa-ribbon::before {
	content: "";
}

.tcfa-ring::before {
	content: "";
}

.tcfa-road::before {
	content: "";
}

.tcfa-robot::before {
	content: "";
}

.tcfa-rocket::before {
	content: "";
}

.tcfa-rocketchat::before {
	content: "";
}

.tcfa-rockrms::before {
	content: "";
}

.tcfa-route::before {
	content: "";
}

.tcfa-rss::before {
	content: "";
}

.tcfa-rss-square::before {
	content: "";
}

.tcfa-ruble-sign::before {
	content: "";
}

.tcfa-ruler::before {
	content: "";
}

.tcfa-ruler-combined::before {
	content: "";
}

.tcfa-ruler-horizontal::before {
	content: "";
}

.tcfa-ruler-vertical::before {
	content: "";
}

.tcfa-running::before {
	content: "";
}

.tcfa-rupee-sign::before {
	content: "";
}

.tcfa-sad-cry::before {
	content: "";
}

.tcfa-sad-tear::before {
	content: "";
}

.tcfa-safari::before {
	content: "";
}

.tcfa-salesforce::before {
	content: "";
}

.tcfa-sass::before {
	content: "";
}

.tcfa-satellite::before {
	content: "";
}

.tcfa-satellite-dish::before {
	content: "";
}

.tcfa-save::before {
	content: "";
}

.tcfa-schlix::before {
	content: "";
}

.tcfa-school::before {
	content: "";
}

.tcfa-screwdriver::before {
	content: "";
}

.tcfa-scribd::before {
	content: "";
}

.tcfa-scroll::before {
	content: "";
}

.tcfa-sd-card::before {
	content: "";
}

.tcfa-search::before {
	content: "";
}

.tcfa-search-dollar::before {
	content: "";
}

.tcfa-search-location::before {
	content: "";
}

.tcfa-search-minus::before {
	content: "";
}

.tcfa-search-plus::before {
	content: "";
}

.tcfa-searchengin::before {
	content: "";
}

.tcfa-seedling::before {
	content: "";
}

.tcfa-sellcast::before {
	content: "";
}

.tcfa-sellsy::before {
	content: "";
}

.tcfa-server::before {
	content: "";
}

.tcfa-servicestack::before {
	content: "";
}

.tcfa-shapes::before {
	content: "";
}

.tcfa-share::before {
	content: "";
}

.tcfa-share-alt::before {
	content: "";
}

.tcfa-share-alt-square::before {
	content: "";
}

.tcfa-share-square::before {
	content: "";
}

.tcfa-shekel-sign::before {
	content: "";
}

.tcfa-shield-alt::before {
	content: "";
}

.tcfa-ship::before {
	content: "";
}

.tcfa-shipping-fast::before {
	content: "";
}

.tcfa-shirtsinbulk::before {
	content: "";
}

.tcfa-shoe-prints::before {
	content: "";
}

.tcfa-shopping-bag::before {
	content: "";
}

.tcfa-shopping-basket::before {
	content: "";
}

.tcfa-shopping-cart::before {
	content: "";
}

.tcfa-shopware::before {
	content: "";
}

.tcfa-shower::before {
	content: "";
}

.tcfa-shuttle-van::before {
	content: "";
}

.tcfa-sign::before {
	content: "";
}

.tcfa-sign-in-alt::before {
	content: "";
}

.tcfa-sign-language::before {
	content: "";
}

.tcfa-sign-out-alt::before {
	content: "";
}

.tcfa-signal::before {
	content: "";
}

.tcfa-signature::before {
	content: "";
}

.tcfa-sim-card::before {
	content: "";
}

.tcfa-simplybuilt::before {
	content: "";
}

.tcfa-sistrix::before {
	content: "";
}

.tcfa-sitemap::before {
	content: "";
}

.tcfa-sith::before {
	content: "";
}

.tcfa-skating::before {
	content: "";
}

.tcfa-sketch::before {
	content: "";
}

.tcfa-skiing::before {
	content: "";
}

.tcfa-skiing-nordic::before {
	content: "";
}

.tcfa-skull::before {
	content: "";
}

.tcfa-skull-crossbones::before {
	content: "";
}

.tcfa-skyatlas::before {
	content: "";
}

.tcfa-skype::before {
	content: "";
}

.tcfa-slack::before {
	content: "";
}

.tcfa-slack-hash::before {
	content: "";
}

.tcfa-slash::before {
	content: "";
}

.tcfa-sleigh::before {
	content: "";
}

.tcfa-sliders-h::before {
	content: "";
}

.tcfa-slideshare::before {
	content: "";
}

.tcfa-smile::before {
	content: "";
}

.tcfa-smile-beam::before {
	content: "";
}

.tcfa-smile-wink::before {
	content: "";
}

.tcfa-smog::before {
	content: "";
}

.tcfa-smoking::before {
	content: "";
}

.tcfa-smoking-ban::before {
	content: "";
}

.tcfa-sms::before {
	content: "";
}

.tcfa-snapchat::before {
	content: "";
}

.tcfa-snapchat-ghost::before {
	content: "";
}

.tcfa-snapchat-square::before {
	content: "";
}

.tcfa-snowboarding::before {
	content: "";
}

.tcfa-snowflake::before {
	content: "";
}

.tcfa-snowman::before {
	content: "";
}

.tcfa-snowplow::before {
	content: "";
}

.tcfa-socks::before {
	content: "";
}

.tcfa-solar-panel::before {
	content: "";
}

.tcfa-sort::before {
	content: "";
}

.tcfa-sort-alpha-down::before {
	content: "";
}

.tcfa-sort-alpha-down-alt::before {
	content: "";
}

.tcfa-sort-alpha-up::before {
	content: "";
}

.tcfa-sort-alpha-up-alt::before {
	content: "";
}

.tcfa-sort-amount-down::before {
	content: "";
}

.tcfa-sort-amount-down-alt::before {
	content: "";
}

.tcfa-sort-amount-up::before {
	content: "";
}

.tcfa-sort-amount-up-alt::before {
	content: "";
}

.tcfa-sort-down::before {
	content: "";
}

.tcfa-sort-numeric-down::before {
	content: "";
}

.tcfa-sort-numeric-down-alt::before {
	content: "";
}

.tcfa-sort-numeric-up::before {
	content: "";
}

.tcfa-sort-numeric-up-alt::before {
	content: "";
}

.tcfa-sort-up::before {
	content: "";
}

.tcfa-soundcloud::before {
	content: "";
}

.tcfa-sourcetree::before {
	content: "";
}

.tcfa-spa::before {
	content: "";
}

.tcfa-space-shuttle::before {
	content: "";
}

.tcfa-speakap::before {
	content: "";
}

.tcfa-speaker-deck::before {
	content: "";
}

.tcfa-spell-check::before {
	content: "";
}

.tcfa-spider::before {
	content: "";
}

.tcfa-spinner::before {
	content: "";
}

.tcfa-splotch::before {
	content: "";
}

.tcfa-spotify::before {
	content: "";
}

.tcfa-spray-can::before {
	content: "";
}

.tcfa-square::before {
	content: "";
}

.tcfa-square-full::before {
	content: "";
}

.tcfa-square-root-alt::before {
	content: "";
}

.tcfa-squarespace::before {
	content: "";
}

.tcfa-stack-exchange::before {
	content: "";
}

.tcfa-stack-overflow::before {
	content: "";
}

.tcfa-stackpath::before {
	content: "";
}

.tcfa-stamp::before {
	content: "";
}

.tcfa-star::before {
	content: "";
}

.tcfa-star-and-crescent::before {
	content: "";
}

.tcfa-star-half::before {
	content: "";
}

.tcfa-star-half-alt::before {
	content: "";
}

.tcfa-star-of-david::before {
	content: "";
}

.tcfa-star-of-life::before {
	content: "";
}

.tcfa-staylinked::before {
	content: "";
}

.tcfa-steam::before {
	content: "";
}

.tcfa-steam-square::before {
	content: "";
}

.tcfa-steam-symbol::before {
	content: "";
}

.tcfa-step-backward::before {
	content: "";
}

.tcfa-step-forward::before {
	content: "";
}

.tcfa-stethoscope::before {
	content: "";
}

.tcfa-sticker-mule::before {
	content: "";
}

.tcfa-sticky-note::before {
	content: "";
}

.tcfa-stop::before {
	content: "";
}

.tcfa-stop-circle::before {
	content: "";
}

.tcfa-stopwatch::before {
	content: "";
}

.tcfa-store::before {
	content: "";
}

.tcfa-store-alt::before {
	content: "";
}

.tcfa-strava::before {
	content: "";
}

.tcfa-stream::before {
	content: "";
}

.tcfa-street-view::before {
	content: "";
}

.tcfa-strikethrough::before {
	content: "";
}

.tcfa-stripe::before {
	content: "";
}

.tcfa-stripe-s::before {
	content: "";
}

.tcfa-stroopwafel::before {
	content: "";
}

.tcfa-studiovinari::before {
	content: "";
}

.tcfa-stumbleupon::before {
	content: "";
}

.tcfa-stumbleupon-circle::before {
	content: "";
}

.tcfa-subscript::before {
	content: "";
}

.tcfa-subway::before {
	content: "";
}

.tcfa-suitcase::before {
	content: "";
}

.tcfa-suitcase-rolling::before {
	content: "";
}

.tcfa-sun::before {
	content: "";
}

.tcfa-superpowers::before {
	content: "";
}

.tcfa-superscript::before {
	content: "";
}

.tcfa-supple::before {
	content: "";
}

.tcfa-surprise::before {
	content: "";
}

.tcfa-suse::before {
	content: "";
}

.tcfa-swatchbook::before {
	content: "";
}

.tcfa-swift::before {
	content: "";
}

.tcfa-swimmer::before {
	content: "";
}

.tcfa-swimming-pool::before {
	content: "";
}

.tcfa-symfony::before {
	content: "";
}

.tcfa-synagogue::before {
	content: "";
}

.tcfa-sync::before {
	content: "";
}

.tcfa-sync-alt::before {
	content: "";
}

.tcfa-syringe::before {
	content: "";
}

.tcfa-table::before {
	content: "";
}

.tcfa-table-tennis::before {
	content: "";
}

.tcfa-tablet::before {
	content: "";
}

.tcfa-tablet-alt::before {
	content: "";
}

.tcfa-tablets::before {
	content: "";
}

.tcfa-tachometer-alt::before {
	content: "";
}

.tcfa-tag::before {
	content: "";
}

.tcfa-tags::before {
	content: "";
}

.tcfa-tape::before {
	content: "";
}

.tcfa-tasks::before {
	content: "";
}

.tcfa-taxi::before {
	content: "";
}

.tcfa-teamspeak::before {
	content: "";
}

.tcfa-teeth::before {
	content: "";
}

.tcfa-teeth-open::before {
	content: "";
}

.tcfa-telegram::before {
	content: "";
}

.tcfa-telegram-plane::before {
	content: "";
}

.tcfa-temperature-high::before {
	content: "";
}

.tcfa-temperature-low::before {
	content: "";
}

.tcfa-tencent-weibo::before {
	content: "";
}

.tcfa-tenge::before {
	content: "";
}

.tcfa-terminal::before {
	content: "";
}

.tcfa-text-height::before {
	content: "";
}

.tcfa-text-width::before {
	content: "";
}

.tcfa-th::before {
	content: "";
}

.tcfa-th-large::before {
	content: "";
}

.tcfa-th-list::before {
	content: "";
}

.tcfa-the-red-yeti::before {
	content: "";
}

.tcfa-theater-masks::before {
	content: "";
}

.tcfa-themeco::before {
	content: "";
}

.tcfa-themeisle::before {
	content: "";
}

.tcfa-thermometer::before {
	content: "";
}

.tcfa-thermometer-empty::before {
	content: "";
}

.tcfa-thermometer-full::before {
	content: "";
}

.tcfa-thermometer-half::before {
	content: "";
}

.tcfa-thermometer-quarter::before {
	content: "";
}

.tcfa-thermometer-three-quarters::before {
	content: "";
}

.tcfa-think-peaks::before {
	content: "";
}

.tcfa-thumbs-down::before {
	content: "";
}

.tcfa-thumbs-up::before {
	content: "";
}

.tcfa-thumbtack::before {
	content: "";
}

.tcfa-ticket-alt::before {
	content: "";
}

.tcfa-times::before {
	content: "";
}

.tcfa-times-circle::before {
	content: "";
}

.tcfa-tint::before {
	content: "";
}

.tcfa-tint-slash::before {
	content: "";
}

.tcfa-tired::before {
	content: "";
}

.tcfa-toggle-off::before {
	content: "";
}

.tcfa-toggle-on::before {
	content: "";
}

.tcfa-toilet::before {
	content: "";
}

.tcfa-toilet-paper::before {
	content: "";
}

.tcfa-toolbox::before {
	content: "";
}

.tcfa-tools::before {
	content: "";
}

.tcfa-tooth::before {
	content: "";
}

.tcfa-torah::before {
	content: "";
}

.tcfa-torii-gate::before {
	content: "";
}

.tcfa-tractor::before {
	content: "";
}

.tcfa-trade-federation::before {
	content: "";
}

.tcfa-trademark::before {
	content: "";
}

.tcfa-traffic-light::before {
	content: "";
}

.tcfa-trailer::before {
	content: "論";
}

.tcfa-train::before {
	content: "";
}

.tcfa-tram::before {
	content: "";
}

.tcfa-transgender::before {
	content: "";
}

.tcfa-transgender-alt::before {
	content: "";
}

.tcfa-trash::before {
	content: "";
}

.tcfa-trash-alt::before {
	content: "";
}

.tcfa-trash-restore::before {
	content: "";
}

.tcfa-trash-restore-alt::before {
	content: "";
}

.tcfa-tree::before {
	content: "";
}

.tcfa-trello::before {
	content: "";
}

.tcfa-tripadvisor::before {
	content: "";
}

.tcfa-trophy::before {
	content: "";
}

.tcfa-truck::before {
	content: "";
}

.tcfa-truck-loading::before {
	content: "";
}

.tcfa-truck-monster::before {
	content: "";
}

.tcfa-truck-moving::before {
	content: "";
}

.tcfa-truck-pickup::before {
	content: "";
}

.tcfa-tshirt::before {
	content: "";
}

.tcfa-tty::before {
	content: "";
}

.tcfa-tumblr::before {
	content: "";
}

.tcfa-tumblr-square::before {
	content: "";
}

.tcfa-tv::before {
	content: "";
}

.tcfa-twitch::before {
	content: "";
}

.tcfa-twitter::before {
	content: "";
}

.tcfa-twitter-square::before {
	content: "";
}

.tcfa-typo3::before {
	content: "";
}

.tcfa-uber::before {
	content: "";
}

.tcfa-ubuntu::before {
	content: "";
}

.tcfa-uikit::before {
	content: "";
}

.tcfa-umbraco::before {
	content: "";
}

.tcfa-umbrella::before {
	content: "";
}

.tcfa-umbrella-beach::before {
	content: "";
}

.tcfa-underline::before {
	content: "";
}

.tcfa-undo::before {
	content: "";
}

.tcfa-undo-alt::before {
	content: "";
}

.tcfa-uniregistry::before {
	content: "";
}

.tcfa-unity::before {
	content: "雷";
}

.tcfa-universal-access::before {
	content: "";
}

.tcfa-university::before {
	content: "";
}

.tcfa-unlink::before {
	content: "";
}

.tcfa-unlock::before {
	content: "";
}

.tcfa-unlock-alt::before {
	content: "";
}

.tcfa-untappd::before {
	content: "";
}

.tcfa-upload::before {
	content: "";
}

.tcfa-ups::before {
	content: "";
}

.tcfa-usb::before {
	content: "";
}

.tcfa-user::before {
	content: "";
}

.tcfa-user-alt::before {
	content: "";
}

.tcfa-user-alt-slash::before {
	content: "";
}

.tcfa-user-astronaut::before {
	content: "";
}

.tcfa-user-check::before {
	content: "";
}

.tcfa-user-circle::before {
	content: "";
}

.tcfa-user-clock::before {
	content: "";
}

.tcfa-user-cog::before {
	content: "";
}

.tcfa-user-edit::before {
	content: "";
}

.tcfa-user-friends::before {
	content: "";
}

.tcfa-user-graduate::before {
	content: "";
}

.tcfa-user-injured::before {
	content: "";
}

.tcfa-user-lock::before {
	content: "";
}

.tcfa-user-md::before {
	content: "";
}

.tcfa-user-minus::before {
	content: "";
}

.tcfa-user-ninja::before {
	content: "";
}

.tcfa-user-nurse::before {
	content: "";
}

.tcfa-user-plus::before {
	content: "";
}

.tcfa-user-secret::before {
	content: "";
}

.tcfa-user-shield::before {
	content: "";
}

.tcfa-user-slash::before {
	content: "";
}

.tcfa-user-tag::before {
	content: "";
}

.tcfa-user-tie::before {
	content: "";
}

.tcfa-user-times::before {
	content: "";
}

.tcfa-users::before {
	content: "";
}

.tcfa-users-cog::before {
	content: "";
}

.tcfa-usps::before {
	content: "";
}

.tcfa-ussunnah::before {
	content: "";
}

.tcfa-utensil-spoon::before {
	content: "";
}

.tcfa-utensils::before {
	content: "";
}

.tcfa-vaadin::before {
	content: "";
}

.tcfa-vector-square::before {
	content: "";
}

.tcfa-venus::before {
	content: "";
}

.tcfa-venus-double::before {
	content: "";
}

.tcfa-venus-mars::before {
	content: "";
}

.tcfa-viacoin::before {
	content: "";
}

.tcfa-viadeo::before {
	content: "";
}

.tcfa-viadeo-square::before {
	content: "";
}

.tcfa-vial::before {
	content: "";
}

.tcfa-vials::before {
	content: "";
}

.tcfa-viber::before {
	content: "";
}

.tcfa-video::before {
	content: "";
}

.tcfa-video-slash::before {
	content: "";
}

.tcfa-vihara::before {
	content: "";
}

.tcfa-vimeo::before {
	content: "";
}

.tcfa-vimeo-square::before {
	content: "";
}

.tcfa-vimeo-v::before {
	content: "";
}

.tcfa-vine::before {
	content: "";
}

.tcfa-vk::before {
	content: "";
}

.tcfa-vnv::before {
	content: "";
}

.tcfa-voicemail::before {
	content: "";
}

.tcfa-volleyball-ball::before {
	content: "";
}

.tcfa-volume-down::before {
	content: "";
}

.tcfa-volume-mute::before {
	content: "";
}

.tcfa-volume-off::before {
	content: "";
}

.tcfa-volume-up::before {
	content: "";
}

.tcfa-vote-yea::before {
	content: "";
}

.tcfa-vr-cardboard::before {
	content: "";
}

.tcfa-vuejs::before {
	content: "";
}

.tcfa-walking::before {
	content: "";
}

.tcfa-wallet::before {
	content: "";
}

.tcfa-warehouse::before {
	content: "";
}

.tcfa-water::before {
	content: "";
}

.tcfa-wave-square::before {
	content: "";
}

.tcfa-waze::before {
	content: "";
}

.tcfa-weebly::before {
	content: "";
}

.tcfa-weibo::before {
	content: "";
}

.tcfa-weight::before {
	content: "";
}

.tcfa-weight-hanging::before {
	content: "";
}

.tcfa-weixin::before {
	content: "";
}

.tcfa-whatsapp::before {
	content: "";
}

.tcfa-whatsapp-square::before {
	content: "";
}

.tcfa-wheelchair::before {
	content: "";
}

.tcfa-whmcs::before {
	content: "";
}

.tcfa-wifi::before {
	content: "";
}

.tcfa-wikipedia-w::before {
	content: "";
}

.tcfa-wind::before {
	content: "";
}

.tcfa-window-close::before {
	content: "";
}

.tcfa-window-maximize::before {
	content: "";
}

.tcfa-window-minimize::before {
	content: "";
}

.tcfa-window-restore::before {
	content: "";
}

.tcfa-windows::before {
	content: "";
}

.tcfa-wine-bottle::before {
	content: "";
}

.tcfa-wine-glass::before {
	content: "";
}

.tcfa-wine-glass-alt::before {
	content: "";
}

.tcfa-wix::before {
	content: "";
}

.tcfa-wizards-of-the-coast::before {
	content: "";
}

.tcfa-wolf-pack-battalion::before {
	content: "";
}

.tcfa-won-sign::before {
	content: "";
}

.tcfa-wordpress::before {
	content: "";
}

.tcfa-wordpress-simple::before {
	content: "";
}

.tcfa-wpbeginner::before {
	content: "";
}

.tcfa-wpexplorer::before {
	content: "";
}

.tcfa-wpforms::before {
	content: "";
}

.tcfa-wpressr::before {
	content: "";
}

.tcfa-wrench::before {
	content: "";
}

.tcfa-x-ray::before {
	content: "";
}

.tcfa-xbox::before {
	content: "";
}

.tcfa-xing::before {
	content: "";
}

.tcfa-xing-square::before {
	content: "";
}

.tcfa-y-combinator::before {
	content: "";
}

.tcfa-yahoo::before {
	content: "";
}

.tcfa-yammer::before {
	content: "";
}

.tcfa-yandex::before {
	content: "";
}

.tcfa-yandex-international::before {
	content: "";
}

.tcfa-yarn::before {
	content: "";
}

.tcfa-yelp::before {
	content: "";
}

.tcfa-yen-sign::before {
	content: "";
}

.tcfa-yin-yang::before {
	content: "";
}

.tcfa-yoast::before {
	content: "";
}

.tcfa-youtube::before {
	content: "";
}

.tcfa-youtube-square::before {
	content: "";
}

.tcfa-zhihu::before {
	content: "";
}

.sr-only {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto;
}

.tcfa, .tcfas {
	font-family: tc-fontawesome, Arial, Helvetica, sans-serif !important;
	font-weight: 900;
}

.tcfar {
	font-family: tc-fontawesome, Arial, Helvetica, sans-serif !important;
	font-weight: 400;
}

/*!
 * CCS3 animations
 */
.tm-animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.tm-animated.infinite {
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}

@-webkit-keyframes fadein {
	from {
		opacity: 0;
	}
	
	to {
		opacity: 1;
	}
}

@keyframes fadein {
	from {
		opacity: 0;
	}
	
	to {
		opacity: 1;
	}
}

.fadein {
	-webkit-animation-name: fadein;
	animation-name: fadein;
}

@-webkit-keyframes fadeout {
	from {
		opacity: 1;
	}
	
	to {
		opacity: 0;
	}
}

@keyframes fadeout {
	from {
		opacity: 1;
	}
	
	to {
		opacity: 0;
	}
}

.fadeout {
	-webkit-animation-name: fadeout;
	animation-name: fadeout;
}

@-webkit-keyframes fadeoutdown {
	from {
		opacity: 1;
	}
	
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}
}

@keyframes fadeoutdown {
	from {
		opacity: 1;
	}
	
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}
}

.fadeoutdown {
	-webkit-animation-name: fadeoutdown;
	animation-name: fadeoutdown;
}

/* stylelint-disable no-descending-specificity */

/* stylelint-disable selector-class-pattern */

/**
 * This file contains the styling for the plugin.
 *
 * Please do not make alterations to this file as you
 * will loose them when updating the plugin.
 *
 * This file contents are outlined below.
 *
 * 1. Grid system
 * 2. Containers
 * 3. Elements
 * 4. Floatbox
 * 5. Floating totals box
 * 6. Validation errors
 * 7. Lightbox
 * 8. Datepicker and Timepicker
 * 9. Checkbox and Radio button
 * 10. Checkbox and Radio button custom styles
 * 11. Checkbox and Radio button swatches
 * 12. Product element
 * 13. Tooltip
 * 14. Cart and Order styles
 * 15. Various styles
 * 16. Theme fixes
 *
 * @package Extra Product Options/CSS
 * @version 5.0
 */

/* 1. Grid system */
.tm-extra-product-options .tc-container, .tc-container {
	display: block;
	width: 100%;
	padding: 0 15px;
	margin: 0;
}

.tm-extra-product-options .tc-row, .tc-row {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: start !important;
	-moz-box-pack: start !important;
	-ms-flex-pack: start !important;
	-webkit-justify-content: flex-start !important;
	justify-content: flex-start !important;
	-webkit-box-align: stretch;
	-moz-box-align: stretch;
	-ms-flex-align: stretch;
	-webkit-align-items: stretch;
	align-items: stretch;
	-webkit-align-content: flex-start;
	-ms-flex-line-pack: start;
	align-content: flex-start;
	margin: 0 -15px;
}

.tm-extra-product-options .tc-cell, .tc-extra-product-options .tmcp-field-wrap label.tc-cell, .tc-cell {
	position: relative;
	padding: 0 15px;
	margin-bottom: 15px;
	min-height: 1px;
	overflow: visible;
	width: 100%;
}

.tm-extra-product-options .cpf-section .tc-section-inner-wrap > .tc-row > .tc-cell {
	margin-bottom: 0;
}

.cpf-section.tc-cell {
	margin-bottom: 0;
}

.tc-container.nopadding {
	padding-left: 0;
	padding-right: 0;
}

.nomargin .tc-cell {
	margin: 0;
}

.tc-row .cpf-section.tc-row {
	margin: 0;
}

.tm-extra-product-options .tc-row.tc-col-12, .tm-extra-product-options .tc-row.tc-col-12 .tc-row.tc-col-12 {
	margin: 0 -1em;
	min-width: 100% !important;
	max-width: 100%;
	overflow: visible;
	position: relative;
}

.tm-extra-product-options .tc-col, .tm-extra-product-options .tc-cell.tc-col, .tc-cell.tc-col, .tc-col {
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%;
}

.tm-extra-product-options .tc-col-auto, .tm-extra-product-options .tc-cell.tc-col-auto, .tc-cell.tc-col-auto, .tc-col-auto {
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: auto;
	max-width: 100%;
}

.tm-extra-product-options .tc-col-0, .tm-extra-product-options .tc-cell.tc-col-0, .tc-cell.tc-col-0, .tc-col-0 {
	-ms-flex: 0 0 0%;
	flex: 0 0 0%;
	max-width: 0%;
}

.tm-extra-product-options .tc-col-1, .tm-extra-product-options .tc-cell.tc-col-1, .tc-cell.tc-col-1, .tc-col-1 {
	-ms-flex: 0 0 8.3334%;
	flex: 0 0 8.3334%;
	max-width: 8.3334%;
}

.tm-extra-product-options .tc-col-1-5, .tm-extra-product-options .tc-cell.tc-col-1-5, .tc-cell.tc-col-1-5, .tc-col-1-5 {
	-ms-flex: 0 0 12.5%;
	flex: 0 0 12.5%;
	max-width: 12.5%;
}

.tm-extra-product-options .tc-col-2, .tm-extra-product-options .tc-cell.tc-col-2, .tc-cell.tc-col-2, .tc-col-2 {
	-ms-flex: 0 0 16.6667%;
	flex: 0 0 16.6667%;
	max-width: 16.6667%;
}

.tm-extra-product-options .tc-col-2-5, .tm-extra-product-options .tc-cell.tc-col-2-5, .tc-cell.tc-col-2-5, .tc-col-2-5 {
	-ms-flex: 0 0 20%;
	flex: 0 0 20%;
	max-width: 20%;
}

.tm-extra-product-options .tc-col-3, .tm-extra-product-options .tc-cell.tc-col-3, .tc-cell.tc-col-3, .tc-col-3 {
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%;
}

.tm-extra-product-options .tc-col-4, .tm-extra-product-options .tc-cell.tc-col-4, .tc-cell.tc-col-4, .tc-col-4 {
	-ms-flex: 0 0 33.3334%;
	flex: 0 0 33.3334%;
	max-width: 33.3334%;
}

.tm-extra-product-options .tc-col-4-5, .tm-extra-product-options .tc-cell.tc-col-4-5, .tc-cell.tc-col-4-5, .tc-col-4-5 {
	-ms-flex: 0 0 37.5%;
	flex: 0 0 37.5%;
	max-width: 37.5%;
}

.tm-extra-product-options .tc-col-5, .tm-extra-product-options .tc-cell.tc-col-5, .tc-cell.tc-col-5, .tc-col-5 {
	-ms-flex: 0 0 41.6667%;
	flex: 0 0 41.6667%;
	max-width: 41.6667%;
}

.tm-extra-product-options .tc-col-6, .tm-extra-product-options .tc-cell.tc-col-6, .tc-cell.tc-col-6, .tc-col-6 {
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
}

.tm-extra-product-options .tc-col-7, .tm-extra-product-options .tc-cell.tc-col-7, .tc-cell.tc-col-7, .tc-col-7 {
	-ms-flex: 0 0 58.3334%;
	flex: 0 0 58.3334%;
	max-width: 58.3334%;
}

.tm-extra-product-options .tc-col-7-5, .tm-extra-product-options .tc-cell.tc-col-7-5, .tc-cell.tc-col-7-5, .tc-col-7-5 {
	-ms-flex: 0 0 62.5%;
	flex: 0 0 62.5%;
	max-width: 62.5%;
}

.tm-extra-product-options .tc-col-8, .tm-extra-product-options .tc-cell.tc-col-8, .tc-cell.tc-col-8, .tc-col-8 {
	-ms-flex: 0 0 66.6667%;
	flex: 0 0 66.6667%;
	max-width: 66.6667%;
}

.tm-extra-product-options .tc-col-9, .tm-extra-product-options .tc-cell.tc-col-9, .tc-cell.tc-col-9, .tc-col-9 {
	-ms-flex: 0 0 75%;
	flex: 0 0 75%;
	max-width: 75%;
}

.tm-extra-product-options .tc-col-10, .tm-extra-product-options .tc-cell.tc-col-10, .tc-cell.tc-col-10, .tc-col-10 {
	-ms-flex: 0 0 83.3334%;
	flex: 0 0 83.3334%;
	max-width: 83.3334%;
}

.tm-extra-product-options .tc-col-10-5, .tm-extra-product-options .tc-cell.tc-col-10-5, .tc-cell.tc-col-10-5, .tc-col-10-5 {
	-ms-flex: 0 0 87.5%;
	flex: 0 0 87.5%;
	max-width: 87.5%;
}

.tm-extra-product-options .tc-col-11, .tm-extra-product-options .tc-cell.tc-col-11, .tc-cell.tc-col-11, .tc-col-11 {
	-ms-flex: 0 0 91.6667%;
	flex: 0 0 91.6667%;
	max-width: 91.6667%;
}

.tm-extra-product-options .tc-col-12, .tm-extra-product-options .tc-cell.tc-col-12, .tc-cell.tc-col-12, .tc-col-12 {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}

.tm-extra-product-options .tcwidth-1, .tm-extra-product-options .tc-cell.tcwidth-1, .tc-cell.tcwidth-1, .tcwidth-1 {
	-ms-flex: 0 0 1%;
	flex: 0 0 1%;
	max-width: 1%;
}

.tm-extra-product-options .tcwidth-2, .tm-extra-product-options .tc-cell.tcwidth-2, .tc-cell.tcwidth-2, .tcwidth-2 {
	-ms-flex: 0 0 2%;
	flex: 0 0 2%;
	max-width: 2%;
}

.tm-extra-product-options .tcwidth-3, .tm-extra-product-options .tc-cell.tcwidth-3, .tc-cell.tcwidth-3, .tcwidth-3 {
	-ms-flex: 0 0 3%;
	flex: 0 0 3%;
	max-width: 3%;
}

.tm-extra-product-options .tcwidth-4, .tm-extra-product-options .tc-cell.tcwidth-4, .tc-cell.tcwidth-4, .tcwidth-4 {
	-ms-flex: 0 0 4%;
	flex: 0 0 4%;
	max-width: 4%;
}

.tm-extra-product-options .tcwidth-5, .tm-extra-product-options .tc-cell.tcwidth-5, .tc-cell.tcwidth-5, .tcwidth-5 {
	-ms-flex: 0 0 5%;
	flex: 0 0 5%;
	max-width: 5%;
}

.tm-extra-product-options .tcwidth-6, .tm-extra-product-options .tc-cell.tcwidth-6, .tc-cell.tcwidth-6, .tcwidth-6 {
	-ms-flex: 0 0 6%;
	flex: 0 0 6%;
	max-width: 6%;
}

.tm-extra-product-options .tcwidth-7, .tm-extra-product-options .tc-cell.tcwidth-7, .tc-cell.tcwidth-7, .tcwidth-7 {
	-ms-flex: 0 0 7%;
	flex: 0 0 7%;
	max-width: 7%;
}

.tm-extra-product-options .tcwidth-8, .tm-extra-product-options .tc-cell.tcwidth-8, .tc-cell.tcwidth-8, .tcwidth-8 {
	-ms-flex: 0 0 8%;
	flex: 0 0 8%;
	max-width: 8%;
}

.tm-extra-product-options .tcwidth-9, .tm-extra-product-options .tc-cell.tcwidth-9, .tc-cell.tcwidth-9, .tcwidth-9 {
	-ms-flex: 0 0 9%;
	flex: 0 0 9%;
	max-width: 9%;
}

.tm-extra-product-options .tcwidth-10, .tm-extra-product-options .tc-cell.tcwidth-10, .tc-cell.tcwidth-10, .tcwidth-10 {
	-ms-flex: 0 0 150%;
	flex: 0 0 10%;
	max-width: 10%;
}

.tm-extra-product-options .tcwidth-11, .tm-extra-product-options .tc-cell.tcwidth-11, .tc-cell.tcwidth-11, .tcwidth-11 {
	-ms-flex: 0 0 11%;
	flex: 0 0 11%;
	max-width: 11%;
}

.tm-extra-product-options .tcwidth-12, .tm-extra-product-options .tc-cell.tcwidth-12, .tc-cell.tcwidth-12, .tcwidth-12 {
	-ms-flex: 0 0 12%;
	flex: 0 0 12%;
	max-width: 12%;
}

.tm-extra-product-options .tcwidth-12-5, .tm-extra-product-options .tc-cell.tcwidth-12-5, .tc-cell.tcwidth-12-5, .tcwidth-12-5 {
	-ms-flex: 0 0 12.5%;
	flex: 0 0 12.5%;
	max-width: 12.5%;
}

.tm-extra-product-options .tcwidth-13, .tm-extra-product-options .tc-cell.tcwidth-13, .tc-cell.tcwidth-13, .tcwidth-13 {
	-ms-flex: 0 0 13%;
	flex: 0 0 13%;
	max-width: 13%;
}

.tm-extra-product-options .tcwidth-14, .tm-extra-product-options .tc-cell.tcwidth-14, .tc-cell.tcwidth-14, .tcwidth-14 {
	-ms-flex: 0 0 14%;
	flex: 0 0 14%;
	max-width: 14%;
}

.tm-extra-product-options .tcwidth-15, .tm-extra-product-options .tc-cell.tcwidth-15, .tc-cell.tcwidth-15, .tcwidth-15 {
	-ms-flex: 0 0 15%;
	flex: 0 0 15%;
	max-width: 15%;
}

.tm-extra-product-options .tcwidth-16, .tm-extra-product-options .tc-cell.tcwidth-16, .tc-cell.tcwidth-16, .tcwidth-16 {
	-ms-flex: 0 0 16%;
	flex: 0 0 16%;
	max-width: 16%;
}

.tm-extra-product-options .tcwidth-17, .tm-extra-product-options .tc-cell.tcwidth-17, .tc-cell.tcwidth-17, .tcwidth-17 {
	-ms-flex: 0 0 17%;
	flex: 0 0 17%;
	max-width: 17%;
}

.tm-extra-product-options .tcwidth-18, .tm-extra-product-options .tc-cell.tcwidth-18, .tc-cell.tcwidth-18, .tcwidth-18 {
	-ms-flex: 0 0 18%;
	flex: 0 0 18%;
	max-width: 18%;
}

.tm-extra-product-options .tcwidth-19, .tm-extra-product-options .tc-cell.tcwidth-19, .tc-cell.tcwidth-19, .tcwidth-19 {
	-ms-flex: 0 0 19%;
	flex: 0 0 19%;
	max-width: 19%;
}

.tm-extra-product-options .tcwidth-20, .tm-extra-product-options .tc-cell.tcwidth-20, .tc-cell.tcwidth-20, .tcwidth-20 {
	-ms-flex: 0 0 20%;
	flex: 0 0 20%;
	max-width: 20%;
}

.tm-extra-product-options .tcwidth-21, .tm-extra-product-options .tc-cell.tcwidth-21, .tc-cell.tcwidth-21, .tcwidth-21 {
	-ms-flex: 0 0 21%;
	flex: 0 0 21%;
	max-width: 21%;
}

.tm-extra-product-options .tcwidth-22, .tm-extra-product-options .tc-cell.tcwidth-22, .tc-cell.tcwidth-22, .tcwidth-22 {
	-ms-flex: 0 0 22%;
	flex: 0 0 22%;
	max-width: 22%;
}

.tm-extra-product-options .tcwidth-23, .tm-extra-product-options .tc-cell.tcwidth-23, .tc-cell.tcwidth-23, .tcwidth-23 {
	-ms-flex: 0 0 23%;
	flex: 0 0 23%;
	max-width: 23%;
}

.tm-extra-product-options .tcwidth-24, .tm-extra-product-options .tc-cell.tcwidth-24, .tc-cell.tcwidth-24, .tcwidth-24 {
	-ms-flex: 0 0 24%;
	flex: 0 0 24%;
	max-width: 24%;
}

.tm-extra-product-options .tcwidth-25, .tm-extra-product-options .tc-cell.tcwidth-25, .tc-cell.tcwidth-25, .tcwidth-25 {
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%;
}

.tm-extra-product-options .tcwidth-26, .tm-extra-product-options .tc-cell.tcwidth-26, .tc-cell.tcwidth-26, .tcwidth-26 {
	-ms-flex: 0 0 26%;
	flex: 0 0 26%;
	max-width: 26%;
}

.tm-extra-product-options .tcwidth-27, .tm-extra-product-options .tc-cell.tcwidth-27, .tc-cell.tcwidth-27, .tcwidth-27 {
	-ms-flex: 0 0 27%;
	flex: 0 0 27%;
	max-width: 27%;
}

.tm-extra-product-options .tcwidth-28, .tm-extra-product-options .tc-cell.tcwidth-28, .tc-cell.tcwidth-28, .tcwidth-28 {
	-ms-flex: 0 0 28%;
	flex: 0 0 28%;
	max-width: 28%;
}

.tm-extra-product-options .tcwidth-29, .tm-extra-product-options .tc-cell.tcwidth-29, .tc-cell.tcwidth-29, .tcwidth-29 {
	-ms-flex: 0 0 29%;
	flex: 0 0 29%;
	max-width: 29%;
}

.tm-extra-product-options .tcwidth-30, .tm-extra-product-options .tc-cell.tcwidth-30, .tc-cell.tcwidth-30, .tcwidth-30 {
	-ms-flex: 0 0 30%;
	flex: 0 0 30%;
	max-width: 30%;
}

.tm-extra-product-options .tcwidth-31, .tm-extra-product-options .tc-cell.tcwidth-31, .tc-cell.tcwidth-31, .tcwidth-31 {
	-ms-flex: 0 0 31%;
	flex: 0 0 31%;
	max-width: 31%;
}

.tm-extra-product-options .tcwidth-32, .tm-extra-product-options .tc-cell.tcwidth-32, .tc-cell.tcwidth-32, .tcwidth-32 {
	-ms-flex: 0 0 32%;
	flex: 0 0 32%;
	max-width: 32%;
}

.tm-extra-product-options .tcwidth-33, .tm-extra-product-options .tc-cell.tcwidth-33, .tc-cell.tcwidth-33, .tcwidth-33 {
	-ms-flex: 0 0 33.3333333332%;
	flex: 0 0 33.3333333332%;
	max-width: 33.3333333332%;
}

.tm-extra-product-options .tcwidth-34, .tm-extra-product-options .tc-cell.tcwidth-34, .tc-cell.tcwidth-34, .tcwidth-34 {
	-ms-flex: 0 0 34%;
	flex: 0 0 34%;
	max-width: 34%;
}

.tm-extra-product-options .tcwidth-35, .tm-extra-product-options .tc-cell.tcwidth-35, .tc-cell.tcwidth-35, .tcwidth-35 {
	-ms-flex: 0 0 35%;
	flex: 0 0 35%;
	max-width: 35%;
}

.tm-extra-product-options .tcwidth-36, .tm-extra-product-options .tc-cell.tcwidth-36, .tc-cell.tcwidth-36, .tcwidth-36 {
	-ms-flex: 0 0 36%;
	flex: 0 0 36%;
	max-width: 36%;
}

.tm-extra-product-options .tcwidth-37, .tm-extra-product-options .tc-cell.tcwidth-37, .tc-cell.tcwidth-37, .tcwidth-37 {
	-ms-flex: 0 0 37%;
	flex: 0 0 37%;
	max-width: 37%;
}

.tm-extra-product-options .tcwidth-37-5, .tm-extra-product-options .tc-cell.tcwidth-37-5, .tc-cell.tcwidth-37-5, .tcwidth-37-5 {
	-ms-flex: 0 0 37.5%;
	flex: 0 0 37.5%;
	max-width: 37.5%;
}

.tm-extra-product-options .tcwidth-38, .tm-extra-product-options .tc-cell.tcwidth-38, .tc-cell.tcwidth-38, .tcwidth-38 {
	-ms-flex: 0 0 38%;
	flex: 0 0 38%;
	max-width: 38%;
}

.tm-extra-product-options .tcwidth-39, .tm-extra-product-options .tc-cell.tcwidth-39, .tc-cell.tcwidth-39, .tcwidth-39 {
	-ms-flex: 0 0 39%;
	flex: 0 0 39%;
	max-width: 39%;
}

.tm-extra-product-options .tcwidth-40, .tm-extra-product-options .tc-cell.tcwidth-40, .tc-cell.tcwidth-40, .tcwidth-40 {
	-ms-flex: 0 0 40%;
	flex: 0 0 40%;
	max-width: 40%;
}

.tm-extra-product-options .tcwidth-41, .tm-extra-product-options .tc-cell.tcwidth-41, .tc-cell.tcwidth-41, .tcwidth-41 {
	-ms-flex: 0 0 41%;
	flex: 0 0 41%;
	max-width: 41%;
}

.tm-extra-product-options .tcwidth-42, .tm-extra-product-options .tc-cell.tcwidth-42, .tc-cell.tcwidth-42, .tcwidth-42 {
	-ms-flex: 0 0 42%;
	flex: 0 0 42%;
	max-width: 42%;
}

.tm-extra-product-options .tcwidth-43, .tm-extra-product-options .tc-cell.tcwidth-43, .tc-cell.tcwidth-43, .tcwidth-43 {
	-ms-flex: 0 0 43%;
	flex: 0 0 43%;
	max-width: 43%;
}

.tm-extra-product-options .tcwidth-44, .tm-extra-product-options .tc-cell.tcwidth-44, .tc-cell.tcwidth-44, .tcwidth-44 {
	-ms-flex: 0 0 44%;
	flex: 0 0 44%;
	max-width: 44%;
}

.tm-extra-product-options .tcwidth-45, .tm-extra-product-options .tc-cell.tcwidth-45, .tc-cell.tcwidth-45, .tcwidth-45 {
	-ms-flex: 0 0 45%;
	flex: 0 0 45%;
	max-width: 45%;
}

.tm-extra-product-options .tcwidth-46, .tm-extra-product-options .tc-cell.tcwidth-46, .tc-cell.tcwidth-46, .tcwidth-46 {
	-ms-flex: 0 0 46%;
	flex: 0 0 46%;
	max-width: 46%;
}

.tm-extra-product-options .tcwidth-47, .tm-extra-product-options .tc-cell.tcwidth-47, .tc-cell.tcwidth-47, .tcwidth-47 {
	-ms-flex: 0 0 47%;
	flex: 0 0 47%;
	max-width: 47%;
}

.tm-extra-product-options .tcwidth-48, .tm-extra-product-options .tc-cell.tcwidth-48, .tc-cell.tcwidth-48, .tcwidth-48 {
	-ms-flex: 0 0 48%;
	flex: 0 0 48%;
	max-width: 48%;
}

.tm-extra-product-options .tcwidth-49, .tm-extra-product-options .tc-cell.tcwidth-49, .tc-cell.tcwidth-49, .tcwidth-49 {
	-ms-flex: 0 0 49%;
	flex: 0 0 49%;
	max-width: 49%;
}

.tm-extra-product-options .tcwidth-50, .tm-extra-product-options .tc-cell.tcwidth-50, .tc-cell.tcwidth-50, .tcwidth-50 {
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
}

.tm-extra-product-options .tcwidth-51, .tm-extra-product-options .tc-cell.tcwidth-51, .tc-cell.tcwidth-51, .tcwidth-51 {
	-ms-flex: 0 0 51%;
	flex: 0 0 51%;
	max-width: 51%;
}

.tm-extra-product-options .tcwidth-52, .tm-extra-product-options .tc-cell.tcwidth-52, .tc-cell.tcwidth-52, .tcwidth-52 {
	-ms-flex: 0 0 52%;
	flex: 0 0 52%;
	max-width: 52%;
}

.tm-extra-product-options .tcwidth-53, .tm-extra-product-options .tc-cell.tcwidth-53, .tc-cell.tcwidth-53, .tcwidth-53 {
	-ms-flex: 0 0 53%;
	flex: 0 0 53%;
	max-width: 53%;
}

.tm-extra-product-options .tcwidth-54, .tm-extra-product-options .tc-cell.tcwidth-54, .tc-cell.tcwidth-54, .tcwidth-54 {
	-ms-flex: 0 0 54%;
	flex: 0 0 54%;
	max-width: 54%;
}

.tm-extra-product-options .tcwidth-55, .tm-extra-product-options .tc-cell.tcwidth-55, .tc-cell.tcwidth-55, .tcwidth-55 {
	-ms-flex: 0 0 55%;
	flex: 0 0 55%;
	max-width: 55%;
}

.tm-extra-product-options .tcwidth-56, .tm-extra-product-options .tc-cell.tcwidth-56, .tc-cell.tcwidth-56, .tcwidth-56 {
	-ms-flex: 0 0 56%;
	flex: 0 0 56%;
	max-width: 56%;
}

.tm-extra-product-options .tcwidth-57, .tm-extra-product-options .tc-cell.tcwidth-57, .tc-cell.tcwidth-57, .tcwidth-57 {
	-ms-flex: 0 0 57%;
	flex: 0 0 57%;
	max-width: 57%;
}

.tm-extra-product-options .tcwidth-58, .tm-extra-product-options .tc-cell.tcwidth-58, .tc-cell.tcwidth-58, .tcwidth-58 {
	-ms-flex: 0 0 58%;
	flex: 0 0 58%;
	max-width: 58%;
}

.tm-extra-product-options .tcwidth-59, .tm-extra-product-options .tc-cell.tcwidth-59, .tc-cell.tcwidth-59, .tcwidth-59 {
	-ms-flex: 0 0 59%;
	flex: 0 0 59%;
	max-width: 59%;
}

.tm-extra-product-options .tcwidth-60, .tm-extra-product-options .tc-cell.tcwidth-60, .tc-cell.tcwidth-60, .tcwidth-60 {
	-ms-flex: 0 0 60%;
	flex: 0 0 60%;
	max-width: 60%;
}

.tm-extra-product-options .tcwidth-61, .tm-extra-product-options .tc-cell.tcwidth-61, .tc-cell.tcwidth-61, .tcwidth-61 {
	-ms-flex: 0 0 61%;
	flex: 0 0 61%;
	max-width: 61%;
}

.tm-extra-product-options .tcwidth-62, .tm-extra-product-options .tc-cell.tcwidth-62, .tc-cell.tcwidth-62, .tcwidth-62 {
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 62%;
}

.tm-extra-product-options .tcwidth-62-5, .tm-extra-product-options .tc-cell.tcwidth-62-5, .tc-cell.tcwidth-62-5, .tcwidth-62-5 {
	-ms-flex: 0 0 62.5%;
	flex: 0 0 62.5%;
	max-width: 62.5%;
}

.tm-extra-product-options .tcwidth-63, .tm-extra-product-options .tc-cell.tcwidth-63, .tc-cell.tcwidth-63, .tcwidth-63 {
	-ms-flex: 0 0 63%;
	flex: 0 0 63%;
	max-width: 63%;
}

.tm-extra-product-options .tcwidth-64, .tm-extra-product-options .tc-cell.tcwidth-64, .tc-cell.tcwidth-64, .tcwidth-64 {
	-ms-flex: 0 0 64%;
	flex: 0 0 64%;
	max-width: 64%;
}

.tm-extra-product-options .tcwidth-65, .tm-extra-product-options .tc-cell.tcwidth-65, .tc-cell.tcwidth-65, .tcwidth-65 {
	-ms-flex: 0 0 65%;
	flex: 0 0 65%;
	max-width: 65%;
}

.tm-extra-product-options .tcwidth-66, .tm-extra-product-options .tc-cell.tcwidth-66, .tc-cell.tcwidth-66, .tcwidth-66 {
	-ms-flex: 0 0 66.6666666665%;
	flex: 0 0 66.6666666665%;
	max-width: 66.6666666665%;
}

.tm-extra-product-options .tcwidth-67, .tm-extra-product-options .tc-cell.tcwidth-67, .tc-cell.tcwidth-67, .tcwidth-67 {
	-ms-flex: 0 0 67%;
	flex: 0 0 67%;
	max-width: 67%;
}

.tm-extra-product-options .tcwidth-68, .tm-extra-product-options .tc-cell.tcwidth-68, .tc-cell.tcwidth-68, .tcwidth-68 {
	-ms-flex: 0 0 68%;
	flex: 0 0 68%;
	max-width: 68%;
}

.tm-extra-product-options .tcwidth-69, .tm-extra-product-options .tc-cell.tcwidth-69, .tc-cell.tcwidth-69, .tcwidth-69 {
	-ms-flex: 0 0 69%;
	flex: 0 0 69%;
	max-width: 69%;
}

.tm-extra-product-options .tcwidth-70, .tm-extra-product-options .tc-cell.tcwidth-70, .tc-cell.tcwidth-70, .tcwidth-70 {
	-ms-flex: 0 0 70%;
	flex: 0 0 70%;
	max-width: 70%;
}

.tm-extra-product-options .tcwidth-71, .tm-extra-product-options .tc-cell.tcwidth-71, .tc-cell.tcwidth-71, .tcwidth-71 {
	-ms-flex: 0 0 71%;
	flex: 0 0 71%;
	max-width: 71%;
}

.tm-extra-product-options .tcwidth-72, .tm-extra-product-options .tc-cell.tcwidth-72, .tc-cell.tcwidth-72, .tcwidth-72 {
	-ms-flex: 0 0 72%;
	flex: 0 0 72%;
	max-width: 72%;
}

.tm-extra-product-options .tcwidth-73, .tm-extra-product-options .tc-cell.tcwidth-73, .tc-cell.tcwidth-73, .tcwidth-73 {
	-ms-flex: 0 0 73%;
	flex: 0 0 73%;
	max-width: 73%;
}

.tm-extra-product-options .tcwidth-74, .tm-extra-product-options .tc-cell.tcwidth-74, .tc-cell.tcwidth-74, .tcwidth-74 {
	-ms-flex: 0 0 74%;
	flex: 0 0 74%;
	max-width: 74%;
}

.tm-extra-product-options .tcwidth-75, .tm-extra-product-options .tc-cell.tcwidth-75, .tc-cell.tcwidth-75, .tcwidth-75 {
	-ms-flex: 0 0 75%;
	flex: 0 0 75%;
	max-width: 75%;
}

.tm-extra-product-options .tcwidth-76, .tm-extra-product-options .tc-cell.tcwidth-76, .tc-cell.tcwidth-76, .tcwidth-76 {
	-ms-flex: 0 0 76%;
	flex: 0 0 76%;
	max-width: 76%;
}

.tm-extra-product-options .tcwidth-77, .tm-extra-product-options .tc-cell.tcwidth-77, .tc-cell.tcwidth-77, .tcwidth-77 {
	-ms-flex: 0 0 77%;
	flex: 0 0 77%;
	max-width: 77%;
}

.tm-extra-product-options .tcwidth-78, .tm-extra-product-options .tc-cell.tcwidth-78, .tc-cell.tcwidth-78, .tcwidth-78 {
	-ms-flex: 0 0 78%;
	flex: 0 0 78%;
	max-width: 78%;
}

.tm-extra-product-options .tcwidth-79, .tm-extra-product-options .tc-cell.tcwidth-79, .tc-cell.tcwidth-79, .tcwidth-79 {
	-ms-flex: 0 0 79%;
	flex: 0 0 79%;
	max-width: 79%;
}

.tm-extra-product-options .tcwidth-80, .tm-extra-product-options .tc-cell.tcwidth-80, .tc-cell.tcwidth-80, .tcwidth-80 {
	-ms-flex: 0 0 80%;
	flex: 0 0 80%;
	max-width: 80%;
}

.tm-extra-product-options .tcwidth-81, .tm-extra-product-options .tc-cell.tcwidth-81, .tc-cell.tcwidth-81, .tcwidth-81 {
	-ms-flex: 0 0 81%;
	flex: 0 0 81%;
	max-width: 81%;
}

.tm-extra-product-options .tcwidth-82, .tm-extra-product-options .tc-cell.tcwidth-82, .tc-cell.tcwidth-82, .tcwidth-82 {
	-ms-flex: 0 0 82%;
	flex: 0 0 82%;
	max-width: 82%;
}

.tm-extra-product-options .tcwidth-83, .tm-extra-product-options .tc-cell.tcwidth-83, .tc-cell.tcwidth-83, .tcwidth-83 {
	-ms-flex: 0 0 83%;
	flex: 0 0 83%;
	max-width: 83%;
}

.tm-extra-product-options .tcwidth-84, .tm-extra-product-options .tc-cell.tcwidth-84, .tc-cell.tcwidth-84, .tcwidth-84 {
	-ms-flex: 0 0 84%;
	flex: 0 0 84%;
	max-width: 84%;
}

.tm-extra-product-options .tcwidth-85, .tm-extra-product-options .tc-cell.tcwidth-85, .tc-cell.tcwidth-85, .tcwidth-85 {
	-ms-flex: 0 0 85%;
	flex: 0 0 85%;
	max-width: 85%;
}

.tm-extra-product-options .tcwidth-86, .tm-extra-product-options .tc-cell.tcwidth-86, .tc-cell.tcwidth-86, .tcwidth-86 {
	-ms-flex: 0 0 86%;
	flex: 0 0 86%;
	max-width: 86%;
}

.tm-extra-product-options .tcwidth-87, .tm-extra-product-options .tc-cell.tcwidth-87, .tc-cell.tcwidth-87, .tcwidth-87 {
	-ms-flex: 0 0 87%;
	flex: 0 0 87%;
	max-width: 87%;
}

.tm-extra-product-options .tcwidth-87-5, .tm-extra-product-options .tc-cell.tcwidth-87-5, .tc-cell.tcwidth-87-5, .tcwidth-87-5 {
	-ms-flex: 0 0 87.5%;
	flex: 0 0 87.5%;
	max-width: 87.5%;
}

.tm-extra-product-options .tcwidth-88, .tm-extra-product-options .tc-cell.tcwidth-88, .tc-cell.tcwidth-88, .tcwidth-88 {
	-ms-flex: 0 0 88%;
	flex: 0 0 88%;
	max-width: 88%;
}

.tm-extra-product-options .tcwidth-89, .tm-extra-product-options .tc-cell.tcwidth-89, .tc-cell.tcwidth-89, .tcwidth-89 {
	-ms-flex: 0 0 89%;
	flex: 0 0 89%;
	max-width: 89%;
}

.tm-extra-product-options .tcwidth-90, .tm-extra-product-options .tc-cell.tcwidth-90, .tc-cell.tcwidth-90, .tcwidth-90 {
	-ms-flex: 0 0 90%;
	flex: 0 0 90%;
	max-width: 90%;
}

.tm-extra-product-options .tcwidth-91, .tm-extra-product-options .tc-cell.tcwidth-91, .tc-cell.tcwidth-91, .tcwidth-91 {
	-ms-flex: 0 0 91%;
	flex: 0 0 91%;
	max-width: 91%;
}

.tm-extra-product-options .tcwidth-92, .tm-extra-product-options .tc-cell.tcwidth-92, .tc-cell.tcwidth-92, .tcwidth-92 {
	-ms-flex: 0 0 92%;
	flex: 0 0 92%;
	max-width: 92%;
}

.tm-extra-product-options .tcwidth-93, .tm-extra-product-options .tc-cell.tcwidth-93, .tc-cell.tcwidth-93, .tcwidth-93 {
	-ms-flex: 0 0 93%;
	flex: 0 0 93%;
	max-width: 93%;
}

.tm-extra-product-options .tcwidth-94, .tm-extra-product-options .tc-cell.tcwidth-94, .tc-cell.tcwidth-94, .tcwidth-94 {
	-ms-flex: 0 0 94%;
	flex: 0 0 94%;
	max-width: 94%;
}

.tm-extra-product-options .tcwidth-95, .tm-extra-product-options .tc-cell.tcwidth-95, .tc-cell.tcwidth-95, .tcwidth-95 {
	-ms-flex: 0 0 95%;
	flex: 0 0 95%;
	max-width: 95%;
}

.tm-extra-product-options .tcwidth-96, .tm-extra-product-options .tc-cell.tcwidth-96, .tc-cell.tcwidth-96, .tcwidth-96 {
	-ms-flex: 0 0 96%;
	flex: 0 0 96%;
	max-width: 96%;
}

.tm-extra-product-options .tcwidth-97, .tm-extra-product-options .tc-cell.tcwidth-97, .tc-cell.tcwidth-97, .tcwidth-97 {
	-ms-flex: 0 0 97%;
	flex: 0 0 97%;
	max-width: 97%;
}

.tm-extra-product-options .tcwidth-98, .tm-extra-product-options .tc-cell.tcwidth-98, .tc-cell.tcwidth-98, .tcwidth-98 {
	-ms-flex: 0 0 98%;
	flex: 0 0 98%;
	max-width: 98%;
}

.tm-extra-product-options .tcwidth-99, .tm-extra-product-options .tc-cell.tcwidth-99, .tc-cell.tcwidth-99, .tcwidth-99 {
	-ms-flex: 0 0 99%;
	flex: 0 0 99%;
	max-width: 99%;
}

.tm-extra-product-options .tcwidth-100, .tm-extra-product-options .tc-cell.tcwidth-100, .tc-cell.tcwidth-100, .tcwidth-100 {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}

@media (max-width: 768px) {
	.tm-extra-product-options .tc-col-1, .tm-extra-product-options .tc-cell.tc-col-1, .tm-extra-product-options .tc-col-2, .tm-extra-product-options .tc-cell.tc-col-2, .tm-extra-product-options .tc-col-3, .tm-extra-product-options .tc-cell.tc-col-3, .tm-extra-product-options .tc-col-4, .tm-extra-product-options .tc-cell.tc-col-4, .tm-extra-product-options .tc-col-5, .tm-extra-product-options .tc-cell.tc-col-5, .tm-extra-product-options .tc-col-6, .tm-extra-product-options .tc-cell.tc-col-6, .tm-extra-product-options .tc-col-7, .tm-extra-product-options .tc-cell.tc-col-7, .tm-extra-product-options .tc-col-8, .tm-extra-product-options .tc-cell.tc-col-8, .tm-extra-product-options .tc-col-9, .tm-extra-product-options .tc-cell.tc-col-9, .tm-extra-product-options .tc-col-10, .tm-extra-product-options .tc-cell.tc-col-10, .tm-extra-product-options .tc-col-11, .tm-extra-product-options .tc-cell.tc-col-11, .tm-extra-product-options .tc-col-12 .tm-extra-product-options .tc-cell.tc-col-12, .tc-cell.tc-col-0, .tc-col-0, .tc-cell.tc-col-1, .tc-col-1, .tc-cell.tc-col-2, .tc-col-2, .tc-cell.tc-col-3, .tc-col-3, .tc-cell.tc-col-4, .tc-col-4, .tc-cell.tc-col-5, .tc-col-5, .tc-cell.tc-col-6, .tc-col-6, .tc-cell.tc-col-7, .tc-col-7, .tc-cell.tc-col-8, .tc-col-8, .tc-cell.tc-col-9, .tc-col-9, .tc-cell.tc-col-10, .tc-col-10, .tc-cell.tc-col-11, .tc-col-11, .tc-cell.tc-col-12, .tc-col-12, .tm-extra-product-options .tcwidth-1, .tm-extra-product-options .tc-cell.tcwidth-1, .tc-cell.tcwidth-1, .tcwidth-1, .tm-extra-product-options .tcwidth-2, .tm-extra-product-options .tc-cell.tcwidth-2, .tc-cell.tcwidth-2, .tcwidth-2, .tm-extra-product-options .tcwidth-3, .tm-extra-product-options .tc-cell.tcwidth-3, .tc-cell.tcwidth-3, .tcwidth-3, .tm-extra-product-options .tcwidth-4, .tm-extra-product-options .tc-cell.tcwidth-4, .tc-cell.tcwidth-4, .tcwidth-4, .tm-extra-product-options .tcwidth-5, .tm-extra-product-options .tc-cell.tcwidth-5, .tc-cell.tcwidth-5, .tcwidth-5, .tm-extra-product-options .tcwidth-6, .tm-extra-product-options .tc-cell.tcwidth-6, .tc-cell.tcwidth-6, .tcwidth-6, .tm-extra-product-options .tcwidth-7, .tm-extra-product-options .tc-cell.tcwidth-7, .tc-cell.tcwidth-7, .tcwidth-7, .tm-extra-product-options .tcwidth-8, .tm-extra-product-options .tc-cell.tcwidth-8, .tc-cell.tcwidth-8, .tcwidth-8, .tm-extra-product-options .tcwidth-9, .tm-extra-product-options .tc-cell.tcwidth-9, .tc-cell.tcwidth-9, .tcwidth-9, .tm-extra-product-options .tcwidth-10, .tm-extra-product-options .tc-cell.tcwidth-10, .tc-cell.tcwidth-10, .tcwidth-10, .tm-extra-product-options .tcwidth-11, .tm-extra-product-options .tc-cell.tcwidth-11, .tc-cell.tcwidth-11, .tcwidth-11, .tm-extra-product-options .tcwidth-12, .tm-extra-product-options .tc-cell.tcwidth-12, .tc-cell.tcwidth-12, .tcwidth-12, .tm-extra-product-options .tcwidth-12-5, .tm-extra-product-options .tc-cell.tcwidth-12-5, .tc-cell.tcwidth-12-5, .tcwidth-12-5, .tm-extra-product-options .tcwidth-13, .tm-extra-product-options .tc-cell.tcwidth-13, .tc-cell.tcwidth-13, .tcwidth-13, .tm-extra-product-options .tcwidth-14, .tm-extra-product-options .tc-cell.tcwidth-14, .tc-cell.tcwidth-14, .tcwidth-14, .tm-extra-product-options .tcwidth-15, .tm-extra-product-options .tc-cell.tcwidth-15, .tc-cell.tcwidth-15, .tcwidth-15, .tm-extra-product-options .tcwidth-16, .tm-extra-product-options .tc-cell.tcwidth-16, .tc-cell.tcwidth-16, .tcwidth-16, .tm-extra-product-options .tcwidth-17, .tm-extra-product-options .tc-cell.tcwidth-17, .tc-cell.tcwidth-17, .tcwidth-17, .tm-extra-product-options .tcwidth-18, .tm-extra-product-options .tc-cell.tcwidth-18, .tc-cell.tcwidth-18, .tcwidth-18, .tm-extra-product-options .tcwidth-19, .tm-extra-product-options .tc-cell.tcwidth-19, .tc-cell.tcwidth-19, .tcwidth-19, .tm-extra-product-options .tcwidth-20, .tm-extra-product-options .tc-cell.tcwidth-20, .tc-cell.tcwidth-20, .tcwidth-20, .tm-extra-product-options .tcwidth-21, .tm-extra-product-options .tc-cell.tcwidth-21, .tc-cell.tcwidth-21, .tcwidth-21, .tm-extra-product-options .tcwidth-22, .tm-extra-product-options .tc-cell.tcwidth-22, .tc-cell.tcwidth-22, .tcwidth-22, .tm-extra-product-options .tcwidth-23, .tm-extra-product-options .tc-cell.tcwidth-23, .tc-cell.tcwidth-23, .tcwidth-23, .tm-extra-product-options .tcwidth-24, .tm-extra-product-options .tc-cell.tcwidth-24, .tc-cell.tcwidth-24, .tcwidth-24, .tm-extra-product-options .tcwidth-25, .tm-extra-product-options .tc-cell.tcwidth-25, .tc-cell.tcwidth-25, .tcwidth-25, .tm-extra-product-options .tcwidth-26, .tm-extra-product-options .tc-cell.tcwidth-26, .tc-cell.tcwidth-26, .tcwidth-26, .tm-extra-product-options .tcwidth-27, .tm-extra-product-options .tc-cell.tcwidth-27, .tc-cell.tcwidth-27, .tcwidth-27, .tm-extra-product-options .tcwidth-28, .tm-extra-product-options .tc-cell.tcwidth-28, .tc-cell.tcwidth-28, .tcwidth-28, .tm-extra-product-options .tcwidth-29, .tm-extra-product-options .tc-cell.tcwidth-29, .tc-cell.tcwidth-29, .tcwidth-29, .tm-extra-product-options .tcwidth-30, .tm-extra-product-options .tc-cell.tcwidth-30, .tc-cell.tcwidth-30, .tcwidth-30, .tm-extra-product-options .tcwidth-31, .tm-extra-product-options .tc-cell.tcwidth-31, .tc-cell.tcwidth-31, .tcwidth-31, .tm-extra-product-options .tcwidth-32, .tm-extra-product-options .tc-cell.tcwidth-32, .tc-cell.tcwidth-32, .tcwidth-32, .tm-extra-product-options .tcwidth-33, .tm-extra-product-options .tc-cell.tcwidth-33, .tc-cell.tcwidth-33, .tcwidth-33, .tm-extra-product-options .tcwidth-34, .tm-extra-product-options .tc-cell.tcwidth-34, .tc-cell.tcwidth-34, .tcwidth-34, .tm-extra-product-options .tcwidth-35, .tm-extra-product-options .tc-cell.tcwidth-35, .tc-cell.tcwidth-35, .tcwidth-35, .tm-extra-product-options .tcwidth-36, .tm-extra-product-options .tc-cell.tcwidth-36, .tc-cell.tcwidth-36, .tcwidth-36, .tm-extra-product-options .tcwidth-37, .tm-extra-product-options .tc-cell.tcwidth-37, .tc-cell.tcwidth-37, .tcwidth-37, .tm-extra-product-options .tcwidth-37-5, .tm-extra-product-options .tc-cell.tcwidth-37-5, .tc-cell.tcwidth-37-5, .tcwidth-37-5, .tm-extra-product-options .tcwidth-38, .tm-extra-product-options .tc-cell.tcwidth-38, .tc-cell.tcwidth-38, .tcwidth-38, .tm-extra-product-options .tcwidth-39, .tm-extra-product-options .tc-cell.tcwidth-39, .tc-cell.tcwidth-39, .tcwidth-39, .tm-extra-product-options .tcwidth-40, .tm-extra-product-options .tc-cell.tcwidth-40, .tc-cell.tcwidth-40, .tcwidth-40, .tm-extra-product-options .tcwidth-41, .tm-extra-product-options .tc-cell.tcwidth-41, .tc-cell.tcwidth-41, .tcwidth-41, .tm-extra-product-options .tcwidth-42, .tm-extra-product-options .tc-cell.tcwidth-42, .tc-cell.tcwidth-42, .tcwidth-42, .tm-extra-product-options .tcwidth-43, .tm-extra-product-options .tc-cell.tcwidth-43, .tc-cell.tcwidth-43, .tcwidth-43, .tm-extra-product-options .tcwidth-44, .tm-extra-product-options .tc-cell.tcwidth-44, .tc-cell.tcwidth-44, .tcwidth-44, .tm-extra-product-options .tcwidth-45, .tm-extra-product-options .tc-cell.tcwidth-45, .tc-cell.tcwidth-45, .tcwidth-45, .tm-extra-product-options .tcwidth-46, .tm-extra-product-options .tc-cell.tcwidth-46, .tc-cell.tcwidth-46, .tcwidth-46, .tm-extra-product-options .tcwidth-47, .tm-extra-product-options .tc-cell.tcwidth-47, .tc-cell.tcwidth-47, .tcwidth-47, .tm-extra-product-options .tcwidth-48, .tm-extra-product-options .tc-cell.tcwidth-48, .tc-cell.tcwidth-48, .tcwidth-48, .tm-extra-product-options .tcwidth-49, .tm-extra-product-options .tc-cell.tcwidth-49, .tc-cell.tcwidth-49, .tcwidth-49, .tm-extra-product-options .tcwidth-50, .tm-extra-product-options .tc-cell.tcwidth-50, .tc-cell.tcwidth-50, .tcwidth-50, .tm-extra-product-options .tcwidth-51, .tm-extra-product-options .tc-cell.tcwidth-51, .tc-cell.tcwidth-51, .tcwidth-51, .tm-extra-product-options .tcwidth-52, .tm-extra-product-options .tc-cell.tcwidth-52, .tc-cell.tcwidth-52, .tcwidth-52, .tm-extra-product-options .tcwidth-53, .tm-extra-product-options .tc-cell.tcwidth-53, .tc-cell.tcwidth-53, .tcwidth-53, .tm-extra-product-options .tcwidth-54, .tm-extra-product-options .tc-cell.tcwidth-54, .tc-cell.tcwidth-54, .tcwidth-54, .tm-extra-product-options .tcwidth-55, .tm-extra-product-options .tc-cell.tcwidth-55, .tc-cell.tcwidth-55, .tcwidth-55, .tm-extra-product-options .tcwidth-56, .tm-extra-product-options .tc-cell.tcwidth-56, .tc-cell.tcwidth-56, .tcwidth-56, .tm-extra-product-options .tcwidth-57, .tm-extra-product-options .tc-cell.tcwidth-57, .tc-cell.tcwidth-57, .tcwidth-57, .tm-extra-product-options .tcwidth-58, .tm-extra-product-options .tc-cell.tcwidth-58, .tc-cell.tcwidth-58, .tcwidth-58, .tm-extra-product-options .tcwidth-59, .tm-extra-product-options .tc-cell.tcwidth-59, .tc-cell.tcwidth-59, .tcwidth-59, .tm-extra-product-options .tcwidth-60, .tm-extra-product-options .tc-cell.tcwidth-60, .tc-cell.tcwidth-60, .tcwidth-60, .tm-extra-product-options .tcwidth-61, .tm-extra-product-options .tc-cell.tcwidth-61, .tc-cell.tcwidth-61, .tcwidth-61, .tm-extra-product-options .tcwidth-62, .tm-extra-product-options .tc-cell.tcwidth-62, .tc-cell.tcwidth-62, .tcwidth-62, .tm-extra-product-options .tcwidth-62-5, .tm-extra-product-options .tc-cell.tcwidth-62-5, .tc-cell.tcwidth-62-5, .tcwidth-62-5, .tm-extra-product-options .tcwidth-63, .tm-extra-product-options .tc-cell.tcwidth-63, .tc-cell.tcwidth-63, .tcwidth-63, .tm-extra-product-options .tcwidth-64, .tm-extra-product-options .tc-cell.tcwidth-64, .tc-cell.tcwidth-64, .tcwidth-64, .tm-extra-product-options .tcwidth-65, .tm-extra-product-options .tc-cell.tcwidth-65, .tc-cell.tcwidth-65, .tcwidth-65, .tm-extra-product-options .tcwidth-66, .tm-extra-product-options .tc-cell.tcwidth-66, .tc-cell.tcwidth-66, .tcwidth-66, .tm-extra-product-options .tcwidth-67, .tm-extra-product-options .tc-cell.tcwidth-67, .tc-cell.tcwidth-67, .tcwidth-67, .tm-extra-product-options .tcwidth-68, .tm-extra-product-options .tc-cell.tcwidth-68, .tc-cell.tcwidth-68, .tcwidth-68, .tm-extra-product-options .tcwidth-69, .tm-extra-product-options .tc-cell.tcwidth-69, .tc-cell.tcwidth-69, .tcwidth-69, .tm-extra-product-options .tcwidth-70, .tm-extra-product-options .tc-cell.tcwidth-70, .tc-cell.tcwidth-70, .tcwidth-70, .tm-extra-product-options .tcwidth-71, .tm-extra-product-options .tc-cell.tcwidth-71, .tc-cell.tcwidth-71, .tcwidth-71, .tm-extra-product-options .tcwidth-72, .tm-extra-product-options .tc-cell.tcwidth-72, .tc-cell.tcwidth-72, .tcwidth-72, .tm-extra-product-options .tcwidth-73, .tm-extra-product-options .tc-cell.tcwidth-73, .tc-cell.tcwidth-73, .tcwidth-73, .tm-extra-product-options .tcwidth-74, .tm-extra-product-options .tc-cell.tcwidth-74, .tc-cell.tcwidth-74, .tcwidth-74, .tm-extra-product-options .tcwidth-75, .tm-extra-product-options .tc-cell.tcwidth-75, .tc-cell.tcwidth-75, .tcwidth-75, .tm-extra-product-options .tcwidth-76, .tm-extra-product-options .tc-cell.tcwidth-76, .tc-cell.tcwidth-76, .tcwidth-76, .tm-extra-product-options .tcwidth-77, .tm-extra-product-options .tc-cell.tcwidth-77, .tc-cell.tcwidth-77, .tcwidth-77, .tm-extra-product-options .tcwidth-78, .tm-extra-product-options .tc-cell.tcwidth-78, .tc-cell.tcwidth-78, .tcwidth-78, .tm-extra-product-options .tcwidth-79, .tm-extra-product-options .tc-cell.tcwidth-79, .tc-cell.tcwidth-79, .tcwidth-79, .tm-extra-product-options .tcwidth-80, .tm-extra-product-options .tc-cell.tcwidth-80, .tc-cell.tcwidth-80, .tcwidth-80, .tm-extra-product-options .tcwidth-81, .tm-extra-product-options .tc-cell.tcwidth-81, .tc-cell.tcwidth-81, .tcwidth-81, .tm-extra-product-options .tcwidth-82, .tm-extra-product-options .tc-cell.tcwidth-82, .tc-cell.tcwidth-82, .tcwidth-82, .tm-extra-product-options .tcwidth-83, .tm-extra-product-options .tc-cell.tcwidth-83, .tc-cell.tcwidth-83, .tcwidth-83, .tm-extra-product-options .tcwidth-84, .tm-extra-product-options .tc-cell.tcwidth-84, .tc-cell.tcwidth-84, .tcwidth-84, .tm-extra-product-options .tcwidth-85, .tm-extra-product-options .tc-cell.tcwidth-85, .tc-cell.tcwidth-85, .tcwidth-85, .tm-extra-product-options .tcwidth-86, .tm-extra-product-options .tc-cell.tcwidth-86, .tc-cell.tcwidth-86, .tcwidth-86, .tm-extra-product-options .tcwidth-87, .tm-extra-product-options .tc-cell.tcwidth-87, .tc-cell.tcwidth-87, .tcwidth-87, .tm-extra-product-options .tcwidth-87-5, .tm-extra-product-options .tc-cell.tcwidth-87-5, .tc-cell.tcwidth-87-5, .tcwidth-87-5, .tm-extra-product-options .tcwidth-88, .tm-extra-product-options .tc-cell.tcwidth-88, .tc-cell.tcwidth-88, .tcwidth-88, .tm-extra-product-options .tcwidth-89, .tm-extra-product-options .tc-cell.tcwidth-89, .tc-cell.tcwidth-89, .tcwidth-89, .tm-extra-product-options .tcwidth-90, .tm-extra-product-options .tc-cell.tcwidth-90, .tc-cell.tcwidth-90, .tcwidth-90, .tm-extra-product-options .tcwidth-91, .tm-extra-product-options .tc-cell.tcwidth-91, .tc-cell.tcwidth-91, .tcwidth-91, .tm-extra-product-options .tcwidth-92, .tm-extra-product-options .tc-cell.tcwidth-92, .tc-cell.tcwidth-92, .tcwidth-92, .tm-extra-product-options .tcwidth-93, .tm-extra-product-options .tc-cell.tcwidth-93, .tc-cell.tcwidth-93, .tcwidth-93, .tm-extra-product-options .tcwidth-94, .tm-extra-product-options .tc-cell.tcwidth-94, .tc-cell.tcwidth-94, .tcwidth-94, .tm-extra-product-options .tcwidth-95, .tm-extra-product-options .tc-cell.tcwidth-95, .tc-cell.tcwidth-95, .tcwidth-95, .tm-extra-product-options .tcwidth-96, .tm-extra-product-options .tc-cell.tcwidth-96, .tc-cell.tcwidth-96, .tcwidth-96, .tm-extra-product-options .tcwidth-97, .tm-extra-product-options .tc-cell.tcwidth-97, .tc-cell.tcwidth-97, .tcwidth-97, .tm-extra-product-options .tcwidth-98, .tm-extra-product-options .tc-cell.tcwidth-98, .tc-cell.tcwidth-98, .tcwidth-98, .tm-extra-product-options .tcwidth-99, .tm-extra-product-options .tc-cell.tcwidth-99, .tc-cell.tcwidth-99, .tcwidth-99, .tm-extra-product-options .tcwidth-100, .tm-extra-product-options .tc-cell.tcwidth-100, .tc-cell.tcwidth-100, .tcwidth-100 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	
	.tm-extra-product-options ul.tmcp-elements:not(.tm-extra-product-options-variations) li.tmcp-field-wrap:not(.tm-per-row) {
		float: none !important;
		width: 100% !important;
	}
}

.tm-extra-product-options .cpfclear {
	height: 0;
	margin: 0;
	padding: 0;
	min-height: 0;
	overflow: visible;
	width: 100%;
	float: left;
	position: relative;
}

.tm-extra-product-options .cpfclearboth {
	clear: both;
}

/* 2. Containers */
.tc-extra-product-options {
	visibility: hidden;
}

.tc-extra-product-options.tc-show, .tc-extra-product-options.tc-show-override {
	display: block;
	clear: both;
	visibility: visible;
}

.tc-extra-product-options.tc-show-hidden {
	display: block;
	clear: both;
	visibility: hidden !important;
}

.tm-extra-product-options, .tm-extra-product-options .tm-extra-product-options-inner, .tm-extra-product-options .tm-extra-product-options-fields, .tm-extra-product-options .tm-extra-product-options-container, .tm-extra-product-options .tmcp-ul-wrap, .tm-extra-product-options .tmcp-field, .tm-extra-product-options .tm-epo-field, .tm-extra-product-options li.tmcp-field-wrap, .tm-extra-product-options .tc-cell, .tm-extra-product-options .tc-row, .tm-collapse, .tm-collapse-wrap, .tm-epo-element-label, .tm-show-picker-value, .tm-bsbb, .tm-bsbb-all, .tm-bsbb-all *, .tc-container, .tc-row, .tc-cell, .tm-box, .flasho, .flasho div, .tm-button, .tm-epo-style, .tc-lightbox img, .tm-extra-product-options .radio_image, .tm-extra-product-options .checkbox_image {
	box-sizing: border-box;
}

.tm-extra-product-options {
	max-width: 100%;
	width: 100%;
}

.tm-extra-product-options .tm-extra-product-options-container, .tm-extra-product-options .tmcp-ul-wrap {
	overflow: visible;
	float: left;
	max-width: 100%;
	width: 100%;
	margin-bottom: 0;
}

.tm-extra-product-options .tm-extra-product-options-fields, .tm-extra-product-options .tmcp-ul-wrap {
	clear: both;
	list-style: none outside none;
	margin: 0;
	padding: 0;
}

.tm-extra-product-options ul.tmcp-ul-wrap li.tmcp-field-wrap {
	width: auto;
	padding: 0;
	margin: 0;
	list-style: none outside none !important;
}

.tm-extra-product-options ul.tmcp-elements li.tmcp-field-wrap {
	padding: 0;
	margin: 0 0 .5em 0;
	width: 100%;
	float: left;
	list-style: none outside none !important;
	position: relative;
}

.tm-extra-product-options ul.tmcp-elements li.tmcp-field-wrap:last-child {
	margin: 0;
}

.tm-extra-product-options ul.tmcp-elements.use-images-container li.tmcp-field-wrap, .tm-extra-product-options ul.tmcp-elements li.tmcp-field-wrap.tc-mode-images {
	padding: 1em .25em 0;
	text-align: center;
}

.tm-extra-product-options ul.tmcp-elements.use-images-container li.tmcp-field-wrap.tc-mode-startimages, .tm-extra-product-options ul.tmcp-elements.use-images-container li.tmcp-field-wrap.tc-mode-endimages {
	text-align: initial;
}

.tc-totals-form {
	clear: both;
	display: none;
	width: 100%;
}

.tc-totals-form.tc-show {
	display: block;
}

.tm-epo-totals {
	clear: both;
	padding-bottom: 1em;
	padding-top: 1em;
}

.tc-epo-totals.hidden, .tc-extra-product-options.hidden {
	display: none;
}

html .tc-extra-product-options .tc-hidden.tc-cell, .tc-hidden, .tm-hidden, .tc-extra-product-options input.use_images, .tm-extra-product-options input.use_images {
	display: none !important;
}

.tm-box {
	border: 1px solid rgba(0, 0, 0, .035);
	background-image: linear-gradient(to top, rgba(0, 0, 0, .01) 0%, rgba(0, 0, 0, .01) 50%, rgba(0, 0, 0, .02) 50%, rgba(0, 0, 0, .01) 100%);
	margin: 0 15px 1em 15px;
	width: 100%;
	padding: 15px;
}

.tm-extra-product-options .cpf-section.tc-cell .tm-box > .tc-cell {
	margin-bottom: 0;
}

.tm-extra-product-options .cpf-section.tc-cell.tm-owl-slider-section .tm-box .tc-row {
	padding-bottom: 15px;
}

.tm-arrow {
	cursor: pointer;
	font-size: 14px;
	height: 1.5em;
	line-height: 1.5 !important;
	margin-top: -.75em;
	position: absolute;
	right: 1px;
	text-align: center;
	top: 50%;
	width: 1.5em;
}

.tm-toggle {
	padding-right: 2em;
	position: relative;
	cursor: pointer;
}

.tm-collapse .tm-toggle {
	clear: both;
}

.tm-collapse {
	border: 1px solid rgba(0, 0, 0, .035);
	background-image: linear-gradient(to top, rgba(0, 0, 0, .01) 0%, rgba(0, 0, 0, .01) 50%, rgba(0, 0, 0, .02) 50%, rgba(0, 0, 0, .01) 100%);
	margin: 0 15px 1em 15px;
	float: left;
	width: 100%;
	padding: 15px;
}

.tm-collapse > .tc-cell {
	margin-bottom: 0;
}

.tm-collapse-wrap {
	float: left;
	margin-top: 1em;
	overflow: visible;
	width: 100%;
}

.tc-totals-form dl.tm-extra-product-options-totals {
	margin-left: 0;
	margin-right: 0;
}

/* 3. Elements */

/* Required indicator */
.tm-epo-required {
	color: #f00;
}

.tmcp-field-wrap .tm-epo-required {
	position: static;
	left: auto;
	top: auto;
}

/* Element containers and labels */
.tm-epo-element-label.tm-left {
	order: 0;
}

.tm-epo-element-label.tm-right {
	order: 99;
}

.tm-extra-product-options ul.tm-extra-product-options-fields li::before, .tm-extra-product-options ul.tm-extra-product-options-fields li::after, .tm-extra-product-options ul.tmcp-ul-wrap li::before, .tm-extra-product-options ul.tmcp-ul-wrap li::after {
	display: none;
}

.tm-extra-product-options ul.tmcp-ul-wrap.tm-extra-product-options-checkbox li.tmcp-field-wrap label, .tm-extra-product-options ul.tmcp-ul-wrap.tm-extra-product-options-radio li.tmcp-field-wrap label {
	margin: 0;
}

.tm-extra-product-options ul.tmcp-ul-wrap.tm-extra-product-options-checkbox li.tmcp-field-wrap .tm-label, .tm-extra-product-options ul.tmcp-ul-wrap.tm-extra-product-options-radio li.tmcp-field-wrap .tm-label, .tm-extra-product-options ul.tmcp-ul-wrap.tm-extra-product-options-variations li.tmcp-field-wrap .tm-label, .tm-extra-product-options ul.tmcp-ul-wrap.tm-extra-product-options-product li.tmcp-field-wrap.tc-epo-element-product-radio .tm-label {
	padding: 0 0 0 .5em !important;
	margin: 0 !important;
	line-height: 1 !important;
	display: inline !important;
	vertical-align: middle;
}

.tm-extra-product-options ul.tmcp-ul-wrap.tm-extra-product-options-checkbox li.tmcp-field-wrap .tm-label.tc-label, .tm-extra-product-options ul.tmcp-ul-wrap.tm-extra-product-options-radio li.tmcp-field-wrap .tm-label.tc-label, .tm-extra-product-options ul.tmcp-ul-wrap.tm-extra-product-options-variations li.tmcp-field-wrap .tm-label.tc-label {
	vertical-align: initial;
}

.tm-extra-product-options ul.tmcp-ul-wrap.tm-extra-product-options-checkbox li.tmcp-field-wrap .tm-label:empty, .tm-extra-product-options ul.tmcp-ul-wrap.tm-extra-product-options-radio li.tmcp-field-wrap .tm-label:empty, .tm-extra-product-options ul.tmcp-ul-wrap.tm-extra-product-options-variations li.tmcp-field-wrap .tm-label:empty {
	padding: 0 !important;
}

.tm-extra-product-options .tm-extra-product-options-field {
	clear: both;
	padding: 0;
}

.tm-extra-product-options .tm-extra-product-options-field.tc-normal-mode {
	margin: 0 0 1em;
}

.tm-extra-product-options .tc-active .tc-label-wrap, .tm-extra-product-options li.tmcp-field-wrap.tc-active .tc-label.tm-label, .tm-extra-product-options li.tmcp-field-wrap.tc-active .price.tc-price .amount, .tm-extra-product-options ul.tmcp-ul-wrap.tm-extra-product-options-radio li.tmcp-field-wrap label input[type="radio"]:checked ~ .tc-label, .tm-extra-product-options ul.tmcp-ul-wrap.tm-extra-product-options-checkbox li.tmcp-field-wrap label input[type="checkbox"]:checked ~ .tc-label {
	font-weight: 700;
	background: none !important;
}

.tc-extra-product-options .tmcp-field-wrap label, .tm-epo-variation-section .tmhexcolorimage-li-nowh label, .tm-epo-variation-section .tmhexcolorimage-li label {
	padding: 0;
	display: inline-block !important;
	float: none;
	max-width: 100%;
	width: auto;
	overflow-wrap: break-word;
}

.tc-extra-product-options .cpf-type-product .tmcp-field-wrap label.fullwidth, .tc-extra-product-options .cpf-type-product .tmcp-field-wrap label.fullwidth select, .tc-extra-product-options .cpf-type-select .tmcp-field-wrap label.fullwidth, .tc-extra-product-options .cpf-type-select .tmcp-field-wrap label.fullwidth select, .tc-extra-product-options .cpf-type-textarea .tmcp-field-wrap label, .tc-extra-product-options .cpf-type-textarea .tmcp-field-wrap label .tm-epo-field, .tc-extra-product-options .cpf-type-textfield .tmcp-field-wrap label, .tc-extra-product-options .cpf-type-textfield .tmcp-field-wrap label .tm-epo-field {
	width: 100%;
}

.tm-extra-product-options .use-images-container .tmcp-field-wrap label, .tm-extra-product-options .use_colors_container .tmcp-field-wrap label, .tm-epo-variation-section .tmhexcolorimage-li-nowh label, .tm-epo-variation-section .tmhexcolorimage-li label {
	cursor: pointer;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	-moz-user-select: none;
	user-select: none;
	width: 100%;
}

/* Divider element */
.tm-extra-product-options .tc-cell hr {
	margin: 1em 0;
}

.tm-extra-product-options .cpf_hide_element hr.tc-cell {
	margin: 1em 15px;
}

.tm-extra-product-options .tm_divider {
	border-style: solid;
	border-width: 1px;
	margin: 1em 0;
	clear: both;
}

.tm-extra-product-options .cpf_hide_element .tm_divider.tc-cell {
	margin: 1em 15px;
}

.tm-extra-product-options .tm_padding {
	padding: 1em 0;
}

.tm-extra-product-options .cpf_hide_element .tm_padding.tc-cell {
	margin-left: 15px;
	margin-right: 15px;
}

/* Textarea element */
.tm-extra-product-options textarea.tm-epo-field {
	height: auto;
	width: 100%;
}

/* Textfield element */
.tm-extra-product-options .tmcp-textfield.tm-epo-field {
	width: auto;
	max-width: 100%;
}

/* Checkboxes and radio button elements */
.tm-extra-product-options .tm-epo-field.tmcp-checkbox, .tm-extra-product-options .tm-epo-field.tmcp-radio {
	margin: 0 !important;
	position: relative;
	vertical-align: middle;
	float: none;
	width: auto;
}

.tm-extra-product-options .tm-epo-element-label {
	display: block;
	position: relative;
	float: none;
	width: 100%;
	margin-bottom: 0;
}

.tm-extra-product-options .tm-epo-element-label.tm-section-label {
	margin: .5em 0;
}

.float-editbox .section_popup .tm-section-label {
	display: none;
}

/* Select box element */
.tm-epo-field.tmcp-select {
	max-width: 100%;
	display: initial;
}

/* Upload element */
.tm-extra-product-options input.tm-epo-field.tmcp-upload {
	width: 100%;
}

.tc-upload-preview {
	margin: 1em 0;
}

.tc-extra-product-options .tmcp-field-wrap label.cpf-upload-container {
	border: 1px solid;
	display: inline-block !important;
	font-size: 1em;
	height: auto;
	overflow: hidden;
	padding: .5em 1em;
	position: relative;
	vertical-align: middle;
	margin: 0 .5em 0 0;
	cursor: pointer;
}

.cpf-upload-container [type="file"] {
	cursor: inherit;
	display: block;
	font-size: .01px;
	min-height: 100%;
	min-width: 100%;
	opacity: 0;
	position: absolute;
	right: 0;
	text-align: right;
	top: 0;
}

.cpf-upload-container + small::before, .cpf-upload-container-basic + small::before {
	content: "";
	display: block;
}

.tm-filename {
	display: block;
}

.tc-upload-messages {
	padding: 1em 2em;
}

.tc-upload-message {
	font-size: 1.2em;
	margin-bottom: 1em;
}

/* Range picker element */
.cpf-type-range .tm-epo-element-label.tm-left + .tm-extra-product-options-container, .cpf-type-range .tm-epo-element-label.tm-right + .tm-extra-product-options-container {
	width: 66% !important;
	padding-top: 5px;
}

.cpf-type-range .tm-epo-element-label.tm-left, .cpf-type-range .tm-epo-element-label.tm-right {
	margin-top: 5px;
}

.tmcp-ul-wrap.tmcp-elements.tm-extra-product-options-range {
	clear: both;
	position: relative;
}

.tm-range-picker {
	margin: 2em 10px;
	max-width: 100%;
}

.tm-range-picker.pips {
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 50px;
}

.tc-extra-product-options .tm-show-picker-left, .tc-extra-product-options .tm-show-picker-tleft, .tc-extra-product-options .tm-show-picker-right, .tc-extra-product-options .tm-show-picker-tright {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-moz-box-align: start;
	-ms-flex-align: start;
	-webkit-align-items: flex-start;
	align-items: flex-start;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify !important;
	-moz-box-pack: justify !important;
	-ms-flex-pack: justify !important;
	-webkit-justify-content: space-between !important;
	justify-content: space-between !important;
}

.tc-extra-product-options .tm-show-picker-left .tm-range-picker, .tc-extra-product-options .tm-show-picker-tleft .tm-range-picker, .tc-extra-product-options .tm-show-picker-right .tm-range-picker, .tc-extra-product-options .tm-show-picker-tright .tm-range-picker {
	max-width: calc(80% - 30px);
	flex: 0 0 calc(80% - 30px);
	order: 1;
}

.tc-extra-product-options .tm-show-picker-left .tm-show-picker-value, .tc-extra-product-options .tm-show-picker-tleft .tm-show-picker-value, .tc-extra-product-options .tm-show-picker-right .tm-show-picker-value, .tc-extra-product-options .tm-show-picker-tright .tm-show-picker-value {
	max-width: 20%;
	flex: 0 0 20%;
	position: relative;
	text-align: center;
	top: 2em;
	font-size: .8em;
	order: 2;
}

.tc-extra-product-options .tm-show-picker-left .tm-show-picker-value, .tc-extra-product-options .tm-show-picker-tleft .tm-show-picker-value {
	order: 0;
}

.tc-extra-product-options .tm-show-picker-left .tc-price-wrap, .tc-extra-product-options .tm-show-picker-tleft .tc-price-wrap, .tc-extra-product-options .tm-show-picker-right .tc-price-wrap, .tc-extra-product-options .tm-show-picker-tright .tc-price-wrap {
	order: 10;
}

.tm-extra-product-options .tmcp-ul-wrap.tmcp-elements.tm-extra-product-options-range .tm-range-picker-value {
	display: inline-block;
	float: right;
	margin-left: 0;
	margin-top: -3px;
	position: absolute;
	right: 0;
	text-align: center;
	top: 1em;
	vertical-align: top;
	width: 19%;
}

.tm-extra-product-options .cpf-type-range .tmcp-field-wrap span.amount {
	display: inline-block;
	padding: 6px 0 0;
}

/* Variation element */
.tm-extra-product-options .tm-epo-element-label.tm-has-undo-button {
	padding-right: 2em;
}

.tm-epo-reset-variation, .tm-extra-product-options .tm-epo-reset-radio {
	text-align: center;
	cursor: pointer;
	position: absolute;
	right: 0;
	top: 0;
	width: 1em;
	height: 1em;
	line-height: 1;
	padding: .2em;
	border: 2px solid #000;
	color: #000;
	border-radius: 100%;
	box-sizing: content-box !important;
	background: #fff;
}

.tm-epo-reset-variation .tcfa, .tm-epo-reset-radio .tcfa {
	font-size: .8em;
	top: -.05em;
	position: relative;
}

.tm-epo-variation-section .reset_variations {
	clear: both;
	display: block;
	width: 100%;
	position: static;
	visibility: hidden;
}

/* Element prices */
.tm-extra-product-options .tmcp-field-wrap .tc-price {
	font-size: 1em !important;
	width: auto !important;
	display: inline-block !important;
	float: none !important;
	margin: 0 !important;
	padding: 0 !important;
}

.tc-extra-product-options .tmcp-field-wrap .price.tc-price {
	font-size: 1em !important;
	background: none !important;
}

.tc-extra-product-options .tmcp-field-wrap .price.tc-price .amount {
	font-size: 1em !important;
	display: inline !important;
	background: none !important;
}

.tm-extra-product-options .tmcp-field-wrap .tc-price .amount {
	margin-left: .5em;
}

.tm-extra-product-options .tmcp-field-wrap .tc-chars + .tc-price .amount {
	margin-left: 0;
}

.tm-extra-product-options .use-images-container .tmcp-field-wrap .amount {
	margin-left: 0;
}

.tm-extra-product-options .amount.hidden, .tm-extra-product-options .tmcp-field-wrap .price.amount.hidden, .tm-extra-product-options .tmcp-field-wrap .tc-price.hidden, .tm-extra-product-options .after-amount.hidden, .tm-extra-product-options .tmperiod.hidden {
	display: none !important;
}

.tm-extra-product-options .cpf-type-textarea .tmcp-field-wrap .amount, .tm-extra-product-options .cpf-type-textfield .tmcp-field-wrap .amount {
	margin-left: 0;
}

/* Final Totals box */
.tm-extra-product-options-totals .price.amount.options, .tm-extra-product-options-totals .price.amount.fees, .tm-extra-product-options-totals .price.amount.subscription-fee {
	font-size: 1.25em;
}

.tm-extra-product-options-totals .amount {
	background: none;
}

.tm-extra-product-options-totals .amount.options, .tm-extra-product-options-totals .amount.fees, .tm-extra-product-options-totals .amount.subscription-fee {
	font-weight: 700;
}

.tm-extra-product-options-totals .amount.final {
	font-size: 1.5em;
	font-weight: 700;
}

.tm-extra-product-options-totals .price.amount.final {
	display: inline-block !important;
	width: auto;
}

.tm-unit-price, .tm-fee-totals, .tm-final-totals, .tm-options-totals, .tm-subscription-fee {
	padding: 0;
	margin: 0;
	border: 0 none;
	float: none;
}

.tm-extra-product-options .tmcp-field-wrap .tc-price del {
	font-size: 75% !important;
	margin: 0 !important;
}

.tm-extra-product-options .tmcp-field-wrap .price:empty {
	display: none !important;
}

/* Quantity selector */
.tc-row.tc-quantity-right, .tc-row.tc-quantity-left {
	-ms-flex-wrap: nowrap;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
}

.tc-quantity-right .tm-quantity, .tc-quantity-bottom .tm-quantity {
	order: 99;
}

.tc-quantity-left .tm-quantity, .tc-quantity-top .tm-quantity {
	order: 0;
}

.tc-quantity-left .tc-field-display, .tc-quantity-top .tc-field-display {
	order: 1;
}

.tc-row.tc-quantity-top, .tc-row.tc-quantity-bottom {
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

.tc-row.tc-quantity-top .tm-quantity, .tc-row.tc-quantity-bottom .tm-quantity {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}

.tm-quantity {
	min-width: 60px;
	text-align: center;
}

.tm-quantity input.tm-qty {
	margin: 0;
	max-width: 100%;
	min-width: 50px;
	text-align: center;
	width: 5em;
}

.tm-quantity-alt input.tm-qty-alt {
	margin: 0;
	max-width: 100%;
	min-width: 50px;
	text-align: center;
	width: 5em !important;
	font-size: 100%;
	display: inline-block !important;
	padding: .358em 1em;
}

.tc-extra-product-options .cpf-type-product .tc-epo-element-product-li-container .tc-epo-element-product-container .single_add_to_cart_product, .single_add_to_cart_product {
	vertical-align: baseline;
	float: none;
}

/* Description */
.tm-description p:last-child {
	margin-bottom: 0;
}

.tm-description {
	clear: both;
}

/* 4. Floatbox */
.fl-overlay {
	background: #f5f5f5;
	position: fixed;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 101000;
}

.flasho.tm-color {
	background: #ecf0f1 none repeat scroll 0 0;
	border: 1px solid #bdc3c7;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, .2);
	left: 0;
	max-height: 100%;
	max-width: 100%;
	position: absolute;
	top: 0;
	z-index: 101;
}

.flasho.tm-color .float-editbox {
	background: #fff none repeat scroll 0 0;
	bottom: 55px;
	left: 0;
	padding: 0;
	position: absolute;
	right: 0;
	top: 57px;
	width: 100%;
}

.flasho.tm-color .header {
	background: #ecf0f1 none repeat scroll 0 0;
	border-bottom: 1px solid #ecf0f1;
	left: 0;
	line-height: 30px;
	padding: 1em 2em;
	position: absolute;
	top: 0;
	width: 100%;
}

.flasho.tm-color .footer {
	bottom: 0;
	height: 55px;
	left: 0;
	margin: 0;
	padding: 0;
	position: absolute;
	text-align: right;
	width: 100%;
	z-index: 2;
}

.flasho.tm-color .footer .inner {
	background: #ecf0f1 none repeat scroll 0 0;
	border-top: 1px solid #ecf0f1;
	line-height: 30px;
	padding: 1em 2em;
}

.flasho.tm-color .tc-progress-info-content {
	bottom: 0;
	display: inline-block;
	font-size: 2em;
	height: 1em;
	left: 0;
	line-height: 1;
	margin: auto;
	position: absolute;
	right: 0;
	text-align: center;
	top: 0;
	width: auto;
}

.flasho.tm-color .tc-progress-info {
	height: 100%;
	position: relative;
	width: 100%;
}

.flasho {
	font: 13px/1.5em HelveticaNeue, "Helvetica Neue", Helvetica, Arial, sans-serif;
	background: url("https://cdn-angpo.nitrocdn.com/RcKmqlNGjunSIUUZVJpuCnhMotyvAawc/assets/images/optimized/rev-0b71030/www.spooky2-mall.com/wp-content/plugins/woocommerce-tm-extra-product-options/assets/images/linefix5.png") repeat scroll 0 0 #ccc;
	border: 1px solid transparent;
	left: 0;
	position: absolute;
	top: 0;
	z-index: 101001;
	box-shadow: 0 1px 15px 1px rgba(0, 0, 0, .2);
}

.flasho.nitro-lazy {
	background: none !important;
}

.float-editbox {
	background: #fff;
	bottom: 55px;
	left: 0;
	overflow: auto;
	overflow-x: hidden;
	overflow-y: auto;
	padding: 0;
	position: absolute;
	right: 0;
	top: 56px;
	width: 100%;
}

.flasho .header {
	background: none repeat scroll 0 0 #fafafa;
	border-bottom: 1px solid transparent;
	left: 0;
	line-height: 30px;
	padding: 1em 2em;
	position: absolute;
	top: 0;
	width: 100%;
}

.flasho .header h3 {
	color: #292421;
	font-size: 20px;
	line-height: 30px;
	margin: 0;
	letter-spacing: 1px;
}

.flasho .footer {
	bottom: 0;
	height: 55px;
	left: 0;
	margin: 0;
	padding: 0;
	position: absolute;
	text-align: right;
	width: 100%;
	z-index: 2;
}

.flasho .footer .inner {
	background: none repeat scroll 0 0 #fafafa;
	border-top: 1px solid transparent;
	line-height: 30px;
	padding: 12px 2em;
}

.tm-section-pop {
	display: none;
}

.tm-section-pop-up {
	height: 80%;
	left: 10% !important;
	position: fixed !important;
	top: 10% !important;
	width: 80%;
}

#tm-section-pop-up > .tm-epo-element-label.tm-section-label {
	display: none;
}

.tm-section-pop-up.single .tc-cell.section_popup {
	width: 100% !important;
}

.tm-section-pop-up.single .tc-cell.section_popup .tm-section-pop {
	padding-top: 1em;
	padding-bottom: 1em;
}

.tm-extra-product-options.tm-section-pop-up.single .footer .inner .tm-button.button.button-secondary.button-large.floatbox-cancel, .tc-extra-product-options .tm-section-pop-up.single .footer .inner .tm-button.button.button-secondary.button-large.floatbox-cancel {
	float: none;
}

.noanimated {
	-webkit-animation-fill-mode: none !important;
	animation-fill-mode: none !important;
	opacity: 1 !important;
	z-index: auto !important;
	position: static !important;
	-webkit-transform: none !important;
	-moz-transform: none !important;
	-ms-transform: none !important;
	transform: none !important;
}

/* 5. Floating totals box */
.tm-floating-box {
	width: auto;
	height: auto;
	padding: 1em;
	position: fixed;
	right: 0;
	top: 0;
	bottom: 0;
	left: 0;
	background: url("https://cdn-angpo.nitrocdn.com/RcKmqlNGjunSIUUZVJpuCnhMotyvAawc/assets/images/optimized/rev-0b71030/www.spooky2-mall.com/wp-content/plugins/woocommerce-tm-extra-product-options/assets/images/p5.png") repeat scroll 0 0 transparent;
	z-index: 9999;
	max-height: 100%;
	overflow: hidden;
}

.tm-floating-box.nitro-lazy {
	background: none !important;
}

.tm-floating-box .tm-unit-price, .tm-floating-box .tm-final-totals, .tm-floating-box .tm-options-totals, .tm-floating-box .tm-fee-totals {
	margin: .5em 0;
}

.tm-floating-box.right {
	left: auto;
	right: 0;
}

.tm-floating-box.left {
	right: auto;
	left: 0;
}

.tm-floating-box.bottom {
	bottom: 0;
	top: auto;
}

.tm-floating-box.top {
	top: 0;
	bottom: auto;
}

.tc-img-floating {
	display: block;
	height: 50px !important;
	margin: 1em 0;
	width: auto !important;
}

.tm-fb {
	font-size: 12px;
	line-height: 10px;
	max-height: 200px;
	max-width: 200px;
	overflow-y: auto;
	overflow-x: hidden;
}

.tm-fb dt {
	display: block;
	margin: 0;
	padding-bottom: 5px;
}

.tm-fb dd {
	display: block;
	border-bottom: 1px dotted rgba(0, 0, 0, .1);
	margin: 0 0 1em;
}

.tm-floating-box-alt .tm-floating-box {
	background: none;
	padding: 0;
	position: static;
}

.tm-floating-box-nks .tm-floating-box {
	bottom: 0 !important;
	left: 0 !important;
	padding: 5%;
	position: absolute !important;
	right: 0 !important;
	top: 0 !important;
	width: 100%;
}

.tm-floating-box-nks .tm-fb {
	max-height: 90% !important;
	max-width: 90% !important;
}

.tc-row.tm-fb-labels {
	border-bottom: 1px solid;
	font-weight: 700;
	margin-bottom: 1.65em;
}

@media (max-width: 768px) {
	.tm-floating-box {
		display: none !important;
	}
}

/* 6. Validation errors */
.tm-extra-product-options ul.tmcp-ul-wrap li.tmcp-field-wrap label.tm-error, .tm-extra-product-options ul.tmcp-ul-wrap + .tm-error, .tm-extra-product-options .tm-extra-product-options-container > .tm-error {
	color: #f00;
	display: block !important;
	font-size: 80%;
	font-weight: 700;
	padding: 0 !important;
	margin: 1em 0 !important;
}

.tm-epo-field.tmcp-textfield.tm-error {
	border: 1px solid #c0392b;
	color: #e74c3c;
}

/* 7. Lightbox */
.tc-transition {
	-webkit-transition: all .3s ease 0s;
	-moz-transition: all .3s ease 0s;
	-ms-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	transition: all .3s ease 0s;
}

.tc-lightbox {
	background: rgba(0, 0, 0, .5) none repeat scroll 0 0;
	height: auto !important;
	left: 50% !important;
	max-height: 100% !important;
	max-width: 100% !important;
	position: fixed;
	text-align: center;
	top: 50% !important;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-o-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	width: auto !important;
	z-index: 100100;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.tc-lightbox-image-wrap {
	position: relative;
	overflow: hidden;
}

.tm-extra-product-options .tc-lightbox-image-wrap .radio_image, .tm-extra-product-options .tc-lightbox-image-wrap .checkbox_image {
	float: left;
	padding: 0;
}

.tc-lightbox-wrap {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 1em;
	height: 1em;
	left: auto;
	top: auto;
	font-size: 1.5em;
}

.tc-lightbox-button {
	background: rgba(0, 0, 0, .2) none repeat scroll 0 0;
	top: 0;
	color: #fff;
	font-size: 1em !important;
	padding: 0;
	position: absolute;
	right: 0;
	z-index: 2;
	opacity: .5;
	cursor: zoom-in;
	margin: auto;
	bottom: 0;
	left: 0;
}

.tc-lightbox-wrap:hover .tc-lightbox-button {
	opacity: 1;
}

.tc-lightbox img {
	border: 0 none;
	cursor: zoom-out;
	display: block;
	height: auto;
	line-height: 0;
	margin: 0;
	padding: 0;
	position: relative;
	width: auto;
}

.tc-lightbox-button-close {
	background: rgba(255, 255, 255, .3) none repeat scroll 0 0;
	color: #000 !important;
	float: left;
	height: 2em;
	line-height: 2;
	position: absolute;
	right: 0;
	text-align: center;
	top: 0;
	width: 2em;
	z-index: 2;
	cursor: pointer;
}

@-webkit-keyframes tc-lightbox-zoomin {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-50%) translateY(-50%) scale(.3);
		transform: translateX(-50%) translateY(-50%) scale(.3);
	}
	
	50% {
		opacity: 1;
	}
}

@keyframes tc-lightbox-zoomin {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-50%) translateY(-50%) scale(.3);
		transform: translateX(-50%) translateY(-50%) scale(.3);
	}
	
	50% {
		opacity: 1;
	}
}

.tc-lightbox-zoomin {
	-webkit-animation-name: tc-lightbox-zoomin;
	animation-name: tc-lightbox-zoomin;
}

@-webkit-keyframes tc-lightbox-zoomout {
	0% {
		opacity: 1;
		-webkit-transform: translateX(-50%) translateY(-50%) scale(1);
		transform: translateX(-50%) translateY(-50%) scale(1);
	}
	
	50% {
		opacity: 0;
		-webkit-transform: translateX(-50%) translateY(-50%) scale(.3);
		transform: translateX(-50%) translateY(-50%) scale(.3);
	}
	
	100% {
		opacity: 0;
	}
}

@keyframes tc-lightbox-zoomout {
	0% {
		opacity: 1;
		-webkit-transform: translateX(-50%) translateY(-50%) scale(1);
		transform: translateX(-50%) translateY(-50%) scale(1);
	}
	
	50% {
		opacity: 0;
		-webkit-transform: translateX(-50%) translateY(-50%) scale(.3);
		transform: translateX(-50%) translateY(-50%) scale(.3);
	}
	
	100% {
		opacity: 0;
	}
}

.tc-lightbox-zoomout {
	-webkit-animation-name: tc-lightbox-zoomout;
	animation-name: tc-lightbox-zoomout;
}

/* 8. Datepicker and Timepicker*/
.tm-static {
	position: static;
}

.tmcp-date-select {
	max-width: 100%;
}

.tm-extra-product-options-date .tmcp-field-wrap label {
	display: inline-block !important;
	margin-right: 6px;
	vertical-align: baseline;
	position: relative;
	max-width: 100%;
}

.tm-epo-field.tmcp-date {
	min-height: 2.5em !important;
	height: auto;
	width: auto !important;
}

.tm-epo-datepicker-label-container, .tm-epo-timepicker-label-container {
	display: inline-block !important;
	margin-right: 6px;
	vertical-align: baseline;
	position: relative;
	max-width: 100%;
}

.tm-extra-product-options .tm-epo-datepicker, .tm-extra-product-options .tm-epo-timepicker {
	display: inline-block !important;
	line-height: normal !important;
	margin: 0 -2.5em 0 0 !important;
	max-width: 100% !important;
	padding-right: 2.5em !important;
	box-shadow: none;
}

.tm-epo-element-label.tm-left + .tm-extra-product-options-container .tm-epo-datepicker-label-container, .tm-epo-element-label.tm-right + .tm-extra-product-options-container .tm-epo-datepicker-label-container {
	margin-top: 0;
}

/* datepicker skin */
.tm-extra-product-options .tm-extra-product-options-date .ui-tm-datepicker-trigger, .tm-extra-product-options .tm-extra-product-options-time .ui-tm-datepicker-trigger {
	font-family: tc-fontawesome, sans-serif;
	box-shadow: none;
	border-radius: 0;
	background: transparent none repeat scroll 0 0;
	border-width: 0 0 0 1px;
	color: inherit !important;
	cursor: pointer;
	display: inline-block;
	font-size: inherit !important;
	line-height: inherit !important;
	margin: 0;
	padding: 0 .75em !important;
	position: absolute;
	right: 0;
	top: 0;
	height: 100% !important;
	min-width: 0;
}

.tm-extra-product-options .tm-extra-product-options-date .ui-tm-datepicker-trigger:hover, .tm-extra-product-options .tm-extra-product-options-date .ui-tm-datepicker-trigger:active, .tm-extra-product-options .tm-extra-product-options-date .ui-tm-datepicker-trigger:focus, .tm-extra-product-options .tm-extra-product-options-time .ui-tm-datepicker-trigger:hover, .tm-extra-product-options .tm-extra-product-options-time .ui-tm-datepicker-trigger:active, .tm-extra-product-options .tm-extra-product-options-time .ui-tm-datepicker-trigger:focus {
	background: none repeat scroll 0 0 transparent;
	box-shadow: none;
}

.tm-extra-product-options .tm-extra-product-options-date .ui-tm-datepicker-trigger::before {
	content: "";
}

.tm-extra-product-options .tm-extra-product-options-time .ui-tm-datepicker-trigger::before {
	content: "";
}

.tm-datepicker {
	margin: 2px 0 0 0;
	z-index: 101002 !important;
	width: auto !important;
	height: auto !important;
	padding: 0;
}

.tm-datepicker a {
	text-decoration: none;
}

.tm-ui-dp, .tm-ui-dp-overlay {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.tm-ui-dp-header.ui-widget-header {
	line-height: 2;
	background: none;
	border: 0 none;
	color: inherit;
	font-weight: 700;
}

.tm-ui-dp {
	max-width: 98%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	text-shadow: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-ms-touch-action: none;
	user-select: none;
}

.tm-ui-dp:focus {
	outline: 0;
}

.tm-ui-dp-container {
	min-width: 300px;
	overflow: hidden;
	text-align: center;
	font-size: 16px;
}

.tm-datepicker-small .tm-ui-dp-container {
	font-size: 12px;
	min-width: 240px;
}

.tm-datepicker-medium .tm-ui-dp-container {
	font-size: 16px;
	min-width: 330px;
}

.tm-datepicker-large .tm-ui-dp-container {
	font-size: 20px;
	min-width: 400px;
}

.tm-datepicker.tm-datepicker-top .tm-ui-dp-title, .tm-datepicker.tm-datepicker-bottom .tm-ui-dp-title {
	font-size: 1.125em;
}

.tm-datepicker.tm-datepicker-bottom .tm-ui-dp-container, .tm-datepicker.tm-datepicker-top .tm-ui-dp-container {
	min-width: 100% !important;
}

.tm-ui-dp-wrap, .tm-ui-dp-overlay {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.tm-ui-dp-wrap {
	z-index: 99998;
}

.tm-ui-dp-overlay {
	z-index: 1;
	background: rgba(0, 0, 0, .7);
}

.tm-datepicker-top .tm-ui-dp, .tm-datepicker-bottom .tm-ui-dp {
	width: 100%;
	max-width: 100%;
}

.tm-ui-dp-main-cell-inner {
	position: relative;
	height: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
}

.tm-ui-dp-main-wrap {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.tm-ui-dp-ui {
	display: inline-block;
	vertical-align: middle;
	width: 100%;
}

.tm-ui-dp-main {
	width: auto;
}

.tm-ui-dp-main table {
	width: 100%;
	height: 100%;
	border-collapse: collapse;
	table-layout: fixed;
	margin: 0;
	background: none;
}

.tm-ui-dp-main-table {
	height: 100%;
	width: 100%;
	display: table;
	table-layout: fixed;
}

.tm-ui-dp-main-row {
	white-space: nowrap;
	display: table-row;
}

.tm-ui-dp-main-cell {
	line-height: 1.875;
	text-align: center;
	width: 14.2857%;
	height: 16.6666%;
	position: relative;
	display: table-cell;
	vertical-align: middle;
	cursor: pointer;
}

.tm-ui-dp-main-cell.ui-datepicker-unselectable, .tm-ui-dp-main-cell.ui-state-disabled {
	cursor: default;
}

.tm-ui-dp-main-cell .tm-ui-dp-main-cell-inner {
	overflow: visible;
}

.tm-ui-dp-main-cell-content {
	position: relative;
	z-index: 2;
	padding: 5px;
}

.tm-datepicker .tm-ui-dp-main-wrap {
	padding: .5em;
}

.tm-datepicker .tm-ui-dp-main-header th {
	font-size: .6875em;
	font-weight: 400;
	line-height: 2.225;
	text-align: center;
	border: 0;
}

.tm-datepicker .tm-ui-dp-main-cell-content {
	font-size: .8125em;
}

.tm-ui-dp-inner-container, .tm-ui-dp-main-wrap, .tm-ui-dp-main-content {
	position: relative;
}

.tm-datepicker.tm-datepicker-bottom, .tm-datepicker.tm-datepicker-top {
	bottom: 0 !important;
	height: 100% !important;
	left: 0 !important;
	position: fixed !important;
	right: 0 !important;
	top: 0 !important;
	width: 100% !important;
	margin: 0 !important;
	background: transparent !important;
	border: 0 none !important;
}

.tm-datepicker.tm-datepicker-bottom .tm-ui-dp {
	bottom: 0;
	top: auto;
}

.tm-datepicker.tm-datepicker-top .tm-ui-dp {
	top: 0;
	bottom: auto;
}

.tm-datepicker .ui-tm-datepicker-prev, .tm-datepicker .ui-tm-datepicker-next, .tm-datepicker.tm-datepicker-bottom .ui-tm-datepicker-prev, .tm-datepicker.tm-datepicker-top .ui-tm-datepicker-prev, .tm-datepicker.tm-datepicker-bottom .ui-tm-datepicker-next, .tm-datepicker.tm-datepicker-top .ui-tm-datepicker-next {
	display: none !important;
}

.tm-ui-dp-title {
	position: relative;
	font-size: 1em;
}

.tm-ui-dp-title .tm-ui-dp-month, .tm-ui-dp-title .tm-ui-dp-year {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	margin: 0 2em;
	white-space: nowrap;
}

.tm-ui-dp-title-button {
	width: 50%;
	display: inline-block;
	white-space: nowrap;
	vertical-align: top;
	position: relative;
	height: 2em;
}

.tm-ui-dp-button-prev {
	left: 0;
}

.tm-ui-dp-button-next {
	right: 0;
}

.tm-ui-dp-button {
	margin: 0;
	position: absolute;
	top: 0;
	width: 2em;
	overflow: hidden;
	display: block;
	text-decoration: none;
	white-space: nowrap;
	text-overflow: ellipsis;
	vertical-align: top;
	height: 2em;
	line-height: 2;
	color: #4eccc4;
	text-transform: uppercase;
	padding: 0;
}

.tm-ui-dp-button .tm-ui-dp-button-arrow, .tm-ui-dp-month, .tm-ui-dp-year {
	cursor: pointer;
}

.tm-datepicker .tm-ui-dp-button-arrow {
	color: #4eccc4;
	font-size: 1em;
	line-height: 2;
	overflow: hidden;
	width: 2em;
}

.tm-ui-dp-button-arrow::before {
	display: block;
}

.tm-ui-dp-buttonpane {
	display: block;
	overflow: hidden;
	padding: 0 .5em .5em;
	text-align: right;
	width: 100%;
}

.tm-ui-dp-btn-wrap {
	display: block;
	float: right;
	position: relative;
	vertical-align: top;
	z-index: 5;
}

.tm-ui-dp-btn {
	height: 2.5em;
	line-height: 2.5;
	padding: 0 1em;
	text-transform: uppercase;
	cursor: pointer;
	display: block;
	overflow: hidden;
	text-decoration: none;
	text-overflow: ellipsis;
	vertical-align: top;
	white-space: nowrap;
}

.tm-ui-dp-button-disabled {
	opacity: .3;
	cursor: default;
}

/* datepicker skins */

/* epo black skin */
.tm-ui-skin-epo-black .tm-ui-dp-container {
	font-family: Helvetica, Arial, sans-serif !important;
	border: 1px solid #000 !important;
	box-shadow: 0 1px 10px rgba(0, 0, 0, .2);
	background: #000 none repeat scroll 0 0;
	background: rgba(0, 0, 0, .9) none repeat scroll 0 0;
	color: #fff;
}

/* normal cell text*/
.tm-ui-skin-epo-black .tm-ui-dp-main-cell .ui-state-default {
	color: #ecf0f1;
}

.tm-ui-skin-epo-black .tm-ui-dp-main-cell.ui-datepicker-other-month .ui-state-default {
	color: #777;
}

/* selected day */
.tm-ui-skin-epo-black .tm-ui-dp-main-cell.ui-datepicker-current-day, .tm-ui-skin-epo-black .tm-ui-dp-main-cell.ui-datepicker-current-day:hover {
	background-color: #1abc9c;
}

.tm-ui-skin-epo-black .tm-ui-dp-main-cell.ui-datepicker-current-day .ui-state-default, .tm-ui-skin-epo-black .tm-ui-dp-main-cell.ui-datepicker-current-day:hover .ui-state-default {
	color: #fff;
}

.tm-ui-skin-epo-black .tm-ui-dp-main-cell:hover {
	background-color: #fff;
}

.tm-ui-skin-epo-black .tm-ui-dp-main-cell:hover .ui-state-default {
	color: #000;
}

/* unselectable cell text*/
.tm-ui-skin-epo-black .tm-ui-dp-main-cell.ui-datepicker-unselectable .ui-state-default, .tm-ui-skin-epo-black .tm-ui-dp-main-cell.ui-state-disabled .ui-state-default {
	color: #222;
}

/* disabled and unselectable cell*/
.tm-ui-skin-epo-black .tm-ui-dp-main-cell.ui-datepicker-unselectable, .tm-ui-skin-epo-black .tm-ui-dp-main-cell.ui-state-disabled {
	background-color: #000;
	background-color: rgba(255, 255, 255, .02);
}

.tm-ui-skin-epo-black .tm-ui-dp-btn {
	color: #1abc9c;
}

.tm-ui-skin-epo-black .tm-ui-dp-btn:hover {
	color: #fff;
}

.tm-ui-skin-epo-black .tm-ui-dp-button-arrow, .tm-ui-skin-epo-black .tm-ui-dp-button-arrow.tm-ui-dp-button-disabled:hover {
	color: #1abc9c;
}

.tm-ui-skin-epo-black .tm-ui-dp-button-arrow:hover {
	color: #fff;
}

.tm-ui-skin-epo-black .tm-ui-dp-main-header {
	color: #1abc9c;
	border-bottom: 1px solid #1abc9c;
}

/* epo white skin */
.tm-ui-skin-epo.tm-datepicker .tm-ui-dp-main-wrap {
	padding: 0;
}

.tm-ui-skin-epo .tm-ui-dp-container {
	font-family: Helvetica, Arial, sans-serif !important;
	border: 1px solid #ddd !important;
	box-shadow: 0 1px 10px rgba(0, 0, 0, .2);
	background: #fff none repeat scroll 0 0;
	color: #2c3e50;
}

/* normal cell text*/
.tm-ui-skin-epo .tm-ui-dp-main-cell .ui-state-default {
	color: #2c3e50;
	background: none;
	border: 0 none;
}

.tm-ui-skin-epo .tm-ui-dp-main-cell.ui-tm-datepicker-other-month .ui-state-default {
	color: #aaa;
}

/* current day cell text*/
.tm-ui-skin-epo .tm-ui-dp-main-cell.ui-tm-datepicker-current-day .ui-state-default {
	color: #0a0;
}

/* normal cell text in other month */
.tm-ui-skin-epo .tm-ui-dp-main-cell.ui-datepicker-other-month .ui-state-default {
	color: #95a5a6;
}

/* selected day */
.tm-ui-skin-epo .tm-ui-dp-main-cell.ui-datepicker-current-day, .tm-ui-skin-epo .tm-ui-dp-main-cell.ui-datepicker-current-day:hover {
	background-color: #9b59b6;
}

.tm-ui-skin-epo .tm-ui-dp-main-cell.ui-datepicker-current-day .ui-state-default, .tm-ui-skin-epo .tm-ui-dp-main-cell.ui-datepicker-current-day:hover .ui-state-default {
	color: #fff;
}

/* cell hover */
.tm-ui-skin-epo .tm-ui-dp-main-cell:hover {
	background-color: #ecf0f1;
}

.tm-ui-skin-epo .tm-ui-dp-main-cell:hover .ui-state-default {
	color: #000;
}

/* unselectable cell text*/
.tm-ui-skin-epo .tm-ui-dp-main-cell.ui-datepicker-unselectable .ui-state-default, .tm-ui-skin-epo .tm-ui-dp-main-cell.ui-state-disabled .ui-state-default {
	color: #eee;
}

/* disabled and unselectable cell*/
.tm-ui-skin-epo .tm-ui-dp-main-cell.ui-datepicker-unselectable, .tm-ui-skin-epo .tm-ui-dp-main-cell.ui-state-disabled {
	background-color: #fff;
}

.tm-ui-skin-epo .tm-ui-dp-btn {
	color: #2c3e50;
}

.tm-ui-skin-epo .tm-ui-dp-btn:hover {
	color: #8e44ad;
}

.tm-ui-skin-epo .tm-ui-dp-button-arrow, .tm-ui-skin-epo .tm-ui-dp-button-arrow.tm-ui-dp-button-disabled:hover {
	color: #2c3e50;
}

.tm-ui-skin-epo .tm-ui-dp-button-arrow:hover {
	color: #34495e;
}

.tm-ui-skin-epo .tm-ui-dp-main-header {
	background: #f9f9f9 none repeat scroll 0 0;
	border-bottom: 1px solid #eee;
	border-top: 1px solid #eee;
	color: #7f8c8d;
	padding: .25em 0;
}

.tm-ui-skin-epo .tm-ui-dp-title {
	padding: .5em 0;
}

.ui-tm-timepicker-div .tm-ui-widget-header, .ui-tm-timepicker-div .ui_tpicker_time_label, .tm-timepicker .tm-ui-dp-current {
	display: none;
}

.tm-timepicker .ui-tm-timepicker-div .ui-slider-handle {
	border-radius: 100%;
	background: #ecf0f1;
	border: 1px solid #bdc3c7;
	cursor: default;
	height: 1.2em;
	position: absolute;
	width: 1.2em;
	z-index: 2;
}

.tm-timepicker .ui-tm-timepicker-div .ui-slider-handle.ui-state-hover {
	background: #fff;
}

.ui-tm-timepicker-div .ui-slider {
	position: relative;
}

.ui-tm-timepicker-div .ui-slider.ui-slider-horizontal {
	border-color: #aaa;
	border-image: none;
	border-radius: 0;
	border-style: solid;
	border-width: 0 0 1px;
	height: 1px;
	margin: 1em 0;
	padding: .2em 0 0;
}

.ui-tm-timepicker-div .ui-slider.ui-slider-horizontal .ui-slider-handle {
	margin-left: -.6em;
	top: -.3em;
}

.ui-tm-timepicker-div .ui-widget-header {
	margin-bottom: 8px;
}

.ui-tm-timepicker-div dl {
	text-align: left;
	margin: 0;
}

.ui-tm-timepicker-div dl dt {
	clear: left;
	float: left;
	margin: .725em 0 0;
	padding: 0;
}

.ui-tm-timepicker-div dl dd {
	display: block;
	margin: 0 1em .5em 30%;
	padding: 1px 0;
	float: none;
}

.ui-tm-timepicker-div td {
	font-size: 90%;
}

.ui-tpicker-grid-label {
	background: none;
	border: none;
	margin: 0;
	padding: 0;
}

.ui-tm-timepicker-div .ui_tpicker_unit_hide {
	display: none;
}

.ui-tm-timepicker-div .ui_tpicker_time .ui_tpicker_time_input {
	background: none;
	color: inherit;
	border: none;
	outline: none;
	border-bottom: 0 none;
	width: 95%;
}

.ui-tm-timepicker-div .ui_tpicker_time .ui_tpicker_time_input:focus {
	border-bottom-color: #aaa;
}

.ui-tm-timepicker-rtl {
	direction: rtl;
}

.ui-tm-timepicker-rtl dl {
	text-align: right;
}

.ui-tm-timepicker-rtl dl dt {
	float: right;
	clear: right;
}

.ui-tm-timepicker-rtl dl dd {
	margin: 0 30% .5em 1em;
}

/* Shortened version style */
.ui-tm-timepicker-div.ui-tm-timepicker-oneLine {
	padding-right: 2px;
}

.ui-tm-timepicker-div.ui-tm-timepicker-oneLine .ui_tpicker_time, .ui-tm-timepicker-div.ui-tm-timepicker-oneLine dt {
	display: none;
}

.ui-tm-timepicker-div.ui-tm-timepicker-oneLine .ui_tpicker_time_label {
	display: block;
	padding-top: 2px;
}

.ui-tm-timepicker-div.ui-tm-timepicker-oneLine dl {
	text-align: right;
}

.ui-tm-timepicker-div.ui-tm-timepicker-oneLine dl dd, .ui-tm-timepicker-div.ui-tm-timepicker-oneLine dl dd > div {
	display: inline-block;
	margin: 0;
}

.ui-tm-timepicker-div.ui-tm-timepicker-oneLine dl dd.ui_tpicker_minute::before, .ui-tm-timepicker-div.ui-tm-timepicker-oneLine dl dd.ui_tpicker_second::before {
	content: ":";
	display: inline-block;
}

.ui-tm-timepicker-div.ui-tm-timepicker-oneLine dl dd.ui_tpicker_millisec::before, .ui-tm-timepicker-div.ui-tm-timepicker-oneLine dl dd.ui_tpicker_microsec::before {
	content: ".";
	display: inline-block;
}

.ui-tm-timepicker-div.ui-tm-timepicker-oneLine .ui_tpicker_unit_hide, .ui-tm-timepicker-div.ui-tm-timepicker-oneLine .ui_tpicker_unit_hide::before {
	display: none;
}

.ui-tm-timepicker-div {
	padding: 1em 1em 0;
}

.tm-ui-tp-title {
	padding: .5em 0;
}

/* 9. Checkbox and Radio button */
.tc-label-wrap {
	display: inline;
}

.tc-mode-images .tc-label-wrap, .tc-mode-color .tc-label-wrap {
	display: block;
}

.tm-extra-product-options .tmcp-field-wrap.tc-active .tc-label-wrap img.radio_image, .tm-extra-product-options .tmcp-field-wrap.tc-active .tc-label-wrap img.checkbox_image, .tm-extra-product-options .tmcp-field-wrap.tc-active .tc-label-wrap .tmhexcolorimage.radio_image, .tm-extra-product-options .tmcp-field-wrap.tc-active .tc-label-wrap .tmhexcolorimage.checkbox_image {
	border-color: inherit;
	border-width: 1px;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, .3);
}

.tm-extra-product-options .radio_image, .tm-extra-product-options .checkbox_image {
	border: 1px solid transparent;
	display: inline-block !important;
	height: auto;
	width: auto;
	margin: auto;
	max-width: 100%;
	padding: 1px;
	pointer-events: none !important;
	vertical-align: middle;
}

.radio-image-label, .checkbox-image-label {
	display: block;
	text-align: center;
	padding: 1em 0;
	line-height: 1.5;
}

.tc-label.tm-label .radio-image-label, .tc-label.tm-label .checkbox-image-label {
	display: inline;
	margin-right: .5em;
}

.tc-label.tm-label .radio-image-label:empty, .tc-label.tm-label .checkbox-image-label:empty {
	margin-right: 0;
}

/* 10. Checkbox and Radio button custom styles */
.tm-epo-style-wrapper + .tmhexcolorimage, .tm-epo-style-wrapper + .tc-label-wrap .tmhexcolorimage:first-child {
	margin: 0 .5em;
	vertical-align: middle;
}

.tm-epo-style-wrapper input[type="checkbox"], .tm-epo-style-wrapper input[type="radio"] {
	visibility: hidden;
	display: inline !important;
}

.tm-epo-style-wrapper input[type="checkbox"]:checked + .tm-epo-style::after, .tm-epo-style-wrapper input[type="radio"]:checked + .tm-epo-style::after {
	opacity: 1;
}

.tm-epo-style-wrapper {
	height: 2em;
	width: 2em;
	position: relative;
	display: inline-block;
	vertical-align: middle;
}

.tm-epo-style::after {
	content: "";
	background: transparent none repeat scroll 0 0;
	font-family: tc-fontawesome, sans-serif !important;
	font-weight: 900;
	height: 1em !important;
	left: 50%;
	margin-left: -.5em;
	margin-top: -.5em;
	opacity: 0;
	position: absolute !important;
	display: inline-block !important;
	text-align: center !important;
	top: 50% !important;
	width: 1em !important;
	color: inherit !important;
	font-size: inherit !important;
	bottom: auto !important;
	line-height: 1 !important;
}

.tm-epo-style-wrapper input[type="radio"] + .tm-epo-style::after {
	content: "";
}

.tm-epo-style:hover::after {
	opacity: .5;
}

@media (max-width: 768px) {
	.tm-epo-style:hover::after {
		opacity: 0;
	}
}

.tm-epo-style-wrapper.round2, .tm-epo-style-wrapper.square2 {
	height: 1em;
	width: 1em;
	padding: 5px;
	vertical-align: middle;
}

.tm-epo-style.round2, .tm-epo-style.square2 {
	height: 100%;
	width: 100%;
	background: transparent none repeat scroll 0 0;
	border: 2px solid;
	cursor: pointer;
	left: 0;
	line-height: 1;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
}

.tm-epo-style-wrapper.round2 .tm-epo-style::after, .tm-epo-style-wrapper.square2 .tm-epo-style::after {
	font-size: .7em !important;
	margin-top: -.4em;
}

.tm-epo-style.round, .tm-epo-style.square {
	background: transparent none repeat scroll 0 0;
	border: 1px solid;
	cursor: pointer;
	height: 2em;
	left: 0;
	line-height: 1;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	width: 2em;
}

.tm-epo-style.round, .tm-epo-style.round2 {
	border-radius: 100%;
}

/* 11. Checkbox and Radio button swatches */
.tmhexcolorimage {
	display: block !important;
	height: 100% !important;
	max-height: 100% !important;
	max-width: 100% !important;
	width: 100%;
}

.tm-floating-box .tmhexcolorimage {
	min-width: 50px !important;
	min-height: 50px !important;
}

.tm-floating-box .radio-image-label, .tm-floating-box .checkbox-image-label {
	text-align: initial;
}

.use_colors_container .tmhexcolorimage {
	height: auto !important;
	vertical-align: middle;
}

.tm-transparent-swatch {
	border: 1px dotted !important;
}

.tm-extra-product-options ul.tmcp-ul-wrap li.tmcp-field-wrap input.use_images + label {
	display: inline-block;
	padding: 0 !important;
	max-width: 100%;
	border: 0 solid;
	position: relative;
	line-height: 0;
	margin: 0 !important;
	height: auto !important;
	background: none !important;
}

.tm-extra-product-options .tmcp-field-wrap.tc-active .tc-label-wrap img.radio_image.round, .tm-extra-product-options .tmcp-field-wrap.tc-active .tc-label-wrap img.checkbox_image.round, .tm-extra-product-options .tmcp-field-wrap.tc-active .tc-label-wrap .tmhexcolorimage.radio_image.round, .tm-extra-product-options .tmcp-field-wrap.tc-active .tc-label-wrap .tmhexcolorimage.checkbox_image.round {
	border-radius: 100%;
	border-width: 1px;
	box-shadow: none;
}

.tm-extra-product-options .tmcp-field-wrap.tc-active .tc-label-wrap img.radio_image.square, .tm-extra-product-options .tmcp-field-wrap.tc-active .tc-label-wrap img.checkbox_image.square, .tm-extra-product-options .tmcp-field-wrap.tc-active .tc-label-wrap .tmhexcolorimage.radio_image.square, .tm-extra-product-options .tmcp-field-wrap.tc-active .tc-label-wrap .tmhexcolorimage.checkbox_image.square {
	border-radius: 0;
	box-shadow: none;
	border-width: 1px;
}

.tm-extra-product-options .tmcp-field-wrap.tc-active .tc-label-wrap img.radio_image.shadow, .tm-extra-product-options .tmcp-field-wrap.tc-active .tc-label-wrap img.checkbox_image.shadow, .tm-extra-product-options .tmcp-field-wrap.tc-active .tc-label-wrap .tmhexcolorimage.radio_image.shadow, .tm-extra-product-options .tmcp-field-wrap.tc-active .tc-label-wrap .tmhexcolorimage.checkbox_image.shadow {
	box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .5);
	border-width: 1px;
}

.tm-extra-product-options .tmcp-field-wrap.tc-active .tc-label-wrap img.radio_image.thinline, .tm-extra-product-options .tmcp-field-wrap.tc-active .tc-label-wrap img.checkbox_image.thinline, .tm-extra-product-options .tmcp-field-wrap.tc-active .tc-label-wrap .tmhexcolorimage.radio_image.thinline, .tm-extra-product-options .tmcp-field-wrap.tc-active .tc-label-wrap .tmhexcolorimage.checkbox_image.thinline {
	border-width: 1px;
	border-radius: 0;
	box-shadow: none;
}

.tm-extra-product-options input.use_images + label + .amount {
	display: block;
	text-align: center;
}

.radio-image-label-inline, .checkbox-image-label-inline {
	display: inline;
	margin: 0 .5em;
}

.tc-label.tm-label .radio-image-label + .tmhexcolorimage, .tc-label.tm-label .checkbox-image-label + .tmhexcolorimage {
	vertical-align: middle;
}

.tm-hide-label + .radio-image-label, .tm-hide-label + .checkbox-image-label {
	display: none !important;
}

.tm-bottom-label + .radio-image-label, .tm-bottom-label + .checkbox-image-label {
	padding: .5em 0;
}

.tm-inside-label + .radio-image-label, .tm-inside-label + .checkbox-image-label {
	left: 0;
	padding: 0;
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	word-wrap: break-word;
}

/* 12. Product element */
.tc-epo-element-product-holder {
	border: 0;
	margin: 1em 0;
	padding: 0;
}

.tc-epo-element-product-container-wrap {
	margin: 1em 0 0 0;
}

.tc-epo-element-product-container-wrap:empty {
	margin: 0;
}

.tc-epo-element-product-container {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-moz-box-align: start;
	-ms-flex-align: start;
	-webkit-align-items: flex-start;
	align-items: flex-start;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify !important;
	-moz-box-pack: justify !important;
	-ms-flex-pack: justify !important;
	-webkit-justify-content: space-between !important;
	justify-content: space-between !important;
}

.tc-epo-element-product-container-left {
	width: 20%;
	-ms-flex: 0 0 20%;
	flex: 0 0 20%;
}

.tc-epo-element-product-container-right {
	width: 76%;
	-ms-flex: 0 0 76%;
	flex: 0 0 76%;
	margin-left: 4%;
}

.tc-epo-element-product-container-full {
	width: 100%;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	margin: 0;
}

.tc-epo-element-product-container-wrap .product-title, .tc-epo-element-product-container-wrap .product-price, .tc-epo-element-product-container-wrap .product-description, .tc-epo-element-product-container-wrap .product-meta, .tc-epo-element-product-container-wrap .tc-extra-product-options-inline {
	margin: 0 0 1em;
	padding: 0;
}

.tc-epo-element-product-container-wrap .tm-quantity, .tc-epo-element-product-container-wrap .tm-quantity-alt {
	max-width: none;
}

.tm-extra-product-options .tc-epo-element-product-container-wrap .tc-epo-element-product-container-cart .tm-quantity-alt .quantity {
	float: none;
	display: inline-block;
	font-size: inherit;
}

.tm-extra-product-options .cpf-type-product-radio ul.tmcp-ul-wrap.tm-element-ul-product > li.tc-epo-element-product-li-container, .tm-extra-product-options .cpf-type-product-dropdown ul.tmcp-ul-wrap.tm-element-ul-product > li.tc-epo-element-product-li-container {
	padding: .5em .5em 0 0;
	margin: 0;
	width: 100%;
	float: left;
	list-style: none outside none !important;
	position: relative;
}

.tm-extra-product-options .cpf-type-product-thumbnail ul.tmcp-ul-wrap.tm-element-ul-product > li.tc-epo-element-product-li-container, .tm-extra-product-options .cpf-type-product-thumbnailmultiple ul.tmcp-ul-wrap.tm-element-ul-product > li.tc-epo-element-product-li-container {
	padding: 1em 15px;
	max-width: 100%;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	list-style: none outside none !important;
	position: relative;
	margin: 0;
	box-sizing: border-box;
}

.tm-extra-product-options .cpf-type-product-thumbnail ul.tmcp-ul-wrap.tm-element-ul-product > li.tmcp-field-wrap label, .tm-extra-product-options .cpf-type-product-thumbnailmultiple ul.tmcp-ul-wrap.tm-element-ul-product > li.tmcp-field-wrap label {
	cursor: pointer;
}

.tm-extra-product-options .cpf-type-product-thumbnail ul.tmcp-ul-wrap.tm-element-ul-product > li.tmcp-field-wrap .tm-epo-field.tmcp-radio, .tm-extra-product-options .cpf-type-product-thumbnail ul.tmcp-ul-wrap.tm-element-ul-product > li.tmcp-field-wrap .tm-epo-style-wrapper, .tm-extra-product-options .cpf-type-product-thumbnailmultiple ul.tmcp-ul-wrap.tm-element-ul-product > li.tmcp-field-wrap > label .tm-epo-field.tmcp-checkbox, .tm-extra-product-options .cpf-type-product-thumbnailmultiple ul.tmcp-ul-wrap.tm-element-ul-product > li.tmcp-field-wrap > label .tm-epo-style-wrapper {
	display: none;
}

.tm-extra-product-options .cpf-type-product-thumbnail ul.tmcp-ul-wrap.tm-element-ul-product, .tm-extra-product-options .cpf-type-product-thumbnailmultiple ul.tmcp-ul-wrap.tm-element-ul-product {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: stretch !important;
	align-items: stretch;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: flex-start !important;
	justify-content: flex-start !important;
	margin: 0 -15px;
	float: none;
	max-width: none;
	width: auto;
	box-sizing: border-box;
}

.tm-extra-product-options .cpf-type-product-thumbnail ul.tmcp-ul-wrap.tm-element-ul-product > li.tmcp-field-wrap {
	max-width: 100%;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	margin: 0;
	padding: 1em 15px;
	text-align: center;
	box-sizing: border-box;
}

.tm-extra-product-options .cpf-type-product-thumbnailmultiple ul.tmcp-ul-wrap.tm-element-ul-product > li.tmcp-field-wrap {
	max-width: 100%;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	margin: 0;
	padding: 1em 15px;
	box-sizing: border-box;
}

.tm-extra-product-options .cpf-type-product-thumbnail ul.tmcp-ul-wrap.tm-element-ul-product > li.tmcp-field-wrap .tm-epo-reset-radio {
	right: 15px;
	top: 15px;
}

.tm-extra-product-options .cpf-type-product-thumbnail ul.tmcp-ul-wrap.tm-element-ul-product > li.tmcp-field-wrap img.wp-post-image, .tm-extra-product-options .cpf-type-product-thumbnailmultiple ul.tmcp-ul-wrap.tm-element-ul-product > li.tmcp-field-wrap img.wp-post-image {
	max-width: 100%;
	height: auto;
	margin: 0 auto;
	display: block;
	width: 100%;
}

.tm-extra-product-options .cpf-type-product-thumbnail ul.tmcp-ul-wrap.tm-element-ul-product > li.tmcp-field-wrap .tc-label-wrap, .tm-extra-product-options .cpf-type-product-thumbnailmultiple ul.tmcp-ul-wrap.tm-element-ul-product > li.tmcp-field-wrap > label .tc-label-wrap {
	margin: 1em 0 0 0;
	display: block;
}

.tm-extra-product-options .cpf-type-product-thumbnail ul.tmcp-ul-wrap.tm-element-ul-product > li.tmcp-field-wrap .tm-epo-field-label, .tm-extra-product-options .cpf-type-product-thumbnailmultiple ul.tmcp-ul-wrap.tm-element-ul-product > li.tmcp-field-wrap > label .tm-epo-field-label {
	width: 100%;
	box-sizing: border-box;
}

.tm-extra-product-options .tc-epo-element-product-container-wrap .product-meta {
	margin: 1em 0 0 0;
}

.tc-epo-element-variable-product {
	margin: 1em 0;
}

table.tc-epo-element-variations {
	margin: 1em 0;
}

.woocommerce table.tc-epo-element-variations {
	margin-bottom: 1em;
	border: 0;
	width: 100%;
}

.woocommerce table.tc-epo-element-variations td, .woocommerce table.tc-epo-element-variations th {
	border: 0;
	vertical-align: top;
	line-height: 2;
}

.woocommerce table.tc-epo-element-variations label {
	font-weight: 700;
}

.woocommerce table.tc-epo-element-variations select {
	max-width: 100%;
	min-width: 75%;
	display: inline-block;
	margin-right: 1em;
}

.woocommerce table.tc-epo-element-variations td.label {
	padding-right: 1em;
}

.woocommerce .tc-epo-element-variable-product .woocommerce-variation-description p {
	margin-bottom: 1em;
}

.woocommerce .tc-epo-element-variable-product .tc-epo-element-variable-reset-variations {
	visibility: hidden;
	font-size: .83em;
}

.woocommerce .tc-epo-element-variable-product .wc-no-matching-variations {
	display: none;
}

.tm-extra-product-options .tmcp-field-wrap.tc-product-hidden {
	display: none;
}

.tc-product-image {
	margin: 0;
}

/* 13. Tooltip */
#tm-tooltip {
	font-size: .875em;
	text-align: center;
	text-shadow: 0 1px rgba(0, 0, 0, .5);
	line-height: 1.5;
	color: #fff;
	background: #333;
	background: linear-gradient(to top, rgba(0, 0, 0, .6), rgba(0, 0, 0, .8));
	border-radius: 5px;
	box-shadow: 0 3px 5px rgba(0, 0, 0, .3);
	position: absolute;
	z-index: 145400;
	padding: 15px;
	pointer-events: none;
}

#tm-tooltip::after {
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid #333;
	content: "";
	position: absolute;
	left: 50%;
	bottom: -10px;
	margin-left: -10px;
}

#tm-tooltip.top::after {
	border-top-color: transparent;
	border-bottom: 10px solid #333;
	border-bottom-color: rgba(0, 0, 0, .6);
	top: -20px;
	bottom: auto;
}

#tm-tooltip.left::after {
	left: 10px;
	margin: 0;
}

#tm-tooltip.right::after {
	right: 10px;
	left: auto;
	margin: 0;
}

#tm-tooltip img {
	max-width: 100%;
}

.tc-tooltip {
	color: #2980b9;
	cursor: help;
	font-size: 1.25em;
	margin-right: .5em;
	margin-left: .5em;
}

.tc-tooltip.tc-tooltip-left {
	margin-right: .5em;
	margin-left: 0;
}

.tc-tooltip.tc-tooltip-right {
	margin-left: .5em;
	margin-right: 0;
}

.tm-extra-product-options .tm-epo-element-label.tm-tooltip {
	display: inline-block;
	width: auto;
}

.tc-icontooltipleft.tm-tooltip {
	margin-left: 0;
	margin-right: .5em;
}

/* 14. Cart and Order styles */
.woocommerce #content table.cart img.epo-option-image, .woocommerce table.cart img.epo-option-image, .woocommerce-page #content table.cart img.epo-option-image, .woocommerce-page table.cart img.epo-option-image, .epo-option-image {
	max-height: none;
	max-width: 70% !important;
	height: auto !important;
	width: auto !important;
}

.woocommerce #content table.cart img.epo-upload-image, .woocommerce table.cart img.epo-upload-image, .woocommerce-page #content table.cart img.epo-upload-image, .woocommerce-page table.cart img.epo-upload-image, .epo-upload-image {
	max-height: none !important;
	max-width: 70% !important;
	width: auto !important;
	height: auto !important;
}

.woocommerce td.product-name dl.variation dt.tc-hidden-variation {
	margin: 0;
}

.tc-row.tm-cart-row {
	float: left;
	padding: 2%;
	width: 100%;
	border-color: #999;
	border-radius: 0;
	border-style: none none dotted;
	border-width: 0 0 1px;
}

.tc-row.tm-cart-row:last-child {
	border: 0 none;
}

.tc-row.tm-cart-row .tc-cell {
	margin: 0;
}

.tc-row.tm-cart-row .tc-cell.cpf-name {
	font-weight: 700;
}

.woocommerce td.product-name dl.variation.tc-epo-metadata .tc-hidden-variation {
	display: none;
}

.cpf-img-on-cart img {
	margin-right: .5em;
	position: static !important;
	height: auto !important;
	width: auto !important;
	max-height: 3em;
}

.cpf-data-on-cart::before {
	content: "";
	font-family: tc-fontawesome, sans-serif;
	font-weight: 900;
	margin-right: .5em;
	vertical-align: middle;
}

.cpf-img-on-cart .cpf-data-on-cart::before {
	content: "";
	display: none;
}

.cpf-data-on-cart, .cpf-img-on-cart {
	display: block;
	border-bottom: 1px dotted rgba(0, 0, 0, .2);
	margin-bottom: .5em;
}

.cpf-color-on-cart {
	width: 1em;
	height: 1em;
	display: inline-block;
	border: 1px solid;
}

td.product-name a.tm-cart-edit-options, .tm-cart-edit-options {
	display: block;
	font-size: .7em;
	font-style: italic;
	font-weight: 700;
}

.shop_table tbody tr.tm-epo-cart-row {
	height: auto;
}

.woocommerce table.shop_table .tm-epo-cart-row td {
	border-top: 1px dashed rgba(0, 0, 0, .1);
}

.tm-epo-cart-option-label, .tm-epo-cart-option-value.tm-epo-cart-no-label {
	font-weight: 700;
}

.woocommerce table.shop_table .tm-epo-cart-row-product td {
	border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.woocommerce table.shop_table .tm-epo-cart-row-product + .tm-epo-cart-row td {
	border-top: 0 none;
}

.tm-epo-cart-row-header .product-quantity, .tm-epo-cart-row-product .product-quantity, .tm-epo-cart-row .product-quantity, .tm-epo-cart-row-product-noepo .product-quantity {
	text-align: center;
}

.tc-price-in-cart, .tc-quantity-in-cart {
	font-size: smaller;
}

.tc-associated-table-product .tc-associated-table-product-indent {
	padding-left: 2em;
	display: inline-block;
}

.tc-associated-table-product .tc-associated-table-product-price::before {
	font-family: tc-fontawesome, sans-serif;
	font-size: 1em;
	content: "";
	font-weight: 900;
	margin: 0 .5em 0 0;
	padding: 0;
	opacity: .3;
}

.tc-associated-table-product-name {
	font-weight: 700;
}

/* 15. Various styles */
.tm-dpd-label {
	display: block;
	font-size: 80%;
}

.tm-animated {
	-webkit-animation-duration: .3s;
	animation-duration: .3s;
}

.tc-chars {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: end !important;
	-moz-box-pack: end !important;
	-ms-flex-pack: end !important;
	-webkit-justify-content: flex-end !important;
	justify-content: flex-end !important;
	font-size: 9px;
	padding: .5em 0;
}

.tc-chars-remanining {
	margin: 0 .5em;
}

.tm-button {
	border-radius: 3px;
	border-style: solid;
	border-width: 1px;
	cursor: pointer;
	display: inline-block;
	font-size: 13px !important;
	margin: 0;
	height: 30px;
	line-height: 28px !important;
	padding: 0 12px 2px !important;
	text-decoration: none;
	white-space: nowrap;
	background: none repeat scroll 0 0 #f7f7f7;
	border-color: #ccc;
	box-shadow: 0 1px 0 #fff inset, 0 1px 0 rgba(0, 0, 0, .08);
	color: #555;
	vertical-align: top;
}

.tm-button:hover {
	background: none repeat scroll 0 0 #fafafa;
	border-color: #999;
	color: #222;
}

.tc-hide-add-to-cart-button {
	display: none !important;
}

.tc-clearfix::after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	overflow: hidden;
}

.tm-preloader-img {
	position: absolute !important;
	z-index: 2;
	opacity: .6;
}

/* 16. Theme fixes */

/* bazar theme fix */
.tm-select-wrapper.select-wrapper {
	background: #fff none repeat scroll 0 0;
	border: 1px solid #dfdbdb;
	margin-bottom: 9px;
	overflow: hidden;
	position: relative;
}

.tm-select-wrapper.select-wrapper, .bundled_product_summary .tm-select-wrapper .sbHolder {
	background: #fff;
	position: relative;
	border: 1px solid #dfdbdb;
	overflow: hidden;
	margin-bottom: 9px;
}

.tm-select-wrapper .sbHolder {
	overflow: visible;
	padding-right: 28px;
}

.tm-select-wrapper.select-wrapper, .tm-select-wrapper .attribute-options {
	overflow: visible;
}

.tm-select-wrapper.select-wrapper a.sbSelector, .tm-select-wrapper.select-wrapper select, .tm-select-wrapper .sbHolder a.sbSelector, .tm-select-wrapper .attribute-options select {
	margin: 0;
	font-size: 1em;
}

.tm-select-wrapper.select-wrapper select, .tm-select-wrapper .attribute-options select {
	width: 120%;
	background: none;
	border: 0;
}

.tm-select-wrapper.select-wrapper .sbOptions, .tm-select-wrapper .sbHolder .sbOptions {
	position: absolute;
	left: -1px;
	right: -1px;
	top: 30px !important;
	background: #fff;
	list-style: none;
	margin: 0;
	padding: 8px 0 4px;
	border: 1px solid #dfdbdb;
	border-top: 0;
	z-index: 100;
	max-height: none !important;
}

.tm-select-wrapper.select-wrapper .sbOptions li {
	margin-bottom: 0;
}

.tm-select-wrapper.select-wrapper .sbOptions li a, .tm-select-wrapper select option, .tm-select-wrapper.select-wrapper span.sbDisabled, .tm-select-wrapper .sbHolder .sbOptions li a, .tm-select-wrapper .sbHolder span.sbDisabled {
	font-weight: 400;
	color: #bcbbbb;
	font-size: 14px;
	display: block;
	line-height: 24px;
	padding: 0 8px;
}

.tm-select-wrapper.select-wrapper .sbOptions li a:hover, .tm-select-wrapper .sbHolder .sbOptions li a:hover {
	background: #f4f4f4;
}

.tm-select-wrapper.select-wrapper .sbOptions li span.sbDisabled, .tm-select-wrapper .sbHolder .sbOptions li span.sbDisabled {
	color: #ddd;
}

.tm-select-wrapper.select-wrapper .sbToggle, .tm-select-wrapper .sbHolder .sbToggle {
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	width: 29px;
	background: url("https://www.spooky2-mall.com/wp-content/plugins/themes/bazar/woocommerce/images/variations-dropdown-icon.png") left center no-repeat;
}

.tm-select-wrapper.select-wrapper .sbToggle.nitro-lazy, .tm-select-wrapper .sbHolder .sbToggle.nitro-lazy {
	background: none !important;
}

/* nielsen theme fix */
.tc-extra-product-options .sbHolder .sbSelector {
	background-color: #fff;
	height: 35px;
	padding: 5px 10px;
}

/* Aurum theme fix */
.use-images-container .replaced-checkboxes + label::before, .use-images-container .replaced-radio-buttons + label::before, .replaced-checkboxes + label.tm-epo-style::before, .replaced-radio-buttons + label.tm-epo-style::before {
	display: none;
}

/* Salient minimal form fix */
body[data-form-style="minimal"] .tc-extra-product-options .minimal-form-input label {
	pointer-events: auto !important;
}

/* Woomart theme quick shop view fix */
.has-options .quick-shop-wrapper .woocommerce-variation-add-to-cart {
	display: block !important;
	width: 100%;
	max-width: 100%;
	padding: 0;
	margin: 0;
}

/* Elementor and theme fixes */
.woocommerce .oxy-woo-element div.product.tm-has-options .woocommerce-variation-add-to-cart, .tm-has-options .fullwidth-button .cart:not(.variations_form), .tm-has-options .fullwidth-button .woocommerce-variation-add-to-cart.variations_button, .thb-product-main-row .summary form.cart, .single-product div.product.tm-has-options form.cart, .single-product div.product.tm-has-options .single-button-wrapper, .single-product div.product.tm-has-options .entry-summary form.cart:not(.variations_form):not(.grouped_form), .single-product div.product.tm-has-options .variations_button, .woocommerce div.product.elementor.tm-has-options form.cart.variations_form .woocommerce-variation-add-to-cart, .woocommerce div.product.elementor.tm-has-options form.cart:not(.grouped_form):not(.variations_form) {
	-ms-flex-wrap: wrap !important;
	flex-wrap: wrap !important;
}
