.btn-o--blue, .tab-content .tab-panel .docs a i
{
    border: 1px solid #147ac6 !important;
    background-color: #147ac6 !important;
    color: #fff !important;
    font-weight: 700 !important;
}

.catalog-product-view .docs__link .ei
{
    color: #147ac6 !important;
    font-weight: 700 !important;
}

.tab-content .docs a{
    border: 1px solid #147ac6 !important;
}

.catalog-product-view .card-wrap .card button{
    background: #006bb4!important;
    display: none;
}

.catalog-product-view .card__footer a{
    background-color: #e4002b !important;
    color: #fff !important;
}

.catalog-product-view .card__footer a:hover{
    background: #FFF !important;
    color: #e4002b !important;
}

.formboxwrapp.literaturerequestwrpper .fieldset .literat_chekboxswll .col-sm-6{
    margin-bottom: 30px;
}

/*****  Blog Styles  *****/
.blog_layout > .container > .col-lg-9 {
    padding: 0;
}
.blog_layout > .container > .col-lg-3 {
    padding-right: 0;
}
.blog_layout .most_popular .most_popular_header {
    background-color: #000000;
    color: #fff;
}
.blog_layout .blog_post .blog_post_cont .action_primary {
    background-color: #000000;
    border: none;
    border-radius: 0px;
    font-weight: 400;
    color: #fff;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.blog_layout .blog_post .blog_post_cont .action_primary:hover {
    background-color: #000000;
}
.blog_layout .blog_pagination a.first-flip:before {
    color: #000;
    margin-top: -7px;
}
.blog_layout .blog_pagination a.last-flip:before {
    color: #000;
    margin-top: -7px;
}
.blog_layout .blog_pagination a.num_active {
    background: #000;
}
.blog_layout .blog_post .blog_post_header .category a {
    background: #e5002b;
    font-size: 0.78em;
}
.blog_layout .blog_post .blog_post_cont h2 {
    font-size: 1.7em;
}
.aw_blog-post-view .blog_layout .breadcrumbs {
    padding-left: 0;
    margin: 0 0 12px 0;
}
.aw_blog-category-view .blog_layout .breadcrumbs {
    flex: 0 0 100%;
    padding-left: 0;
    margin: 0 0 12px 0;
}

.space-20 {
    clear: both;
    overflow: hidden;
}
.img-responsive {
    height: auto !important;
}
.blog_post.full_post .blog_post_cont {
    display: block;
    flex-direction: unset;
    flex-grow: unset;
}
.blog_post_cont hr {
    margin-top: 20px;
    margin-bottom: 30px;
}

@media (min-width: 576px) {
    .col-sm-4 {
        float: left;
    }
    .col-sm-8 {
        float: left;
    }
}
/*****  End Blog Styles  *****/


.card__badge--award{ background:#000;}
.catalog-category-view .card__price .price-container .price {
    color: #000;
}
.section--dark{ background:#000;}


.sfposts .container{ max-width:1180px;}
.sfposts a {
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    text-decoration: none;
    cursor: pointer;
    display: inline-block;
}

.sfposts{ margin-top:60px; margin-bottom:60px; padding:0px;}

.sfposts .section__title {
    font-size: 42px;
    line-height: 1.2;
    font-family: "Hanzel", sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 50px!important;
}


.sfbg {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.sftransition {
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.sfposts a {
    width: 100%;
    height: 0px;
    padding-top: 58%;
    margin-bottom: 30px;
    position: relative;
    background-size: 100%;
}
.sfposts a>img {
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    object-fit: cover;
    object-position: center;
    margin-bottom:0px;
}
.sfposts .row .col-12:nth-child(3) a, .sfposts .row .col-12:nth-child(4) a {
    margin-bottom: 0px;
}

.sfposts a:hover {
    background-size: 115%;
}

.sfposts a .blog_overly {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    position: absolute;
    bottom: 0px;
    left: 0px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    padding: 0px 30px 25px 30px;
}

.sfposts a .blog_cont {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    justify-content: flex-end;
}

.sfposts a .blog_cont.wide {
    max-width: 70%;
    display: flex;
}

.sfposts a .blog_cont span {
    font-weight: 400;
    font-size: 0.85em;
    color: var(--white);
    padding-bottom: 10px;
}

.sfposts a .blog_cont .action_primary {
    margin-top: 15px;
    background-color: #e4002b;
    padding: 10px 25px;
    color: #fff;
    line-height: 1;
    height: auto;
    text-align: center;
    display: block;
    width: auto;
}



.sfposts a .blog_cont h5 {
    max-width: 50%;
    position: relative;
    color: #fff;
    text-transform: uppercase;
    font-weight: 800;
}

.sfposts a .blog_cont h5.wide {
    max-width: 70%;
}

.sfposts a .blog_cont p {
    position: absolute;
    left: 300px;
    bottom: -100px;
    font-weight: 400;
    font-size: .75em;
    color: var(--white);
    text-align: left;
    z-index: -1;
    line-height: 1.3;
    max-width: 80%;
    margin-bottom: -60px;
    margin-top: 10px;
    opacity: 0
}

.sfposts a:hover .blog_cont p {
    left: 0px;
    bottom: 0px;
    position: relative;
    z-index: 1;
    opacity: 1;
    margin-bottom: 10px;
}

/* Sales & Support Section */
.tab-content #nav-product-sales-support {
    background-color: #fbfbfb;
    padding: 80px 15px;
    border-bottom: solid 1px #e2e2e2;
}
.tab-content .sales-support-content {
    max-width: 1140px;
    margin: auto;
}
.tab-content .sales-support-content .docs {
    flex-wrap: wrap;
}
.tab-content .sales-support-content .docs a {
    height: auto;
    margin-right: 2.66666%;
    margin-top: 30px;
    background: #fff;
    border-color: #eeeeee !important;
    border-radius: 10px;
    padding: 30px 25px;
    text-align: center;
    text-decoration: none!important;
    position: relative;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    top: 0;
}
.tab-content .sales-support-content .docs a:hover {
    top: -10px;
}
.tab-content .sales-support-content .docs a img {
    height: 70px;
    margin-bottom: 25px;
}
.tab-content .sales-support-content .docs a span.label {
    text-transform: uppercase;
    font-size: 16.8px;
    margin: 0 0 15px 0;
    color: #000 !important;
}
.tab-content .sales-support-content .docs a span.description {
    font-size: 13.6px;
    color: #4f4f4f !important;
    font-family: 'Futura Std';
}
.tab-content .sales-support-content .docs a span.description span {
    font-weight: 900;
    color: #0377c8;
}
.catalog-product-view .product-info-main .product-options-bottom .product-info-price {
    border: none;
}
.catalog-product-view .product-info-main .product-options-bottom .price-box.price-final_price {
    margin: 0;
}
.product-options-bottom .product-info-price .price-box {
    color: #212529;
}
.product-options-bottom .product-info-price .price-box .price-container .price {
    font-weight: 400;
}
input.product-custom-option {
    height: 32px;
}
.product-add-form .product-options-wrapper .field .control {
    position: relative;
}
.product-add-form .product-options-wrapper .field .control p.error-msg {
    position: relative;
    bottom: -5px;
}
div.product-info-main .product-info-price .price-box {
    display: inline-block;
    width: auto;
}
.product-sf-water-cleaning-tablets .find-dealer-button,
.product-sf-treadmill-lubricant .find-dealer-button,
.product-sf-treadmill-mat .find-dealer-button,
.product-sf-equipment-mat .find-dealer-button,
.product-sf-water-cleaning-tablets .tab-content #nav-product-specs,
.product-sf-treadmill-lubricant .tab-content #nav-product-specs,
.product-sf-treadmill-mat .tab-content #nav-product-specs,
.product-sf-equipment-mat .tab-content #nav-product-specs,
.product-sf-water-cleaning-tablets .brandlabel.fitness,
.product-sf-treadmill-lubricant .brandlabel.fitness,
.product-sf-treadmill-lubricant .price-label,
.product-sf-treadmill-mat .brandlabel.fitness,
.product-sf-equipment-mat .brandlabel.fitness,
.product-sf-water-cleaning-tablets #nav-product-specs-tab,
.product-sf-treadmill-lubricant #nav-product-specs-tab,
.product-sf-treadmill-mat #nav-product-specs-tab,
.product-sf-equipment-mat #nav-product-specs-tab,
.product-sf-water-cleaning-tablets .breadcrumbs .item.store,
.product-sf-treadmill-lubricant .breadcrumbs .item.store,
.product-sf-treadmill-mat .breadcrumbs .item.store,
.product-sf-equipment-mat .breadcrumbs .item.store {
    display: none !important;
}
.product-sf-water-cleaning-tablets .tab-content #nav-description,
.product-sf-treadmill-lubricant .tab-content #nav-description,
.product-sf-treadmill-mat .tab-content #nav-description,
.product-sf-equipment-mat .tab-content #nav-description {
    padding-bottom: 80px;
}
.product-options-wrapper .super-attribute-select,
.product-options-wrapper .error-msg {
    font-family: 'Futura Std';
}

@media (min-width: 576px) {

}
@media (min-width: 576px) and (max-width: 767px) {
    .tab-content .sales-support-content .docs a:nth-child(2n) {
        margin-right: 0;
    }
}
@media (min-width: 768px) {
    .tab-content .sales-support-content .docs a {
        flex-basis: 31.5%;
    }
    .product-options-bottom .product-info-price .price-box .price-container .price {
        font-size: 30px;
        line-height: 1;
    }
}
@media (min-width: 768px) and (max-width: 1199px) {
    .tab-content .sales-support-content .docs a:nth-child(3n) {
        margin-right: 0;
    }
}
@media (min-width: 992px) {

}
@media (min-width: 1000px) {
    .sfposts .section__title {
        margin-bottom: 50px!important;
    }
}
@media (min-width: 1200px) {
    .tab-content .sales-support-content .docs a {
        flex-basis: 23%;
    }
    .tab-content .sales-support-content .docs a:nth-child(4n) {
        margin-right: 0;
    }
}
@media (min-width: 1400px) {
}

@media (max-width: 1199.98px) {
    .sfposts a .blog_cont h5 {
        max-width: 60%;
        font-size: 1.3em
    }
    .sfposts a .blog_cont h5.wide {
        max-width: 80%;
    }
    .sfposts a .blog_cont p {
        max-width: 85%;
    }
    .tab-content .sales-support-content .docs a img {
        height: 60px;
    }
}

@media (max-width: 991.98px) {
    .sfposts .row .col-12:nth-child(3) a {
        margin-bottom: 30px;
    }
    .sfposts a .blog_cont h5 {
        max-width: 60%;
        font-size: 2em
    }
    .sfposts a .blog_cont h5.wide {
        max-width: 80%;
    }
    .sfposts a .blog_cont p {
        max-width: 85%;
        position: relative;
        opacity: 1;
        left: 0px;
        bottom: 0px;
        z-index: 1;
        margin-bottom: 0px;
    }
    .sfposts{ margin-top:40px; margin-bottom:40px;}
    .sfposts .section__title {
        margin-bottom: 30px!important;
    }
}

@media (max-width: 767.98px) {
    .sfposts a {
        margin-bottom: 20px;
    }
    .sfposts .row .col-12:nth-child(3) a {
        margin-bottom: 20px;
    }
    .sfposts a .blog_cont h5 {
        max-width: 65%;
        font-size: 1.7em
    }
    .sfposts a .blog_cont p {
        display: none
    }
    .sfposts a .blog_cont .action_primary {
        font-size: 1em;
    }
    .tab-content .sales-support-content .docs a {
        flex-basis: 47.5%;
        margin-right: 5%;
    }
    body {
        padding-top: 70px !important;
    }
    body .header {
        min-height: 70px;
        height: 70px !important;
    }
    body .header .header__stripe {
        display: none;
    }
}

@media (max-width: 576px) {
    .sfposts a .blog_cont p {
        max-width: 100%;
    }
    .sfposts a:hover {
        background-size: cover;
    }
    .gallery.padd {
        padding-right: 0;
        padding-left: 0;
    }

    .sfposts{ margin-top:40px; margin-bottom:25px;}

    .sfposts .section__title {
        margin-bottom: 20px!important;
        font-size: 30px;
    }
    .sfposts a .blog_cont h5 {
        font-size: 1.3em;
    }
    .tab-content .sales-support-content .docs a {
        flex-basis: 100%;
        margin-right: 0;
    }
}


@media (max-width: 420px) {

    .sfposts a {
        padding-top: 80%;
        background-size: cover;
    }
    .sfposts a .blog_cont h5 {
        font-size: 1.3em;
        max-width: 70%;
    }

    .sfposts a .blog_cont h5 {
        font-size: 1.1em;
        max-width: 70%;
    }

    .sfposts .section__title {
        font-size: 25px;
    }
}

@media (max-width: 375px) {

    .sfposts a .blog_overly {
        padding: 0px 20px 20px 20px;
    }
    .sfposts a .blog_cont .action_primary {
        font-size: 0.9em;
        padding: 5px 15px;
    }
    .sfposts a .blog_cont .action_primary .action_arrow {
        width: 15px;
        margin-left: 10px;
    }

}

@media (max-width: 320px) {

    .sfposts a .blog_cont h5 {
        max-width: 90%;
    }
}
