/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}
body {
    /* Margin bottom by footer height */
    color: #395b80;
    font-family: 'Montserrat', sans-serif;
}
.footer {
    width: 100%;
    background-color: #25292f;
	padding:15px 0;
}
.footer > .container {
    padding-right: 15px;
    padding-left: 15px;
    padding-top:7px;
}
.footer-icon {
    text-align:right;
}
.footer-icon > a {
    color: #fff;
	display:inline-block;
	height:42px;
	width:42px;
	padding:6px;
	background:#333333;
	border-radius:50%;
	font-size:20px;
	text-align:center;
}
.footer-company a{
    color:#3d95dc;
}
.footer-company {
	color:#fff;
	padding:11px 0px;
}

.nav > li.border-right {
    border-right:1px solid #dedede;
}

.form-search {
    margin: 0 auto;
    max-width: 570px;
    padding: 65px 0;
}

.form-search .form-control {
    box-sizing: border-box;
    height: auto;
    position: relative;
}

.form-search .form-control:focus {
    z-index: 2;
}

.form-search input[type="text"] {
    margin-bottom: -1px;
    border: none !important;
    border-color: transparent !important;
    outline: none;
    box-shadow:none !important;
    font-size: 16px;
	background:none;
	color:gray;
}

.form-search button.btn{
    border-radius: 0;
	background:#3d95dc;
	padding-left:25px;
	padding-right:25px;
}

.form-search .input-group{
    border:2px solid #395b80;
    padding:2px;
}

.partner-logo-small{
    max-height:50px;
    height:auto;
    display:block;
}

.partner-logo{
    max-width:328px;
    height:auto;
    display:block;
    padding-bottom:20px;
}

.container .row-bottom-padding {
    padding-bottom:15px;
}

.result-box {
    border:2px solid #d6d6d6;
    background-color: #f8fbfd;
    padding: 15px;
}

.result-box .result-subbox{
    border:1px solid #e6e6e6;
    background-color: #f8fbfd;
    padding: 15px;
    overflow: hidden;
}

.result-box-error {
    border:2px solid #e08787;
    color: #840705;
    background-color: #ffdfdf;
    padding: 15px;
}

.result-box > div:nth-child(3n+4) {
    padding-top:30px;
}
.result-box-error .error-title{
    font-size: 1.2em;
}

.result-box-error li:after{
    content: " \2022";
}

.panel-box {
    border:2px solid #d6d6d6;
}

/* =========== Arrow Bar ==============*/

.arrow-bar{
    padding-left:15px;padding-right:15px;
    line-height: 35px;
}

.arrow-bar .progress-detail{
    white-space:nowrap;
    overflow: hidden;
}

.arrow-bar .arrow-left{
    padding-right:0px;
    /*border-top: 2px solid #395b80;
    border-bottom: 2px solid #395b80;*/
}
.arrow-bar .arrow-border-begin{
    border-left: 2px solid #395b80;
}
.arrow-bar .arrow-mid{
    padding-left:0px; padding-right:0px;
}
.arrow-bar .arrow-right{
    padding-left:0px; padding-right:0px;
}

.arrow-bar .arrow-head{
    width: 17px;
    height: 35px;
    background-repeat: no-repeat;
    background-image: url('../images/assets2.png');
}

.arrow-bar .green-bg{
    background-repeat: repeat-x;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAjCAYAAABVcWC0AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3wsRBCYcYB9yBgAAACRJREFUCNdjsIxu+M/EwMDAwLDmti2ENegI5sfvkhqYGBgYGABRHwfNBFnMUgAAAABJRU5ErkJggg==);
}

.arrow-bar .grey-bg{
    background-repeat: repeat-x;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAjCAYAAABVcWC0AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3wsRBCcAbQUfCAAAACVJREFUCNdjsIxu+M/EwMDAwPDs2TMIa9ARzMde8DYwMTAwMAAA5LIIQwYm56IAAAAASUVORK5CYII=);
    color: #b8b8b8;
}

.arrow-bar .red-bg{
    background-repeat: repeat-x;
    /*background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAjCAYAAABVcWC0AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3wsRBCcNE7RjtQAAAB9JREFUCNdjsIxu+M/EwMDAwPDfQhnCGnyElXIshAUA/okFacIx0LQAAAAASUVORK5CYII=);*/
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAjCAYAAABVcWC0AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3wsTCRkmXBzaUAAAACBJREFUCNdjsIxu+M/EwMDAwLRch50Bwhp0ROSVnxAWABibBVgDxGaIAAAAAElFTkSuQmCC);
    color: #840705;
}

.arrow-bar .head-green-normal{
    background-position: 0px 0px;
}

.arrow-bar .head-green-end{
    background-position: -18px 0px;
}

.arrow-bar .head-green-grey{
    background-position: -108px 0px;
}

.arrow-bar .head-green-red{
    background-position: -144px 0px;
}

.arrow-bar .head-red-normal{
    background-position: -36px 0px;
}

.arrow-bar .head-red-end{
    background-position: -54px 0px;
}

.arrow-bar .head-red-grey{
    background-position: -126px 0px;
}

.arrow-bar .head-grey-normal{
    background-position: -72px 0px;
}

.arrow-bar .head-grey-end{
    background-position: -90px 0px;
}

.acomm-label-green{
    color: #395b80;
    background-color: #acdb3d;
    vertical-align: middle;
}

.acomm-label-red{
    color: #840705;
    background-color: #e08787;
    vertical-align: middle;
}

/*=========== Timeline ============*/

.cbp_tmtimeline {
	margin: 0px 0 0 0;
	padding: 0;
	list-style: none;
	position: relative;
}

/* The line */
.cbp_tmtimeline:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	width: 7px;
	background: #b4d6ee;
	left: 20.5%;
	margin-left: -10px;
}

.cbp_tmtimeline > li {
	position: relative;
}

/* The date/time */
.cbp_tmtimeline > li .cbp_tmtime {
	display: block;
	width: 25%;
	padding-right: 45px;
	position: absolute;
	vertical-align:middle;
}

.cbp_tmtimeline > li .cbp_tmtime span {
	display: block;
	text-align: right;
}

/* Date */
.cbp_tmtimeline > li .cbp_tmtime span:first-child {
    white-space: nowrap;
	font-size: 0.9em;
	color: #76b6db;
}
/* Time */
.cbp_tmtimeline > li .cbp_tmtime span:last-child {
	color: #0a79b8;
}


/* Right content */
.cbp_tmtimeline > li .cbp_tmlabel {
	margin: 0 0 5px 25%;
    background: #e6eff5;
	padding: 0.5em 1em;
	position: relative;
	border-radius: 5px;
	color: #74a2d4;
}
.cbp_tmtimeline > li:first-child .cbp_tmlabel {
    background: #c9e3f5;
    color: #395b80;
}
.cbp_tmtimeline > li .cbp_tmlabel span.timeline_location{
    font-weight:bold;
}

/* The triangle */
.cbp_tmtimeline > li .cbp_tmlabel:after {
	right: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-right-color: #e6eff5;
	border-width: 10px;
	top: 10px;
}

.cbp_tmtimeline > li:first-child .cbp_tmlabel:after {
    border-right-color: #c9e3f5;
}

/* The icons */
.cbp_tmtimeline > li:first-child .cbp_tmicon {
	width: 10px;
	height: 10px;
	-webkit-font-smoothing: antialiased;
	position: absolute;
	background: #46a4da;
	border-radius: 50%;
	box-shadow: 0 0 0 5px #b4d6ee;
	text-align: center;
	left: 23%;
	top: 15px;
	margin: 0 0 0 -25px;
}
.cbp_tmtimeline > li .cbp_tmicon {
	width: 10px;
	height: 10px;
	-webkit-font-smoothing: antialiased;
	position: absolute;
	background: #ecf7ff;
	border-radius: 50%;
	box-shadow: 0 0 0 5px #b4d6ee;
	text-align: center;
	left: 23%;
	top: 15px;
	margin: 0 0 0 -25px;
}

/*New Update*/
.navbar-default {
	padding:30px 0;
	border:none;
	background:#ffffff;
	margin:0;
}
.main-content {
	background:#fff;
}
.form-search h3 {
	font-size:23px;
	color:#395b80;
	margin-top:30px;
	margin-bottom:15px;
	text-align:center;
}
.center-ads {
	text-align:center;
	padding:30px 0;
}
.center-ads img {
	max-width:100%;
}
.section-faq {
	text-align:center;
	padding:40px 0;
	background:#f1f1f1;
}
.section-faq h3 {
	font-size:24px;
	color:#a8a7a7;
	margin-top:0;
	margin-bottom:15px;
}
.section-faq p {
	margin-top:0;
	margin-bottom:15px;
	font-size:23px;
	color:#2e6695;
}
.section-faq a.btn {
	font-size:23px;
	color:#fff;
	display:inline-block;
	background:#3493e1;
	padding:10px 40px;
	border-radius:5px;
}
.section-contact {
	padding:40px 0 10px;
}
.section-contact h3 {
	font-size:24px;
	color:#a8a7a7;
	margin-top:0;
	margin-bottom:15px;
	text-align:center;
}
.section-contact p {
	margin-top:0;
	margin-bottom:40px;
	font-size:23px;
	color:#2e6695;
	text-align:center;
}
.info-contact {
	margin-bottom:30px;
}
.info-contact h3 {
	margin-top:0;
	margin-bottom:15px;
	font-size:20px;
	color:#2e6695;
	text-align:left;
}
.info-contact a {
	margin-bottom:5px;
	display:block;
}
.info-contact img {
	display:inline-block;
	vertical-align:middle;
}
.info-contact span {
	font-size:12px;
	color:#3d95dc;
	display:inline-block;
	vertical-align:middle;
	margin-left:10px;
}
.info-contact .mail span{
	text-decoration:underline;
}
.navbar-default .navbar-nav > li > a {
	font-size:13px;
	color:#000000;
	padding:0 20px;
}
.navbar-default .navbar-nav > li > a img {
	display:inline-block;
	vertical-align:middle;
}
.navbar-default .navbar-nav > li > a span {
	display:inline-block;
	vertical-align:middle;
	margin-left:10px;
}

.acommerce-logo {
    background-image: url('../images/acommerce-logo.png');
    background-repeat: no-repeat;
    width: 328px;
    height: 60px;
    background-position: center center;
    display: block;
}

.support-box h2{
    margin-bottom:20px;
    color: #4f9ed6;
    font-size: 28px;
}
.support-box strong {
    color: #444;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: -0.5px;
    padding-bottom: 5px;
}
.support-box p {
    color: #888;
    font-size: 14px;
    margin: 0 0 15px;
}

.icon-order-received::before{
    content: '\f218';
}
.icon-preparing-delivery::before{
    content: '\f1b2';
}
.icon-intransit::before{
    content: '\f0d1';
    transform: scale(-1, 1);
}
.icon-delivered::before{
    content: '\f05d';
    transform: scale(-1, 1);
}
.icon-verify-failed::before{
    content: '\f071';
}
.icon-delivery-cancelled::before{
    content: '\f05e';
}
.icon-failed-to-deliver::before{
    content: '\f06a';
}
.icon-rejected-by-customer::before{
    content: '\f256';
}
.mobile-ads{
	display:none;
}
.panel-default > .panel-heading,.panel-collapse > .panel-body {
	text-align:left;
}
.panel-default > .panel-heading{
	position:relative;
	cursor:pointer;
}
.panel-default > .panel-heading.collapsed:after{
	display:block;
	position:absolute;
	right:15px;
	top:8px;
	font-family:FontAwesome;
	content:"\f078";
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
}
.panel-default > .panel-heading:after{
	-webkit-transform: rotate(-180deg);
	-moz-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	-o-transform: rotate(-180deg);
	display:block;
	position:absolute;
	right:15px;
	top:8px;
	font-family:FontAwesome;
	content:"\f078";
}
.language {
	position:relative;
	cursor:pointer;
}
.language ul {
	list-style:none;
	position:absolute;
	top:100%;
	left:0;
	width:100%;
	padding:10px 0;
	margin:0;
	background:#fff;
	display:none;
	min-width:155px;
}
.language:after {
	display:block;
	position:absolute;
	right:0;
	top:2px;
	font-family:FontAwesome;
	content:"\f078";
}
.language ul li {
	margin-bottom:10px;
}
.language ul li:last-child {
	margin:0;
}
.language ul li a{
	font-size: 13px;
	color: #000000;
	padding: 0 20px;
}
.language ul li a img {
    display: inline-block;
    vertical-align: middle;
}
.language ul li a span {
	display: inline-block;
	vertical-align: middle;
	margin-left: 10px;
}
/* Example Media Queries */
@media screen and (max-width:  992px) {
	.cbp_tmtimeline > li .cbp_tmtime span:last-child {
		float:right;
	}
	.cbp_tmtimeline > li .cbp_tmtime span:first-child {
		float:left;
	}
	.cbp_tmtimeline > li:first-child{
		padding-top:10px;
	}
	.cbp_tmtimeline > li:first-child .cbp_tmicon{
		margin-top:10px;
	}
	.mobile-ads{
		display:block;
	}
	.desktop-ads {
		display:none;
	}
}
@media screen and (max-width: 768px) {
	.col-sm-6 {
		float:left;
		width:50%;
	}
	.col-sm-4 {
		width:33.33333%;
		float:left;
	}
	.col-sm-8 {
		width:66.66666%;
		float:left;
	}
	.navbar-nav {
		margin:0;
		text-align:right;
	}
	.nav > li {
		display:inline-block;
	}
}
@media screen and (max-width: 620px) {
	.col-sm-6,.col-sm-4,.col-sm-8 {
		width:100%;
		float:none;
	}
	.navbar-nav {
		margin-top:10px;
	}
	.logo,.section-contact,.info-contact h3,.navbar-nav,.footer-company,.footer-icon  {
		text-align:center;
	}
	.acommerce-logo {
		width: auto;
		height: 53px;
		max-width: 328px;
		background-size: cover;
	}
	.navbar-default .navbar-nav > li > a {
		padding:0 5px;
	}
}
@media screen and (max-width: 600px) {
	.cbp_tmtimeline:before {
		display: none;
	}
	
	.cbp_tmtimeline > li .cbp_tmtime {
		width: 100%;
		position: relative;
		padding: 0 0 20px 0;
	}

	.cbp_tmtimeline > li .cbp_tmtime span {
		text-align: left;
	}

	.cbp_tmtimeline > li .cbp_tmlabel {
		margin: 0 0 5px 0;
		padding: 0.5em 1em;
		font-weight: 400;
		font-size: 95%;
	}

	/* rotated triangle */
	.cbp_tmtimeline > li .cbp_tmlabel:after {
		right: auto;
		left: 20px;
		border-right-color: transparent;
		border-bottom-color: #e6eff5;
		border-width:5px;
		top: -10px;
	}
	.cbp_tmtimeline > li:first-child .cbp_tmlabel:after {
	    border-bottom-color: #c9e3f5;
	    border-right-color: transparent;
	}
	.cbp_tmtimeline > li .cbp_tmicon {
		display: none;
	}
	.language:after {
		right:-10px;
	}
	.language ul li a{
		padding:0;
	}
}