/* BrandedCoolers Product Enhancer — v2.4.0 */

.bc-acc-item {
    border: 1px solid #eee;
    margin-bottom: 5px;
    border-radius: 4px;
}

.bc-acc-header {
    background: #f9f9f9;
    padding: 12px;
    cursor: pointer;
    margin: 0 !important;
    font-size: 16px !important;
    position: relative;
    font-weight: 600;
    color: #333;
}

.bc-acc-header:after {
    content: "+";
    float: right;
    font-size: 18px;
    color: #146623;
}

.bc-acc-header.active:after {
    content: "-";
}

.bc-acc-content {
    padding: 15px;
    display: none;
    background: #fff;
    border-top: 1px solid #eee;
    line-height: 1.6;
    color: #555;
}

.bc-acc-content a {
    color: #146623;
    text-decoration: underline;
    font-weight: bold;
}

.bc-enhancer-tab p {
    margin-bottom: 15px;
    line-height: 1.6;
    color: #444;
}

.bc-feature-list li {
    margin-bottom: 8px;
}
