/*! Plantshop — stylish pot dropdown (no images) */

.single-product .tm-extra-product-options.tc-extra-product-options {
	margin: 8px 0 0 !important;
	padding: 0 !important;
	border: 0 !important;
	background: transparent !important;
}

.single-product #tm-extra-product-options-fields > li {
	margin: 0 !important;
	padding: 0 !important;
}

.single-product .tm-extra-product-options .cpf-section {
	margin: 0 !important;
	padding: 8px 0 0 !important;
	border-top: 1px solid #ece8e1 !important;
	border-bottom: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
}

/* Hide EPO chrome — our dropdown owns the UI */
.single-product .tm-extra-product-options .tm-section-label,
.single-product .tm-extra-product-options h2.tc-epo-label,
.single-product .tm-extra-product-options .tm-section-description,
.single-product .plantshop-pot-options-div > .tc-element-inner-wrap > .tc-row > .tm-epo-element-label {
	display: none !important;
}

.single-product .plantshop-pot-options-div {
	position: relative !important;
	margin: 0 !important;
	padding: 0 !important;
	min-height: 0 !important;
}

.single-product .plantshop-pot-options-div .tc-element-inner-wrap,
.single-product .plantshop-pot-options-div .tc-row,
.single-product .plantshop-pot-options-div .tc-element-container {
	margin: 0 !important;
	padding: 0 !important;
	min-height: 0 !important;
	gap: 0 !important;
}

/* Collapse legacy RADIO lists only — product dropdown must stay visible */
.single-product ul.plantshop-pot-options-ul.tmcp-ul-wrap:not(.tm-extra-product-options-product) {
	position: absolute !important;
	left: 0 !important;
	top: 0 !important;
	width: 1px !important;
	height: 0 !important;
	max-height: 0 !important;
	overflow: hidden !important;
	clip: rect(0 0 0 0) !important;
	opacity: 0 !important;
	pointer-events: none !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
}

/* Native product <select> list — only used when custom DD has NOT mounted */
.single-product ul.plantshop-pot-options-ul.tm-extra-product-options-product {
	position: static !important;
	left: auto !important;
	top: auto !important;
	width: 100% !important;
	max-width: 420px !important;
	height: auto !important;
	max-height: none !important;
	overflow: visible !important;
	clip: auto !important;
	opacity: 1 !important;
	pointer-events: auto !important;
	margin: 0 0 8px !important;
	padding: 0 !important;
	display: block !important;
	list-style: none !important;
}

.single-product ul.tm-extra-product-options-product.plantshop-pot-options-ul > li.tmcp-field-wrap {
	margin: 0 !important;
	padding: 0 !important;
	height: auto !important;
	min-height: 44px !important;
	max-height: none !important;
	overflow: visible !important;
	width: 100% !important;
	display: block !important;
}

/*
 * Custom .ps-pot-dd owns the UI — collapse native EPO select wrapper so it
 * does not leave ~50px empty gap above quantity.
 */
.single-product .cpf-type-product[data-ps-pot-ui="1"] > .tc-element-inner-wrap > .tc-row > .tc-element-container,
.single-product .cpf-type-product[data-ps-pot-ui="1"] .tc-element-container,
.single-product .cpf-type-product[data-ps-pot-ui="1"] ul.plantshop-pot-options-ul.tm-extra-product-options-product,
.single-product .cpf-type-product[data-ps-pot-ui="1"] ul.tm-extra-product-options-product.plantshop-pot-options-ul,
.single-product .cpf-type-product[data-ps-pot-ui="1"] ul.tm-extra-product-options-product.plantshop-pot-options-ul > li.tmcp-field-wrap {
	position: absolute !important;
	left: 0 !important;
	top: 0 !important;
	width: 1px !important;
	height: 0 !important;
	min-height: 0 !important;
	max-height: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	overflow: hidden !important;
	clip: rect(0 0 0 0) !important;
	opacity: 0 !important;
	pointer-events: none !important;
	border: 0 !important;
}

.single-product li.tc-epo-element-product-holder,
.single-product li.tc-epo-element-product-dropdown,
.single-product .tc-epo-element-product-holder,
.single-product .cpf-type-product,
.single-product .cpf-type-product .tc-element-inner-wrap,
.single-product .cpf-type-product .tc-row,
.single-product .cpf-type-product .tc-element-container,
.single-product .cpf-section.plantshop-pot-section,
.single-product .tm-extra-product-options-field {
	height: auto !important;
	min-height: 0 !important;
	max-height: none !important;
	overflow: visible !important;
	opacity: 1 !important;
}

.single-product .cpf-type-product .tmcp-field-wrap-inner,
.single-product .cpf-type-product .tm-epo-field-label {
	display: block !important;
	width: 100% !important;
	height: auto !important;
	overflow: visible !important;
}

/* Native <select> stays in DOM for EPO/ATC; custom .ps-pot-dd is the UI */
.single-product .cpf-type-product[data-ps-pot-ui="1"] select.tmcp-field.plantshop-pot-options,
.single-product .cpf-type-product[data-ps-pot-ui="1"] select.tc-epo-field-product {
	position: absolute !important;
	left: 0 !important;
	top: 0 !important;
	width: 1px !important;
	height: 1px !important;
	min-height: 0 !important;
	padding: 0 !important;
	margin: 0 !important;
	opacity: 0 !important;
	pointer-events: none !important;
	border: 0 !important;
	clip: rect(0 0 0 0) !important;
}

/* Fallback before JS: keep a compact native select (still a dropdown) */
.single-product select.tmcp-field.plantshop-pot-options,
.single-product select.tc-epo-field-product.plantshop-pot-options {
	display: block !important;
	width: 100% !important;
	max-width: 420px !important;
	min-height: 44px !important;
	padding: 10px 12px !important;
	border: 1px solid #e5e0d8 !important;
	border-radius: 2px !important;
	background: #faf8f5 !important;
	font-size: 15px !important;
	color: #1f1c1a !important;
	opacity: 1 !important;
	visibility: visible !important;
}

/* EPO associated-product preview (duplicate title + $280 under the select) */
.single-product .cpf-type-product .tc-epo-element-product-container-wrap,
.single-product .cpf-type-product .tc-epo-element-product-li-container,
.single-product .cpf-type-product .tc-epo-element-product-container,
.single-product .cpf-type-product .tm-epo-product-container,
.single-product .cpf-type-product .tc-epo-product-title,
.single-product .cpf-type-product .tc-epo-product-price,
.single-product .cpf-type-product .product-name,
.single-product .cpf-type-product .price {
	display: none !important;
	height: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	overflow: hidden !important;
	border: 0 !important;
}

.single-product .plantshop-pot-options-div .tc-epo-element-product-holder,
.single-product .cpf-type-product.plantshop-pot-options-div,
.single-product .cpf-type-product .tc-element-container {
	min-height: 0 !important;
	height: auto !important;
	opacity: 1 !important;
	overflow: visible !important;
}

.single-product ul.plantshop-pot-options-ul:not(.tm-extra-product-options-product) > li {
	margin: 0 !important;
	padding: 0 !important;
	height: 0 !important;
	overflow: hidden !important;
}

/* —— Custom dropdown —— */
.ps-pot-dd {
	--ps-green: #1ebe57;
	--ps-ink: #1f1c1a;
	--ps-muted: #6a655e;
	--ps-line: #e5e0d8;
	--ps-cream: #faf8f5;
	font-family: "Outfit", "Futura-pt", -apple-system, BlinkMacSystemFont, "Noto Sans TC", sans-serif;
	margin: 0 0 6px;
	max-width: 420px;
}

.ps-pot-dd-head {
	display: flex;
	align-items: center;
	gap: 8px;
	margin: 0 0 4px;
}

.ps-pot-dd-label,
.ps-pot-guide-label {
	font-size: 11px;
	font-weight: 500;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: var(--ps-ink);
	line-height: 1.3;
}

html[lang^="zh"] .ps-pot-dd-label,
html[lang^="zh"] .ps-pot-guide-label,
body.is-chinese-page .ps-pot-dd-label,
body.is-chinese-page .ps-pot-guide-label {
	letter-spacing: 0.08em;
	font-size: 12px;
	text-transform: none;
}

/* Single link to planters page (replaces PLANTER + ? help) */
.ps-pot-guide-link {
	display: inline-flex !important;
	flex-direction: row !important;
	flex-wrap: nowrap !important;
	align-items: center !important;
	gap: 6px;
	margin: 0;
	padding: 5px 10px 5px 11px;
	width: auto !important;
	max-width: none !important;
	min-width: 0 !important;
	height: auto !important;
	border: 1px solid #e0d5c2;
	border-radius: 2px;
	background: #fffaf0;
	color: #2d2926 !important;
	text-decoration: none !important;
	line-height: 1.2;
	white-space: nowrap !important;
	writing-mode: horizontal-tb !important;
	text-orientation: mixed !important;
	transition: color .15s ease, border-color .15s ease, background .15s ease;
}

.ps-pot-guide-link:hover {
	color: #1f1c1a !important;
	border-color: #c9a96e;
	background: #fff4e0;
}

.ps-pot-guide-label {
	display: inline-block !important;
	white-space: nowrap !important;
	writing-mode: horizontal-tb !important;
	text-orientation: mixed !important;
}

.ps-pot-guide-arrow {
	font-size: 12px;
	font-weight: 500;
	color: #9c7b3f;
	line-height: 1;
	transform: translateY(-0.5px);
	flex-shrink: 0;
}

.ps-pot-guide-link:hover .ps-pot-guide-arrow {
	color: #2d2926;
}

/*
 * Legacy help pill / chip (cached old JS): never let 18×18 circle + long CJK
 * title/text stack vertically over the hint (wishlist-style bug).
 */
.ps-pot-help,
.ps-pot-help-q,
.ps-pot-help-text,
.ps-pot-dd-label {
	display: none !important;
}

/* Kill Woodmart / EPO tooltip chrome on pot chrome if old title attrs linger */
.single-product .ps-pot-dd-head .wd-tooltip,
.single-product .ps-pot-dd-head [class*="tooltip"],
.single-product .plantshop-pot-options-div .tc-tooltip,
.single-product .plantshop-pot-options-div .tm-tooltip {
	display: none !important;
}

.ps-pot-dd-hint {
	margin: 0 0 6px;
	padding: 0;
	font-size: 12px;
	line-height: 1.4;
	color: var(--ps-muted);
}

.ps-pot-dd-wrap {
	position: relative;
}

.ps-pot-dd-trigger {
	display: flex;
	align-items: center;
	gap: 10px;
	width: 100%;
	margin: 0;
	padding: 11px 14px;
	border: 1px solid var(--ps-line);
	border-radius: 2px;
	background: var(--ps-cream);
	color: var(--ps-ink);
	cursor: pointer;
	text-align: left;
	box-sizing: border-box;
	transition: border-color .15s ease, background .15s ease;
	font: inherit;
}

.ps-pot-dd-trigger:hover,
.ps-pot-dd.is-open .ps-pot-dd-trigger {
	border-color: #b8b0a3;
	background: #fff;
}

.ps-pot-dd.is-open .ps-pot-dd-trigger {
	border-color: var(--ps-ink);
}

.ps-pot-dot {
	width: 14px;
	height: 14px;
	border-radius: 50%;
	flex-shrink: 0;
	border: 1px solid rgba(0, 0, 0, 0.12);
	box-sizing: border-box;
}

.ps-pot-dot.is-green {
	background: var(--ps-green);
	border-color: rgba(0, 0, 0, 0.08);
	box-shadow: 0 0 0 2px rgba(30, 190, 87, 0.18);
}

.ps-pot-dot.is-white {
	background: #f5f2ec;
}

.ps-pot-dot.is-black {
	background: #1a1816;
	border-color: #1a1816;
}

.ps-pot-dot.is-concrete {
	background: #9a958c;
}

.ps-pot-dd-text {
	flex: 1 1 auto;
	min-width: 0;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.35;
}

.ps-pot-dd-price {
	flex-shrink: 0;
	font-size: 12px;
	font-weight: 500;
	color: var(--ps-muted);
	letter-spacing: 0.02em;
}

.ps-pot-dd-chevron {
	flex-shrink: 0;
	width: 12px;
	height: 12px;
	opacity: 0.55;
	transition: transform .18s ease;
}

.ps-pot-dd.is-open .ps-pot-dd-chevron {
	transform: rotate(180deg);
}

.ps-pot-dd-menu {
	display: none;
	position: absolute;
	z-index: 40;
	left: 0;
	right: 0;
	top: calc(100% + 4px);
	margin: 0;
	padding: 4px;
	list-style: none;
	border: 1px solid var(--ps-line);
	border-radius: 2px;
	background: #fff;
	box-shadow: 0 10px 28px rgba(31, 28, 26, 0.1);
	box-sizing: border-box;
}

.ps-pot-dd.is-open .ps-pot-dd-menu {
	display: block;
}

.ps-pot-dd-item {
	display: flex;
	align-items: center;
	gap: 10px;
	width: 100%;
	margin: 0;
	padding: 10px 12px;
	border: 0;
	border-radius: 1px;
	background: transparent;
	color: var(--ps-ink);
	cursor: pointer;
	text-align: left;
	font: inherit;
	box-sizing: border-box;
}

.ps-pot-dd-item:hover {
	background: var(--ps-cream);
}

.ps-pot-dd-item.is-active {
	background: rgba(30, 190, 87, 0.08);
}

.ps-pot-dd-item .ps-pot-dd-text {
	font-size: 13px;
}

/* Quiet / compact totals — hide empty nursery-only gap before ATC */
.single-product .tm-epo-totals,
.single-product .tc-epo-totals,
.single-product .tm-extra-product-options-totals,
.single-product .tm-epo-totals.tm-custom-price-totals {
	margin: 0 !important;
	padding: 0 !important;
	font-size: 13px !important;
	min-height: 0 !important;
}
.single-product .tm-epo-totals:not(:has(.amount)),
.single-product .tm-epo-totals:has(dd:empty),
.single-product .cpf-totals-container:empty {
	display: none !important;
	height: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	overflow: hidden !important;
}

/* Pull quantity / ATC closer after pot dropdown */
.single-product form.cart .quantity,
.single-product form.cart .woocommerce-variation-add-to-cart,
.single-product .summary form.cart > .quantity,
.single-product .summary .cart .single_add_to_cart_button {
	margin-top: 0 !important;
}
.single-product form.cart {
	margin-top: 4px !important;
}
.single-product .tm-extra-product-options + .quantity,
.single-product .tm-extra-product-options ~ .quantity,
.single-product .tc-extra-product-options + .quantity,
.single-product #tm-extra-product-options + .quantity,
.single-product .cpf-type-radio + .quantity,
.single-product form.cart .tm-extra-product-options {
	margin-bottom: 0 !important;
}
.single-product form.cart .tm-extra-product-options + *,
.single-product form.cart .tc-extra-product-options + * {
	margin-top: 0 !important;
}

/* Empty EPO totals form between pot block and quantity */
.single-product form.cart .tc-totals-form,
.single-product form.cart .tm-totals-form-main {
	margin: 0 !important;
	padding: 0 !important;
	min-height: 0 !important;
	height: 0 !important;
	overflow: hidden !important;
	border: 0 !important;
}

html body .single-product .summary form.cart {
	gap: 8px !important;
}

/* Override luxury product.css cart > * 14px stacking under pot block */
html body .single-product .summary .cart .tm-extra-product-options,
html body .single-product .summary .cart .tc-extra-product-options,
html body .single-product .summary .cart .cpf-section,
html body .single-product .summary .cart #tm-extra-product-options {
	margin-bottom: 8px !important;
}
html body .single-product .summary .cart .tm-epo-totals,
html body .single-product .summary .cart .tc-epo-totals,
html body .single-product .summary .cart .tm-extra-product-options-totals {
	margin-bottom: 0 !important;
	margin-top: 0 !important;
}

/* —— Planters guide page —— */
.ps-planters {
	--ps-green: #1ebe57;
	--ps-ink: #1f1c1a;
	--ps-muted: #6a655e;
	--ps-line: #e5e0d8;
	--ps-cream: #f7f5f0;
	font-family: "Outfit", "Futura-pt", -apple-system, BlinkMacSystemFont, "Noto Sans TC", sans-serif;
	color: var(--ps-ink);
	max-width: 980px;
	margin: 0 auto;
	padding: 8px 0 48px;
}

.ps-planters-hero {
	padding: 28px 0 22px;
	border-bottom: 1px solid var(--ps-line);
}

.ps-planters-kicker {
	margin: 0 0 8px;
	font-size: 11px;
	font-weight: 500;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: var(--ps-green);
}

html[lang^="zh"] .ps-planters-kicker {
	letter-spacing: 0.1em;
	text-transform: none;
	font-size: 12px;
}

.ps-planters-hero h1 {
	margin: 0 0 12px;
	font-size: clamp(1.55rem, 3vw, 2.1rem);
	font-weight: 600;
	letter-spacing: -0.02em;
	line-height: 1.25;
}

.ps-planters-lead {
	margin: 0;
	max-width: 36em;
	font-size: 15px;
	line-height: 1.65;
	color: var(--ps-muted);
}

.ps-planters-promise {
	margin: 22px 0 0;
	padding: 16px 18px;
	background: linear-gradient(135deg, rgba(30, 190, 87, 0.1), rgba(30, 190, 87, 0.03));
	border-left: 3px solid var(--ps-green);
	font-size: 14px;
	line-height: 1.6;
	color: var(--ps-ink);
}

.ps-planters-promise strong {
	font-weight: 600;
}

.ps-planters-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 18px;
	margin: 28px 0 0;
}

@media (max-width: 760px) {
	.ps-planters-grid {
		grid-template-columns: 1fr;
	}
}

.ps-planters-card {
	padding: 0 0 20px;
	background: #fff;
	border: 1px solid var(--ps-line);
	overflow: hidden;
}

.ps-planters-media {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 0 16px;
	padding: 28px 20px 18px;
	/* Soft cream plate — keeps transparent PNG clear (never black) */
	background:
		radial-gradient(ellipse at 50% 70%, rgba(255, 255, 255, 0.9) 0%, transparent 70%),
		linear-gradient(180deg, #f7f4ee 0%, #efebe3 100%);
	min-height: 220px;
	box-sizing: border-box;
}

.ps-planters-media img {
	display: block;
	width: auto;
	max-width: 78%;
	height: auto;
	max-height: 240px;
	object-fit: contain;
	background: transparent !important;
	mix-blend-mode: normal;
	filter: drop-shadow(0 8px 18px rgba(31, 28, 26, 0.12));
}

.ps-planters-card h2,
.ps-planters-card .ps-planters-price,
.ps-planters-card .ps-planters-meta {
	padding-left: 20px;
	padding-right: 20px;
}

.ps-planters-swatch {
	display: none;
}

.ps-planters-card h2 {
	margin: 0 0 6px;
	font-size: 1.05rem;
	font-weight: 600;
	letter-spacing: -0.01em;
}

.ps-planters-price {
	margin: 0 0 14px;
	font-size: 13px;
	font-weight: 500;
	color: var(--ps-green);
}

.ps-planters-meta {
	margin: 0;
	padding: 0;
	list-style: none;
}

.ps-planters-meta li {
	display: flex;
	justify-content: space-between;
	gap: 12px;
	padding: 8px 0;
	border-top: 1px solid rgba(0, 0, 0, 0.06);
	font-size: 13px;
	line-height: 1.4;
}

.ps-planters-meta span:first-child {
	color: var(--ps-muted);
}

.ps-planters-meta span:last-child {
	font-weight: 500;
	text-align: right;
}

.ps-planters-note {
	margin: 28px 0 0;
	font-size: 13px;
	line-height: 1.6;
	color: var(--ps-muted);
}

.ps-planters-cta {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 12px;
	margin: 18px 0 0;
}

.ps-planters-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 10px 18px;
	border-radius: 2px;
	background: #2d2926;
	color: #fff !important;
	text-decoration: none !important;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 0.02em;
	line-height: 1.2;
	border: 1px solid #2d2926;
}

.ps-planters-btn:hover {
	background: #1a1816;
	border-color: #1a1816;
	color: #fff !important;
}

.ps-planters-btn.is-ghost {
	background: transparent;
	color: #2d2926 !important;
	border-color: #d9d2c8;
}

.ps-planters-btn.is-ghost:hover {
	border-color: #2d2926;
	background: #faf8f4;
	color: #2d2926 !important;
}

.ps-planters-card--buy h2 a {
	color: inherit;
	text-decoration: none;
}

.ps-planters-empty-note {
	margin: 0 0 14px;
	font-size: 12.5px;
	line-height: 1.5;
	color: var(--ps-muted, #8a7d70);
}

.ps-planters-buy-row {
	display: flex;
	flex-wrap: wrap;
	gap: 8px 10px;
	margin: 0;
}

body.ps-planters-guide .entry-title.title,
body.ps-planters-shop .entry-title.title,
body.ps-planters-guide .wd-page-title,
body.ps-planters-shop .wd-page-title,
body.ps-planters-guide .page-title,
body.ps-planters-shop .page-title {
	display: none !important;
}

/* —— Planters guide / shop: no sidebar, full content width —— */
body.ps-planters-guide .wd-sidebar,
body.ps-planters-guide aside.sidebar-container,
body.ps-planters-guide .wd-sidebar-opener,
body.ps-planters-shop .wd-sidebar,
body.ps-planters-shop aside.sidebar-container,
body.ps-planters-shop .wd-sidebar-opener {
	display: none !important;
}
body.ps-planters-guide .wd-content-layout,
body.ps-planters-guide .content-layout-wrapper,
body.ps-planters-shop .wd-content-layout,
body.ps-planters-shop .content-layout-wrapper {
	display: block !important;
}
body.ps-planters-guide .wd-page-content,
body.ps-planters-guide .main-page-wrapper,
body.ps-planters-guide .wd-content-area,
body.ps-planters-guide .site-content,
body.ps-planters-guide .wd-grid-col,
body.ps-planters-shop .wd-page-content,
body.ps-planters-shop .main-page-wrapper,
body.ps-planters-shop .wd-content-area,
body.ps-planters-shop .site-content,
body.ps-planters-shop .wd-grid-col {
	width: 100% !important;
	max-width: 100% !important;
	flex: 0 0 100% !important;
	grid-column: 1 / -1 !important;
	--wd-col-lg: 12 !important;
	--wd-col-md: 12 !important;
	--wd-col-sm: 12 !important;
}

/* —— Cart / side-cart quantity: kill trailing empty gap —— */
.woocommerce-mini-cart-item .quantity,
.widget_shopping_cart .quantity,
.cart-widget-side .quantity,
.wd-side-cart .quantity,
.wd-cart-widget .quantity,
.woocommerce-cart-form .product-quantity .quantity,
.woocommerce-cart-form td.product-quantity .quantity {
	width: auto !important;
	max-width: max-content !important;
	min-width: 0 !important;
	flex: 0 0 auto !important;
	display: inline-flex !important;
	align-items: stretch !important;
	float: none !important;
	margin: 0 !important;
	box-sizing: border-box !important;
}
.woocommerce-mini-cart-item .quantity .qty,
.widget_shopping_cart .quantity .qty,
.cart-widget-side .quantity .qty,
.wd-side-cart .quantity .qty,
.wd-cart-widget .quantity .qty,
.woocommerce-cart-form .product-quantity .quantity .qty {
	width: 2.4rem !important;
	min-width: 2.4rem !important;
	max-width: 2.4rem !important;
	flex: 0 0 2.4rem !important;
	margin: 0 !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
	text-align: center !important;
	box-sizing: border-box !important;
}
.woocommerce-mini-cart-item .quantity .minus,
.woocommerce-mini-cart-item .quantity .plus,
.widget_shopping_cart .quantity .minus,
.widget_shopping_cart .quantity .plus,
.cart-widget-side .quantity .minus,
.cart-widget-side .quantity .plus,
.wd-side-cart .quantity .minus,
.wd-side-cart .quantity .plus,
.wd-cart-widget .quantity .minus,
.wd-cart-widget .quantity .plus,
.woocommerce-cart-form .product-quantity .quantity .minus,
.woocommerce-cart-form .product-quantity .quantity .plus {
	flex: 0 0 auto !important;
	width: 2.1rem !important;
	min-width: 2.1rem !important;
	margin: 0 !important;
}
