@charset "UTF-8";

/* Descrição */
body:where(.woocommerce-checkout,.woocommerce-cart) .woocommerce-shipping-methods,
body.xoo-wsc-cart-active .xoo-wsc-shipping-methods {
	& .shipping-description-toggle {
		display: inline-flex;
		width: 1.2em;
		height: 1.2em;
		background: #0008;
		color: #fff;
		border: 1px solid #000;
		border-radius: 50%;
		box-shadow: 0px 0px 5px 1px #0007;
		text-shadow: 1px 1px 2px #FFF7;
		align-items: center;
		justify-content: center;
		vertical-align: middle;
		text-align: center;
		margin: 0 0 0 0.5em;
		padding: 0;
		cursor: help;
		&:hover {color:#fffc !important;}
		& * {color:inherit !important;}
	}
	& .shipping-description {
		display: block;
		font: inherit;
		font-weight: normal;
		font-style: normal;
		margin: 0.5em 0 0 0;
		padding: 0.3em 0.5em;
		background: #0008;
		color: #fff;
		border: 1px solid #000;
		border-radius: 5px;
		box-shadow: 0px 0px 5px 1px #0007;
		cursor: help;
		& * {color:inherit !important;}
	}
	& li:has(.shipping-description):has(>input+label) {
		position: relative;
		&>input {
			position:absolute !important;
			left: 0px !important;
			top: calc(3px) !important;
		}
		&>label {
			display: inline-flex !important;
			align-items: center !important;
			flex-wrap: wrap !important;
			margin: 0 !important;
			padding: 0 0 0 20px !important;
		}
	}
	& .wfacp_single_shipping_method:has(.shipping-description[data-has-cost="0"]) {
		& .wfacp_shipping_radio {
			display: block;
			float: none;
			width: 100%;
			max-width: none;
		}
		& .wfacp_shipping_price {
			display:none;
		}
	}
}
