.container-fluid.sale-order-detail {
	padding: 0;
}
.container-fluid.sale-order-detail a.link-back {
	color: #111111;
	border-bottom: 1px solid rgba(17,17,17,0.5);
}
/*.complect_check {
	display:none;
}
.complect_check-label {
	border:2px solid lightgray;
	width:30px;
	height:30px;
	display:inline-flex;
}
*/

/*.dns_button {
	color: #fc8507;
	border: none;
	line-height: 60px;
	padding-right: 80px;
	background-color: #f6f6f6;
	background-image: url("https://as.dns-shop.ru/assets/e181e326/images/theme/logo.svg");
	background-repeat: no-repeat;
	background-position:  73% 21px;
	background-size: 60px auto;
	border: 2px solid #fc8507;
}
.dns_button:hover {
	color: #fc8507;
	border: 2px solid #fc8507;
	background-color: #e5e5e5;
	background-image: url("https://as.dns-shop.ru/assets/e181e326/images/theme/logo.svg");
	background-repeat: no-repeat;
	background-position:  73% 21px;
	background-size: 60px auto;
}*/


.dns_button {
	color: #fff !important;
	border: none;
	line-height: 60px;
	background: #FF8332;
	/*padding-right: 80px;
	background-color: #f6f6f6;
	background-image: url("https://as.dns-shop.ru/assets/e181e326/images/theme/logo.svg");
	background-repeat: no-repeat;
	background-position:  73% 21px;
	background-size: 60px auto;
	border: 2px solid #fc8507;*/
}
.dns_button:after {
    content: "";
    display: block;
    width: 60px;
    height: 30px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("https://as.dns-shop.ru/assets/e181e326/images/theme/logo.svg");
    filter: brightness(0%) invert(100%);
    margin-left: 8px;
}
.dns_button:hover {
    background: #F67611;
}
