
.swatches .selected img:after {
    content: "\f00c";
    font-family: fontawesome;
    font-size: 100%;
    font-weight: lighter;
    color: #fff;
    transition: font-size 0.25s ease 0.1s;
    text-shadow: 0 1px 1px rgba(0,0,0,0.3);
}

.swatches li img {
    height: 37px;
}

.swatches li img {
    position: relative;
    border: none;
    box-shadow: 1px 1px 2px #C5C5C5;
    display: block;
    border: 2px solid #FFFFFF;
    height: 33px;
    text-align: center;
    transition: all 0.25s ease 0s;
    width: 33px;
}

.swatches li:hover, .swatches li:focus {
    border: 2px solid #C5C5C5;
    cursor: pointer;
}

.swatches li.selected {
    border: 2px solid #C5C5C5;
}

.swatches img .selected:after {
    content: "\f00c";
    font-family: fontawesome;
    font-size: 100%;
    font-weight: lighter;
    color: #fff;
    transition: font-size 0.25s ease 0.1s;
    text-shadow: 0 1px 1px rgba(0,0,0,0.3);
}
.swatches  img:after {
    content: "\f00c";
    font-family: fontawesome;
    font-size: 100%;
    font-weight: lighter;
    color: #fff;
    transition: font-size 0.25s ease 0.1s;
    text-shadow: 0 1px 1px rgba(0,0,0,0.3);
}

.profile-img-container {
    height: 37px !important;
    width: 37px !important;
    position:relative;
}

/*.profile-img-container:not(:hover) .profile-img-i-container {
    display: none;
}*/

.swatches li .profile-img-i-container {
    display: block;
    z-index: 500;
    text-align:center;
    top: -28px !important;
    left: 9px !important;
    position: relative !important;
    font-size: 16px;
    color: #fff;
    width: 15px;
    margin: 0;
    padding: 0;
    transition: font-size 0.25s ease 0.1s;
}
.swatches li:not(.selected) .profile-img-i-container{
    display: none;
}

.swatches li.profile-img-i-container .selected i {
    margin-left: 10px;
    display:block;
    line-height: inherit;
    font-size: 100%;
    font-weight: lighter;
    color: #fff;
    transition: font-size 0.25s ease 0.1s;
    text-shadow: 0 1px 1px rgba(0,0,0,0.3);
}