@charset "UTF-8";

html, body {height: 100%; margin: 0; } 
body {
	background: #f7fafc;

	font-family:'Open Sans',sans-serif;
	font-size: 14px;
	line-height: 16px;
	color: #909090;
}
h1, h2, h3, h4, h5 { margin: 0; }
strong { font-weight: 700; }
figure { margin: 0; }

::-webkit-input-placeholder {color: #999; } 
:-ms-input-placeholder {color: #999; } 
::placeholder {color: #999; }

.loading {
	width: 53px;
	height: 14px;
	margin: 0 auto;
	background: url(img/loading.svg) no-repeat;
	transform: scale(0.7);
}
.loading-spin {
	width: 27px;
	height: 27px;
	margin: 0 auto;
}



/*PAGE @ LOGIN*/
.page-login { background: #FFF; } 
.page-login .full-height { height: 100%; }
.page-login .container-fluid {padding-left: 0; padding-right: 0; overflow: hidden; } 
.page-login .image {
	width: 100%;
	height: 100%;
	background-image: url(img/login-image.jpg);]
	background-position: center;
	background-size: cover;
}
.page-login .form-wrap {
	position: absolute;
	width: 80%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
}
.page-login .form-wrap figure.logo {
	width: 91px;
	margin: 0 auto 60px;
}
.page-login .form-wrap header {
	margin-bottom: 40px;
	font-size: 17px;
	line-height: 27px;
	text-transform: uppercase;
	color: #5b5b5e;
}
.page-login .form-wrap header h1 {font-size: 23px; } 
.page-login .form-wrap form { width: 100%; max-width: 400px; margin: 0 auto; }
.page-login .form-wrap form label { position: relative; display: block; }
.page-login .form-wrap form input,
.page-login .form-wrap form button {
	display: block;
	width: 100%;
	height: 40px;
	padding: 5px 20px;
	border-radius: 15px;
	outline: none;
	transition: .2s ease-in-out;
}
.page-login .form-wrap form input {
	margin-bottom: 14px;
	border: 2px solid #274172;

	font-size: 12px;
	font-weight: 300;
}
.page-login .form-wrap form button {
	margin-top: 30px;
	margin-bottom: 10px;
	background: #274172;
	border: 0;

	font-size: 17px;
	font-weight: 700;
	color: #FFF;
	text-transform: uppercase;
}
.page-login .form-wrap form button:hover {
	background: #6e0d0e;
}
.page-login .form-wrap form .icon-wrap {
	position: absolute;
	top: 10px;
    right: 20px;
    font-size: 18px;
}
.page-login .form-wrap a.forgot-password {
	position: relative;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	color: #909090;
}
.page-login .status {
	font-size: 12px;
	color: #666;
}
.page-login .sso-microsoft {
	padding: 30px;
	background: #eeeeee;
	border-radius: 10px;
	max-width: 70%;
	margin: 0 auto;
}
.page-login .sso-microsoft p {
	font-size: 14px;
	line-height: 18px;
}


/*PAGE @ ESQUECI SENHA*/
.page-nova-senha {background: #FFF; } 
.page-nova-senha .full-height { height: 100%; }
.page-nova-senha .container-fluid {padding-left: 0; padding-right: 0; overflow: hidden; } 
.page-nova-senha .image {
	width: 100%;
	height: 100%;
	background-image: url(img/login-image.jpg);]
	background-position: center;
	background-size: cover;
}
.page-nova-senha .loading { margin-top: -10px; }
.page-nova-senha .form-wrap {
	position: absolute;
	width: 80%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
}
.page-nova-senha .form-wrap figure.logo {
	width: 91px;
	margin: 0 auto 60px;
}
.page-nova-senha .form-wrap header {
	margin-bottom: 40px;
	font-size: 17px;
	line-height: 27px;
	text-transform: uppercase;
	color: #5b5b5e;
}
.page-nova-senha .form-wrap form { width: 100%; max-width: 400px; margin: 0 auto; }
.page-nova-senha .form-wrap form label { position: relative; display: block; }
.page-nova-senha .form-wrap form input,
.page-nova-senha .form-wrap form button {
	display: block;
	width: 100%;
	height: 40px;
	padding: 5px 20px;
	border-radius: 15px;
	outline: none;
	transition: .2s ease-in-out;
}
.page-nova-senha .form-wrap form input {
	margin-bottom: 14px;
	border: 2px solid #274172;

	font-size: 12px;
	font-weight: 300;
}
.page-nova-senha .form-wrap form button {
	margin-top: 30px;
	margin-bottom: 10px;
	background: #274172;
	border: 0;

	font-size: 17px;
	font-weight: 700;
	color: #FFF;
	text-transform: uppercase;
}
.page-nova-senha .form-wrap form button:hover {
	background: #6e0d0e;
}
.page-nova-senha .form-wrap form .icon-wrap {
	position: absolute;
	top: 10px;
    right: 20px;
    font-size: 18px;
}
.page-nova-senha .form-wrap a.back-to-home {
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	color: #909090;
}
.page-nova-senha .status {
	font-size: 12px;
	color: #666;
}



/*HEADER*/
#header .top-bar {
	padding: 15px 0;
	background: #234576;
	font-size: 10px;
	color: #FFF;
	text-transform: uppercase;
}
#header .top-bar .address { font-weight: 300; }
#header .top-bar .btn-logout {
	padding: 3px 8px;
	border: 1px solid #FFF;
	border-radius: 5px;
	transition: .2s ease-in-out;

	color: #FFF;
	font-weight: 700;
	text-decoration: none;
}
#header .top-bar .btn-logout:hover {
	background: #FFF;
	color: #234576;
}

#header .bottom-bar {
	padding: 20px 0;
	background: #FFF;
	border-bottom: 3px solid #d23d33;
}
#header .bottom-bar figure.logo { width: 75px }
#header .bottom-bar nav.mobile { margin-top: 20px; }
#header .bottom-bar nav.mobile > a {
	display: block;
	margin-bottom: 10px;
	font-size: 14px;
}
#header .bottom-bar nav a {
	position: relative;
	margin: 0 12px;
	font-size: 12px;
	font-weight: 700;
	color: #5b5b5e;
	text-transform: uppercase;
	text-decoration: none;
}
#header .bottom-bar nav a:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: -3px;
	width: 100%;
	height: 2px;
	background: #c8c8c8;
	transition: .2s ease-in-out;
	opacity: 0;
}
#header .bottom-bar nav a.active:after,
#header .bottom-bar nav a:hover:after {
	opacity: 1;
}


/*FOOTER*/
#footer {
	padding: 50px 0; 
	background: #2e2e2e;
	text-transform: uppercase;
	color: #FFF;
}
#footer figure.logo { width: 65px; margin-bottom: 35px; }
#footer .phone { margin-bottom: 15px; font-size: 14px; }
#footer address { font-size: 12px; line-height: 16px; }
#footer .follow-us strong {
	display: block;
	margin-bottom: 15px;
	font-size: 12px;
}
#footer .follow-us nav > a {
	display: inline-block;
    margin: 0 2px;
    width: 30px;
    height: 30px;
    padding: 0 0 0 2px;
    background: #FFF;
    border-radius: 50%;
    transition: .2s ease-in-out;

    color: #2e2e2e;
    line-height: 30px;
    text-decoration: none;
}
#footer .follow-us nav > a:hover {
	background-color: #000;
	color: #FFF;
}
#footer .follow-us nav > a > i {
	display: inline-block;
    padding: 0;
    margin: 0;
	font-size: 18px;
}
#footer .follow-us nav > a > span.blog {
	font-size: 9px;
	font-weight: 700;
}


/*INTRO BAR*/
#intro-bar {
	height: 205px;
	margin-bottom: 40px;
	background-position: center;
	background-size: cover;

	text-transform: uppercase;
	color: #FFF;
}
#intro-bar h2 {font-size: 17px; font-weight: 300; } 
#intro-bar h1 {font-size: 30px; font-weight: 300; } 
#intro-bar p { text-transform: initial; }
#intro-bar .h-sizer { height: 205px; }

/*CONTENT*/
#content { margin-bottom: 40px; }

/*MODULE*/
.module {
	margin-bottom: 40px;
	text-transform: uppercase;
}
.module header { margin-bottom: 25px; }
.module header > h2 {
	margin-bottom: 5px;

	font-size: 20px;
	font-weight: 700;
	color: #234576;
	text-transform: uppercase;
}
.module header .h-line {
	width: 100%;
	height: 1px;
	margin-bottom: 5px;
	background: #234576;
}
.module header p {
	font-size: 10px;
	font-weight: 700;
	color: #234576;
}
.module main {
    min-height: 200px;
	margin-bottom: 25px;
}
.module main .search { 
	position: relative; 
	width: 100%;
	max-width: 430px;
	margin-bottom: 40px;
}
.module main .search input {
	width: 100%;
	height: 30px;
	padding: 15px 15px;
	border: 1px solid #cecfd4;
	border-radius: 6px;
	background: #FFF;
	outline: none;

	font-size: 12px;
	text-transform: uppercase;
	color: #999;
}
.module main .search .icon-search-wrap {
	position: absolute;
	top: 6px;
	right: 8px;
	font-size: 18px;
	color: #234576;
	cursor: pointer;
}
.module main .search .icon-search-wrap button.cancel {
	vertical-align: middle;
	border: 1px solid #cecfd4;
	border-radius: 6px;
	background: transparent;
	transition: .2s ease-in-out;

	font-size: 11px;
	text-transform: uppercase;
	color: #999;
}
.module main .search .icon-search-wrap button.cancel:hover {
	border-color: #234576;
	color: #234576;
}
.module main .row-titles {
	margin: 0 0 15px 0;

	font-size: 11px;
	font-weight: 700;
	color: #9c9b9f;
}
.module main .row-item {
	position: relative;
	margin: 0 0 10px 0;
	padding-top: 15px;
	padding-bottom: 15px;
	border-left: 6px solid #FFF;
	border-radius: 6px;
	background: #FFF;
	-webkit-box-shadow: 0px 3px 2px 0px rgba(0,0,0,.1);
	box-shadow: 0px 3px 2px 0px rgba(0,0,0,.1);

	font-size: 11px;
	color: #9c9b9f;
}
.module main .row-item > div:after {
	content: '';
	position: absolute;
	width: 1px;
	height: 40px;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	background: rgba(0,0,0,.1);
}
.module main .row-item > div:nth-last-child(1):after {
	opacity: 0;
}
.module main .row-item:hover {
	border-left: 6px solid #9c9b9f;
}
.module main .details {
	width: 100%;
    margin-top: 15px;
    padding-top: 35px;
    border-top: 1px solid rgba(0,0,0,.1);
}
.module main .details {
	/*display: none;*/
}
.module main .details .info-row > div[class*='col-'] {
	margin-bottom: 25px;
}
.module main .details .title {
	font-size: 10px;
	font-weight: 700;
	color: #cdcdcd;
}
.module main .details .title > i {
	display: inline-block;
	vertical-align: middle;
	padding-right: 5px;
	font-size: 16px;
}
.module main .details .title > i {
	display: inline-block;
	vertical-align: middle;
}
.module main .details strong {
	display: block;
	margin-top: 5px;
	padding-left: 28px;
	font-size: 22px;
	font-weight: 700;
	color: #9c9b9f;
}
.module main .details .info-row p {
	margin-top: 5px;
	margin-bottom: 0;
	padding-left: 26px;
}
.module main .details .timeline {
	margin: 0;
	padding: 0;
}
.module main .details .timeline > .step {
	float: left;
	position: relative;
	display: inline-block;
	width: calc((100% / 6) - 1px);
	text-align: center;
}
.module main .details .timeline > .step:before {
	content: '';
	position: absolute;
	top: 17px;
	right: 50%;
	width: 100%;
	height: 6px;
	background: #5bceae;
}
.module main .details .timeline > .step:first-child:before {
	display: none;
}
.module main .details .timeline > .step > i {
	display: inline-block;
	position: relative;
    font-size: 14px;
    width: 40px;
    height: 40px;
    border: 6px solid #5bceae;
    border-radius: 50%;
    background: #FFF;
    z-index: 1;
    line-height: 24px;
    text-indent: -1px;
    color: #9c9b9f;
}
.module main .details .timeline > .step > p {
	margin-top: 7px;
    font-size: 7px;
    line-height: 10px;
    font-weight: 700;
    color: #9c9b9f;
}
.module main .details .timeline > .step.grey > i {
	color: #e3e9ef;
	border-color: #e3e9ef;
}
.module main .details .timeline > .step.grey:before {
	background: #e3e9ef;
}
.module main .btn-download {
	font-size: 20px;
	color: #234576;
}
.module main .btn,
.module main .btn-mobile {
	padding: 6px 12px;
	border: 1px solid #9c9b9f;
	border-radius: 6px;
	transition: .2s ease-in-out;

	font-size: 11px;
	font-weight: 700;
	color: #9c9b9f;
	text-transform: uppercase;
}
.module main .btn:hover,
.module main .btn-mobile:hover {
	background: #9c9b9f;
	color: #FFF;
}
.module main .red { color: #d23d33; }
.module main .blue { color: #5b97ce; }
.module main .green { color: #5bceae; }
.module main .disable {
	opacity: .2;
	pointer-events: none; 
    cursor: default; 
}
.module main .not-found {
	opacity: .2;
	/*pointer-events: none;*/
    cursor: not-allowed;
    color: #d23d33;
}

.module footer .btn {
	padding: 6px 18px;
	border: 1px solid #234576;
	border-radius: 6px;
	outline: none;
	transition: .2s ease-in-out;

	font-size: 11px;
	font-weight: 700;
	color: #234576;
	text-transform: uppercase;
}
.module footer .btn:hover {
	background: #234576;
	color: #FFF;
}

/*PAGE @ DASHBOARD*/
.page-dashboard #intro-bar { background-image: url(img/intro-dashboard.jpg); }
.page-dashboard #intro-bar h1 {
	margin-bottom: 15px;
	font-size: 30px;
	font-weight: 300;
}
.page-dashboard #intro-bar p {
	font-size: 17px;
	line-height: 24px;
}
.page-dashboard .dados-cadastrais {
	font-size: 12px;
	font-weight: 300;
	line-height: 16px;
}
.page-dashboard .dados-cadastrais ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.page-dashboard .dados-cadastrais ul > li { margin-bottom: 15px; }
.page-dashboard .dados-cadastrais strong,
.page-dashboard .dados-cadastrais p { display: inline; }


/*PAGE @ Alterar senha*/
.page-alterar-senha #intro-bar { background-image: url(img/intro-dashboard.jpg); }
.page-alterar-senha .form-wrap form { width: 100%; max-width: 400px;}
.page-alterar-senha .form-wrap form label { position: relative; display: block; }
.page-alterar-senha .form-wrap form input,
.page-alterar-senha .form-wrap form button,
.page-alterar-senha .form-wrap form .btn-duvida {
	display: block;
	width: 100%;
	height: 30px;
	padding: 15px 15px;
	border-radius: 6px;
	outline: none;
	transition: .2s ease-in-out;
}
.page-alterar-senha .form-wrap form input {
	border: 1px solid #cecfd4;
	background: #FFF;
	outline: none;

	font-size: 12px;
	text-transform: uppercase;
	color: #999;
}
.page-alterar-senha .form-wrap form .btn-duvida {
	display: block;
	width: 95%;
	margin: 10px 0 10px 5px;
	padding: 5px 0;
	background: transparent;
	border: 1px solid rgba(39,65,144,.3);
	cursor: default;

	font-size: 14px;
	font-weight: 700;
	color: #274172;
	text-transform: uppercase;
	text-align: center;
}
.page-alterar-senha .form-wrap form button {
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 0;
	background: #274172;
	border: 0;

	font-size: 14px;
	font-weight: 700;
	color: #FFF;
	text-transform: uppercase;
}
.page-alterar-senha .form-wrap form button:hover {
	background: #6e0d0e;
}
.page-alterar-senha .form-wrap form button .loading { margin-top: -9px; }
.page-alterar-senha .form-wrap form .icon-wrap {
	position: absolute;
	top: 6px;
    right: 20px;
    font-size: 18px;
}
.page-alterar-senha .status {
	font-size: 12px;
	color: #666;
}

/*PAGE @ 2a via boleto*/
.page-2-via-boleto #intro-bar { background-image: url(img/intro-2-via-boleto.jpg); }

/*PAGE @ Meus pedidos*/
.page-meus-pedidos #intro-bar { background-image: url(img/intro-meus-pedidos.jpg); }
.page-meus-pedidos .module main .row-item > div:nth-last-child(2):after { opacity: 0; }

/*PAGE @ Notas fiscais*/
.page-danfe-xml #intro-bar { background-image: url(img/intro-danfe-xml.jpg); }
.page-danfe-xml .module main .search { max-width: 550px; }
.page-danfe-xml .module main .search select {
	display: inline-block;
	vertical-align: middle;
	width: 150px;
	height: 30px;
	margin-right: 10px;
	padding: 0 15px;
    border: 1px solid #cecfd4;
    border-radius: 6px;
    background: #FFF;
    outline: none;
    font-size: 12px;
    text-transform: uppercase;
    color: #999;
}
.page-danfe-xml .module main .search input {
	display: inline-block;
	vertical-align: middle;
	width: calc(100% - 164px);
}

/*PAGE @ Checkout*/
.page-checkout #content { min-height: 550px; }
.page-checkout #intro-bar { background-image: url(img/intro-danfe-xml.jpg); }
.page-checkout #intro-bar h2 { font-size: 26px; }
.page-checkout #intro-bar .checkout-detail {
	border-left: 2px solid #d23d33;
}
.page-checkout #intro-bar .checkout-detail p {
	font-size: 18px;
	line-height: 36px;
	color: #FFFF;
}
.page-checkout #intro-bar .checkout-detail span {
	font-weight: 700;
}

.page-checkout .checkout header h2 {
	font-size: 24px;
}
.page-checkout .checkout header h3 {
	font-size: 20px;
	font-style: italic;
	color: #364e65;
}
.page-checkout .checkout .btn-metodo-pagamento {
	position: relative;
	cursor: pointer;
	text-align: center;
}
.page-checkout .checkout .btn-metodo-pagamento img {
	max-width: 100%;
	height: auto;
}
.page-checkout .checkout .btn-metodo-pagamento:before,
.page-checkout .checkout .btn-metodo-pagamento:after {
	content: '';
	position: absolute;
	bottom: -40px;
	left: 0;
	width: 100%;
	height: 3px;
	background: #d6dce0;
	transition: .1s ease;
	z-index: 0;
}
.page-checkout .checkout .btn-metodo-pagamento:after {
	height: 20px;
	background: url(img/icon-triangle-up.png) no-repeat center bottom transparent;
	z-index: 1;
	opacity: 0;
}
.page-checkout .checkout .btn-metodo-pagamento:hover:before {
	background: #d23d33;
}
.page-checkout .checkout .btn-metodo-pagamento:hover:after {
	opacity: 1;
}

/* .page-checkout .checkout .btn-metodo-pagamento {
	margin: 0 0 20px 0;
	padding-left: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
	border-left: 6px solid #9c9b9f;
	cursor: pointer;
	transition: .2s ease;
}
.page-checkout .checkout .btn-metodo-pagamento:hover { border-left-color: #234576; }
.page-checkout .checkout .btn-metodo-pagamento strong { font-size: 13px; } */

/* @LOADING */
.page-checkout .checkout-loading {
	padding: 100px 0 0;
	text-align: center;
}
.page-checkout .checkout-loading p {
	margin: 0 0 10px;
	text-transform: uppercase;
}
.page-checkout .checkout-loading .try-again {
	cursor: pointer;
	color: #234576;
	text-decoration: underline;
}

/* @CONFIRM */
.page-checkout .checkout-confirmation {
	padding: 100px 0 0;
	text-align: center;
	text-transform: uppercase;
}
.page-checkout .checkout-confirmation button {
	margin: 0 5px;
	padding: 6px 18px;
	border: 1px solid #9c9b9f;
	border-radius: 6px;
	background: transparent;
	transition: .2s ease-in-out;

	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	color: #9c9b9f;
}
.page-checkout .checkout-confirmation button:hover {
	background: #9c9b9f;
	color: #FFF;
}
.page-checkout .checkout-confirmation button.btn-confirm {
	background: #234576;
	color: #FFF;
}
.page-checkout .checkout-confirmation button.btn-confirm:hover {
	border-color: #6e0d0e;
	background: #6e0d0e;
}

/* @SUCCESS */
.page-checkout .checkout-success {
	padding: 100px 0 0;
	text-align: center;
	text-transform: uppercase;
}
.page-checkout .checkout-success i {
	display: block;
	width: 70px;
	height: 70px;
	margin: 0 auto 10px;
	background: #234576;
	border-radius: 50%;

	font-size: 50px;
	line-height: 65px;
	color: #FFF;
	text-align: center;
}

/* @UNAVAILABLE */
.page-checkout .checkout-unavailable {
	padding: 100px 0 0;
	text-align: center;
	text-transform: uppercase;
}
.page-checkout .checkout-unavailable i {
	display: block;
	width: 70px;
	height: 70px;
	margin: 0 auto 10px;
	background: #234576;
	border-radius: 50%;

	font-size: 50px;
	line-height: 65px;
	color: #FFF;
	text-align: center;
}


/* LOG */
#log {
	position: fixed;
	width: 100%;
	height: 150px;
	bottom: 0;
	padding: 15px;
	background: #2167cc;
	border-top: 5px solid #d23d33;
	overflow-y: auto;
	z-index: 9999999;
}
#log p {
	padding: 5px 15px;
	margin: 0;

	font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
	font-size: 12px;
	color: #e1e1e1;
}
#log p:nth-child(odd) {
	background: #3f83e4;
}



@media (max-width: 768px) {
	.module main .search { max-width: 100%; }
	.module main .row-titles { display: none !important; }
	.module main .row-item [class*='col-'] { margin-bottom: 3px; }
	.module main .row-item > div:after { display: none; }
	.module main .row-item .d-md-none > strong {  margin-right: 5px; }
	.module main .btn-mobile {
		position: absolute;
		top: 15px;
		right: 15px;
		z-index: 2;
	}
	.module main .responsive-download-wrap {
		display: block;
		margin-top: 10px;
		padding-top: 15px;
		border-top: 1px dotted rgba(0,0,0,.3);
	}
	.module main .responsive-download-wrap .btn-download { font-size: 30px; }
	.module footer .btn { width: 100%; }

	#header .bottom-bar nav a:after { display: none; }

	.page-checkout #intro-bar .checkout-detail { border: 0; }
	.page-checkout .checkout .btn-metodo-pagamento:before,
	.page-checkout .checkout .btn-metodo-pagamento:after { display: none; }
}

@media (max-width: 576px) {
	.module main .row-item,
	.module main .row-item:hover { border: 0; }
	.module main .details .timeline > .step > i {
		width: 35px;
    	height: 35px;
		border-width: 4px;
		line-height: 28px;
	}
	.module main .details .timeline > .step:before { top: 16px; height: 4px; }
	.page-danfe-xml .module main .search select,
	.page-danfe-xml .module main .search input {
		width: 100%;
		margin-bottom: 5px;
	}
	.page-danfe-xml .module main .search .icon-search-wrap { top: auto; bottom: 14px; }

	#header .bottom-bar figure.logo { width: 60px; }
	#header .bottom-bar nav a { margin: 0 5px; font-size: 10px; }

	#footer figure.logo { width: 60px; }
	#footer .phone { font-size: 12px; }
	#footer address { margin-bottom: 30px; font-size: 10px; line-height: 14px; }
	#footer .follow-us strong { font-size: 10px }
	#footer .follow-us nav > a { margin: 0 5px; }

	#intro-bar { height: auto; padding: 30px 0; }
	#intro-bar h1 {font-size: 24px; } #intro-bar h2 {font-size: 14px; } 

	.page-dashboard #intro-bar h1 { margin-bottom: 5px; font-size: 24px }
	.page-dashboard #intro-bar p {font-size: 14px; line-height: 21px; }
	.page-dashboard .dados-cadastrais ul > li { margin-bottom: 10px; }
}

@media (max-width: 320px) {
	.module main .btn { padding: 3px 8px; }
	.module main .details .timeline > .step > p { font-size: 6px; line-height: 9px; }
	.module main .details .delivery-row div[class*="col-"] { padding-left: 0; padding-right: 0; }


	#header .bottom-bar figure.logo { width: 50px; }
	#header .bottom-bar nav a {margin: 0 2px; font-size: 9px; } 
}