.product-owners {
	margin-top: 1em;
}
.product-owners-tabs__inner {
  position: relative;
	width: 100%;
}
.product-owners-tabs__item {
  display: none;
	width: 100%;
}
.product-owners-tabs__item.active {
	display: block;
}
.product-owners-tabs__content {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	margin-bottom: 1em;
	border: 2px solid #dfdfdf;
	padding: 10px;
	cursor: pointer;
	font-size: 14px;
}
.product-owners-tabs__content.active {
	border-color: #1eb5da;
}
.product-owners-tabs__content.dco_no_active {
	color: #ccc;
}
.dco_no_active .product-hero__pricing__price.h2, .dco_no_active .product-hero__pricing__price.h4 {
	color: #ccc;
}
.product-owners-tabs__content .product-hero__collection {
	margin-bottom: 0px!important;
}
.product-owners-hero__info__condition {
	border: 2px solid #dfdfdf;
	padding: 10px;
	margin: 1em 0;
	text-align: justify;
	font-size: 14px;
}
.product-about__text.sortable > .d-flex {
	align-items: center;
}
.product-about__text.sortable > .d-flex .sort {
    cursor: pointer;
    vertical-align: middle;
    top: 0px;
    bottom: 0px;
    /*left: -25px;
    position: absolute;
    margin: auto;*/
}