.bee1_model_color {
    display: flex;
    gap: 15px;
    align-items: center;
    justify-content: flex-start;
}
.bee1_model_colors {
    margin: 0;
    padding: 0;
    display: flex;
    gap: 10px;
}
.bee1_model_products {
    width: 25px;
    height: 25px;
    border-radius: 50px;
    display: block;
}
.bee1_model_colors li {
    list-style: none;
    position: relative;
    margin:0;
}
.bee1_product_color input {
    opacity: 0;
    position: absolute;
}
.bee1_product_color input + label {
    width: 25px;
    height: 25px;
    display: block;
    border-radius: 50px;
    position: relative;
}
.bee1_product_color input:checked + label:before {
    content: '';
    width: 12px;
    height: 6px;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    position: absolute;
    top: 8px;
    left: 6px;
    transform: rotate(-45deg);
}
.bee1_attribute_title {
    font-weight: 700;
    margin-left: 15px;
}
.bee1_model_color {
    margin-bottom: 20px;
}