﻿/* Common Style */
body {
    font-family: 'Roboto',  Helvetica, sans-serif;
    color: #777;
}
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
    font-family: 'Roboto', Helvetica, sans-serif !important;
}
input, textarea, select, a, button {
    transition: all .3s ease-in-out 0s;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
}
h1, h2, h3, h4, h5, h6 {
    color: #444444;
}

/* Fonts */
@font-face {
    font-family: 'Roboto-Thin';
    src: url('../fonts/Roboto-Thin.eot');
    src: url('../fonts/Roboto-Thin.eot?#iefix') format('embedded-opentype'), url('../fonts/Roboto-Thin.svg#Roboto-Thin') format('svg'), url('../fonts/Roboto-Thin.ttf') format('truetype'), url('../fonts/Roboto-Thin.woff') format('woff'), url('../fonts/Roboto-Thin.woff2') format('woff2');
    font-weight: 100;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto-Light';
    src: url('../fonts/Roboto-Light.eot');
    src: url('../fonts/Roboto-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/Roboto-Light.svg#Roboto-Light') format('svg'), url('../fonts/Roboto-Light.ttf') format('truetype'), url('../fonts/Roboto-Light.woff') format('woff'), url('../fonts/Roboto-Light.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto-Regular';
    src: url('../fonts/Roboto-Regular.eot');
    src: url('../fonts/Roboto-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Roboto-Regular.svg#Roboto-Regular') format('svg'), url('../fonts/Roboto-Regular.ttf') format('truetype'), url('../fonts/Roboto-Regular.woff') format('woff'), url('../fonts/Roboto-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto-Medium';
    src: url('../fonts/Roboto-Medium.eot');
    src: url('../fonts/Roboto-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/Roboto-Medium.svg#Roboto-Medium') format('svg'), url('../fonts/Roboto-Medium.ttf') format('truetype'), url('../fonts/Roboto-Medium.woff') format('woff'), url('../fonts/Roboto-Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto-MediumItalic';
    src: url('../fonts/Roboto-MediumItalic.eot');
    src: url('../fonts/Roboto-MediumItalic.eot?#iefix') format('embedded-opentype'), url('../fonts/Roboto-MediumItalic.svg#Roboto-MediumItalic') format('svg'), url('../fonts/Roboto-MediumItalic.ttf') format('truetype'), url('../fonts/Roboto-MediumItalic.woff') format('woff'), url('../fonts/Roboto-MediumItalic.woff2') format('woff2');
    font-weight: 500;
    font-style: italic;
}
@font-face {
    font-family: 'Roboto-Bold';
    src: url('../fonts/Roboto-Bold.eot');
    src: url('../fonts/Roboto-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Roboto-Bold.svg#Roboto-Bold') format('svg'), url('../fonts/Roboto-Bold.ttf') format('truetype'), url('../fonts/Roboto-Bold.woff') format('woff'), url('../fonts/Roboto-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto-Black';
    src: url('../fonts/Roboto-Black.eot');
    src: url('../fonts/Roboto-Black.eot?#iefix') format('embedded-opentype'), url('../fonts/Roboto-Black.svg#Roboto-Black') format('svg'), url('../fonts/Roboto-Black.ttf') format('truetype'), url('../fonts/Roboto-Black.woff') format('woff'), url('../fonts/Roboto-Black.woff2') format('woff2');
    font-weight: 900;
    font-style: normal;
}

/* Checkbox */
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before,
.custom-radio .custom-control-input:checked ~ .custom-control-label::before{
    background-color: #ab220b;
}
.custom-control-input:focus ~ .custom-control-label::before {
    box-shadow:none;
}
.login-page .custom-checkbox {
    padding-left:0.75rem;
}
.form-group label, .login-page .returning-wrapper .form-group.reversed *, .login-page .new-wrapper .text,
.post-body ul{
    color: #444;
}
.customer-info-page .inputs.accept-consent label{
    width: 100%;
    white-space: normal;
}

/* Full Width Section */
.fullwidth-section {
    width: 100vw;
    margin-left: calc(-1*((100vw - 100%)/2)) !important;
    background-color: #f8f8f8;
    padding: 30px 0px;
    clear: both;
}

/* Slider */
.html-home-page .slider-wrapper.theme-custom,
.topic-page-hero, .category-landing-hero{
    width: 100vw;
    margin-left: calc(-1*((100vw - 100%)/2)) !important;
    max-width: inherit !important;
    margin-top: 0px !important;
}
.topic-page-hero {
    margin-top: -5px !important;
}

/* HomePage Categories */
.item-box:hover .picture a img {
    opacity: 0.85;
    border: 2px solid #be2107;
}
.home-page-category-grid .category-item:hover .title a,
.sub-category-grid .sub-category-item:hover .title a,
.manufacturer-grid .manufacturer-item:hover .title a,
.vendor-grid .vendor-item:hover .title a {
    color: #ba1f23;
}
.home-page-category-grid .item-box .picture{
    padding: 0px 15%;
}
.sub-category-grid .item-box .picture,
.manufacturer-grid .item-box .picture,
.vendor-grid .item-box .picture {
    margin: 0 0 10px;
}
.item-box .details{
    display: none;
}


/* Breadcrumb */
.breadcrumb-item + .breadcrumb-item::before {
    content: ">";
    color:#be2107;
}


/* Main Slider */
.theme-custom .nivo-caption .nivo-header {
    font-size: 40px;
    margin-bottom:10px;
    font-weight: 400 !important;
}
.theme-custom .nivo-caption .nivo-subheader {
    font-size: 30px;
    margin-bottom:15px;
}
.theme-custom .nivo-caption .nivo-learnMore a {
    font-size: 14px;
    color: #fff;
    background-color: #ba1f23;
    line-height: 40px;
    display: inline-block !important;
    padding: 0 15px;
}
.theme-custom .nivo-caption .nivo-learnMore a:hover {
    color: #fff;
    background-color: #be2107;
}
.theme-custom .nivo-controlNav a {
    display: inline-block !important;
    width: 30px !important;
    height: 30px !important;
    margin: 0 10px !important;
    background-color: #be2107 !important;
    border: 1px solid transparent !important;
    font-size: 0 !important;
    box-sizing: border-box !important;
}
.theme-custom .nivo-controlNav a.active {
    background-color: #fff !important;
    border: 1px solid #be2107 !important;
}
.theme-custom .nivo-controlNav {
    top: 20px !important;
    text-align: right !important;
    right: 5% !important;
    bottom:inherit !important;
}


/* Footer */
.footer {
    background: url(../images/FTI-footer.png) repeat;
    text-align: center;
}
.company-payment-section{
    text-align:right;
    padding-right:15px;
}
.company-payment-section > div{
    text-align:left;
    display:inline-block;
}
.company-payment-section .FTI-paymethod{
    margin-right:8%;
    vertical-align:bottom;
}
.company-payment-section .FTI-compayinfo{
    text-align:right;
}
.FTI-paymethod span {
    background: url(../images/payment-icon.png) no-repeat;
}
.FTI-paymethod span {
    display:inline-block;
    width:64px;
    height:42px;
    margin-bottom:2px;
}
.FTI-paymethod span.paypal{
    background-position:-6px center;
}
.FTI-paymethod span.visa{
    background-position:-95px center;
}
.FTI-paymethod span.master-card{
    background-position:-183px center;
}
.FTI-paymethod span.discovred{
    background-position:-272px center;
}
.FTI-compayinfo span {
    line-height: 18px;
    color:#000;
}
.FTI-compayinfo .address2 {
    margin-bottom: 10px;
}
.FTI-compayinfo .email span{
    color:#be2107;
}

/* About Us Page */
#about-us-page .page-title, #company-page .page-title, #aca-fti-page .page-title, #contactus-page .topic-block-title, #contact-us-page .page-title, #contactus-2-page .page-title {
    min-height: inherit;
    margin: 0;
    border-bottom: none;
    padding: 0;
    display: none;
}
    #about-us-page .page-title h1, #company-page .page-title h1, #aca-fti-page .page-title h1, #contactus-page .topic-block-title h2, #contact-us-page .topic-block-title h2, #contactus-2-page .page-title h1 {
        font-size: 0;
    }
#about-us-page .header-menu, #company-page .header-menu,#contactus-page .header-menu,#contact-us-page .header-menu,#contactus-2-page .header-menu,#tax-forms-page .header-menu{
    margin-bottom: 0;
}
.contact-page .topic-block{
    margin-top:0;
}
.topic-page-hero .row, .category-landing-hero .row {
    margin: 0
}
.topic-page-hero .col-12, .category-landing-hero .col-12 {
    padding: 0
}
.topic-page-hero {
    position: relative;
    background: url(../images/AboutUs-banner.jpg) no-repeat;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
}
#contactus-page .topic-page-hero, #contactus-2-page .topic-page-hero,
#contact-us-page .topic-page-hero {
    position: relative;
    background: url(../images/FTI-contactus-hero.png) no-repeat;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
}
.category-landing-hero{
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    text-align:left;
}
.topic-page-hero div h3, .topic-page-hero div h1,
.category-landing-hero div h3, .category-landing-hero div h1 {
    color: #444;
}
#contactus-page .topic-page-hero div h3, #contactus-page .topic-page-hero div h1,
#contactus-2-page .topic-page-hero div h3, #contactus-2-page .topic-page-hero div h1,
#contact-us-page .topic-page-hero div h3, #contact-us-page .topic-page-hero div h1 {
    color: #fff;
}
.topic-block strong, .topic-page strong {
    color: #000;
}
.topic-page-hero h1{
    font-size: 36px;
    font-weight: normal;
    display: inline-block;
    width: 100%;
}
.category-landing-hero h1 {
    color: #333;
    font-size: 48px;
    font-weight: normal;
}
.topic-page-hero h3{
    font-size: 16px;
    font-weight: 700;
    padding-top: 5px;
    display: inline-block;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.category-landing-hero h3 {
    color: #333;
    font-size: 18px;
    font-weight: 700;
    padding-top: 5px;
}
.topic-page-hero .topic-page-title {
    padding: 60px 5px 85px;
}
.category-landing-hero .category-landing-title {
    padding: 25px 5px 25px;
}
.topic-page-content{
    padding-top:60px;
}
.topic-page-content h2 {
    font-size: 24px;
    font-weight: 700;
    text-align:left;
}
.topic-leftsidebar .new-line{
    padding-left:40px;
    color:#000;
}
.topic-page-content .topic-rightsidebar, .topic-rightsidebar h2{
    text-align: center;
}
.topic-page-content .topic-page-learn-more-img {
    padding: 50px 0;
}
.topic-page-content .topic-page-learn-more-link a{
    font-size: 14px;
    text-decoration: none;
}
.topic-page-content .topic-page-learn-more-img img {
    max-width: 100%;
}
#patents-page .patents-security img{
    max-width:100%;
    height:auto;
}
#contactus-page .topic-block .topic-leftsidebar a, #contactus-2-page .topic-block .topic-leftsidebar a, #contact-us-page .topic-block .topic-leftsidebar a {
    color: #be2107
}

/* ACA Affordable Page */
#aca-fti-page .topic-page-content{
    padding-top:30px;
}
.topic-leftsidebar p, .affordable-details div{
    font-size: 15px;
    line-height: 24px;
    color:#000;
}
.topic-leftsidebar .topic-subtitle {
    font-size: 20px;
    font-weight: 700;
}
.topic-leftsidebar .topic-page-learn-more-link{
    float:right;
}
.topic-leftsidebar h3{
    padding:30px 0 60px;
}
.topic-pdf-button, .topic-pdf-img {
    display: inline-block;
    width: 100%;
    float: right;
    text-align: right;
}
.topic-pdf-img img {
    display: block;
    width: 50px;
    height: 50px;
    float: right;
}
.topic-page-content h4 {
    font-size: 16px;
    font-weight: 700;
    color:#000;
    padding:15px 0 5px;
}
.topic-page-content .affordable-details div {
    padding-bottom: 10px;
}
.affordable-section{
    padding-bottom:50px;
}


/* Product Detail */
.related-products-grid .title {
    text-align: left;
    font-size: 17px;
    line-height: 30px;
    margin: 0 0;
    padding: 0 0 0 10px;
    color: #fff;
    background-color: #646581;
}
.related-products-grid .item-box .description {
    padding:0px 10px 5px;
    color: #be2107;
    height: auto;
    max-height: 80px;
}
.related-products-grid .item-grid {
    border: 1px solid #f5f5f5;
}
.related-products-grid .item-box {
    margin: 0;
}
.product-essential {
    margin:0;
    border-bottom:none;
    padding:0;
}
.related-products-grid .item-box .product-title {
    display: none;
}
.overview .number-sheets-before {
    font-size: 14px;
    font-weight: 700;
    margin: 0 0;
    color: #666;
    margin: 0 0 25px;
}
.overview .FTI-Qty {
    margin-bottom: 25px;
}
    .overview .FTI-Qty > div {
        display: inline-block;
    }
    .overview .FTI-Qty .qty-input {
        width: 160px;
        height: 43px;
        padding: 0 12px;
        text-align: center;
        font-size: 16px;
        color: #000;
        border: 1px solid #be2107;
        margin: 0 5px 0 0;
    }
    .overview .FTI-Qty > .FTI-right {
        line-height: 43px;
        vertical-align: top;
    }
        .overview .FTI-Qty > .FTI-right > .FTI-left {
            font-size: 16px;
            color: #000;
        }
    .overview .FTI-Qty .FTI-warning {
        display: block;
        font-size: 13px;
        color: #be2107;
        display: none;
        margin: 10px 0px 0px 0px;
        text-align: left;
    }
.overview .product-price {
    font-size: 16px;
    color: #000;
    font-weight: 700;
    margin: 0 0 25px;
}
    .overview .product-price > span {
        display: inline-block;
    }
.overview #FTI-ReviewPricing {
    font-size: 16px;
    color: #be2107;
    font-weight: 700;
    margin-left: 25px;
    text-decoration: underline;
    cursor: pointer;
}
.overview #FTI-continueshopping {
    display: inline-block;
    background: #be2107;
    line-height: 43px;
    padding: 0 25px;
    font-size: 15px;
    color: #fff;
}
.overview #FTI-continueshopping:hover{
    background: #ab220b;
}
.overview .attributes {
    color: #000;
    font-size: 16px;
}
.overview .attributes .text-prompt {
    font-weight: 700;
    color: #000;
    font-size: 16px;
}
.overview .FTI_hidden {
    display: none !important;
}
.overview .call-for-price {
    margin: 0 0 25px;
    background: #fff;
    line-height: 30px;
    padding: 0 0;
    font-size: 16px;
    font-weight: 700;
    color: #be2107;
}
.overview .prices-table{
    margin-bottom:0;
}

.flyout-cart .mini-shopping-cart .price {
    display: none;
}

/* Category Tax Forms Page */
.category-landing-forms {
    color: #000;
    float: left;
    width: 100%;
    padding: 0px 0 30px 0;
}
.category-landing-content {
    color: #000;
    padding: 25px 0 0 0;
}
.category-landing-forms .cat-item{
    margin-bottom:25px;
}
.category-landing-forms .cat-item h5{
    font-size: 17px;
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    overflow:hidden;
    font-weight:700;
}
.category-landing-forms .cat-item .form-img img{
    width: 100%;
}
.category-landing-forms .form-links {
    padding-top: 10px;
}
.category-landing-forms .form-links li {
    width: 100%;
    text-align: left;
    padding: 5px 0;
}
.category-landing-forms .form-links li a {
    display: inline-block;
    width: 100%;
    line-height:18px;
    font-size:16px;
}
.category-landing-content .category-landing-left h2 {
    font-size: 32px;
    padding-bottom:10px;
    font-weight: normal;
}
.category-landing-content .category-landing-left p {
    padding-bottom:10px;
    line-height: 20px;
    font-size: 14px;
    margin-bottom:10px;
}
.category-landing-content .category-landing-right {
    float: left;
    background-color: #fcf4f2;
    padding: 20px;
}
.category-landing-content .category-landing-right h3 {
    color: #000;
    font-size: 18px;
    font-weight: normal;
    width: 100%;
    text-align: center;
    padding: 5px 0 10px 0;
}
.category-landing-estimator {
    font-size: 14px;
}
.category-landing-estimator .category-landing-estimator-text h4 {
    width: 100%;
    text-align: center;
    padding-bottom: 10px;
    font-size: 14px;
    font-weight:700;
}
.category-landing-estimator-total {
    padding-top: 5px;
}
.category-landing-estimator .category-landing-estimator-text b {
    font-style: italic;
    font-weight: 700;
}
.category-landing-estimator .category-landing-estimator-form div {
    width: 100%;
    padding-bottom: 15px;
    overflow: hidden;
}
.category-landing-estimator .category-landing-estimator-form label {
    float: left;
    width: 60%;
    height: 30px;
    line-height: 30px;
    text-align: right;
    padding-right: 10px;
    font-weight: 700;
    margin-bottom:0;
}
.category-landing-estimator .category-landing-estimator-form input {
    float: right;
    color: #000;
    width:40%;
    height:30px;
    padding:0 10px;
    line-height:28px;
    border: 1px solid #333;
}
.category-landing-estimator-total .category-landing-estimator-form label {
    float: left;
    background-color: #fff;
    border: 1px #333 solid;
    font-weight: normal;
    border-right: 0;
}
.category-landing-estimator-total .category-landing-estimator-form span {
    float: right;
    width: 40%;
    height: 30px;
    padding: 0 10px;
    line-height: 28px;
    background-color: #999;
    color: #fff;
    border: 1px solid #333;
    border-left: 0;
}
.category-landing-estimator-btn {
    padding-top: 30px;
    float: left;
    width: 100%;
}
.category-landing-estimator-button a {
    float: left;
    width: 120px;
    height: 44px;
    line-height: 30px;
    font-size: 14px;
    text-align: center;
}
.category-landing-hint {
    color: #be2107;
    clear:both;
    padding:10px 0;
}

/* Popup */
.combine-price-wrapper{
    clear:both;
}
.z-inedx-added {
    z-index: inherit !important;
}
.price-popup-modal .modal-dialog {
    margin:4rem auto;
}
.price-popup-modal .modal-content {
    border: 3px #000 solid;
    background-color: #fff;
    color: #000;
    border-radius: 0;
    padding: 0 35px 30px;
}
.price-popup-modal .modal-header .close {
    position: absolute;
    top: 0;
    right: 0;
    width: 84px;
    height: 84px;
    background-color: #962107;
    border-radius: 42px;
    margin: -42px -42px 0 0;
    color: #fff;
    font-size: 36px;
    text-align: center;
    border: 3px #000 solid;
    padding: 2px;
    opacity: 1;
}
.price-popup-modal .modal-header .close span {
    display: inline-block;
    width: 72px;
    height: 72px;
    line-height: 70px;
    border-radius: 36px;
    border: 3px #fff solid;
    font-weight: normal;
}
.price-popup-modal .modal-header{
    border-bottom: none;
    padding:0;
}
.price-popup-modal .modal-body{
    border-bottom: none;
    padding: 0;
}
.price-popup-modal .modal-footer {
    border-top: none;
    padding: 0;
    text-align: center;
    justify-content: center;
}
.price-popup-modal .modal-header h5 {
    font-size: 24px;
    line-height: 24px;
    padding: 20px 0;
    display: inline-block;
    width: 100%;
    color:#000;
}
.price-popup-modal .modal-footer button {
    display: inline-block;
    width: 166px;
    height: 42px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    background-color: #962107;
    border-radius: 0;
    text-transform: inherit !important;
    letter-spacing: 0.03rem;
}
.price-popup-modal .price-popup-desc {
    font-size: 14px;
}
.price-popup-modal .price-popup-total-wrapper {
    overflow: hidden;
    padding: 20px 0 15px 0;
}
.price-popup-modal .price-popup-total .price-popup-total-label {
    float: left;
    width: 60%;
    font-size: 18px;
    line-height: 36px;
    height: 36px;
    border: 1px #000 solid;
    padding-left: 20px;
    background-color: #fff;
    color: #000;
}
.price-popup-modal .price-popup-total .price-popup-total-value {
    float: left;
    width: 40%;
    font-size: 18px;
    line-height: 36px;
    height: 36px;
    border: 1px #000 solid;
    padding:0px 15px;
    background-color: #be2107;
    color: #fff;
    text-align:center;
}
.price-popup-modal .price-popup-table-header {
    display: table;
    width: 50%;
    margin: 0 auto;
    height: 75px;
    background-color: #f6dab4;
    color: #000;
    font-size: 16px;
    text-align: center;
    font-weight: 600;
    line-height: 25px;
}
.price-popup-table-header .table-header-column {
    display: table-cell;
    border: 2px #0d0d0d solid;
    vertical-align: middle;
    padding:5px;
}
.price-popup-table-header .table-header-column div:last-child {
    color: #ff0000;
}
.ordertotal-sheets-box {
    margin-top: 5px;
    display: table;
    width: 50%;
    margin: 5px auto 0;
}
.ordertotal-sheets-box .table thead th {
    vertical-align: middle;
    text-align: center;
    border: 2px solid #121212;
    padding:.25rem;
}
.ordertotal-sheets-box .table{
    border: 2px solid #121212;
}
.ordertotal-sheets-box .table .lasser-thead th {
    background-color:#e5e5e5;
}
.green-title{
    font-weight: 600;
    color: #0b8a13;
    margin-top:5px;
}
.white-title {
    background: #d9d9d9 !important;
    font-size: 13px;
}
.ordertotal-sheets-box .table tbody td{
    vertical-align: middle;
    padding:0;
}
.ordertotal-sheets-box .table tbody td {
    vertical-align: middle;
    padding:0;
    width: 33.33%;
    text-align: center;
    border: 2px solid #121212;
}
.ordertotal-sheets-box .table tbody td div{
    vertical-align: middle;
    font-weight:700;
    padding: 2px 0;
}
.ordertotal-sheets-box .price-popup-table-row.gray, .ordertotal-sheets-box .middle-grey {
    background-color: #d9d9d9;
}
.ordertotal-sheets-box .price-popup-table-row.active {
    background-color: #962107;
    color:#fff;
}
.ordertotal-sheets-box .middle-grey > div {
    height: 110px;
    display: flex;
    align-items: center;
    border-bottom: 2px solid #121212;
    padding:0px 5px !important;
}
.ordertotal-sheets-box .middle-grey > div:last-child {
    border-bottom:none;
}
.lasser-envelopes-pressure-box{
    width: 100%;
    display: inline-block;
}
.price-popup-modal .ordertotal-sheets-header {
    width: 100%;
}
.lasser-envelopes-pressure-box .table tbody td {
    width: auto;
}
.lasser-envelopes-pressure-box .table .lasser-envelopes-pressure-head th {
    padding:0.75rem 0.25rem;
}
.lasser-envelopes-pressure-box .table tbody td div {
    padding:4px;
}
.price-popup-message {
    width: 100%;
    text-align: center;
    color: #962107;
    font-size: 14px;
    padding-bottom: 30px;
    clear: both;
}

/* Category Navigation Style*/
.block.block-category-navigation .listbox{
    padding: 18px 0px;
}
.block.block-category-navigation .sublist {
    display: none;
    padding: 0;
    padding-right: 0;
}
.block.block-category-navigation .expandable-icon.sprite-img, .block.block-category-navigation .expandable-icon.sprite-img.expand-active{
    display: inline-block;
    float: left;
    height: 28px;
    width: 20px;
    cursor: pointer;
    position:absolute;
    left:4px;
}
.block.block-category-navigation .sublist li .expandable-icon.sprite-img, .block.block-category-navigation .sublist li .expandable-icon.sprite-img.expand-active {
    left:-8px;
}
.block.block-category-navigation .expandable-icon.sprite-img{
    background: url(../images/product-nav-icon-plus.png) no-repeat center center;
}
.block.block-category-navigation .expandable-icon.sprite-img.expand-active {
    background: url(../images/product-nav-icon-minus.png) no-repeat center center;
}
.block.block-category-navigation .list li, .block.block-category-navigation > .listbox > .list > li {
    position: relative;
}
.block-category-navigation .list > li{
    padding:0 0 0 25px;
}
.block-category-navigation .sublist > li {
    padding: 0 0 0 15px;
}
.block.block-category-navigation > .listbox > .list > li .menu-items{
    padding: 0;
    -webkit-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}
.block.block-category-navigation > .listbox > .list > li .menu-items:hover a,.block.block-category-navigation > .listbox > .list > li .menu-items:hover {
    color: #ba1f23;
}
.block.block-category-navigation .list a{
    word-break: break-word;
    max-width:80%;
    color:#000;
}
.block.block-topic-navigation .listbox {
    padding-bottom: 0;
}
.block.block-topic-navigation{
    margin-bottom:0;
}
.block.block-category-navigation .list li.active > .menu-items > a {
    color: #be2107;
    font-weight: 700;
}
.block.block-category-navigation > .listbox > .list > li.active > .menu-items, .block.block-category-navigation .listbox .list .sublist > li.active > .menu-items {
    color: #be2107;
}
.block.block-category-navigation .list li.active > .menu-items > a{
    color: #be2107;
    font-weight: 700;
}
.cart th{
    text-align:center;
}
.navbar-expand-lg .navbar-nav .dropdown-menu .dropdown-menu.sub-menusublist.first-level{
    display:none !important;
}

/*** ESTIMATE SHIPPING POPUP COMMON ***/
.estimate-shipping-popup {
  position: relative;
  background: #FFF;
  padding: 25px 20px;
  width: auto;
  max-width: 800px;
  margin: 0 auto;
}

.estimate-shipping-popup-zoom-in .mfp-with-anim {
  opacity: 0;
  transition: all 0.2s ease-in-out;
  transform: scale(0.8);
}

.estimate-shipping-popup-zoom-in.mfp-bg {
  opacity: 0;
  transition: all 0.3s ease-out;
}

.estimate-shipping-popup-zoom-in.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: scale(1);
}

.estimate-shipping-popup-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.estimate-shipping-popup-zoom-in.mfp-removing .mfp-with-anim {
  transform: scale(0.8);
  opacity: 0;
}

.estimate-shipping-popup-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}

.shipping-options-loading {
  background: url(../images/ajax-loader-small.gif) no-repeat;
  width: 16px;
  height: 16px;
  position: relative;
  right: 8px;
  margin: 4% 50%;
}

.shipping-address .required {
  margin-left: 0px;
}

.estimate-shipping-row {
  display: flex;
  display: -webkit-flex;
  align-items: center;
}

.estimate-shipping-row.shipping-option {
  cursor: pointer;
}

.estimate-shipping-row.shipping-option.active {
  font-weight: 700;
}

.estimate-shipping-row-item {
  flex: 0 1 100%;
}

.estimate-shipping-row-item.shipping-item {
  padding: 8px 0;
  overflow: hidden;
  overflow-wrap: break-word;
}
.estimate-shipping-row-item > div:last-child {
    padding:0;
}

.estimate-shipping-row-item.shipping-header-item {
  padding: 12px 0;
  border-bottom: 1px solid #f2f2f2;
  align-self: flex-end;
}

.estimate-shipping-row-item.address-item + .estimate-shipping-row-item.address-item {
  padding-left: 15px;
}

.estimate-shipping-row-item + .estimate-shipping-row-item {
  padding-left: 10px;
}

.estimate-shipping-row-item-radio {
  flex: 0 0 35px;
}

.ship-to-title {
  margin-bottom: 10px;
}

.choose-shipping-title {
  margin-top: 20px;
}

.estimate-shipping-address-control {
  width: 100%;
  height: 36px !important;
}

.estimate-shipping-radio {
  display: none;
}

.estimate-shipping-radio + label {
    -webkit-appearance: none;
    background-color: #fafafa;
    border: 1px solid #cacece;
    padding: 9px;
    border-radius: 50px;
    display: inline-block;
    position: relative;
    margin-bottom: 0;
}

.estimate-shipping-radio:checked + label:after {
  content: ' ';
  width: 6px;
  height: 6px;
  border-radius: 50px;
  position: absolute;
  top: 6px;
  left: 6px;
  background: #ffffff;
}

    .estimate-shipping-radio:checked + label {
        background-color: #be2107;
        color: #99a1a7;
        border: 1px solid #adb8c0;
        border-color: #be2107;
    }

.apply-shipping-button {
    border: none;
    padding: 8px 25px;
    background-color: #be2107;
    color: #fff;
}

.apply-shipping-button-container .apply-shipping-button {
    display: initial;
}
.apply-shipping-button-container {
  margin-top: 15px;
  text-align: center;
}

.shipping-options-header {
  top: 0;
  z-index: 1;
  position: sticky;
  background-color: #fff;
}

.shipping-options {
  position: relative;
  z-index: 1;
  overflow: hidden;
  overflow-y: auto;
  max-height: 200px;
  background: #FFF no-repeat;
  background-image: -webkit-radial-gradient(50% 0, farthest-side, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0)), -webkit-radial-gradient(50% 100%, farthest-side, rgba(242, 242, 242, 1), rgba(0, 0, 0, 0));
  background-image: -moz-radial-gradient(50% 0, farthest-side, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0)), -moz-radial-gradient(50% 100%, farthest-side, rgba(242, 242, 242, 1), rgba(0, 0, 0, 0));
  background-image: radial-gradient(farthest-side at 50% 0, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0)), radial-gradient(farthest-side at 50% 100%, rgba(242, 242, 242, 1), rgba(0, 0, 0, 0));
  background-position: 0 0, 0 100%;
  background-size: 100% 7px;
}

.shipping-options:before,
.shipping-options:after {
  content: "";
  position: relative;
  z-index: -1;
  display: block;
  height: 30px;
  margin: 0 0 -30px;
  background: -webkit-linear-gradient(top, #FFF, #FFF 30%, rgba(255, 255, 255, 0));
  background: -moz-linear-gradient(top, #FFF, #FFF 30%, rgba(255, 255, 255, 0));
  background: linear-gradient(to bottom, #FFF, #FFF 30%, rgba(255, 255, 255, 0));
}

.shipping-options:after {
  margin: -30px 0 0;
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0), #FFF 70%, #FFF);
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0), #FFF 70%, #FFF);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #FFF 70%, #FFF);
}

.no-shipping-options {
  text-align: center;
  margin: 4% 0;
}

.estimate-shipping-popup .message-failure {
  margin: 5px 0 -5px;
  font-size: 12px;
  color: #e4434b;
}

.product-details-page .product-estimate-shipping {
    margin:15px 0;
}
    .product-details-page .product-estimate-shipping a {
        color: #be2107;
    }
.product-details-page .product-estimate-shipping a .shipping-title {
    font-weight: bold;
    margin-bottom: 8px;
    color: #444;
}
.product-details-page .product-estimate-shipping .estimated-delivery .shipping-address, .product-details-page .product-estimate-shipping a > span{
    text-decoration: underline;
}



/* Media Query CSS */
@media all and (max-width:1199px) {
    .home-page-category-grid .item-box, .sub-category-grid .item-box, .manufacturer-grid .item-box,.vendor-grid .item-box{
        margin-bottom: 5px;
    }
        .home-page-category-grid .item-box .picture{
            padding: 0px 10%;
        }
    .theme-custom .nivo-caption .nivo-header {
        font-size: 30px;
        margin-bottom:5px;
    }
    .theme-custom .nivo-caption .nivo-subheader {
        font-size:18px;
        margin-bottom:10px;
    }
    .theme-custom .nivo-caption .nivo-learnMore a {
        font-size: 12px;
        line-height:32px;
    }
    .theme-custom .nivo-controlNav a {
        width: 15px !important;
        height:15px !important;
        margin: 0 5px !important;
    }
    .nivo-caption {
        bottom: 20px !important;
    }
}
@media all and (max-width:991px){
    .container {
        max-width: 100%;
    }
    .header-lower > .container > .row{
        margin:0;
    }
    /* Mobile Menu */
    #menu {
        width: 100%;
        /*height: auto !important;*/
    }
    .slinky-theme-default a:not(.back):active, .slinky-theme-default a:not(.back):hover {
        background: transparent !important;
    }
    .slinky-theme-default .next::after, .slinky-theme-default .back::before {
        opacity: 1 !important;
        background:none !important;
    }
    .slinky-menu a.arrow.next::after {
        right: 0;
        float: right;
        background: url(../images/sub-menu-arrow.png) no-repeat center center !important;
        margin-left: 0;
        left: 0;
        height: 50px;
        width: 50px;
    }
    .sidenav .navbar-nav .sub-menusublist.first-level li .back {
        background: url(../images/back-menu-arrow.png) no-repeat center center !important;
        height: 50px;
        width: 50px;
    }
    .slinky-menu a span {
        text-align: left;
        display: block;
        float: left;
        width: 100%;
        height: 100%;
    }
    .slinky-menu a.arrow.next {
        padding: 0;
        right: 0;
        font-size: 14px;
        position: absolute;
        height: 50px;
        width: 50px;
        padding-right: 0;
    }
    .slinky-theme-default {
        background: #1e1e1e !important;
    }
    .closebtn {
        float: right;
        padding-right: 50px;
        background: url(../images/close-icon.svg) no-repeat center center #be2107;
        opacity: 1;
        background-size: 20px 20px;
        display: inline-block;
        z-index: 999999;
        height: 45px;
        width: 45px;
    }
    .header-menu {
        z-index:999999;
    }
    .sidenav {
        position: fixed;
        top: 0;
        left: -100%;
        width: 100%;
        max-width: 100%;
        height: 100%;
        overflow: hidden;
        background-color: #1e1e1e;
        text-align: left;
        margin-top: 0 !important;
        opacity: 1;
        padding: 0;
        border-radius: 0;
        pointer-events: auto;
        transition: all 0.3s ease;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        box-shadow: none;
        z-index: 999999 !important;
        overflow-y: scroll;
    }
    .sidenav.mySidenav-active{
        left:0;
    }
    .sidenav > .slinky-theme-default {
        margin: 0 auto;
    }
    body.hidescroll {
        overflow: hidden;
    }
    .navbar {
        position: fixed;
        display: inherit;
        -ms-flex-wrap: inherit;
        flex-wrap: inherit;
        -webkit-box-align: inherit;
        -ms-flex-align: inherit;
        align-items: inherit;
        -webkit-box-pack: inherit;
        -ms-flex-pack: inherit;
        justify-content: inherit;
        padding: 0;
    }
    .navbar-nav {
        display: inherit;
        -webkit-box-orient: inherit;
        -webkit-box-direction: inherit;
        -ms-flex-direction: inherit;
        flex-direction: inherit;
        padding-left: 0;
    }
    .sidenav .navbar-nav li {
        position: unset;
    }
    .navbar-nav .dropdown-menu {
        position: absolute;
        float: none;
    }
    .dropdown-menu {
        position: inherit;
        top: 0;
        left: 0;
        z-index: 0;
        display: inherit;
        float: inherit;
        min-width: 0;
        padding: 0;
        margin: 0;
        font-size: 0;
        color: inherit;
        text-align: inherit;
        list-style: none;
        background-color: inherit;
        background-clip: inherit;
        border: inherit;
        border-radius: inherit;
    }
    .sidenav .navbar-nav .sub-menusublist.first-level li a:before {
        position: absolute;
        top: inherit;
        left: inherit;
        width: inherit;
        height: inherit;
        background-color: inherit;
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
    .sidenav .navbar-nav .sub-menusublist.first-level li a {
        display: inherit;
    }
    .sidenav .navbar-nav .nav-link,.sidenav .navbar-nav .store-locator a{
        padding: 15px 50px 15px 15px;
        font-size: 14px;
        color: #fff;
        width: 100%;
        text-transform:uppercase;
        letter-spacing:0.03rem;
    }
    .sidenav .navbar-nav li a:first-child {
        float: left;
        clear: both;
    }
    .sidenav .navbar-nav .sub-menusublist.first-level li a {
        padding: 15px 20px 15px 30px;
        color: #fff !important;
    }
    .sidenav .navbar-nav .sub-menusublist.first-level li:first-child a {
        padding: 15px 20px 15px 20px;
    }
    .sidenav .navbar-nav .sub-menusublist.first-level li:hover > a {
        background-color: transparent;
    }
    .sidenav .navbar-nav .sub-menusublist.first-level li a span {
        line-height: 1.4;
    }
    .sidenav ul.navbar-nav > li.nav-item.dropdown > ul.dropdown-menu.sub-menusublist.first-level > li.nav-item.dropdown > ul.dropdown-menu.sub-menusublist.first-level,
    .sidenav ul.navbar-nav > li.nav-item.dropdown > ul.dropdown-menu.sub-menusublist.first-level > li.nav-item.dropdown > ul.dropdown-menu.sub-menusublist.first-level > li.nav-item.dropdown > ul.dropdown-menu.sub-menusublist.first-level > li.nav-item.dropdown > ul.dropdown-menu.sub-menusublist.first-level,
    .sidenav ul.navbar-nav > li.nav-item.dropdown > ul.dropdown-menu.sub-menusublist.first-level > li.nav-item.dropdown > ul.dropdown-menu.sub-menusublist.first-level > li.nav-item.dropdown > ul.dropdown-menu.sub-menusublist.first-level {
        margin-left: 0;
        top: 0;
    }
    .sidenav .navbar-nav li, .sidenav ul.navbar-nav > li.nav-item.dropdown > ul.dropdown-menu.sub-menusublist.first-level > li.nav-item.dropdown > ul.dropdown-menu.sub-menusublist.first-level > li.nav-item.dropdown > ul.dropdown-menu.sub-menusublist.first-level li:last-child {
        border-bottom: 1px solid #2f2d2d;
        display: flex;
    }
    .sidenav .navbar-nav .sub-menusublist.first-level li:last-child {
        border-bottom: none;
    }
    .html-home-page .theme-custom {
        max-width: inherit !important;
        margin-bottom:40px;
        margin-top:0px;
    }
    .html-home-page .theme-custom .nivo-controlNav {
        bottom: -20px;
    }
    /* Mobile Header*/
    .header{
        margin-bottom:20px;
    }
    .html-home-page .header {
        margin-bottom: 0px;
    }
    .header-selectors-wrapper > div {
        min-width: 60px;
        width: auto;
        margin: 5px auto;
    }
    .header-selectors-wrapper{
        float:left;
        width:100%;
    }
    .currency-selector {
        float: left;
    }
    .language-selector{
        float:right;
        text-align:right;
    }
    .header-upper select {
        border: none;
    }
    .language-list li{
        margin:0px 5px 0 0;
    }
    .language-list li:last-child{
        margin-right:0;
    }
    .language-list a {
        width: 24px;
        height: 24px;
    }
    .header-lower {
        padding: 0px;
        border-bottom: 2px solid #be2107;
        box-shadow: 0px 5px 5px rgba(0,0,0,0.5);
        -webkit-box-shadow: 0px 5px 5px rgba(0,0,0,0.5);
        -moz-box-shadow: 0px 5px 5px rgba(0,0,0,0.5);
    }
    .header-lower .container {
        padding-right: 9px;
        padding-left: 9px;
    }
    .header-upper .shoppingcartlink {
        display: none;
    }
    .header-links-wrapper {
        padding: 0;
        clear: both;
        position:inherit;
    }
    .menu-section {
        text-align: left;
        padding:10px 0px;
    }
    .account-section {
        text-align: right;
        padding: 10px 0px;
        position: inherit;
    }
    .mobile-header-icon {
        background: url(../images/mobile-header-icon.png) no-repeat;
        width: 38px;
        height: 38px;
        display: inline-block;
        vertical-align: middle;
    }
    .menu-section .mobile-menu-icon {
        background-position: 6px 8px;
    }
    .menu-section .search-icon {
        background-position: -54px 8px;
    }
    .account-section .user-icon {
        background-position: -113px 8px;
    }
    .account-section .cart-icon {
        background-position: -172px 8px;
    }
    .mobile-menu-icon span{
        width: 100%;
        display: inline-block;
        font-size:0;
        vertical-align:middle;
        height:100%;
    }
    .account-section .shoppingcartlink {
        max-width: inherit;
        margin: 0;
        background-color: transparent;
        padding: 0px;
        width: 38px;
        height:38px;
        display: inline-block;
        vertical-align:middle;
    }
    .account-section .shoppingcartlink a {
        background: none;
        padding: 0 !important;
    }
    .account-section .shoppingcartlink .cart-qty {
        background: #be2107;
        height: 20px;
        width: 20px;
        display: block;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        font-size: 10px;
        color: #fff;
        float: right;
        text-align: center;
        margin: 0px -3px 0 0;
        display: inline-block;
        line-height: 20px;
    }
    .header-logo a img {
        max-width: 100%;
    }
    .header-logo {
        padding-top: 5.5px;
        padding-bottom: 5.5px;
    }
    .header-logo img {
        height: 45px;
        max-width:100%;
    }
    .header-upper .header-links-wrapper .header-links, .user-icon .header-links .shoppingcartlink, .header-lower .account-links .networks,
    .search-headerlink-wrapper .header-links-wrapper{
        display: none;
    }
    .search-headerlink-wrapper{
        width:auto !important;
        padding:0 !important;
        position:inherit !important;
        -webkit-box-flex: inherit !important;
        -ms-flex: inherit !important;
        flex: inherit !important;
        max-width: inherit !important;
    }
    .header-links, .header-lower .search-mobile-box, .flyout-cart {
        position: absolute;
        transition: .3s ease;
        -moz-transition: .3s ease;
        -webkit-transition: .3s ease;
        background-color: rgba(28,28,28,.9);
        padding: 15px;
        right: 0;
        z-index: 999999;
        left: 0;
        width: 100%;
        opacity: 0;
        visibility: hidden;
        top: 100px;
    }
    .flyout-cart.active, .header-links.active, .header-lower .search-mobile-box.active {
        opacity: 1;
        visibility: visible;
        top: 60px;
    }
    .flyout-cart {
        display: inline-block;
        padding: 0 !important;
    }
    .account-section .flyout-cart .row{
        margin:0;
    }
    .account-section .flyout-cart .row > div{
        padding: 0;
    }
    .search-box input.search-box-text {
        width: 240px;
        height: 40px;
        border-radius:0;
        border:none;
    }
    .search-box .search-box-button {
        height: 40px;
        background-color: #be2107;
        border-radius: 0;
    }
    .account-section .header-links {
        text-align: left;
    }
    .account-section .header-links li {
        width: 100%;
        margin: 0;
    }
    .account-section .admin-header-links {
        background-color: transparent;
        text-align:left;
    }
    .account-section .admin-header-links * {
        margin: 0;
    }
    .account-section .header-links span, .account-section .header-links a {
        color: #fff;
        letter-spacing: 0.03rem;
        font-size: 13px;
        line-height:30px;
    }
    .account-section .header-links a {
        display: inline-block;
        width: 100%;
    }
    .account-section .header-links a:hover, .account-section .header-links a:hover span{
        color: #be2107 !important;
    }
    .mini-shopping-cart {
        padding: 15px;
        text-align: left;
        font-size: 13px;
        color: #fff !important;
    }
    .mini-shopping-cart .count {
        padding-bottom: 10px;
        border-bottom: 1px solid rgba(112,112,112,.2);
        margin-bottom: 10px;
    }
    .mini-shopping-cart .items, .mini-shopping-cart .items.flyout-items {
        max-height: 185px;
        overflow: hidden;
        overflow-y: auto;
    }
    .mini-shopping-cart .items {
        width: 100%;
    }
    .mini-shopping-cart .item.first {
        padding-top: 0;
    }
    .mini-shopping-cart .item {
        overflow: hidden;
        padding: 15px 0;
        border-bottom: 1px solid rgba(112,112,112,.2);
    }
    .mini-shopping-cart .picture {
        float: left;
        width: 25%;
        text-align: center;
    }
    .mini-shopping-cart .picture img {
        max-width: 100%;
    }
    .mini-shopping-cart .picture + .product {
        float: left;
        width: 71%;
        margin-left: 4%;
    }
    .mini-shopping-cart .name a, .mini-shopping-cart .quantity span, .mini-shopping-cart .price span {
        font-weight: 600;
        letter-spacing: 0.03rem;
    }
    .mini-shopping-cart .name,.mini-shopping-cart .price, .mini-shopping-cart .attributes {
        margin: 0 0 5px;
    }
    .flyout-cart .mini-shopping-cart .name a {
        padding: 0;
        transition: all .3s ease-in-out 0s;
        -webkit-transition: all .3s ease-in-out 0s;
        -moz-transition: all .3s ease-in-out 0s;
        -o-transition: all .3s ease-in-out 0s;
    }
    .mini-shopping-cart .totals {
        margin: 16px 0;
        font-size: 18px;
        width: 100%;
        color: #fff;
        font-weight: 400;
    }
        .mini-shopping-cart .totals strong {
            float: right;
            color: #be2107;
        }
    .mini-shopping-cart .buttons {
        width: 100%;
        margin: 0;
    }
    .mini-shopping-cart .buttons .button-1.cart-button {
        width: 100%;
        height: 40px;
        background-color: #be2107;
        text-align: center;
        line-height: 18px;
        text-transform: uppercase;
        border: 1px solid transparent;
        padding: .375rem .75rem;
        font-weight: 500;
        font-size: 13px;
        color: #fff;
        margin-bottom:10px;
    }
    .navbar-expand-lg .navbar-nav .nav-item.dropdown > .nav-link:hover, .navbar-expand-lg .navbar-nav > .nav-item > .nav-link:hover {
        color: #be2107 !important;
    }
    .product-review-item .review-content{
        text-align:center;
    }
    .breadcrumb {
        padding: 5px 0px;
    }
    .item-box {
        margin: 0 0 20px;
    }
    #about-us-page .header,#company-page .header,#contactus-page .header,#contactus-2-page .header,#contact-us-page .header,#tax-forms-page .header{
        margin-bottom: 0px;
    }
    .topic-page-hero .topic-page-title{
        padding: 25px 5px 25px;
    }
    .category-landing-hero .category-landing-title {
        padding: 20px 5px 20px;
    }
    .topic-page-content {
        padding-top: 30px;
    }
    .topic-page-hero{
        margin-top: -3px !important;
    }
    .category-landing-hero h3 {
         padding-top:0px; 
    }
    .price-popup-modal .modal-dialog {
        max-width: 95%;
    }
    .price-popup-modal .modal-header .close span {
        width: 40px;
        height: 40px;
        line-height: 36px;
    }
    .price-popup-modal .modal-header .close {
        width: 54px;
        height: 54px;
        margin: -22px -10px 0 0;
        font-size: 16px;
    }
}
@media all and (max-width:767px){
    .search-box .ui-autocomplete {
        width: 275px !important;
    }
    .theme-custom .nivo-controlNav {
        top:inherit !important;
        text-align:center !important;
        right:inherit !important;
        bottom:-40px !important;
    }
    .theme-custom .nivo-controlNav a {
        width:20px !important;
        height:5px !important;
    }
    .company-payment-section {
        padding-right: 0;
        margin: 0 auto;
    }
    .company-payment-section > div{
        width:100%;
    }
    .company-payment-section .FTI-paymethod{
        margin-right:0;
        text-align:center;
        margin-top:15px;
    }
    .company-payment-section .FTI-paymethod > div{
        margin-right: 4px;
        display: inline-block;
    }
    .company-payment-section .FTI-compayinfo{
        text-align:center;
    }
    .footer-block .company-payment-section .title {
        background-color: transparent;
        background-image: none;
        color: #000;
    }
    .footer-block .list a{
        padding:5px;
    }
    .captcha-box > div > div > div {
        transform: scale(0.85);
        -webkit-transform: scale(0.85);
        transform-origin: 0 0;
        -webkit-transform-origin: 0 0;
    }
    .captcha-box > div > div{
        width:100% !important;
    }
    .topic-page-hero .topic-page-title, .category-landing-hero .category-landing-title {
        padding: 25px 5px;
    }
    .topic-page-hero div h1, .category-landing-hero div h1 {
        font-size: 18px;
    }
    .topic-page-hero div h3, .category-landing-hero div h3 {
        font-size: 15px;
        padding-top: 0;
    }
    .topic-leftsidebar{
        margin-bottom:30px;
    }
    .topic-leftsidebar h2, .topic-rightsidebar h2, .topic-pdf-button, .topic-pdf-img, .topic-leftsidebar h3{
        text-align: center;
    }
    .topic-pdf-img img {
        float: none;
        margin: 5px auto;
    }
    .topic-leftsidebar .topic-page-learn-more-link {
        float: left;
        width: 100%;
        margin:15px 0px;
    }
    .topic-leftsidebar .new-line {
        padding-left: 20px;
    }
    .affordable-section {
        padding-bottom: 20px;
    }
    .affordable-section:last-child {
        padding-bottom:0px;
    }
    #aca-fti-page .topic-page-content {
        padding-top: 0;
    }
    .overview {
        text-align: center;
        margin-bottom:25px;
    }
    .product-details-page {
        padding-top:0;
    }
    .gallery {
        margin: 0 auto 20px;
    }
    .overview .product-name, .overview .short-description {
        margin: 0 0 15px;
    }
    .overview .product-price > #FTI-ProductPrice {
        margin-bottom:10px;
    }
    .category-landing-estimator {
        text-align: left;
    }
    .category-landing-content .category-landing-left h2 {
        font-size: 22px;
    }
    .category-landing-content .category-landing-left p {
        padding-bottom: 10px;
    }
    .category-landing-estimator-btn {
        float: none;
        text-align: center;
    }
    .category-landing-estimator-btn a {
        float: none;
    }
    .category-landing-estimator-btn {
        padding-top: 10px;
    }
    .category-landing-forms {
        padding: 0px 0 10px 0;
    }
    .price-popup-modal .price-popup-total .price-popup-total-label{
        padding-left:0;
    }
    .price-popup-modal .price-popup-total .price-popup-total-value{
        padding:0 5px;
    }
    .price-popup-modal .price-popup-table-header{
        width:100%;
    }
    .ordertotal-sheets-box {
        width: 100%;
    }
    .shipping-method .method-description, .payment-method .payment-details .payment-description{
        margin: 10px 0 0;
    }
    /*** ESTIMATE SHIPPING POPUP ***/
    .shipping-address {
        flex-flow: column;
    }
    .estimate-shipping-row-item.address-item + .estimate-shipping-row-item.address-item {
        padding-left: 0px;
        padding-top: 8px;
    }
}
@media all and (max-width:575px){
    .home-page-category-grid .item-box .picture,
    .sub-category-grid .item-box .picture,
    .manufacturer-grid .item-box .picture,
    .vendor-grid .item-box .picture{
        padding: 0px;
    }
    .theme-custom .nivo-caption {
        display: none !important;
    }
    .topic-page-hero .topic-page-title, .category-landing-hero .category-landing-title {
        padding: 8px 5px 0px;
    }
    .overview #FTI-ReviewPricing {
        margin-left: 0;
        display:block;
    }
    .price-popup-modal .price-popup-total{
        margin-bottom:10px;
    }
    .price-popup-modal .modal-content {
        padding: 0 15px 20px;
    }
    .estimate-shipping-row-item > div:last-child {
        padding: 0 15px !important;
    }
}
@media all and (max-width:480px){
    .payment-method .payment-details .custom-radio{
        margin: 10px 0 0;
    }
}
@media all and (max-width:359px){
    .mobile-header-icon, .account-section .shoppingcartlink {
        width: 35px;
    }
    .menu-section .mobile-menu-icon {
        background-position: 5px 6px;
    }
    .menu-section .search-icon {
        background-position: -56px 6px;
    }
    .account-section .user-icon {
        background-position: -115px 6px;
    }
    .account-section .cart-icon {
        background-position: -176px 6px;
    }
    .header-logo a img {
        max-width: 100%;
        height:auto;
    }
}
@media (min-width:576px) and (max-width:767px){
    .estimate-shipping-popup .fieldset .required {
        position: absolute;
        right: 20px;
        top: 0;
    }
}
@media (min-width:1200px) and (max-width:1366px){
    
}
@media all and (max-width:375px){
   
}
@media all and (min-width:768px){
    .search-box input.search-box-text {
        width: 520px;
        border: 1px solid #be2107;
    }
    .ui-autocomplete {
        width: 555px !important;
    }
    .footer-block {
        margin: 0 !important;
        padding-right:0px !important;
    }
    .address-list-page .buttons,
    .order-list-page .buttons {
        position: absolute;
        top: 0;
        right: 15px;
    }
    .category-landing-forms .last-cat-item {
        margin-bottom: 0;
    }
    .order-list-page .section .title, .order-review-data .title, .order-details-area .title, .shipment-details-area .title, .order-details-page .section .title,
    .order-details-page .data-table td.product, .order-details-page .data-table td.tracking-number{
        text-align: left;
    }
    .order-details-page .section .title {
        padding: 0;
    }
    .order-details-page .data-table tr{
        margin-top:0;
        margin-bottom:30px;
    }
    .order-details-page .details-page-cart {
         float: none; 
         width: 100%; 
         margin:0;
    }
}
@media all and (min-width:992px){
    .html-home-page .theme-custom {
        margin: 0 0 60px !important;
    }
    .navbar > a,.navbar-expand-lg .navbar-nav .dropdown-menu > .header, a.arrow, .navbar-expand-lg .navbar-nav ul.dropdown-menu.sub-menusublist.first-level li a.arrow.next {
        display: none !important;
    }
    .header-menu .navbar {
        padding: 0;
    }
    #menu, .navbar-expand-lg .navbar-nav {
        height:auto !important;
    }
        .navbar-expand-lg .navbar-nav .nav-link, .navbar-expand-lg .navbar-nav li{
            color: #fff;
            font-size: 18px;
            font-weight: 500;
        }
    .header-menu .navbar-expand-lg .navbar-nav li {
        display:inline-block;
    }
    .header-menu .navbar-expand-lg .navbar-nav .dropdown .dropdown-menu li{
        display: inline-block;
        width:100%;
    }
    .navbar-expand-lg .navbar-nav .nav-link{
        padding: 14px 20px;
        display:inline-block;
    }
    .navbar-expand-lg .navbar-nav .nav-item.dropdown > .nav-link:hover, .navbar-expand-lg .navbar-nav > .nav-item > .nav-link:hover,
    .navbar-expand-lg .navbar-nav .nav-item.dropdown > .nav-link:focus, .navbar-expand-lg .navbar-nav > .nav-item > .nav-link:focus,
    .navbar-expand-lg .navbar-nav .nav-item.dropdown:hover,
    .navbar-expand-lg .navbar-nav .nav-item.dropdown:hover > .nav-link {
        background-color: #ffffff;
        color: #000000;
    }
    .navbar-expand-lg .navbar-nav ul.dropdown-menu.sub-menusublist.first-level li a {
        display: block;
        position: relative;
        padding: 10px 15px;
        font-size:18px;
        color: #000000;
    }
    .navbar-expand-lg .navbar-nav ul.dropdown-menu.sub-menusublist.first-level li:hover > a {
        background-color: #d22529;
        color: #ffffff;
    }
    .dropdown-menu {
        padding:0;
        margin-top: 0px;
        margin-left:-1px;
        border-radius:0;
        box-shadow:none;
    }
    .navbar ul.navbar-nav > li.nav-item.dropdown > ul.dropdown-menu.sub-menusublist.first-level > li.nav-item.dropdown > ul.dropdown-menu.sub-menusublist.first-level,
    .navbar ul.navbar-nav > li.nav-item.dropdown > ul.dropdown-menu.sub-menusublist.first-level > li.nav-item.dropdown > ul.dropdown-menu.sub-menusublist.first-level > li.nav-item.dropdown > ul.dropdown-menu.sub-menusublist.first-level,
    .navbar ul.navbar-nav > li.nav-item.dropdown > ul.dropdown-menu.sub-menusublist.first-level > li.nav-item.dropdown > ul.dropdown-menu.sub-menusublist.first-level > li.nav-item.dropdown > ul.dropdown-menu.sub-menusublist.first-level > li.nav-item.dropdown > ul.dropdown-menu.sub-menusublist.first-level{
        margin-left:287px;
        top: 0px;
    }
    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute;
        min-width: 290px;
        padding:10px 0px;
        border: none;
        border-left: 1px solid #1e1e1e;
        border-right: 1px solid #1e1e1e;
        border-bottom: 1px solid #1e1e1e;
    }
    .navbar-expand-lg .navbar-nav .dropdown-menu .dropdown-menu.sub-menusublist.first-level {
        border: 1px solid #1e1e1e;
    }
    .header-menu .navbar-expand-lg .navbar-nav {
        display: inline-block;
        width: 100%;
    }
    .header-menu > .navbar-expand-lg #menu > .navbar-nav > li {
        display: inline-block;
    }
    .header-menu {
        text-align: center;
        background-color: #1e1e1e;
        border-top: 5px solid #d22529;
        margin: 0 auto 25px;
        clear: both;
    }
    .header-menu-wrapper{
        margin-right: -15px;
        margin-left: -15px;
    }
    .html-home-page .header-menu, #tax-forms-page .header-menu{
        margin-bottom: 0;
    }
   .header-menu .navbar{
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto;
    }
    .header-links-wrapper .header-links ul.nav > li > a {
        padding: 5px 15px;
        background-color: #be2107;
        border-color: #be2107;
        color: #fff;
        font-weight: 400;
        display: inline-block;
        letter-spacing:0.03rem;
    }
    .header-links-wrapper .header-links ul.nav > li > a:hover {
        background-color: #ab220b;
        border-color: #ab220b;
    }
    .header-links-wrapper .header-links .networks li a {
        font-size: 0;
        height: 36px;
        width: 36px;
        display: inline-block;
        background: url('../images/social-sprite.png') no-repeat #BEC3C9;
    }
    .header-links-wrapper .header-links .networks li a {
        font-size: 0;
        height: 36px;
        width: 36px;
        display: inline-block;
        background-color: #BEC3C9;
    }
    .header-links-wrapper .header-links .networks li.facebook a {
        background-position:4px center;
    }
    .header-links-wrapper .header-links .networks li.twitter a {
        background-position: -38px center;
    }
    .header-links-wrapper .header-links .networks li.linkedin a {
        background-position: -77px center;
    }
    .header-links-wrapper .header-links .networks li:last-child {
        margin-right:0;
    }
    .header-links-wrapper .header-links .networks li a:hover {
        background-color: #be2107;
    }
    .search-page .custom-control-label::after, .search-page .custom-control-label::before {
        left: 0.5rem;
    }
    .block .title {
        padding-bottom: 0 !important;
        padding-top: 0 !important;
    }
}
@media (min-width:768px) and (max-width:991px){
    .footer-block.my-account {
        display: none;
    }
    .company-payment-section .FTI-paymethod {
        margin-right: 5%;
    }
    .search-page .search-input .form-group label {
        text-align: right;
    }
    .search-page .advanced-search .price-range {
        text-align: left;
    }
    .cart td, .cart{
        text-align: center;
    }
}
@media (min-width:992px) and (max-width:1199px){
    .container{
        max-width: 100%;
    }
    .topic-page-hero .topic-page-title {
        padding: 30px 5px 55px;
    }
    .category-landing-estimator .category-landing-estimator-form label {
        width:70%;
    }
    .category-landing-estimator .category-landing-estimator-form input,
    .category-landing-estimator-total .category-landing-estimator-form span{
        width: 30%;
    }
    .header-links-wrapper .header-links ul.nav > li > a {
        padding: 5px 10px;
    }
    .header-links li {
        margin: 0 3px;
    }
}
@media all and (min-width:1200px){
    .container {
        max-width:95%;
    }
}
@media all and (min-width:1367px){
    
}