@charset "utf-8";
/* CSS Document */

.product-designer-editor-link {
  margin: 5px 0;
  background: #009688;
  padding: 8px 15px;
  border-radius: 3px;
  text-align: center;
  position: relative;
  display: block;
  /* line-height: normal; */
  color: #fff;
  font-weight: bold;
}

.product-designer-editor-link a{
  color: #fff;
  text-decoration: none;
  font-weight: bold;
}



.product-designer-editor-link .variation-link {
  color: #fff;
  background: #424242;
  border: 0;
  display: none;
  z-index: 999;

}


.product-designer-editor-link:hover .variation-link {
  display: block;
  position: absolute;
  top: 30px;
  left: 0;
  min-width: 250px;
}
.product-designer-editor-link:hover .variation-link a {
  text-decoration: none;
  display: block;
  text-align: left;
  /* margin: 14px 5px; */
  border-bottom: 1px solid #5f5f5f;
  padding: 10px 5px;
}

.product-designer-editor-link .variation-link a:hover {
  background: #656565;
}