footer {
    position: fixed;
    width: 100%;
    left: 0;
    bottom: 00;
    padding: 15px;
    display: block;
}
#uploaded-image {
    max-height: 600px;
}
#uploaded-image img {
    width: 100%;
}
#uploaded-image img:hover {
    cursor: help;
}
.row-color {
    padding: 5px 10px;
    border-bottom: 1px solid #ccc;
}
.color-preview {
    width: 30px;
    height: 30px;
    border-radius: 50%;
}
.magenta, .cyan, .yellow, .black {
  display:inline-block;
  vertical-align: middle;
}
.magenta {
  background: #ca006d;
}
.cyan {
  background: #00a6d6;
  margin-left:10px;
}
.yellow {
  background: #fedd00;
  margin-left:10px;
}
.black {
  background: #000000;
  margin-left:10px;
}
span.prev {
    width: 20px;
    height: 20px;
    display: inline-block;
    border-radius: 50%;
    vertical-align: middle;
}
.color-part {
    float: left;
    width: 25%;
}
div#color-list {
    overflow-y: auto;
    overflow-x: hidden;
    padding: 0 15px;
}
.prev-content {
    position: relative;
}
#selected, #selected-area {
  position:absolute;
}
canvas {
  display: none;
}
.box-color {
    border: 1px solid #ccc;
}
.magenta-part {
    background: magenta;
}
.cyan-part {
    background: cyan;
}
.yellow-part {
    background: yellow;
}
.black-part {
    background: black;
}
.qty {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    font-weight: 900;
    background: #fff;
    padding: 3px 5px;
    border-radius: 5px;
    z-index: 999;
}
.content-color-parts h4 {
    padding: 0 15px;
}
.content-color-parts .row {
    margin-top: 15px;
}
.part {
  position: relative;
}
.part .qty {
    display: none;
}
.part:hover .qty {
    display: block;
}
.part .qty {
    display: none;
}
#singlepx {
  display: none;
}
#preview-color {
  width: 100px;
  height: 100px;
  border: 1px solid #ccc;
}
