.banner-img {
	width: 365px;
	height: 170px;
	aspect-ratio: 2.1052631578947367;
	border-radius: 8px;
}

.container-custom {
	max-width: 1140px;
	margin-right: auto;
	margin-left: auto;
}

@media (max-width: 770px) {
	.banner-img {
		width: 300px;
		height: 142px;
	}

	.container-custom {
		width: 100%;
		padding-left: 1rem;
	}
}

@media (max-width: 360px) {
	.banner-img {
		width: 270px;
		height: 125px;
	}
}

.col-2dot4,
.col-sm-2dot4,
.col-md-2dot4,
.col-lg-2dot4,
.col-xl-2dot4 {
	position: relative;
	width: 100%;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}

.col-2dot4 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 20%;
	flex: 0 0 20%;
	max-width: 20%;
}

@media (min-width: 540px) {
	.col-sm-2dot4 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%;
	}
}

@media (min-width: 720px) {
	.col-md-2dot4 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%;
	}
}

@media (min-width: 960px) {
	.col-lg-2dot4 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%;
	}
}

@media (min-width: 1140px) {
	.col-xl-2dot4 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%;
	}
}

.br {
	border-radius: 8px;
}
.profilePic {
	object-fit: cover;
	height: 10rem;
	width: 100%;
}

.price {
	margin-left: 20%;
	width: 60%;
	height: 15px;
	background: #777;
	margin-top: 5px;
}

.titleProduct {
	width: 90%;
	height: 15px;
	background: #777;
	margin-top: 15px;
	margin-left: 10px;
}

.wrapper {
	width: 0px;
	animation: fullView 0.3s forwards linear;
}

@keyframes fullView {
	100% {
		width: 100%;
	}
}

@-webkit-keyframes placeHolderShimmer {
	0% {
		background-position: -468px 0;
	}

	100% {
		background-position: 468px 0;
	}
}

@keyframes placeHolderShimmer {
	0% {
		background-position: -468px 0;
	}

	100% {
		background-position: 468px 0;
	}
}

.animate {
	background: linear-gradient(to right, #eff1f3 4%, #e2e2e2 25%, #eff1f3 36%);
	background-size: 1000px 100%;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-name: placeHolderShimmer;
	animation-name: placeHolderShimmer;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
}

.pill-nav a {
	display: inline-block;
	color: #198754;
	text-align: center;
	padding: 10px;
	text-decoration: none;
	font-size: 12px;
	border-radius: 10px;
	border: 1px solid #198754;
	margin-right: 10px;
}

.pill-nav a:hover {
	background-color: #ddd;
	color: black;
}

.pill-nav a.active {
	background-color: #198754;
	color: white;
}

.sectionCategory {
	display: flex;
	flex-wrap: wrap;
	white-space: nowrap;
	overflow-x: auto !important;
	padding-bottom: 10px;
}

.textLessMb {
	margin-bottom: 0px;
}

.textOrange {
	color: #fc6603;
}

.textWhite {
	color: white !important;
}

.btGreen {
	background-color: #31b057;
}

.badge-secondary {
	color: #777;
	background-color: #ebebeb;
}

.badge-position {
	margin-top: -2px;
}

.fs-11 {
	font-size: 11px;
}

.pad {
	padding-top: 60px !important;
}

.ul-dotted {
	list-style-type: disc !important;
	padding-left: 1em !important;
	margin-left: 1em;
}
