.rwvn-option-sizes__head,
.rwvn-option-color__title {
    line-height: 2;
    font-weight: bold;
    color: #333;
}
.rwvn-option-sizes__content {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    width: 100%;
}

.rwvn-option-sizes__content li a {
    display: block;
    border: 1px solid #ccc;
    text-align: center;
    line-height: 1.6;
    padding: 5px 10px;
    transition: all .2s;
    background: #fff;
}

.rwvn-option-sizes__content li {
    max-width: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
}

.rwvn-option-color__wrapper {
    position: relative;
}

.rwvn-option-color__select {
    display: none;
    border: 1px solid #ccc;
    position: absolute;
    z-index: 999;
    background: #fff;
    width: 100%;
    top: -10px;
    border-top: 0;
}

.rwvn-option-color__select a {
    display: block;
    padding: 10px 15px;
    line-height: 16px;
    text-align: center;
}
.rwvn-option-color__select a:hover {
    color: #333;
    font-weight: 700;
}
.entry-summary .rwvn-option {
    list-style: none;
    padding: 0;
    margin: 0 0 15px;
}

.entry-summary .rwvn-option li {
    margin: 0;
    display: inline-block;
}

.rwvn-option-color__head {
    margin-bottom: 10px
}

.rwvn-option-color__content {
    display: flex;
    justify-content: space-between;
    border: 1px solid #ccc;
    padding: 10px 10px;
    height: 40px;
    line-height: 20px;
    cursor: pointer;
    color: #333;
    background: #fff;
}
.rwvn-option-color__options .active {
    border: 3px solid #333;
}

.rwvn-option-color__options li a {
    display: none;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    overflow: hidden;
    border: 2px solid #ccc;
    margin-right: 5px;
    transition: all .1s;
    
}
.rwvn-option-color__options  img {
    vertical-align: inherit;
  border-radius: 100%;
border: 2px solid #fff;
}
.rwvn-option .active,
.rwvn-option li a:hover {
    background: #333;
    color: #fff;
}
.rwvn-option-color__options .active,
.rwvn-option-color__options li a:hover {
    border: 3px solid #333
}
.rwvn-option a,
.rwvn-option-color__content a,
.rwvn-option-color__select a {
    color: #333;
    text-decoration: none;
}
.rwvn-option-color a {
    text-transform: uppercase;
}