/* -----------------------------------*/
/* ----------->>> SUMARY <<<----------*/
/* -----------------------------------*/
/*
 * >>> HEADER <<<
 *
 * >>> FOOTER <<<
 *
 * >>> CENTRAL <<<
 *
 * >>> CADASTRO <<<
 *
 * >>> HELPERS <<<
 */
 
/* -----------------------------------*/
/* ----------->>> PALETA <<<----------*/
/* ---------->>> DE CORES <<<---------*/
/* -----------------------------------*/
/*
 * UTILIZAR: http://www.color-hex.com/color/0d435a(antiga_495678)
 *
 */
html {
	height: 100%;
}

body {
	background-color: #e7e7e7;
	position: relative;
    min-height: 100%;
	margin: 0;
	font-family: 'Roboto', sans-serif;
}

/* -----------------------------------*/
/* ----------->>> HEADER <<<----------*/
/* -----------------------------------*/

@media (min-width: 768px){
	.nav-top>li {
		text-align: center;
		width: 100px;
	}

	.nav>li>a>img, .nav>li>form>a>img {
		display: block;
		margin: auto;
	}

	.search {
		margin-top: 23px;
	}
}

@media (max-width: 767px){
	.logo {
		padding-top: 8px !important;
		padding-bottom: 8px !important;
	}
	
	.logo-checkout {
		text-align: center;
	}

	.login {
		padding-top: 8px !important;
		padding-bottom: 8px !important;
	}
	
	.nav>li>a>img, .nav>li>form>a>img {
		display: inline-block;
		padding-right: 15px;
		margin: auto;
	}

	.badge {
		left: 28px !important;
	}
}

/* SLIDER INIT */
@media (min-width: 768px) { .bs-wizard { padding: 10px 0 !important; } }
@media (max-width: 767px) { .bs-wizard { padding: 0 0 10px 0 !important; } }
.bs-wizard > .bs-wizard-step > .progress { margin: 18px 0 8px 0 !important; }
.bs-wizard > .bs-wizard-step > .bs-wizard-dot { width: 25px !important; height: 25px !important; }
@media (max-width: 768px) { .bx-wrapper { display: none; } }
/* SLIDER END*/

.wrapper {
	width: auto;
	height: auto;
	min-height: 500px;
	clear: both;
	margin: 0 auto;
}

.page-content {
	background-color: #FFF;
	min-height: 415px;
	margin: 15px 0 30px 0;
}

/* CABECALHO DOS PAGINAS */
.td-login-tabs {
    margin: 0 0 20px 0;
    list-style-type: none;
    background-position: bottom;
    background-color: #e7e7e7;
}

.td-login-tabs li {
    position: relative;
    text-align: center;
    display: inline-block;
    line-height: 20px;
    background-color: #FFF;
    border-top: 3px solid #0d435a;
}

.td-login-tabs li span {
    display: block;
    font-size: 22px;
    color: #414d6c;
    cursor: default;
    padding: 10px 21px 10px 21px;
    position: relative;
    font-weight: bold
}

@media (min-width: 768px) {
	.td_login_tab_focus:after {
	    position: absolute;
	    right: -91px;
	    top: -3px;
	    width: 91px;
	    height: 43px;
	    display: block;
	    content: '';
	    box-sizing: border-box;
	    -moz-box-sizing: border-box;
	    -webkit-box-sizing: border-box;
	    background: transparent url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFsAAAArCAMAAAAgygRqAAAAkFBMVEX///8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA9Qh/bAAAAMHRSTlMAAAECAwUGBwQICwkODQwKDxgREBMXEhUWFBokHR8cGyIgIRkjHiUnKSYrLC8yLihWK/CyAAABTklEQVR4XrXVaW6DMBSFUYoNYUoC2IEwz5k67X93fbZRmqqVKlW93wLO/cMzlm0/maz/jwFtTjjKdoC2y3G27+Hs0GEwOwDaO5fZKHu74TA78nF27HswW4Q4O907DGVngQuz5Q5nF+ojBNk50D5GvoeyD3EIsxOBsyf1gYPsMgtgdkfHg7JbOh4Osmt9PBh7yXF2Q8eDsodD7Hsge6TDRNl9ImD2PAk6TIxdlSnMPtHRw2x19CD7SkePss812RxlmwcFkHVp6Hgczr5mP/R3+9aXMtr7G5Nrckyejpu+7/5qP1dLkqcijnRb1Y4KVHsqpHzqPn1f/TL505z1cqmGui0T1YE6UnmeF0UhpcyyLKWEEHGs1s2wWX3YXBfXvfuY9fp2u7yfr6dTRc3z3Pf9OI7D0DTNstR13bZd15XlNOntdVdKPfo5uQ7quXXM4x+ZsxzCpsfJUgAAAABJRU5ErkJggg==) no-repeat;
	    pointer-events: none;
	}

	.page-content {
	  margin: 15px 0 30px 0;
	}	
}

header {
	background-color: #FFF;
}

.header-menu {
	background: #0d435a;
}

a img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
  vertical-align: middle;
}

/**
 * Navigation
 */

.navbar {
  margin-bottom: 0;
}

.navbar-brand,
.header-logo {
  display: inline-block;
  margin: 0;
  padding: 0;
  line-height: 0;
}

.navbar-toggle {
  padding: 17px !important;
  margin: 0 !important;
}

.navbar-toggle .fa {
	font-size: 2em;
    color: #0d435a;
}

.navbar-toggle .icon-bar {
  background-color: #888;
}

.navbar-nav .fa {
  padding-right: 5px;
}

.navbar-nav {
    float: none;
    margin: 0;
}

#menu-default {
	padding: 0 !important;
}

.menu-principal-center {
	display:flex;
	justify-content:center;
}

@media screen and (max-width: 768px) {
	.menu-principal-center {
		display: block;
	}
}

.nav-search {
	background-color: #125688;
}

.login {
	list-style: none;
	display: inline-block;
	float: right;
    padding: 15px 0;
    margin: 0 !important;
}

.login a {
	color: #0d435a;
	text-decoration: none;
}

.login .lgn-txt {
	color: #0d435a;
}

.login .fa {
	display: block;
	color: #0d435a;
	text-align: center;
}

.login>li:hover .fa, .login>li:hover .lgn-txt, .login>li:hover a {
	color: #0d435a;
}

.login-group {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}

.cart-icon {
	position: relative;
	width: 32px;
	margin: 0 auto;
}

.badge {
	position: absolute;
	left: 5px;
	top: 13px;
	padding: 2px 4px;
	font-size: 10px;
	background-color: #0d435a;
	width: 23px;
	height: 14px;
	border-radius: 0;
}


.login>li:hover .badge {
	background-color: #0d435a; 
}


.login>li {
	display: inline-block;
	padding: 0 15px;
	cursor: pointer;
}

.logout a {
	color: #0d435a;
}

.logout a:hover {
	color: #d22f34 !important;
}

.logo {
	width: 130px;
	padding-top: 15px;
	padding-bottom: 15px;
}

.menu-responsive-img {
	width: 32px;
}

.box-link {
	text-align: center;
}

.box:hover {
	box-shadow: 0px 0px 15px #000;
	background-color: #FFF;
}

.cart {
	height: 38px;
}

.user {
	height: 38px;
}

/* BTN ASSINAR*/
.btn {
	border-radius: 10px;
}

.btn-success {
	background-color: #0d435a;
	border-color: #0d435a;
	color: #FFF;
}

.btn-success:hover,
.btn-success:active, 
.btn-success:focus, 
.btn-success:active:focus {
	background-color: #0d435a !important;
	border-color: #0d435a;
	outline: none;
    box-shadow: 0 0 1pt 1pt #0d435a;
}

.btn-default:focus, .btn-default.focus {
	outline: none;
    box-shadow: 0 0 1pt 1pt #e6e6e6;
}

.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
	outline: none;
    box-shadow: 0 0 1pt 1pt #e6e6e6;
}

@media (min-width: 1200px) {
	.navbar-search {
		width: 760px;
	}
}

@media (max-width: 1199px) {
	.navbar-search {
		width: 560px;
	}
}

@media (max-width: 991px) {
	.navbar-search {
		width: 340px;
	}
}

@media (min-width: 768px) {
	.search-group {
		margin-top: 23px;
		margin-left: 8%;
		width: 100%;
	}
}

@media (max-width: 767px) {
	.navbar-search {
		width: 385px;
	}
	
	.search-group {
		margin-top: 0px;
		margin-left: 8%;
		width: 100%;
	}
}

@media (max-width: 646px) {
	.navbar-search {
		width: 100%;
	}
	
	.search-group {
		margin-top: 0px;
		margin-left: 0;
		width: 100%;
	}
}

.search-group .form-control {
	font-size: 18px;
    height: 40px;
    border: none;
    border-bottom: 2px solid #0d435a;
    border-radius: 0px;
	box-shadow: none;
	-webkit-box-shadow: none;
}

.search-group .form-control:focus {
	/*border-bottom: 2px solid #495678;*/
	box-shadow: none;
	-webkit-box-shadow: none;
}

.search-group .btn {
	color: #0d435a;
	height: 40px;
	background: none;
	border: none;
	border-bottom: 2px solid #0d435a;
}

.search-group .btn:active:focus {
	color: #FFF;
	outline: 0;
	background-color: #0d435a;
	box-shadow: none;
	-webkit-box-shadow: none;
}

.search-group .btn:active, 
.search-group .btn:focus, 
.search-group .btn:hover {
	color: #0d435a;
	outline: 0;
	background-color: transparent;
	box-shadow: none;
	-webkit-box-shadow: none;
}

.row-menu li {
	padding: 2px 0;
}

.row-menu li>a {
	color: #FFF;
}

.dropdown-menu .row-menu li>a:hover {
	text-decoration: none;
	color: #FFF !important;
}

.navbar-form {
	margin: 0 auto;
}

.navbar-search li a {
    line-height: 68px;
    height: 68px;
    padding-top: 0;
}

.nav>li>a,
.nav>li>form>a,
.nav>li>span,
.nav>li>a:hover,
.nav>li>a:focus,
.nav>li>a:visited,
.nav>li>form>a:hover,
.nav>li>form>a:focus,
.nav>li>form>a:visited {
	color: #FFF;
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: #0b3c51;
    color: #FFF;
}

.nav>li>form>a, .nav>li>span {
    position: relative;
    display: block;
    padding: 10px 15px;
}

.nav>li>form>a:focus, .nav>li>form>a:hover {
    text-decoration: none;
    background-color: #0b3c51;
}

.nav > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
    background-color: #0b3c51;
}

.dropdown-menu {
	padding: 15px 0 30px 0;
	margin-left: -1px;
	margin-top: 0px !important;
	background-color: #0b3c51;
	border-top: none;
}

.dropdown-menu a, .dropdown-menu > li > a {
  color: #eee;
  cursor: pointer;
}

.dropdown-menu a:hover, .dropdown-menu > li > a:hover {
  color: #d4d4d4;
  text-decoration: none;
}

.dropdown-menu > li > a:hover {
	background-color: #0b3c51;	
}

.dropdown-menu li {
    padding-top: 4px;
}

@media (min-width: 1200px){
	.dropdown-menu>.container {
	    width: 1140px;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.dropdown-menu>.container {
	    width: 940px;
	}
}

@media (min-width: 768px) and (max-width: 991px){
	.dropdown-menu>.container {
	    width: 720px;
	}
}

/* MODAL */

.dialog {
	z-index: 9999;
}

.disclaimer-popup {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 9999;
}

.disclaimer-popup .mask {
	position: absolute;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity = 50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
	background-color: #000;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 150;
}

.disclaimer-popup .content {
	position: relative;
	z-index: 160;
	margin: 50px auto;
	padding: 20px;
	background-color: #FFF;
	width: 450px;
}

.view .mask, .view .content {
	width: 206px;
	height: 289px;
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 0;
}


.modal-dialog {
	z-index: 160;
}

.modal-limited {
	overflow-y: auto;
    max-height: 60vh;
}

/**/
.page-header {
	margin: 20px 0;
	padding: 0 15px;
	border-bottom: 1px solid #E4E4E4;
}

.cover {
	width: 206px;
	height: 289px !important;
}

.cover-mini {
	width: 100px;
	height: 141px !important;
}

.thumbnail {
	padding: 9px;
	border-radius: 0;
}

.sale-box {
	margin-bottom: 20px;
}

.sale-box .thumbnail {
	padding: 5px;
	display: inline-block;
}

.sale-box h3 {
	display: inline-block;
	vertical-align: top;
	margin-top: 65px;
}

.caption {
	padding: 0 !important;
	word-wrap: break-word;
}

.caption h5 {
	height: 30px;
	margin-top: 10px;
}

/* -----------------------------------*/
/* ---------->>> FOOTER <<<-----------*/
/* -----------------------------------*/

footer {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
	background-color: #0d435a;
	color: #fff;
	padding: 20px 0 20px;
}

footer a {
	color: #eee;
	cursor: pointer;
}
footer a:hover {
	color: #888;
	text-decoration: none;
}

footer ul {
	list-style: none;
	padding-left: 0;
}

footer > .container > .row > div {
	margin-bottom: 30px;
}

.footer-logo {
	text-align: center;
	margin-top: 1%;
}

@media (max-width: 991px) {
	.footer-logo img {
	width: 131px;
	}
}
@media (min-width: 992px) {
	.footer-logo img {
	width: 150px;
	}
}

.footer-title {
	display: block;
	color: #ccc;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 5px;
}

footer .about {
	font-size: 12px;
	margin-top: 20px;
	padding-right: 50px;
}

.social-menu li {
	display: inline-block;
}

.social-menu li,
.social-menu a {
	margin-right: 5px;
}

.social-menu a {
  display: block;
  text-align: center;
  vertical-align: middle;
}

.fa-facebook-square:hover {
	color: #3b5998;
}

.fa-twitter-square:hover {
	color: #1da1f2;
}

.fa-linkedin-square:hover {
	color: #0077b5;
}

.fa-rss-square:hover {
	color: #f26522;
}

.payment-menu li {
  display: inline-block;
}

.payment-menu img {
	max-width: 30px;
	max-height: 30px;
	margin: 1px;
}

.security-menu li {
  display: inline-block;
}

.security-menu li,
.security-menu a {
	padding-right: 5px;
}

.security-menu img {
	max-height: 50px;
}

.aspin-menu {
	padding-top: 5px;
}

#pn-alerta-geral {
	position: fixed; 
	top: 0; 
	right: 0;
	z-index: 999999;
}

/**
 * Media queries
 */

/* Extra small devices (phones, less than 768px) */
/* No media query since this is the default in Bootstrap */

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
  footer > .container > .row > div {
    margin-bottom: 0;
  }
  footer > .container > .row > div:first-child { padding-left: 0; }
  footer > .container > .row > div:last-child { padding-right: 0; }
}


.empty-box {
	display: block;
	height: 19px;
	margin: 10px 0;
}

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}

/* -----------------------------------*/
/* ---------->>> CENTRAL <<<----------*/
/* -----------------------------------*/

@media (min-width: 768px){
	.btn-cell .txt-icone {
		display: none;
	}
	
	.btn-cell i {
    	font-size: 2em;
	}
}
@media (max-width: 767px){
	.btn-cell i {
		margin-right: 5px;
		color: #FFF !important;
	}
	
	.btn-cell span.ui-column-title {
		display: none !important;
	}
	
	.btn-central {
	    display: inline-block;
	    padding: 6px 12px;
	    margin-bottom: 0;
	    font-size: 14px;
	    font-weight: normal;
	    line-height: 1.42857143;
	    text-align: center;
	    white-space: nowrap;
	    vertical-align: middle;
	    -ms-touch-action: manipulation;
	    touch-action: manipulation;
	    cursor: pointer;
	    -webkit-user-select: none;
	    -moz-user-select: none;
	    -ms-user-select: none;
	    user-select: none;
	    background-image: none;
	    border: 1px solid transparent;
		width: 100%;
		background-color: #0d435a;
		border-color: #0d435a;
		color: #FFF !important;
	}

	.btn-central:hover,
	.btn-central:active, 
	.btn-central:focus, 
	.btn-central:active:focus {
		background-color: #0d435a !important;
		border-color: #0d435a;
	}
	
	.ui-datatable-reflow .ui-datatable-data td {
	    text-align: left;
	    display: block;
	    border: 0px none;
	    width: 100%;
	    -webkit-box-sizing: border-box;
	    -moz-box-sizing: border-box;
	    box-sizing: border-box;
	    float: left;
	    clear: left;
	}
	
	.ui-datatable-reflow .ui-datatable-data td .ui-column-title {
	    padding: .4em;
	    min-width: 30%;
	    margin: -.4em 1em -.4em -.4em;
	}
	
	.ui-datatable-reflow thead th, .ui-datatable-reflow tfoot td {
	    display: none;
	}
	
	.ui-datatable-reflow .ui-datatable-data.ui-widget-content {
	    border: 0px none;
	}
	
	.ui-datatable-reflow .ui-datatable-data tr.ui-widget-content {
	    border-left: 0px none;
	    border-right: 0px none;
	}
	
	.btn-central-dt {
		margin: 4px 0;
	}
}

.ui-widget-content a { 
	text-decoration: none !important;
}

.ui-widget-content .fa {
	color: #0d435a;
	padding-left: 5px;
	padding-right: 5px;
}

.ui-widget-content .fa:hover {
	color: #0d435a;
}

.acesso-rapido {
  list-style: none;
  padding-left: 0;
  text-align: center;
}

.acesso-rapido li {
	width: 47%;
	display: inline-block;
	background-color: #0d435a;
	text-align: center;
	margin: 4px 2px;
}

.acesso-rapido a {
	padding: 20px 0;
}

.acesso-rapido i {
	padding-bottom: 5px;
}

.acesso-rapido i, .acesso-rapido a {
	display: block;
	color: #FFF !important;
	text-decoration: none;
}

#pn-datatables {
	margin-bottom: 20px;
}

.lb-renova {
	width: 150px;
}

.lb-dados-pix {
	width: 150px;
}

.btn-c {
	margin: 20px 20px 20px 0;
}

/* ENTREGA */
#dias td {
	display: block;
}

.alert {
	margin-top: 20px;
}
/* -----------------------------------*/
/* ---------->>> CADASTRO <<<----------*/
/* -----------------------------------*/

.ajax-loader-s {
	margin-left: 10px;
	vertical-align: middle;
	display: none;
}

.input-error {
	color: #FF0000;
	display: block;
	font-size: 13px;
	font-style: italic;
}

.forget-pass {
	font-size: 14px;
	margin-right: 60px;
	margin-top: 10px;
	color: #000;
	font-family: Arial, 'Arvo', serif;
	text-decoration: none;
}

.forget-pass:hover {
	text-decoration: underline;
}

.alert {
	display: inline-block;
	top: 10px;
	width: 100%;
	z-index: 101;
}

.btn-left {
	margin-right: 20px;
}

#pessoa-tipo td, #pessoa-sexo td {
    padding: 0 10px 0 0;
}

#pessoa-tipo label, #pessoa-sexo label, #painel-complementares label {
    padding: 0 0 0 5px;
}

#pedido-periodo label {
    padding: 0 20px 0 5px;
}

#tipo-entrega td {
    padding: 0 10px 0 0;
}

#tipo-entrega label {
    padding: 0 0 0 5px;
}

.cp-obrig {
	color: #f00;
	font-weight: 700;
	margin-left: 5px;
}

.aviso-cadastro {
	font-family: Arial,sans-serif;
    font-size: 12px;
    font-style: italic;
    font-weight: 800;
}

.asterisco-cadastro {
	color: #f00;
	font-family: Arial,sans-serif;
    font-size: 18px;
    font-style: italic;
    font-weight: 800;
    vertical-align: middle;
}

.buscar-cep {
	margin-left: 5px;
	vertical-align: middle;
}

/* -----------------------------------*/
/* --------->>> COMPRA <<<------------*/
/* -----------------------------------*/
.signature-type, .material-price {
	margin: 0;
	padding: 10px 0;
	border-bottom: #125688 1px solid;
}

.typesignature-price {
	margin: 0;
	padding: 10px 0;
}

.evento {
	margin: 0 !important;
	padding: 7px 0;
}

.tipo-insc-content {
	display: none;
}
.tipo-insc-item {
	margin: 0;
	padding: 5px 0;
    line-height: 35px;
	border-bottom: #125688 1px solid;
}

@media (max-width: 768px){
	.combo-group .input-group {
		width: 85px;
	}
	.combo-group .input-group .form-control {
		padding: 0 !important;
	}
}
.material-price, .typesignature-price {
	margin-bottom: 10px;
}

.signature-type h4, .material-price h4, .typesignature-price h4 {
	margin: 0;
}

.thumbnail-product {
	padding-top: 0;
	border: none;
}

.thumbnail-product img {
	height: 399px;
}

.share-content {
	padding: 0 0 15px 0;
}

.share-content > div {
	display: inline-table !important; 
	position: relative !important;
	vertical-align: middle !important;
}


.description-box {
	padding: 15px;
}

.description-space {
	margin-top: 20px;
}

/* MATERIAL */
.wait-list {
	padding: 0;
}

.product .bx-wrapper .bx-pager, .product .bx-wrapper .bx-controls-auto {
	bottom: -5px !important;
}

.product .bx-wrapper .bx-pager.bx-default-pager a:hover, .product .bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #000;
}

/* BUSCA */
.search-title {
	margin: 20px 0;
}

/* -----------------------------------*/
/* --------->>> CHECKOUT <<<----------*/
/* -----------------------------------*/
@media (max-width: 991px) {
	.checkout-content {
		display: none;
	}

	#form-checkout .row {
		padding: 0 !important;
	}

	#form-checkout .checkout-logo {
		width: 131px;
		padding: 10px;
		margin-top: 15px;
	}
}

@media (min-width: 992px) {
	#form-checkout .checkout-content, #form-checkout .carrinho-content {
		display: inline-block !important;
	}

	#form-checkout .checkout-logo {
		width: 131px;
		padding: 10px;
		margin-top: 15px;
	}
}

@media (max-width: 767px){
	#form-checkout #dt-carrinho td:first-child{
		text-align: center !important;
	}
	
	#form-checkout .ui-widget-content {
	    font-size: 12px !important;
	}
}

@media (max-width: 700px){
	#form-checkout .modal-body {
	    height: 70vmax;
	    overflow-y: auto;
	}
}

p {
	margin: 0;
}

#form-checkout h4 {
	display: inline-block;
}

.table {
	font-size: 12px;
	margin-bottom: 0;
	margin-top: 5px;
}

#form-checkout a:hover {
	text-decoration: none;
}

#form-checkout a:active {
	text-decoration: none;
}

#form-checkout a:visited {
	text-decoration: none;
}

#form-checkout a:link {
	text-decoration: none;
}

#form-checkout .checkout-topo {
	background-color:#125688;
	-webkit-box-shadow: 0px 6px 25px 0px rgba(92,92,92,0.5);
	-moz-box-shadow: 0px 6px 25px 0px rgba(92,92,92,0.5);
	box-shadow: 0px 6px 25px 0px rgba(92,92,92,0.5);
}
#form-checkout .checkout-content {
	width: 100%;
	padding: 10px;
}
#form-checkout .checkout-table-totais {
	width: 100%;
	display: inline-block;
}
#form-checkout .checkout-totais {
	width: 35%;
	float: right;
}

#form-checkout .checkout-frete {
	background-color: #5FA8BF;
	border-right: 5px #FFF solid;
	height: 70px;
}

#form-checkout .checkout-radio input[type="radio"] {
    display:none; 
}

#form-checkout .checkout-radio label {
	width: 100%;
	min-height: 100px;
	border: 1px solid #c0c0c0;
}

#form-checkout .checkout-radio label:hover {
  border: 1px solid #216999;
  color: #216999;
  cursor: pointer;
}

#form-checkout .checkout-radio input[type="radio"]:checked + label { 
  border: 1px solid #216999;
  color: #216999;
  background-color: #C4EBFF;
}

#form-checkout .checkout-radio h4 {
	min-height: 40px;
}

#form-checkout .checkout-radio h5, h4 {
	margin-top: 5px;
	margin-bottom: 5px;
}
#form-checkout .nav-tabs > li {
    float: none;
    margin-bottom: -6px;
}

#form-checkout .nav-center ul.nav {
	text-align: center;
	margin-bottom: 20px;
}

#form-checkout .nav-center ul.nav li{
	display: inline-block;
}

#form-checkout .nav-center ul.nav a{
	float: left;
}

#form-checkout .checkout-cartao {
	text-align: left;
}

#form-checkout .icon-up, #form-checkout .icon-down {
	background-repeat: no-repeat;
	background-size: 16px;
	background-position: 5px 10px;
}

#form-checkout .icon-up {
	background-image: url(../../images/site/up.png);
}

#form-checkout .icon-down {
	background-image: url(../../images/site/down.png);
}

#form-checkout input[type=number]::-webkit-inner-spin-button, 
#form-checkout input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}

#form-checkout input[type=number] {
    -moz-appearance:textfield;
}

#form-checkout .icon-done {
	color: white;
	font-size: 22px;
	z-index: 9;
	top: 8px;
}

#form-checkout .icon-undone {
	color: black;
    font-size: 22px;
    z-index: 9;
    top: 8px;
}

#form-checkout .dt-vltotal {
	width: 17%;
}

#form-checkout #radio-gaga td {
	float: left;
}

#form-checkout .dialog {
	z-index: 9999;
}

#form-checkout .disclaimer-popup {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 9999;
}

#form-checkout .disclaimer-popup .mask {
	position: absolute;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity = 50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
	background-color: #000;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 150;
}

#form-checkout .disclaimer-popup .content {
	position: relative;
	z-index: 160;
	margin: 50px auto;
	padding: 20px;
	background-color: #FFF;
	width: 450px;
}

#form-checkout .view .mask, #form-checkout .view .content {
	width: 206px;
	height: 289px;
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 0;
}

#form-checkout .view-first .mask {
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity = 0);
	opacity: 0;
	background-color: rgba(88, 98, 148, 0.7);
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

#form-checkout .view-first:hover .mask {
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity = 100);
	opacity: 1;
}

#form-checkout .modal-dialog {
	z-index: 160;
}

#form-checkout .input-required {
	-webkit-box-shadow: 0px 0px 5px 0px rgba(255, 0, 0, 0.70);
	-moz-box-shadow: 0px 0px 5px 0px rgba(255, 0, 0, 0.70);
	box-shadow: 0px 0px 5px 0px rgba(255, 0, 0, 0.70);
}

.checkout-input-erro {
	color: #FF0000;
	display: block;
	font-size: 13px;
	font-style: italic;
}

#form-checkout label {
	display: block;
}

#form-checkout .closeButton {
	-webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
}

#form-checkout .img-banco {
	padding-bottom: 10px;
}

#form-checkout .inpt-esq {
	padding-left: 0;
}

#form-checkout .inpt-dir {
	padding-right: 0;
}

#form-checkout .aguarde-modal {
	color: white;
	position: relative;
	z-index: 9999999;
	text-align: center;
}

#form-checkout .aguarde-modal-gif {
    background-color: white;
    width: 35px;
    height: 35px;
    border-radius: 22px;
    position: relative;
    z-index: 99999999;
    margin: 0px auto;
    padding: 5px;
}

#form-checkout .inpt-group {
	display: inline-block;
	width: 100%;
}

#form-checkout .radio_debito {
	display: none !important;
}

#form-checkout .radio_debito:checked + label {
	opacity: 1;
}

#form-checkout .label_debito {
	cursor: pointer;
	width: 64px;
}

.debto-opacity {
	opacity: 0.1;
}

/* CARRINHO */
/* HEADER Quantidade da tabela do carrinho */
#form-carrinho #dt-carrinho {
	margin-bottom: 10px;
}

#form-carrinho #dt-carrinho th{
	text-align: center;
}

#form-carrinho #dt-carrinho td{
	text-align: center;
	vertical-align: middle;
}

#form-carrinho #dt-carrinho td:first-child{
	text-align: left;
}

#form-carrinho #dt-carrinho tr:last-child{
	border-bottom: 1px solid #ddd;
}

#form-carrinho .dt-totais {
	font-size: medium;
}

#form-carrinho .col-qtd {
	width: 125px;
}

#form-carrinho .qtd-btn > .btn {
	margin-left: 0 !important;
	border-radius: 0 !important;
}

#form-carrinho .item-capa {
	display: inline-block;
}

#form-carrinho .btn-cupom {
	margin: 10px 0 0 0;
}

#form-carrinho .alert {
	display: inline-block;
    top: 10px;
    width: 100%;
    z-index: 101;
}

#form-carrinho .pn-botoes {
	text-align: center; 
	margin-top: 10px; 
	margin-bottom: 15px;
}

#form-carrinho .noDisplay {
	display: none;
}

#form-carrinho .tipo-frete label {
	width: 100%;
	padding: 7px 0;
	margin: 0;
}

#form-carrinho .tipo-frete label:hover {
	color: #0d435a;
	cursor: pointer;
}

#form-carrinho .tipo-frete p {
	display: inline-block;
}

#form-carrinho .tipo-frete input[type="radio"] {
	width: 15px;
	height: 15px;
	margin-top: -1px;
	vertical-align: middle;
}

#form-carrinho .tipo-frete td {
    background-color: whitesmoke;
    
}

#form-carrinho .tipo-frete tr:first-child td {
    border-top: none !important;
}

#form-carrinho .ajax-loader-s{
	position: absolute;
	padding-left: 5px;
	display: none;
}

.calcula-frete {
	margin-bottom: 0;	
}

.calcula-frete legend {
	margin-bottom: 5px;
	font-size: 16px;	
}

/* LOGIN */
#form-login #tipo-pessoa label {
    font-weight: normal;
    display: inline-block;
}

#form-login #tipo-pessoa td label {
    vertical-align: middle;
    padding-left: 5px;
}

#form-login #tipo-pessoa td:first-child {
    padding-right: 10px;
}

#form-login .ajax-loader-s {
	margin: 10px 0 0 10px;
	vertical-align: middle;
	display: none;
}

/* VERIFICA CARRINHO */
#pn-icones-ren p {
	text-align: center;
}

input[type=number] {
    -moz-appearance:textfield;
}

#dt-tp-ass, .dt-renovar {
	margin-bottom: 30px;
}

#dt-tp-ass td, .dt-renovar td {
	padding: 0 !important;
}

#dt-tp-ass label, .dt-renovar label {
	width: 100%;
	margin: 0;
	padding: 10px 5px;
}

#dt-tp-ass label:hover, .dt-renovar label:hover {
  background-color: #989fb3;
  cursor: pointer;
}

#dt-tp-ass p, .dt-renovar p {
	display: inline-block;
}

@media (max-width: 500px) {
#pn-icones-ren span:first-child {
	font-size: 92px !important;
}
}

#pn-icones-ren span {
	display: block;
	text-align: center;
	padding: 15px;
	font-size: 18px;
}

#pn-icones-ren span:first-child {
	font-size: 100px;
}

/* FINALIZACAO */
.img-final {
	margin: 20px auto;
	display: block;
	width: 36px;
}

.ui-widget-content{
	font-size: 14px;
	text-align: center;
}
.ui-datatable-empty-message{
	text-align: center;
	font-size: 16px;
	font-weight: bold;
}

.tabs i {
	display: block;
	margin: 5px 0 10px;
}

#form-checkout .titulo {
	display: block;
}

@media (max-width: 991px){
	#form-checkout .titulo {
		padding: 5px 0;
	}
}

@media (min-width: 991px){
	.titulo .btn, .titulo-tp-insc .btn {
		font-size: 16px;
	    cursor: default;
	}
}

.titulo .btn, .titulo-tp-insc .btn, .faq-pergunta .btn {
	display: block;
	border-radius: initial;
	border: none !important;
	color: #fff;
	background: #0d435a;
}

.faq-pergunta .btn {
	text-align: left;
}

.titulo .btn .fa, .titulo-tp-insc .btn .fa, .faq-pergunta .fa {
	padding-right: 5px;
}

.faq-resposta {
	padding: 15px;
	display: none;
}

.boleto-info {
	list-style: none;
	padding-left: 0;
}

.boleto-info li {
	padding-bottom: 5px;
}

.boleto-info .boleto-circle {
	display: inline-block;
	padding: 7px 7px;
	line-height: 1;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	background-color: #0d435a;
    border-radius: 22px;
    min-width: 44px;
    min-height: 44px;
}

.boleto-info p {
	display: inline-block;
	padding-left: 10px;
}

.boleto-info p span {
	font-weight: 700;
	color: #0d435a;
}

.tabs.tabs-style-topline {
	padding-bottom: 20px;
}

.pix-qrcode {
	padding: 10px; 
	/*background-color: white;*/
	width: 280px;
}

/* -----------------------------------*/
/* ---------->>> HELPERS <<<----------*/
/* -----------------------------------*/
/*
 * PADDING
 */

.no-padding {
	padding: 0 !important;	
}

.padding-6-12{
	padding: 6px 12px;
}

/*
 * MARGIN
 */
 .mg-bt-20 {
 	margin-bottom: 20px;
 }
 
/* 
 * WIDTH
 */

.w-50 {
	width: 50%;
}

.w-40 {
	width: 40%;
}

.w-30 {
	width: 30%;
}

.w-20 {
	width: 20%;
}

/*
 * BLOCK / INLINE-BLOCK
 */
.inline-block{
	display: inline-block;
}

.block {
	display: block;
}
 
/*
 * PRIMEFACES
 */
.ui-datatable-tablewrapper {
	overflow: hidden;
}

/*
 * BOTOES DE ACESSO SOCIAL
 */
 
.social-button {
  display: inline-block;
  background: white;
  color: #444;
  width: 170px;
  height: 50px;
  border-radius: 5px;
  /*border: thin solid #888;*/
  /*box-shadow: 1px 1px 1px grey;*/
  white-space: nowrap;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  margin-bottom: 25px;
  margin-right: 0px !important;
}
.social-button:hover {
  cursor: pointer;
}
@media (min-width: 416px){
	.f-button {
		margin-right: 15px !important;
	}
	.g-button {
		margin-left: 15px !important;
	}
}
.g-icon {
	background-image: url('https://developers-dot-devsite-v2-prod.appspot.com/identity/sign-in/g-normal.png') !important;
	background-size: 30px 30px;
	width: 30px;
	height: 30px;
	top: 16px!important;
}

.f-icon {
	background-image: url('https://i.pinimg.com/736x/ac/57/3b/ac573b439cde3dec8ca1c6739ae7f628.jpg') !important;
	background-size: 30px 30px;
	width: 30px;
	height: 30px;
	top: 16px!important;
}

@media (max-width: 415px){
	.social-button {
		width: 120px !important;
		font-size: 12px !important;
	}
	.f-icon {
		background-size: 20px 20px !important;
		width: 20px !important;
		height: 20px !important;
		top: 22px!important;
	}
	.g-icon {
		background-size: 20px 20px !important;
		width: 20px !important;
		height: 20px !important;
		top: 22px!important;
	}
	
	.f-button {
		margin-right: 5px !important;
	}
	.g-button {
		margin-left: 5px !important;
	}
}

/*
 * CONSENTIMENTO DE COOKIES
 */

.cookieConsentContainer {
	z-index: 999;
	width: 400px;
	min-height: 20px;
	box-sizing: border-box;
	padding: 20px 20px 20px 20px;
	background: #0d435a;
	overflow:hidden;
	position: fixed;
	bottom: 20px;
	right: 20px;
	border-radius: 10px;
	}
	
.cookieConsentContainer .cookieTitle a {
	font-family: OpenSans,arial,sans-serif;
	color: #fff;
	font-size: 22px;
	line-height: 20px;
	display: block;
	}
	
.cookieConsentContainer .cookieDesc p {
	margin: 0;
	padding: 0;
	font-family: OpenSans,arial,sans-serif;
	color: #fff;
	font-size: 13px;
	line-height: 20px;
	display: block;
	}
	
.cookieConsentContainer .cookieDesc a {
	font-family: OpenSans,arial,sans-serif;
	color: #fff;
	text-decoration: underline;
	}
	
.cookieButton {
	display: inline-block;
	font-family: OpenSans,arial,sans-serif;
	color: #fff;
	font-size: 14px;
	margin-top: 10px;
	background: #0d435a;
	border-color: #0d435a;
	box-sizing: border-box;
	padding: 6px 12px;
	text-align: center;
	transition: background .3s;
	border-radius: 10px;
	border: 1px solid transparent;
	}

.cookieButton:hover {
	cursor: pointer;
	background: #0d435a;
	}
	
@media (max-width:980px) {
	.cookieConsentContainer {
		bottom: 0!important;
		left: 0!important;
		width: 100%!important;
		}
	}
