.banner {
	background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.1)),
		url(../../images/bg/banner-2.jpg);
	background-size: cover;
}

.footer-social-icon {
	display: none;
}

.price-filter-text {
	min-width: 80px;
}

.price-filter-details input {
	min-width: 120px;
}

.carousel {
	border-radius: 1rem;
	cursor: default;
	box-shadow: 0 0 8px #eee
}

.carousel img {
	height: 250px;
	object-fit: cover;
	object-position: center
}

@media screen and (width <=768px) {
	.carousel img {
		height: 150px
	}
}

.carousel-control-prev-icon, .carousel-control-next-icon {
	background-size: 30px
}

.carousel-control-next span, .carousel-control-prev span {
	width: 2.75rem;
	height: 2.75rem;
	background-color: rgba(0, 0, 0, 0.32);
	border-radius: 30px
}

.carousel-control-next,
.carousel-control-prev {
	width: 3.1875rem;
}

.container .carousel-caption h5 {
	font-weight: 800;
	padding: 1rem 0;
	color: #373737;
	font-size: 2.8rem;
}

.container .carousel-caption p {
	font-weight: 500;
	color: #373737;
	font-size: 2rem;
	padding-bottom: 4rem;
}

.product-box .product-image>a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 99;
}

.product-footer a {
	font-size: 18px;
}

.product-footer .product-price {
	font-size: 1.3rem;
	color: var(--color-primary);
}


.container-fluid {
	padding: 0 3rem;
}

@media (min-width:1400px) {
	.container-fluid {
		padding: 0 10rem;
	}
}

@media (max-width:746px) {
	.container-fluid {
		padding: 0 0.5rem;
	}
}

.product-main {
	border-top: 3px solid #329e41;
}

.form-range[type="range"]::-webkit-slider-thumb {
	background-color: #289fa6;
}

.price-range output {
	color: #895440;
	font-size: 1.6rem;
}

.price-range-input span {
	display: contents;
}

.pagination {
	gap: 1rem;
}

.pagination li a {
	font-size: 1.25rem;
	padding: 0.5rem 2rem;
	border-radius: 4px;
	color: #939393;
	border: none;
}

.pagination li a:hover {
	color: var(--color-primary);
	background: #e0f7e5;
}

.pagination .page-item:last-child .page-link,
.page-item:first-child .page-link {
	border-radius: 4px;
}

.page-item.active .page-link {
	background-color: #329e41;
	border-color: #329e41;
}

.table {
	display: none;
}

.table span {
	cursor: default;
}

.product-table .td-image {
	width: 200px;
}

.td-image {
	position: relative;
}

.td-image a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
}

.td-image img {
	border-radius: 10px;
}

.product-table-title {
	color: #433434;
	font-size: 1.2rem;
	font-weight: 600;
}

.product-table-price {
	font-size: 1.25rem;
	color: var(--color-primary);
}

.product-table-tage {
	list-style: none;
	font-size: 1.2rem;
	color: #929292;
	cursor: default;
}

.product-table-btn {
	font-size: 1rem;
	font-weight: 800;
	color: #329e41;
	background-color: #e0f7e5;
	border: 1px solid #329e41;
	border-radius: 1rem;
	word-break: keep-all
}

.product-table-btn:hover {
	color: #e0f7e5;
	background-color: #329e41;
}

.car-btn {
	color: #f65730;
	background-color: #ffd0c5;
	border: 1px solid #f65730;
}

.car-btn:hover {
	color: #fde5e0;
	background-color: #ec6c4d;
}

.arrange-active {
	color: #fff;
	background-color: #6c757d;
}

.price-range-item {
	position: relative;
	width: 250px;
	margin: 0 auto;
	font-size: 12px;
}

.product-grid .product-image {
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden
}

.product-grid .product-image img {
	width: 100%;
	border-radius: 5px;
	height: 262px;
	object-fit: cover;
	object-position: center;
}

.product-grid .product-image img:hover {
	transform: scale(1.2);
	transition: all .5s ease
}

@media (max-width: 992px) {

	.container .carousel-caption h5,
	.container .carousel-caption p {
		padding: 0;
	}

	.select-with-status {
		margin-top: 2rem;
	}


	.price-range label {
		margin-right: 2rem !important;
	}
}

@media (max-width: 767.98px) {
	.select-with-status {
		margin-top: 0;
	}

	.product-table .td-image {
		width: 155px;
		height: 170px;
	}
}

@media (max-width: 575.98px) {
	.select-with-status {
		margin-top: 2rem;
	}

	.product-table .td-image {
		width: 125px;
	}

	.price-range label {
		margin-right: 0.5rem !important;
	}

	.product-table-title {
		font-size: 1rem;
		font-weight: 800;
	}
}

@media (max-width: 480px) {
	.product-table .td-image {
		width: 100px;
		height: 100px;
	}
}

.irs--round .irs-from,
.irs--round .irs-to,
.irs--round .irs-single {
	background-color: transparent;
	color: #5f5f5f
}

.irs--round .irs-from:before, .irs--round .irs-to:before, .irs--round .irs-single:before {
	border-color: transparent
}

.irs--round .irs-handle {
	border: 2px solid #5f5f5f;
	top: 28px;
	width: 20px;
	height: 20px;
}

.irs--round .irs-bar {
	background-color: #bbbbbb;

}

.product-main-container li a {
	color: #373737
}

.product-main-container li a[aria-expanded="true"] {
	color: #329e41
}