/*
Theme Name: Pense com Carinho
Theme URI: https://pensecomcarinho.com.br/
Author: Aron Medeiros
Author URI: https://aronmedeiros.com.br/
Description:  Tema base para loja
Desenvolvedor: Aron Medeiros
Version: 1.0
Tags: loja, livros, escritor
*/

/*
.woocommerce .quantity input.qty, .woocommerce-page .quantity input.qty {
	margin-left: 38px;
}
.woocommerce .quantity .minus, .woocommerce-page .quantity .minus {
    bottom: 0;
    left: 0;
    border-radius: 2px 0 0 2px;
    height: 100%;
    width: 40px;
}
.woocommerce .quantity .plus, .woocommerce-page .quantity .plus {
    top: 0;
    right: 0;
    border-bottom: 1px solid #bbb3b9;
    border-radius: 0 2px 2px 0;
    height: 100%;
    width: 40px;
}
.woocommerce .quantity, .woocommerce-page .quantity {
    width: 118px;
}
*/

#blog-home .card{
  border: unset;
}
#blog-home .card .card-img-top {
  height: 230px;
  object-fit: cover;
}
#blog-home .card .card-title{
  transition: all 0.3s;
}
#blog-home .card .card-title:hover {
  color: #e7a836;
}

.banner-topo {
  height: 280px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
}

#unico-pro .btn-comprar,
.owl-carousel-banner .btn-comprar{
  font-size: 1rem !important;
  padding: 10px 25px !important;
}
.owl-carousel-banner p{
    font-size: 1.3rem;
}

#blog-page .blog .post .post-thumbnail img{
	width: 100%;
    height: 400px;
    object-fit: cover;
}
#blog-page .blog .post .post-thumbnail {
	position: relative;
}
#blog-page .blog .post .post-thumbnail .date{
	height: 70px;
    background-color: #e7a836;
    width: 60px;
    text-align: center;
    top: 0;
    left: 10px;
    position: absolute;
    box-shadow: 0px 3px 6px #212529;
}
#blog-page .blog .post .btn-continue{
	background-color: #e7a836;
    border: 2px solid #e7a836;
    text-transform: uppercase;
    font-weight: 700;
    color: #212529;
    font-size: 14px;
    padding: 5px 10px;
	transition: all 0.3s;
}
#blog-page .blog .post .btn-continue:hover{
	background-color: #e7a836;
    border: 2px solid #212529;
    color: #212529;
	opacity: 1;
}

.posts-blog .post img{
	width: 100%;
    height: 400px;
    object-fit: cover;
}
.posts-blog .post h1.entry-title {
    font-family: "Ananda",serif !important;
    text-align: left;
    text-transform: uppercase;
    padding: 20px 0 15px;
    font-size: 2.5rem;
    color: #212529;
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 0;
}
.posts-blog .post h1.entry-title:after {
    content: '';
    border-bottom: 2px solid #e7a836;
    width: 200px;
    height: 10px;
    display: flex;
}

.text-blue-dark{
	font-family: "Ananda",serif !important;
	color: #212529;
    font-weight: 400; 
	text-align: center;
}
.text-blue-dark:after {
    content: '';
    border-bottom: 2px solid #e7a836;
    width: 200px;
    height: 10px;
    display: flex;
	margin: auto;
}

.nav .nav-item a,
.product-categories .cat-item a {
	color: #212529;
	font-weight: bold;
	text-transform: uppercase;
}

.navegar-number .page-numbers{
  color: rgba(0, 0, 0, 0.5);
  padding: 5px;
  font-weight: bold;
}
.navegar-number .current{
  background-color: #e7a836;
  color: #fff;
  padding: 5px 10px;
  border-radius: 50%;
}

@font-face {
  font-family: "Anton";
  font-style: normal;
  font-weight: normal;
  font-display: swap;
  src: url('inc/assets/fonts/anton.ttf') format("truetype");
}

.lb-dataContainer,
.lightboxOverlay {
    max-width: 100%;
}

.woocommerce span.onsale {
    min-height: 70px;
    min-width: 70px;
    padding: 0;
    font-weight: 500;
    position: absolute;
    text-align: center;
    line-height: 70px;
    top: -.5em;
    left: -.5em;
    margin: 0;
    border-radius: 50%;
    background-color: #af2e21;
    color: #212529;
    font-size: 16px;
    z-index: 9;
    transform: rotate(350deg);
}

#perguntas #accordion .card{
  border: none;
  border-radius: unset;
  margin: 10px 0;
}
#perguntas #accordion .card .card-header {
  background-color: transparent;
  padding: 0.5rem 1.25rem;
  border-radius: unset;
}
#perguntas #accordion .card .card-header h3,
#perguntas #accordion .card .card-header h3 a{
  color: #e7a836;
  display: table;
  width: 100%;
  text-align: left;
  cursor: pointer;
  text-decoration: none;
}
#perguntas #accordion .card .card-body h3,
#perguntas #accordion .card .card-body h2,
#perguntas #accordion .card .card-body p,
#perguntas #accordion .card .card-body{
  color: #212529;
}
#perguntas #accordion .card .card-header h3 a[data-toggle="collapse"]:after {
  content: " ";
  border: solid #e7a836;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 8px;
  position: absolute;
  right: 1.25rem;
  top: 0.75rem;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform:    rotate(45deg);
  -ms-transform:     rotate(45deg);
  -o-transform:      rotate(45deg);
  transition: 0.3s;
}
#perguntas #accordion .card .card-header h3 a[data-toggle="collapse"].collapsed:after {
  top: 1.5rem;
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  -moz-transform:    rotate(-135deg);
  -ms-transform:     rotate(-135deg);
  -o-transform:      rotate(-135deg);
}

#post-42 .woocommerce form .form-row label {
    width: 100%;
}
.woocommerce form .password-input, 
.woocommerce-page form .password-input {
    width: 100%;
}
.woocommerce .col2-set .col-1, 
.woocommerce-page .col2-set .col-1,
.woocommerce .col2-set .col-2, 
.woocommerce-page .col2-set .col-2 {
    float: right;
    width: 48%;
    min-width: 48%;
}

.h-100 {
  height: 100% !important;
}

.vertical-center{
  min-height: 100%;
  display: flex;
  align-items: center;
}

@media(max-width: 768px){
	.header-cart-block {
		display: none !important;
	}
	.woocommerce .col2-set .col-1, 
	.woocommerce-page .col2-set .col-1,
	.woocommerce .col2-set .col-2, 
	.woocommerce-page .col2-set .col-2 {
		float: unset;
		width: 100%;
		min-width: 100%;
	}
}
nav.woocommerce-pagination{
	border: none;
}
form.woocommerce-shipping-calculator .shipping-calculator-form #calc_shipping_country_field{
	display: none;
}

.owl-dots {
    padding: 20px 0;
    text-align: center;
}
.owl-nav button.owl-next, 
.owl-nav button.owl-prev, 
.owl-carousel button.owl-dot{
    color: inherit;
    border: none;
    padding: 0!important;
    font: inherit;
    background: transparent;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    margin-left: 5px;
    border: 1px solid #e7a836;
}
.owl-carousel button.owl-dot.active {
    background: #e7a836;
}

.sin-produto h2 a{
	opacity: 1;
	transition: 0.3s;
}
.sin-produto h2:hover a{
	color: #e7a836;
	opacity: 0.8;
}

.textotitulo:after {
    content: '';
    border-bottom: 2px solid #e7a836;
    width: 100px;
    height: 10px;
    display: flex;
    margin: auto;
}
.textotitulo-left:after {
  content: '';
  border-bottom: 2px solid #e7a836;
  width: 100px;
  height: 10px;
  display: flex;
}


.woocommerce #respond input#submit, 
.woocommerce a.button, 
.woocommerce button.button, 
.woocommerce input.button,
.veja-mais{
  background-color: #e7a836 !important;
  border: 2px solid #e7a836 !important;
  text-transform: uppercase !important;
  font-weight: bold !important;
  color: #fff !important;
  font-size: 14px !important;
  padding: 8px 10px !important;
  border-radius: 5px;
  transition: 0.3s;
}
.woocommerce #respond input#submit:hover, 
.woocommerce a.button:hover, 
.woocommerce button.button:hover, 
.woocommerce input.button:hover,
.veja-mais:hover{
  background-color: #fff !important;
  color: #e7a836 !important;
}

.owl-carousel-produtos .item{
	height: 300px;
}
.owl-carousel-produtos .item .sin-produto{
	height: 300px;
	background-size: cover;
	background-position: center;
	position: relative;
}
#promocoes .sin-produto{
	background-size: cover;
	background-position: center;
	position: relative;
}

.border-f{
  border-color: #fff !important;
}

.widget-footer p{
  color: #fff;
}
.added_to_cart {
    color: #e7a836;
    margin-left: 10px;
	font-size: 18px;
	font-weight: 500;
}

#combos .sin-produto {
  height: 540px;
  background-position: center;
  background-size: cover;
}
#combos .sin-produto a{
  color: #e7a836;
  font-family: "Anton", serif;
}
#combos .sin-produto  .btn-comprar {
  background-color: #e7a836 !important;
  border: 2px solid #e7a836 !important;
  text-transform: uppercase !important;
  font-weight: bold !important;
  color: #212529 !important;
  font-size: 14px !important;
  padding: 5px 10px !important;
}

#telegram{
  background-color: #0088cc;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
}
#telegram h2,
#telegram span{
  color: #fff;
  transition: all 0.3s;
}
#telegram a{
  transition: all 0.3s;
}
#telegram a:hover h2,
#telegram a:hover span{
  color: #0088cc;
}

.oferta-pro{
	position: absolute;
    right: 4px;
    top: 60px;
    background-color: red;
	    color: #fff;
    text-transform: uppercase;
    height: 70px;
    width: 70px;
    border-radius: 50%;
    line-height: 70px;
    font-size: 16px;
    text-align: center;
    font-weight: 600;
    transform: rotate(350deg);
}
.card .oferta-pro{
	right: -7px;
    top: -7px;
	z-index: 999;
}

.oferta-p{
	position: absolute;
    right: 30px;
    top: -15px;
    color: #fff;
    text-transform: uppercase;
    background-color: red;
    height: 80px;
    width: 80px;
    border-radius: 50%;
    line-height: 80px;
    font-size: 16px;
    text-align: center;
    font-weight: 600;
    transform: rotate(350deg);
}

.border-red {
  border-color: #e7a836;
}
.bg-red{
  background-color: #e7a836;
}

@media(max-width: 768px){
	.oferta-p{
		right: -5px;
    	top: -10px;
		height: 70px;
		width: 70px;
		line-height: 70px;
	}
	.oferta-pro {
		right: 16px;
		top: 20px;
	}
}


.header-cart-block .woocommerce-mini-cart__empty-message{
  text-align: center;
  color: #212529;
  padding-top: 20px;
}
.elemento-center{
  height: 100%;
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}
.header-cart-block{
  display: none;
  z-index: 99999;
  position: absolute;
  opacity: 1;
  right: -25px;
  top: 35px;
  width: 320px;
  background-color: #fff;
  border: 1px solid #e2e2e2;
  border-radius: 5px;
  padding: 10px;
  animation: showup 0.5s;
  -webkit-box-shadow: 3px 3px 10px 0px rgba(0,0,0,0.18);
  -moz-box-shadow: 3px 3px 10px 0px rgba(0,0,0,0.18);
  box-shadow: 3px 3px 10px 0px rgba(0,0,0,0.18);
}
.woocommerce a.button {
    background-color: #e7a836;
	border: 2px solid #e7a836;
    color: #fff;
    display: table;
    width: 100%;
    text-align: center;
    padding: 10px;
    transition: .3s !important;
}
.woocommerce a.button:hover {
    background-color: transparent;
    color: #e7a836;
}
.carrinhodecompras a:hover .header-cart-block {
  display: block;
}
.header-cart-block .woocommerce-mini-cart__empty-message{
  text-align: center;
  color: #212529;
  padding-top: 20px;
}


.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
    border-radius: 1em;
    background-color: #e7a836;
}
.woocommerce nav.woocommerce-pagination ul li a, 
.woocommerce nav.woocommerce-pagination ul li span{
	color: #e7a836;
	border: 2px solid #e7a836;
    padding: 6px 12px;
	font-weight: 600;
	text-decoration: none;
	transition: 0.3s;
}
.woocommerce nav.woocommerce-pagination ul li a:focus, 
.woocommerce nav.woocommerce-pagination ul li a:hover, 
.woocommerce nav.woocommerce-pagination ul li span.current{
	background-color: #e7a836;
	color: #fff;
	text-decoration: none;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 1em;
    height: 1em;
    background-color: #e7a836;
    border-radius: 1em;
    cursor: ew-resize;
    outline: 0;
    top: -.3em;
    margin-left: -.5em;
}
a,
.product-title,
.widget-title{
	color: #e7a836;
	opacity: 1;
	text-decoration: none;
	transition: 0.3s;
}
a:hover,
.product-title:hover{
	text-decoration: none;
	opacity: 0.8;
}
.search-buttom{
	background-color: unset;
    border: 2px solid #e7a836;
    color: #e7a836;
    width: 40px;
    height: 40px;
}
.search-buttom:hover{
	background-color: #e7a836;
	color: #fff;
}
.search-filds{
    height: 40px;
    border: 2px solid #e7a836;
    width: calc(100% - 40px);
    padding: 0 10px;
    margin-right: -5px;
}

.woocommerce a.remove {
  display: block;
  font-size: 2.5em;
  height: 1em;
  width: 1em;
  text-align: center;
  line-height: 0.8;
  border-radius: 100%;
  color: red!important;
  text-decoration: none;
  font-weight: 700;
  border: 0;
}
.carrinhodecompras a.linkar{
    font-size: 30px !important;
    margin-top: -20px !important;
	padding-left: 15px !important;
	position: relative;
}
.carrinhodecompras i{
  color: #3d3d3d;
	transition: 0.3s;
	font-size: 30px;
}
.carrinhodecompras i:hover{
    color: #e7a836;
}
.carrinhodecompras{
    margin-left: 20px;
}
.woocommerce .widget_shopping_cart .cart_list li, .woocommerce.widget_shopping_cart .cart_list li {
    padding-left: 3em;
    position: relative;
    padding-top: 0;
}
.woocommerce ul.cart_list li img, .woocommerce ul.product_list_widget li img {
    float: right;
    margin-left: 4px;
    width: 50px;
    height: 50px;
    object-fit: cover;
    box-shadow: none;
	border: 1px solid;
}
.woocommerce.widget_shopping_cart .total {
    border-top: 3px double #ebe9eb;
    padding: 13px 0 0;
    text-align: center;
    color: #212529;
    font-size: 18px;
    margin-bottom: .9em;
}
.woocommerce .widget_shopping_cart .total strong, .woocommerce.widget_shopping_cart .total strong {
    min-width: 40px;
    display: inline-block;
}
.numbercarrinho{
   	position: absolute;
    height: 20px;
    width: 20px;
    background-color: red;
    border-radius: 50%;
    right: -4px;
    top: 15px;
    font-size: 13px;
    text-align: center;
    color: #fff;
    font-weight: bold;
}

.link-topo{
	color: #fff;
	text-decoration: none;
	font-weight: 500;
    text-transform: uppercase;
    font-size: 0.875rem;
	opacity: 1;
	transition: 0.3s;
}
.link-topo:hover{
	color: #af2e21 !important;
	opacity: 1 !important;
}

@media(max-width: 900px){
	.link-topo{
		font-size: 16px;
    	line-height: 38px;
	}
}

.bg-dark {
    background-color: rgba(0,0,0,0.9)!important;
}

@font-face {
  font-family: "Califb";
  font-style: normal;
  font-weight: normal;
  font-display: swap;
  src: url('inc/assets/fonts/califb.ttf') format("truetype");
}

#calc_shipping_state_field span{
	width: 100%;
}

#header-top .fa-lg {
    font-size: unset;
}
#header-top .fa-stack-1x {
    line-height: 25px;
}
#header-top{
	background-color: #e7a836 ;
}

#header-top .text-padrao {
  color: #212529 !important;
}
#header-top .text-padrao:hover {
  color: #af2e21 !important;
}
#header-top .circulo {
  border: 2px solid #212529;
  border-radius: 50%;
  height: 28px;
  width: 28px;
  transition: all 0.3s;
}
#header-top .circulo i,
#header-top .circulo i.text-padrao{
	transition: all 0.3s;
}
#header-top .circulo:hover i,
#header-top .circulo:hover i.text-padrao{
	color: #af2e21 !important;
}
#header-top .circulo:hover {
  border: 2px solid #af2e21;
}
#header-top a div,
#header-top a{
	color: #212529;
	text-decoration: none;
	transition: all 0.3s;
}
#header-top a:hover div,
#header-top a:hover{
  color: #af2e21;
}

.center-cont{
	display: flex;
    justify-content: flex-end;
}

i#open-top{
	display:none;
}
@media only screen and (max-width: 990px) {
	i#open-top{
		display: table;
		font-size: 30px;
		margin: 0 auto;
		cursor: pointer;
		color: #e7a836;
		transition: .3s;
	}
	.open-topr{
		transform: rotate(180deg);
		-webkit-transform: rotate(180deg);
		-moz-transform: rotate(180deg);
		-ms-transform: rotate(180deg);
		-o-transform: rotate(180deg);
		transition: .3s;
	}
	.center-cont{
		justify-content: center;
	}
	/*#header-top{
		display: none;
	}*/
}
	
#btn_chat_whatsapp {
    transition: .4s;
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    right: 25px;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 1px 1px 2px #888;
    z-index: 99999;
    background-color: #0d833a !important;
}
#btn_chat_whatsapp:before {
    content: "";
    border-radius: 50px;
    border: 5px solid #0d833a;
    transition: .3s;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-animation: whats-border .6s infinite;
    animation: whats-border .6s infinite;
}
@-webkit-keyframes whats-border {
	100% { top: -12px; right: -12px; bottom: -12px; left: -12px; opacity: 0 }
}
@keyframes whats-border {
	100% { top: -12px; right: -12px; bottom: -12px; left: -12px; opacity: 0 }
}

.entry-content .woocommerce{ padding-bottom: 40px; }
.woocommerce-account .woocommerce-MyAccount-navigation {
    float: left;
    width: 25%;
}
.woocommerce-MyAccount-navigation ul{
	list-style: none;
	margin-left: -40px;
}

.woocommerce-account .woocommerce-MyAccount-content {
    float: right;
    width: 68%;
    margin-top: 30px;
}
.btn-primary {
  background-color: #e7a836;
  text-transform: uppercase;
  transition: 0.5s;
  color: #212529 !important;
  font-weight: 600;
	padding: 10px 40px;
	border-color: #e7a836;
	max-width: 100%;
  display: table;
  border: 2px solid #e7a836;
}
.btn-primary:hover {
  background-color: #fff;
  border-color: #212529;
  opacity: 1;
}
.woocommerce-account .woocommerce-MyAccount-content a {
	color: #e7a836;
	text-decoration: none;
}
.woocommerce-account .woocommerce-MyAccount-content a:hover {
 color: #e7a836;
}

.woocommerce-MyAccount-navigation ul li a{
	border-bottom: 2px solid #e7a836;
	text-align: center;
	color: #e7a836;
	font-weight: bold;
	padding: 10px;
	display: table;
	width: 100%;
	text-transform: uppercase;
	opacity: 1;
}
.woocommerce-MyAccount-navigation ul li a:hover{
	opacity: 0.8;
	text-decoration: none;
}

.grupo-de-icones i{    
	font-size: 60px;
    color: #e7a836;
}

.grupo-de-icones .text-padrao{
	color: #e7a836;
	font-size: 13px;
}
.grupo-de-icones .text-padrao-2{
	font-size: 13px;
}

.vertical-center {
    min-height: 100%;
    display: flex;
    align-items: center;
}

.h-100 {
    height: 100% !important;
}

.owl-carousel-banner h2, 
.owl-carousel-banner h1,
.owl-carousel-banner h3,
.owl-carousel-banner h4,
.owl-carousel-banner h5,
.owl-carousel-banner p,
.owl-carousel-banner h6{
	color: #fff;
	margin-top: 0;
  padding-top: 0;
  text-shadow: 0 0 10px #000;
}
.owl-carousel-banner img {
    display: block;
    max-width: 100%;
    max-height: 400px;
    padding: 30px;
	width: auto !important;
}
.owl-carousel-banner .item{
  height: calc( 100vh - 120px );
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 0 0.5rem 1rem rgba(0,0,0,.05), inset 0 -1px 0 rgba(0,0,0,.1);
}
@media(max-width: 468px){
  .owl-carousel-banner .item{
    height: 490px;
  }
}
.owl-carousel-banner .item .carousel-caption{
    position: absolute;
    right: 10%;
    bottom: 20px;
    left: 10%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
	align-items: center;
}

#accordion .card .card-header h5 {
	margin: 0;
}
#accordion .card{
	 border: none;
}
#accordion .card .card-header {
    padding: 0;
    margin-bottom: 0;
    background-color: transparent;
    border-bottom: 2px solid #e7a836;
}
#accordion .card .card-header h5 .btn{
	padding: 0;
	width: 100%;
	margin: 0;
	line-height: unset;
	padding: 15px;
	color: #e7a836;
	font-weight: 600;
    text-transform: uppercase;
}
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    outline: 0;
    border-radius: 5px;
    height: 40px;
    border: 1px solid silver;
    line-height: normal;
    padding-left: 10px;
}

.font-perso-padrao{
  font-family: "Anton", serif !important;
}
.fa-stack {
  line-height: 37px;
}
.circulo {
  border: 2px solid #e7a836;
  border-radius: 50%;
  height: 40px;
  width: 40px;
	transition: all 0.3s;
}

.circulo i.text-padrao {
	transition: all 0.3s;
}
.circulo:hover {
  border: 2px solid #af2e21;
}
.circulo:hover i.text-padrao  {
 color: #af2e21 !important;
}


body {
  margin: 0;
  -webkit-font-smoothing: auto;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
  color: #af2e21;
}

a:active,
a:hover {
  outline: 0;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #212529;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 2.5rem;
}

hr {
  box-sizing: content-box;
  height: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
  clear: both;
  color: #212529;
  font-weight: 600;
  margin-top: 24px;
  margin-bottom: 15px;
}
h1 {
  font-size: 32px;
  padding-bottom: 10px;
}
h2 {
  font-size: 24px;
  padding-bottom: 0.3em;
  line-height: 1.25;
}
h3 {
  font-size: 18px;
  line-height: 25px;
}
h4 {
  font-size: 16px;
  line-height: 20px;
}
h5 {
  font-size: 14px;
  line-height: 17.5px;
}

p {
  margin-bottom: 1.5em;
  color: #212529;
}
h1.entry-title {
    font-family: "Ananda", serif !important;
  	text-align: center;
    text-transform: uppercase;
    padding: 25px;
    font-size: 2.5rem;
    color: #e7a836;
	font-weight: normal;
}
h2.entry-title {
  border-bottom: 1px solid #eaecef;
}
h3.widget-title {
  font-size: 1.2rem;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
header#masthead {
  margin-bottom: 0;
  background-color: #fff ;
  box-shadow: 0 0.5rem 1rem rgba(0,0,0,.05), inset 0 -1px 0 rgba(0,0,0,.1);
  padding: 1rem 1rem;
}

.navbar-brand > a {
  font-size: 1.1rem;
  outline: medium none;
  text-decoration: none;
  color: #3d3d3d;
  font-weight: 400;
  font-size: 30px;
  font-family: "Anton", serif;
}

.navbar-brand > a:visited, .navbar-brand > a:hover {
  text-decoration: none;
}

.navbar-brand a img {
  max-width: 200px;
}
.navbar-brand {
  padding-top: 0;
  padding-bottom: 0;
  margin-right: 1rem;
}

#page-sub-header {
  position: relative;
  padding-top: 5rem;
  padding-bottom: 0;
  text-align: center;
  font-size: 1.25rem;
  background-size: cover !important;
}

body:not(.theme-preset-active) #page-sub-header h1 {
  line-height: 1.6;
  font-size: 4rem;
  color: #563e7c;
  margin: 0 0 1rem;
  border: 0;
  padding: 0;
}

#page-sub-header p {
  margin-bottom: 0;
  line-height: 1.4;
  font-size: 1.25rem;
  font-weight: 300;
}
body:not(.theme-preset-active) #page-sub-header p {
color: #212529;
}
a.page-scroller {
  color: #333;
  font-size: 2.6rem;
  display: inline-block;
  margin-top: 2rem;
}

@media screen and (min-width: 768px) {
  body:not(.theme-preset-active) #page-sub-header h1 {
    font-size: 3.750rem;
  }
  body:not(.theme-preset-active) #page-sub-header {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 992px) {
  #page-sub-header p {
    max-width: 43rem;
    margin: 0 auto;
  }
}
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
#masthead nav {
  padding-left: 0;
  padding-right: 0;
}

body:not(.theme-preset-active) #masthead .navbar-nav > li > a {
  color: #3d3d3d;
  padding: 0.5rem;
  font-weight: 500;
  font-size: 0.875rem;
	text-transform: uppercase;
}

body:not(.theme-preset-active) #masthead .navbar-nav > li > a:hover,
body:not(.theme-preset-active) #masthead .navbar-nav > li.current_page_item > a {
  color: #e7a836;
  font-weight: 600;
  /*background: #f9f9f9;*/
}

.navbar-brand {
  height: auto;
}

.navbar-toggle .icon-bar {
  background: #212529 none repeat scroll 0 0;
}

.dropdown-menu .dropdown-toggle::after {
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
  border-top: 0.3em solid transparent;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children {
    position: relative;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}
.dropdown.menu-item-has-children .dropdown.menu-item-has-children:hover>.dropdown-menu {
    display: block;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children:hover>a:after {
    border-left-color: #fff;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children.pull-left {
    float: none;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

.dropdown-item {
  line-height: 1.2;
  padding-bottom: 0.313rem;
  padding-top: 0.313rem;
}

.dropdown-menu {
  min-width: 13.500rem;
}

.dropdown .open .dropdown-menu {
  display: block;
  left: 12.250em;
  top: 0;
}

.dropdown-menu .dropdown-item {
  white-space: normal;
  background: transparent;
  line-height: 1.6;
  text-transform: uppercase;
}
@media(max-width: 768px){
	.dropdown-menu .dropdown-item {
	    color: #3d3d3d;
		font-weight: 600;
		font-size: 0.875rem;
		padding: 0.6rem 0.5rem;
	}
	body:not(.theme-preset-active) #masthead .navbar-nav > li > a {
		color: #3d3d3d;
		padding: 0.6rem 0.5rem;
		font-weight: 500;
		font-size: 0.875rem;
		text-transform: uppercase;
	}
	.navbar-nav {
    	margin-top: 25px;
		margin-bottom: 15px;
	}
}
.dropdown-menu .dropdown-item:hover {
  background: transparent;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .dropdown-menu li > .dropdown-menu {
    right: -9.875rem;
    top: 1.375rem;
  }
}
@media screen and (max-width: 991px) {
  .navbar-nav .dropdown-menu {
    border: medium none;
    margin-left: 1.250rem;
    padding: 0;
  }

  .dropdown-menu li a {
    padding: 0;
  }

  #masthead .navbar-nav > li > a {
    padding-bottom: 0.625rem;
    padding-top: 0.313rem;
  }

  .navbar-light .navbar-toggler {
    border: medium none;
    outline: none;
  }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}
.comment-content.card-block {
  padding: 20px;
}

.navigation.post-navigation {
  padding-top: 1.875rem;
}

.post-navigation .nav-previous a,
.post-navigation .nav-next a {
  border: 1px solid #ddd;
  border-radius: 0.938rem;
  display: inline-block;
  padding: 0.313rem 0.875rem;
  text-decoration: none;
}

.post-navigation .nav-next a::after {
  content: " \2192";
}

.post-navigation .nav-previous a::before {
  content: "\2190 ";
}

.post-navigation .nav-previous a:hover,
.post-navigation .nav-next a:hover {
  background: #eee none repeat scroll 0 0;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 0.313rem;
  line-height: normal;
  padding: 0.938rem 1.438rem 0.875rem;
  text-decoration: none;
  top: 0.313rem;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

a img.alignright {
  float: right;
  margin: 0.313rem 0 1.25rem 1.25rem;
}

a img.alignnone {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

a img.alignleft {
  float: left;
  margin: 0.313rem 1.25rem 1.25rem 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption.alignnone {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

.wp-caption.alignleft {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

.wp-caption.alignright {
  margin: 0.313rem 0 1.25rem 1.25rem;
}

.banner-influencer{
  position: relative;
}
.banner-influencer,
#carouselExampleIndicators .carousel-inner .carousel-item{
  width: 100%;
  height: 85vh;
  background-repeat: no-repeat;
  /* background-position: bottom; */
  background-size: cover;
}

.banner-influencer .textos-influencer{
  position: absolute;
  left: 0;
  right: 0;
  bottom: 50px !important;
  top: auto;
  margin: auto;
}
.banner-influencer .textos-influencer,
#carouselExampleIndicators .carousel-inner .carousel-item .carousel-caption{
  bottom: 40px;
}
.banner-influencer .textos-influencer h1,
.banner-influencer .textos-influencer h2,
#carouselExampleIndicators .carousel-inner .carousel-item .carousel-caption h1,
#carouselExampleIndicators .carousel-inner .carousel-item .carousel-caption h2{
  color: #fff;
  font-size: 50px;
  text-transform: uppercase;
  text-align: center;
}
.banner-influencer .textos-influencer p,
#carouselExampleIndicators .carousel-inner .carousel-item .carousel-caption p{
  text-transform: uppercase;
  text-align: center;
  color: #fff;
}
.banner-influencer .textos-influencer p a,
.banner-influencer .textos-influencer a,
#carouselExampleIndicators .carousel-inner .carousel-item .carousel-caption p a{
  background: #e7a836;
  border-color: #e7a836;
  border-radius: 7px;
  padding: 15px 20px;
  color: #fff;
  font-size: 15px;
  text-transform: uppercase;
}
.banner-influencer .textos-influencer a:hover,
.banner-influencer .textos-influencer p a:hover,
#carouselExampleIndicators .carousel-inner .carousel-item .carousel-caption p a:hover{
  background: #e7a836;
  border-color: #e7a836;
}

@media(max-width: 468px){
  .banner-influencer .textos-influencer h1,
  .banner-influencer .textos-influencer h2,
  #carouselExampleIndicators .carousel-inner .carousel-item .carousel-caption h1,
  #carouselExampleIndicators .carousel-inner .carousel-item .carousel-caption h2{
    color: #fff;
    font-size: 30px;
    text-transform: uppercase;
    text-align: center;
  }
  #carouselExampleIndicators .carousel-inner .carousel-item,
  .banner-influencer{
    width: 100%;
    height: 450px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
}

.text-padrao{
  color: #e7a836 !important;
}

.contato{
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.contato .wpcf7 .wpcf7-form textarea{
  height: 100px;
}
.contato .wpcf7 .wpcf7-form input[type="text"],
.contato .wpcf7 .wpcf7-form input[type="email"],
.contato .wpcf7 .wpcf7-form input[type="number"],
.contato .wpcf7 .wpcf7-form input[type="date"],
.contato .wpcf7 .wpcf7-form textarea{
  width: 100%;
  border-radius: 0;
  border: 1px solid #9f9f9f;
}
.contato .wpcf7 .wpcf7-form input[type="submit"]{
  background-color: #e7a836;
  border: none;
  border-radius: 0;
  width: 100%;
  text-transform: uppercase;
  font-weight: bold;
  opacity: 1;
  padding: 10px;
  transition: 0.5s;
}
.contato .wpcf7 .wpcf7-form input[type="submit"]:hover{
  background-color: #e7a836 ;
  opacity: 0.8;
}

.price_slider_amount button,
.btn-comprar{
  background-color: #e7a836 !important;
  border: 2px solid #e7a836 !important;
  text-transform: uppercase !important;
  font-weight: bold !important;
  color: #212529 !important;
  font-size: 14px !important;
  padding: 5px 10px !important;
}
.price_slider_amount button:hover,
.btn-comprar:hover{
  background-color: #fff !important;
  color: #e7a836 !important;
}

.added_to_cart{
  color: #e7a836;
}
.showcoupon:hover,
.added_to_cart:hover{
  color: #e7a836;
}

.woocommerce #respond input#submit.alt, 
.woocommerce a.button.alt, 
.woocommerce button.button.alt, 
.woocommerce input.button.alt {
  background-color: #e7a836;
  color: #fff;
  -webkit-font-smoothing: antialiased;
}
.woocommerce #respond input#submit.alt:hover, 
.woocommerce a.button.alt:hover, 
.woocommerce button.button.alt:hover, 
.woocommerce input.button.alt:hover {
  background-color: #e7a836;
  color: #fff;
  -webkit-font-smoothing: antialiased;
}
.woocommerce-input-wrapper{
  width: 100%;
}
.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 40px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 40px;
}
.product-name a{
  color: #212529;
}
.woocommerce div.product p.price, .woocommerce div.product span.price {
  color: #e7a836;
  font-size: 1.5em;
}
.woocommerce div.product .product_title {
  clear: none;
  margin-top: 0;
  padding: 0;
  text-transform: uppercase;
}
.woocommerce-info {
  border-top-color: #e7a836;
}
.woocommerce p.stars a,
.woocommerce p.stars a:hover,
.showcoupon,
.woocommerce-info::before {
  color: #e7a836;
}
.img-sobre{
  object-fit: cover;
  height: 420px;
  width: 100%;
}
.img-insta{
  height: 250px;
  object-fit: cover;
  transition: all 0.3s;
  width: 100%;
}
.img-insta:hover {
    filter: brightness(0.5);
}
#produtos .card .card-title a {
  color: #212529!important;
  transition: all 0.3s;
}
#produtos .card .card-title a:after {
  content: '';
  border-bottom: 2px solid #212529;
  width: 100px;
  height: 10px;
  display: flex;
  margin: auto;
}
#produtos .card a:hover{
  color: #af2e21;
}
#produtos .card .btn-comprar {
  background-color: #e7a836 !important;
  border: 2px solid #e7a836 !important;
  text-transform: uppercase !important;
  font-weight: bold !important;
  color: #212529 !important;
  font-size: 14px !important;
  padding: 5px 10px !important;
}


#produtos .card .card-img-top{
  height: 348px;
  max-height: 348px;
  object-fit: cover;
}
.produtos .card .card-img-top{
  height: 270px;
  object-fit: cover;
}
.produtos .card .card-text{
  font-size: 14px;
  text-align: justify;
  /*text-transform: lowercase;*/
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  font-size: 0.875rem;
  /* Make sure select elements fit in widgets. */
}
.widget select {
  max-width: 100%;
}

.widget_search .search-form input[type="submit"] {
  display: none;
}

.nav > li > a:focus,
.nav > li > a:hover {
  background-color: #eee;
  text-decoration: none;
}
.half-rule {
  width: 6rem;
  margin: 2.5rem 0;
}
.widget_categories .nav-link {
  display: inline-block;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/

.sticky .entry-title::before {
  content: '\f08d';
  font-family: "Font Awesome\ 5 Free";
  font-size: 1.563rem;
  left: -2.5rem;
  position: absolute;
  top: 0.375rem;
  font-weight: 900;
}

.sticky .entry-title {
  position: relative;
}

.single .byline,
.group-blog .byline {
  display: inline;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

.page-template-blank-page .entry-content,
.blank-page-with-container .entry-content {
  margin-top: 0;
}

.post.hentry {
  margin-bottom: 4rem;
}

.posted-on, .byline, .comments-link {
  color: #9a9a9a;
}

.entry-title > a {
  color: inherit;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

.comment-body .pull-left {
  padding-right: 0.625rem;
}

.comment-list .comment {
  display: block;
}

.comment-list {
  padding-left: 0;
}

.comments-title {
  font-size: 1.125rem;
}

.comment-list .pingback {
  border-top: 1px solid rgba(0, 0, 0, 0.125);
  padding: 0.563rem 0;
}

.comment-list .pingback:first-child {
  border: medium none;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  background: #f1f1f1 none repeat scroll 0 0;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  padding: 0.313rem 0.313rem 0;
  text-align: center;
}
.wp-caption img[class*="wp-image-"] {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 100%;
  padding: 0;
  width: auto;
}
.wp-caption .wp-caption-text {
  font-size: 0.688rem;
  line-height: 1.063rem;
  margin: 0;
  padding: 0.625rem;
}

.wp-caption-text {
  text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-item .gallery-columns-2 {
  max-width: 50%;
}
.gallery-item .gallery-columns-3 {
  max-width: 33.33333%;
}
.gallery-item .gallery-columns-4 {
  max-width: 25%;
}
.gallery-item .gallery-columns-5 {
  max-width: 20%;
}
.gallery-item .gallery-columns-6 {
  max-width: 16.66667%;
}
.gallery-item .gallery-columns-7 {
  max-width: 14.28571%;
}
.gallery-item .gallery-columns-8 {
  max-width: 12.5%;
}
.gallery-item .gallery-columns-9 {
  max-width: 11.11111%;
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Plugin Compatibility
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Woocommerce
--------------------------------------------------------------*/
.woocommerce-cart-form .shop_table .coupon .input-text {
  width: 8.313rem !important;
}

.variations_form .variations .value > select {
  margin-bottom: 0.625rem;
}

.woocommerce-MyAccount-content .col-1,
.woocommerce-MyAccount-content .col-2 {
  max-width: 100%;
}

/*--------------------------------------------------------------
## Elementor
--------------------------------------------------------------*/
.elementor-page article .entry-footer {
  display: none;
}

.elementor-page.page-template-fullwidth #content.site-content {
  padding-bottom: 0;
  padding-top: 0;
}

.elementor-page .entry-content {
  margin-top: 0;
}

/*--------------------------------------------------------------
## Visual Composer
--------------------------------------------------------------*/
.vc_desktop article .entry-footer {
  display: none;
}

.vc_desktop #content.site-content {
  padding-bottom: 0;
  padding-top: 0;
}

.vc_desktop .entry-content {
  margin-top: 0;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
footer#colophon {
  font-size: 85%;
}

.fb_iframe_widget_fluid_desktop iframe {
  width: 100% !important;
}

.navbar-dark .site-info {
  color: #fff;
}
.copyright {
  font-size: 0.875rem;
  margin-bottom: 0;
  text-align: center;
}

.copyright a, footer#colophon a {
  color: #e7a836;
}

@media screen and (max-width: 767px) {
  #masthead .navbar-nav > li > a {
    padding-bottom: 0.938rem;
    padding-top: 0.938rem;
  }
}
/*--------------------------------------------------------------
# Media Query
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Notebook
--------------------------------------------------------------*/
@media only screen and (max-width: 1280px) {
  html {
    font-size: 95%;
  }
}

@media screen and (max-width: 1199px) {
  .navbar-dark .dropdown-item {
    color: #fff;
  }
  .navbar-nav .dropdown-menu {
    background: transparent;
    box-shadow: none;
    border: none;
  }
}
/*--------------------------------------------------------------
## Netbook
--------------------------------------------------------------*/
@media only screen and (max-width: 1024px) {
  html {
    font-size: 90%;
  }
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 960px) {
  html {
    font-size: 85%;
  }
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 768px) {
  html {
    font-size: 80%;
  }
  .owl-carousel-banner .item {
    height: 560px;
    min-height: calc( 100vh - 130px );
  }
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/

@media only screen and (max-width: 480px) {
  html {
    font-size: 75%;
  }
  #combos .sin-produto {
    height: 320px;
    background-position: center;
    background-size: cover;
}
.owl-carousel-banner .item {
  height: 600px;
  min-height: calc( 100vh - 130px );
}
	
	.owl-carousel-banner .owl-item img {
    max-height: 300px;
}
  .img-insta {
    height: 170px;
  }
  .banner-topo {
    height: 180px;
  }
  #blog-page .blog .post .post-thumbnail img {
    width: 100%;
    height: 200px;
  }
  .posts-blog .post img {
    width: 100%;
    height: 200px;
  }
}

@media(max-width: 768px){
	.numbercarrinho {
		right: 25px;
		top: 15px;
	}
	.carrinhodecompras i {
    	color: #fff;
	}
}
@media only screen and (max-width: 320px) {
  .owl-carousel-banner .owl-item img {
    max-height: 220px;
  }
}

@media (min-width: 1200px){
  .container {
      max-width: 1200px;
  }
}

.card-title {
  margin-bottom: 0rem;
  font-family: "Anton", serif;
}
