:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #e96500;
  --orangeHover: #f37b1f;
  --yellow: #ffc107;
  --green: #155e35;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #e96500;
  --primaryHover: #f37b1f;
  --secondary: #155e35;
  --secondaryHover: #28a25e;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
}
@media (min-width: 992px) {
	.container {
	    max-width: 1157px;
	}
}
h1, h2, h3, h4, h5, h6 {
	font-weight: 700;
}

* { outline: 0 none; }

.pointer{ cursor: pointer; }

.nav-tabs .nav-link.invalid{
    color: #dc3545;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");
    background-repeat: no-repeat;
    background-position: center right calc(.375em + .1875rem);
    background-size: calc(.75em + .375rem) calc(.75em + .375rem);
    padding-right: 30px;
}

.nav-tabs .nav-link.valid{
    color: #28a745;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: center right calc(.375em + .1875rem);
    background-size: calc(.75em + .375rem) calc(.75em + .375rem);
    padding-right: 30px;
}

.bloquear_tela{ position: fixed; width:100%; height: 100%; z-index:1101; background: url(../../imagens/ajax-loader.gif) no-repeat center #000; opacity: 0.5; display:none;}

body {
	font-size: 14px;
	font-family: 'Montserrat', sans-serif;
}

a {
	color: var(--dark);
}
a:hover {
	color: var(--secondary);	
}
.f11 {
	font-size: 11px;
}
.f12 {
	font-size: 12px;
}
.btn-orange {
	background: var(--orange);
	color: var(--white);
	border-color: var(--orange);
}
.btn-orange:hover {
	color: var(--white);
}
.btn-primary {
	background: var(--primary);
	color: var(--white);
	border-color: var(--primary);
}
.btn-primary:hover {
	color: var(--white);
	background: var(--primaryHover);
	border-color: var(--primaryHover);
}
.btn-green {
	background: var(--secondary);
	color: var(--white);
	border-color: var(--secondary);
}
.btn-green:hover {
	color: var(--white);
	background: var(--secondaryHover);
	border-color: var(--secondaryHover);
}
.text-primary {
	color: var(--primary) !important;
}
a.text-primary:hover {
	color: var(--primaryHover) !important;
}
.text-secondary {
	color: var(--secondary) !important;
}
.default .form-control {
	height: 45px;
}

.top-bar {
	background: #eee;
	border-bottom: 1px solid #ddd;
	height: 32px;
}
.links-top nav {
	background: var(--white);
	border-left: 1px solid #ddd;
}
.links-top nav a {
	padding: 8px 12px;
	display: block;
	border-right: 1px solid #ddd;
	font-size: 10px;
}
.links-top nav a:hover {
	text-decoration: none;
}
.links-top nav a:after {
	font-family: "Font Awesome 5 Free"; 
	font-weight: 900; 
	content: "\f078"; 
	margin: 3px 0 0 5px;
	color: var(--secondary);
}
.nav-top {
	position: relative;
}

.nav-top .btn .ico-escola{
	margin: -3px 6px 0px -2px;
	float: left;
	padding: 0;
}

.nav-top .btn { 
	background: var(--orange);
	display: block;
	padding: 8px 10px;
	border-radius: 0 0 5px 5px;
	color: var(--white);
	font-size: 13px;
	font-weight: 600;
}
.nav-top .btn:after {
	font-family: "Font Awesome 5 Free"; 
	font-weight: 900; 
	content: "\f078"; 
	font-size: 12px; 
	margin: 3px 0 0 5px;
	color: var(--white);
}
.nav-top .btn i {
	font-size: 16px;
}

.nav-top .btn.btn-user { 
	background: var(--green);
}

.nav-top .btn.btn-user svg{ 
	margin-top: 2px;
}

#banner {
	position: relative;
}
#banner .item {
	min-height: 461px;
	background-position: center;
}
#banner .descricao {
	color: var(--white);
	margin-top: 6%;
}
#banner .descricao h2 {
	font-weight: 900;
	line-height: 40px;
	font-size: 27px;
}
#banner .descricao .preco {
	background: var(--orange);
	display: inline-block;
	padding: 5px 10px;
}
#banner .descricao .btn {
	background: transparent;
	border: 1px solid var(--white);
	padding: 10px;
	color: var(--white);
	display: inline-block;
}
#banner .descricao .btn:hover {
	background: var(--white);
	color: var(--dark);
}
#banner .descricao .btn:hover span {
	color: var(--orange);
}
.slick-dots {
	display: block;
	text-align: center;
	list-style: none;
	padding: 0;
	margin: 20px 0 0;
}
.slick-dots li {
	display: inline-block;
	margin: 0 3px;
}
.slick-dots li button {
	text-indent: -999em;
	background: #ddd;
	border: none;
	border-radius: 20px;
	height: 13px;
	width: 13px;
	padding: 0;
}
.slick-dots li.slick-active button {
	background: var(--orange);
}

.nav-user.btn-user{
	background: var(--green);
}

.nav-user {
	position: absolute;
	padding: 0 5px 5px;
	background: var(--primary);
	margin-top: -4px;
	border-radius: 0 0 5px 5px;
	z-index: 1000;
	display: none;
	width: 100%;
}
.nav-top.active .nav-user {
	display: block;
}
.nav-user li {
	width: 100%;
}
.nav-user a {
	background-color: rgba(0,0,0,0.2);
	color: var(--white);
	font-size: 11px;
	display: block;
	padding: 5px;
	border-radius: 5px;
	margin-top: 1px;
	text-decoration: none;
}
.nav-user a:hover {
	background-color: var(--white);
	color: var(--dark);
}
header {
	padding: 30px 0;
}
#main-logo img { 
	height: 80px;
	float: left;
}
.search-top {
	background: #eee;
	border: 1px solid #ddd;
	border-radius: 30px;
	padding: 5px;
}
.search-top input {
	background: transparent;
	border:  none;
	font-size: 12px;
}
.search-top button {
	color: var(--green);
	background: transparent;
	border: none;
	font-size: 18px;
}
.usuario {
	width: 150px;
	float: left;
}
.usuario:before {
	font-family: 'icomoon'; 
	content: "\e906"; 
	font-size: 28px;
	float: left; 
	color: var(--green);
	margin-right: 5px;
    line-height: 35px;
}
.carrinho {
	float: right;
}
.carrinho .main {
	display: block;
	position: relative;
	padding: 0;
}
.carrinho .main:hover {
	text-decoration: none;
}
.carrinho .main span {
	color: var(--green);
	font-size: 35px;
}
.carrinho .main b {
	background: var(--orange);
	padding: 2px 6px; 
	border-radius: 20px;
	position: absolute;
	top: -7px;
	right: -7px;
	display: block;
	color: var(--white);
	font-size: 10px;
}

.menu {
	background: #eee;
	border-top: 1px solid #ddd;
	min-height: 55px;
}
.menu .container {
	position: relative;
}
.menu nav {
	margin-top: -1px;
}
.menu nav li { 
	border-right: 1px solid #ddd;
}
.menu nav li a { 
	border-bottom: 2px solid var(--cyan);
	display: block;
	padding: 15px 18px 16px;
	background: var(--white);
	font-size: 13px;
}
.menu nav li a:hover {
	text-decoration: none;
}
.menu nav li:nth-child(3n) a { 
	border-bottom: 2px solid var(--orange);
}
.menu nav li:nth-child(4n) a { 
	border-bottom: 2px solid var(--yellow);
}
.menu nav li:nth-child(5n) a { 
	border-bottom: 2px solid var(--teal);
}
.menu nav li a:after {
	font-family: "Font Awesome 5 Free"; 
	font-weight: 900; 
	content: "\f078"; 
	font-size: 12px; 
	margin: 3px 0 0 5px;
}
.menu .categorias a {
	background: var(--green);
	border: 1px solid var(--green);
	border-bottom: none;
	color: var(--white);
	padding: 18px;
	border-radius: 5px 5px 0 0;
	display: block;
	margin-top: -6px;
	border: none;
}
.menu .active.categorias a {
	background: var(--white);
	border: 1px solid #ddd;
	border-bottom: none;
	color: var(--dark);
}
.menu .active.categorias span {
	color: var(--green);
}
.menu .categorias a:after {
	display: none;
}
.nav-sub-categorias {
	display: none;
	position: absolute;
	background: #fff;
	right: 0;
	left: 0;
	border-radius: 0 0 10px 10px;
	padding: 20px;
	border: 1px solid #ddd;
	border-top: none;
	z-index: 999;
	-webkit-transition: height 0.2s ease;
	-moz-transition: height 0.2s ease;
	-ms-transition: height 0.2s ease;
	-o-transition: height 0.2s ease;
	transition: height 0.2s ease;
}
.categorias.active .nav-sub-categorias {
	display: block;
	-webkit-transition: height 0.2s ease;
	-moz-transition: height 0.2s ease;
	-ms-transition: height 0.2s ease;
	-o-transition: height 0.2s ease;
	transition: height 0.2s ease;
}
.nav-sub-categorias .nav {
	width: 100%;
}
.nav-sub-categorias .nav .nav-item {
	float: left;
	width: 100%;
}
.nav-sub-categorias .nav-item {
	margin-bottom: 5px;
	border: none;
}
.nav-sub-categorias .nav-item a {
	background: var(--secondary);
	padding: 10px;
	display: block;
	color: var(--white);
	border-radius: 5px;
	border: none !important;
	margin-top: 0;
}
.nav-sub-categorias .nav-item a:hover, .nav-sub-categorias .nav-item.active a {
	background: var(--orange);
	color: var(--white);
}
.nav-sub-categorias .nav-item a:after,  .nav-sub-categorias .nav-item.active a:after {
	display: none;
}
.nav-sub-categorias .nav-item a:hover:after,  .nav-sub-categorias .nav-item.active a:after {
	font-family: "Font Awesome 5 Free"; 
	font-weight: 900; 
	content: "\f105"; 
	font-size: 12px; 
	float: right;
	display: block;
}
.sub-categorias {
	border: 1px solid #ddd;
	border-radius: 10px;
	padding: 15px;
}
.sub-categorias .nav {
	width: auto;
	float: none;
}
.nav-sub-categorias .sub-categorias .nav-item {
	margin: 8px 0;
	width: 33%;
}
.sub-categorias .nav-item a {
	background: transparent;
	color: var(--dark);
	padding: 0;
}
.sub-categorias .nav-item a:hover {
	background: transparent;
	color: var(--secondary)
}
.sub-categorias .nav-item a:hover:after {
	display: none;
}
.sub-categorias .nav-item a:before {
	font-family: "Font Awesome 5 Free"; 
	font-weight: 900; 
	content: "\f105"; 
	font-size: 12px; 
	margin: 3px 5px 0 0;
	color: var(--orange);
}

.title {
	border-bottom: 1px solid #ddd;
	text-align: center;
	margin-bottom: 3%;
}
.title h2 {
	font-weight: 700;
	font-size: 24px;
	display: inline-block;
	border-bottom: 4px solid var(--orange);
	padding: 0 10px 10px;
	margin: 0;
}
.title.small h2 {
	font-size: 16px;
}

main {
	padding: 6em 0;
}
.produtos {
	margin-bottom: 6em;
}
.produto {
	border: 2px solid transparent;
	border-radius: 10px;
	text-align: center;
	padding: 10px;
}
.produto:hover {
	border: 2px solid #ddd;
}
.produto .img {
	position: relative;
	height: 200px;
	display: table;
}
.produto .img div {
	display: table-cell;
	vertical-align: middle;
}
.produto .img:hover img {
	transition: filter .5s ease-in-out;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
.produto .img .btn {
	background: var(--white);
	padding: 5px 0;
	color: var(--dark);
	border: 1px solid #ddd;
	border-radius: 5px;
	font-size: 12px; 
	font-weight: 700;
	position: absolute;
	width: 100%;
	left: 0;
	top: 40%;
	opacity: 0;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.produto .img:hover .btn {		
	opacity: 1;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.produto .img .btn:hover {
	color: var(--secondary);
}
.produto .img .btn i {
	color: var(--orange);
}
.produto h4 a {
	font-size: 14px;
}
.produto .preco {
	color: var(--orange);
	font-weight: 900;
	font-size: 18px;
}
.produto .comprar {
	width: 100%;
	background: var(--orange);
	color: var(--white);
	display: block;
	opacity: 0;
	margin-top: 15px;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.produto:hover .comprar {
	opacity: 1;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.produto .comprar:hover {
	background: var(--orangeHover);
}

.produto .lista_breve_desc{
	height: 120px;
	overflow: hidden;
}

.produtos .nav-tabs .nav-item {
	width: 16%;
}

.line-through {
    text-decoration: line-through;
}

.mais {
	display: block;
	background: transparent;
	border: 2px solid #ddd;
	border-radius: 5px; 
	padding: 18px;
	text-transform: uppercase;
}
.mais:after {
	font-family: "Font Awesome 5 Free"; 
	font-weight: 900; 
	content: "\f107"; 
	font-size: 24px; 
	float: right;
	display: block;
	color: var(--orange);
	line-height: 24px;
}
.mais:hover {
	border-color: var(--orange);
}

.newsletter {
	background: var(--green);
	color: var(--white);
	padding: 40px 0;
	overflow: hidden;
}
.newsletter .intro:before {
	font-family: 'icomoon';
	font-size: 20em;
  	content: "\e900";
  	color: rgba(255,255,255,0.1);
  	line-height: 0;
}
.newsletter h2 {
	font-weight: 900;
	line-height: 32px;
    margin-top: -4em;
}
.newsletter input {
	background: transparent;
	border: none;
	border-bottom: 1px solid var(--white);
	color: var(--white);
}
.newsletter input::placeholder {
	color: var(--white);
}
.newsletter .btn {
	background: var(--orange);
	color: var(--white);
	font-weight: 700;
}

footer {
	background: var(--white);
	padding: 5em 0;
}
footer .logo {
	margin-bottom: 3em;
	display: block;
}
footer .logo img {
	height: 80px;
}
footer h4 { 
	font-size: 18px; 
	margin-bottom: 15px;
}
footer h5 { 
	font-size: 11px; 
	margin: 0; 
}
footer li {
	margin: 4px 0;
	display: block;
	width: 100%;
}
.social a { 
	padding: 5px 10px; 
	border: 1px solid #ddd;
	color: var(--orange);
	font-size: 20px;
	text-align: center;
	display: inline-block;
	text-decoration: none;
}
.social a:hover {
	text-decoration: none;
	border-color: var(--orange);
}
.social a i {
	display: block;
	width: 10px;
	text-decoration: none;
}
.atendimento {
	font-size: 18px;
	margin: 25px 0 30px;
}
.atendimento span {
	color: var(--orange);
}
.direitos {
	border-top: 10px solid #ddd;
	font-size: 12px;
	padding: 2em 0;
}
.galeria-produto .carousel-indicators {
	position: inherit;
	margin-top: 12px;
	margin-right: 13%;
    margin-left: 13%;
}
.galeria-produto .carousel-indicators li {
	width: 5em;
	border: 3px solid #aaa;
	display: block;
	height: auto;
	padding: 0.5em;
}
.galeria-produto .carousel-indicators li.active {
	border: 3px solid var(--orange);
}

.descricao-produto h2 {
	font-size: 24px;
	font-weight: 900;
	margin-bottom: 0;
}
.descricao-produto .preco {
	font-size: 24px;
}
.descricao-produto .info {
	margin: 2em 0;
}
button.qtde {
	color: var(--orange);
}
.descricao-produto .comprar {
	display: block;
	opacity: 1;
}

.carrinho-itens {
	position: absolute;
	border: 1px solid #ddd;
	background: #eee;
	border-radius: 5px;
	z-index: 1000;
	width: 250px;
	padding-top: 10px;
	right: 0;
	font-size: 12px;
	display: none;
}
.carrinho.active .carrinho-itens {
	display: block;
}
.carrinho-itens .container {
	padding: 0 5px;
}
.carrinho-itens h4 {
	font-size: 12px;
}
.carrinho-itens h5 {
	font-size: 12px;
	font-weight: normal;
}
.carrinho-itens .close {
	background: var(--green);
	color: var(--white);
	border-radius: 10px;
	display: block;
	font-size: 8px;
	padding: 2px 4px;
}
.carrinho-itens .item {
	padding: 10px;
	font-size: 12px;
	margin-bottom: 2px
}
.carrinho-itens button.qtde {
	font-size: 10px;
	margin-top: 5px;
}
.carrinho-itens .carrinho {
	background: var(--orange);																																																											 
	color: #fff;
	border-radius: 0;
	font-size: 12px;
	width: 100%;
	margin-top: 10px;
}
.modal .close {
	background: var(--green);
	color: var(--white);
	border-radius: 20px;
	padding: 0 5px;
	position: absolute;
	top: -10px;
	right: -10px;
	opacity: 1;
}

.title-top {
	background: #eee;
	border-bottom: 1px solid #ddd;
	padding: 2em 0;
}
.title-top h2 { 
	font-size: 24px;
	color: var(--green);
}

.pagina-nav {
	border-radius: 10px;
	border: 1px solid #ddd;
	margin-bottom: 5px;
	padding: 15px;
}
.pagina-nav h5 {
	font-size: 16px;
}
.pagina-nav li {
	width: 100%;
	margin: 3px 0;
	display: block;
}
.pagina-nav a {
	text-decoration: none;
	display: block;
	font-size: 12px;
}
.pagina-nav a:after {	
	font-family: "Font Awesome 5 Free"; 
	font-weight: 900; 
	content: "\f105"; 
	color: var(--gray);
	float: right;
	font-size: 14px;
}
.pagina-nav a:hover:after {
	color: var(--primary);
}
.pagina-nav .sub a:after {
	display: none;
}
.pagina-nav .nav li .nav {
	padding-right: 0;
	margin: 3px 0 10px;
	background: #eee;
	border-radius: 5px;
	padding: 10px;
	width: 100%;
}
.pagina-nav .nav li .nav li a:after {
	display: block;
}

.progress {
	border-radius: 20px;
	height: 10px;
	margin-bottom: -2.5em;
}
#status-entrega .progress {
	margin-bottom: -1.5em;
}
#status-entrega {
	font-size: 11px;
}
.progress-bar {
	background-color: var(--primary);
}
.etapa {
	background-color: #ccc;
	border-radius: 50px;
	padding: 15px;
	color: var(--white);
	border: none;
	font-size: 20px;
}
#status-entrega .etapa {
	padding: 12px;
}
.etapa.active {
	background-color: var(--primary);
}

.produto-row {
	padding: 2em 0;
	border: 1px solid #ddd;
	border-radius: 10px;
}
.btn-carrinho {
	border: 2px solid #ddd;
	font-weight: 700;
	font-size: 14px;
	text-transform: uppercase;
	color: var(--primary);
	padding: 10px;
	display: block;
}
.btn-carrinho:hover {
	border-color: var(--primary);
}

.codigo, .frete, .obs {
	background: #eee;
	border-radius: 10px;
	padding: 15px;
}
.valor-carrinho {
	border: 1px solid #ddd;
	border-radius: 10px;
	padding: 15px;	
}
.item-frete {
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 5px;
	padding: 10px;
}
.item-frete label{
	font-size: 12px;
}

.pedido .down {
	font-size: 18px;
	color: var(--primary);
}
.pedido .badge {
	padding: 10px;
	border-radius: 20px;
	background: #999;
	color: #fff;
	font-size: 12px;
}
.pedido .status {
	background: var(--primary);
}
.dados-compra {
	font-size: 12px;
}
.card.pedido {
	margin-bottom: 1em;
}
.card.pedido .card-header {
	cursor: pointer;
}
.card.pedido .card-body {
	display: none;
	opacity: 0;
	-webkit-transition: height 0.4s ease-in-out;
	-moz-transition: height 0.4s ease-in-out;
	-ms-transition: height 0.4s ease-in-out;
	-o-transition: height 0.4s ease-in-out;
	transition: height 0.4s ease-in-out;
}
.card.pedido.active .card-body {	
	display: block;
	opacity: 1;
	-webkit-transition: height 0.4s ease-in-out;
	-moz-transition: height 0.4s ease-in-out;
	-ms-transition: height 0.4s ease-in-out;
	-o-transition: height 0.4s ease-in-out;
	transition: height 0.4s ease-in-out;
}

.formas-pagamento.nav-pills .nav-link {
	padding: 1em;
	width: 13em;
	background: #eee;
}
.formas-pagamento.nav-pills .nav-link.active {
	background: var(--primary);
}
.formas-pagamento.nav-pills .nav-link i {
	font-size: 30px;
	margin-bottom: 0.5em;
}
.formas-tab {
	border: 1px solid #ddd;
	border-radius: 10px;
	padding: 1em;
}

.filtro .avancado {
	background: #eee;
	padding: 1em;
	border-radius: 5px;
	display: none;
}

.filtro.active .avancado {
	display: block;
}

header.mobile, aside.responsive-menu {
	display: none;
}

@media (max-width: 700px) {

	.top-bar {
		display: none;
	}
	header {
		display: none;
	}
	section.menu  {
		display: none;
	}

	header.mobile {
		display: block;
		padding: 10px 0 0px 0;
	}
	main {
		padding: 2em 0;
	}
	footer {
		padding: 2em 0;
	}

	aside.responsive-menu {
		display: block;
		position: fixed;
		width: 100%;
		height: 100%;
		top: 0;
		left: -100vh;
		z-index: 1000;
		-webkit-transition: all 0.5s ease-in-out;
		-moz-transition: all 0.5s ease-in-out;
		-ms-transition: all 0.5s ease-in-out;
		-o-transition: all 0.5s ease-in-out;
		transition: all 0.5s ease-in-out;
	}
	aside.responsive-menu.active {
		left: 0;
		-webkit-transition: all 0.5s ease-in-out;
		-moz-transition: all 0.5s ease-in-out;
		-ms-transition: all 0.5s ease-in-out;
		-o-transition: all 0.5s ease-in-out;
		transition: all 0.5s ease-in-out;
	}
	.hide-menu {
		position: fixed;
		right: 0;
		top: 0;
		width: 50%;
		height: 100vh;
		display: none;
	}
	aside.responsive-menu.active .hide-menu {
		display: block;
	}

	aside.responsive-menu #area-menu {
		display: block;
		height: 100vh;
		width: 50%;
		position: fixed;
		background: #eee;
		-webkit-box-shadow: 0px 0px 17px -4px rgba(0,0,0,0.4);
		-moz-box-shadow: 0px 0px 17px -4px rgba(0,0,0,0.4);
		box-shadow: 0px 0px 17px -4px rgba(0,0,0,0.4);
		overflow: auto;
		top: 0;
	}
	aside.responsive-menu.active #area-menu {		
	}
	aside.responsive-menu .container {
		padding: 0;
		overflow-y: auto;
	}
	aside.responsive-menu .btn {
		text-align: left;
		padding: 10px;
		text-transform: uppercase;
		font-weight: bold;
		border-radius: 0;
	}
	aside.responsive-menu .categorias .main {
		background: var(--secondary);
		color: var(--white);
		font-size: 12px;
		display: block;
	}
	aside.responsive-menu li {
		width: 100%;
		border-bottom: 1px solid #ddd;
	}
	aside.responsive-menu li a {
		padding: 10px;
		background: var(--white);
		display: block;
		font-size: 12px;
	}

	aside.responsive-menu .nav-user {
		position: inherit;
		border-radius: 0;
	}
	aside.responsive-menu .nav-user li {
		border-bottom: none;
	}
	aside.responsive-menu .nav-user li a {
		color: var(--dark);
	}

	aside.responsive-menu .menu2 li a {
		font-size: 10px;
		background: transparent;
	}

	.barra_escolaConvenida{
		height: 40px;
		background: url(../../imagens/fundo_btconveniada.png) repeat-x center #fff;
		text-align: center;
		padding-top: 6px;
	}

	#banner .item{
		height: auto;
		min-height: auto;
		background-position: left;
		background-size: cover;
	}

	#banner .item img{
		width: 100%;
	}

	.ico-escola{
		/* display: none; */
	}

	.nav-top .btn {
		font-size: 12px;
	}
	.nav-top .btn:after {
		display: none;
	}
	.usuario {
		float: none;
		background: #fff;
		padding: 10px;
		width: auto;
		font-size: 12px;
	}

	.nav-sub-categorias {
		display: none;
		padding: 5px;
		position: inherit;
		background: none;
		border: none;
	}
	.nav-sub-categorias .sub-categorias .nav-item {
		width: 100%;
	}
	.nav-sub-categorias .nav-item a {
		border-radius: 5px 5px 0 0;
	}
	.sub-categorias {
		border-radius: 0 0 5px 5px;
		background: #fff;
	}

	.nav-top .btn:after {
		float: right;
		margin: 0;
	}
	#main-logo {
		display: inline-block;
	}
	
	#main-logo img {
		height: 70px;
	}

	.menu-mobile {
		color: var(--secondary);
		font-size: 30px;
		margin-top: 15px;
		display: block;
	}
	.carrinho-itens {
		right: 10%;
		text-align: left;
	}

	.produto {
		border-color: #eee;
		margin-bottom: 10px;
	}

	.produto .lista_breve_desc{
		height: 85px;
	}

	.produto .comprar {
		opacity: 1;
	}
	.title h2 {
		font-size: 18px;
	}
	.menu-rodape {
		margin-bottom: 2em;
	}

	footer .logo img {
		height: 70px;
	}

	section.produtos .col-md-5.ml-4 {
		margin-left: : 0 !important;
	}

	.descricao-produto {
		margin-left: 0 !important;
	}

	.newsletter h2 {
		font-size: 28px;
		margin-top: -4.5em;
	}
	.carrinho-page {
		padding: 0 3%;
		margin-top: 1em;
	}
	.pedido .badge {
		width: 100%;
	}
	.formas-pagamento.nav-pills .nav-item {
		width: 100%;
		margin: 0 0 5px;
		padding: 0;
	}
	.formas-pagamento.nav-pills .nav-link {
		display: block;
		width: auto;
	}
	.formas-pagamento.nav-pills .nav-link i {
		font-size: 20px;
		float: left;
	}
	.dados-compra .border-right  {
		border-right: none !important;
		border-bottom: 1px solid #ddd;
		padding-bottom: 1em;
		margin-bottom: 1em;
	}
	.pagina-nav .nav {
		height: 0;
		overflow: hidden;
		-webkit-transition: height 0.2s linear;
		-moz-transition: height 0.2s linear;
		-ms-transition: height 0.2s linear;
		-o-transition: height 0.2s linear;
		transition: height 0.2s linear;
	}
	.pagina-nav.active .nav {
		height: auto;
		-webkit-transition: height 0.2s linear;
		-moz-transition: height 0.2s linear;
		-ms-transition: height 0.2s linear;
		-o-transition: height 0.2s linear;
		transition: height 0.2s linear;
	}
	.pagina-nav h5:after {
		font-family: "Font Awesome 5 Free"; 
		font-weight: 900; 
		content: "\f067"; 
		margin: 3px 0 0 5px;
		color: var(--secondary);
		float: right;
	}
	.pagina-nav.active h5:after {
		content: "\f068"; 
	}
	.pagina-nav a:after {
		display: none;
	}

	.produto-carrinho {
		height: 100px;
	}

}