.woosc-bar .psm-woosc-close {
	flex: 0 0 auto;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	margin: 0 8px 0 4px;
	padding: 0;
	border: 0;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.12);
	color: #fff;
	font-size: 26px;
	line-height: 1;
	cursor: pointer;
}

.woosc-bar .psm-woosc-close:hover,
.woosc-bar .psm-woosc-close:focus {
	background: rgba(255, 255, 255, 0.22);
	outline: none;
}

body.psm-compare-bar-open .pls-back-to-top,
body.psm-compare-bar-open [id*="chatling" i],
body.psm-compare-bar-open [id*="chtl" i],
body.psm-compare-bar-open [class*="chatling" i] {
	bottom: calc(var(--psm-compare-bar-offset, 72px) + 16px) !important;
}
