.woocommerce-breadcrumb span {
	font-weight: 700;
}
.wp-block-woocommerce-product-meta .wp-block-post-terms__prefix {
	display: none;
}
.taxonomy-product_brand.wp-block-post-terms > a {
	color: #9ca3af;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 9px;
	display: block;
	line-height: 1;
}
.single-product h1.wp-block-post-title {
	font-size: 28px;
	line-height: 1.5;
	margin: 0 0 18px;
	font-family: var(--wp--preset--font-family--inter);
}
.eng-icon-badge {
	display: block;
	width: 42px;
}
.eng-icon-badge svg {
	display: block;
}
.eng-product-iconite {
	margin: 0;
	display: flex;
	gap: 12px;
	align-items: center;
}

.variations select {
	width: 100%;
	margin: 0 !important;
	font-family: var(--wp--preset--font-family--inter);
	border: 1px solid #D1D5DB;
	height: auto !important;
	border-radius: 8px;
}
table.variations td,
table.variations th,
table.variations label {
	padding: 0 !important;
	display: block !important;
	margin: 0 !important;
}
table.variations tbody{
	display: flex;
	flex-direction: column;
	gap: 15px;
}
table.variations tr{
	display: flex;
	align-items: center;
	gap: 15px;
	position: relative;
}
table.variations a.reset_variations {
	position: absolute;
	right: calc(100% + 15px);
	top: 0;
	height: 100%;
}
table.variations th{
	display: none !important;
}
form.variations_form.cart {
	max-width: 350px;
	display: flex;
	flex-direction: column;
}
form.variations_form.cart table.variations,
form.variations_form.cart table.variations td.value{
	width: 100% !important;
}
.woocommerce-variation-add-to-cart.variations_button {
	display: flex;
}
.woocommerce-variation-add-to-cart.variations_button .single_add_to_cart_button{
	flex-grow: 1;
}

[data-is-descendent-of-single-product-template="true"] .wc-block-components-product-price{
	font-size: 28px;
	color: var(--wp--preset--color--maro);
	font-weight: 700;
}
[data-is-descendent-of-single-product-template="true"] .wc-block-components-product-price.wc-block-grid__product-price del {
	font-size: 18px;
	line-height: 1;
	color: var(--wp--preset--color--primary);
}
.single_add_to_cart_button.button {
	min-width: 220px;
}
.wp-block-button__link.ajax_add_to_cart {
	min-width: 220px;
	padding-top: 5px;
	padding-bottom: 5px;
	height: 48px;
	align-items: center;
	display: flex;
	justify-content: center;
}
.wp-block-button__link.ajax_add_to_cart::before {
	content: "\e9077";
	font-family: "icomoon" !important;
	speak: never;
	font-style: normal;
	font-weight: 300;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	font-size: 20px;
	color: #fff;
	margin-right: 8px;
	transition: all 0.3s ease-in-out;
}
.wp-block-button__link.ajax_add_to_cart:hover::before{
	color: var(--wp--preset--color--primary);
	
}
.eng-gallery-item{
	position: relative;
	width: 100%;
	height: auto;
	padding-bottom: 100%;
}
.eng-gallery-item img {
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	position: absolute;
	object-fit: contain;
	object-position: center;
}
.wc-block-add-to-cart-with-options-variation-selector-attribute-options__dropdown {
	max-width: 100%;
	width: 370px;
	background-color: #fff;
	border-radius: 6px;
	border: 1px solid #D1D5DB;
	font-size: 14px !important;
	font-weight: 500;
	font-family: var(--wp--preset--font-family--inter);
	height: 48px;
}
.product-add-section .wp-block-add-to-cart-with-options-quantity-selector .quantity .qty{
	height: 48px;
}
.wp-block-woocommerce-add-to-cart-with-options-variation-selector-attribute-name {
	margin: 0 !important;
	font-size: 14px;
	font-weight: 600;
}
.wc-block-components-product-stock-indicator.wp-block-woocommerce-product-stock-indicator.wc-block-components-product-stock-indicator--out-of-stock {
	color: #DC2626;
	font-weight: 700;
	font-size: 14px;
}
@media(max-width: 767px){
	[data-block-name="woocommerce/add-to-cart-with-options"] {
		position: fixed;
		bottom: 0;
		left: 0;
		width: 100%;
		background-color: #fff;
		z-index: 100;
		padding: 15px 3vw;
		box-sizing: border-box;
		box-shadow: 0 0 10px -5px rgba(0,0,0,0.2);
	}

	body.single-product {padding-bottom: 78px !important;}

	.wp-block-woocommerce-add-to-cart-with-options-variation-selector-attribute .wp-block-group {
		display: flex;
		align-items: center;
		justify-content: space-around;
		flex-direction: row;
		margin: 0 0 10px !important;
		border-bottom: 1px solid #fafafa;
		padding-bottom: 10px;
	}

	.wp-block-woocommerce-add-to-cart-with-options-variation-selector-attribute-options{width: calc(100% - 122px);}
	.wp-block-woocommerce-add-to-cart-with-options-variation-selector-attribute-name{width: 120px;}
	.wc-block-add-to-cart-with-options-variation-selector-attribute-options__dropdown {width: 100%}

	.wc-block-components-product-stock-indicator.wp-block-woocommerce-product-stock-indicator.wc-block-components-product-stock-indicator--out-of-stock {text-align: center;}
}
@media(max-width: 479px){
	.wp-block-woocommerce-add-to-cart-with-options-variation-selector-attribute-name {font-size: 14px;font-weight: 500;}
}
@media(max-width: 400px){
	.product-add-section .wp-block-add-to-cart-with-options-quantity-selector {width: 96px;}
	.wc-block-components-quantity-selector .wc-block-components-quantity-selector__button {width: 25px;font-size: 16px;min-width: 25px;}
	.product-add-section .wp-block-add-to-cart-with-options-quantity-selector .quantity .qty {width: 45px;}
}

/* EP-141 */
.single-product table.wdp_pricing_table {
	width: 365px;
	display: flex !important;
	flex-direction: column !important;
	max-width: 100%;
}
.single-product table.wdp_pricing_table thead, .single-product table.wdp_pricing_table tbody {
	display: flex !important;
	flex-direction: column !important;
}
.single-product table.wdp_pricing_table thead{
	background: #f9fafb !important;
	border: 1px solid rgb(229 231 235) !important;
	
	border-top-left-radius: 8px !important;
	border-top-right-radius: 8px !important;
}
.single-product table.wdp_pricing_table tr{
	display: flex !important;
	flex-wrap: wrap !important;
}
.single-product table.wdp_pricing_table td {
	border: 0 !important;
	width: 33% !important;
	padding: 9px 11px !important;
	line-height: 1;
	min-height: 40px;
	display: flex !important;
	justify-content: start;
	align-items: center;
	flex-wrap: wrap;
}
.single-product table.wdp_pricing_table td:last-child {
	justify-content: end;
	width: 34% !important;
}
.single-product .wdp_pricing_table_caption {
	font-size: 16px;
	margin-bottom: 15px;
	font-weight: 600;
	color: rgb(31 41 55 );
}
.single-product .wdp_pricing_table_caption::before {
	content: "★";
	color: var(--wp--preset--color--secondary);
	margin-right: 5px;
}
.single-product table.wdp_pricing_table tbody{
	border: 1px solid rgb(229 231 235) !important;
	border-top: 0 !important;
	border-bottom-left-radius: 8px !important;
	border-bottom-right-radius: 8px !important;
}
.single-product table.wdp_pricing_table tbody tr{
	border-bottom: 1px solid rgb(229 231 235) !important;
}
.single-product table.wdp_pricing_table tbody tr:last-child{
	border-bottom: 0 !important;
	background-color: #f8fafa;
}
.single-product table.wdp_pricing_table tbody td {
	color: rgb(55 65 81 );
	font-weight: 500;
	font-size: 14px;
}
.single-product table.wdp_pricing_table tbody td:nth-child(1) > span:after{
	content: " buc.";
}
.single-product table.wdp_pricing_table tbody tr:last-child td:nth-child(1) > span:after{
	display: none;
}
.single-product table.wdp_pricing_table tbody tr:last-child td:nth-child(1) > span::before {
	content: "Peste " attr(data-min-eng) " buc.";
	font-size: 14px;
	font-weight: 700;
	color: var(--wp--preset--color--primary);
}
.single-product table.wdp_pricing_table tbody tr:last-child td:nth-child(1) > span{
	font-size: 0 !important;
}
.single-product table.wdp_pricing_table tbody td:nth-child(2) > span {
	color: rgb(8 95 84 );
	display: inline-block;
	padding: 5px 10px;
	background-color: rgb(230 240 239);
	border-radius: 4px;
	font-weight: 700;
	font-size: 12px;
}
.single-product table.wdp_pricing_table thead td{
	color: rgb(107 114 128);
	font-weight: 500;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 0.2px;
}
.single-product table.wdp_pricing_table tbody td:nth-child(3) > span {
	font-weight: 700;
	color: #000;
}
.single-product table.wdp_pricing_table tbody tr:last-child td:nth-child(3) > span {
	color: var(--wp--preset--color--secondary) !important;
}
.single-product table.wdp_pricing_table tbody tr:last-child td:nth-child(2) > span {
	color: #fff;
	background-color: var(--wp--preset--color--secondary) !important;
}
.wdp_pricing_table_footer_wrapper {
	margin-top: 11px;
	position: relative;
	font-size: 12px;
	font-weight: 300;
	color: rgb(107 114 128 );
	width: 365px;
	max-width: 100%;
	border-radius: 8px;
	background-color: #f8fafa;
	border: 1px solid rgb(229 231 235) !important;
	padding: 10px;
	padding-left: 30px;
}
.wdp_pricing_table_footer_wrapper::after {
	content: "i";
	width: 11px;
	height: 11px;
	background-color: transparent;
	border-radius: 50%;
	position: absolute;
	left: 11px;
	top: 14px;
	color: var(--wp--preset--color--secondary);
	border: 1px solid var(--wp--preset--color--secondary);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 8px;
	box-sizing: border-box;
	text-align: center;
}
.single-product table.wdp_pricing_table tbody tr:hover {
	background-color: rgb(243 244 246 );
}
.single-product table.wdp_pricing_table tbody tr:last-child td:last-child::after {
	content: "Cea mai bună ofertă";
	display: block;
	font-size: 9px;
	text-align: right;
	text-transform: uppercase;
	font-weight: 700;
	color: var(--wp--preset--color--secondary) !important;
	padding-top: 4px;
}
.single-product table.wdp_pricing_table td:last-child {
	padding-left: 0 !important;
}

.single-product table.wdp_pricing_table tbody tr:last-child td:nth-child(1) > span[data-min-eng="11"]::before{
	content: "Peste 10 buc.";
}

@media(max-width: 390px){
	.single-product table.wdp_pricing_table td:nth-child(2) {width: 28% !important;}
	.single-product table.wdp_pricing_table td:nth-child(1),
	.single-product table.wdp_pricing_table td:nth-child(3){width: 36% !important;}
	.single-product table.wdp_pricing_table tbody tr:last-child td:nth-child(1) > span::before,
	.single-product table.wdp_pricing_table tbody td {font-size: 13px;}
	.single-product table.wdp_pricing_table thead td {font-size: 11px;}
	.single-product table.wdp_pricing_table tbody tr:last-child td:last-child::after {font-size: 8px;}
}
/* END EP-141 */

/* scadere spatiu in pdp */
.eng-group-rev-icons {
	display: flex;
	flex-direction: row;
	justify-content: start;
	gap: 20px;
	flex-wrap: wrap;
	align-items: center;
}
.eng-group-rev-icons .eng-product-iconite,
.eng-group-rev-icons .eng-main-recenzii-produs {
	margin: 0 !important;
}

@media(max-width: 1279px){
	.eng-group-rev-icons .eng-reviews-stars {margin: 0 !important;}
}
/* END scadere spatiu in pdp */

/* EP-222 */
.enigma-cart-volume-discounts ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	gap: 7px;
}
.enigma-cart-volume-box {
	display: none;
}
.enigma-cart-volume-title {
	font-size: 15px;
	margin-bottom: 7px;
	font-weight: 700;
	color: rgb(31 41 55 );
}
.enigma-cart-volume-title::before {
	content: "★";
	color: var(--wp--preset--color--secondary);
	margin-right: 5px;
}
button.volume-discount-btn {
	background-color: #fff;
	border: 1px solid #E5E7EB;
	font-size: 12px;
	padding: 6px 8px;
	line-height: 1;
	border-radius: 6px;
	cursor: pointer;
	display: flex;
	gap: 4px;
	align-items: center;
	color: rgb(55 65 81 );
	font-weight: 500;
}
.volume-discount-value {
	color: rgb(8 95 84 );
	display: inline-block;
	padding: 5px;
	background-color: rgb(230 240 239);
	border-radius: 4px;
	font-weight: 700;
	font-size: 12px;
}

.enigma-cart-volume-scroll {
	overflow-x: auto;
	overflow-y: hidden;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: none;
	scrollbar-width: none;
	width: calc(100% + 3.5vw);
	margin-right: -3.5vw;
}

.enigma-cart-volume-scroll::-webkit-scrollbar {
	display: none;
}

.enigma-cart-volume-discounts ul {
    display: flex;
    flex-wrap: nowrap;
    gap: 10px;
    padding: 0;
    margin: 0;
    list-style: none;
    min-width: max-content;
}

.volume-discount-item {
    flex: 0 0 auto;
}

.volume-discount-btn {
    white-space: nowrap;
}
.volume-discount-item:last-child {
	padding-right: 3.5vw;
}
.volume-discount-btn.active {
	color: #fff;
	background-color: var(--wp--preset--color--secondary);
	border-color: var(--wp--preset--color--secondary);
}
.volume-discount-btn.active .volume-discount-value{
	background-color: #fff;
}
.enigma-cart-volume-box br,
.enigma-cart-volume-box p:empty,
.volume-discount-btn.is-disabled {
	display: none !important;
}
.outofstock .enigma-cart-volume-box {
	display: none !important;
}
@media(max-width: 767px){
	.mobile-flow-volume-discount [data-block-name="woocommerce/add-to-cart-with-options"] {
		position: relative;
		bottom: 0;
		left: 0;
		width: 100%;
		background-color: #fff;
		z-index: auto;
		padding: 10px 3vw;
		box-sizing: border-box;
		box-shadow: none;
		border-top: 1px solid #E5E7EB;
		margin: 0 !important;
	}

	.mobile-flow-volume-discount{position: fixed;
		bottom: 0;
		left: 0;
		width: 100%;
		background-color: #fff;
		z-index: 100;
		padding: 0;
		box-sizing: border-box;
		box-shadow: 0 0 10px -5px rgba(0,0,0,0.2);
		border-top-left-radius: 8px;
		border-top-right-radius: 8px;
		overflow: hidden;
		border: 1px solid #E5E7EB;
	}

	.enigma-cart-volume-box {
		max-width: 100%;
		display: block !important;
		background: linear-gradient(90deg,rgba(2, 88, 77, 0.04) 0%, rgba(2, 88, 77, 0) 100%);
		margin: 0 !important;
		padding: 10px 3vw;
		width: 100% !important;
	}

	.enigma-cart-volume-box > p,
	.enigma-cart-volume-scroll > p {display: none;}
	.outofstock .enigma-cart-volume-box {display: none !important;}
}
@media(max-width: 390px){
	button.volume-discount-btn {font-size: 11px;padding: 5px 7px;}
	.enigma-cart-volume-discounts ul {gap: 7px;}
	.enigma-cart-volume-title {font-size: 13px;margin-bottom: 5px;}
	.volume-discount-value {font-size: 11px;}
	.wc-block-add-to-cart-with-options-variation-selector-attribute-options__dropdown {height: 42px;}
}
/* END EP-222 */