body{
	font-size: 1rem;
	color: #000000;
}
.logo{
	width: 20rem;
	height: 3.5rem;
	display: block;
	margin: 0 auto;
}
/* Colors */
.text-grey{
	color: #949698;
}
.text-primary{
	color: #3B61FF;
}
.text-light-grey{
	color: #C8C8D0;
}
.bg-primary{
	background-color: #3B61FF;
}
.bg-light-grey{
	background-color: #F7F7F9;
}
.bg-light-blue{
	background: rgba(0, 82, 180, 0.15);
}
.bg-easy-blue{
	background: #D9E5F4;
}
/* BORDER */
.border-light-grey{
	border-color: #E3E3E3;
}
/* BUTTON */
.btn-link{
	text-decoration: none;
}
/* TEXT */
.text-xxxs {
	font-size: .75rem;
} /*12px*/
.text-xs {
	font-size: 1rem;
} /*16px*/
.text-xll {
	font-size: 3rem;
} /*48px*/
.fw-600{
	font-weight: 600;
}
.fw-700{
	font-weight: 700;
}
.fw-900{
	font-weight: 900;
}
/* ACCORDION */
.accordion-item {
	border: none;
	border-bottom: 2px solid #E3E3E3;
}
.accordion-header{
}
.accordion-button{
	background-color: transparent !important;
	padding: 1rem 0;
}
.accordion-button:after {
	content: none;
}
.accordion-collapse{
	position: relative;
}
.accordion-collapse::before, .img-x::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	height: 1px;
	background: linear-gradient(to right, #E3E3E3 10px, transparent 10px);
	background-size: 20px 100%;
	transform: translateY(-50%);
}
.img-x::before {
	margin-top: 1rem;
}
.accordion-button:not(.collapsed) {
	box-shadow: none;
	color: #000;
}
.accordion-button:focus{
	box-shadow: none;
}
.accordion-body{
	padding: 1rem 0;
}
/* PRODUCT DETAILS */
.product-details-item{
	border-radius: .625rem;
	font-size: .75rem;
	border: 1px solid #D9E5F4;
	display: flex;
	align-items: center;
	padding-left: 0;
	overflow: hidden;
}
.product-details-item span:first-child{
	background: #D9E5F4;
	font-weight: 600;
	padding: .6rem .625rem;
}
.product-details-item span:last-child{
	flex: 1 1 auto;
	text-align: center;
	padding: 0 .625rem;
}


span p {
	margin-bottom: 0;
}


.img-x, .img-y {
	text-align: center;
}
.img-x {
	order: 2;
	margin-bottom: 1rem;
}
.img-x img, .img-y img {
	width: 96px;
	height: 96px;
	border-radius: .625rem;
	background-size: cover;
	background-position: center;
}
.img-x img {
	margin-right: 0.5rem;
	margin-left: 0.5rem;
	margin-top: 2rem;
	margin-bottom: -1rem;
}
.img-y img:not(:last-child){
	margin-bottom: 1rem;
}


@media print {
	.print-col-md-fix {
		flex: 0 0 50%;
		max-width: 50%;
	}
	div.no-break {
		page-break-inside: avoid;
	}
	@page: last {
		#footer {
			display: block;
		}
	}
	.no-print {
		display: none;
	}
	.header {
		border-bottom: 2px solid #E3E3E3;
	}
}

hr {
	border-top: 2px solid #A1A1A1;
}
.total-bar {
	left: 0.75rem;
	top: 1.5rem;
}


.summary h2, .summary p {
	margin-bottom: 0.5rem;
}
footer p {
	margin-bottom: 0;
}

.accordion-button, .accordion-item {
	border-radius: 0!important;
}