/**
 * Barre sticky fiche produit : compacte, icône panier seule.
 */

.main-single-product .sticky-product .content {
	align-items: center;
	gap: 12px;
}

.main-single-product .sticky-product .content-product {
	flex: 1 1 auto;
	min-width: 0;
}

.main-single-product .sticky-product .content-bottom {
	min-width: 0;
}

.main-single-product .sticky-product .item-title {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.main-single-product .sticky-product .content-cart {
	flex: 0 0 auto;
}

.main-single-product .sticky-product .wcsatt-options-wrapper,
.main-single-product .sticky-product .mc-subscription-help-notice-wrap,
.main-single-product .sticky-product .quick-buy.button {
	display: none !important;
}

.main-single-product .sticky-product form.cart .quantity-button {
	display: flex !important;
	flex-wrap: nowrap !important;
	align-items: center !important;
	gap: 8px !important;
	margin: 0 !important;
}

.main-single-product .sticky-product .quantity {
	flex: 0 0 auto;
	margin: 0 !important;
	height: 48px;
}

.main-single-product .sticky-product .single_add_to_cart_button.button {
	flex: 0 0 50px !important;
	width: 50px !important;
	min-width: 50px !important;
	max-width: 50px !important;
	height: 50px !important;
	padding: 0 !important;
	margin: 0 !important;
	border-radius: 50% !important;
	background: #fa8400 !important;
	border: 2px solid #fa8400 !important;
	color: #fff !important;
	line-height: 1 !important;
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	overflow: visible;
	position: relative;
}

.main-single-product .sticky-product .single_add_to_cart_button.button span {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	padding: 0 !important;
	margin: -1px !important;
	overflow: hidden !important;
	clip: rect(0, 0, 0, 0) !important;
	clip-path: inset(50%) !important;
	white-space: nowrap !important;
	border: 0 !important;
}

.main-single-product .sticky-product .single_add_to_cart_button.button::before {
	content: "\e900";
	font-family: icomoon;
	font-size: 20px;
	font-weight: 400;
	line-height: 1;
	color: #fff;
}

.main-single-product .sticky-product .single_add_to_cart_button.button.loading::before {
	content: "" !important;
	font-family: inherit;
	width: 18px;
	height: 18px;
	border: 2px solid rgba(255, 255, 255, 0.35);
	border-top-color: #fff;
	border-radius: 50%;
	animation: mc-cart-spin 0.8s linear infinite;
}

@media (max-width: 1199px) {
	.main-single-product .sticky-product .item-title {
		font-size: 14px;
	}

	.main-single-product .sticky-product .item-thumb img {
		max-width: 52px;
	}
}
