@media (prefers-reduced-motion:no-preference) {
    :root {
        scroll-behavior: smooth
    }
}

.exclusive-slider img {
	height: 260px;
	object-fit: cover;
	width: 100%;
}

.company-info-area .company-info .info-input.nice-select .list {
	display: none;
}

.galley-contant {
	column-gap: 10px;
}

.categoris-area .categories-item {
	padding: 34px 25px 28px !important;
}

.exclusive-view .type {
	font-weight: 600;
	color: crimson;
}

ul.ordered-list li::before{
	content: counter(a);
	font-size: 12px;
	font-family: unset;
}

.about-tabs-area .toggle_btn:before {
	content: "⇩" !important;
}

.gallery-magnify-widget .img-child {
	height: 150px;
	object-fit: cover;
	width: 100%;
}

.img-big {
	height: 400px;
	width: 100%;
	object-fit: cover;
}

.thumbnail-brand {
	height: 230px;
	object-fit: cover;
}

.slick-slide {
  padding: 0 10px !important;
}

.slick-list {
  margin: 0 -10px !important;
}

.toggle_shortcode .toggle_btn,
.toggle_shortcode .toggle_body {
	margin-bottom: 5px;
}

.item-review {
	margin-bottom: 30px;
}

.about-tabs-area .reviews-item .review-text .r-icon {
  margin-bottom: 10px !important;
}

@media(max-width: 912px) {
	.gallery-magnify-widget .img-child {
		height: 80px !important;
	}

	.img-big {
		height: 250px !important;
	}
}

@media(max-width: 480px) {
	.categories-item img {
		width: 100px;
	}

	.categoris-area .categories-item {
		padding: 15px !important;
	}
}