/* .sec-categories-round .category-round-list{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0 -1.7rem;
}
.sec-categories-round .category-round-list .category-round-item {
    display: block;
    padding: 0 1.7rem;
    text-align: center;
    width: calc(100% / 8.4);
}
.sec-categories-round .category-round-list .category-round-img img{
	width: 11.2rem;
	height: 11.2rem;
	margin: auto;
	border-radius: 50%;
	-webkit-transition: all  0.2s ease;
	-moz-transition: all  0.2s ease;
	-ms-transition: all  0.2s ease;
	transition: all  0.2s ease;
}
.sec-categories-round .category-round-list .category-round-item:hover .category-round-img img{
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
.sec-categories-round .category-round-list .category-round-text{
	margin-top: 1.2rem;
} */

.sec-categories-round .category-round-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0 -1.7rem;
}

.sec-categories-round .category-round-list .category-round-item {
	display: block;
	padding: 0 1.7rem;
	text-align: center;
	width: calc(100% / 8.4);
}

.sec-categories-round .category-round-list .category-round-img img {
	width: 11.2rem;
	height: 11.2rem;
	margin: auto;
	border-radius: 50%;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.sec-categories-round .category-round-list .category-round-item:hover .category-round-img img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.sec-categories-round .category-round-list .category-round-text {
	margin-top: 1.2rem;
}

@media(min-width:1200px) and (max-width:1259px) {
	.sec-categories-round .category-round-list .category-round-item {
		width: calc(100% / 7.9);
	}
}

@media(min-width:992px) and (max-width:1199px) {
	.sec-categories-round .category-round-list {
		margin: 0 -1rem;
	}

	.sec-categories-round .category-round-list .category-round-item {
		padding: 0 1rem;
		width: calc(100% / 7);
	}
}

@media(min-width:768px) and (max-width:991px) {
	.sec-categories-round .category-round-list {
		margin: 0;
	}

	.sec-categories-round .category-round-list .category-round-item {
		padding: 0;
		width: 100%;
	}

	.sec-categories-round .category-round-list .owl-nav button {
		top: 3.8rem;
	}
}

@media(max-width:767px) {
	.sec-categories-round {
		padding-left: 1rem;
	}

	.sec-categories-round .container {
		padding-right: 0;
	}

	.sec-categories-round .category-round-list {
		margin: 0;
	}

	.sec-categories-round .category-round-list .category-round-item {
		padding: 0;
		width: 100%;
	}

	.sec-categories-round .category-round-list .owl-nav button {
		top: 4.5rem;
		left: -1.5rem;
	}

	.sec-categories-round .category-round-list .owl-nav button.owl-next {
		right: 1rem;
	}

	.sec-categories-round .category-round-list .category-round-item:hover .category-round-img img {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
	}
}