/* WPC Fly Cart - zachowanie kompaktowego widoku mobilnego po wyłączeniu
   dawnego snippetu. Arkusz nie ingeruje w logikę koszyka bocznego. */

@media (max-width: 780px) {
	.woofc-area .woofc-free-shipping-bar {
		margin: 5px 10px !important;
		padding: 8px 10px !important;
	}

	.woofc-area .wpc-fsb-message,
	.woofc-area .wpcfb-message,
	.woofc-area .wpcfb-title {
		font-size: 10px !important;
		line-height: 1.2 !important;
	}

	.woofc-area .wpc-fsb-bar,
	.woofc-area .wpcfb-progress-bar {
		height: 4px !important;
		margin: 5px 0 3px !important;
	}

	.woofc-area .indizio-shipping-timer-container {
		margin-top: 6px !important;
		padding-top: 6px !important;
	}

	.woofc-area .indizio-shipping-msg span {
		font-size: 8px !important;
		line-height: 1.1 !important;
	}

	.woofc-area .indizio-shipping-msg svg {
		width: 14px !important;
		height: 14px !important;
		margin-bottom: 2px !important;
	}

	.woofc-area .woofc-item {
		align-items: center !important;
		padding: 5px !important;
	}

	.woofc-area .woofc-item-image {
		flex: 0 0 25px !important;
		max-width: 25px !important;
		margin-right: 12px !important;
	}

	.woofc-area .woofc-item-info {
		flex: 1 1 auto !important;
		width: calc(100% - 57px) !important;
	}

	.woofc-area .woofc-item-title a {
		display: -webkit-box !important;
		overflow: hidden !important;
		-webkit-box-orient: vertical !important;
		-webkit-line-clamp: 3 !important;
		margin-bottom: 6px !important;
		font-size: 9px !important;
		line-height: 1.2 !important;
	}

	.woofc-area .woofc-item-price .amount {
		font-size: 10px !important;
	}

	.woofc-area .woofc-qty,
	.woofc-area .woofc-qty input.woofc-qty-input,
	.woofc-area .woofc-qty span {
		height: 24px !important;
		line-height: 24px !important;
	}

	.woofc-area .woofc-qty input.woofc-qty-input,
	.woofc-area .woofc-qty span {
		font-size: 12px !important;
	}
}
