

/* Start:/local/templates/muzplanet/components/bitrix/catalog.element/element/style.css?17619895372842*/
.quan-stars__reviews .product-reviews__how {
	cursor: pointer;
}
.product-reviews__photos{
	display:flex;
	flex-wrap:wrap;
	align-items:flex-start;
	gap:10px;
	margin-top: 20px;
	
}
.product-reviews__photos::-webkit-scrollbar {
	display: none;
	width: 0 !important;
}
.product-reviews__photo{
	aspect-ratio: 324 / 216;
	overflow:hidden;
	border-radius:18px;
	flex:none;
}
.product-reviews__photo img{
	width:100%;
	height:100%;
	object-fit:cover;
}
@media (max-width: 568px) {
	.product-reviews__photo{
		aspect-ratio:188 / 126;
	}
	.product-reviews__photos{
		flex-wrap:nowrap;
		overflow-x: scroll;
		-ms-overflow-style: none;
		scrollbar-width: none;
	}
}
@media (max-width: 568px) {
	.input-file-row {
		overflow-x: scroll;
		-ms-overflow-style: none;
		scrollbar-width: none;
	}
	.input-file-row::-webkit-scrollbar {
		display: none;
		width: 0 !important;
	}
}
.input-file {
	position: relative;

	background: none;
	border: 2px solid #282828;
	border-radius: 14px;
	padding: 0px 32px;
	height:48px;

	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	cursor: pointer;
	-webkit-box-flex: 0;
	-ms-flex: none;
	flex: none;
}
@media (max-width: 568px) {
	.input-file {
		width:100%;
	}
}
.input-file span {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 0.8rem;
	font-family: 'Unbounded';
	font-weight: 400;
	font-size: 16px;
	color: #282828;
}
.input-file input[type=file] {
	position: absolute;
	z-index: -1;
	opacity: 0;
	display: block;
	width: 0;
	height: 0;
}
.input-file-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;

	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 10px;
}

.input-file-list-item {
	border-radius: 18px;
	background: none;
	overflow:hidden;
	aspect-ratio:202 / 134;
	position: relative;
	-webkit-box-flex: 0;
	-ms-flex: none;
	flex: none;
	width: 202px;
}
.input-file-list-item img{
	width:100%;
	height:100%;
	object-fit:cover;
}
@media (max-width: 568px) {
	.input-file-list {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}
	
}
.input-file-list-name {
	font-weight: 400;
	font-size: 1.8rem;
	opacity: 0.8;
	display: block;
	word-break: break-word;
	overflow: hidden;
}
.input-file-list-remove {
	position: absolute;
	width: 23px;
	height: 23px;
	background: #fff;
	top: 8px;
	right: 11px;
	cursor: pointer;

	font-weight: 400;
	font-family: 'Unbounded';
	font-size: 12px;
	border-radius: 43px;
	color: #282828;
	display:flex;
	align-items:center;
	justify-content:center;
}

/* End */
/* /local/templates/muzplanet/components/bitrix/catalog.element/element/style.css?17619895372842 */
