html, body {
	background: #F3F3F3;
	font-family: 'Heebo', sans-serif;
	color: #222;
	padding: 0px;
	margin: 0px;
}
h1, h2, h3, h4, p, ul{
	list-style: none none;
	margin: 0;
	padding: 0;
}
a{
	color: #222;
	text-decoration: none;
}

/* HEADER  */
header{
	border-bottom: #E3E3E3 1px solid;
	padding: 10px 0;
}
header .logo{
	background: url("logo-lanca-perfume.png") no-repeat center center;
	display: block;
	height: 50px;
	margin: 0 auto;
	overflow: hidden;
	text-indent: 99999em;
	width: 171px;
}

/* TITLE */
.status-order{
	text-align: center;
	padding: 70px 0 50px;
}
.status-order h2{
	font-size: 24px;
	margin: 0 0 10px;
}

.arrow-steps{
	display: block;
	margin: 0 auto 40px;
	max-width: 1120px;
	overflow: hidden;
}
.arrow-steps .step{
	background: #E5E5E5;
	color: #999999;
	float: left;
	font-size: 14px;
	margin: 0 3px;
	min-width: 60px;
	padding: 15px 9px 15px 26px;
	position: relative;
	text-align: center;
	text-shadow: 1px 1px 0px #FFFFFF;
	width: 21%;
}
.arrow-steps .step:before, 
.arrow-steps .step:after{
	content: " ";
    position: absolute;
    top: 0;
    right: -17px;
    width: 0;
    height: 0;
    border-top: 26px solid transparent;
    border-bottom: 25px solid transparent;
    border-left: 17px solid #E5E5E5;
    z-index: 2;
    transition: border-color 0.2s ease;
}
.arrow-steps .step:before{
	right: auto;
    left: 0;
    border-left: 17px solid #F3F3F3;
    z-index: 0;
}
.arrow-steps .step.active{
	background: #50C290;
	color: #FFF;
	text-shadow: 0 0 0;
}
.arrow-steps .step.active:after{border-left: 17px solid #50C290;}


/* CONTENT */
.detail-order{
	background: #FFF;
	border-radius: 5px 5px 0px 0px;
	margin: 0 auto;
	max-width: 1120px;
	overflow: hidden;
	width: 90%;
}
.detail-order .space{
	overflow: hidden;
	padding: 5% 5% 2%;
}
.detail-order .client{
	float: left;
	width: 50%;
}
.detail-order h3{
	font-size: 18px;
	margin-bottom: 20px;
}
.detail-order .client .data-client{
	padding-bottom: 30px;
}
.detail-order .client .data-client h4{
	display: inline-block;
	font-size: 16px;
}
.detail-order .client .data-client a{text-decoration: underline;}
.detail-order .client .data-client strong{display: block;}

.detail-order .timeline{
	float: right;
	width: 50%;
}
.detail-order .timeline .order-step{
    padding: 10px 0 25px 20px;
    position: relative;
}
.detail-order .timeline .order-step:before,
.detail-order .timeline .order-step:after{
	background: #222;
	content: " ";
	position: absolute;
}
.detail-order .timeline .order-step:before{
	border-radius: 100%;
	height: 10px;
    top: 15px;
    left: -5px;
    width: 10px;
}
.detail-order .timeline .order-step:after{
	background: #222;
	bottom: 0;
	height: 60%;
	left: 0;
	width: 1px;
}
.detail-order .timeline .order-step:first-child:before{}
.detail-order .timeline .order-step:last-child:after{
	display: none;
}
.detail-order .timeline .order-step strong{
	display: block;
	font-weight: normal;
}
.detail-order .timeline .order-step small{
	color: #666;
}

/* FOOTER */

footer{
	overflow: hidden;
	text-align: center;
	padding: 60px 0 20px;
}
footer h2{
	background: url("logo-la-moda.png");
	display: block;
	height: 30px;
	margin: 0 auto;
	overflow: hidden;
	text-indent: 99999em;
	width: 133px;
}


@media screen and (max-width: 1024px) {
	.arrow-steps{width: 90%;}
	.arrow-steps .step{width: 20.2%;}
}

@media screen and (max-width: 768px) {
	.arrow-steps .step{width: 18.5%;}
	.arrow-steps .step:first-child{padding: 26px 9px 25px 26px;}
	.arrow-steps .step:before, .arrow-steps .step:after{
		border-top: 35px solid transparent;
		border-bottom: 37px solid transparent;
	}
}
@media screen and (max-width: 414px) {
	.arrow-steps .step, .arrow-steps .step:first-child{
		margin-bottom: 2px;
		padding: 30px 0 8px;
		width: 100%;
	}
	.arrow-steps .step:before, .arrow-steps .step:after{
		border-left: 170px solid transparent;
		border-right: 170px solid transparent;
		border-bottom: 0;
		right: 0;
	}
	.arrow-steps .step:before{border-top: 15px solid #F3F3F3;}
	.arrow-steps .step.active:after{
		border-left: 160px solid transparent;
		border-top: 15px solid #50C290;
		bottom: -15px;
		top: auto;
	}
	.arrow-steps .step:last-child{margin-bottom: 15px;}

	.detail-order .client,
	.detail-order .timeline{
		float: none;
		margin-bottom: 20px;
		width: 100%;
	}
}




