/*css to  default banner nomachine*/

.site-header-banner-mn {
    height: 100%;
    width: 100%;
}
.sub-header-mm {
    background-color: rgb(52, 52, 52);
    width: 100%;
    height: 48px;
}

.banner-title-nm{
    color: #d9d9d9;
    display:inline-flex;
    font-size: 1.875rem;
    margin: 1.1rem 0 0;
}

.banner-sub-title-nm{
    display: block;
    color: #FFF;
    margin-top: 11px;
    font-size: 1.125rem;
    line-height: 1.2;
}

#introheader  {
    color: #d9d9d9;
    display:inline-flex;
    font-size: 1.875rem;
    margin: 1.1rem 0 0;
}
.content-header-pager {
    max-width: 960px;
    margin: 0 auto !important;
    padding-top: 40px;
    padding-bottom: 45px;
}

/* scope to main home page */
    .header-centered{
        text-align: center;
        margin: 0 auto;
    }

    .txl-50{
        font-size: 3.125rem !important;
    }
    .tbxl-52{
            color: #d9d9d9;

        font-size: 52px;
        font-weight: bold;
    }
/* end scope to main home page */

.thumb-header-nm{
  display: inline-flex;
    background: url(/img/corner.png) top left no-repeat;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    height: 100%;
    width: 100%;
    max-height: 123px;
    max-width: 123px;
        min-width: 122px;
    min-height: 122px;

}
.header-smaller {
    padding-left: 10px;
    width: 100%;
}

h6.sub-title-header {
    color: #FFF;
    margin-top: 11px;
    font-size: 1.125rem;
}



/*cart menu */
.wp-cart-bag {margin: 3px 7px;}
.wp-cart-bag a, .wp-cart-bag a:visited {
    display: inline-block;
    text-decoration: none;
    color: #d9d9d9;
}
.wp-cart-bag a:hover { color: #fff; }

header.site-header-nm {
    display: block;
    /*min-height: 203px;*/
    background-color: #131313;
}

.site-header-banner-mn {
    height: 100%;
    width: 100%;
    max-height: 370px;
}

/*just in case if you use a banner icon with border add a span after the icon with this class name*/
.ylw-conner {
    background: url(/img/corner.png) top left no-repeat;
    position: absolute;
    width: 34px;
    height: 34px;
}


/*END ----  css to  default banner nomachine*/

/*START BREADCRUMB css*/

.header-path-link {
    color: white;
    height: 100%;
    padding-top: 1em;
    margin: 0 auto;
    max-width: 960px;
}

a.linkBreadcrumb {
    color: #D9D9D9;
    text-decoration: none;
}

/*END BREADCRUMB css*/

@media screen and (max-width: 992px) {
    .content-header-pager {
        max-width: 960px;
        margin: 0 auto;
        padding: 30px 20px 50px;
    }
    .thumb-header-nm {
        margin-left: 0;
        display: block;
        flex: 0 0 18%;
        -ms-flex: 0 0 18%;
        max-width: 18%;
        position: relative;
    }
    .sub-header-mm {
        padding: 0 20px;
    }
    .content-header-pager { margin-left: 0;}
    #introheader {
        margin-top: 0;
        font-size: 23px;
    }

    .banner-title-nm{
        margin-top: 0;
        font-size: 23px;
    }
    .txl-50{
    font-size: 2.125rem !important;
    }
    .tbxl-52{
            color: #d9d9d9;

        font-size: 2.25rem;
        font-weight: bold;
    }
    .content-header-pager:has(.header-centered) {
        padding: 0 !important;
    }

    .header-smaller {
        padding-left: 5px;
        padding-top: 20px;
        -ms-flex: 0 0 80%;
        flex: 0 0 80%;
        max-width: 80%;
    }
    h6.sub-title-header {
        margin-top: 0;
        line-height: 1.8;
    }

    .banner-sub-title-nm{
        margin-top: 0;
        line-height: 1.8;
    }
}

@media screen and (max-width: 767px){
    div.thumb-header-nm {
        max-height: unset;
        min-height: unset;
        min-width: unset;
    }
}
@media screen and (min-width: 992px) {
    .wp-cart-bag {
        margin: 3px 11px;
    }
}