

.woocommerce-product-details__short-description {
    position: relative;
    width: 100%;
}

.woocommerce-product-details__short-description h4 {
    font-size: 20px;
    font-weight: 400;
    padding: 0 0 10px 0;
    margin: 0 0 20px 0;
    color: #333e48;
}

.woocommerce-product-details__short-description div.item {
    position: relative;
    overflow: hidden;
    width: 100%;
    margin: 0 0 5px 0;
    font-size: 14px;
    line-height: 20px;
}

.woocommerce-product-details__short-description .title {
    float: left;
    width: 50%;
    margin-right: 0;
    font-weight: bold;
    color: #333e48;
}

.woocommerce-product-details__short-description .title div {
    padding-right: 10px;
}

.woocommerce-product-details__short-description .title span {
    width: 100%;
    border-bottom: 1px dotted #ccc;
}

.woocommerce-product-details__short-description .values {
    float: left;
    width: 50%;
}

.woocommerce-product-details__short-description span {
    margin: 0 5px 5px 0;
    background: none;
    border: 1px solid transparent;
    display: inline-block;
    vertical-align: top;
    min-height: 18px;
    line-height: 18px;
}

.woocommerce-product-details__short-description span.item {
    padding: 2px 10px;
    border-radius: 2px;
    border: 1px solid #ccc;
    -webkit-transition: background 0.2s ease;
    -moz-transition: background 0.2s ease;
    -ms-transition: background 0.2s ease;
    -o-transition: background 0.2s ease;
    transition: background 0.2s ease;
    cursor: pointer;
}

.woocommerce-product-details__short-description span.item:hover {
    border-color: #0062bd;
}

.woocommerce-product-details__short-description span.selected, .woocommerce-product-details__short-description span.selected:hover {
    background-color: #d9d2ca;
    color: #333e48;
    border-color: #0062bd;
}

.woocommerce-product-details__short-description .hide, .woocommerce-product-details__short-description .hide0 {
    display: none;
}

.woocommerce-product-details__short-description span.color, .woocommerce-product-details__short-description span.color:hover {
    border-width: 0;
    width: 60px;
    height: 60px;
    overflow: hidden;
    text-align: center;
    padding: 0;
    background: none;
    color: #333e48;
}
