.pf-woo-products-grid-inner {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px;
}
.pf-woo-products-grid-single {
	text-align: center;
}
.pf-woo-products-grid-single .pf-woo-products-grid-single-img {
	overflow: hidden;
}
.pf-woo-products-grid-single .pf-woo-products-grid-single-img img {
	transition: transform 0.3s;
}
.pf-woo-products-grid-single:hover .pf-woo-products-grid-single-img img {
	transform: scale(1.1);
}
.pf-woo-products-grid-single-bottom {
	margin-top: 5px !important;
	overflow: hidden;
	height: 25px;
}
.pf-woo-products-grid-single-bottom .pf-woo-products-grid-single-prices .pf-woo-products-grid-single-price span {
	color: var(--e-global-color-primary);
	font-weight: bolder;
	line-height: 24px;
}
.pf-woo-products-grid-single-bottom .pf-woo-products-grid-single-button {
	height: 25px;
	display: flex;
	gap: 5px;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
}
.pf-woo-products-grid-single-bottom .pf-woo-products-grid-single-button a,
.pf-woo-products-grid-single-bottom .pf-woo-products-grid-single-button button {
	line-height: 24px;
	margin-top: 0 !important;
	color: var(--e-global-color-secondary);
}
.pf-woo-products-grid-single .pf-woo-products-grid-single-bottom .pf-woo-products-grid-single-prices {
	transition: margin-top 0.3s;
	height: 25px;
}
.pf-woo-products-grid-single:hover .pf-woo-products-grid-single-bottom .pf-woo-products-grid-single-prices {
	margin-top: -25px;
}
.user-logout .pf-woo-products-grid-single.pf-grid-product-outofstock:hover .pf-woo-products-grid-single-bottom .pf-woo-products-grid-single-prices {
	margin-top: 0 !important;
}
.pf-woo-products-grid-single .pf_more_btn_share svg {
	height: 14px;
	width: auto;
	vertical-align: middle;
	margin-right: 3px;
	margin-top: 0;
}
.pf-woo-products-grid-single .pf_more_btn_share svg path {
	fill: #00dddf;
}
.pf-woo-products-grid-single .pf_more_btn_share span,
.pf-woo-products-grid-single .uc-button-addcart span {
	text-transform: capitalize !important;
	font-size: 13px !important;
	font-weight: bold !important;
	height: 24px;
	letter-spacing: 0;
}
.pf-woo-products-grid .pf-woo-products-grid-single .uc-button-addcart {
	background-color: transparent;
	color: var(--e-global-color-primary);
}
.pf-woo-products-grid .pf-woo-products-grid-single .uc-button-addcart .ue-inner-btn-wrapper,
.pf-woo-products-grid-single .pf_more_btn_share .ue-inner-btn-wrapper {
	display: flex;
}
.pf-woo-products-grid .pf-woo-products-grid-single .uc-button-addcart .ue-inner-btn-wrapper {
	gap: 3px;
}
.pf-woo-products-grid .pf-woo-products-grid-single .added_to_cart {
	display: none !important;
}
.pf-woo-products-grid .pf-woo-products-grid-single .uc-button-addcart:hover {
	color: var(--e-global-color-text) !important;
}
.pf-grid-sort {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	gap: 15px;
}
.pf-grid-sort label,
.pf-grid-sort select {
	width: auto;
}
.pf-grid-sort select {
	font-family: "Lato", Sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.4em;
	letter-spacing: 0;
	padding: 5px 10px 5px 10px;
	text-align: inherit;
	color: var(--e-global-color-text);
	border-radius: 0 0 0 0;
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	border-color: var(--e-global-color-190b52d);
}
.pf-cats__list {
	list-style: none;
	margin: 0;
	padding: 0;
}
.pf-cats__item {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	text-decoration: none;
	border-bottom: 1px solid #f6f7fa;
	transition: 0.3s all;
	color: #576665;
	cursor: pointer;
}
a.pf-cats__link {
	padding: 6px 10px;
	flex-grow: 1;
}
span.pf-cats__count {
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	pointer-events: none;
}
.pf-cats__item:hover {
	background-color: #e5e9e9;
}
.pf-cats__item.pf-cats__item--active {
	background-color: #f7f7fa;
	font-weight: bold;
}
.pf-woo-products-grid-single-title {
	font-size: 16px;
}
.pf-dynamic-popup-share .elementor-icon-box-wrapper {
	display: flex;
	gap: 15px;
	align-items: center;
}
.pf-grid-pagination {
	margin: 20px 0 20px 0;
	border-style: solid;
	border-width: 1px 0 0 0;
	border-color: var(--e-global-color-190b52d);
}
.pf-grid-pagination ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	font-family: "Lato", Sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.4em;
	letter-spacing: 0;
	padding: 30px 0 0 0;
	border-radius: 0;
	list-style-type: none;
}
.pf-grid-pagination ul li a {
	color: #576665;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: 0.3s;
	line-height: 1em;
	min-width: 30px;
	height: 30px;
	border-radius: 20px;
}
.pf-grid-pagination ul li a:hover {
	color: #6e6e6e;
	background-color: #eeeeee;
}
.pf-grid-pagination ul li a.current {
	background-color: #576665;
	color: #eeeff5;
}
.pf-woo-products-grid-type-upsell .pf-woo-products-grid-inner {
	display: flex;
	flex-direction: column;
}
.pf-woo-products-grid-type-upsell .pf-woo-products-grid-single {
	display: flex;
	gap: 20px;
}
.pf-woo-products-grid-type-upsell .pf-woo-products-grid-single-image {
	width: 30%;
	border: 1px solid #ececef;
}
.pf-woo-products-grid-type-upsell .pf-woo-products-grid-single-content {
	width: 50%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: left;
}
.pf-woo-products-grid-type-upsell .pf-woo-products-grid-single-bottom .pf-woo-products-grid-single-button {
	justify-content: flex-start;
}
.pf-woo-products-grid-single {
	opacity: 0;
	filter: blur(10px);
}
.pf-woo-products-grid-single.pf-grid-animating {
	animation-name: pf-grid-item-anim;
	animation-duration: 0.404s;
	animation-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
	animation-fill-mode: both;
	animation-iteration-count: 1;
	animation-direction: normal;
	animation-play-state: running;
}
@keyframes pf-grid-item-anim {
	0% {
		filter: blur(10px);
		opacity: 0;
	}
	100% {
		filter: blur(0);
		opacity: 1;
	}
}
@media screen and (max-width: 1024px) {
	.pf-woo-products-grid-inner {
		grid-template-columns: repeat(3, 1fr) !important;
	}
}
@media screen and (max-width: 768px) {
	.pf-woo-products-grid-inner {
		grid-template-columns: repeat(2, 1fr) !important;
	}
}