/* Кнопка «купити в один клік» на сторінці товару замість іконки блискавки */
.product_header_right #button-fast-checkout {
	width: auto;
	min-width: auto;
	padding: 10px 14px;
	margin-left: 15px;
	overflow: visible;
	text-indent: 0;
	font-size: 13px;
	line-height: 1.2;
	font-weight: 500;
	color: var(--main_color);
	white-space: nowrap;
	justify-content: center;
}

.product_header_right #button-fast-checkout:before {
	display: none;
}
