/******* Do not edit this file *******
Woody Code Snippets CSS and JS
Saved: Oct 17 2024 | 11:49:38 */
.outras-capacidades-container {
	display:block;
	align-content: center;
	align-items: center;
	margin-bottom: 25px;
	float:left;
	width:100%;
}

.outra-capacidade {
	font-size: 14px;
	font-weight: bold;
	padding: 5px;
	border: 2px solid #e6e6e6;
	margin: 5px;
	position: relative;
  	width: fit-content;
  	display: block;
  	float: left;
}

.outra-capacidade.selected{
	border: 2px solid #D4564A;
}



.outra-capacidade:hover {
	border: 2px solid #D4564A;
}

.capacidades-title{
	display:block;
	width: auto;
	max-width: 100%;
	font-weight: bold;
	font-size: 14px;
	
}

.capacidades-links{
	margin-top:10px;
	display:block;
	float:left;
}

.xts-variation-swatch.xts-swatch.xts-with-text.xts-size-m.xts-active{
    box-shadow: 0 0 0 2px #D4564A inset;
}

/* Campo Cores */
.other-color-container {
  display: block;
  align-content: center;
  align-items: center;
  margin-bottom: 25px;
  float: left;
width:100%;
}

.other-color {
  font-size: 14px;
  font-weight: bold;
  padding: 5px;
  border: 2px solid #e6e6e6;
  margin: 5px;
}

.other-color-image-div{
    margin-right: 5px;
	max-width: 80px;
}

.other-color-image-div.selected {
  border: 2px solid #d4564a;
}

.other-color-image-div:hover {
	border: 2px solid #D4564A;
}

.other-color-title {
  display: block;
  width: auto;
  max-width: 100%;
  font-weight: bold;
  font-size: 14px;
}

.other-color-links {
  margin-top: 10px;
  display: flex;
  float: left;
}

