.message-freeshipping {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 202;
}
.message-freeshipping {
	color: #000000;
	text-transform: uppercase;
}
.message-freeshipping p {
    font-size: 12px;
    line-height: 40px;
	margin: 0;
	text-align: center;
}
.message-freeshipping-wrap{
	margin: 0 auto;	
	max-width: 1020px;
	width: 60%;
}
.message-freeshipping-wrap p{
	font-size: 16px;
	font-weight: normal;
	text-align:center;
}
.bag-progress {
	background: #fff;
    border: 1px #fff solid;
	height: 10px;
    margin: 15px 10px 10px 10px;
	padding: 0px;
    position: relative;
}

.bag-progress .stepSingle {
	background: #d2947d;
    float: left;
    height: 100%;
    /*background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.125) 50%, transparent 90%, transparent 90%, rgba(255, 255, 255, 0.125) 190%, rgba(255, 255, 255, 0.125) 115%, transparent 245%, transparent);
    background-size: 35px 35px;
    box-shadow: inset 0px -1px 2px rgba(0, 0, 0, 0.1);*/
}
.clearfix {
    clear: both;
}
.clearfix:after, 
.clearfix:before {
	content: "";
    display: table;
    line-height: 0;
}
.clearfix:after {
    clear: both;
}
.bag-progress .box-seeker {
    position: absolute;
	transform: translateX(-98%);
    top: -11px;
    width: 30px;
}
.bag-progress .box-seeker img {
	margin-left: 2px;
    max-height: 100%;
    max-width: 100%;
    padding: 0;
}
.bag-active .page.messages{
	top: 82px;
}
.bag-active .message.notice{
	margin:0;
}
body.bag-active {
    padding-top: 80px;
}
body{padding-top: 40px}