ul.colorways {
    float: left;
    margin-bottom: 8px;
}
.colorway {
    float: left;
}
.colorway {
    position: relative;
    width: 30px;
    height: 30px;
}
.colorway a,
.facet-colorway a i {
    display: inline-block;
    *display: block;
    *float: left;
    height: 20px;
    text-indent: -9999px;
    width: 20px;
}
.swatch.white:hover i.swatch-overlay,
.swatch.white i.swatch-overlay,
.colorway a {
    padding: 5px;
    height: 20px;
}
.facet-colorway a i {
    position: relative;
    top: 6px;
    margin-right: 8px;
    overflow: hidden;
    border-radius: 50%;
}

/* === Swatches =============================================================== */
.swatch {
    float: left;
    width: 30px;
    height: 30px;
    position: relative;
    padding: 5px;
    margin: 5px 3px 0 0;
}
.swatch i.swatch-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 30px;
}
.swatch:hover i.swatch-overlay,
.swatch.selected i.swatch-overlay {
    height: 30px;
    border: 1px solid #ccc;
}
.success-container .swatch:hover i.swatch-overlay,
.success-container .swatch.selected i.swatch-overlay {
    border: none;
    cursor: default;
}
.success-container .swatch i.placeholder {
    width: 20px;
    height: 20px;
}
.swatch i.placeholder {
    background-color: #ccc;
    height: 100%;
}

/* === Mini Swatch ========================================================== */
.swatch.mini {
    width: 12px;
    height: 12px;
    padding: 0;
    margin: 0 0 0 5px;
    overflow: hidden;
}
.swatch.mini:hover i.swatch-overlay,
.swatch.mini.selected i.swatch-overlay,
.swatch.mini i.swatch-overlay {
    height: 12px;
}
.mybag-mini .swatch.mini {
    margin: 0 0 0 -20px;
}
.swatch.mini img {
    position: absolute;
    top: 0;
    left: 0;
}
