﻿@RenderBody().mt-15 {
    margin-top: 15px;
}
.mt-30 {
    margin-top: 30px;
}
.mt-20 {
    margin-top: 20px;
}

.bold {
    font-weight: 700 !important;
}

/*
    ContainerV2
*/

.accordian {
    background: #ffffff;
    width: 100%; /*250px;*/
    margin: auto 0 auto;
    color: #3d3d3d;
    /*box-shadow: 0 5px 15px 1px rgba(0, 0, 0, 0.6), 0 0 200px 1px rgba(255, 255, 255, 0.5);*/
}

    .accordian h3 {
        background: #f1f1f1;
        background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ffffff));
        background: linear-gradient(#ffffff, #ffffff);
    }

        .accordian h3 a {
            padding: 0 10px;
            font-size: 14px;
            line-height: 40px;
            display: block;
            color: #232323;
            text-decoration: none;
            font-weight:400;
        }

        .accordian h3:hover {
            text-shadow: 0 0 1px rgba(255, 255, 255, 0.7);
        }

.accordian li {
    list-style-type: none;
}

    .accordian ul ul li a,
    .accordian h4 {
        color: #3d3d3d;
        text-decoration: none;
        font-size: 13px;
        line-height: 27px;
        display: block;
        padding: 0 15px;
        -webkit-transition: all 0.15s;
        transition: all 0.15s;
        position: relative;
    }

    .accordian ul ul li a:hover {
        background: #fffed8;
        border-left: 5px solid lightgreen;
    }

.accordian ul ul {
    display: none;
}

.accordian li.active > ul {
    display: block;
}

.accordian ul ul ul {
    margin-left: 15px;
    border-left: 1px dotted rgba(0, 0, 0, 0.5);
}

.accordian a:not(:only-child):after {
    content: "\f104";
    font-family: fontawesome;
    position: absolute;
    right: 10px;
    top: 0;
    font-size: 14px;
}
.accordian .active > a:not(:only-child):after {
    content: "\f107";
}


.containerV2 {
    max-width:2440px;
    padding: 0 3% 0 3%;
}

.containerV3 {
    max-width: 2440px;
    padding: 0 7% 0 7%;
}

.form-control-2 {
    max-width: 2440px;
    border: 1px #dedede solid !important;
    margin: 0px !important;
}

.hp-mfnlogo img{
    border:1px #dedede solid;
}

.btn-top-search {
    min-width: 50px !important;
}
.btn-top-1 
{
    background-color:#ffffff;
    font-size:2.6rem;
    min-width:80px;
}
.btn-top-cart {
    background-color: #ffffff;
    font-size: 2.6rem;
    /*background-color: #d01b28;
    color:#ffffff;*/
    /*color: #d01b28;*/
    border-left: 2px #465157 solid;
    border-bottom: 2px #465157 solid;
    /*background-color: #222;
    color: #ffffff;*/
    min-width: 80px;
}
    .btn-top-cart span {
        font-size: 2rem;
        color: #ff0000;
        vertical-align: super;
    }

.user-dd-item {
    font-size: 1.4rem;
    padding: 15px 0px 15px 0px;
    margin: 0px 15px 0px 10px;
    border-bottom: 1px #dedede solid;
}
.user-dd-item a{
    font-size: 1.4rem;
    font-weight:bold;
}
.user-dd-item-last {
    font-size: 1.4rem;
    padding: 15px 0px 15px 0px;
    margin: 0px 15px 0px 10px;
}
    .user-dd-item-last a {
        font-size: 1.4rem;
        font-weight: bold;
    }

.header-search-wrapper-2 {
    border: 0px !important;
}

.header-center-2 {
    margin-left: 0px !important;
    margin-right: 0px !important;
    width: 90%;
    padding-left: 40px !important;
    padding-right: 40px !important;
}

/* SEARCH */
.search-input-field {
    max-width: 200px;
    background-color:#dedede;
}

@media (min-width: 1200px) 
{
    .search-input-field {
        max-width: 1200px;
        min-width: 500px;
    }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
    .search-input-field {
        max-width: 450px;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .search-input-field {
        max-width: 800px;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .search-input-field {
        max-width: 750px;
    }
}

@media (max-width: 575.98px) {
    .search-input-field {
        max-width: 550px;
    }
}


.form-search-2 {
    padding-top: 20px;
    width: 100%;
}

.header-search-2 {
    width: 100%;
}

.dropdown-menu-2 {
    position: static;
    width: 100%
}

.btn-addcarttable {
    padding: 8px;
    background-color: #ff7100;
    color:#ffffff;
    display: inline;
}

.btn-cart-hl2 {
    background-color: #ff7100;
    border-color: #ff7100;
}

.btn-productinfotable {
    padding: 8px;
    background-color: #dae2e6;
    color: #3d3d3d;
    display: inline;
}

.btn-addcartgrid {
    padding: 8px;
    background-color: #ff0000;
    color: #ffffff;
    display: inline;
}

.btn-addcartgrid a:hover {
    text-decoration:none;
}

.btn-addcartgrid i {
    margin-right:5px;
}

.product-wrap-table-head {
    border-bottom: 2px #dedede solid;
    padding-bottom: 0px;
    margin-bottom: 10px;
    background-color:#eaeaea;
}

.product-wrap-table {
    border-bottom: 1px #dedede solid;
    padding-bottom: 0px;
    margin-bottom: 10px;
}

.product-wrap-table b {
    color:#465157;
    font-weight:400;
}


.text-dark {
    color: #5d5d5d;
}

    .text-dark a {
        color: #5d5d5d;
    }

    .text-dark span {
        color: #5d5d5d;
    }

.cartQty input {
    max-width: 100px;
}

.btn-updown {
    min-width: 40px;
}
.btn-updown:hover {
    color: #ffffff;
}
    .btn-updown a:hover {
        color: #ffffff;
    }
.txt-updown {
    width: 100px;
}

.linkPrimary {
    background-color: #0455dd;
    color: #ffffff;
    padding: 4px 10px 4px 10px;
    margin-right: 5px;
    text-decoration: none;
    border-radius: 2px;
}
    .linkPrimary:hover {
        background-color: #2a7aff;
        text-decoration: none;
        color: #ffffff;
    }

.linkDark {
    background-color: #465157;
    color: #ffffff;
    padding: 4px 10px 4px 10px;
    margin-right: 5px;
    text-decoration: none;
    border-radius: 2px;
}

    .linkDark:hover {
        background-color: #6a7277;
        text-decoration: none;
        color: #ffffff;
    }

.btnSearch
{
    color:#222;
    background-color:#d01b28;
}
.userMenuItem 
{
    font-size:1.4rem;
    line-height:2.8rem;
}

.hrTitle1 {
    margin: 0px 0px 30px 0px;
}

.hrTitle2 {
    margin: 30px 0px 20px 0px;
}
.hrTitle3 {
    margin: 0px 0px 10px 0px;
}
.mbCartTitle {
    margin-bottom: 50px;
    box-shadow: 3px 3px 3px grey;
}
.mbCartTitle a{
    color:#d01b28
}
    .mbCartTitle a:hover {
        color: #db4b55;
        text-decoration:none;
    }

.mtCartContent40{
    margin-top:40px;
}

.cartBc 
{
    padding-right:10px;
}

.txtTotalPay {
    color: #d01b28
}

.mtCustomerSection
{
    margin-top:20px;
}

.highlightInputs input[type="text"] {
    background-color: #fffff0;
}

.btn2 {
    padding: 0 10px 2px 10px;
}

.cartSubTotal 
{
    text-align:right;
}
.cartTotal {
    text-align: right;
    font-weight:bold;
}

.btnCartUpdate {
    max-width: 160px;
}

.wsc-breadcrumb {
    border: 1px solid #dae2e6;
    border-radius: .2rem;
    margin-bottom: 3rem;
    display: block;
    font-size: 1.4rem;
}

    .wsc-breadcrumb h2 {
        color: #465157;
        font: 700 1.3rem/1 "Open Sans",sans-serif;
        text-transform: uppercase;
        padding: 1.7rem 2.5rem;
        background-color: #f4f4f4;
        border-bottom: 1px solid #dae2e6;
        margin: 0
    }



    .wsc-user-dropdown .dropdown-toggle {
        display: block;
        position: relative;
        padding-right: 2.6rem
    }

        .wsc-user-dropdown .dropdown-toggle::before {
            display: inline-block;
            content: '\e82d';
            /*content: '\e89c';*/
            font-family: 'porto';
            font-size: 3.3rem;
            line-height: 1;
            margin: 2px 0 0;
            /*color: #fff*/
        }

        .wsc-user-dropdown .dropdown-toggle::after {
            display: inline-block;
            content: '\e81c';
            font-family: 'porto';
            font-size: 1.4rem;
            position: absolute;
            right: 0;
            top: 1rem;
            margin: 0;
            width: auto;
            height: auto;
            /*color: #fff;*/
            margin: 0;
            border: 0;
            line-height: 1;
            transition: all .3s
        }

/*-----------------------------------------
52. Footer
-------------------------------------------*/
/*--------------------
Style 1
----------------------*/
.footer-style-1 {
    position: relative;
    background: #08c;
    padding: 10px 0px 0px 0px;
    font-family: "Open Sans", sans-serif;
}

    .footer-style-1 h3 {
        color: #fff;
        font-size: 19px;
        font-weight: 500;
        margin-bottom: 30px;
        margin-top: 30px;
    }

        .footer-style-1 h3:after {
            content: '';
            display: block;
            width: 50px;
            max-width: 100%;
            height: 2px;
            background: #212529;
            margin-top: 10px;
        }

    .footer-style-1 p {
        font-size: 14px;
        font-weight: 500;
        color: #212529;
        line-height: 190%;
        margin-bottom: 15px;
    }



/*--- Social Links ---*/
.footer-style-1-social-links li {
    display: inline-block;
    background: #333;
    border-radius: 5px;
    color: #fff;
    margin-right: 10px;
    margin-bottom: 5px;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
}

    .footer-style-1-social-links li a {
        display: block;
        font-size: 15px;
        color: #fff;
        width: 35px;
        height: 35px;
        padding: 11.5px;
        padding-top: 6px;
    }

    .footer-style-1-social-links li:hover {
        background: #d01b28;
    }


/*--- Quick Links ---*/
.footer-style-1-links {
    position: relative;
    padding: 0px;
    margin: 0px;
}

    .footer-style-1-links li {
        list-style-type: none;
        display: block;
        padding: 4px 0px;
    }

        .footer-style-1-links li:first-child {
            padding-top: 0px;
        }

        .footer-style-1-links li a {
            color: #fff;
            font-size: 14px;
        }

            .footer-style-1-links li a:hover {
                color: #d01b28;
            }

/*--- Contact Info ---*/
.footer-style-1-contact-info {
    position: relative;
    padding: 0px;
    margin: 0px;
}

    .footer-style-1-contact-info li {
        list-style-type: none;
        display: block;
        padding: 10px 0px;
    }

        .footer-style-1-contact-info li i {
            color: #fff;
            font-size: 14px;
            margin-right: 5px;
        }

        .footer-style-1-contact-info li span {
            color: #fff;
            opacity: .7;
            font-size: 14px;
        }


/*--- Footer Bar ---*/
.footer-style-1-bar {
    position: relative;
    background: #222;
    padding: 10px 0px;
    margin-top: 20px;
}

    .footer-style-1-bar h5 {
        color: #fff;
        font-size: 13px;
        font-weight: 600;
        /*margin-top: 5px;*/
        margin:5px 0 0 0;
        padding:0px;
    }
    .footer-style-1-bar ul {
        font-size: 13px;
        margin: 0px 0 0 0;
        padding: 0px;
    }
    .footer-style-1-bar ul li {
        font-size: 13px;
    }

@media (max-width: 767px) {
    .footer-style-1-bar h5 {
        text-align: center;
        margin-bottom: 15px;
    }
}

.footer-style-1-bar-links {
    text-align: right;
}

@media (max-width: 767px) {
    .footer-style-1-bar-links {
        text-align: center;
    }
}

.footer-style-1-bar {
    position: relative;
}

    .footer-style-1-bar li {
        list-style-type: none;
        display: inline-block;
        margin-left: 12px;
    }

        .footer-style-1-bar li a {
            color: #fff;
            font-size: 13px;
        }

            .footer-style-1-bar li a:hover {
                color: #d01b28;
            }

/*--------------------
Style 2
----------------------*/
.feature-float {
    position: relative;
    display: block;
    padding: 15px 0px;
    margin: 15px 0px;
}

.feature-float-icon {
    text-align: center;
    float: left;
    width: 19%;
}

    .feature-float-icon i {
        display: inline-block;
        color: #d01b28;
        font-size: 45px;
        margin-right: 20px;
    }

.feature-float-content {
    float: left;
    width: 81%;
    padding: 0px 5px;
}

.feature-float h4 {
    display: block;
    color: #222;
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 7px;
    vertical-align: top;
}

    .feature-float h4 a {
        color: #222;
    }

        .feature-float h4 a:hover {
            color: #d01b28;
        }

.feature-float p {
    display: block;
    color: #888;
    font-size: 14px;
    line-height: 1.9;
    font-weight: 400;
}

/*-----------------------------------------
2. Headings
-------------------------------------------*/
.section-heading {
    position: relative;
    margin-bottom: 10px;
}

    .section-heading h2 strong,
    .section-heading h3 strong,
    .section-heading h4 strong,
    .section-heading h5 strong,
    .section-heading h6 strong {
        font-weight: 700;
    }

    .section-heading h2 i,
    .section-heading h3 i,
    .section-heading h4 i,
    .section-heading h5 i,
    .section-heading h6 i {
        font-style: italic;
        font-family: 'Libre Baskerville', serif;
    }


    .section-heading h2 {
        position: relative;
        font-size: 36px;
        font-weight: 600;
        color: #222;
        line-height: 130%;
        letter-spacing: -2px;
        word-spacing: 2px;
        margin-bottom: 10px;
        margin-top: 5px;
    }

@media (max-width: 767px) {
    .section-heading h2 {
        font-size: 27px;
    }
}

.section-heading h3 {
    position: relative;
    font-size: 33px;
    font-weight: 400;
    color: #222;
    line-height: 130%;
    letter-spacing: -2px;
    word-spacing: 2px;
    margin-bottom: 10px;
    margin-top: 5px;
}

@media (max-width: 767px) {
    .section-heading h3 {
        font-size: 24px;
    }
}

.section-heading h4 {
    position: relative;
    font-size: 28px;
    font-weight: 400;
    color: #222;
    line-height: 130%;
    letter-spacing: -2px;
    word-spacing: 2px;
    margin-bottom: 10px;
    margin-top: 5px;
}

@media (max-width: 767px) {
    .section-heading h4 {
        font-size: 23px;
    }
}

.section-heading h5 {
    position: relative;
    font-size: 24px;
    font-weight: 400;
    color: #222;
    line-height: 130%;
    letter-spacing: -2px;
    word-spacing: 2px;
    margin-bottom: 10px;
    margin-top: 5px;
}

@media screen and (max-width: 767px) {
    .section-heading h5 {
        font-size: 23px;
    }
}

.section-heading h6 {
    position: relative;
    font-size: 18px;
    font-weight: 600;
    color: #222;
    line-height: 130%;
    letter-spacing: -1px;
    word-spacing: 1px;
    margin-bottom: 10px;
    margin-top: 5px;
}

.section-heading p {
    font-size: 17px;
    font-weight: 500;
    color: #979797;
    line-height: 160%;
    padding-top: 15px;
    margin-bottom: 0px;
}

.section-heading small {
    font-size: 13px;
    font-weight: 700;
    color: #d01b28;
    line-height: 250%;
    text-transform: uppercase;
    padding-bottom: 5px;
}


.section-heading-line {
    content: '';
    display: block;
    width: 100px;
    height: 3px;
    background: #d01b28;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 5px;
}

.left-holder .section-heading-line {
    content: '';
    display: inline-block;
    width: 100px;
    height: 3px;
    background: #d01b28;
    margin-top: 10px;
    margin-bottom: 5px;
}


.large-heading {
    position: relative;
    margin-bottom: 15px;
}

    .large-heading h2 {
        position: relative;
        font-size: 45px;
        font-weight: 700;
        color: #222;
        line-height: 140%;
        letter-spacing: -2px;
        word-spacing: 2px;
        margin-bottom: 15px;
    }

@media (max-width: 767px) {
    .large-heading h2 {
        font-size: 30px;
    }
}

.large-heading h3 {
    position: relative;
    font-size: 41px;
    font-weight: 700;
    color: #222;
    line-height: 140%;
    letter-spacing: -2px;
    word-spacing: 2px;
    margin-bottom: 15px;
}

.large-heading h4 {
    position: relative;
    font-size: 37px;
    font-weight: 700;
    color: #222;
    line-height: 140%;
    letter-spacing: -2px;
    word-spacing: 2px;
    margin-bottom: 15px;
}

.large-heading h5 {
    position: relative;
    font-size: 32px;
    font-weight: 700;
    color: #222;
    line-height: 130%;
    letter-spacing: -2px;
    word-spacing: 2px;
    margin-bottom: 15px;
}

.large-heading small {
    font-size: 13px;
    font-weight: 700;
    color: #d01b28;
    line-height: 250%;
    text-transform: uppercase;
    padding-bottom: 5px;
}


.small-heading {
    width: 100%;
    overflow: hidden;
}

    .small-heading span {
        position: relative;
        display: inline-block;
        font-size: 13px;
        font-weight: 700;
        line-height: 20px;
        color: #222;
    }

        .small-heading span::before {
            background-color: #dedede;
            content: '';
            display: block;
            width: 9999px;
            left: 100%;
            margin-left: 30px;
            top: 50%;
            margin-top: -.5px;
            height: 1px;
            position: absolute;
        }

        .small-heading span::after {
            background-color: #dedede;
            content: '';
            display: block;
            width: 9999px;
            right: 100%;
            margin-right: 30px;
            top: 50%;
            margin-top: -.5px;
            height: 1px;
            position: absolute;
        }

/*-----------------------------------------
	2. Align Holders
-------------------------------------------*/
.left-holder {
    text-align: left !important;
}

.right-holder {
    text-align: right !important;
}

.center-holder {
    text-align: center !important;
}

@media screen and (max-width:767px) {
    .center-holder-xs {
        text-align: center !important;
    }
}

/*--- Webshop product ---*/
.shop-classic {
    border: 0px solid #eee;
    background: #fff;
    border-radius: 5px;
    text-align: center;
    box-shadow: 0px 5px 20px 0px rgba(70, 70, 70, 0.10);
    padding-bottom: 20px;
    margin: 15px 0px;
}

.shop-classic-img {
    position: relative;
    overflow: hidden;
}

    .shop-classic-img img {
        display: block;
        width: 100%;
        height: auto;
        -webkit-transition-duration: .4s;
        transition-duration: .4s;
    }

.shop-classic:hover .shop-classic-img img {
    transform: scale(1.06);
}

.shop-classic-text {
    margin: 15px 0px 30px;
}

    .shop-classic-text h4 {
        color: #222;
        font-size: 19px;
        font-weight: 600;
    }

    .shop-classic-text h5 {
        color: #666;
        font-size: 17px;
        font-weight: 600;
        margin-top: 5px;
    }

    .shop-classic-text h6 {
        margin-top: 5px;
    }

        .shop-classic-text h6 span {
            text-decoration: line-through;
            color: #999;
            font-size: 16px;
            font-weight: 500;
        }

        .shop-classic-text h6 strong {
            color: #999;
            font-size: 16px;
            font-weight: 600;
            margin-left: 5px;
        }

product-title-fixed
{
    height:30px !important;
    text-overflow:ellipsis;
}

.col-md-3 .shop-classic-text h4 {
    color: #222;
    font-size: 16px;
    font-weight: 600;
}

.col-md-3 .shop-classic-text h5 {
    color: #666;
    font-size: 15px;
    font-weight: 600;
    margin-top: 5px;
}


.shop-classic-text ul {
    margin-top: 5px;
}

    .shop-classic-text ul li {
        color: #d01b28;
        font-size: 14px;
        display: inline-block;
    }

.shop-classic {
    position: relative;
}

.image {
    display: block;
    width: 100%;
    height: auto;
}

.shop-classic-button {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: #d01b28;
    overflow: hidden;
    width: 100%;
    height: 0;
    -webkit-transition-duration: .4s;
    transition-duration: .4s;
}

    .shop-classic-button:hover {
        background: #222;
    }

.shop-classic:hover .shop-classic-button {
    height: 42px;
}

.shop-classic-button i {
    display: inline-block;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
}

.shop-classic-button p {
    display: inline-block;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    margin: 8px 0px 0px 7px;
}

.shop-classic-wrap {
    padding:0px 5px;
}


.widget-cats .widget-title {
    padding: 1.25rem 2rem;
    color: #fff;
    background-color: #5d5d5d;
    margin: 0;
    font: 400 1.4rem/1.1 "Oswald", sans-serif;
    text-transform: uppercase;
    letter-spacing: .1rem;
}

    .widget-cats .widget-title i {
        vertical-align: middle;
        display: inline-block;
        margin-top: -.4rem;
        margin-right: 1.4rem;
    }

        .widget-cats .widget-title i::before {
            margin: 0;
        }

.widget-cats ul {
    font-size: 1.5rem;
    font-weight: 500;
}

    .widget-cats ul li {
        position: relative;
        border: 1px solid #e6ebee;
        border-top: 0;
        padding: 1.2rem 2rem;
    }

        .widget-cats ul li:first-child {
            padding-top: 1.7rem;
        }

    .widget-cats ul ul {
        font-size: 1.4rem;
        font-weight: 400;
    }

        .widget-cats ul ul li {
            border: 0;
            padding: .4rem 1rem;
        }

            .widget-cats ul ul li:first-child {
                padding-top: 1.6rem;
            }

            .widget-cats ul ul li:last-child {
                padding-bottom: 1rem;
            }

.widget-cats a {
    color: #465157;
}

.widget-cats .accordion-btn {
    cursor: pointer;
    position: absolute;
    top: 1.3rem;
    right: 1.3rem;
    float: right;
    border: 0;
    box-shadow: none;
    margin: 0;
    padding: 1.2rem;
    background: none;
}

    .widget-cats .accordion-btn::before, .widget-cats .accordion-btn::after {
        content: '';
        position: absolute;
        display: inline-block;
        right: 50%;
        margin-right: -5px;
        top: 50%;
        width: 10px;
        height: 2px;
        background-color: #465157;
        margin-top: -1px;
        transition: all .35s;
    }

    .widget-cats .accordion-btn.collapsed::after {
        transform: rotate(-90deg);
    }

.product-single-tabs a
{
    color:#d01b28 !important;
}

.nav.nav-tabs .nav-item .nav-link.active {
    border-bottom: 3px #d01b28 solid !important;
}

.nav-tabs {
    border-bottom: 1px solid #222 !important;
}

.wsc-breadcrumb-2 {
    /*border: 1px solid #dae2e6;*/
    border-radius: .2rem;
    margin-bottom: 3rem;
    display: block;
    font-size: 1.2rem;
}

    .wsc-breadcrumb-2 h2 {
        color: #888;
        font: 700 1.8rem/1 "Open Sans",sans-serif;
        /*text-transform: uppercase;*/
        /*padding: 1.7rem 2.5rem;*/
        /*background-color: #f4f4f4;*/
        padding: 10px 0px 10px 0px;
        border-top: 1px solid #222;
        margin: 0;
        font-weight:normal;
    }

    .wsc-breadcrumb-2 a {
        color: #3d3d3d;
    }

/*.wsc-breadcrumb-2 a::after {
    content: '\2002\003e';
}*/

.wsc-breadcrumb-3 {
    /*border: 1px solid #dae2e6;*/
    border-radius: .2rem;
    margin-bottom: 3rem;
    display: block;
    font-size: 1.4rem;
    line-height: 1.8rem;
    background-color:#fcfcfc;
}

    .wsc-breadcrumb-3 h2 {
        color: #888;
        font: 700 1.4rem/1 "Open Sans",sans-serif;
        line-height: 1.8rem;
        /*text-transform: uppercase;*/
        /*padding: 1.7rem 2.5rem;*/
        /*background-color: #f4f4f4;*/
        padding: 10px 0px 10px 0px;
        border-top: 1px solid #222;
        margin: 0;
        font-weight: normal;
    }

    .wsc-breadcrumb-3 h3 {
        padding: 0px 0px 00px 0px;
        margin: 0px 0px 10px;
        font-weight: 900 !important;
        font: 900 2.3rem/1 "Open Sans",sans-serif !important;
    }

    .wsc-breadcrumb-3 a {
        color: #3d3d3d;
    }

    .wsc-breadcrumb-3 i {
        margin-left:5px;
        margin-right:5px;
    }