/* Product sizes */
.product-attributes-wrapper{
    margin-bottom: 30px;
}

.product-attributes li{
    float: left;
    cursor: pointer;
    border: 1px solid #d9d9d9;
    margin-right: 10px;
    margin-bottom: 5px;
    min-width: 39px;
    text-align: center;
    width: 40px;
    font-size: 13px;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
}

.product-attributes li.active{
    color: #fff;
    background: #3973b5;
    border-color: #3973b5;
}

.product-attributes li.disabled, .product-attributes li.disabled:hover{
    position: relative;
    color: #d9d9d9;
    background: #fff;
    border-color: #d9d9d9;
}

.product-attributes-wrapper label{
    font-size: 13px;
}

.product-attributes-wrapper .sizes-filters{
    margin-bottom: 20px;
}

.product-attributes-wrapper .sizes-filters .filters-choice {
    display: inline-block;
    padding: 0 5px;
    border: none;
    cursor: pointer;
    color: #000000;
    position: relative;
    font-size: 13px;
}

.product-attributes-wrapper .sizes-filters .filters-choice:first-child{
    padding-left: 0;
}

.product-attributes-wrapper .sizes-filters .filters-choice:before{
    content: '';
    position: absolute;
    right: -2px;
    top: 3px;
    height: 13px;
    width: 1px;
    background: #000000;
    -webkit-transform: rotate(30deg);
    -moz-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    -o-transform: rotate(30deg);
    transform: rotate(30deg);
}

.product-attributes-wrapper .sizes-filters .filters-choice:last-child:before{
    display: none;
}

.product-help-link{
    display: none;
}