/* -----------------------------------*/
/* ----------->>> SUMARY <<<----------*/
/* -----------------------------------*/
/*
 * >>> HEADER <<<
 *
 * >>> FOOTER <<<
 *
 * >>> CENTRAL <<<
 *
 * >>> CADASTRO <<<
 *
 * >>> HELPERS <<<
 */
 
/* -----------------------------------*/
/* ----------->>> PALETA <<<----------*/
/* ---------->>> DE CORES <<<---------*/
/* -----------------------------------*/
/*
 * UTILIZAR: http://www.color-hex.com/color/53abc3
 *
 */
html {
	height: 100%;
}

body {
	background-color: #fff;
	position: relative;
    min-height: 100%;
	margin: 0;
	font-family: 'Open Sans', 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;
	}
}

@media (max-width: 767px){
	.logo {
		padding-top: 0px !important;
		padding-bottom: 0px !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: 767px) { .slider-desktop { display: none; } }
@media (min-width: 768px) { .slider-mobile { 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 !important;
}

/* CABEÇALHO DOS PÁGINAS */
.td-login-tabs {
    margin: 0 0 5px 0;
    list-style-type: none;
    background-position: bottom;
	text-align: center!important;
}

.td-login-tabs li {
    position: relative;
    text-align: center;
    display: inline-block;
    line-height: 20px;
    background-color: #FFF;
}

.td-login-tabs li span {
    display: block;
    font-size: 16px;
    color: #212529;
    cursor: default;
    padding: 0px 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;
	    pointer-events: none;
	}

	.page-content {
	  margin: 10px 0 0px 0;
	}	
}

header {
	background-color: #FFF;
}

.header-menu {
	background: #0d435a;	
}

a img {
    height: auto;
    max-width: 100%;
    vertical-align: middle;
    margin: 0 auto;
}

.bx-wrapper {
    -webkit-box-shadow: 0 0 0px #fff !important;
    box-shadow: 0 0 0px #fff !important;
    border: 5px solid #fff !important;
    background: #fff !important;
    margin: auto;
    margin-bottom: 15px !important;
    max-width: 100% !important;
}

.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
    position: absolute;
    bottom: -15px !important;
}

/**
 * Navigation
 */

.navbar {
  margin-bottom: 0;
}

.navbar-brand,
.header-logo {
  display: inline-block;
  margin: 0;
  padding: 0;
  line-height: 0;
}

.navbar-toggle {
  padding: 0px 10px 0px 135px;
  margin: -12px 0px 0px 0px;
}

.navbar-toggle .fa {
	font-size: 2em;
    color: #0d435a;
}

.navbar-toggle .icon-bar {
  background-color: #888;
}

.navbar-nav .fa {
  padding-right: 5px;
}

.navbar-nav-login {
	padding: 10px 15px;
    line-height: 20px;
	display: block;
}

.navbar-nav {
    float: none;
    margin: 0;
	display:flex;
	justify-content:center;	
}

.navbar-nav span {
	color: #FFF;
    font-size: 15px;
}

.navbar-nav a {
    color: #FFF;
    font-size: 15px;
}

#menu-default {
	padding: 0 !important;
}

.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: #42889c;
}

.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: #42889c; 
}


.login>li {
	display: inline-block;
	padding: 0 15px;
	cursor: pointer;
}

.logout a {
	color: #42889C;
}

.logout a:hover {
	color: #d22f34 !important;
}

.logo {
	width: 160px;
	padding-top: 8px;
	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: 5px;
}
.btn-success {
	background-color: #5ba68d;
	border-color: #5ba68d;
	color: #FFF;
}

.btn-success:hover,
.btn-success:active, 
.btn-success:focus, 
.btn-success:active:focus {
	background-color: #47816d !important;
	border-color: #47816d;
}
@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: #42889c;
	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;
}

.navbar-search li a {
    line-height: 68px;
    height: 68px;
    padding-top: 0;
}

.dropdown-menu {
	padding: 15px 0 30px 0;
	margin-left: -1px;
	margin-top: 0px !important;
	border-top: none;
	background-color: #0d435a;
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
	background-color: #0d435a;
}

.dropdown-menu a, .dropdown-menu > li > a {
  cursor: pointer;
  color: #fff;
}

.dropdown-menu a:hover, .dropdown-menu > li > a:hover {
  color: #d4d4d4;
  text-decoration: none;
}

.dropdown-menu > li > a:hover {
	background-color: #42889c;	
}

.dropdown-menu li {
    padding-top: 4px;
}

@media (min-width: 1200px){
	.dropdown-menu>.container {
	    width: 890px;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.dropdown-menu>.container {
	    width: 744px;
	}
}

@media (min-width: 768px) and (max-width: 991px){
	.dropdown-menu>.container {
	    width: 576px;
	}
}

/* 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: 1.25rem;
	text-align: center!important;
}

.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;
	font-size: 13px;
}

footer a {
	color: #FFF;
	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: #FFF;
	font-weight: bold;
	margin-bottom: 5px;
}

.footer-about {
	margin-top: 15px;
}

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-instagram:hover {
	color: #bc2a8d;
}

.fa-rss-square:hover {
	color: #f26522;
}

.security-menu li {
  display: inline-block;
}

.security-menu li,
.security-menu a {
	padding-right: 5px;
}

.security-menu img {
	max-height: 35px;
}

/**
 * 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; 
}

.payment-menu li {
  display: inline-block;
}

.payment-menu img {
	max-width: 30px;
	max-height: 30px;
	margin: 1px;
}

/* -----------------------------------*/
/* ---------->>> 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: #42889C !important;
		border-color: #42889C;
	}
	
	.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: #42889C;
}

.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;
}

.btn-c {
	margin: 20px 20px 0 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;
	text-decoration: none;
}

.forget-pass:hover {
	text-decoration: underline;
}

.alert {
	display: inline-block;
	top: 10px;
	width: 100%;
	z-index: 101;
}

.alert ul {
	margin-left: 18px;
}

.btn-left {
	margin-right: 20px;
}

#pessoa-tipo td, #pessoa-sexo td {
    padding: 0 10px 0 0;
}

#pessoa-tipo label, #pessoa-sexo label {
    padding: 0 0 0 5px;
}

.cp-obrig {
	color: #f00;
	font-weight: 700;
	margin-left: 5px;
}

.grupo-aviso-cadastro {
    text-align: center;
    line-height: 14px;
    padding-bottom: 10px;
}

.aviso-cadastro {
    font-size: 12px;
    font-style: italic;
}

.asterisco-cadastro {
	color: #f00;
    font-size: 18px;
    font-style: italic;
    font-weight: 800;
    vertical-align: middle;
}

.buscar-cep {
	margin-left: 5px;
	vertical-align: middle;
}

.campos-cadastro label {
	font-weight: normal; 
	margin-bottom: 0px
}

.campos-cadastro .form-group {
	margin-bottom: 5px;
}

.campos-cadastro h3 {
	text-align: center;
	font-size: 20px;
}

.campos-cadastro input[type="checkbox"], .campos-cadastro input[type="radio"] {
	margin-right: 5px;
}

#form-faleConosco .form-group {
	margin-bottom: 3px;
}

#form-pedidos input[type="radio"] {
	margin-right: 5px;
}

#form-pedidos label {
	margin-right: 10px;
	font-weight: normal; 
}

#form-transfPraiaCobranca #tipo-entrega td {
	padding-right: 20px;
}

/* -----------------------------------*/
/* --------->>> COMPRA <<<------------*/
/* -----------------------------------*/
.signature-type, .material-price {
	margin: 0;
	padding: 6px 0;
	/*border-bottom: #0d435a 1px solid;*/
}

.typesignature-price {
	margin: 0;
	padding: 10px 0;
}

.material-price, .typesignature-price {
	margin-bottom: 10px;
}

.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;
	}
}

.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;
	margin-bottom: 20px;
}

.description-space {
	margin-top: 20px;
}

/* MATERIAL */
.wait-list {
	padding: 0;
}

.product .bx-wrapper .bx-pager, .product .bx-wrapper .bx-controls-auto {
	bottom: 3px !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;
	}
	
	.campos-cadastro .w-30, .campos-cadastro .w-40, .campos-cadastro .w-50 {
		width: 100%;
	}
}

@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 .checkout-content h3 {
	text-align: center;
	font-size: 20px;
}

#form-checkout .checkout-content input[type="checkbox"] {
	margin-right: 5px;
}

#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-group-btn {
	margin-top: 25px;
	margin-bottom: 25px;
	text-align: center;
}

#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 .dt-totais td {
	border-top: none;
}

#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 .noDisplay {
	display: none;
}

#form-carrinho .tipo-frete label {
	width: 100%;
	padding: 2px 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;
	margin-left: 10px;
	vertical-align: middle;
	display: none;
}

.calcula-frete {
	margin-bottom: 0;	
}

.calcula-frete legend {
	margin-bottom: 5px;
	font-size: 16px;	
}

.carrinho-grupo {
    min-height: 20px;
    padding: 14px;
    margin-bottom: 5px;
    background-color: #f5f5f5;
    border-radius: 4px;
    text-align: center;
    font-size: medium;
}

/* LOGIN */
#form-login #tipo-pessoa label {
    font-weight: normal;
    display: inline-block;
}

#form-login #tipo-pessoa td label {
    vertical-align: middle;
    padding-left: 5px;
    margin-top: 0px;
}

#form-login #tipo-pessoa td {
    padding-right: 8px;
}

#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: #97ccdb;
  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;
}

/* FINALIZAÇÃO */
.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;
}

.tabs i {
	display: block;
	margin: 10px 0 10px;
}

#form-checkout .titulo {
	display: block;
}

@media (max-width: 991px){
	#form-checkout .titulo {
		padding: 5px 0;
	}
}

@media (min-width: 991px){
	.titulo .btn {
		font-size: 16px;
	    cursor: default;
	}
}

.titulo .btn, .titulo-tp-insc .btn, .faq-pergunta .btn {
	display: block;
	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: #5ba68d;
}

.tabs.tabs-style-topline {
	padding-bottom: 20px;
}

.pix-qrcode {
	width: 280px;
	padding: 10px;
}

#form-pix label {
	margin-right: 5px;
}

/* -----------------------------------*/
/* ---------->>> 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
 */
/* BANNER TOP */ 
.bannerBg {
    background-color:#0d435a;
    padding: 20px 0px 20px 0px;
}

#bannerTop h1 {
    font-weight: 900;
    color: #fff;
	font-size: 4.5rem;
	margin-top: 10px;
}

#bannerTop h5 {
    margin-top: 10px;
    color: #02e6f3;
    font-weight: 600;
    letter-spacing: 4px;
	font-size: 2.5rem;
}

/* MENU */ 

#navbarNav a {
    color:#000;
    font-size: 13px;
}
.menuItem {
    letter-spacing: 1px;
}

.menuItemFirst {
    color:black;
    letter-spacing: 1px;
}

.menuItem::before {
    margin-right:25px;
    content: '|';
}

.menu-principal-center {
	display:flex;
	justify-content:center;
	/*display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-gap: 30px;*/
}

.menu-produtos-grade {
	display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 30px;
}

.menu-produtos-grade-item {
	width: 100%;
}

/* BREAKPOINTS RESPONSIVOS */

@media screen and (min-width:800px) and (max-width: 1399px) { /*tablet pro*/

    .container {
     	width: auto;
    }

}

@media screen and (min-width:768px) and (max-width: 799px) { /*tablet*/
    
    #bannerTop h1 {
        font-weight: 900;
        font-size: 3.5rem;
    }
    
    #bannerTop h5 {
        font-weight: 900;
	    letter-spacing: 2px;
		font-size: 2.0rem;
    }
    
    .container {
     	width: auto;
    }
    
    .nav > li > a {
	    padding: 10px 8px;
    }
    
}

@media screen and (max-width: 767px) { /*smartphone*/
    .navbar {
        display: flex;
        justify-content: center;
        margin-top: 10px;
        margin-bottom: 15px;
    }
	
	.navbar-nav {
		display:block;
	}
	
    .menuItem::before {
        content: '';
        margin-right:0px;
    }

    .contactInfo {
        display: flex;
    justify-content: center;
    }

    #top-bar img {
        width: 61%;
        display: flex;
    }

    #bannerTop h1 {
        font-weight: 900;
        color: #fff;
        font-size: 18px;
        margin-top: 10px;
    }

    #bannerTop h5 {
        color: #02e6f3;
        font-weight: 900;
        letter-spacing: 2px;
        font-size: 10px;
    }

    .card {
        width: 100% !important;
		margin-bottom: 22px;
    }

    #top-bar figure {
        display: flex;
        justify-content: center;
        margin-top: 10px;
        margin-bottom: 20px;
    }
    
    .bs-wizard-info {
    	font-size: 10px !important;
	}
	
	.menu-principal-center {
		display: block;
	}
	
	.menu-produtos-grade {
		display: block;
	}

	.titulo .btn, .titulo-tp-insc .btn, .faq-pergunta .btn {
		font-weight: normal;
	}

}

@media screen and (max-width: 320px) { /*smallphone*/
	
    #bannerTop h1 {
        font-weight: 900;
        font-size: 1.5rem;
    }
    
    #bannerTop h5 {
        font-weight: 900;
	    letter-spacing: 2px;
		font-size: 0.8rem;
    }
    
}


.nav > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
    background-color: #0d435a;
}

/* BOX CARDS */ 

.card {
    border-radius: 1.25rem;
}

.div-card-title {
	align-items: center;
    display: flex;
    justify-content: center;
	margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    min-height: 66px;
}

.card-title {
	margin-top: 0px;
    margin-bottom: 0px;
    font-weight: 800;
    font-size: 20px;
}

.card-title-products {
	align-items: center;
    display: flex;
    justify-content: center;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
	min-height: 70px;
}

.subtitleCard {
    color:#0d435a;
}

.globoIcon {
    width: 68%;
}

.monthText {
    font-size: 12px;
    font-weight: bold;
    margin-top: -10px;
    color: #4f494a;
}

.journal {
    width: 85%;
}

.pricesBox {
    margin-bottom: 50px;
    margin-top: 0px;
}

.priceMount {
    color:#0d435a;
    font-weight: 800;
    font-size: 17px;
}

.priceNum {
    font-size: 40px;
    font-weight: 800;
    color: #0d435a;
	letter-spacing: -2px;
    padding-right: 4px;	
}

.priceSecond {
    color: #0d435a;
    font-weight: 800;
    font-size: 20px;
}

.priceSecondMonth {
    color: #0d435a;
    font-weight: 800;
    font-size: 20px;
}

.priceSecondMonth::after {
    content: '/mês';
    display: flex;
    font-size: 11px;
    /*justify-content: center;*/
    /*margin-left: -40px;*/
    color: #000;
    margin-top: -4px;
}

.price_left {
	width: 60%;
	float: left;
	height: 50px;
	text-align: right;
	line-height: 45px;
	font-size: 22px;
}

.price_right {
	width: 40%;
	float: right;
	height: 50px;
	text-align: left;
	font-size: 22px;
}

.btn-subscribe {
    padding-left: 70px;
    padding-right: 70px;
    border-radius: 23px;
    font-weight: 900;
    color: #fff;
    background: #4dc16e;
    border-color: #4dc16e;
    text-transform: uppercase;
}

.btn-subscribe:hover {
    padding-left: 70px;
    padding-right: 70px;
    border-radius: 23px;
    font-weight: 900;
    color: #fff;
    background: #63e488;
    border-color: #63e488;
}

.btn-subscribe:active {
    padding-left: 70px;
    padding-right: 70px;
    border-radius: 23px;
    font-weight: 900;
    color: #fff;
    background: #63e488;
    border-color: #63e488;
}

.btn-subscribe:focus {
    padding-left: 70px;
    padding-right: 70px;
    border-radius: 23px;
    font-weight: 900;
    color: #fff;
    background: #63e488;
    border-color: #63e488;
}

.btn-subscribe-aux {
    padding-left: 40px;
    padding-right: 40px;
    border-radius: 23px;
    color: #fff;
    background: #4dc16e;
    border-color: #4dc16e;
    text-transform: uppercase;
}

.btn-subscribe-aux:hover {
    padding-left: 40px;
    padding-right: 40px;
    border-radius: 23px;
    color: #fff;
    background: #63e488;
    border-color: #63e488;
}

.btn-subscribe-aux:active {
    padding-left: 40px;
    padding-right: 40px;
    border-radius: 23px;
    color: #fff;
    background: #63e488;
    border-color: #63e488;
}

.btn-subscribe-aux:focus {
    padding-left: 40px;
    padding-right: 40px;
    border-radius: 23px;
    color: #fff;
    background: #63e488;
    border-color: #63e488;
}

.btn-auxiliar {
    padding-left: 40px;
    padding-right: 40px;
    border-radius: 23px;
    color: #fff;
    background: #4dc16e;
    border-color: #4dc16e;
    margin-bottom: 2px;
}

.btn-auxiliar:hover {
    padding-left: 40px;
    padding-right: 40px;
    border-radius: 23px;
    color: #fff;
    background: #47816d;
    border-color: #47816d;
    margin-bottom: 2px;
}

.btn-auxiliar:active {
    padding-left: 40px;
    padding-right: 40px;
    border-radius: 23px;
    color: #fff;
    background: #63e488;
    border-color: #63e488;
    margin-bottom: 2px;
}

.btn-shoppingcart-aux {
    padding-left: 40px;
    padding-right: 40px;
    border-radius: 23px;
    color: #fff;
    background: #4dc16e;
    border-color: #4dc16e;
}

.btn-shoppingcart-aux:hover {
    border-radius: 23px;
    color: #fff;
    background: #63e488;
    border-color: #63e488;
}

.btn-shoppingcart-aux:active {
    border-radius: 23px;
    color: #fff;
    background: #63e488;
    border-color: #63e488;
}

.btn-shoppingcart-aux:focus {
    border-radius: 23px;
    color: #fff;
    background: #63e488;
    border-color: #63e488;
}

.detail-title {
    text-align: left;
    font-weight: 900;
    font-size: 30px;
    line-height: 0.9;
}

.btn-detail-subscribe {
    border-radius: 5px;
    font-weight: 900;
    color: #fff;
    background: #4dc16e;
    border-color: #4dc16e;
    width: 100%;
    font-size: 16px;
	margin-top: 5px;
    margin-bottom: 15px;    
}

.btn-detail-subscribe:hover {
    border-radius: 5px;
    font-weight: 900;
    color: #fff;
    background: #63e488;
    border-color: #63e488;
    width: 100%;
    font-size: 16px;
	margin-top: 5px;
    margin-bottom: 15px;    
}

.btn-detail-subscribe:active {
    border-radius: 5px;
    font-weight: 900;
    color: #fff;
    background: #63e488;
    border-color: #63e488;
    width: 100%;
    font-size: 16px;
	margin-top: 5px;
    margin-bottom: 15px;    
}

.price-detail-left {
	float: left;
	height: 50px;
	text-align: right;
	line-height: 4px;
	font-size: 30px;
}

.price-detail-right {
	float: left;
	height: 50px;
	text-align: left;
	font-size: 15px;
}

@media screen and (max-width: 767px) {
	.btn-subscribe-aux {
	    padding-left: 15px;
	    padding-right: 15px;
	}
	
	.btn-subscribe-aux:hover {
	    padding-left: 15px;
	    padding-right: 15px;
	}
	
	.btn-subscribe-aux:active {
	    padding-left: 15px;
	    padding-right: 15px;
	}
}

.textArea {
    margin-top: 18px;
}

.plusIcon {
    color: #fff;
    background: #abf0ff;
    padding: 8px;
    border-radius: 30px;
}

.textBox {
    background: #abf0ff;
    border-radius: 9px;
    margin-top: -18px;
    padding-top: 17px;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 20px;
    font-size: 13px;
    color: #4e4e4e;
	line-height: 18px;
}

div.textBox ul {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 0px;
	list-style-type: disc;
	list-style-position: inside;
}

.detail-description ul {
	margin-left: 18px;
}

.list-group {
    font-size: 11px;
    padding-left: 39px;
    padding-right: 37px;
    padding-bottom: 10px;
}

/*
 * BOTOES DE ACESSO SOCIAL
 */
.social-button {
  display: inline-block;
  background: white;
  color: #444;
  width: 160px;
  height: 50px;
  border-radius: 5px;
  /*border: thin solid #888;*/
  /*box-shadow: 1px 1px 1px grey;*/
  white-space: nowrap;
  font-size: 14px;
  margin-bottom: 25px;
}
.social-button:hover {
  cursor: pointer;
}
@media (min-width: 413px){
	.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: 412px){
	.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;
	}
}

/* -----------------------------------*/
/* ----------->>> TABLE <<<-----------*/
/* -----------------------------------*/

.ui-datatable table {
	background-color: #F4F4F4;
    border-radius: 10px;
    border-collapse: collapse;
    overflow: hidden;
    -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.268);
    box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.268);
    border: none;
}

.ui-datatable table thead {
    background-color: #EDEDED;
    text-align: left;
}

.ui-datatable table thead tr th {
    border: none;
    background-color: #EDEDED;
}

.ui-datatable .ui-widget {
	font-family: inherit;
}

.ui-datatable .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
	background-image: none;  
	background-repeat: no-repeat;
}

.ui-datatable .ui-widget-content {
	border: none
}	

.ui-datatable .ui-datatable thead th, .ui-datatable tbody td, .ui-datatable tfoot td, .ui-datatable tfoot th {
	border: none;
}

.ui-datatable .ui-datatable-tablewrapper {
	overflow: inherit;
}

.ui-datatable thead th, .ui-datatable tbody td, .ui-datatable tfoot td, .ui-datatable tfoot th {
	border: none !important;
	padding: 5px 10px !important;
	vertical-align: middle;
}

.ui-widget {
	font-family: inherit;
}

.tbltipos label {
	cursor: pointer;
	font-weight: normal;
	width: 100%;
}

.tbltipos input[type="radio"] {
	display: none;
}

/*
 * 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 {
	color: #fff;
	font-size: 22px;
	line-height: 20px;
	display: block;
}
	
.cookieConsentContainer .cookieDesc p {
	margin: 0;
	padding: 0;
	color: #fff;
	font-size: 13px;
	line-height: 20px;
	display: block;
}
	
.cookieConsentContainer .cookieDesc a {
	color: #fff;
	text-decoration: underline;
}
	
.cookieButton {
	display: inline-block;
	color: #fff;
	font-size: 14px;
	margin-top: 10px;
	background: #ff9600;
	border-color: #ff9600;
	box-sizing: border-box;
	padding: 6px 12px;
	text-align: center;
	transition: background .3s;
	border-radius: 10px;
	border: 1px solid transparent;
}

.cookieButton:hover {
	cursor: pointer;
	color: #fff;
    background: #cc7700;
}

@media (max-width:980px) {
	.cookieConsentContainer {
		bottom: 0!important;
		left: 0!important;
		width: 100%!important;
	}
}