/*
Theme Name: Let's Checkout
Theme URI: http://multinity/letscheckout
Author: frameborder
Author URI: http://frameborder.multinity.com
Version: 1.0.0
*/

* {}

-html {
	font-size: 10px;
}

@media only screen and (max-width: 400px) {
	html {
		font-size: 9.411764705882353px;
	}
}

html,
body {
	height: 100%;
}

body {
	font-family: 'Raleway', sans-serif;
	font-size: 1.7rem;
	font-style: normal;
	font-weight: normal;
	line-height: 1.765;
	color: #333;
	margin: 0;
	padding: 0;
	background-image: url(../img/bg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-color: #1a1a1a;
}

.table>thead>tr>th {
	vertical-align: bottom;
	border: none;
	text-align: center;
	text-transform: uppercase;
	font-size: 1.3rem;
	letter-spacing: 0.20rem;
	color: #9abb1f;
}

.table {
	margin-bottom: 40px;
}

.has-error .form-control {
	border-color: #ea3d3a;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

.has-error .label-error {
	display: block;
}

.label-error {
	display: none;
}

.table>tbody>tr>td:first-child,
.table>tbody>tr>th:first-child,
.table>tfoot>tr>td:first-child,
.table>tfoot>tr>th:first-child,
.table>thead>tr>td:first-child,
.table>thead>tr>th:first-child {
	text-align: left;
}

.table>tbody>tr>td:last-child,
.table>tbody>tr>th:last-child,
.table>tfoot>tr>td:last-child,
.table>tfoot>tr>th:last-child,
.table>thead>tr>td:last-child,
.table>thead>tr>th:last-child {
	text-align: right;
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
	padding: 10px;
	line-height: 2.5rem;
	vertical-align: top;
	text-align: center;
	border-top: 1px solid rgba(255, 255, 255, 0.07);
}


/* ------------------------------------------------------------------- 
* ## links
* ------------------------------------------------------------------- */

a {
	color: #9abb1f;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

a:hover,
a:focus,
a:active {
	color: #476413;
}

a:hover,
a:active {
	outline: 0;
	text-decoration: none;
}

.cover-container {
	max-width: 80em;
}


/* ------------------------------------------------------------------- 
* ## header
* ------------------------------------------------------------------- */
h4.valor-boleto {
    font-size: 1.35rem;
    display: inline-block;
    margin: 0 0 0 1rem;
    vertical-align: middle;
}

.valor-boleto span {
    font-size: 2rem;
    font-weight: 600;
    display: block;
    line-height: 1.5;
}

header {
	top: 0;
	width: 100%;
	z-index: 99;
}

header .primary {
	padding: 1rem 0 1rem;
	font-size: 1.15rem;
	line-height: 2;
	text-align: center;
	background: #9abb1f;
	top: 0;
	position: absolute;
	width: 100%;
	text-transform: uppercase;
	letter-spacing: 0.2rem;
	z-index: 99;
	color: #fff !important;
	-webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1), 0 6px 6px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1), 0 6px 6px rgba(0, 0, 0, 0.15);
	-ms-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1), 0 6px 6px rgba(0, 0, 0, 0.15);
	-o-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1), 0 6px 6px rgba(0, 0, 0, 0.15);
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1), 0 6px 6px rgba(0, 0, 0, 0.15);
}

header .primary a {
	color: #fff;
}

header .primary .back a:hover {
	color: #476413;
}

header .primary .row {
	margin: 0;
	width: 100%;
	display: table
}

header .primary .row [class^="col-"] {
	padding: 0;
	float: none;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	height: 100%
}

header .primary .back,
header .primary .info {
	text-transform: uppercase;
	font-size: 10px
}

header .primary .back i,
header .primary .info i {
	font-size: 14px;
	float: left;
	margin-right: 10px;
}

header .primary .back div,
header .primary .info div {
	float: left
}

header .primary .info {
	text-align: right;
	float: right
}

header .primary .info i {
	margin: 0;
	margin-left: 10px;
}

.head_line {
	display: block;
	width: 2px;
	height: 13.4rem;
	background-color: #9abb1f;
	position: absolute;
	left: 50%;
	top: -0.4rem;
	margin-left: -1px;
}

header .secondary {
	position: relative;
	z-index: 99;
}

.header-logo {
	text-align: center;
	display: block;
	margin-top: 14rem;
}

.logo img {
	height: 90px;
	margin-left: 35px;
}


/* ------------------------------------------------------------------- 
* ## section
* ------------------------------------------------------------------- */

.section h1 {
	font-family: 'Lobster', cursive;
	font-size: 4rem;
	line-height: 1.25;
	margin-top: 0;
	color: #fff;
}

section .page-title {
	text-align: center;
	margin: 0 0 30px 0;
	z-index: 100;
	line-height: 1.1;
	margin-top: 0;
	color: #FFFFFF;
	text-shadow: 0px 15px 5px rgba(0, 0, 0, 0.1), 10px 20px 5px rgba(0, 0, 0, 0.05), -10px 20px 5px rgba(0, 0, 0, 0.05);
}

section .subhead {
	font-size: 1.7rem;
	line-height: 1.333;
	text-transform: uppercase;
	letter-spacing: .25rem;
	margin-top: 0;
	margin-bottom: 0;
	color: #1a1a1a;
}

section .section-inner {
	padding: 2rem;
	font-size: 1.4rem;
	line-height: 2;
	position: relative;
	background-color: rgba(255, 255, 255, 1);
	font-family: 'Raleway', sans-serif;
	-webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
	-moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
	-ms-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
	-o-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

section.section .section-inner .section-header {
	display: inline-block;
	width: 100%;
	font-size: 1.4rem !important;
	line-height: 2.15rem;
}

section.section .section-inner .section-header .row {
	margin: 0;
	display: table
}

section.section .section-inner .section-header .row [class^="col-"] {
	display: table-cell;
	height: 100%;
	float: none;
	padding: 0;
	vertical-align: top
}

section.section .section-inner .section-header .row [class^="col-"].middle {
	vertical-align: middle;
}

section.section .section-inner .section-header .row .title {
	text-align: center;
	font-size: 22px;
	text-transform: uppercase;
	font-weight: 800;
	letter-spacing: .5px
}

.section-body p,
.section-footer p {
	color: #1a1a1a !important;
}

section.section .section-inner .section-title {
	color: #9abb1f;
	font-size: 1.6rem;
	font-weight: 900;
	line-height: 1.333;
	text-transform: uppercase;
	letter-spacing: .20rem;
	margin-top: 0;
	margin-bottom: 0;
}

@media only screen and (max-width: 785px) {
	section .page-title {
		margin: 10px 0 20px 0 !important;
	}
	.subhead {
		font-size: 1.5rem !important;
	}
}

section.section .section-inner .section-header .contact-info {
	padding: 20px;
	background: #eee;
	color: rgba(0, 0, 0, 0.6);
}

section.section .section-inner .section-header .contact-info h2 {
	margin-top: 0;
	text-transform: uppercase;
	letter-spacing: .16rem;
	font-weight: 900;
	font-size: 1.3rem;
	line-height: 1.313;
}

section.section .section-inner .section-body {
	padding: 40px 20px 20px;
	position: relative;
}

@media only screen and (max-width: 785px) {
	section.section .section-inner .section-header .steps .step-item .step-label {
		font-size: 8px !important;
		text-transform: uppercase !important;
		letter-spacing: .5px !important;
		text-align: center !important;
	}
	.cliente{ background: #f9f9f9;}
}

@media screen and (min-width: 1024px) {
	.container {
		width: 740px;
		margin: 0 auto
	}
}

.text-danger {
	color: #ea3d3a !important;
}

section.section {
	display: block;
	margin: 2rem auto 10rem;
	z-index: 100 !important;
	position: relative;
}

.has-error .span-error {
	display: block;
}

.span-error {
	display: none;
}

select.form-control {
	line-height: 40px
}

[class^="icheckbox_"] {
	margin-right: 5px;
	zoom: .7
}

.form-control {
height: 5rem;
    padding: 1.5rem 0;
    border-radius: 0;
    border: none;
    outline: none;
    font-size: 1.3rem;
    line-height: 3rem;
    width: 100%;
    background: transparent;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    box-shadow: none;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.form-control:focus {
	border-color: #9abb1f;
	box-shadow: none
}

button.btn.btn-lg.btn-primary.col-md-12 {
    font-size: 1.3rem;
    padding: 0 !important;
    margin: 1rem 0px;
}


label {
	position: relative
}

label .required:after {
	content: '*';
	color: #e01a1a;
	font-size: 24px;
	position: absolute;
	top: -6px;
	right: -14px
}

.form-group label {
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: .15rem;
	position: relative;
	font-size: 1.2rem;
}

.help-block {
	text-transform: uppercase;
	font-size: 1.2rem;
}

.popover {
	border-color: transparent;
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
	min-width: 250px
}

.popover .popover-title {
	background-color: transparent;
	border-color: transparent;
	padding-top: 15px
}

.popover .popover-content {
	padding-bottom: 15px;
	line-height: 24px
}

a,
.btn {
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s
}

.btn {
	min-height: 45px;
	border-color: transparent
}

.btn:focus,
.btn:active,
.btn:focus:active {
	box-shadow: none;
	outline: 0
}

.btn.btn-lg {
	padding: 15px 25px;
	font-size: 1.5rem;
	text-transform: uppercase;
	letter-spacing: .3rem;
	border-radius: 0;
}

.btn-primary {
	background-color: #9abb1f;
	border-color: #9abb1f
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:hover:focus,
.btn-primary:hover:visited,
.btn-primary:focus:active {
	outline: 0;
	background: #b1d430;
	border-color: #b1d430;
	-webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
	-moz-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
	-ms-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
	-o-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}

.btn-primary:active {
	opacity: 1
}

.line {
	background-position: center;
	background-size: cover;
	width: 47px;
	height: 10px;
}

.line.sm {
	margin: 0
}

.on-mobile {
	display: none
}

[data-href] {
	cursor: pointer
}

.numeric {
	font-weight: 400
}

.divider {
	height: 1px;
	background-color: #666;
	width: 100%;
	display: inline-block;
}

.btn-outline {
	background-color: transparent;
	color: #9abb1f;
	border-width: 2px
}

.btn-outline:hover {
	opacity: 1
}

section.section .section-inner .section-nav-group {
	display: inline-block;
	width: 100%;
	padding: 0;
	margin-bottom: 10px;
	position: absolute;
	top: -9px;
	right: 0;
	height: 40px;
	background: #fff;
}

section.section .section-inner .section-nav {
	width: auto;
	display: inline-block;
	border-radius: 0px;
	padding: 0 20px;
	text-align: center;
	line-height: 36px;
	cursor: pointer;
	margin: 0 0 -8px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	position: absolute;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	right: 0;
}

section.section .section-inner .section-nav i {
	margin-right: 10px;
	float: left
}

section.section .section-inner .section-nav div {
	float: left;
	display: inline-block;
	margin-top: 1px;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 700
}

section.section .section-inner .section-nav.forward {
	float: right
}

section.section .section-inner .section-nav.forward i {
	margin-left: 10px;
	margin-right: 0
}

section.section .section-inner .section-nav:hover {}

section.section .section-inner .section-header .steps {
	padding: 20px;
	display: flex;
	display: -webkit-flex;
	display: -webkit-box
}

section.section .section-inner .section-header .steps .step-item {
	flex: 1;
	-webkit-flex: 1;
	-webkit-box-flex: 1;
	text-align: center
}

section.section .section-inner .section-header .steps .step-item .step-count {
	width: 50px;
	height: 50px;
	color: #9abb1f;
	border-radius: 50%;
	margin: auto;
	line-height: 42px;
	font-size: 24px;
	margin-bottom: 10px;
	border: solid 2px #9abb1f;
}

section.section .section-inner .section-header .steps .step-item .step-label {
	font-size: 10px;
	text-transform: uppercase;
	text-align: center
}

section.section .section-inner .section-header .steps .step-item.active .step-count {
	background-color: #9abb1f;
	color: #fff;
}

section.section .section-inner .section-subtitle {
	font-size: 1.3rem;
	line-height: 1.333;
	text-transform: uppercase;
	letter-spacing: .25rem;
	color: #1a1a1a;
	margin: 20px 0 0;
	position: relative;
	padding-left: 30px;
}

section.section .section-inner .section-subtitle:before {
	content: ' ';
	position: absolute;
	left: 0;
	top: 50%;
	transform: translate(0, -50%);
	height: 3px;
	width: 20px;
	background-color: #9abb1f
}

section.section .section-inner .section-body.center {
	text-align: center
}

section.section .section-inner .section-body.center .line {
	margin-left: auto;
	margin-right: auto
}

section.section .section-inner .section-footer {
	padding: 0 30px;
}

section.section .section-inner .section-footer .row {
	margin: 0 -30px
}

section.section .section-inner .section-footer .row [class^="col-"] {
	padding: 0 20px
}

section.section .section-inner .section-cta {
	padding-top: 20px
}

section.section .section-inner .section-cta .btn {
	display: inline-block;
	font-size: 1.2rem;
	text-transform: uppercase;
	letter-spacing: .3rem;
	height: calc(5.4rem - .4rem);
	padding: 2rem;
	color: #fff;
	text-decoration: none;
	text-align: center;
	white-space: nowrap;
	cursor: pointer;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	background-color: #9abb1f;
	border: .2rem solid #9abb1f;
	font-weight: normal;
	border-radius: 0;
	width: 100%;
	padding-top: 15px;
}

section.section .section-inner .section-cta .btn i {
	margin-left: 5px
}

section b,
section strong {
	font-weight: 100;
	color: #9abb1f;
}


.cliente{padding-left: 0;}
.cliente, .cliente-novo{     
	padding-bottom: 2rem;
    margin-top: 2rem;
    margin-bottom: 2rem;
}
.cliente-novo{background: #eee;}

.cliente h2, .cliente-novo h2 {
    font-weight: 600 !important;
    padding: 2rem 2rem 0;
    font-size: 1.3rem !important;
}


.items .item {
	width: 100%;
	border-radius: 0px;
	display: table;
	margin-bottom: 20px;
	position: relative;
	background: #fff;
	border-bottom: solid 1px #6a6a6a;
}

.items .item .item-inner {
	padding: 10px;
}

.items .item .close {
	position: absolute;
	right: 20px;
	top: 20px;
	font-size: 14px;
	color: #1a1a1a;
	text-shadow: none;
}

.items .item figure,
.items .item .item-details,
.items .item .item-price {
	display: table-cell;
	vertical-align: top
}

.items .item figure {
	width: 130px;
	height: 130px
}

.items .item figure img {
	width: 100%
}

.items .item .item-details {
	padding: 0 20px 0 0;
}

.items .item .item-details .item-title {
	margin-bottom: 10px;
}

.items .item .item-details .item-title a {}

.items .item .item-details .item-description {
	font-size: 12px;
}

.items .item .item-details .item-variants {
	display: inline-block;
	width: 100%;
	margin-top: 15px
}

.items .item .item-details .item-variants ul {
	padding: 0;
	margin: 0
}

.items .item .item-details .item-variants ul li {
	float: left;
	display: block;
	margin-right: 25px;
	font-size: 12px;
	font-weight: 800;
	color: #9abb1f;
	text-transform: uppercase
}

.items .item .item-details .item-variants ul li .variant-label,
.items .item .item-details .item-variants ul li .variant-value {
	float: left
}

.items .item .item-details .item-variants ul li .variant-label {
	border-bottom: 1px dotted #9abb1f;
	padding-bottom: 1px;
	margin-right: 5px
}

.items .item .item-details .item-variants ul li .variant-value .circle-color {
	width: 15px;
	height: 15px;
	border-radius: 0%;
	margin-left: 5px
}

.items .item .item-price {
	text-align: center;
	vertical-align: middle;
	padding: 0;
}

.items .item .item-price .value {
	display: inline-block;
	color: #1a1a1a;
}

.items .item .item-price .quantity {
	padding: 0;
}

.items .item .item-price .quantity .control {
	flex: 1;
	-webkit-flex: 1;
	-webkit-box-flex: 1;
	font-size: 10px;
	display: inline;
	margin: .35rem;
}

.items .item .item-price .quantity .control.min,
.items .item .item-price .quantity .control.plus {
	cursor: pointer;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s
}

.items .item .item-price .quantity .control.min:hover,
.items .item .item-price .quantity .control.plus:hover {
	color: #9abb1f
}

.items .item .item-price .quantity .control.count {
	text-transform: lowercase;
}

.items .item .item-price .quantity .control.count span {
	font-size: 16px;
	margin-right: 1px
}

.coupon {
	padding-bottom: 20px
}

.coupon .coupon-icon {
	float: left;
	display: block;
	width: 40px;
	font-size: 28px
}

.coupon .coupon-form {
	margin-left: 0;
}

.coupon .coupon-form p {
	margin-top: 10px;
	margin-bottom: 5px;
	color: #1a1a1a
}

.coupon .coupon-form .form-group {
	margin-top: 5px
}

.coupon .coupon-form .btn,
.coupon .coupon-form .form-control {
	font-size: 1.2rem;
	text-transform: uppercase;
	letter-spacing: .3rem;
	height: 5rem;
	background-color: #fff;
	padding: 0 2rem;
	border-width: 2px;
	border-radius: 0;
	border-color: #fff;
}

.coupon .coupon-form .btn {
	border-left: none;
	background-color: #9abb1f;
	color: #fff;
	border-color: #9abb1f;
}

.coupon .coupon-form .btn:hover,
.coupon .coupon-form .btn:focus {
	background-color: #476413 !important;
	border-color: #476413 !important;
}

.coupon .coupon-form .form-control {
	box-shadow: none;
	border-right-color: transparent
}

.coupon .coupon-form .form-control:focus {
	border-color: #9abb1f
}

.total-info {
	margin-top: 10px;
	padding-bottom: 20px
}

.total-info .total-item {
	display: inline-block;
	width: 100%;
	margin-bottom: 8px
}

.total-info .total-item .total-name {
	font-weight: 700;
	float: left;
	color: #1a1a1a;
	text-transform: uppercase;
	letter-spacing: .2rem;
}

.total-info .total-item .total-value {
	float: right;
}

.total-info .total-item.total {
	text-align: right
}

.total-info .total-item.total .total-name {
	margin: 20px 0 0;
	float: none;
	font-size: 1.5rem;
	text-transform: uppercase;
	letter-spacing: .3rem;
}

.total-info .total-item.total .total-value {
	font-size: 2.5rem;
	color: #9abb1f;
	font-weight: 600;
	letter-spacing: .2rem;
}

.account-form .help-block {
	margin: 10px 0
}

.account-form .divider {
	margin: 0 0 10px;
}

.account-form .form-group {
	margin: 10px 0;
	display: inline-block;
	width: 100%
}

.account-form .account-action {}

.account-form .account-action label {
	font-size: 12px;
	margin-right: 10px;
	color: #1a1a1a;
	font-weight: 600
}

.account-form .account-action label [class^="icheckbox_"] {
	display: inline-block;
	margin-top: -6px;
	zoom: .7
}

.login-form {
	display: none
}

.login-form .remember {
	float: left;
	margin-top: 15px
}

.shipping-list {
	padding-bottom: 40px
}

.shipping-list .shipping-item {
	display: inline-block;
	width: 100%;
	border: 2px solid #f2f2f2;
	border-radius: 0px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	cursor: pointer
}

.shipping-list .shipping-item .shipping-item-checkbox,
.shipping-list .shipping-item .shipping-item-label,
.shipping-list .shipping-item .shipping-item-price {
	float: left;
	padding: 15px 10px
}

.shipping-list .shipping-item .shipping-item-checkbox {
	padding: 15px 10px 0 20px
}

.shipping-list .shipping-item .shipping-item-checkbox [class^="icheckbox_"] {
	zoom: .9
}

.shipping-list .shipping-item .shipping-item-label {
	font-weight: 700;
	letter-spacing: .5px
}

.shipping-list .shipping-item .shipping-item-label span {
	font-size: 12px;
	margin-left: 10px;
	font-weight: 400;
	color: #9abb1f;
	letter-spacing: 0
}

.shipping-list .shipping-item .shipping-item-price {
	float: right;
	color: #9abb1f;
	padding: 15px 20px
}

.shipping-list .shipping-item:hover,
.shipping-list .shipping-item.active {
	border-color: #9abb1f
}

.shipping-to .shipping-inner .name,
.shipping-to .shipping-inner .address,
.shipping-to .shipping-inner .contact,
.shipping-to .shipping-inner .etd,
.shipping-to .shipping-inner .action {
	color: #1a1a1a;
	margin-bottom: 3px
}

.shipping-to .shipping-inner .contact span,
.shipping-to .shipping-inner .etd span {
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: .5px;
	margin-right: 5px;
	color: #9abb1f;
}

.shipping-to .shipping-inner .contact {
	margin-top: 50px;
	font-weight: bold;
}

.shipping-to .shipping-inner .etd {
	margin-bottom: 25px
}

.shipping-to .shipping-inner .action {
	font-size: 12px;
	font-weight: 500;
	letter-spacing: .3px
}

.grand-total {
	padding-bottom: 40px
}

.grand-total .grand-total-inner {
	width: 100%;
	border-radius: 0px;
	display: table;
	margin: 20px 0;
	position: relative;
	background: #fff;
	border-bottom: solid 1px #6a6a6a;
}

.grand-total .grand-total-inner .grand-total-icon,
.grand-total .grand-total-inner .grand-total-label,
.grand-total .grand-total-inner .grand-total-price {
	float: left;
	padding: 15px 10px
}

.grand-total .grand-total-inner .grand-total-toggle {
	display: inline-block;
	width: 100%;
	margin-bottom: -5px
}

.grand-total .grand-total-inner .grand-total-icon {
	padding: 15px 10px 0 20px
}

.grand-total .grand-total-inner .grand-total-label {
	font-weight: 700;
	letter-spacing: .5px
}

.grand-total .grand-total-inner .grand-total-label span {
	font-size: 12px;
	margin-left: 10px;
	font-weight: 400;
	color: #9abb1f;
	letter-spacing: 0
}

.grand-total .grand-total-inner .grand-total-price {
	float: right;
	color: #9abb1f;
	padding: 15px 20px
}

.grand-total .grand-total-inner .grand-total-details {
	width: 100%
}

.grand-total .grand-total-inner .grand-total-details .total-info {
	padding-left: 20px;
	padding-right: 20px
}

.grand-total .grand-total-inner .grand-total-details .total-info .total-item:not(.total) {
	border-bottom: 1px solid rgba(255, 255, 255, 0.07);
	padding-bottom: 10px;
}

.grand-total .grand-total-inner:hover,
.grand-total .grand-total-inner.active {
	border-color: #9abb1f
}

.payment-method-list {
	display: flex;
	display: -webkit-flex;
	display: -webkit-box
}

.payment-method-list .payment-method-item {
	display: block;
	flex: 1;
	-webkit-flex: 1;
	-webkit-box-flex: 1;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	cursor: pointer;
	border-radius: 0px;
	margin: 20px 0;
	position: relative;
	background: #fff;
	padding: 20px;
	border: 1px solid rgba(0, 0, 0, 0.15);
	box-shadow: none;
}
.payment-method-list.row {
    display: block;
}
.payment-method-list .payment-method-item:last-child {
	margin-right: 0
}

.payment-method-list .payment-method-item .payment-method-checkbox {
	float: left
}

.payment-method-list .payment-method-item .payment-method-details {
	margin-left: 40px
}

.payment-method-list .payment-method-item .payment-method-details .title {
	font-weight: 700
}

.payment-method-list .payment-method-item .payment-method-details .description {
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 40px;
	margin-bottom: 0;
	padding-bottom: 0;
}

.payment-method-list .payment-method-item:hover,
.payment-method-list .payment-method-item.active {
	border-color: #9abb1f;
}

.payment-method-item.active {}

.payment-method-item i.fa-circle-o {
	display: block;
}

.payment-method-item.active i.fa-circle-o {
	display: none;
}

.payment-method-item i.fa-check-circle-o {
	display: none;
}

.payment-method-item.active i.fa-check-circle-o {
	display: block;
}

.icheckbox_flat-purple,
.iradio_flat-purple {
	display: inline-block;
	vertical-align: middle;
	margin: 0;
	padding: 0;
	width: 20px;
	height: 20px;
	background: url(purple.png) no-repeat;
	border: none;
	cursor: pointer;
	color: #9abb1f;
	font-size: 23px;
}

.confirm-payment-form .form-group {
	margin: 20px 0;
	display: inline-block;
	width: 100%
}

.confirm-payment-form .action {
	text-align: center
}

.confirm-payment-form .help-block {
	font-size: 12px
}

.payment-method-form {
	display: none;
	padding-bottom: 20px
}

.payment-method-form.show {
	display: block
}

.payment-method-form .payment-method-form-inner .form-group {
	margin: 0 0 20px 0
}

.payment-method-form .payment-method-form-inner .form-control.bg {
	background-position: 98%;
	background-repeat: no-repeat;
	background-size: 40px;
	padding-right: 60px
}

.payment-method-form .payment-method-form-inner .form-control.bg.visa {
	background-image: url("../img/visa.png")
}

.payment-method-form .payment-method-form-inner .form-control.bg.americanexpress {
	background-image: url("../img/americanexpress.png")
}

.payment-method-form .payment-method-form-inner .form-control.bg.dinersclub {
	background-image: url("../img/dinersclub.png")
}

.payment-method-form .payment-method-form-inner .form-control.bg.discover {
	background-image: url("../img/discover.png")
}

.payment-method-form .payment-method-form-inner .form-control.bg.jcb {
	background-image: url("../img/jcb.png")
}

.payment-method-form .payment-method-form-inner .form-control.bg.mastercard {
	background-image: url("../img/mastercard.png")
}

.payment-method-form .payment-method-form-inner .form-control.bg.visa {
	background-image: url("../img/visa.png")
}

.payment-method-form .payment-method-form-inner .payment-method-form-item .count {
	width: 50px;
	height: 50px;
	border-radius: 0%;
	border: 2px solid #f2f2f2;
	text-align: center;
	line-height: 48px;
	color: #9abb1f;
}

.payment-method-form .payment-method-form-inner .payment-method-form-item .title {
	margin: 15px 0 10px 0;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: .5px;
	color: #9abb1f
}

.payment-method-form .payment-method-form-inner .payment-method-form-item .description {
	font-size: 12px;
	color: #1a1a1a;
	line-height: 22px
}

.thankyou .thankyou-icon {
	width: 180px;
	margin: 0 auto;
	margin-top: 40px
}

.thankyou .thankyou-icon img {
	width: 100%
}

.thankyou .section-title {
	padding: 20px 0 5px 0;
	text-align: center
}

.thankyou .section-p {
	padding-bottom: 10px
}

.thankyou .line {
	margin: 10px auto 30px auto
}

.thankyou .thankyou-inner .thankyou-description {
	line-height: 26px;
	color: #1a1a1a
}

.thankyou .thankyou-inner .thankyou-cta {
	padding: 20px 0;
	text-align: center
}

.thankyou .thankyou-inner .thankyou-steps {
	display: flex;
	display: -webkit-flex;
	display: -webkit-box;
	margin: 0 -10px
}

.thankyou .thankyou-inner .thankyou-steps [class^="col-"] {
	flex: 1;
	-webkit-flex: 1;
	-webkit-box-flex: 1;
	float: none;
	padding: 10px
}

.thankyou .thankyou-inner .thankyou-steps .step {
	height: 100%;
	box-shadow: 0 0 10px #f2f2f2;
	padding: 15px 20px;
	border-radius: 0px
}

.thankyou .thankyou-inner .thankyou-steps .step .count {
	width: 50px;
	height: 50px;
	border-radius: 0%;
	border: 2px solid #f2f2f2;
	text-align: center;
	line-height: 48px;
	color: #9abb1f;
}

.thankyou .thankyou-inner .thankyou-steps .step .title {
	margin: 15px 0 10px 0;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: .5px
}

.thankyou .thankyou-inner .thankyou-steps .step .description {
	font-size: 12px;
	color: #1a1a1a;
	line-height: 22px
}

#login.section-inner {display: inline-block;}
#login.section-inner,
#login .section-body{
    padding: 0;
}
.shadow-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: .8;
	z-index: 0;
	background: -moz-linear-gradient(bottom, transparent 0%, rgba(0, 0, 0, 0.8) 100%);
	background: -webkit-linear-gradient(bottom, transparent 0%, rgba(0, 0, 0, 0.8) 100%);
	background: linear-gradient(to top, transparent 0%, rgba(0, 0, 0, 0.8) 100%);
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#cc000000', endColorstr='#00000000', GradientType=0);
}

footer {
	padding: 1rem 0 0;
	font-size: 1.15rem;
	line-height: 2;
	text-align: center;
	color: #777;
	background: #eee;
	bottom: 0;
	position: fixed;
	width: 100%;
	text-transform: uppercase;
	letter-spacing: 0.2rem;
	z-index: 99;
	-webkit-box-shadow: 0 -10px 20px rgba(0, 0, 0, 0.1), 0 6px 6px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0 -10px 20px rgba(0, 0, 0, 0.1), 0 6px 6px rgba(0, 0, 0, 0.15);
	-ms-box-shadow: 0 -10px 20px rgba(0, 0, 0, 0.1), 0 6px 6px rgba(0, 0, 0, 0.15);
	-o-box-shadow: 0 -10px 20px rgba(0, 0, 0, 0.1), 0 6px 6px rgba(0, 0, 0, 0.15);
	box-shadow: 0 -10px 20px rgba(0, 0, 0, 0.1), 0 6px 6px rgba(0, 0, 0, 0.15);
}

@media screen and (max-width: 425px) {
	.on-mobile {
		display: block
	}
	.head_line {
		height: 10.4rem;
	}
	.header-logo {
		margin-top: 11rem;
	}
	.logo img {
		height: 60px;
		margin-left: 25px;
	}
	body {
		background-position-x: -18rem !important;
	}
	header .primary .back div:not(.on-mobile),
	header .primary .info div:not(.on-mobile) {
		display: none
	}
	section.section .section-inner .section-header .row [class^="col-"] {
		float: left
	}
	section.section .section-inner .section-header .row .title {
		padding: 40px 0
	}
	.section h1 {
		font-size: 3rem;
	}
	section.section .section-inner .section-header .steps {
		border-bottom: solid 1px #eee;
	}
	.items .item figure,
	.items .item .item-details,
	.items .item .item-price {
		width: 100%;
		display: block
	}
	.items .item figure {
		height: auto
	}
	.items .item .item-details {
		padding: 0
	}
	.items .item .item-details .item-title {
		line-height: 26px
	}
	.items .item .item-price {
		width: 150px;
		margin: 15px auto
	}
	.items .item .close {
		top: -10px;
		right: -10px;
		background-color: #000;
		width: 30px;
		height: 30px;
		border-radius: 0%;
		text-align: center;
		line-height: 30px;
		color: #1a1a1a;
		opacity: 1
	}
	.shipping-to {
		margin-bottom: 40px
	}
	.payment-method-list {
		display: block
	}
	.payment-method-list .payment-method-item {
		display: inline-block;
		width: 100%;
		margin-bottom: 20px
	}
	.payment-method-form .payment-method-form-item {
		margin-bottom: 20px
	}
	.payment-method-form .payment-method-form-item .count {
		float: left
	}
	.payment-method-form .payment-method-form-item .title,
	.payment-method-form .payment-method-form-item .description {
		margin-left: 65px !important
	}
	.payment-method-form .payment-method-form-item .title {
		margin-top: 5px !important
	}
	.thankyou .thankyou-inner .thankyou-steps {
		display: block
	}
	.thankyou .thankyou-inner .thankyou-steps .step {
		display: inline-block;
		width: 100%;
		margin-bottom: 10px
	}
	.thankyou .thankyou-inner .thankyou-steps .step .count {
		float: left
	}
	.thankyou .thankyou-inner .thankyou-steps .step .title,
	.thankyou .thankyou-inner .thankyou-steps .step .description {
		margin-left: 65px
	}
	.thankyou .thankyou-inner .thankyou-steps .step .title {
		margin-top: 5px
	}
	.thankyou .thankyou-inner .thankyou-description {
		line-height: 28px
	}
	.thankyou .thankyou-inner .thankyou-cta a {
		margin-bottom: 10px
	}
}

button.btn.btn-primary.pull-right {
	text-transform: uppercase;
	letter-spacing: .3rem;
	height: calc(5.4rem - .4rem);
	padding: 2rem;
	color: #fff;
	text-decoration: none;
	text-align: center;
	white-space: nowrap;
	cursor: pointer;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	background-color: #9abb1f;
	border: .2rem solid #9abb1f;
	font-weight: normal;
	border-radius: 0;
	width: 100%;
	padding-top: 15px;
}

.description {
	margin-left: -40px;
	margin-top: 15px !important;
}

.description img {
	width: 38.7px;
	margin-bottom: 4px;
}

.resumo-pedido {
	padding: 20px;
	font-size: 1.3rem;
	line-height: 1.385;
	text-transform: uppercase;
	letter-spacing: .16rem;
}


.alert .shadow-overlay {
    height: 100vh;
    background: #000;
    opacity: 0.3;
}

.alert.alert-dismissible {
    padding: 0;
    width: 100%;
    z-index: 10000;
    height: 100%;
    margin: 0;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}


.alert-popup {
    padding: 3rem !important;
    border-radius: 0;
    margin: 0;
    position: absolute !important;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1000;
    max-width: 711px;
}
.alert-popup span {
    position: absolute;
    top: -1rem;
    right: 2rem;
    font-size: 20px;
}
.alert b {
    font-weight: 700;
}
.alert h3 {
    text-align: center;
    margin: 2rem 0 0;
    font-weight: 700;
    line-height: 1;
    font-size: 20px;
}

.alert h4 {
    color: #666;
    text-align: center;
    font-weight: 700;
    line-height: 20px;
	margin: 4px auto 18px;
    font-size: 16px;
}

@media only screen and (max-width: 400px) {
.alert-popup {
    position: absolute!important;
    top: 7%;
    left: 4%;
    transform: none;
    z-index: 1000;
    max-width: 711px;
    max-height: 85vh;
    overflow: scroll;
}
.alert-popup span {
    position: fixed;
    top: 6rem;
    right: 3rem;
    font-size: 24px;
}
	.alert h3 {margin: 3rem 0px 0;}


}