[data-tot-widget] iframe {
	border: none;
	max-width: 400px;
	background: #fff;
}

.um-faicon-custom-tot {
	background: url("../shared/icon.svg") no-repeat center center;
	background-size: contain;
	width: 26px;
}

.um-faicon-custom-tot-gray {
	background: url("../shared/icon-gray.svg") no-repeat center center;
	background-size: contain;
	display: block !important;
	text-align: center;
	height: 26px;
	width: 20px;
	padding: 0;
	margin-left: 2px;
}
.um-account-heading > .um-faicon-custom-tot-gray {
	display: inline-block !important;
}
.um-account-icontip.uimob800-show.um-tip-w > .um-faicon-custom-tot-gray {
	margin-top: 9px;
}

.woocommerce-error .tot-wc-order-validation a,
.woocommerce-error .tot-wc-order-validation a:visited {
	color: inherit;
}

.tot-hide-receipt .woocommerce-order {
	display: none;
}

/** the field will be hidden but still accessible for tot-bin.js **/
.tot-hide-acknowledgement-field {
    z-index: -999999;
	opacity: 0;
    position: absolute;
}


/**
 * FAQ page
 */
#tot-faq section#privacy .badges-container{
	display: inline-flex;
	gap: 10px;
	flex-wrap: wrap;
	justify-content: center;
}
#tot-faq section#privacy .badges-container > .badge {
	flex: 1;
	min-width: 120px;
	max-width: 150px;
}

/**
 * alert
 */

.tot-alert-error {
    line-height: 1.618;
    text-rendering: optimizeLegibility;
    font-weight: 400;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    box-sizing: border-box;
    margin: 0 0 2.617924em;
    border-radius: 2px;
    color: whitesmoke;
    clear: both;
    border-left: 0.5em solid rgba(0,0,0,.15);
    padding: 1em 2em 1em 1.5em;
    position: relative;
    list-style: none;
    font-style: normal;
    background-color: #e2401c;
    font-family: sans-serif;
}
.tot-alert-error-h {
    font-size: 26px;
}
.tot-alert-error a {
    color: #ffa5a5;
}