body[class*="hello-elementor"] #fme_plp_example,
body[class*="hello-elementor"] #gridsearchform,
body[class*="hello-elementor"] .fme-products-row,
body[class*="hello-elementor"] .container .woocommerce-ordering {
	max-width: 100%;
}

body[class*="hello-elementor"] .container {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

/* List/table view */
body[class*="hello-elementor"] .wcro-products {
	width: 100% !important;
	border-collapse: collapse;
	border-spacing: 0;
	background: #fff;
	border: 1px solid #e8e8e8;
}

body[class*="hello-elementor"] .wcro-products th,
body[class*="hello-elementor"] .wcro-products td {
	padding: 12px 10px;
	vertical-align: middle;
	border-bottom: 1px solid #efefef;
	color: #2b2b2b;
}

body[class*="hello-elementor"] .wcro-products thead th {
	background: #000;
	color: #fff !important;
	font-weight: 600;
	font-size: 13px;
	white-space: nowrap;
}

body[class*="hello-elementor"] .wcro-products td img {
	border-radius: 6px;
	max-width: 56px;
	height: auto;
}

body[class*="hello-elementor"] #fme_plp_example_wrapper .dataTables_length,
body[class*="hello-elementor"] #fme_plp_example_wrapper .dataTables_filter {
	margin-bottom: 12px;
}

body[class*="hello-elementor"] #fme_plp_example_wrapper .dataTables_filter input,
body[class*="hello-elementor"] #fme_plp_example_wrapper .dataTables_length select,
body[class*="hello-elementor"] .woocommerce-ordering select.orderby,
body[class*="hello-elementor"] .fme_search_textbox {
	height: 40px;
	border: 1px solid #d9d9d9;
	border-radius: 4px;
	padding: 6px 10px;
	background: #fff;
}

/* List pagination – horizontal scroll + wrapper containment */
body[class*="hello-elementor"] #fme_plp_example_wrapper,
body[class*="hello-elementor"] .dataTables_wrapper {
	max-width: 100%;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}

body[class*="hello-elementor"] .dataTables_scrollHead,
body[class*="hello-elementor"] .dataTables_scrollHeadInner {
	overflow: hidden !important;
}

body[class*="hello-elementor"] .dataTables_scrollBody {
	overflow-x: auto !important;
}

body[class*="hello-elementor"] .dataTables_wrapper .dataTables_paginate {
	margin-top: 12px;
	display: flex !important;
	flex-wrap: wrap;
	align-items: center;
	gap: 4px;
	float: none !important;
}

body[class*="hello-elementor"] .dataTables_wrapper .dataTables_paginate .paginate_button {
	box-sizing: border-box;
	display: inline-block !important;
	float: none !important;
	min-width: 1.5em;
	padding: 0.5em 1em !important;
	margin-left: 2px;
	border: 1px solid #d9d9d9 !important;
	border-radius: 4px;
	background: #fff !important;
	background-image: none !important;
	color: #333 !important;
	cursor: pointer;
}

body[class*="hello-elementor"] .dataTables_wrapper .dataTables_paginate .paginate_button.current,
body[class*="hello-elementor"] .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
	background: #f0f0f0 !important;
	border-color: #d9d9d9 !important;
	color: #333 !important;
}

body[class*="hello-elementor"] .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
	background: #f5f5f5 !important;
	color: #333 !important;
}

/* Subtotal bar – right-aligned, button on next line */
body[class*="hello-elementor"] .fme-plp-subtotal-bar {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	gap: 10px;
	padding: 14px 0 4px;
	margin-top: 8px;
	border-top: 1px solid #e8e8e8;
	width: 100%;
	box-sizing: border-box;
}

body[class*="hello-elementor"] .fme-plp-subtotal-bar .wcro_footer_total {
	display: flex;
	align-items: center;
	gap: 6px;
	font-size: 1rem;
	color: #2b2b2b;
	text-align: right;
}

body[class*="hello-elementor"] .fme-plp-subtotal-bar .fme-plp-subtotal-label {
	font-weight: 600;
}

body[class*="hello-elementor"] .fme-plp-subtotal-bar .wcro_cart_total {
	font-weight: 700;
}

body[class*="hello-elementor"] .fme-plp-subtotal-bar .wcro_review_button {
	display: block;
}

body[class*="hello-elementor"] .fme-plp-subtotal-bar .wcro_review_button a.wcro_button,
body[class*="hello-elementor"] .fme-plp-subtotal-bar .wcro_review_button a.button {
	display: inline-block !important;
	margin-top: 0 !important;
	padding: 10px 16px !important;
	border-radius: 6px !important;
	text-align: center;
	text-decoration: none !important;
	color: #fff !important;
	background: #333 !important;
	background-color: #333 !important;
	border: 1px solid #333 !important;
	font-weight: 500 !important;
	line-height: 1.4 !important;
	cursor: pointer;
	box-sizing: border-box;
	white-space: nowrap;
}

body[class*="hello-elementor"] .fme-plp-subtotal-bar .wcro_review_button a.wcro_button:hover,
body[class*="hello-elementor"] .fme-plp-subtotal-bar .wcro_review_button a.button:hover {
	background: #111 !important;
	background-color: #111 !important;
	border-color: #111 !important;
	color: #fff !important;
	text-decoration: none !important;
}

/* Hide WooCommerce accessibility price text (screen-reader-text) */
body[class*="hello-elementor"] .screen-reader-text {
	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;
	left: -10000px !important;
	top: auto !important;
}

/* Sale price strikethrough and highlight */
body[class*="hello-elementor"] .price del {
	color: #999;
	opacity: 1;
	font-size: 0.9em;
}

body[class*="hello-elementor"] .price ins {
	text-decoration: none;
	font-weight: 600;
	color: #e2401c;
}

/* Grid view */
body[class*="hello-elementor"] .fme-products-row {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
	margin: 0;
}

body[class*="hello-elementor"] .fme-products-row #grid-search {
	width: auto !important;
	max-width: none;
	padding: 16px;
	margin: 0;
	border: 1px solid #ececec;
	border-radius: 10px;
	background: #fff;
	transition: box-shadow 0.2s ease;
}

body[class*="hello-elementor"] .fme-products-row #grid-search:hover {
	box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
}

/* Grid pagination view (WooCommerce default loop used by plugin) */
body[class*="hello-elementor"] #container_products_more ul.products,
body[class*="hello-elementor"] .woocommerce-categories ul.products {
	display: grid !important;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
	margin: 0;
	padding: 0;
	list-style: none;
}

body[class*="hello-elementor"] #container_products_more ul.products::before,
body[class*="hello-elementor"] #container_products_more ul.products::after,
body[class*="hello-elementor"] .woocommerce-categories ul.products::before,
body[class*="hello-elementor"] .woocommerce-categories ul.products::after {
	display: none !important;
	content: none !important;
}

body[class*="hello-elementor"] #container_products_more ul.products li.product,
body[class*="hello-elementor"] .woocommerce-categories ul.products li.product {
	list-style: none;
	float: none !important;
	width: auto !important;
	max-width: none !important;
	margin: 0 !important;
	padding: 16px;
	border: 1px solid #e2e2e2;
	border-radius: 10px;
	background: #fff;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.07);
	transition: box-shadow 0.2s ease;
	clear: none !important;
	flex: unset !important;
}

body[class*="hello-elementor"] #container_products_more ul.products li.product:hover,
body[class*="hello-elementor"] .woocommerce-categories ul.products li.product:hover {
	box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
}

body[class*="hello-elementor"] #container_products_more ul.products li.product img,
body[class*="hello-elementor"] .woocommerce-categories ul.products li.product img {
	width: 100% !important;
	max-height: 240px;
	object-fit: contain;
}

body[class*="hello-elementor"] #container_products_more .woocommerce-pagination {
	grid-column: 1 / -1;
	width: 100%;
	margin-top: 24px;
	clear: both;
}

body[class*="hello-elementor"] .woocommerce-pagination ul.page-numbers {
	display: flex !important;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 6px;
	list-style: none !important;
	margin: 0 !important;
	padding: 0 !important;
}

body[class*="hello-elementor"] .woocommerce-pagination ul.page-numbers li {
	display: inline-block !important;
	float: none !important;
	margin: 0 !important;
	padding: 0 !important;
	list-style: none !important;
}

body[class*="hello-elementor"] .woocommerce-pagination .page-numbers {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	min-width: 36px;
	height: 36px;
	padding: 0 10px !important;
	border: 1px solid #d9d9d9;
	border-radius: 4px;
	text-decoration: none !important;
	color: #333 !important;
	background: #fff;
	box-sizing: border-box;
}

body[class*="hello-elementor"] .woocommerce-pagination .page-numbers.current {
	background: #f0f0f0 !important;
	font-weight: 600;
}

body[class*="hello-elementor"] form.woocommerce-ordering {
	display: inline-block;
	margin-bottom: 12px;
}

body[class*="hello-elementor"] .woocommerce-ordering select.orderby {
	width: auto !important;
	min-width: 180px;
	display: inline-block !important;
}

body[class*="hello-elementor"] #grid-search .fme_img {
	width: 100%;
	max-height: 240px;
	object-fit: contain;
	margin: 0 auto;
}

body[class*="hello-elementor"] #grid-search .woocommerce-loop-product__title {
	font-size: 16px !important;
	font-weight: 600 !important;
	color: #242424 !important;
	margin: 10px 0 6px !important;
	text-align: center;
}

body[class*="hello-elementor"] #grid-search a.product-loop-title,
body[class*="hello-elementor"] #grid-search a.woocommerce-LoopProduct-link,
body[class*="hello-elementor"] .fme-products-row a {
	text-decoration: none !important;
	color: #242424 !important;
}

body[class*="hello-elementor"] #grid-search a.product-loop-title:hover,
body[class*="hello-elementor"] #grid-search a.woocommerce-LoopProduct-link:hover {
	color: #111 !important;
}

body[class*="hello-elementor"] .wcro-products td a {
	text-decoration: none !important;
	color: #2b2b2b !important;
}

body[class*="hello-elementor"] .wcro-products td a.wcro_button,
body[class*="hello-elementor"] .wcro-products .wcro_review_button a.wcro_button,
body[class*="hello-elementor"] .fme-plp-subtotal-bar .wcro_review_button a.wcro_button,
body[class*="hello-elementor"] .fme-plp-subtotal-bar .wcro_review_button a.button {
	display: inline-block;
	margin-top: 10px;
	padding: 10px 16px !important;
	border-radius: 6px !important;
	text-align: center;
	text-decoration: none !important;
	color: #fff !important;
	background: #333 !important;
	border: 1px solid #333 !important;
	font-weight: 500;
	line-height: 1.4;
	cursor: pointer;
	box-sizing: border-box;
}

body[class*="hello-elementor"] .wcro-products td a.wcro_button:hover,
body[class*="hello-elementor"] .wcro-products .wcro_review_button a.wcro_button:hover,
body[class*="hello-elementor"] .fme-plp-subtotal-bar .wcro_review_button a.wcro_button:hover,
body[class*="hello-elementor"] .fme-plp-subtotal-bar .wcro_review_button a.button:hover {
	background: #111 !important;
	border-color: #111 !important;
	color: #fff !important;
}

body[class*="hello-elementor"] #grid-search .price {
	margin-bottom: 10px;
	text-align: center;
}

body[class*="hello-elementor"] #grid-search .fme_plp_quantity_buttons {
	margin-top: 8px;
	text-align: center;
}

body[class*="hello-elementor"] #grid-search .fme_plp_quantity_buttons > div[style*="inline-flex"],
body[class*="hello-elementor"] .fme_plp_quantity_buttons div[style*="inline-flex"] {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	gap: 6px;
	flex-wrap: nowrap;
}

body[class*="hello-elementor"] .fme_plp_minus,
body[class*="hello-elementor"] .fme_plp_plus {
	width: 32px !important;
	height: 32px !important;
	border: 1px solid #d6d6d6 !important;
	border-radius: 2px !important;
	background: #fff !important;
	color: #222 !important;
	padding: 0 !important;
	line-height: 1 !important;
}

body[class*="hello-elementor"] .fme_plp_quantity_buttons input.qty,
body[class*="hello-elementor"] #grid-search input.qty,
body[class*="hello-elementor"] .fme_plp_quantity_buttons input[type="number"] {
	width: 52px !important;
	max-width: 52px !important;
	min-width: 52px !important;
	height: 32px !important;
	border: 1px solid #d6d6d6 !important;
	border-radius: 2px !important;
	text-align: center !important;
	padding: 4px !important;
	flex: 0 0 52px !important;
}

body[class*="hello-elementor"] .fme_plp_plus:hover,
body[class*="hello-elementor"] .fme_plp_minus:hover {
	background: #f8f8f8 !important;
}

/* List view quantity controls */
body[class*="hello-elementor"] .wcro-products .fme_plp_quantity_buttons {
	text-align: center;
}

body[class*="hello-elementor"] .wcro-products form.cart div[style*="inline-flex"],
body[class*="hello-elementor"] .wcro-products .fme_plp_quantity_buttons div[style*="inline-flex"] {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	gap: 6px;
	flex-wrap: nowrap;
}

body[class*="hello-elementor"] .wcro-products .quantity {
	float: none !important;
	display: inline-block !important;
	margin: 0 !important;
}

body[class*="hello-elementor"] .wcro-products input.qty,
body[class*="hello-elementor"] .wcro-products .product-quantity-input,
body[class*="hello-elementor"] .wcro-products input[type="number"] {
	width: 52px !important;
	max-width: 52px !important;
	min-width: 52px !important;
	height: 32px !important;
	border: 1px solid #d6d6d6 !important;
	border-radius: 2px !important;
	text-align: center !important;
	padding: 4px !important;
	flex: 0 0 52px !important;
	float: none !important;
	margin: 0 !important;
}

body[class*="hello-elementor"] .wcro-products .fme_plp_minus,
body[class*="hello-elementor"] .wcro-products .fme_plp_plus {
	width: 32px !important;
	height: 32px !important;
	min-width: 32px !important;
	min-height: 32px !important;
	border: 1px solid #d6d6d6 !important;
	border-radius: 2px !important;
	background: #fff !important;
	color: #222 !important;
	padding: 0 !important;
	line-height: 1 !important;
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	float: none !important;
}

body[class*="hello-elementor"] .wcro-products .fme_plp_minus:hover,
body[class*="hello-elementor"] .wcro-products .fme_plp_plus:hover {
	background: #f8f8f8 !important;
}

body[class*="hello-elementor"] .wcro-products button.fme_plp_minus,
body[class*="hello-elementor"] .wcro-products button.fme_plp_plus {
	font-size: 16px !important;
	font-weight: 400 !important;
	box-shadow: none !important;
}

/* Mini cart */
body[class*="hello-elementor"] .fmeplp_cart_widget {
	position: fixed;
	top: 22%;
	right: 16px;
	z-index: 999;
	width: 300px;
	max-width: calc(100vw - 24px);
	max-height: 68vh;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	padding: 0 !important;
	margin: 0 !important;
	border: 1px solid #e3e3e3;
	border-radius: 10px;
	background: #fff;
	box-shadow: 0 8px 28px rgba(0, 0, 0, 0.12);
}

body[class*="hello-elementor"] .fmeplp_cart_widget .fmeplpminicart {
	margin: 0;
	padding: 14px 16px;
	font-size: 18px;
	font-weight: 600;
	border-bottom: 1px solid #ececec;
}

body[class*="hello-elementor"] .fmeplp_cart_widget .widget_shopping_cart_content {
	display: flex;
	flex-direction: column;
	flex: 1;
	min-height: 0;
	padding: 10px 12px 12px;
}

body[class*="hello-elementor"] .fmeplp_cart_widget .woocommerce-mini-cart,
body[class*="hello-elementor"] .fmeplp_cart_widget .product_list_widget {
	max-height: 360px;
	overflow-y: auto;
	overflow-x: hidden;
	padding-right: 6px;
	margin-right: 0;
	scrollbar-width: thin;
	scrollbar-color: rgba(0, 0, 0, 0.25) transparent;
}

body[class*="hello-elementor"] .fmeplp_cart_widget .woocommerce-mini-cart::-webkit-scrollbar,
body[class*="hello-elementor"] .fmeplp_cart_widget .product_list_widget::-webkit-scrollbar {
	width: 6px;
}

body[class*="hello-elementor"] .fmeplp_cart_widget .woocommerce-mini-cart::-webkit-scrollbar-thumb,
body[class*="hello-elementor"] .fmeplp_cart_widget .product_list_widget::-webkit-scrollbar-thumb {
	background: rgba(0, 0, 0, 0.25);
	border-radius: 3px;
}

body[class*="hello-elementor"] .fmeplp_cart_widget .woocommerce-mini-cart-item,
body[class*="hello-elementor"] .fmeplp_cart_widget .product_list_widget li {
	border-bottom: 1px solid #f0f0f0;
}

body[class*="hello-elementor"] .fmeplp_cart_widget .woocommerce-mini-cart-item a.remove,
body[class*="hello-elementor"] .fmeplp_cart_widget .product_list_widget li a.remove {
	color: #8b8b8b !important;
}

body[class*="hello-elementor"] .fmeplp_cart_widget .woocommerce-mini-cart-item a.remove:hover,
body[class*="hello-elementor"] .fmeplp_cart_widget .product_list_widget li a.remove:hover {
	color: #d63638 !important;
}

body[class*="hello-elementor"] .fmeplp_cart_widget .woocommerce-mini-cart-item > a,
body[class*="hello-elementor"] .fmeplp_cart_widget .product_list_widget li > a {
	color: #1f1f1f !important;
	font-size: 13px;
	font-weight: 500;
	text-decoration: none;
}

body[class*="hello-elementor"] .fmeplp_cart_widget .woocommerce-mini-cart-item img,
body[class*="hello-elementor"] .fmeplp_cart_widget .product_list_widget li img {
	border-radius: 6px;
}

body[class*="hello-elementor"] .fmeplp_cart_widget .total {
	margin: 0;
	padding: 12px 0;
	border-top: 1px solid #ececec;
	text-align: center;
	font-weight: 600;
}

body[class*="hello-elementor"] .fmeplp_cart_widget .buttons {
	padding: 0;
	margin: 0;
	display: grid;
	gap: 6px;
}

body[class*="hello-elementor"] .fmeplp_cart_widget .buttons a,
body[class*="hello-elementor"] .fmeplp_cart_widget p.buttons a,
body[class*="hello-elementor"] .fmeplp_cart_widget p.buttons a.button {
	display: block;
	width: 100%;
	margin: 0 !important;
	padding: 10px 12px !important;
	border-radius: 6px !important;
	text-align: center;
	text-decoration: none !important;
	color: #fff !important;
	background: #333 !important;
	border: 1px solid #333 !important;
}

body[class*="hello-elementor"] .fmeplp_cart_widget .buttons a:hover,
body[class*="hello-elementor"] .fmeplp_cart_widget p.buttons a:hover {
	background: #111 !important;
	border-color: #111 !important;
	color: #fff !important;
}

/* Reserve space for fixed mini cart on desktop */
@media (min-width: 992px) {
	body[class*="hello-elementor"]:has(.fmeplp_cart_widget) .elementor-location-single,
	body[class*="hello-elementor"]:has(.fmeplp_cart_widget) main.site-main,
	body[class*="hello-elementor"]:has(.fmeplp_cart_widget) .page-content,
	body[class*="hello-elementor"]:has(.fmeplp_cart_widget) .entry-content,
	body[class*="hello-elementor"]:has(.fmeplp_cart_widget) .site-main,
	body[class*="hello-elementor"]:has(.fmeplp_cart_widget) .container,
	body[class*="hello-elementor"]:has(.fmeplp_cart_widget) #fme_plp_example_wrapper,
	body[class*="hello-elementor"]:has(.fmeplp_cart_widget) .fme-products-row,
	body[class*="hello-elementor"]:has(.fmeplp_cart_widget) #container_products_more {
		max-width: calc(100% - 340px);
		padding-right: 20px;
		box-sizing: border-box;
	}
}

body[class*="hello-elementor"] #fme_plp_example_wrapper .dataTables_filter input,
body[class*="hello-elementor"] .fme_search_textbox {
	max-width: 320px;
	width: 100%;
}

@media (max-width: 991px) {
	body[class*="hello-elementor"] .fme-products-row {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	body[class*="hello-elementor"] #container_products_more ul.products,
	body[class*="hello-elementor"] .woocommerce-categories ul.products {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	body[class*="hello-elementor"] .fmeplp_cart_widget {
		position: relative !important;
		top: auto !important;
		right: auto !important;
		left: auto !important;
		width: 100% !important;
		max-width: 100% !important;
		max-height: none !important;
		overflow: visible !important;
		margin: 16px 0 !important;
	}

	body[class*="hello-elementor"] .fmeplp_cart_widget .widget_shopping_cart_content {
		overflow: visible;
		min-height: auto;
		flex: none;
	}

	body[class*="hello-elementor"] .fmeplp_cart_widget p.total,
	body[class*="hello-elementor"] .fmeplp_cart_widget p.buttons {
		flex-shrink: 0;
		display: block;
	}

	body[class*="hello-elementor"] .fmeplp_cart_widget p.buttons a,
	body[class*="hello-elementor"] .fmeplp_cart_widget p.buttons a.button {
		display: block !important;
		visibility: visible !important;
		opacity: 1 !important;
	}
}

@media (max-width: 640px) {
	body[class*="hello-elementor"] .fme-products-row {
		grid-template-columns: 1fr;
	}

	body[class*="hello-elementor"] #container_products_more ul.products,
	body[class*="hello-elementor"] .woocommerce-categories ul.products {
		grid-template-columns: 1fr;
	}

	body[class*="hello-elementor"] .wcro-products th,
	body[class*="hello-elementor"] .wcro-products td {
		padding: 10px 8px;
		font-size: 12px;
	}
}

/* Fallback selectors for Elementor templates that miss body theme class */
#fme_plp_example_wrapper,
.dataTables_wrapper {
	max-width: 100%;
	overflow-x: auto;
}

.dataTables_scrollHead,
.dataTables_scrollHeadInner {
	overflow: hidden !important;
}

.dataTables_wrapper .dataTables_paginate {
	display: flex !important;
	flex-wrap: wrap;
	gap: 4px;
	align-items: center;
	float: none !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
	display: inline-block !important;
	float: none !important;
}

.woocommerce-pagination ul.page-numbers {
	display: flex !important;
	flex-wrap: wrap;
	gap: 6px;
	list-style: none !important;
	margin: 0 !important;
	padding: 0 !important;
	justify-content: center;
}

.woocommerce-pagination ul.page-numbers li {
	display: inline-block !important;
	list-style: none !important;
	margin: 0 !important;
	padding: 0 !important;
}

.fme_plp_quantity_buttons input.qty,
#grid-search input.qty,
.fme_plp_quantity_buttons input[type="number"] {
	width: 52px !important;
	max-width: 52px !important;
	min-width: 52px !important;
	flex: 0 0 52px !important;
}

.wcro-products {
	width: 100% !important;
	border-collapse: collapse;
	border-spacing: 0;
	background: #fff;
	border: 1px solid #e8e8e8;
}

.wcro-products th,
.wcro-products td {
	padding: 12px 10px;
	vertical-align: middle;
	border-bottom: 1px solid #efefef;
}

.wcro-products td a.wcro_button,
.wcro-products .wcro_review_button a.wcro_button {
	display: inline-block;
	margin-top: 10px;
	padding: 10px 16px !important;
	border-radius: 6px !important;
	text-align: center;
	text-decoration: none !important;
	color: #fff !important;
	background: #333 !important;
	border: 1px solid #333 !important;
	font-weight: 500;
	line-height: 1.4;
	cursor: pointer;
	box-sizing: border-box;
}

.wcro-products td a.wcro_button:hover,
.wcro-products .wcro_review_button a.wcro_button:hover {
	background: #111 !important;
	border-color: #111 !important;
	color: #fff !important;
}

.fme-products-row {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
}

.fme-products-row #grid-search {
	width: auto !important;
	padding: 16px;
	margin: 0;
	border: 1px solid #ececec;
	border-radius: 10px;
	background: #fff;
}

#container_products_more ul.products {
	display: grid !important;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
	list-style: none;
	padding: 0;
	margin: 0;
}

#container_products_more ul.products li.product {
	float: none !important;
	width: auto !important;
	margin: 0 !important;
	padding: 16px;
	border: 1px solid #ececec;
	border-radius: 10px;
	background: #fff;
}

#grid-search .fme_img {
	width: 100%;
	max-height: 240px;
	object-fit: contain;
}

@media (min-width: 992px) {
	.fmeplp_cart_widget {
		position: fixed;
		top: 22%;
		right: 16px;
		z-index: 999;
		width: 300px;
		max-width: calc(100vw - 24px);
		max-height: 68vh;
		overflow: hidden;
		display: flex;
		flex-direction: column;
		padding: 0 !important;
		margin: 0 !important;
		border: 1px solid #e3e3e3;
		border-radius: 10px;
		background: #fff;
		box-shadow: 0 8px 28px rgba(0, 0, 0, 0.12);
	}
}

.fmeplp_cart_widget .product_list_widget li > a,
.fmeplp_cart_widget .woocommerce-mini-cart-item > a:not(.remove) {
	color: #1f1f1f !important;
	font-size: 13px;
	font-weight: 500;
	text-decoration: none;
}

.fmeplp_cart_widget .buttons a,
.fmeplp_cart_widget p.buttons a {
	color: #fff !important;
	background: #333 !important;
	border: 1px solid #333 !important;
	text-decoration: none !important;
}

.fmeplp_cart_widget .woocommerce-mini-cart,
.fmeplp_cart_widget .product_list_widget {
	scrollbar-width: thin;
	scrollbar-color: rgba(0, 0, 0, 0.25) transparent;
	padding-right: 6px;
}

@media (max-width: 991px) {
	.fme-products-row,
	#container_products_more ul.products {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.fmeplp_cart_widget,
	body[class*="hello-elementor"] .fmeplp_cart_widget {
		position: relative !important;
		top: auto !important;
		right: auto !important;
		left: auto !important;
		width: 100% !important;
		max-width: 100% !important;
		max-height: none !important;
		overflow: visible !important;
		margin: 16px 0 !important;
	}

	.fmeplp_cart_widget .widget_shopping_cart_content,
	body[class*="hello-elementor"] .fmeplp_cart_widget .widget_shopping_cart_content {
		overflow: visible;
		min-height: auto;
		flex: none;
	}

	.fmeplp_cart_widget p.total,
	.fmeplp_cart_widget p.buttons,
	.fmeplp_cart_widget .woocommerce-mini-cart__total,
	.fmeplp_cart_widget .woocommerce-mini-cart__buttons,
	body[class*="hello-elementor"] .fmeplp_cart_widget p.total,
	body[class*="hello-elementor"] .fmeplp_cart_widget p.buttons {
		flex-shrink: 0;
		display: block;
	}

	.fmeplp_cart_widget p.buttons a,
	.fmeplp_cart_widget p.buttons a.button,
	body[class*="hello-elementor"] .fmeplp_cart_widget p.buttons a,
	body[class*="hello-elementor"] .fmeplp_cart_widget p.buttons a.button {
		display: block !important;
		visibility: visible !important;
		opacity: 1 !important;
	}
}

@media (max-width: 640px) {
	.fme-products-row,
	#container_products_more ul.products {
		grid-template-columns: 1fr;
	}
}
