/*
Theme Name: Bono Child
Theme URI: https://wpshop.ru/themes/bono
Author: WPShop.ru
Author URI: http://wpshop.ru/
Template: bono
Version: 1.0.0
*/

/* Below you can add your CSS styles */
/* Ниже Вы можете добавить свои CSS стили */


.link_d3n {
	color: #f90089;
}

/* скругление заголовков слайдера  */
.card-slider__title span,
.card-slider__excerpt span{
	border-radius: 10px;
}
.header-customer-account__text {
	display: none;
}

@media (max-width: 767.98px) {
	
	.site-logotype {
		max-width: 120px;
	}
	
	.header-html-2 {
		display: flex;
		gap: 20px;
		justify-content: space-between;
	}
	
	.header-mobile-items-container {
			position: absolute;
			top: 8px;
			right: 70px;
	}
}

a {
	color: #f90089;
}

/* кнопка оформить заказ */
.wc-block-components-checkout-place-order-button,
.wc-block-cart__submit-button{
	border: 2px solid #f90089;
	font-weight: 500;
	font-size: 16px;
	border-radius: 10px;
    background-color: #f90089;
    color: #FFF;
	transition: all 0.3s ease!important;
	text-decoration:none;
}
.wc-block-components-checkout-place-order-button:hover,
.wc-block-cart__submit-button:hover {
	background-color: #fff;
	color: #f90089;
}

#pwgc-purchase-container {
	display:none!important;
}