.product-bar .wishlist {
	display: inline-flex;
	width: 100%;
	order: -1;
	justify-content: flex-start;
}
.l-body .product-bar .btn.addToWishList {
	box-shadow: none;
	background: none;
	border-radius: 0;
	padding: 0;
	height: auto;
	min-width: 0;
	font-size: 16px;
	color: inherit;
	border-bottom: 1px dashed var(--main-border-color);
	white-space: nowrap;
	margin-bottom: 5px;
}
.l-body .product-bar .btn.addToWishList:hover {
	background: none;
	border-bottom: 1px dashed transparent;
	opacity: 0.8;
}

.c-goods__item .wrapper-mg-buy-click {
	display: inline-flex;
	align-items: center;
}

.chd-request-price-link {
	margin-bottom: 0;
}

#wrapper-chd-request-price-id {
	height: auto!important;
}

.wrapper-modal-back-ring .agreement {
  font-size: 14px;
}
.wrapper-modal-back-ring .agreement__label {
  align-items: center;
}
.wrapper-modal-back-ring .agreement__checkbox {
  min-width: 15px;
  max-width: 15px;
  min-height: 15px;
  max-height: 15px;
  margin-right: 10px;
}
.wrapper-modal-back-ring .send-ring-button {
  margin: 0 auto;
}

.c-buy__buttons {
  min-width: 0;
}
.c-goods__item.mini-item .c-buy {
  row-gap: 10px;
}
.c-goods__item.mini-item .c-buy:has(> .chd-request-price-link[style=""]) {
  column-gap: 0;
}


/* email в шапке */
.c-contact .c-contact__row a[href^="mailto:"] {
  font-weight: normal;
  border-bottom: 1px dashed;
}