/*GENERALIZADO*/
body{
	background:#fefefe;
	color:#141515;
	font-family: 'Roboto Condensed', sans-serif;
}
#pais{
	border-radius: 3px!important;
	height: 45px!important;
	padding-left: 10px!important;
  border:1px solid gray;
}
.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; } .embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: none!important; }

.botao_ficheiro_anexado{
	color: #fff;
}

.hide-robot{
	display:none;
}

.pote {
	display:none!important;
}

.modal{
	z-index: 9999!important;
}
.funcionalidades .preco_desde{
	font-size: 16px!important;
}
.funcionalidades .font-24{
	font-size: 20px!important;
}
.funcionalidades .title-mini{
	font-size: 20px!important;
}
.img_servicos img{
	max-width: 210px!important;
	max-height: 210px!important;
}
.fixed-menu{
	position: fixed;
	z-index: 999;
	top: 0;
	width: 100%;
}
.menu_idiomas{
	list-style: none;
	text-transform: uppercase;
}
.overlay2{
	overflow: hidden;
	box-sizing: border-box;
	padding-top: 0.5rem;
	padding-bottom:  0.5rem;
	transition: visibility 0s, opacity 0.5s linear;
	background: rgb(0,0,0);
	background: linear-gradient(90deg, rgba(0,0,0,0.5002931744864818) 0%, rgba(0,0,0,0.5986077812280548) 0%);
	transition: 0.3s!important;
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	color: #fff;
	text-transform: uppercase;
}
.filtros_ordem{
	list-style: none;
}
.filtros_ordem li{
	margin-bottom:0.5em;
}
.filtros_ordem li:hover{
	cursor: pointer;
}
.hr_filtros{
	border-top: 1px solid #666666;
	margin-top: 0!important;
}
.bg_grey{
	background: #5B5B5B;
}
.bg_light_grey{
	background: #EEEEEE;
}
.bg_black{
	background: #000;
}
.bg_red{
	background: #999999;
}
.brands {
    width: 100%;
}
.brands_slider_container {
	height: auto;
  /* border: solid 1px #e8e8e8; */
  padding-left: 20px;
  padding-right: 20px;
  background: #EEEEEE;
}
.owl-item .active{
	max-width: 25%!important;
}
.brands_slider {
    height: 100%;
}
.brands_slider p{
	margin-bottom:0px;
	margin-top:5px;
}
.brands_slider {
    height: 100%;
}
.brands_item {
    height: 100%
}

.brands_item img {
    max-width: 100%
}
.paginacao .pagina_link{
	display:block;
}
.brands_nav {

  position: absolute;
  top: 80%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 5px;
  cursor: pointer;
}

.brands_nav i {
	color: #969696;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
  position:absolute;
  top:60px;
}

.brands_nav:hover i {
  color: #676767;
}

.brands_prev {
  left: 0;
  padding: 0;
  height: 100%;
  width: 40px;
  z-index: 999;
  /* background: rgba(0, 0, 0, 0.45); */
  padding-left: 10px;
}
.owl-stage-outer{
	height: inherit!important;
}
.brands_next {
  right: 0;
  padding: 0;
  height: 100%;
  width: 40px;
  z-index: 999;
  /* background: rgba(0, 0, 0, 0.45); */
  padding-left: 13px;
}
.ourworks-box{
	width: 60%;
	justify-content: center;
	text-align: center;
}

.our-works-head{
	font-size: 30px;
	font-weight: 400;
	color: black;
}
.introduce{
	height: 250px;
	background-color:white;
	box-shadow: 0 3px 10px #5969f642;
	border-bottom: 4px solid #5969f6;
	color: black;
}

.introduce:hover{
	box-shadow: 0 3px 15px #5969f666;
	border-bottom: 4px solid #B122e5;
	color: black;
	text-decoration: none;
}
.flex-column-1{
	height: 70%;
	width: 100%;

}
.flex-column-2{
	height: 30%;
	width: 100%;
	align-items:center;
}
.text-gray{
	color: gray;
}
.pic{
    height: 70px;
    width: 70px;
    margin-left: 20px;
    border-radius: 50%;
    transition: all .2s ease-in-out;
}

.introduce:hover .pic{
	transform: scale(1.1);
}
.carousel-indicators .active{
	background-color: #46eeaa;
}
.carousel-indicators li{
	background-color: #c8e5ff;
}

.testemunhos_btn{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}
.btn_testemunhos{
	padding: 5px 35px;
  min-width: 100px;
  text-transform: uppercase;
  background: #fff;
  border: 1px solid #000;
  color: #000;
  border-radius: 0px!important;
  font-weight: bold;
	transition: 0.3s;
}
.btn_testemunhos:hover{
	background:#E31E24;
	border:1px solid #E31E24;
	color:#fff;
	transition: 0.3s;
}

.destaques_home .carousel-indicators{
	bottom: 38px!important;
}
.destaques_home .carousel-control-next,.destaques_home .carousel-control-prev {
    position: absolute;
    /* top: 39px; */
    bottom: -230px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: .5;
}
.btn_test{
	position: absolute;
	bottom: 0;
}
.p1{
	background-image: url("http://lorempixel.com/150/150/nature");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}
.p2{
	background-image: url("http://lorempixel.com/150/150/people");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;

}
.p3{
	background-image: url("http://lorempixel.com/150/150/cats");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

.mainmenu .dropdown:hover>.dropdown-menu {
	display: table;
    white-space: nowrap;
}

.mainmenu .dropdown>.dropdown-toggle:active {
  /*Without this, clicking will make it sticky*/
    // pointer-events: none;
}

.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: none!important;
}
.table td{
	vertical-align: middle;
}
.table p{
	margin-bottom: 0px!important;
}
.table img{
	width: 178px;
	border-radius: 5%;
	/* border: 1px solid #EBEBEB; */
}
.label-td{
	font-weight: 600;
	background: #666666;
	color: #fff;
	border-bottom: 1px solid #666666!important;
	border-top: 1px solid #666666!important;
}
header{
	background:#fefefe;
}
.socials_header{
	margin-left: 0;
	margin-bottom: 0;
	position: absolute;
	right: 0;
	bottom: 0;
	padding-bottom: 12px;
}
.socials_header i{
	color: #2B2A29!important;
}
.c-unset{
	cursor:unset!important;
}
.header_top a{
	color: #fff;
}
.logo-header{
	max-width: 190px;
	height: auto;
}
a{
	color:#666666;
}
a:hover, a:hover i, a:hover{
	cursor:pointer!important;
	transition:0.3s;
	color:#666666;
	text-decoration:none;
}
.sidenav a:hover,.sidenav a:hover i,.sidenav a:hover {
    cursor: pointer!important;
    transition: 0.3s;
    color: #fff;
    text-decoration: none;
}
.btn-comparar-a{
	font-weight:500!important;
	padding:5px 7px 5px 7px!important;
	min-width:100px!important;
	text-transform:uppercase!important;
	background:#E31E24!important;
	border:1px solid#E31E24!important;
	color:#fff!important;
	border-radius: 0px!important;
	display:block;
	    max-width: 250px;
}
.comparar-ordenar{
	float:right;
}
.btn-comparar-a:hover{
	color:#fff;
}
.fundo_vermelho a:hover, .fundo_vermelho  a:hover i,.fundo_vermelho  a:hover {
	color:#fff!important;
}
.calcule_topo {
	margin-right: 15px;
}
.calcule_aqui:hover{
	cursor:pointer;
}
footer{
	background: #000;
	color:#fff;
	width: 100%;
}
footer li a{
	color:#fff;
}
footer li{
	margin-bottom:6px;
}
a:hover, button:hover{
	cursor:pointer;
}
.header_top select{
	/* border:1px solid lightgrey!important;
	color: #5B5B5B!important; */
	background-color: #2B2A29;
	font-weight: 500;
	padding: 5px 10px;
	color: #fff;
	border: none!important;
}
.header_top select:focus{
	border: none!important;
}
option:after{
	border:none!important;
	color: #5B5B5B!important;
	background-color: #fff;
	font-weight: 500;
}
.font-b{
	color: #000;
}
.font-b a{
	color: #000;
}
.font-w{
	color: #fff;
}
.font-w a{
	color: #fff!important;
}
.font-11{
	font-size:11px;
}
.font-12{
	font-size:12px;
}
.font-14{
	font-size:14px!important;
}
.font-16{
	font-size:16px;
}
.font-18{
	font-size:18px!important;
}
.font-20{
	font-size:20px!important;
}
.font-22{
	font-size:22px!important;
}
.font-24{
	font-size:24px;
}
.font-28{
	font-size:28px;
}
.font-30{
	font-size:30px;
}
.weight-600{
	font-weight:600;
}
.weight-500{
	font-weight:500!important;
}
.weight-400{
	font-weight:400;
}
.weight-300{
	font-weight:300;
}
.weight-800{
	font-weight:800;
}
.weight-700{
	font-weight:700;
}
.img-centro{
	margin:auto;
	display:block;
}
.titulo{
	color: #000;
  font-size: 28px;
  font-weight: 400;
  text-transform: uppercase;
}
.titulo-novidade{
	color: #000;
	font-size: 30px;
	text-transform: uppercase;
}
.title-mini{
	color: #000;
	font-size: 24px;
}
.title-filtos{
	color: #000;
	font-size: 24px;
}
.price{
	background: #fff;
	color: #000;
	border-top: 1px solid #B2B3B3;
}
.comdesconto{
	color:grey;
	text-decoration-line: line-through;
	font-size: 18px;
}
.semdesconto{
	color:#000;
	font-size: 24px;
}
.img_responsiva{
	max-width:100%;
}
.img_responsiva img{
	margin: auto!important;
}
.c-pointer{
	cursor:pointer!important;
}

input[type=text] {
  border-radius: 3px!important;
  height: 45px!important;
  padding-left: 10px!important;
	border: 1px solid gray;
}
input[type=password] {
  border-radius: 3px!important;
  height: 45px!important;
  padding-left: 10px!important;
		border: 1px solid gray;
}
textarea {
  border-radius: 3px!important;
  padding-left: 10px!important;
		border: 1px solid gray;
}
input[type=checkbox] + label {
	font-size:16px;
  display: block;
  margin: 0.2em;
  cursor: pointer;
  padding: 0.2em;
}
.rodape input[type=checkbox] + label {
	font-size:12px;
  display: block;
  margin: 0.2em;
  cursor: pointer;
  padding: 0.2em;
}
input[type=checkbox] {
  display: none;
}

input[type=checkbox] + label:before {
	content: "\2714";
	border: 1px solid #939291;
	display: inline-block;
	width: 18px;
	height: 18px;
	margin-right: 0.2em;
	vertical-align: bottom;
	color: transparent;
	transition: .2s;
	padding: 0px;
	font-size: 13px;
	margin: 0 8px 0 0;
}

/*
input[type=radio] + label {
	font-size:12px;
  display: block;
  margin: 0.2em;
  cursor: pointer;
  padding: 0.2em;
}

input[type=radio] {
  display: none;
}

input[type=radio] + label:before {
	content: "\2714";
	border: 1px solid #939291;
	display: inline-block;
	width: 18px;
	height: 18px;
	margin-right: 0.2em;
	vertical-align: bottom;
	color: transparent;
	transition: .2s;
	padding: 0px;
	font-size: 13px;
	margin: 0 8px 0 0;
}
*/
.mllabel:before, .mllabel{
	margin-left:0px!important;
}
input[type=checkbox] + label:active:before {
  transform: scale(0);
}

input[type=checkbox]:checked + label:before {
  background-color: #3b3b3b;
  border-color: #3b3b3b;
  color: #fff!important;
	padding-left: 2px;
}

input[type=checkbox]:disabled + label:before {
  transform: scale(1);
  border-color: #aaa;
}

input[type=checkbox]:checked:disabled + label:before {
  transform: scale(1);
  background-color: #bfb;
  border-color: #bfb;
}

/*
input[type=radio] + label:active:before {
  transform: scale(0);
}

input[type=radio]:checked + label:before {
  background-color: #E31E24;
  border-color: #E31E24;
  color: #fff;
	padding-left: 2px;
}

input[type=radio]:disabled + label:before {
  transform: scale(1);
  border-color: #aaa;
}

input[type=radio]:checked:disabled + label:before {
  transform: scale(1);
  background-color: #bfb;
  border-color: #bfb;
}*/
.cc-floating.cc-theme-edgeless .cc-message {
    margin: 1em 2em!important;
}
.cc-message{
	text-align: center!important;
}
.cc-btn:hover, .btn:hover{
	background:#3b3b3b;
	color:#fff;
	border-color:#3b3b3b;
}
.cor_titulo{
	color:#3b3b3b;
}
#btn_ficheiros{
	opacity: 0;
	position: absolute;
	z-index: -1;
}
.btn{
	border-radius: 5px;
	padding: 5px;
	min-width: 150px;
	text-transform: uppercase;
	background: #666666;
	border: 1px solid #666666;
	color: #fff;
}
.btn_gray{
	text-align: center;
	border-radius: 5px;
	padding: 5px 10px;
	min-width: 150px;
	background: #C5C6C6;
	border: 1px solid #C5C6C6;
	color: #000;
}
.btn_black{
	border-radius: 5px;
	padding: 5px 10px;
	min-width: 150px;
	background: #000;
	border: 1px solid #000;
	color: #fff;
}
.btn_black:hover{
	border-radius: 5px;
	min-width: 150px;
	background: #3b3b3b;
	border: 1px solid #3b3b3b;
	color: #fff;
}
.btn_selecionado a{
	background: #3b3b3b!important;
}
.btn_mais_testemunhos_home{
	position:absolute;
	bottom:0px;
}
.btn_invertido{
	padding:5px;
	min-width:100px;
	text-transform:uppercase;
	background:#fff;
	border:1px solid #3b3b3b;
	color:#3b3b3b;
	border-radius: 0px!important;
}
.btn_invertido:hover{
	background:#3b3b3b;
	border:1px solid #3b3b3b;
	color:#fff;
}
.btn_cupao:hover{
	background:#fff;
	color:#3b3b3b;
}
.btn_cupao{
	background:#fff;
	height:42px;
	color:#3b3b3b;
}
.cupao_desconto{
	border-radius: none;
  height: 41px;
  border: 1px solid #999999;
}
.fundo_branco{
	background:#fff!important;
}
.caixa_imagens_pequenas {
	width: 100%
}
.caixa_imagens_pequenas_listagem img:hover {
	padding: 4px;
	border: 1px solid rgba(0, 0, 0, .125)
}
footer .btn:hover{
	color:#fff!important;
}
footer .btn{
	background: #3b3b3b!important;
}
.caixa_imagens_pequenas img {
	margin-bottom: 50px;
	margin-right: 10px;
}

footer ul{
	list-style:none;
}
.breadcrumbs ul li{font-size:12px!important}
.breadcrumbs ul{padding-left:0;list-style:none;}.breadcrumbs ul li{display:inline}.breadcrumbs a,.breadcrumbs a:link,.breadcrumbs a:visited{text-decoration:none;color:#141515}.breadcrumbs a:hover{text-decoration:none;color:#434242}.breadcrumbs ul li:not(:last-child):after{text-decoration:none;content:" / "}
/**btn quantidade*/

.btn_qtd .up{
	padding-top: 10px;
}

.value-button {
  color: #000;
	width: 20px;
  height: 23px;
  font-size:14px;
	font-weight: 600;
  text-align: center;
  vertical-align: middle;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
	border: none;
	border-radius: inherit;
}

.value-button:hover {
  cursor: pointer;
}
.btn_qtd {
	display: inline-block;
	position: absolute;
	left: 95px;
}
form #input-wrap {
  margin: 0px;
  padding: 0px;
}

input#quantidade {
  text-align: center;
	border:1px solid #9D9E9E;
	border-radius: 5px;
  margin: 0px;
  width: 100px;
  height: 46px;
	color: #000;
	font-size: 18px;
	font-weight: 500;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/**FIM btn quantidae**/
button:focus {
    outline: 1px dotted;
    outline: 5px auto #6c5d56;
}

/* .nav-tabs .nav-link.active, .sidenav .nav-tabs .nav-item.show .nav-link {
    border-top-color: #E31E24;
} */
.nav-tabs .nav-link{
	border: 1px solid #e9e9e9;
	margin:0;
	border-radius: inherit;
	height: 100%;
}
.pesquisa_mob {
	right: -4px;
	top: -2px;
	height: 42px;
	border: 1px solid #818181;
	position: relative;
	width: 60%
}
.br{border-radius: 5px;}
.span_rgpd2{
	display: block;
  margin-left: 25px;
  margin-top: -17px;
}
}
.span_rgpd{
	margin-left: -26px;
    position: relative;
    right: -25px;
}


.rodape.carrinho_preview .btn{
	color:#fff!important;
}
.carrinho_preview .btn:hover, .carrinho_preview a:hover{
	color:#fff!important;
}
.carrinho_preview{
	top: 33px;
	position:absolute;
	background:#fff;
	right: 0%;
	color:#141515!important;
	border-bottom: 1px solid #989898;
	border-right: 1px solid #989898;
	border-left: 1px solid #989898;
	border-top: 10px solid #5b5b5b!important;
	z-index:99999;
}
#carrinho_topo{
	height:30px;
}
.carrinho_popup{
	max-width:400px;
}
.produto_aberto{
	background: #fff;
}
.produto .produto_desconto{
	left:0;
  color: #fff;
	background-color: #E31E24;
	padding: 2px 15px;
	margin: 0px 15px;
	position:absolute;
	width: fit-content!important;
}
.aberto .produto_desconto{
  color: #fff;
	background-color: #E31E24;
	padding: 2px 15px;
	margin: 0px 15px;
	position:absolute;
	width: fit-content!important;
}
.align-middle{
	display: none;
}
.produto_preco_antigo{
	text-decoration: line-through;
}
.preco{
	color:#141515;
	font-weight:600;
}
.preco_desde{
	color:#E31E24!important;
	font-weight:600;
	font-size:20px;
	margin-right:0px;
}

/*Fim */

/*MENU*/
.dropdown-toggle::after{
	display:none;
}
.dropdown-logado a{
	font-size:14px;
	color:#fff!important;
}
.menu_user_logado .dropdown-menu  a, .dropdown-logado .dropdown-menu  a{
	color:#E31E24!important;
}
.dropdown-logado .dropdown-menu{
	top: 4px!important;
	border-bottom:1px solid rgba(0,0,0,.4)!important;
	border-left:1px solid rgba(0,0,0,.4)!important;
	border-right:1px solid rgba(0,0,0,.4)!important;
}
.font-18-menu{
	font-size:16px!important;
}
.navbar {
  display:inline-block;
}
.alertify-log-danger {
	background:red!important;
	padding:20px;
	color:#fff;
	margin:10px;
}
.alertify-log-show {
	background:green;
	padding:20px;
	color:#fff;
	margin:10px;
}
.nav-link{
	font-weight:500;
	color:#666666;
	font-size: 18px;
	text-transform: uppercase;
	text-decoration: none;
	padding: 5px 20px;
}
.nav-link:active{
	color:#666666;
}

.nav-link::before {
  transition: 300ms;
  height: 1px;
  content: "";
  position: absolute;
  background-color: #666666;
}
.cor3_letra{
	color:#fff;
}
.cor4_letra{
	color:#141515!important;
}
.cor2_letra{
	color:#666666
}
.nav-link-ltr::before {
  width: 0%;
  bottom: 10px;
}
.fixo{
	position: fixed;
    z-index: 2;
    width: 100%;
}
.nav-link-ltr:hover::before {
  width: 100%;
}.menu-area{background-color: #E31E24}
.dropdown-menu{padding:0;margin:0;border:0 solid transition!important;border:0 solid rgba(0,0,0,.15);border-radius:0;-webkit-box-shadow:none!important;box-shadow:none!important}
.mainmenu a, .navbar-default .navbar-nav > li > a, .mainmenu ul li a , .navbar-expand-lg .navbar-nav .nav-link{font-weight:500;font-size:18px;padding:10px 12px;display: block !important;color: #000;}
.mainmenu .active a,.mainmenu .active a:focus,.mainmenu .active a:hover,.mainmenu li a:hover,.navbar-default .navbar-nav>.show>a, .navbar-default .navbar-nav>.show>a:focus, .navbar-default .navbar-nav>.show>a:hover{color: #E31E24;outline: 0;}
/*==========Sub Menu=v==========*/
.mainmenu .collapse ul > li:hover > a, .menu_active{color:#666;}
.mainmenu .collapse ul ul > li:hover > a, .navbar-default .navbar-nav .show .dropdown-menu > li > a:focus, .navbar-default .navbar-nav .show .dropdown-menu > li > a:hover{}
.mainmenu .collapse ul ul ul > li:hover > a{color: #E31E24;}

.mainmenu .collapse ul ul, .mainmenu .collapse ul ul.dropdown-menu{background:#ececec;}
.mainmenu .collapse ul ul ul, .mainmenu .collapse ul ul ul.dropdown-menu{background:#ececec}
.mainmenu .collapse ul ul ul ul, .mainmenu .collapse ul ul ul ul.dropdown-menu{}
.mainmenu .collapse ul ul li a{
	font-weight:400!important;
	font-size:17px!important;
}

/******************************Drop-down menu work on hover**********************************/
.mainmenu{background: none;border: 0 solid;margin: 0;padding: 0;min-height:20px;width: 100%;}
@media only screen and (min-width: 767px) {
.mainmenu .collapse ul li:hover> ul{display:block}
.mainmenu .collapse ul ul{position:absolute;top:100%;left:0;min-width:250px;display:none}
/*******/
.mainmenu .collapse ul ul li{position:relative}
.mainmenu .collapse ul ul li:hover> ul{display:block}
.mainmenu .collapse ul ul ul{position:absolute;top:0;left:100%;min-width:250px;display:none}
/*******/
.mainmenu .collapse ul ul ul li{position:relative}
.mainmenu .collapse ul ul ul li:hover ul{display:block}
.mainmenu .collapse ul ul ul ul{position:absolute;top:0;left:-100%;min-width:250px;display:none;z-index:1}
}
@media only screen and (max-width: 767px) {
.navbar-nav .show .dropdown-menu .dropdown-menu > li > a{padding:16px 15px 16px 35px}
.navbar-nav .show .dropdown-menu .dropdown-menu .dropdown-menu > li > a{padding:16px 15px 16px 45px}
}
/*FIM MENU*/

/*MOBILE*/
.link_destacado{
	color:#666666;
	text-decoration:underline;
}
.carousel-caption h3{
	font-weight: 600!important;
	font-size: 36px;
	margin: 0;
	position: absolute;
	top: 35%;
	left: 13%;
}
.carousel-caption {
	width: 100%;
	position: absolute;
	padding: 20px 20px;
	/* bottom: 1px; */
	/* background-color: #EBECEC; */
	z-index: 10;
	text-align: left;
	left: 0;
	top: 0;
}
/*Cookie msg*/
.cc-compliance{
	width: unset;  position: relative;
  top: -12px;
  text-align: center;
  margin: auto;
}

.cc-btn{
	padding:5px 15px!important;
	min-width:100px!important;
	text-transform:uppercase!important;
	border-radius:3px!important;
	background:#666666!important;
	border:1px solid#E31E24!important;
	color:#fff!important;
	border-radius: 5px!important;
}
.cc-window a{
	color:#fff!important;
}
.cc-window{
	font-size: 16px!important;
  color: #fff!important;
  background: #000;
  line-height: 24px!important;
	height: 105px!important;
}
.cc-color-override-434939310.cc-window {
    background-color: #727271!important;
}
.zona_acessorios .mt-4 {
	margin-top:0px!important;
}
.zona_acessorios .nome_produto {
	margin-bottom:0px!important;
}


/*MENU MOB*/

.sidenav {
	height: 100%;
	width: 0;
	position: fixed;
	z-index: 3;
	top: 0;
	 z-index: 99999!important;
	left: 0;
	background-color: rgba(255, 255, 255, .93);
	overflow-x: hidden;
	transition: .5s;
	text-align: center
}

.sidenav .nav-tabs {
	border-bottom: 1px solid #e9e9e9;
}

/* .nav-tabs .nav-link.active,
.sidenav .nav-tabs .nav-item.show .nav-link {
	border-color: #adadad #adadad #fff;
} */
.menu_title_a{
	padding: 8px 0px!important;
  text-decoration: none;
  font-size: 22px!important;
  color: #000;
  display: block;
  transition: .3s;
}
.sidenav a {
	padding: 8px 25px;
	text-decoration: none;
	font-size: 20px;
	color: #141515;
	display: block;
	transition: .3s
}
.zona_acessorios a {
	color:#fff!important;
}
.sidenav a:hover {
	color: #666666
}

.sidenav .closebtn {
	position: absolute;
	top: -20px;
	right: -1px;
	font-size: 52px;
	margin-left: 50px
}
.li_prin{
	border:1px solid;
	margin-top:7px;
}
.plus{
	background:#666666;
	color:#fff!important;
}
.dropdown-item.active, .dropdown-item:active {
	background-color:unset;
}
.li_prin .plus.collapsed{
	background:#E31E24!important;
	color:#fff!important;
}

/*--------------------ESPECIFICO------------------------*/
.fundo_vermelho{
	background:#E31E24;
}
.fundo_vermelho a{
	color:#fff;
}
#in {
  color: #000;
  outline: -webkit-focus-ring-color auto 0px;
}

.formulario_pesquisa input {
    border: 0px;
    border-bottom: 1px solid #000;
		background: #C5C6C6;
}
.formulario_pesquisa button {
    background: transparent;
    border: 0px;
    color: #fff;
}
.menu_topo{
	padding-top: 3px;
    padding-bottom: 3px;
}
.menu_topo a, .menu_topo i{
	font-weight:500;
}
.barra_titulo{
	background:#E31E24;
	height: 1px;
    max-width: 350px;
    margin: auto;
    display: block;
    text-align: center;
}
.titulo_pagina {
	font-size:30px!important;
	color:#000;
	font-weight: 700;
}
.titulo_pagina2 {
	font-size:30px!important;
	color:#000;
}
.relacionados{
	border-top: 5px solid #000;
}
.subrodape_container{
	border-top:2px solid #fff;
}
footer a, footer p{
	color:#fff;
}
footer img{
	max-width: 200px!important;
}
.header_top{
	background: #2B2A29;
	color: #fff!important;
}
.header2{
	background: #C5C6C6;
}
.subrodape2{
	border-top: 1px solid #fff;
}
.servicos_list{
	background: #666666;
	color: #fff;
}
.servicos_list a{
	color: #fff!important;
}
.servicos_listagem{
	background-color:#ebebeb;
}
.servicos_listagem p{
	text-align: justify!important;
}
.carousel-indicators li {
  background-color: #B2B3B3;
  border: none;
}
.carousel-indicators li {
    width: 10px;
    height: 10px;
    border-radius: 15px;
}
.carousel-indicators li:hover{
	cursor:pointer;
}
.carousel-indicators .active {
    background-color: #E31E24;
}
.produtos_categorias img{
	max-width:150px;
}
.produtos_categorias{
	background:#ebebeb;
}
.certificado_produto img{
	max-width:70px;
}
.certificado_produto{
	text-align: left;
    position: absolute;
    width: 100px;
    max-width: 100px;
    top: 40%;
}
.logo-home{
	width: 230px;
	height: 92px;
}
.menu-home{
	position: absolute;
	list-style: none;
	text-transform: uppercase;
	height: 300px;
	width: 150px;
}

.menu-home li {
  padding-bottom: 10px;
	display:inline-block
}
.menu-home li:last-child {
  margin-right: 0;
}

.menu-home li:after {
  content: '';
  display: block;
  margin: auto;
  height: 2px;
  width: 0px;
  background: transparent;
  transition: width .5s ease, background-color .5s ease;
}
.menu-home li:hover:after {
  width: 50%;
  background: #E31E24;
}
.branding{
	z-index:98;
	top:20%;
	left: 10%;
	position: absolute;
}
.footer-home img{
	bottom: 0px;
	left: 0px;
	position: absolute;
	margin: 10px;
	z-index: 95;
}
.footer-home-img{
	width: 90px;
	height: 30px;
	bottom: 0px;
	left: 0px;
	position: absolute;
	margin: 10px;
	z-index: 95;
}
.linkage-a{
  color: #000;
	bottom: 30px;
	left: 0px;
	position: absolute;
	margin: 10px;
	z-index: 95;
}
.linkage-a:hover{
  text-decoration: none;
  color: #000;
}
textarea{
	resize: none;
}
.produto-ajuda{
	background-color: #fff;
	color: #BE9437;
}
.produto-ajuda-border {
	height: 90px!important;
	width: 460px!important;
	border: 1px solid #BE9437;
	width: max-content;
}
.produto-ajuda a{
	color:#BE9437;
	text-decoration: underline;
}
.favshare i{
	color: #000;
	margin-right: 5px;
	text-align: left;
	display: flex;
}
.contactos{
	text-align: center;
	background: #E1DEDE;
}
.servico-rodape-bg-title{
	background-color: #727271;
	text-align: center;
	color: #fff;
	height: 58px;
	padding-top: 12px;
	margin-bottom: 30px;
	margin-top: 3px;
	text-transform: uppercase;
}
.sugestao-produto{
	top: 45%;
	left: 0;
	position: absolute;
	z-index: 99;
}
.sugestao-produto img{
	max-width: 50%;
	margin: 0;
	padding: 0;
	float: left;
}
.produto_border{
	position: relative;
	margin: 20px 0px;
}
.servicos-rodape-bg{
	background-color: #EBECEC;
}
.servicos-rodape-title{
	text-transform: uppercase;
	color: #E31E24;
}
.servicos-rodape-title{
	border-bottom: 5px solid #B2B3B3;
}
.carouselitem-home{
	height: 370px;
  background-repeat: no-repeat;
  background-size:cover;
  background-position: center;
}
.active-menu{
	color: red;
}
.logo-footer{
	width: 103px;
	height: 35px;
}
.icons-pme{
	width: 75px;
	height: 39px;
	bottom: 0px;
	left: 0px;
	position: absolute;
	margin: 0px;
	z-index: 95;
}
.produtos-outros-title{
	background-color:#9D9E9E;
	color: #fff;
}
.esp-content{
	background-color: #D8DDE1;
	padding: 30px 20px;
}
.novidade_label{
	top: 0;
	left: 0;
	max-width: 15%;
	position: absolute;
	z-index: 5;
}
.nome_produto{
	color: #E31E24;
	text-align: left;
}
.marca_produto{
	padding-top: 0px;
	color: #000;
	text-align: left;
}
.zona_favoritos{
	position: absolute;
	right: 0!important;
	bottom: 0!important;
}
.favorito{
	color:#E31E24;
	border-radius: 50%;
}
.menu-drop {
	border-bottom: 1px solid #989898;
	border-right: 1px solid #989898;
	border-left: 1px solid #989898;
}
.img-cat{
	height: 100px;
	width:100px;
}
.fundo_header_compras{
	background-color:#000000;
	color: #fff;
	font-weight: 500;
	font-size: 18px;
}
.filtro_selecionado{
	color:#E31E24;
	top:50%;
	position: relative;
}
.garantia{
	position:absolute;
	top:0px;
	right: 0;
	z-index: 99;
}
.destaques.img_des {
	max-width: 30%!important;
	margin: 0;
	padding: 0;
	float: left;
}
.base-color{
	color: #E31E24!important;
}
.top-imgs-h, .top-imgs-h-m{
	height: 20px;
	width: 20px;
}
.top-imgs-c,.produto-imgs-c, .top-imgs-c-m{
	height: 20px!important;
	width: 23px!important;
}
.noticia-caract{
	min-height: 185px;
	border: 1px solid #E31E24;
	position: relative;
}
.noticia-title{
	background: #E31E24;
	font-size: 22px!important;
}
.noticia-title a{
	color: #fff;
}
.noticia-txt{
	font-size: 18px!important;
}
.noticia-ver {
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
}
.noticia-ver a{
	font-size: 16px;
	color: #666666;
	font-weight: 600;
}
.noticia-ver a:hover{
	text-decoration: underline;
}
.margin-bot p{
	margin-bottom: 0;
}
.rodape-shine{
	background-color:#BE9437;
	margin: 0;
}
.rodape-contactos{
	background-color:#D9DADA;
}
.contactos a{
	color: #000;
}
.contactos a:hover{
	color: #666666;
	transition: 0.3s;
}
.nossas a{
	color: #000;
}
.nossas a:hover{
	color: #666666;
	transition: 0.3s;
}
.img-r-c{
	position:absolute;
}
.small-p{
	color: #666666;
	font-size: 14px;
	margin-bottom: -5px;
}
.small-b{
	color: #000;
	font-weight: 600;
	font-size: 18px;
	margin-top: -5px;
}
.rodape{
	color:#fff;
	background: #000;
}
.btn-footer{
	border: 1px solid #000;
	background: none;
	color: #000;
	font-weight: 600;
}
.btn-footer:hover{
	border: 1px solid #E31E24;
	background: #E31E24;
	color: #fff;
	font-weight: 500;
	transition: 0.3s;
}

.footer-headers{
	color:#fff;
}
.formulario_newsletter input{
	border: 0px;
	border-bottom: 1px solid #000;
	width:100%;
}
.font-sans{
	font-family: 'Open Sans', sans-serif;
}
.select-text{
	color: #000;
}
.nav_produto{
	border-bottom: 10px solid #666666;
}
.nav-tabs {
    border-bottom: none!important;
}

.nav_produto .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #fff!important;
    background-color: #666666!important;
    border: none!important;
		border-radius: inherit;
}
.tab-pane{
	background-color: #EBECEC;
}
.tab-content{
	background-color: #EBECEC;
}
.select-filtro:active{
	color: purple;
}
.produto_about{
	width: 100%;
	min-height: 95px;
	display: block;
}
.precos{
	position: absolute;
	bottom:0;
}

/* mega menu (mgm)*/
.navbar-nav>li>.dropdown-menu {
  margin-top: 0px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.navbar-default .navbar-nav>li>a {
  width: 200px;
  font-weight: bold;
}

.mega-dropdown {
  position: static !important;
  width: 100%;
}

.mega-dropdown-menu {
  padding: 20px 0px;
  width: 100%;
  box-shadow: none;
  -webkit-box-shadow: none;
}

.mega-dropdown-menu:before {
  content: "";
  border-bottom: 15px solid #fff;
  border-right: 17px solid transparent;
  border-left: 17px solid transparent;
  position: absolute;
  top: -15px;
  left: 285px;
  z-index: 10;
}

.mega-dropdown-menu:after {
  content: "";
  border-bottom: 17px solid #ccc;
  border-right: 19px solid transparent;
  border-left: 19px solid transparent;
  position: absolute;
  top: -17px;
  left: 283px;
  z-index: 8;
}

.mega-dropdown-menu > li > ul {
  padding: 0;
  margin: 0;
}

.mega-dropdown-menu > li > ul > li {
  list-style: none;
}

.mega-dropdown-menu > li > ul > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #999;
  white-space: normal;
}

.mega-dropdown-menu > li ul > li > a:hover,
.mega-dropdown-menu > li ul > li > a:focus {
  text-decoration: none;
  color: #444;
  background-color: #f5f5f5;
}

.mega-dropdown-menu .dropdown-header {
  color: #428bca;
  font-size: 18px;
  font-weight: bold;
}

.mega-dropdown-menu form {
  margin: 3px 20px;
}

.mega-dropdown-menu .form-group {
  margin-bottom: 3px;
}
.checked {
  color: #F7AA47;
}
.rating-comment .checked{
  color: #FFCD00;
}
.not-checked{
	color: #C5C6C6;
}
.p-m-gray {
	background: #D9DADA;
	height: 30px;
	width: 30px;
	text-align: center;
	vertical-align: -webkit-baseline-middle;
}
.p-m-gray img, .p-m-gray i{
	vertical-align: -webkit-baseline-middle!important;
}
.product-more {
	position: absolute;
	bottom: -15px;
}
.product-more {
	position: absolute;
	bottom: -15px;
}
.owl-item .product-more {
	position: absolute;
	bottom: -30px!important;
}
.rating{
	vertical-align: -webkit-baseline-middle;
}
.comments{
	background-color: #fff;
}
.btn-comment {
	display: inline-block;
	background-color: #DEDEDE;
	padding:0px 15px;
	border:none;
	color:#000;
	border-radius: 0px!important;
}
.btn-comment:hover {
	background-color: #cdcdcd;
}
.contador{
	background-color: #ADADAD;
	color: #fff;
	text-align: center;
	padding:3px 10px;
	position: relative;
	left: -4px;
}
.modal-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 15px 15px 0px 0px!important;
		border:none!important;
}
.rating-group {
    display: inline-block;
  }

  /* make hover effect work properly in IE */
  .rating__icon {
    pointer-events: none;
  }

  /* hide radio inputs */
  .rating__input {
   position: absolute !important;
   left: -9999px !important;
  }

  /* set icon padding and size */
  .rating__label {
    cursor: pointer;
  }

  /* set default star color */
  .rating__icon--star {
    color: #F7AA47;
  }

  /* set color of none icon when unchecked */
  .rating__icon--none {
    color: #C5C6C6;
  }

  /* if none icon is checked, make it red */
  .rating__input--none:checked + .rating__label .rating__icon--none {
    color: red;
  }

  /* if any input is checked, make its following siblings grey */
  .rating__input:checked ~ .rating__label .rating__icon--star {
    color: #ddd;
  }

  /* make all stars orange on rating group hover */
  .rating-group:hover .rating__label .rating__icon--star {
    color: #F7AA47;
  }

  /* make hovered input's following siblings grey on hover */
  .rating__input:hover ~ .rating__label .rating__icon--star {
    color: #ddd;
  }

  /* make none icon grey on rating group hover */
  .rating-group:hover .rating__input--none:not(:hover) + .rating__label .rating__icon--none {
     color: #eee;
  }

  /* make none icon red on hover */
  .rating__input--none:hover + .rating__label .rating__icon--none {
    color: red;
  }

.filtro-ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
.produtos-header{
	background-color: #EBECEC;
}
.btn_carrinho{
	border:none!important;
	background: none!important;
}
.paginacao{
	list-style: none;
	text-align: center;
	font-size: 18px;
}
.paginacao li{
	display: inline-block;
	padding: 2px;
	height: 30px;
	width: 30px;
  outline: 1px solid #ababab;
  outline-offset: -1px;
	margin-left:3px;
}
.paginacao .ativa{
	background-color: #E31E24;
	outline:none!important;
	outline-offset: none!important;
}
.paginacao .ativa a{
	color: #fff!important;
	font-weight: 600;
}
.paginacao a{
	color: #000;
	font-weight: 600;
}
.form-control {
	max-height: 150px;
  display: inline-block;
  width: 50%;
  padding: 5px;
  color: #495057;
  background-color: #fff;
  background-image: none!important;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 1px solid #9D9E9E!important;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.nav i{
	margin-bottom: 5px!important;
}
.mega-menu p{
	text-transform: uppercase;
}
.megam-title{
	text-transform: uppercase;
	font-size:45px!important;
	color:#fff!important;
	font-weight: 600!important;
}
.megam-title:hover{
	background: none!important;
}
.top{
	background-color: #EBECEC;
}
.megam-title-top{
	font-size:20px!important;
	color:#E31E24;
	font-weight: 600;
}
#home .bg_black{
	background: none!important;
}
.dropdown-menu {
	position: absolute!important;
  border-radius: 0px!important;
  border-top: 10px solid #5b5b5b!important;
  border-right: 1px solid #B2B3B3!important;
  border-bottom: 1px solid #B2B3B3!important;
  border-left: 1px solid #B2B3B3!important;
}
.dropdown-menu.show {
	display: table;
	white-space: nowrap;
}
.menu-col{
	width: 50%;
	height: 100%;
	display: table-cell;
}
.sub-link{
	color: #000!important;
	font-size: 16px!important;
	padding: 0!important;
}
.sub-link:hover{
	background: none!important;
}
.menu_princ_mob p{
	margin: 0;
}
.total_encomenda {
	background-color: #fbe5e5!important;
}
.total_encomenda p{
	margin-bottom: 0;
}
.testemunhos_aqui{
	text-decoration: underline!important;
	color: #E31E24!important;
	font-weight: 600!important;
}
.pt-mobile{
	padding-top: 60px;
}

#selecao_tipo_1 select, #selecao_tipo_2 select{
	margin-bottom:30px!important;
	min-width:300px;
	border: 1px solid #9D9E9E;
    border-radius: inherit;
    margin: 0px;
    height: 46px;
}
#selecao_tipo_1 label, #selecao_tipo_2 label{
	display:block;
    font-weight: 700;
    font-size: 16px;
}







/* MEDIAS */

/* // Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
	.noticia-ver {
	  position: absolute;
	  bottom: 0;
	  right: 0;
	  left: 0;
	  display: contents;
	}
	.top-imgs-h{
		display: none;
	}
	.top-imgs-c{
		display: none;
	}
	.table-compare-overflow{
		overflow-x: scroll!important;
	}
	.produto_desconto-td{
	  color: #fff;
		background-color: #cc3e43;
		padding: 2px 15px;
		margin: 0px 10px;
		/* position:absolute; */
		width: fit-content!important;
	}
	.btn-footer{
		margin-bottom: 60px;
	}
	.footer-email{
		margin-left: -7px!important;
		margin-top: 10px;
		margin-bottom: 15px;
	}
	.metodos-pagamento{
		margin-top: 15px!important;
		text-align: center!important;
	}
	.p-h-filtro {
		font-size:14px;
		width:100%;
	}
	.produto-ajuda-border {
		width: 340px!important;
		height: 120px!important;
	}
	.btn_comprar{
		margin-left: 0px!important;
	}
	.conta{
		margin-right: 25px;
	}
	.btn-footer{
		margin: 0 0 0 10px!important;
	}
	.btn_invertido{
		margin-bottom: 50px;
	}
	.btn-comparar-a, .mostrar-numero p {
		font-size:14px;
	}
	.mostrar-numero, .comparar-ordenar {
		padding-top:0px!important;
	}
	.btn-comparar-a{
		display:block;
	}
	.coluna_legenda_linha{
		padding-right: 30px!important;
		padding-left: 30px!important;
		margin-top:15px!important;
	}
	.subrodape{
		text-align: center;
	}
	.img_servicos{
		text-align: center!important;
	}
	.cc-window {
		height: 120px!important;
		font-size: 10px!important;
	}
	.price .font-24{
		font-size: 20px!important;
	}
	.produto_about .title-mini{
		font-size: 20px!important;
	}
	.produto_about .text-uppercase{
		font-size: 14px!important;
	}
}


/* // Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767.98px) {
	.btn-comparar-a, .mostrar-numero p {
		font-size:14px;
	}
	.btn-comparar-a{
		display:block;
	}
	.mostrar-numero, .comparar-ordenar {
		padding-top:0px!important;
	}
	.top-imgs-h{
		display: none;
	}
	.top-imgs-c{
		display: none;
	}
	.table-compare-overflow{
		overflow-x: scroll!important;
	}
	.produto_desconto{
		color: #fff;
		background-color: #cc3e43;
		padding: 2px 15px;
		margin: -2px 10px;
		/* position:absolute; */
		width: fit-content!important;
	}
	.btn-footer{
		margin-bottom: 60px;
	}
	.footer-email{
		margin-left: -7px!important;
		margin-top: 10px;
		margin-bottom: 15px;
	}
	.metodos-pagamento{
		margin-top: 15px!important;
		text-align: center!important;
	}
	.noticia-ver {
		position: absolute;
		bottom: 0;
		right: 0;
		left: 0;
		display: contents;
	}
	.produto_desconto{
		position: relative!important;
	}
	.btn_invertido{
		margin-bottom: 50px;
	}
	.coluna_legenda_linha{
		padding-right: 30px!important;
		padding-left: 30px!important;
		margin-top:15px!important;
	}
	.produto-ajuda-border {
		width: 340px!important;
		height: 120px!important;
	}
	.subrodape{
		text-align: center!important;
	}
	.img_servicos{
		text-align: center!important;
	}
	.cc-window {
    height: 160px!important;
		font-size: 12px!important;
	}
}

/* // Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px) {
	.produto_about {
    width: 100%;
    min-height: 140px;
    position: relative;
	}
	.top-imgs-h{
		display: none;
	}
	.top-imgs-c{
		display: none;
	}
	.table-compare-overflow{
		overflow-x: scroll!important;
	}
	.produto_desconto-td{
	  color: #fff;
		background-color: #cc3e43;
		padding: 2px 15px;
		margin: -2px 10px;
		/* position:absolute; */
		width: fit-content!important;
	}
	.btn-footer{
		margin-bottom: 60px;
	}
	.footer-email{
		margin-top: 10px;
		margin-bottom: 15px;
	}
	.metodos-pagamento{
		margin-top: 15px!important;
		text-align: center!important;
	}
	.noticia-ver {
		position: absolute;
		bottom: 0;
		right: 0;
		left: 0;
		display: contents;
	}
	.produto_desconto {
		color: #fff;
		background-color: #cc3e43;
		padding: 2px 15px;
		margin: 0px!important;
		position: inherit;
		width: fit-content!important;
	}
	.btn_invertido{
		margin-bottom: 50px;
	}
	.coluna_legenda_linha{
		padding-right: 30px!important;
		padding-left: 30px!important;
		margin-top:15px!important;
	}
	.produto-ajuda-border {
		width: 340px!important;
		height: 120px!important;
	}
	.subrodape{
		text-align: center!important;
	}
	.img_servicos{
		text-align: center!important;
	}
}

/* // Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199.98px) {
	.coluna_legenda_linha{
		padding-right: 30px!important;
		padding-left: 30px!important;
		margin-top:15px!important;
	}
	.noticia-ver {
	  position: absolute;
	  bottom: 0;
	  right: 0;
	  left: 0;
	  display: contents;
	}
	.produto_desconto-td{
	  color: #fff;
		background-color: #cc3e43;
		padding: 2px 15px;
		margin: -2px 10px;
		position:absolute;
		width: fit-content!important;
	}
	.table-compare-overflow{
		overflow-x: scroll!important;
	}
	.btn-footer{
		margin-bottom: 60px;
	}
	.btn_invertido{
		margin-bottom: 50px;
	}
}

@media (max-width: 1200px) {
	.coluna_legenda_linha{
		padding-right: 30px!important;
		padding-left: 30px!important;
		margin-top:15px!important;
	}
}

@media (min-width: 1200px) {
	.pl-xl-0{
		padding-left:0px!important;
	}
	.noticia-caract {
		min-height: 210px!important;
	}
}

@media (min-width: 1600px) {
	.navbar-expand-xl .navbar-nav .nav-link {
		padding-right: 1rem!important;
		padding-left: 1rem!important;
	}
	.mainmenu a, .navbar-default .navbar-nav > li > a, .mainmenu ul li a , .navbar-expand-lg .navbar-nav .nav-link{font-weight:500;font-size:20px;padding:10px 12px;display: block !important;}
}

@media (max-width: 1270px) {
.mainmenu a, .navbar-default .navbar-nav > li > a, .mainmenu ul li a , .navbar-expand-lg .navbar-nav .nav-link{font-weight:500;font-size:16px;padding:10px 12px;display: block !important;}
}

.produto_tipos {
  display: none;
}

.produto_tipos_label {
  border: 1px solid #9D9E9E;
  padding: 10px;
  display: block;
  position: relative;
  margin-right: 10px;
  cursor: pointer;
}

.produto_tipos_label:before {
  background-color: white;
  color: white;
  content: " ";
  display: block;
  border-radius: 50%;
  border: 1px solid grey;
  position: absolute;
  top: -10px;
  left: -10px;
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 28px;
  transition-duration: 0.4s;
  transform: scale(0);
}

.produto_tipos_label img {
  height: 100px;
  width: 100px;
  transition-duration: 0.2s;
  transform-origin: 50% 50%;
}

:checked + .produto_tipos_label {
  border-color: #1c1c1c;
}

:checked + .produto_tipos_label:before {
  content: "✓";
  background-color: grey;
  transform: scale(1);
}

:checked + .produto_tipos_label img {
  transform: scale(0.9);
  /* box-shadow: 0 0 5px #333; */
  z-index: -1;
}
.produtos_tipos_check li{
	display:inline-block;
}
.produtos_tipos_check{
	padding-left:0px;
	list-style:none;
}
