@charset "UTF-8";

/* Esconder carrinho xoo */
#top.is_maintenance_mode_page .xoo-wsc-modal {
	display: none !important;
	visibility: hidden !important;
	opacity: 0 !important;
	position: fixed !important;
	top: 0px !important;
	left: 0px !important;
	width: 0px !important;
	height: 0px !important;
	overflow: hidden !important;
	z-index: -1 !important;
}

/* Barra de rolagem do carrinho flutuante * /
#top .xoo-wsc-modal .xoo-wsc-body {
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
}
#top .xoo-wsc-modal ::-webkit-scrollbar {
	-webkit-appearance: none;
	width: 7px;
}
#top .xoo-wsc-modal ::-webkit-scrollbar-thumb {
	border-radius: 4px;
	background-color: rgba(0, 0, 0, .5);
	-webkit-box-shadow: 0 0 1px rgba(255, 255, 255, .5);
}
/**/

/* Campos */
#top .xoo-wsc-modal :where(input:where(:not([type]),[type="text"],[type="password"],[type="file"],[type="number"],[type="range"],[type="url"],[type="email"],[type="date"],[type="datetime"],[type="datetime-local"],[type="time"],[type="week"],[type="month"],[type="tel"],[type="color"],[type="search"]),textarea,select) {
	margin: 0px !important;
}
