

/* Start:/local/templates/aspro_next/components/bitrix/catalog.section/collections_list/style.css?17877297671909*/
.catalog_item .to-order span {
	display: none;
}

.catalog_item .to-order {
    border: 1px solid orange !important;
	background-color: orange !important;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 30px;
	height: 30px;
	box-sizing: border-box;
	padding: 0 !important;
}

.catalog_item .to-order::before {
	content: '';
	display: block;
	width: 20px;
	height: 20px;
	background: url('/local/templates/aspro_next/images/svg/Basket_white.svg') center 0px no-repeat;
}

.model-icon {
    height: 30px !important;
    line-height: 1 !important;
    min-width: auto !important;
    width: 30px !important;
    display: flex !important;
    border: 1px solid transparent;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    box-sizing: border-box;
    background-color: transparent;
    margin: 0 0 10px !important;
}

@media(hover: hover) {
	.catalog_item:hover .model-icon {
		opacity: 1;
	}

	.model-icon:hover {
		border-color: #e3e3e3;
		background-color: #e3e3e3;
	}

	.model-icon:hover > svg {
		fill: #424f60;
	}

	.model-icon {
		opacity: 0;
	}
}

.buttons__card {
    display: flex !important;
    width: 100%;
    gap: 10px;
    align-items: center;
    justify-content: center;
}

.to-order-touch,
.to-order-non-touch {
	width: 36px !important;
	height: 36px !important;
	padding: 0 !important;
	position: relative;
}

.to-order-touch > :is(i, span) {
	display: none !important;
}

.to-order-non-touch::before,
.to-order-touch::before {
	content: "";
	display: block;
	margin: auto !important;
	position: absolute;
	inset: 0;
	width: 16px !important;
	height: 16px !important;
	-webkit-mask-image: url('/local/templates/aspro_next/images/svg/Basket_white.svg');
	-webkit-mask-position: center;
	-webkit-mask-size: cover;
	-webkit-mask-repeat: no-repeat;
}

.to-order-non-touch::before,
.to-order-touch::before {
	background: white !important;
}
/* End */
/* /local/templates/aspro_next/components/bitrix/catalog.section/collections_list/style.css?17877297671909 */
