body {
	margin: 0;
	padding: 0;
	border: 0;
	font-family: Arial, 'ArialRounded', sans-serif;
	background: #f0f5f8;
}

/******************************************/
/************* AJUSTES GERAIS *************/
/******************************************/

a:hover, a:focus, a:active {
	text-decoration: none;
}

p {
	margin-bottom: 20px;
}

input {
	box-shadow: none !important;
}

.title {
	text-transform: uppercase;
}

ul, ol {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.ajuste-header .navbar-collapse {
	padding: 0;
}

.btn {
	border: none;
	border-radius: 3px;
}

.red {
	color: #ff0000 !important;
}

.blue {
	color: #00adef !important;
}

.obrigatorio {
	margin-right: 3px;
	font-weight: bold;
}

.margin-lateral-15 {
	margin-left: -15px;
	margin-right: -15px;
}

.breadcrumb {
	padding: 0;
	background: none;
}

.breadcrumb li a {
	color: #999999;
}

.breadcrumb li:last-child a {
	color: #666666;
}

.icon-star, .icon-star-empty {
	font-size: 22px;
	color: #006633;
}

.owl-prev, .owl-next {
    background: none !important;
    color: #8f7960 !important;
    font-size: 20px !important;
    position: absolute;
    top: 50%;
    margin-top: -10px !important;
}

.owl-prev {
	left: 0
}

.owl-next {
	right: 0
}

/******************************************/
/***************** HEADER *****************/
/******************************************/

.header-default {
	background: #ffffff;
	font-family: 'Open Sans', Arial, sans-serif;
}

.topbar {
	background: #f3f3f3;
	line-height: 30px;
	height: 30px;
}

.navbar-brand {
	padding: 5px 15px !important;
}

.navbar-header {
	background: #ffffff;
	display: none;
}

.topbar-seu-local {
	float: left;
    color: #999999;
    font-size: 13px;
}

.topbar-seu-local a {
	color: #0088cc;
}

.topbar-seu-local a:hover {
	text-decoration: underline;
}

.city-seu-local {
    color: #006633;
}

.topbar-seu-local .icon-marker-circle {
    font-size: 20px;
    vertical-align: middle;
    color: #006633;
    position: relative;
    top: -2px;
}

.topbar-menu-sec {
    float: right;
    font-size: 12px;
    color: #666666;
}

.topbar-menu-sec ul li {
	display: inline-block;
	margin-left: 30px;
}

.topbar-menu-sec ul li>a, .topbar-menu-sec ul li>span {
	display: block;
}

.dropdown-week {
	position: relative;
}

.link-dropdown-week {
	cursor: pointer;
}

.box-dropdown-week {
	display: none;
}

.box-dropdown-week.active {
	display: block;
}

.box-dropdown-week {
    position: absolute;
    top: 100%;
    background: #ffffff;
    z-index: 1;
    border-radius: 3px;
    border: 1px solid #dddddd;
    padding: 10px 20px;
}

.box-dropdown-week::before {
	content:"";
	border-bottom: 7px solid #dddddd;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	position: absolute;
	top: -7px;
    left: 50%;
    margin-left: -4px;
}

.box-dropdown-week::after {
	content:"";
	border-bottom: 6px solid #ffffff;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	position: absolute;
	top: -6px;
    left: 50%;
    margin-left: -3px;
}

.box-dropdown-week li {
	margin-left: 0 !important;
	width: 100%;
}

.bullet-week {
	width: 15px;
	height: 15px;
	display: inline-block !important;
	vertical-align: middle;
	border-radius: 100%;
	border: 1px solid #ffffff;
	margin-right: 3px;
	position: relative;
	top: -1px;
	background: #f2f2f2;
}

.box-dropdown-week li a {
    background: none !important;
    padding: 0;
    color: #666666 !important;
    font-size: 12px;
}

.box-dropdown-week li a:hover .bullet-week {
	background: #40ae4b;
}

.box-dropdown-week li.active .bullet-week {
	background: #40ae4b;
	font-family: 'icomoon';
}

.box-dropdown-week li.active .bullet-week:before {
    content: "\e901";
    font-size: 8px;
    position: relative;
    color: #ffffff;
    top: -3px;
    left: 3px;
}

.arrow-down-head {
	border-top: 6px solid #666666;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	display: inline-block;
	margin-left: 10px;
}

.header-inner {
	background: #ffffff;
}

.logo {
	float: left;
	margin: 20px 0;
}

.menu-head-inner ul {
	float: left;
}

.menu-head-inner ul li {
	display: inline-block;
	line-height: 100px;
	margin-left: 45px;
}

.menu-head-inner ul li a:hover {
	color: #006633;
	text-decoration: underline;
}

.input-search {
	float: right;
	padding: 30px 0;
	width: 40%;
}

.box-input-search {
	display: inline-block;
	height: 44px;
	border: 1px solid #dddddd;
	background: #ffffff;
	border-radius: 3px;
	padding: 0 40px 0 15px;
	width: 100%;
	position: relative;
    margin-left: 15px;
}

.box-input-search .icon-lupa {
	position: absolute;
	top: 11px;
	right: 11px;
	font-size: 20px;
	margin-right: 
}

.box-input-search input {
	height: 44px;
	border: none;
	background: none;
	border-radius: 3px;
	text-align: center;
	width: 100%;
	outline: none;
}

.mini-carrinho {
    background: #e35755;
    height: 44px;
    border-radius: 3px;
    text-align: center;
    color: #ffffff;
    line-height: 44px;
    position: relative;
}

.mini-carrinho .icon-carrinho {
	font-size: 25px;
	vertical-align: middle;
}

.mini-carrinho .numero-mini-carrinho {
	display: block;
	position: absolute;
	height: 25px;
	text-align: center;
	line-height: 20px;
	top: -10px;
	right: -10px;
	background: #666666;
	border: 2px solid #ffffff;
	border-radius: 100%;
	font-size: 11px;
	padding: 0 8px;
}

.box-mini-carrinho {
    position: absolute;
    border-top: 10px solid #d6e2e2;
    background: #ffffff;
    top: 100%;
    right: 0;
    width: 400px;
    box-shadow: 2px 2px 3px rgba(0,0,0,0.3);
    margin-top: 30px;
    z-index: 2;
    color: #666666;
    padding: 0;
    display: none;
}

.mini-carrinho:hover .box-mini-carrinho {
	display: block;
}

.overflow-carrinho, .overflow-carrinho:focus, .overflow-carrinho:active, .overflow-carrinho:hover {
	display: block;
	height: 75px;
	width: 100%;
	color: #ffffff;
}

.item-mini-carrinho {
	padding: 15px;
	border-bottom: 1px solid #dddddd;
}

.list-mini-carrinho {
    max-height: 273px;
    overflow: auto;
}

.nome-mini-carrinho {
    font-size: 13px;
    text-align: left;
    line-height: 20px;
    font-weight: 600;
    font-family: Arial;
    margin-bottom: 3px;
}

.qtde-mini-carrinho {
    font-size: 13px;
    text-align: left;
    line-height: 20px;
    font-weight: 600;
    font-family: Arial;
}

.valor-mini-carrinho {
    font-size: 14px;
    text-align: right;
    line-height: 20px;
    font-weight: 400;
    font-family: Arial;
}

.subtotal-mini-carrinho {
	border-top: 1px solid #dddddd;
	font-weight: 900;
	font-family: 'Open Sans', arial, sans-serif;
	padding: 0 15px;
	color: #333333;
	line-height: 40px;
}

.text-subotal-mini {
	font-size: 12px;
	float: left;
}

.text-subotal-mini span {
	text-transform: uppercase;
}

.valor-subotal-mini {
	font-weight: 900;
	font-family: 'Open Sans', arial, sans-serif;
	float: right;
	text-align: right;
	font-size: 14px;
}

.btn-mini-carrinho {
	margin: 10px 15px;
}

.btn-mini-carrinho .btn {
	border: none !important;
	padding: 15px 0;
	text-transform: uppercase;
	font-size: 14px;
}

.obs-mini-carrinho {
	margin-bottom: 15px;
	color: #333333;
	font-size: 13px;
}

/******************************************/
/***************** FOOTER *****************/
/******************************************/

.footer-up {
    background: #e0e5e8;
    line-height: 95px;
}

.footer-up ul li {
	display: inline-block;
}

.links-footer ul li {
	padding: 0 15px;
}

.redes-sociais ul li {
    margin-right: 5px;
    padding: 35px 0;
    line-height: 0;
}

.redes-sociais ul li a {
    padding: 3px;
    border-radius: 100%;
    text-align: center;
    line-height: 20px;
    display: inline-block;
    width: 25px;
    height: 25px;
    color: #e0e5e8;
}

.redes-sociais ul li a:hover {
	color: #ffffff;
}

.redes-sociais ul li .a-facebook {
	background: #3a559a;
}

.redes-sociais ul li .a-twitter {
	background: #25acf0;
}

.redes-sociais ul li .a-instagram {
	background: #456e9a;
}

.sou-produtor {
    background: #ff6633;
    display: block;
    color: #ffffff !important;
    font-size: 14px;
    font-family: 'Open Sans', Arial, sans-serif;
    margin-left: -15px;
    padding-left: 15px;
    margin-right: -15px;
}

.sou-produtor .icon-produtor {
    font-size: 30px;
    vertical-align: middle;
    margin-right: 5px;
}

.footer-down {
    padding-top: 25px;
    padding-bottom: 25px;
}


/******************************************/
/****************** HOME ******************/
/******************************************/

/* Section Banner */

.header-home {
	background: url(../img/banner-home.jpg) no-repeat;
	background-size: cover;
	color: #ffffff;
}

.logo-home {
	margin-top: 10px;
}

.text-banner-home {
	margin-top: 50px;
	margin-bottom: 60px;
	font-size: 26px;
	text-align: center;
	font-family: 'ArialRounded', Arial, sans-serif;
	line-height: 35px;
}

.destaque-banner-home {
	color: #3ab54a;
	font-size: 30px;
}

.box-call-to-action {
    background: rgba(0,0,0,0.35);
    padding: 5px;
    border-radius: 3px;
    display: inline-block;
}

.box-call-to-action .btn {
    height: 50px;
    line-height: 50px;
    padding: 0 25px;
    font-family: 'ArialRounded', Arial, sans-serif;
}
.input-call-to-action {
	float: left;
	margin-right: 5px;
	height: 50px;
	border-radius: 3px;
	box-shadow: 3px 3px 6px rgba(37,48,32,0.1) inset;
	border: 1px solid #cccccc;
	font-size: 18px;
	text-align: center;
	color: #666666;
}

.arrow-banner {
	margin-top: 10px;
}

.arrow-banner a {
	color: #ffffff;
	font-size: 10px;
	text-transform: uppercase;
}

.arrow-banner .icon-arrow-banner {
    font-size: 50px;
    margin-top: 15px;
    display: block;
}

.seu-local {
    background: rgba(0,0,0,0.56);
    line-height: 47px;
}

.seu-local .icon-marker-circle {
	font-size: 30px;
	vertical-align: middle;
}

.text-seu-local {
    font-weight: bold;
    font-size: 16px;
    margin-left: 5px;
}

/* Section Como Funciona */

.como-funciona {
	padding-top: 100px;
	padding-bottom: 160px;
	font-family: 'ArialRounded', Arial, sans-serif;
}

.como-funciona .title {
	color: #006738;
	font-size: 36px;
	margin: 0 0 90px;
}

.como-funciona .icon-cebola, .como-funciona .icon-sacola, .como-funciona .icon-entrega {
	font-size: 160px;
	color: #006738;
}

.text-como-funciona {
    font-size: 18px;
    color: #666666;
    padding: 0 15px;
    line-height: 22px;
    margin-bottom: 0;
}

/******************************************/
/*************** CATEGORIA ****************/
/******************************************/

.filtro-cat {
	float: right;
	width: 15%;
}

.filtro-cat ul li {
	line-height: 30px;
}

.filtro-cat ul li.active a {
	font-weight: bold;
}

.title-cat {
	font-family: 'Open Sans', Arial, sans-serif;
	font-weight: 100;
	margin-bottom: 30px;
}

.spots-cat {
	margin-bottom: 50px;
}

.spot-cat {
    background: #ffffff;
    margin-bottom: 30px;
    box-shadow: 0 1px 2px rgba(0,0,0,0.3);
    font-family: 'Open Sans', Arial, sans-serif;
    color: #666666;
    border-bottom: 2px solid #ffffff;
}

.spot-cat:hover {
	border-bottom: 2px solid #db6751;
}

.img-spot {
	position: relative;
	color: #e8ece7;
	text-align: center;
}

.img-spot .mask-img-spot {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(0,0,0,0.4);
	padding: 15px;
	display:none;
}

.img-spot:hover .mask-img-spot {
	display: block;
}

.text-add-spot {
	display: none;
	margin-top: 20px;
	margin-bottom: 30px;
	font-weight: bold;
	font-size: 14px;
	text-transform: uppercase;
}

.mask-img-spot.active, .mask-img-spot.active .text-add-spot {
	display: block;
}

.number-add-spot {
    font-size: 36px;
    font-weight: 900;
    max-width: 100%;
    text-align: center;
    background: none;
    border: none;
    outline: none;
}

.mask-img-spot .box-add-spot > span {
    height: 40px;
    line-height: 35px;
    display: inline-block;
    background: rgba(73,183,85,0.8);
    font-size: 40px;
    font-weight: 100;
    font-family: 'Open Sans', Arial, sans-serif;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

.mask-img-spot .box-add-spot > span:hover {
	background: rgba(73,183,85,1);
	cursor: pointer;
}

.mask-img-spot .box-add-spot .spot-menos {
	display: none;
	user-select: none;
	-ms-user-select: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
}

.mask-img-spot.active .spot-menos {
	width: 45%;
    margin-right: -1px;
    border-radius: 20px 0 0 20px;
    display: inline-block;
}

.mask-img-spot.active .box-add-spot {
    position: absolute;
    bottom: 28px;
    right: 15px;
    width: 90%;
}

.mask-img-spot .box-add-spot .spot-mais {
	position: absolute;
	bottom: 28px;
	right: 25px;
	width: 30%;
	border-radius: 20px;
	user-select: none;
	-ms-user-select: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
}

.mask-img-spot.active .spot-mais {
	width: 45%;
    margin-left: -1px;
    border-radius: 0 20px 20px 0;
    display: inline-block;
    position: initial;
}

.info-spot {
	display: block;	
	padding: 10px;
}

.categoria-spot {
	font-size: 14px;
	margin-top: 10px;
}

.nome-spot {
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 20px;
	border-bottom: 1px solid #dddddd;
}

.valor-spot {
    margin-top: 5px;
    font-size: 18px;
    color: #333333;
}

.rs-valor-spot, .und-valor-spot {
	font-size: 14px;
}

.desconto-spot {
	float: right;
	font-weight: bold;
	color: #db6751;
}

.desconto-spot .icon-tag-label {
	font-size: 20px;
	position: relative;
	top: 3px;
}


/******************************************/
/**************** PRODUTO *****************/
/******************************************/

.produto>.container {
	padding-bottom: 60px;
}

.box-produto {
	margin-bottom: 50px;
}

.nome-produto {
	padding: 0 0 10px;
	margin: 0 0 10px;
	border-color: #cccccc;
}

.avaliacao-produto {
	margin-bottom: 30px;
}

.valor-produto {
	font: bold 24px Tahoma, Arial, sans-serif;
	color: #333333;
	margin-bottom: 15px;
}

.und-valor-produto {
	font: normal 14px Arial, sans-serif;
}

.call-qtde-produto {
    font-weight: 900;
    font-size: 11px;
    text-transform: uppercase;
    margin-bottom: 10px;
    color: #999999;
}

.custom-select-qtde {
    background: #ffffff;
    border-radius: 3px;
    border: 1px solid #dddddd;
    height: 40px;
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
}

.custom-select-qtde select {
    width: 100%;
    height: 100%;
    background: none;
    border: none;
    padding: 0 10px;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    z-index: 1;
    position: relative;
}

.custom-select-qtde .icon-arrow-down {
	position: absolute;
	right: 12px;
	top: 12px;
	color: #999999;
	z-index: 0;
}

.custom-select-qtde select:focus, .custom-select-qtde select:active {
	outline: none;
}

.btn-comprar-produto {
	margin-bottom: 15px;
}

.btn-comprar-produto .btn {
	font: 100 18px 'Open Sans', Arial, sans-serif;
	padding: 20px 0;
}

.ps-comprar-produto {
	font: normal 13px 'Open Sans', Arial, sans-serif;
	color: #666666;
	margin-bottom: 50px;
}

.title-disponib-produto {
	color: #333333;
	font: 100 18px 'Open Sans', Arial, sans-serif;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.table-disponib-week {
	text-align: center;
}

.table-disponib-week table {
	width: 100%;
	text-transform: uppercase;
	font-size: 11px;
	color: #666666;
}

.table-disponib-week .bullet-week {
	width: 10px;
	height: 10px;
	border: none;
	background: #ffffff;
	display: block !important;
	margin: 0 auto 5px;
	top: 0;
}

.table-disponib-week th.active .bullet-week {
	background: #a7cf7b;
}

.item-disponib-week {
	margin-top: 5px;
}

.info-produto {
	margin-bottom: 40px;
	font-family: 'Open Sans', Arial, sans-serif;
}

.title-produto {
	font-weight: 100;
	font-size: 18px;
	color: #333333;
	margin-bottom: 20px;
	text-transform: uppercase;
}

.text-produto {
	color: #666666;
	font-size: 14px;
	line-height: 22px;
}

.img-info-produtor {
	border-radius: 3px;
	border: 1px solid #dddddd;
	margin-bottom: 10px;
}

.img-info-produtor img {
	width: 100%;
	border-radius: 3px;
}

.ver-produtores .btn {
    background: none;
    border: 1px solid #666666;
    color: #999999;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 900;
    font-family: Arial, sans-serif;
    padding: 15px 0;
}

.ver-produtores .btn:hover {
	background: #ffffff;
}

.info-produtor {
    font-size: 20px;
    margin-bottom: 5px;
    color: #333333;
}

.title-info-produtor {
	display: inline-block;
	margin-bottom: 7px;
	margin-right: 10px;
}

.info-produtor .icon-star, .info-produtor .icon-star-empty {
	color: #ff6633;
	vertical-align: middle;
}

.info-produtor .icon-star-empty {
	position: relative;
	top: 2px;
}

.info-local-produtor {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 900;
    font-family: Arial;
    letter-spacing: 1px;
}

.info-local-produtor .icon-marker {
	font-size: 18px;
	position: relative;
	top: 3px;
}

/******************************************/
/*********** RESUMO DO CARRINHO ***********/
/******************************************/

.header-inner-fechamento {
    background: #ffffff;
    margin-top: 30px;
    margin-bottom: 35px;
    padding: 18px 0;
}

.title-head-fechamento {
    float: left;
    width: 100%;
    margin-top: -40px;
    text-transform: uppercase;
    color: #000000;
    font: 14px Arial, sans-serif;
    text-align: center;
}

.boxes-resumo {
	background: #ffffff;
	min-height: 100px;
}

.box-resumo-produto {
	margin-bottom: 35px;
}

.item-resumo-produto {
	padding: 20px 30px 20px 20px;
	border-bottom: 1px solid #cccccc;
}

.head-resumo-pedido {
	padding: 15px;
	border-bottom: 2px solid #006633;
}

.head-resumo-pedido .custom-select-qtde {
	display: inline-block;
	padding-right: 20px;
	margin-bottom: 0;
	vertical-align: middle;
}

.head-resumo-pedido .custom-select-qtde.alert-red {
	border-color: #ff0000;
}

.head-resumo-pedido .custom-select-qtde select {
	width: calc(100% + 20px);
}

.head-resumo-pedido .icon-truck {
    font-size: 22px;
    vertical-align: top;
    display: inline-block;
    position: relative;
    top: 10px;
    margin-right: 10px;
    color: #666666;
}

.ver-opcao-entrega {
    display: inline-block;
    vertical-align: top;
    position: relative;
    top: 12px;
    margin-left: 15px;
    text-transform: uppercase;
    font-size: 12px;
}

.ver-opcao-entrega.alert-red {
	color: #ff0000;
	text-transform: none;
	font-size: 13px;
}

.qtde-resumo-produto .custom-select-qtde {
	float: right;
	width: 90px;
	margin-bottom: 40px;
}

.nome-resumo-produtor, .und-resumo-produto {
    font-size: 13px;
    color: #999999;
}

.title-resumo-produto {
    font-size: 18px;
    color: #333333;
}

.a-remover {
    display: inline-block;
    margin: 15px 0 5px;
    color: #0088cc;
    font-size: 13px;
}

.a-remover:hover {
	color: #025A86;
}

.a-remover .icone-remover {
    display: inline-block;
    width: 12px;
    height: 12px;
    background: #0088cc;
    color: #ffffff;
    text-align: center;
    vertical-align: middle;
    line-height: 8px;
    border-radius: 100%;
    font-size: 20px;
    position: relative;
    top: -2px;
}

.a-remover:hover .icone-remover {
	background: #025A86;
}

.text-resumo-frete {
	float: right;
	text-align: right;
	white-space: nowrap;
}

.valor-resumo-produto {
	text-align: right;
}

.valor-resumo-item  {
	font: 900 18px Arial, sans-serif;
	color: #666666;
	margin-top: 5px;
	margin-bottom: 49px;
}

.valor-resumo-item span {
	font-size: 15px;
}

.box-resumo-nova-data {
	margin-bottom: 55px;
}

.box-resumo-nova-data .item-resumo-produto {
	background: #f1f0f0;
}

.box-resumo-final {
	border-top: 1px dashed #000000;
	margin-bottom: 100px;
}

.continuar-compra {
	margin-top: 190px;
}

.continuar-compra a {
    color: #0088cc;
    text-decoration: underline;
}

.foo-resumo-valor-final {
	padding: 10px 30px 20px 40px;
}

.foo-valor-resumo-subtotal {
	font: 900 18px Arial, sans-serif;
	color: #666666;
}

.foo-valor-resumo-subtotal span {
	font-size: 15px;
}

.foo-text-resumo-subtotal, .foo-text-resumo-frete, .foo-text-resumo-total {
    display: inline-block;
    margin-bottom: 30px;
    color: #666666;
    font-size: 18px;
    vertical-align: top;
}

.foo-text-resumo-total {
	color: #333333;
}

.foo-valor-resumo-subtotal, .foo-valor-resumo-frete, .foo-valor-resumo-total {
	float: right;
}

.foo-valor-resumo-total {
	font-size: 24px;
	font-weight: 900;
}

.foo-valor-resumo-total span {
	font-size: 18px;
}

.btn-fechar-pedido .btn {
	padding: 20px 0;
	font: 100 18px 'Open Sans', Arial, sans-serif;
	text-transform: uppercase;
}

.body-fechamento .header-inner-fechamento, .body-cadastro .header-inner-fechamento {
	margin-top: 0;
}


/******************************************/
/*************** FECHAMENTO ***************/
/******************************************/

.alert-fechamento {
	font-family: 'Open Sans', Arial, sans-serif;
}

.alert-fechamento-success {
    background: #147843;
    padding: 35px 0;
    color: #ffffff;
    text-align: center;
    text-transform: uppercase;
    border-radius: 3px;
    margin-bottom: 45px;
    font-size: 18px;
}

.alert-fechamento-success .icon-check {
	font-size: 30px;
	margin-right: 5px;
	vertical-align: middle;
	position: relative;
	top: -5px;
}

.num-pedido-success {
	font-size: 36px;
	font-weight: bold;
}

.alert-fechamento-error {
    background: #ffffff;
    border: 1px solid #ff0000;
    border-radius: 3px;
    text-align: center;
    color: #ff0000;
    padding: 25px 0;
    font-size: 16px;
    margin-bottom: 100px;
}

.alert-fechamento-error .icone-circle {
	display: inline-block;
	border: 1px dashed #ffffff;
	background: #ff0000;
	border-radius: 100%;
	color: #ffffff;
	text-align: center;
	height: 30px;
	line-height: 30px;
	width: 30px;
	vertical-align: middle;
	margin-right: 5px;
}

.alert-fechamento-error a {
	color: #0088cc;
	text-decoration: underline;
}

.num-pedido-error {
	font-size: 28px;
	font-weight: bold;
}

.box-confirmacao {
    background: #ffffff;
    border-radius: 3px;
    border: 1px solid #dddddd;
    margin-bottom: 100px;
}

.title-box-confirmacao {
    padding: 20px 0;
    text-align: center;
    background: #f1f1f1;
    border-radius: 3px 3px 0 0;
}

.content-box-confirmacao {
    padding: 25px;
}

.content-box-confirmacao p {
	margin-bottom: 30px;
	text-align: center;
}

.btn-confirmacao .btn {
	padding: 15px 0;
	margin-bottom: 10px;
}

/******************************************/
/*************** FORNECEDOR ***************/
/******************************************/

.perfil-fornecedor {
	font-family: 'Open Sans', Arial, sans-serif;
	border-bottom: 1px dotted #cccccc;
}

.banner-fornecedor {
    margin-bottom: 40px;
}

.title-fornecedor {
    font-weight: 100;
    font-size: 24px;
    margin-bottom: 30px;
    margin-top: 10px;
}

.subtitle-fornecedor {
    margin: 0 0 10px;
    font-weight: 600;
    font-size: 48px;
}

.avaliacao-fornecedor {
    margin-bottom: 40px;
}

.avaliacao-fornecedor .icon-star, .avaliacao-fornecedor .icon-star-empty {
    color: #ff6633;
    vertical-align: middle;
}

.text-fornecedor {
    font-size: 18px;
    color: #666666;
    margin-bottom: 55px;
}

.extras-fornecedor {
	margin-bottom: 55px;
}

.go-to-map {
	display: block;
    background: #ffffff;
    height: 38px;
    line-height: 38px;
    border-radius: 3px;
    border: 1px solid #ddd;
    padding: 0 15px;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 20px;
}

.go-to-map:hover {
	background: #fdfdfd;
}

.go-to-map .icon-marker, .go-to-map .icon-arrow-right {
	position: relative;
	line-height: 30px;
}

.go-to-map .icon-marker {
	font-size: 25px;
	color: #e35755;
	margin-right: 5px;
	top: 3px;
}

.go-to-map .icon-arrow-right {
	font-size: 16px;
	font-weight: 900;
	top: 2px;
}

.img-fornecedor {
	margin-bottom: 60px;
}

.owl-carousel-fornecedor {
	padding: 0 30px;
}

.carousel-fornecedor {
	background: #ffffff;
	padding-bottom: 40px;
}

.title-carousel-fornecedor {
    font-size: 24px;
    color: #666666;
    margin: 15px 0;
}

.text-carousel-fornecedor {
    font-size: 16px;
    margin-top: 5px;
}

/******************************************/
/**************** CADASTRO ****************/
/******************************************/

.box-cadastro {
    background: #ffffff;
    font-family: 'Open Sans', Arial, sans-serif;
    padding: 60px 30px;
    margin-bottom: 50px;
}

.box-cadastro input, .box-cadastro select {
	box-shadow: none;
}

.btn-facebook {
	margin: 0 40px 60px;
}

.btn-facebook .btn {
    background: #3b5998;
    color: #ffffff;
    font-size: 18px;
	line-height: 55px;
	padding: 0;
}

.btn-facebook .btn:hover {
	opacity: 0.9;
}

.btn-facebook .icon-facebook {
    float: left;
    line-height: 55px;
    height: 55px;
    padding: 0 10px;
    border-right: 1px solid #2f4779;
    font-size: 25px;
}

.separador-ou {
    text-align: center;
    border-top: 1px solid #cccccc;
}

.separador-ou span {
    position: relative;
    top: -20px;
    text-transform: uppercase;
    background: #fff;
    padding: 0 20px;
    font: 400 26px 'Open Sans', Arial, sans-serif;
    color: #cccccc;
}

.box-cadastro-email, .box-cadastro-endereco {
	border: 1px solid #ededed;
	border-radius: 3px;
	padding: 30px 15px 40px;
}

.text-cadastro {
    margin-bottom: 40px;
}

.title-meu-cadastro {
    font-weight: 400;
}

.radio-oferta {
    display: inline-block;
    margin-right: 15px;
}

.recebe-oferta input {
    margin: 0;
    top: 10px;
}

.poslabel {
    line-height: 30px;
    margin-left: -15px;
}

.poslabel a {
	color: #0088cc;
}

.poslabel a:hover {
	text-decoration: underline;
}

.ps-cadastro-endereco {
    font-size: 13px;
}

.btn-cadastrar {
	margin-top: 30px;
}

.btn-cadastrar .btn {
	padding: 0;
	height: 60px;
	font: 100 18px/60px 'Open Sans', Arial, sans-serif;
}

/******************************************/
/***************** LOGIN ******************/
/******************************************/

.box-login {
    font-family: 'Open Sans', Arial, sans-serif;
    background: #ffffff;
    padding: 30px;
    border-radius: 3px;
    margin-bottom: 60px;
}

.title-login {
    font-size: 30px;
    font-weight: 100;
    margin: 0 0 60px;
}

.box-login-email {
	padding-right: 50px;
	border-right: 1px solid #cccccc;
}

.box-login-email input {
	height: 40px;
}

.box-login-email label {
	font-weight: 400;
	margin-bottom: 2px;
}

.btn-login .btn {
	line-height: 45px;
	font-size: 18px;
	padding: 0 50px;
	margin-top: 10px;
}

.esqueceu-senha {
	margin-top: 20px;
	color: #999999;
}

.esqueceu-senha a {
	color: #0088cc;
	font-size: 14px;
}

.esqueceu-senha a:hover {
	text-decoration: underline;
}

.box-login-cadastro {
	padding-left: 10px;
	text-align: center; 
}

.text-login-cadastro {
    font-size: 16px;
    margin-top: 85px;
}

.a-login-cadastro {
    display: block;
    margin-top: 5px;
    font-size: 20px;
    color: #0088cc;
}

.a-login-cadastro:hover {
    color: #0075af;
}
.a-login-cadastro .icon-arrow-right {
	vertical-align: middle;
	position: relative;
	top: -2px;
}

.box-login .btn-facebook {
	margin: 0 0 50px;
}

.box-login .title-login {
    margin: 0 0 40px;
}

.box-login .separador-ou {
	margin-bottom: 20px;
}

@media (max-width: 768px) {
	/* Início Login */
	.box-login-email {
	    padding-right: 0;
	    border-right: none;
	    border-bottom: 1px solid #cccccc;
	    padding-bottom: 50px;
	}
	.text-login-cadastro {
		margin-top: 50px;
	}
	.box-login-cadastro {
		margin-bottom: 50px;
	}
	/* Fim Login */


	/* Início Cadastro */
	.box-cadastro {
		padding: 50px 15px;
	}
	.btn-facebook {
	    margin: 0 0 60px;
	}
	.btn-facebook .btn {
		font-size: 14px;
	}
	.separador-ou span {
		font-size: 20px;
		top: -15px;
	}
	.poslabel {
	    margin-left: 0;
	}
	/* Fim Cadastro */

	/* Início Fornecedor */
	.go-to-map {
		font-size: 13px;
	}
	.subtitle-fornecedor {
		font-size: 30px;
	}
	.text-fornecedor {
		font-size: 15px;
	}
	.title-carousel-fornecedor {
		font-size: 18px;
	}
	/* Fim Fornecedor */

	/* Início Fechamento */
	.num-pedido-success, .num-pedido-error, .alert-fechamento-error a, .alert-fechamento-success .icon-check, .alert-fechamento-error .icone-circle {
		display: block;
		margin: 0 auto;
	}
	.alert-fechamento-success .icon-check, .alert-fechamento-error .icone-circle {
		margin-bottom: 5px;
	}
	/* Fim Fechamento */

	/* Início Resumo Carrinho */
	.head-resumo-pedido .icon-truck {
		margin-bottom: 10px;
	}
	.head-resumo-pedido .custom-select-qtde {
		padding-right: 15px;
	}
	.ver-opcao-entrega {
		margin-left: 0;
		display: block;
		text-align: center;
		margin: 5px 0 10px;
	}
	.figure-resumo-produto {
		margin-bottom: 10px;
	}
	.figure-resumo-produto img {
		display: block;
		margin: 0 auto;
	}
	.info-resumo-produto {
		text-align: center;
		margin-bottom: 20px;
	}
	.text-resumo-frete {
		white-space: normal;
	}
	.continuar-compra {
	    margin: 20px 0 30px;
	    text-align: center;
	}
	.item-resumo-produto {
	    padding: 20px 15px 20px 15px;
	}
	.foo-resumo-valor-final {
	    padding: 10px 15px 30px 15px;
	}
	.foo-text-resumo-total {
	    display: block;
	    text-align: center;
	    margin-bottom: 0;
	}
	.foo-valor-resumo-total {
	    float: none;
	    display: block;
	    text-align: center;
	    margin-bottom: 30px;
	}
	/* Fim Resumo Carrinho */

	/* Início Produto */
	.figure-produto {
		margin-bottom: 20px;
	}
	.nome-produto {
		font-size: 26px;
	}
	.ver-produtores {
		margin-bottom: 20px;
	}
	.title-info-produtor {
		display: block;
		margin-bottom: 5px;
	}
	.info-local-produtor {
		margin: 5px 0;
	}
	/* Fim Produto */

	/* Início Categoria */
	.filtro-cat {
	    float: none;
	    background: #ffffff;
	    margin: 15px 15px 30px;
	    width: 90%;
	    padding: 15px;
	    border-radius: 3px;
	    border: 1px solid #dddddd;
	}
	.filtro-cat > ul {
		border-top: 1px solid #dddddd;
		margin-top: 15px;
		padding-top: 15px;
		display: none;
	}
	.title-filtros {
		font-family: 'Open Sans', Arial, sans-serif;
		font-weight: 100;
		margin-top: 0;
		margin-bottom: 0;
		font-size: 16px;
		color: #333333;
		text-align: center;
	}
	.title-filtros .icon-arrow-down, .title-filtros .icon-arrow-right {
		margin-left: 5px;
		font-size: 14px;
		position: relative;
		top: 1px;
	}
	.img-spot .mask-img-spot {
		display: block;
	}
	.box-add-spot {
		bottom: 28px;
	}
	.mask-img-spot .spot-mais {
		line-height: 40px !important;
	}
	.mask-img-spot.active .spot-mais {
		vertical-align: top;
	}
	/* Fim Categoria */

	/* Início Home */
	.text-banner-home {
	    font-size: 22px;
	    line-height: 32px;
	}
	.destaque-banner-home {
		margin-top: 10px;
	}
	.input-call-to-action {
		width: 100%;
		margin-bottom: 5px;
	}
	.box-call-to-action .btn {
		width: 100%;
	}
	.text-como-funciona {
		margin-bottom: 60px;
	}
	.text-como-funciona.last {
		margin-bottom: 0;
	}
	/* Fim Home */

	/* Início Footer */
	.footer-up {
	    line-height: 30px;
	    text-align: center;
	}
	.links-footer ul {
		margin-top: 20px;
	}
	.links-footer ul li {
		display: block;
	}
	.redes-sociais ul li {
		padding: 25px 0;
	}
	.sou-produtor {
		line-height: 95px;
	}
	/* Fim Footer */

	/* Início Headers */
	.topbar {
		height: initial;
	}
	.navbar-header {
		display: block;
	}
	.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
		background-color: #0e6938 !important;
	}
	.navbar-default .navbar-toggle {
		border-color: #0e6938 !important;
		background-color: #0e6938 !important;
	}
	.navbar-default .navbar-toggle .icon-bar {
		background-color: #ffffff !important;
	}
	.navbar-default .navbar-toggle.collapsed {
		background-color: #ffffff !important;
	}
	.navbar-default .navbar-toggle.collapsed .icon-bar {
		background-color: #0e6938 !important;
	}
	.topbar-seu-local, .topbar-menu-sec {
		float: none;
		text-align: center;
	}
	.topbar-menu-sec ul li {
	    display: block;
    	margin-left: 0;
	}
	.box-dropdown-week {
	    width: calc(100% + 30px) !important;
	    position: initial;
	    margin: 0 -15px;
	    border-top: none;
	    padding-left: 30%;
	}
	.box-dropdown-week::before, .box-dropdown-week::after {
		display: none;
	}
	.box-dropdown-week li {
		text-align: left;
	}
	.box-dropdown-week li a {
	    padding: 5px 0;
	    font-size: 13px;
	}
	.box-dropdown-week li.active .bullet-week:before {
		top: -4px;
	}
	.topbar-menu-sec>ul>li>a, .link-dropdown-week {
		line-height: 40px;
		font-size: 1.2em;
	}
	.menu-head-inner ul {
	    width: 100%;
	}
	.menu-head-inner ul li {
	    display: block;
	    line-height: 50px;
	    margin-left: 0;
	    text-align: center;
	}
	.input-search {
		float: none;
		width: 100%;
	}
	.box-input-search {
		margin-left: 0;
		padding-left: 0;
		width: 100%;
		margin-top: 15px;
		margin-bottom: 15px;
	}
	.mini-carrinho .numero-mini-carrinho {
		line-height: 22px;
	}
	.title-head-fechamento {
		text-align: right;
	}
	/* Fim Headers */

	/* Início Ajustes */
	.margin-lateral-15 {
		margin-left: 0px;
		margin-right: 0px;
	}
	/* Início Ajustes */
}
