.yith-sales-badge {
	position: absolute;
	font-size: .8rem;
	padding: 1px 6px;
	border-radius: 3px;
	z-index: 100;
	background-color: var(--yith-sales-badge-bg-color);
	color: var(--yith-sales-badge-color);
}

.yith-sales-badge.top_left {
	top: .8rem;
	left: .8rem;
}

.yith-sales-badge.top_right {
	top: .8rem;
	right: .8rem;
}

.yith-sales-badge.bottom_right {
	bottom: 3rem;
	right: .8rem;
}

.yith-sales-badge.bottom_left {
	bottom: 3rem;
	left: .8rem;
}

.woocommerce-product-gallery div[class^="yith-sales-badge top_"][data-index="2"] {
	top: calc(25px + .8rem) !important;
}

.woocommerce-product-gallery div[class^="yith-sales-badge bottom_"][data-index="2"] {
	bottom: calc(25px + 3rem) !important;
}

ul.products-block-post-template li {
	position: relative;
}

.yith-sales-saving {
	margin-left: 10px;
	font-size: .9rem;
	color: var(--yith-sales-saving-color);
}

.yith-sales-price {
	color: var(--yith-sales-sale-color);
}

.yith-sales-price del {
	color: var(--yith-sales-regular-color) !important;
	opacity: 1 !important;
}

.yith-sales-campaign-title {
	margin-bottom: 50px;
}

.yith-sales-quantity-discount-preview-wrapper.responsive-400 .yith-sales-attributes {
	grid-template-columns: 1fr;
	gap: 5px;
	margin-left: 5px;
}

.yith-sales-quantity-discount-preview-wrapper.responsive-400 .yith-sales-attributes label {
	min-width: 50px !important;
}

.yith-sales-quantity-discount-preview-wrapper.responsive-mobile {
	max-width: 100% !important;
	min-width: 100% !important;
	margin: 0;
	padding: 0 !important;
	font-size: 1em;
}

.yith-sales-quantity-discount-preview-wrapper.responsive-mobile .item-content {
	gap: 5px;
}

.yith-sales-quantity-discount-preview-wrapper.responsive-mobile .item-content .qty {
	font-size: .85em;
}

.yith-sales-quantity-discount-preview-wrapper.responsive-mobile .product-image {
	display: none;
}

.yith-sales-quantity-discount-preview-wrapper.responsive-mobile .scrollable {
	padding-right: 0 !important;
}

.yith-sales-quantity-discount-preview-wrapper.responsive-mobile .yith-sales-qty-variation-wrapper {
	margin-left: 30px;
}

.yith-sales-quantity-discount-preview-wrapper.responsive-mobile .variation-info input[type=number] {
	width: 50px !important;
}

.yith-sales-quantity-discount-preview-wrapper.responsive-mobile .variation-info .yith-sales-attributes {
	grid-template-columns: 1fr;
	gap: 5px;
	margin-left: 5px;
}

.yith-sales-quantity-discount-preview-wrapper.responsive-mobile .variation-info .yith-sales-attributes label {
	min-width: 50px !important;
}

.yith-sales-quantity-discount-preview-wrapper.responsive-mobile .error-box-wrapper .error-box {
	display: grid;
	grid-template-columns: 1fr;
}

.yith-sales-quantity-discount-preview-wrapper.responsive-mobile .error-box-wrapper .error-box .yith-sales-icon, .yith-sales-quantity-discount-preview-wrapper.responsive-mobile .error-box-wrapper .error-box span {
	display: block;
	margin: 0 auto;
}

.yith-sales-discount-applied {
	margin-top: 8px;
}

.yith-sales-discount-applied span {
	font-weight: bold;
	font-size: .7em;
	color: var(--yith-sales-campaign-label--color);
	background: var(--yith-sales-campaign-label--bg-color);
	padding: 3px 8px;
	border-radius: 3px;
}

.yith-sales-x-y-modal-campaign img {
	margin: 10px 0;
	max-width: 100%;
}

.woocommerce .quantity input[type=number] {
	box-sizing: content-box !important;
}

.yith-sales-free-shipping-banner.yith_sales_banner_hide {
	display: none;
}