.options-bubble {

}
.options-bubble {
    width: 200px;
    height: auto;
    display: none;
    z-index: 100;
}

.options-bubble button {
    margin-bottom: 2px;
    padding: 0;
    display: block;
    border: none;

    background-color: white;
    background: #f0f0f0;

    background: rgb(255,255,255); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(240,240,240,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(240,240,240,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(240,240,240,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */


    border-radius: 6px;
    padding-bottom: 8px;
    padding-top: 8px;
    width: 100%;

    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);

    color: #374078;


    font-family: ProximaNova;
    font-weight: bold;
    font-size: 16px;

    position: relative;
    cursor: pointer;

    min-height: 40px;
}

.options-bubble button:hover {
    background-color: white;
    background: white;
}

.options-bubble button:focus {
    outline: none;
}

.options-bubble button i {
    margin-right: 5px;
}

.options-bubble button.unavailable {
    opacity: 0.75;
    cursor: not-allowed;
}

/* undercover, touch */


button.micro-ux__product-tags-action--vendor {

}
button.micro-ux__product-tags-action--vendor:hover {

}
button.micro-ux__product-tags-action--gotoproduct {

}
button.micro-ux__product-tags-action--close {
    padding: 0;
    min-height: 20px;
    height: 20px;
    width: 20px;
    font-size: 28px;
    border-radius: 10px;
    position: relative;
    top: 3px;
    left: 89px;
}
button.micro-ux__product-tags-action--close:hover {
}
button.micro-ux__product-tags-action--close .fa-times-circle {
    position: relative;
    top: -3px;
    left: -3px;
}
button.micro-ux__product-tags-action--close .fa-times-circle:hover {
    color: rgb(80,88,147);
}

@media screen and (max-width: 767px) {
    .options-bubble button {
        font-size: 18px;
    }
    .options-bubble {
        width: 250px;
        padding-bottom: 16px;
    }
    button.micro-ux__product-tags-action--close {
        font-size: 36px;
        height: 28px;
        width: 28px;
        border-radius: 14px;
        left: 110px;
    }
    button.micro-ux__product-tags-action--close .fa-times-circle {
        position: relative;
        top: -3px;
        left: 0px;
    }
}
