.gr-products .titles {
	text-align: center;
	display: flex;
	justify-content: center;
}

.gr-products .titles > * {
	padding: 0px 15px;
	font-size: 24px;
	width: max-content;
	vertical-align: middle;
}

.gr-products .titles > :first-child {
	padding-left: 0;
}

.gr-products .titles > :last-child {
	padding-right: 0;
}

h2.active::after {
	content: "";
	width: 60px;
	height: 2px;
	background: #858585;
	display: block;
	/* margin: 0 auto; */
	margin-top: 10px;
	position: absolute;
	left: 50%;
	transform: translate(-50%, 0%);
}

.gr-products .titles > *:not(.active) {
/* 	color: #7a7a7a !important; */
}

.gr-products .titles > :nth-child(n+2)::before {
	content: "";
	width: 1px;
	height: 15px;
	background: #979797;
	position: absolute;
	top: 50%;
	transform: translate(0%, -50%);
	left: 0;
}

.gr-subcat li {
	padding: 7px 15px;
	text-transform: capitalize;
	font-size: 12px;
	display: inline-block;
	cursor: pointer;
	font-family: 'Montserrat',sans-serif !important;
	background-color: #ececec;
	border-radius: 26px;
	margin: 5px;
	color: #333;
	transition: 0.2s all;
	line-height: inherit;
	list-style: none;
}

.gr-subcat ul {
	margin: 0;
	margin-bottom: 20px;
	text-align: center !important;
}

.gr-subcat .active {
	background-color: #606060;
	color: #fff;
}

.gr-product .temp_2 .item_product {
	text-align: center;
}

.gr-product .temp_2 .meta {
	margin-left: 10px;
	border-left: 1px solid #b2b2b2;
	padding-left: 10px;
}

.gr-product .temp_2 .meta-price {
	margin-top: 15px;
}

.gr-product .list-product > * {
	margin-bottom: 30px;
}

.gr-product.temp_5 .list-product > * {
	border: 1px solid #d1d0d0;
	padding: 10px;
	border-radius: 6px;
	padding-bottom: 55px;
}

.gr-product.temp_5 [data-item] h3 {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 18px;
	font-family: 'Montserrat',sans-serif !important;
	margin-top: 25px;
}

.gr-product.temp_5 [data-item] p {
	text-align: center !important;
	font-family: 'Montserrat',sans-serif !important;
	margin: 0 !important;
	font-size: 14px;
}

.gr-product.temp_5 .nav,
.gr-product.temp_5 .backimg {
	display: none;
}

.gr-product.temp_5 .hovering-img [class*="img-"] img {
	opacity: 1;
	visibility: visible;
}

.gr-product .list-product a {
	display: block;
}

.gr-product [data-item] h3 {
	font-size: 0.85em;
	color: #646464 !important;
	text-align: center;
	font-weight: normal;
	margin: 10px 0px 5px 0px;
	line-height: 20px;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	display: -webkit-box;
	overflow: hidden;
	font-weight: 500;
}

.gr-product strong {
	width: 100%;
	display: block;
	text-align: center;
}

[class*="price"] {
	color: #d0011b;
	font-weight: bold;
}

.gr-product [class*="price"] {
	font-size: 15px;
	padding: 0px 6px;
}

.gr-product .meta1 {
	display: flex;
	justify-content: center;
	font-size: 12px;
	color: #5c5c5c;
	margin: 17px 0px 13px 0px;
}

.gr-product .meta1 > :nth-child(n+2) {
	border-left: 1px solid #b2b2b2;
	padding-left: 10px;
	margin-left: 10px;
}

.gr-product .price-sales {
	font-size: 12px;
}

.gr-product .schedule {
	font-size: 12px;
	text-transform: uppercase;
	color: #fff;
	font-weight: 700;
	border-radius: 34px;
	padding: 10px 15px;
	cursor: pointer;
	margin: 0px 4px;
	background-color: #646464;
	position: absolute;
	bottom: 10px;
	left: 50%;
	transform: translate(-50%, 0%);
	width: max-content;
	line-height: initial !important;
}

.backimg {
	position: absolute;
	top: 0;
	width: 100%;
	left: 0;
	visibility: hidden;
	opacity: 0;
	transition: 0.2s all;
	z-index: -1;
}

.hovering-img .backimg {
	visibility: visible;
	opacity: 1;
	z-index: 1;
}

/* .hovering-img > * > img {opacity: 0} */
.hovering-img [class*="img-"] img {
	opacity: 0;
	visibility: hidden;
	transition: none !important;
}

.gr-product .nav {
	visibility: hidden;
	opacity: 0;
	bottom: -30px;
	transition: 0.2s all;
	position: absolute;
}

.hovering .nav {
	visibility: visible;
	opacity: 1;
	bottom: 0px;
}

.gr-product .nav > * {
	font-size: 10px;
	text-transform: uppercase;
	color: #fff;
	font-weight: 700;
	border-radius: 16px;
	padding: 7px 10px;
	cursor: pointer;
	margin: 1px 5px;
	background-color: #646464;
}
.gr-product .nav > :hover {
	background-color: #3c3c3c;
}

.zoom-item-product {
	position: absolute;
	transform: scale(0.8);
	transition: 0.2s all;
	padding: 10px;
	background: #fff;
	box-shadow: rgba(0,0,0,0.24) 0px 3px 8px;
	border-radius: 6px;
	overflow: hidden;
	width: 500px;
	padding-bottom: 65px;
}
.zoom-item-product a {
	display: block;
}

.zoom-item-product [data-item] h3 {
	margin: 15px 0px;
}

.zoom-item-product .nav {
	bottom: -45px;
}


.no-products {
	margin-top: 10px;
	width: 100%;
	border-left: 2px solid #000;
	padding-left: 9px;
}

