
#search input[type="text"], #search-mobile input[type="text"] {
	width: 100%;
	height: 2.813rem;
	border-radius: 2.813rem;
	border : 1px solid transparent;
	font-family: vagrounded_ltnormal;
}
#search input[type="text"]::placeholder, #search-mobile input[type="text"]::placeholder {
	font-size:13px;
}
#search .lupa, #search-mobile .lupa {
	right : 0px;
	top : 0px;
}
.botao-menu {
	height: 2.813rem;
	border-radius: 2.813rem;
	border : 1px solid transparent;
}
.botao-azul {
    background-color: #243377;
    color: #fff !important;
}
.texto-azul {
    color: #243377;
}/*
header.header-topo {
    border-bottom: 2px solid #243377;
}
*/
.imagem_do_card_do_produto {
    height: 180px;
    width: 180px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    object-fit: contain;
    object-position: center;
    background-color: white;

}
/*
#logo {
	position:relative;
}
#logo img {
	position:absolute;
	z-index:9999;
	width:8rem;
	bottom:-93px;
}*/
.fundo_lajota {
	/*background-image: url(../image/lajota.png);*/
	background-repeat: repeat;
}
.div-breadcrumb { 
    width: 100%; 
	background-color: #eee;
	/*background-image: url(../image/lajota.png);*/
	background-repeat: repeat; 
}
.fundo_lajota .breadcrumb li  a {
    color:#666;
}
.text-white {
	color:white !important;
}
#div-menu {
	background-color:#243377EE;
	z-index: 900;
}
#div-menu .botao {
	margin-bottom: 0.625rem;
	margin-right: 0.625rem;
	display: inline-block;
	height: 2.813rem;
	border-radius: 2.813rem;
	padding: 0px 2.813rem;
	min-width: 13rem;
	background-color: #FFF;
	color: #243377;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-weight: bold;	
	border: 0px solid transparent !important;
	transition: all 0.2s;
}
#div-menu .botao:hover {
	background-color: #FFF205;
}
.barra-menu {
	/*background-color:#000; */ 
}
#menu ul.navbar-nav li a {
	color: black; 
	/*font-family: 'Swis721 Cn BT' !important;*/
	text-transform: uppercase;
	/*font-weight: bold;*/
	/*letter-spacing: 1px; */
	/* font-size: 14px; */
	padding:3px 0px;
}
#menu ul.navbar-nav li ul a {
	padding: 5px 20px;
}
.navbar {
	min-height: unset;
}
.header-topo ul li a img,.header-topo button img {
	transition: all 0.2s;

}
.header-topo ul li:hover img,.header-topo button:hover img {
	transition: all 0.2s;
	transform: scale(1.1);

}
#menu .dropdown img.mx-1 {
	transition: all 0.15s;
	padding: 0px !important;
}
#menu .dropdown:hover img.seta {
	transform: scale(-1);
}
#menu .dropdown-inner li a {
	padding: 10px 10px;
 	color:#333;
}

@media screen and (min-width: 768px) {
	#menu .dropdown-inner ul li a { 
		color:#333 ;
	}
	#menu ul.navbar-nav li a.see-all { 
		color:#333;
	}
} 
@media screen and (max-width: 768px) {
	#menu .dropdown-inner li a { 
		color:white;
	}
	#menu ul.navbar-nav li a.see-all { 
		color:white;
	}
} 
#menu ul.navbar-nav li a.see-all {
	padding: 10px 10px;
}
#menu ul.navbar-nav li a.see-all:hover {
	color:white;
}
.swiper-viewport {
	box-shadow: unset !important;
}
.slideshow0 .swiper-pagination-bullet { 
	background: white; 
	height:12px;
	width: 12px ;
}
#menu .navbar-collase {
	overflow-x: hidden;
}
.slideshow0 .swiper-pagination-bullet:hover {
	background:#d09f54;
}
.slideshow0 .swiper-pagination-bullet-active {
	background: #94703A;
	width:45px;
}
.badge-carrinho {
    width: 1.5rem;
    height: 1.5rem;
    background-color: #0043A5;
    border-radius: 1.5rem;
    left: 14px;
    top: -10px;
}
.navbar-collapse.collapse  {
	display: flex !important;
}


.produto_bordado .text-uppercase.abadi.f18.text-black.bold {
	min-height: 4rem;
	display:  flex;
	align-items: center;
	justify-content: center;
} 
.produto_bordado .price {
	color:#000 !important;
}

.produto_bordado {
	border: 1px solid #eee;
	min-height: 473px;
	text-align:center !important;
}
.produto_bordado.horizontal {
	border: 1px solid transparent;
	min-height: 205px;
	text-align: left !important;
}
.produto_bordado .text-uppercase.pt-3.abadi.f18.text-black.bold { 
	height:80px;
	overflow:hidden;
	display: block;
	padding-top: 0px !important;
	white-space: wrap;
	margin-top:10px;
	text-overflow: ellipsis;
}


.produto_bordado { 
	transition:0.6s;
  }
  .produto_bordado:not(.horizontal):hover {
	transform:scale(1.03) translate(0px,-4px);
		box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important
  }
/*
.produto-bordado > .d-flex.justify-content-center {
	min-height: 38px;
}*/

#common-home .slideshow.swiper-viewport {
	padding:0px !important;
	margin:0px !important;
}
#common-home .slideshow.swiper-viewport .swiper-pagination {
    bottom: 50px;
    left: 0;
    text-align: center;
    width: 100%;
}