.productstate-right .product-attributes li {
    position: relative;
    overflow: unset !important;
}

.size-info-wrapper {
    display: none;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    background: #000000;
    color: #ffffff;
    text-align: center;
    padding: 10px 20px;
    font-size: 13px;
    top: -90px;
    min-width: 115px;
    line-height: 17px;
    border-radius: 5px;
    z-index: 99;
}

.size-info-wrapper:before {
    content: "";
    position: absolute;
    width: 15px;
    height: 15px;
    left: 50%;
    background: #000000;
    transform: translateX(-50%) rotate(45deg);
    bottom: -8px;
}

.productstate-right .product-attributes li:hover .size-info-wrapper{
    display: block;
}

.sizes-wrapper .product-attributes {
    display: block;
    margin-bottom: 20px;
}

.size-color {
    width: 100%;
    height: 3px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 10;
    pointer-events: none;
}