.topbar {
    display: flex;
    width: 100%;
    height: 50px;
    position: relative;
    /*background: #0E1527;*/
    background: #ffffff;
    color: #000000;
    border: solid 1px #dadada;
}

.topbar .container {
    display: flex;
    flex-direction: column;
    width: 90%;
    height: 50px;
    margin: 0 auto;
    line-height: 50px;
    text-align: center;
}

.productItem:hover {
    cursor: pointer;
}

.productTitle {
    text-align: center;
    width: 100%;
    display: flex;
    flex-direction: column;
    color: #000000;
    text-decoration: none;
}

.productItem:hover > .productTitle {
    text-decoration: underline;
}

.product-detail--color-item {
    border: 2px solid #fff !important;
    border-radius: 50%;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, .16);
    display: block;
    float: left;
    height: 40px;
    margin: 0 6px 6px 0;
    width: 40px;
}

.size-item {
    display: inline-block;
    border: solid 1px #000000;
    padding: 0 10px;
    border-radius: 20px;
    min-width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 14px;
    cursor: pointer;
    margin: 0 4px 4px 0;
}

.size-item.active {
    background: #000000;
    color: #ffffff;
}

#variantInputFields {
    text-align: left !important;
}

.productHighlightPrice {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 10px;
}