.colour-palette-pale_straw {
    background-color: #FEEF74;
}

.colour-palette-pale_gold {
    background-color: #E9A302;
}

.colour-palette-deep_gold {
    background-color: #E28300;
}

.colour-palette-pale_amber {
    background-color: #D06600;
}

.colour-palette-medium_amber {
    background-color: #B84B13;
}

.colour-palette-deep_amber {
    background-color: #A33616;
}

.colour-palette-amber_brown {
    background-color: #882310;
}

.colour-palette-brown {
    background-color: #6B1112;
}

.colour-palette-ruby_brown {
    background-color: #4C0B0A;
}

.colour-palette-deep_brown {
    background-color: #3D060A;
}

.colour-palette-black {
    background-color: #0c0203;
}

.colour-palette {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    margin: 12px 3px 20px;
    display: inline-flex;
}

.colour-palette-straw {
    background-color: #FDC802;
}
.colour-palette-selected {
    border: 2px solid #0f1222;
    width: 14px;
    height: 14px;
}

@media (min-width: 769px){
    .pdp-tasting-notes .taste-attr ul li {
        font-size: 20px;
        list-style-type: none;
    }
}

.pdp-tasting-notes .taste-attr ul li {
    font-size: 16px;
    font-weight: 800;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #5f6365;
    list-style-type: none;
}

.pdp-tasting-notes .taste-attr ul {
    padding: inherit;
}

.pdp-tasting-notes .taste-attr .indicator {
    padding: 15px 0 30px;
}

.pdp-tasting-notes .taste-attr .indicator .progress-line {
    width: 100%;
    background-color: #e4e4e4;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    height: 8px;
    position: relative;
}

.taste-attr .indicator .progress-line span {
    position: absolute;
    left: 0;
    height: 100%;
    top: 0;
    margin: 0;
}

.pdp-tasting-notes .taste-attr .indicator .progress-line {
    width: 100%;
    background-color: #e4e4e4;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    height: 8px;
    position: relative;
}

.pdp-tasting-notes .taste-attr .indicator span {
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    display: inline-block;
    /*margin: 0 2px;*/
}

.line {
    height: 2px;
    padding-bottom: 15px;
    border-top: 1px solid #ccb27c47;
}
/*
@media (min-width: 769px){
    .pdp-tasting-notes .taste-attr .indicator span {
        width: 10px;
        height: 10px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
    }
}*/
