/* Zoopochta Wholesale — оптовая цена и кнопка «Купить по оптовой цене» */

/* Строка оптовой цены под обычной/акционной ценой */
.zoo-wholesale-price {
	margin: 6px 0 0;
	font-size: 14px;
	line-height: 1.3;
	color: #333;
}
.zoo-wholesale-price__label {
	color: #777;
}
.zoo-wholesale-price__value {
	font-weight: 700;
	color: #ed6436;
}

/* Кнопка «Купить по оптовой цене» — вторичный стиль, отличается от основной */
.zoo-wholesale-button.single_add_to_cart_button {
	display: inline-block;
	margin-top: 10px;
	background: transparent !important;
	color: #ed6436 !important;
	border: 2px solid #ed6436 !important;
	border-radius: 8px;
	font-weight: 700;
	transition: background-color .2s ease, color .2s ease;
}
.zoo-wholesale-button.single_add_to_cart_button:hover,
.zoo-wholesale-button.single_add_to_cart_button:focus {
	background: #ed6436 !important;
	color: #fff !important;
}

/* На странице товара кнопки идут рядом; на узких экранах — в столбик */
.quantity-button .zoo-wholesale-button {
	margin-left: 8px;
}
@media (max-width: 575px) {
	.quantity-button .zoo-wholesale-button {
		margin-left: 0;
		width: 100%;
	}
}

/* Оптовая кнопка в каталоге/списке товаров (loop) */
.zoo-wholesale-button--loop {
	display: inline-block;
	margin-top: 6px;
	background: transparent !important;
	color: #ed6436 !important;
	border: 2px solid #ed6436 !important;
	border-radius: 8px;
	font-weight: 700;
	line-height: 1.2;
	transition: background-color .2s ease, color .2s ease;
}
.zoo-wholesale-button--loop:hover,
.zoo-wholesale-button--loop:focus {
	background: #ed6436 !important;
	color: #fff !important;
}
