/** Shopify CDN: Minification failed

Line 44:0 Unexpected "}"

**/
.orderDetailLink {

    color: #ffffff;
}
.orderDetailBtn {
	display: flex;
	align-items: center;
	justify-content: center;
	background: #232323;
	border: 1px solid #ffffff;
	font-family: Noto Sans;
	font-size: 13px;
	font-weight: 300;
	text-align: center;
	/* letter-spacing: 0.05em; */
	/* line-height: 22px; */
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	border-radius: 0;
	border-width: 1px;
	/* min-width: 100px; */
	max-width: 70%;
	/* outline: none !important; */
	color: #ffffff;
	cursor: pointer;
    height: 40px;


}

@media (max-width: 1024px) {
  .orderDetailBtn {
    /* min-width: 135px; */
    font-size: 13px;
    height: 35px;
}
  }
}

.halo-page-content .account .account-body .orderDetailBtn .orderDetailLink {
  text-transform: none;
}

