@media (min-width: 992px) {
	.header-middle {
		padding-top: 1.5rem;
		padding-bottom: 1.5rem;
	}
	.mt-lg-4 {
		margin-top: 0px !important;
	}
	.header-middle {
		padding-top: 0px;
		padding-bottom: 0px;
	}
	.mobile-view {
		display: none;
	}
	/* #left-float-logo{
		display: block;
	} */
}
@media (max-width: 992px) {
	#left-float-logo {
		display: none;
	}
	.header-middle {
		/* visibility: hidden; */
		padding-top: 0.5rem;
		padding-bottom: 0.5rem;
	}
	.mobile-view {
		display: block;
	}
}
@media (max-width: 480px) {
	.header-top .header-left {
		overflow: unset;
	}
}
.product-media img {
	width: 250px;
	height: 250px !important;
}
.product-wrap {
	margin-bottom: 2rem;
}
.product-name {
	margin-bottom: 0.1rem;
	font-weight: 700;
}
.product-label-group {
	left: 1rem;
	top: 1rem;
}
.category-menu > li > a {
	min-height: unset;
}
.mobile-menu-toggle {
	color: #ed711b;
}
.fixedElement {
	background-color: #c0c0c0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 100;
}
main {
	padding-top: 123px;
}
/* .owl-carousel .owl-item img {
	height: unset;
} */
.pagination li {
	cursor: pointer;
}
