/*
Theme Name: royal-elementor-kit child
Tags:  custom-menu, editor-style, featured-images
Template: royal-elementor-kit
Version: 1.0.0
*/

@import '../royal-elementor-kit/style.css';


div.buy_buttons {
	display: flex;
	flex-direction: row;
	gap: 20px;
	flex-wrap: wrap;
	justify-content: center;
}

a.buy_button {
	display: block;
	width: 50%;
	text-align: center;
	padding: 10px 30px;
	border: 2px solid transparent;
	border-radius: 8px;
	transition: all .3s ease;
	font-weight: 600;
}

#yith-quick-view-content div.buy_buttons {
	padding: 20px 0;
}

#yith-quick-view-content a.buy_button {
	width: 100%;
}

a.buy_button.wildberries_buy {
	background-color: #a73afd;
	color: #fff;
}
a.buy_button.wildberries_buy:hover {
	background-color: #bc68fd;
}

a.buy_button.ozon_buy {
	background: #005bff;
	color: #fff;
}
a.buy_button.ozon_buy:hover {
	background: #4a8afd;
}

a.buy_button.yandeksmarket_buy {
	background: #fce000;
	color: #000;
}
a.buy_button.yandeksmarket_buy:hover {
	background: #e0c800;
}

a.buy_button.vkontakte_buy {
	background: #3770b1;
	color: #fff;
}
a.buy_button.vkontakte_buy:hover {
	background: #2566b0;
}

a.buy_button.avito_buy {
	background: #00aaff;
	color: #fff;
}
a.buy_button.avito_buy:hover {
	background: #018ed5;
}

@media (max-width: 480px) {
	a.buy_button {
		width: 100%;
	}
}

.wpr-grid-item-add-to-cart {
    display: none;
}