#info-car-wheel-label {
    position: absolute;
    left: 0;
    top: 74px;
    background-color: #2d2d2c;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 11px;
    color: white;
    padding-left: 5px;
    padding-right: 5px;
}

#info-car-wheel-right-label {
    position: absolute;
    right: 0;
    top: 74px;
    background-color: #2d2d2c;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 11px;
    color: white;
    padding-left: 5px;
    padding-right: 5px;
}


#info-car-wheel-top-left {
    position: absolute;
    left: 0;
    top: 55px;
    background-color: #ab1c21;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 11px;
    color: white;
    padding-left: 5px;
    padding-right: 5px;
    width: 65px;
}

#info-car-wheel-top-center {
    position: absolute;
    left: 71px;
    top: -18px;
    background-color: #ab1c21;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 11px;
    color: white;
    padding-left: 5px;
    padding-right: 5px;
    width: 100px;
}

#info-car-wheel-top-right {
    position: absolute;
    right: 0;
    top: 55px;
    background-color: #ab1c21;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 11px;
    color: white;
    padding-left: 5px;
    padding-right: 5px;
    width: 68px;
}

#info-car-wheel-bottom-left {
    position: absolute;
    left: 0;
    bottom: 50px;
    background-color: #ab1c21;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 11px;
    color: white;
    padding-left: 5px;
    padding-right: 5px;
    width: 65px;
}

#info-car-wheel-bottom-center {
    position: absolute;
    left: 73px;
    bottom: -18px;
    background-color: #ab1c21;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 11px;
    color: white;
    padding-left: 5px;
    padding-right: 5px;
    width: 100px;
}

#info-car-wheel-bottom-right {
    position: absolute;
    right: 0;
    bottom: 50px;
    background-color: #ab1c21;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 11px;
    color: white;
    padding-left: 5px;
    padding-right: 5px;
    width: 68px;
}



.ecommerce-product-left > .ecommerce-product-info-about > .ecommerce-product-info-about-info > ul > li > .about-info-title {
    width: 50% !important;
}

.ecommerce-product-left > .ecommerce-product-info-about > .ecommerce-product-info-about-info > ul > li > .about-info-value {
    width: 50% !important;
    text-align: right;
}

.info-car-color-container {
    display: block;
    text-align: center;
    position: absolute;
    bottom: 93px;
    left: 88px;
    width: 70px;
}

.info-car-color-container > .info-car-color-container-title {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 12px;
    color: #2d2d2c;
}

.info-car-color-container > .info-car-color-container-value {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 12px;
    color: #2d2d2c;
}