.ptg-color-labels .ptg-tag {
    margin-bottom: 4px;
    vertical-align: middle;
}
.ptg-color-labels .ptg-tag .ptg-tag-name {
    background: #ff7c20;
    color: white;
    border-radius: 7px 20px 20px 7px;
    border: 1px solid;
    padding-right: 1.3em;
    position: relative;
    line-height: 1em;
    left: 0;
    -webkit-transition: left 0.1s ease-in-out;
    -moz-transition: left 0.1s ease-in-out;
    -ms-transition: left 0.1s ease-in-out;
    -o-transition: left 0.1s ease-in-out;
    transition: left 0.1s ease-in-out;
}
.ptg-color-labels .ptg-tag .ptg-tag-name:hover {
    left: 3px;
}
.ptg-color-labels .ptg-tag .ptg-tag-name:before {
    content: '';
    position: absolute;
    width: 0.5em;
    height: 0.5em;
    border-radius: 100%;
    background: white;
    right: 7px;
    top: 0;
    bottom: 0;
    margin: auto;
}
.ptg-product-list-wrp.ptg-color-labels .ptg-tag .ptg-tag-name {
    line-height: 1em;
    padding-right: 15px;
    cursor: default;
}
.ptg-product-list-wrp.ptg-color-labels .ptg-tag .ptg-tag-name:hover {
    left: 0;
}
.ptg-product-list-wrp.ptg-color-labels .ptg-tag .ptg-tag-name:before {
    width: 6px;
    height: 6px;
    right: 5px;
}
.ptg-tag .ptg-tag-name {
    display: block;
    padding: 5px;
}