
.wc-block-components-totals-wrapper .lws-wr-blocks.pointsoncart-component_unfold {
	text-decoration: none;
	cursor: pointer;
	color: inherit;
	display: flex;
	margin: 0px 16px;
	border-top: 1px solid rgba(18, 18, 18, .11);
	border-bottom: 1px solid rgba(18, 18, 18, .11);
}

.wc-block-components-totals-wrapper .lws-wr-blocks.pointsoncart-component_unfold svg {
	margin-left: auto;
	fill: currentColor;
}

.wc-block-components-totals-wrapper .lws-wr-blocks.pointsoncart-component {
	border-top: 1px solid rgba(18, 18, 18, .11);
	border-bottom: 1px solid rgba(18, 18, 18, .11);
	margin-top: 16px;
	padding: 8px 16px;
}

.wc-block-components-totals-wrapper .lws-wr-blocks.pointsoncart-component.is_loading {
	opacity: .5;
}

.wc-block-components-totals-wrapper .lws-wr-blocks.pointsoncart-component .pointsoncart-component_fold {
	display: flex;
	gap: 8px;
	cursor: pointer;
}

.wc-block-components-totals-wrapper .lws-wr-blocks.pointsoncart-component .pointsoncart-component_fold svg {
	margin-left: auto;
	fill: currentColor;
}

.wc-block-components-totals-wrapper .lws-wr-blocks .pointsoncart-component_form {
	display: flex;
	flex-direction: row;
	gap: 8px;
	margin-bottom: 0;
	width: 100%;
}

.wc-block-components-totals-wrapper .lws-wr-blocks .pointsoncart-component_form>* {
	margin-top: 0px;
}

@keyframes dot-flashing {
	0% {
		bottom: 0px;
	}
	
	25% {
		bottom: 10px;
	}
	
	46% {
		bottom: -3px;
	}
	
	50%, 100% {
		bottom: 0px;
	}
}

.wc-block-components-totals-wrapper .lws-wr-blocks .pointsoncart-component_form .loading-dots span {
	opacity: 1;
	font-weight: bold;
	position: relative;
	animation-timing-function: ease-in-out;
	animation: dot-flashing 2s infinite;
}

.wc-block-components-totals-wrapper .lws-wr-blocks .pointsoncart-component_form .loading-dots .dot1 {
	animation-delay: 0s;
}

.wc-block-components-totals-wrapper .lws-wr-blocks .pointsoncart-component_form .loading-dots .dot2 {
	animation-delay: .5s;
}

.wc-block-components-totals-wrapper .lws-wr-blocks .pointsoncart-component_form .loading-dots .dot3 {
	animation-delay: 1s;
}

.wc-block-components-totals-wrapper .lws-wr-blocks .pointsoncart-component_form button {
	cursor: pointer;
	align-items: center;
	display: inline-flex;
	flex: 1;
	height: auto;
	justify-content: center;
	position: relative;
	text-align: center;
	transition: box-shadow .1s linear;
	padding-left: 1em;
	padding-right: 1em;
}

.wc-block-components-totals-wrapper .lws-wr-blocks .pointsoncart-component_form button:disabled {
	cursor: not-allowed;
	opacity: .5;
	pointer-events: none;
}

.wc-block-components-totals-wrapper .lws-wr-blocks .points-on-cart-details {
	font-size: smaller;
	font-weight: bold;
	text-align: right;
	display: inline-block;
	width: 100%;
}
