﻿



/*What We Offer*/
.wwo-spacing {
    padding-top: 1rem !important;
}


.btn-primary:focus {
    background: #316e3a;
    border-color: #316e3a;
}


.rfq-flex-item {
    width: 237px;
}

/*Product Catalog*/
.catalog {
    color: #41914D;
}



/*View Our Products*/


.nav-link {
    padding: 0px;
}

.nav-pills .nav-link {
    background-color: white;
    margin-left: 2px;
    border-radius: 15px 15px 0px 0px;
    border: 1px solid white;
    padding: 5px;
    width:155px;
}


    .nav-pills .nav-link.active {
        background-color: #fff;
        color: #41914D;
        text-decoration: underline;
        border: 1px solid #F5F5F5;
    }


#pills-custom-printing-tab {
    width: 186px;
}

/*View Our Products content*/
div#pills-tabContent {
    /*width: 820px;*/
    width: 872px;
}

.card {
    align-items: center;
    margin-right: 10px;
    width: 17rem;
}

.queue-card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem;
    display: flex;
    flex-direction: column;
}

.queue-button {
    margin-top: auto;
}

.tab-content > .active {
    display: flex;
    flex-wrap: wrap;
}


.card-img-top {
    width: 126px;
}

.vop-card-text {
    list-style-type: disc;
    margin-bottom: 1rem;
}


/*Footer*/
.footer-section {
    padding-top: 50px;
    padding-bottom: 50px;
}

.underline-footer-heading {
    font-size: 18px;
    text-decoration: underline;
}



/*OurMission*/
.our-mission-full {
    display: block;
}

.our-mission-mobile {
    display: none;
}

@media (max-width: 640px) and (min-width: 320px) {
    .our-mission-full {
        display: none;
    }

    .our-mission-mobile {
        display: block;
        width: 100%;
    }
}



/*Queue Card*/

/*
#pills-tab-queue {
    margin-left: 25px;
}*/

.queue-card {
    width: 16rem;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .25rem;
}

.queue-card-body {
    flex: 1 1 auto;
    min-height: 1px;
    padding: .95rem;
    height: 470px;
}




.queue-sidebar-ul {
    padding-left: 0px;
    overflow-y: auto;
    max-height: 458px;
    overflow-x: hidden;
}

.queue-sidebar-flex-item {
    display: flex;
    align-items: center;
    width: 240px;
    background-color: #fff;
    margin: 3px;
}

.queue-sidebar-btn-secondary {
    padding-left: 10px;
}
i.fa.fa-trash.sidebar-remove-quote-button {
    padding-left: 10px;
}
.queue-sidebar-flex-item-text {
    inline-size: 98px;
    overflow-wrap: break-word;
}

/*.pre-loader {
    background: #fff url(../images/preload/preload.gif) no-repeat center center;
    background-size: 10%;
    height: 100vh;
    width: 100vh;
    position: fixed;
    z-index: 100;
}
*/
.pre-loader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: center;
    /*background: #292b38 url(../images/preload/preload.gif) no-repeat center center;*/
    /*background-size: 30%;*/
    background: #fff url(../images/preload/preload.gif) no-repeat center center;
    background-size: 12%;
}

img#product-touch-event-image {
    display: none;
    height: 24px;
}
@media (max-width: 640px) and (min-width: 320px) {

    /*NAV*/
    .navbar {
        position: fixed;
        right: 0;
        left: 0;
        border-radius: 0;
        top: 0;
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding: 10px;
        text-align: left;
    }

    /*header*/
    .hero-center-mobile {
        padding-left: 30px;
    }
    /*RFQ*/
    .rfq-flex-item {
        width: 193px;
    }

    .our-product-section {
        display: none;
    }
    img#product-touch-event-image {
        display: inline-block;
        height: 24px;
    }
}

button.sidebar-remove-quote-button {
    border: none;
    background-color: transparent;
}
.request-quote-section {
    padding-bottom: 150px;
    display: block;
    padding-top: 50px;
}
.our-mission-section {
    background-color: #1E4B2B;
    padding-bottom: 0px;
    display: block;
}


.dontshow {
    display:none;
}


.best-sellers-section {
    padding-bottom: 98px;
}


.product-catalog-section {
    padding-bottom: 60px;
}

.our-product-section {
    padding-bottom: 76px;
}




/*Pages*/
.row.privacy-page {
    padding-top: 30px;
    padding-bottom: 30px;
}
.row.privacy-page p {
    font-size: 14px;
}

.row.terms-of-service-page {
    padding-top: 30px;
    padding-bottom: 30px;
}

.row.terms-of-service-page p {
    font-size: 14px;
}

.row.cookie-policy-page {
    padding-top: 30px;
    padding-bottom: 30px;
}

    .row.cookie-policy-page p {
        font-size: 14px;
    }

