#ings-sticky-add-to-cart {
	position: fixed;
	/* bottom: -100px; */
	left: 0;
	width: 100%;
	padding: 0 20px !important;
	background: #fff;
	box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
	z-index: 1000;
	transition: 0.2s;
	display: flex !important;
	justify-content: center !important;
	overflow: hidden !important;
}

.sticky-add-to-cart-inner {
	display: flex;
	gap: 8px;
	width: 100% !important;
	justify-content: space-between;
	align-items: center;
	max-width: 1170px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#ings-sticky-add-to-cart .quantity .qty{
	height: 100%;
}

#ings-sticky-add-to-cart.is-visible {
	transition: 0.2s;
}

.sticky-add-to-cart-left picture{
	display: flex !important;
}

.element-sticked-at-bottom {
	padding-bottom: 64px !important;
}

.sticky-add-to-cart-left,
.sticky-add-to-cart-right {
	display: flex;
	align-items: center;
}

.sticky-add-to-cart-left img {
	max-width: 50px !important;
	margin-right: 10px;
}

.sticky-add-to-cart-left .product-title {
	font-size: 16px;
	font-weight: bold;
}

.sticky-add-to-cart-right .product-price {
	font-size: 18px;
	font-weight: bold;
	margin-right: 10px;
}

.sticky-add-to-cart-left img {
	border-radius: 5px !important;
}

.product-price.mobile {
	display: none;
}

#ings-sticky-add-to-cart .cart {
	display: inline-flex;
	gap: 10px;
}

.sticky-add-to-cart-see-option-button{
	cursor: pointer !important;
	transition: all .2s;
}

.sticky-add-to-cart-see-option-button:hover{
	transition: all .2s;
}

@media only screen and (min-width: 1024px) {
	#ings-sticky-add-to-cart {
		max-height: 100px !important;
	}
}

@media screen and (max-width: 1024px) and (min-width: 0) {
	#ings-sticky-add-to-cart .single_add_to_cart_button {
		font-size: 14px !important;
		white-space: nowrap;
	}

	#ings-sticky-add-to-cart .woocommerce-Price-amount bdi,
	#ings-sticky-add-to-cart .sticky-add-to-cart-left .product-title {
		font-size: 14px !important;
	}

	.sticky-add-to-cart-left {
		width: 45%;
	}

	.sticky-add-to-cart-right {
		width: 55%;
		justify-content: end;
	}

	.sticky-add-to-cart-inner {
		max-width: 100% !important;
	}

	.sticky-add-to-cart-see-option-button {
		width: 100% !important;
	}

	#ings-sticky-add-to-cart {
		padding: 0 16px !important;
	}
}

@media only screen and (max-width: 767px) and (min-width: 0px) {
	.sticky-add-to-cart-inner {
		flex-direction: column;
	}

	.sticky-add-to-cart-inner > div {
		width: 100%;
	}

	.sticky-add-to-cart-inner .cart {
		width: 100%;
	}

	.product-price {
		display: none;
	}

	.product-price.mobile {
		display: inline-block;
	}

	.element-sticked-at-bottom {
		padding-bottom: 130px !important;
	}
}
