

#productResults {
	display: none;
	position: absolute;
    width: 300px;
    padding: 15px;
    box-shadow: 0px 0px 3px #a9a9a9;
    top: 29px;
    right: 15px;
	background-color: #fff;
	z-index: 999;
	text-align: left;
}

.SProductLine {
	font-size:14px;
	display: block;
	padding: 10px;
	cursor: pointer;
	color:#444;
	line-height: 14px;
}

.SProductLine small {
	font-size: 11px;
}

.SProductLine img {
	width:40px;
	height: auto;
	margin-right:10px;
	float: left;
}

.SProductLine:hover {
	background-color:#f4f4f4;
	color:rgb(112, 112, 112);
	text-decoration: none;
}

.loadingSearch {
	display:none;
	width: 100%;
	color: #7d7d7d;
	line-height: 41px;
}

.loadingSearch img {
	width: 44px;
	height: auto;
	float: left;
}

.red{
	color: red;
}

.black{
	color: black;
}

#comentario {
	width: -webkit-fill-available;
	margin: 10px;
	border: solid 1px #CCC;
}    
.padding_left {
	padding-left: 20px;
}

legend {
	padding: 10px !important;
}

.box_textarea{
	justify-content: center !important;
	text-align: center;
	padding: 20px !important;
}
	
.rating {
	width: 100%;
	padding: 10px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: solid 1px #ECEFF1;
}

.rating:not(:checked)> div input {
	position: absolute;
	top: -9999px;
	clip: rect(0, 0, 0, 0);
}

.rating:not(:checked)> div label {
	float: right;
	width: 1em;
	padding: 0 .1em;
	overflow: hidden;
	white-space: nowrap;
	cursor: pointer;
	font-size: 200%;
	line-height: 1.2;
	color: #ddd;
}

.rating:not(:checked)> div label:before {
	content: '★ ';
}

.rating> div input:checked~ label {
	color: var(--cinza);
}

.rating:not(:checked)> div label:hover,
.rating:not(:checked)> div label:hover~ label {
	color: black;
}

.rating> div input:checked+ label:hover,
.rating> div input:checked+ label:hover~ label,
.rating> div input:checked~ label:hover,
.rating> div input:checked~ label:hover~ label,
.rating> div label:hover~ input:checked~ label {
	color: black;
}

.rating> div label:active {
	position: relative;
	top: 2px;
	left: 2px;
}

.iconStar::before {
    content: '★ ';
}

.promotionalPrice { 
	color:	#989898;
	display: inline-block;
}

.promotionalPrice s {
	font-size: 18px;
}

.produto {
	min-height: 424px;
}

.produto .price {
	color: #444;
	font-weight: normal;
}

.verde.price {
	font-size: 17px;
}

.frete {
	padding-bottom: 10px;
	font-weight: bold;
	color:#444;
}

.frete span.freteValorLabel {
	color: #1cb4ff;
	font-weight: bold;
	float: right;
	display: inline-block;
	width: 80px;
	text-align: right;
}

.frete span.fretePrazoLabel {
	color: #9f9f9f;
	font-weight: normal;
	float: right;
	margin-right: 20px;
}

.frete span.descricaoLabel {
	font-weight: normal;
	font-size: 12px;
	font-style: italic;
	color: #cdcdcd;
}

.option_muillng {
	display: flex;
    gap: 6px;
    align-items: center;
	font-size: 14px;
}

.select2-container .select2-selection--single {
    height: 30px !important; /* Define altura */
    line-height: 30px !important; /* Centraliza o texto */
}

.skiptranslate {
	display:none;
}

.notranslate {
	text-transform: none !important;
	direction: ltr !important;
}

body {
	top:0px !important;
}

.goog-te-tooltip, #goog-gt-tt{
    display: none !important;
}

font {
	background-color: transparent !important;
	box-shadow: none !important;
  }

  .btnLngChange {
	display: block;
    height: 26px;
	cursor: pointer;
  }

  .btnLngChange.selected {
	background: #e82e3126;
    border: 1px solid #e82e3142;
    border-radius: 4px;
  }

  .boxBtnsLngChange {
	display: flex;
	gap: 10px;
	align-items: center;
  }

  .menu-lateral a {
	display:block;
  }
