.biostile-cookie-bar-holder.hidden {
    display: none;
}

.biostile-cookie-bar {
    -webkit-box-shadow: 0 0 6px #999;
    -moz-box-shadow: 0 0 6px #999;
    box-shadow: 0 0 6px #999;
    background-color: #fff;
    position: fixed;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 900000;
    font-size: 14px;
    line-height: 16px;
    padding: 10px 20px;
}

.biostile-cookie-bar .cookie-bar-text {
    color: #111111;
    flex: auto;
    width: 70%;
}

.biostile-cookie-bar .cookie-bar-read-more {
    flex: 0 0 90px;
}

.biostile-cookie-bar .cookie-bar-read-more a {
    text-decoration: underline;
    color: #111111;
}

.biostile-cookie-bar .cookie-bar-button {
    flex: 0 0 100px;
}

.biostile-cookie-bar .cookie-bar-button a {
    display: inline-block;
    padding: 7px 15px;
    color: #fff;
    background-color: #FF8800;
    text-transform: uppercase;
}

.biostile-cookie-bar .cookie-bar-button a:hover {
    text-decoration: none;
}

.single-product-quantity-choices {
    display: flex;
    width: 100%;
    margin-bottom: 15px;
}

.single-product-quantity-choice {
    box-sizing: border-box;
    border: 1px solid #eee;
    text-align: center;
    cursor: pointer;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-left: 10px;
    overflow: hidden;
    flex-grow: 1;
}

.single-product-quantity-choice:first-child {
    margin-left: 0;
}

.single-product-quantity-choice:hover {
    border: 2px solid #0F7D3F;
}

.single-product-quantity-choice .spq-top-title {
    background-color: #0F7D3F;
    color: #ffffff;
    padding: 3px 5px 3px 5px;
    font-size: 12px;
    line-height: 14px;
    width: 100%;
    visibility: hidden;
}

.single-product-quantity-choice.top-choice .spq-top-title {
    visibility: visible
}

.single-product-quantity-choice .spq-top-title {
    background-color: #0F7D3F;
    color: #ffffff;
    padding: 3px 5px 3px 5px;
    font-size: 12px;
    line-height: 14px;
    width: 100%;
}

.single-product-quantity-choice .spq-title {
    font-size: 14px;
    line-height: 16px;
    color: #0f7d3f;
    font-weight: 700;
    padding: 7px 5px 8px 5px;
}

.single-product-quantity-choice .spq-description {
    font-size: 12px;
    line-height: 14px;
    color: #0f7d3f;
    padding: 0 5px 23px 5px;
}

.single-product-quantity-choice:hover .spq-top-title {
    padding: 2px 4px 3px 4px;
}

.single-product-quantity-choice:hover .spq-title {
    padding: 7px 4px 8px 4px;
}

.single-product-quantity-choice:hover .spq-description {
    padding: 0 4px 22px 4px;
}

@media (max-width: 991px) {
    .biostile-cookie-bar .cookie-bar-text {
        width: 100%;
        padding-bottom: 10px;
    }
}