/* =========================================================
   Buffalo pages
========================================================= */

/* Common */

.buffalo-page h2 {
    font-size: 20px;
    padding: .8em;
    font-weight: bold;
    position: relative;
    color: #12438A;
    margin-bottom: 50px;
}

.buffalo-page h3 {
    background: transparent;
    border: none;
    border-radius: 0;
    padding: 0;
    position: static;
    color: inherit;
}

.buffalo-page h3::before,
.buffalo-page h3::after {
    content: none;
}

.buffalo-page h4 {
    background: transparent;
    border: none;
    border-radius: 0;
    padding: 0;
    position: static;
    color: inherit;
}

.buffalo-page h4::before,
.buffalo-page h4::after {
    content: none;
}

/* Category */

.buffalo-page .buffalo_category_list h2 {
    font-size: 24px;
    padding: .8em;
    font-weight: bold;
    position: relative;
    color: #333;
    margin-bottom: 50px;
    background-color: #f7f7f7;
}

.buffalo-page .buffalo_category_list h2::before {
    content: "";
    position: absolute;
    display: block;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4px;
    margin: auto;
    background: #ddd;
}

.buffalo-page .buffalo_category_list h2::after {
    content: "";
    position: absolute;
    display: block;
    bottom: 0%;
    left: 0px;
    width: 20%;
    height: 4px;
    margin: auto;
    background: #E60012;
}

/* Series */

/* Product detail */

.buffalo-page .buffalo_content_wrap h2 {
    font-size: 24px;
    padding: .8em;
    font-weight: bold;
    position: relative;
    color: #333;
    margin-bottom: 50px;
    background-color: #f7f7f7;
}

.buffalo-page .buffalo_content_wrap h2::before {
    content: "";
    position: absolute;
    display: block;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4px;
    margin: auto;
    background: #ddd;
}

.buffalo-page .buffalo_content_wrap h2::after {
    content: "";
    position: absolute;
    display: block;
    bottom: 0%;
    left: 0px;
    width: 20%;
    height: 4px;
    margin: auto;
    background: #E60012;
}

.buffalo-page .buffalo_feature_h3 {
    width: 100%;
    background-color: transparent;
    color: #E60012;
    margin-bottom: 20px;
    padding-left: 0;
    font-size: 24px;
}

/* Product list */

/* Responsive */
