.selector-for-some-widget {
  box-sizing: content-box;
}

.color {
  width: 30px;
  height: 30px;
  border: 1px solid black;
  box-shadow: 1px 1px 3px gray;
  color: white;
  font-size: 1.2em;
  margin-right: 3px;
}

.color:hover {
  cursor: pointer;
  box-shadow: none;
}

.colores {
  width: 281px;
  padding: 0;
}

.colores-Texto {
  font-size: .8em;
}

.tarjeta-contenedor {
  padding: 0;
  padding-bottom: 7px;
  width: 281px;
  /*arriba, derecha, abajo, izquierda*/
  margin: 10px 10px 10px 10px;
  color: white;
  
}

.desc-Corta {
  background: #997c64;
}

.color-fondo {
  background: #997c64;
}




/* ===================================== */
/*t-shirt*/
.tshirt_container {
  position: relative;
  width: 441px;
  height: 584px;
}

.tshirt_container .tshirt_layer {
  position: absolute;
  display: table;
  width: 441px;
  height: 584px;
}

.tshirt_layer_1 {
  z-index: 1;
}

.tshirt_layer_2 {
  z-index: 2;
  -o-mix-blend-mode: multiply;
  -ms-mix-blend-mode: multiply;
  -moz-mix-blend-mode: multiply;
  mix-blend-mode: multiply;
  -webkit-mix-blend-mode: multiply;
}
/*t-shirt*/
/* ===================================== */


.bordeSombra {
  width: 281px;
  border: 1px solid #997c64;
  /* box-shadow: 2px 2px 3px gray; */
  background: #997c64;
}

.tarjeta {
  padding: 0;
}

.lateral {
  background: #997c64;
  color: white;
  font-weight: 600;
}

.footer {
  height: 50px;
}

.cerrar-x {
  cursor: pointer;
}

.cerrar-x:hover {
  text-shadow: 2px 2px 10px red;
  color: white;
}