﻿/* Common Across Site*/
/* Page Body ID */



/* Global Messages */
.success-msg {
    background: #e5ffe4;
}
/* Page loading modal*/
#pageLoading
{
    display: block;
    position: fixed;
    z-index: 28;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(107, 107, 107, 0.50);
}
.page-load-gif {
    position: absolute;
    width: 30%;
    margin-left: auto;
    margin-right: auto;
    top: 300px;
}
.page-load-img {
    display: block;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}
#screenSize {
    position:fixed;
    z-index:1;
    visibility:hidden;
}
/* #region Radio Selects or Checkboxes */
/* Flex Wrapper for radio or checkbox and a label*/
.check-radio-flex-wrapper
{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}
.check-radio-check-box {
    margin-right: 5px;
}
.check-radio-label-wrapper {
    margin-top: 4px;
}
/* #endregion */


a
{
    outline: none;
    outline-color: white;
}

    a:hover, a:active, a:focus
    {
        outline: none;
        outline-color: white;
    }

/* Input Style */

.input-text-style {
    border-radius: 4px;
    color: black;
    text-align: center;
    font-weight: 600;

}


/* #region required form fields */
validation-advice
{
    font-size: 10px;
    color: red;
}
/* #region Buttons */
.add-cart-button-wrapper
{
    margin-top: 1em;
}

.button-here
{
    font-family: 'Open Sans';
    font-size: 13px;
    color: white;
    font-weight: normal;
    background-color: #002a76;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-radius: 4px;
    border: none;
}

    .button-here:hover
    {
        background-color: darkred;
    }

.button-outer-box {
    margin-top: .5em;
}
/* #endregion */

.split-line-hr
{
    margin-top: 5px;
    margin-bottom: 5px;
    border: solid 1px #dcdcdc;
}
.label-for-input-form
{
    margin:0px;
    font-size: 15px;
    color: black;
    font-weight: 600;
    margin-top:5px;
}
.form-account-title-txt
{
    margin: 0px;
    font-size: 22px;
    text-align: center;
}
.forgot-pass 
{
    font-size: 14px;
    color: navy;
    font-weight: 600;
}
.forgot-pass:hover
{
    color: maroon;
    text-decoration: underline;
    cursor: pointer;
}
.foot-req-field {
    margin: 0px;
    margin-top: .5em;
    color: black;
    font-size: 12px;
}
.main-page-body
{
    display: flex;
    min-height: 100vh;
    flex-direction: column;
}
.radio-select-flex-row-wrap
{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    /* align-items: center; */
}
.radio-select-radio {
    margin-right: 5px;
}
.radio-select-label {
    color: black;
    font-size: 14px;
}
.cb-select-outer-box {
    margin-top: 1em;
}
.cb-select-flex-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: end;
}
.cb-select-box {
    margin-right: 8px;
}
.cb-select-label {
    margin-top: 0px;
    color: black;
    font-size: 14px;
}
/* #endregion */


/* Header */


#ovrly
{
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5);
    z-index: 3;
}
/* Top of Header*/
.obsolete-page-header-wrapper
{
    display: block;
    width: 100%;
    box-shadow: 2px 2px 2px;
    z-index: 18;
    padding-bottom: .5em;
    position: fixed;
    top: 0;
    background-color: white;
}

.obsolete-page-header-mobile-wrapper
{
    display: none;
}

.obsolete-page-header-tab-wrapper
{
    display: none;
}

.obsolete-page-header
{
    width: 66%;
    max-width: 1250px;
    min-width: 1250px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0px;
    margin-top: 1em;
}

@media screen and (max-width: 1300px) and (min-width: 1000px)
{
    .obsolete-page-header
    {
        width: 95%;
        max-width: 1250px;  
        min-width: 1000px;
        margin-left: auto;
        margin-right: auto;
        padding-bottom: 0px;
        margin-top: 1em;
    }
}

.top-banner
{
    display: block;
    width: 100%;
    height: 31px;
    background-color: navy;
    font-size: 16px;
    font-weight: 600;
    color: white;
    text-align: center;
    padding-top: 4px;
}

.top-head
{
    margin-left: auto;
    margin-right: auto;
}

.obsolete-desk-head-flex-wrap {
    display:flex;
    flex-direction:row;
    justify-content:space-between;   
}
.head-desk-left
{
    width: 17%;
    max-width: 325px;
    margin-right: auto;
    margin-left: auto;
    align-self:center;
}
.head-left-image {
    display:block;
    width:60%;
    max-width:125px;
    margin-right:auto;
    margin-left:auto;
}

.head-desk-right
{
    width: 17%;
    max-width: 325px;
    margin-right: auto;
    margin-left: auto;
    align-self: center;
}
.head-right-image
{
    display: block;
    width: 30%;
    max-width: 120px;
    margin-right: auto;
    margin-left: auto;
}

.very-top-xlarge
{
    background-color: navy;
    height: 40px;
    font-size: 18px;
    color: white;
    padding: 5px;
    text-align: center;
    font-weight: bold;
}

.top-head-flex-container
{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: start;
}

#thfc1
{
    width: 25%;
}

#thfc2
{
    width: 50%;
}

#thfc3
{
    width: 25%;
}

.log-yes
{
    font-size: 14px;
    color: black;
    font-weight: 600;
    text-align: center;
    margin-top: .5em;
}

.log-img
{
    width: 60%;
}

.item-thfc3-flex-wrapper
{
    margin-left: 10px;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
}

#lofi1
{
    width: 33%;
    text-align: center;    
}

#lofi2
{
    width: 33%;
    text-align: center;
    outline: none;
}

#lofi3
{
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    width: 33%;
    justify-self: end;
    margin-top: 1px;
    cursor: pointer;
}
.item-thfc3b-flex-wrapper
{
    margin-left: 10px;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    
}

#lifi1
{
    width: 30%;
    text-align: center;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
#lifi2 {
    width: 30%;
    text-align: center;
}
.acct-drop-down {
    position: absolute;
    display: none;
    width: 125px;
    background-color: #eaeaea;
    height: auto;
    min-height: 50px;
    z-index: 13;
    box-shadow: 1px 1px 2px;
}
.acct-drop-down-inner-box {
    padding: 8px;
}

.acct-drop-down-item {
    font-size: 14px;
    color: navy;
    font-weight: bold;
    margin-bottom: 5px;
}

.acct-drop-down-item:hover {
    color: maroon;
    cursor: pointer;
    text-decoration: underline;
}

#lifi3
{
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    width: 33%;
    justify-self: end;
    margin-top: 1px;
    cursor: pointer;
}
#loggedincrt {
    width: 6.5%;
}
#myaccttxt {
    margin-right: 5px;
}
.head-cart-icon
{
    width: 25%;
    margin-right: 5px;
}

.head-cart-text
{
    font-size: 13px;
    color: black;
}

.acct-dwn-crt {
    width: 13%;
    margin-left: 5px;
}
#yeslogged
{
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
}

.head-no-cart-text
{
    font-size: 13px;
    color: black;
    outline: none;
}

    .head-no-cart-text:hover
    {
        color: Highlight;
        text-decoration: underline;
        cursor: pointer;
        outline: none;
    }

    .head-no-cart-text:focus
    {
        outline: none;
    }

.shopping-cart-dropdown-contents
{
    display: none;
    height: auto;
    min-height: 100px;
    background-color: #e4e4e4;
    position: absolute;
    width: 400px;
    box-shadow: 2px 2px 2px;
    z-index: 6;
    padding: 15px;
    cursor: default;
}

.cart-popup-box-inner
{
    padding: .25em;
    border: 1px solid black;
}

.cart-contents-flex
{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 10px;
}

.cart-contents-img-col
{
    width: 15%;
}

.cart-contents-img
{
    width: 85%;
    margin-left: auto;
    margin-right: auto;
}

.cart-contents-name-col
{
    width: 44%;
}

.cart-contents-name-txt
{
    font-size: 14px;
    color: black;
    line-height: 1.3;
}

.cart-contents-qty-col
{
    width: 10%;
}

.cart-contents-price-col
{
    width: 19%;
}

.cart-contents-price-txt
{
    font-size: 14px;
    color: black;
    line-height: 1.3;
    text-align: left;
}

.cart-contents-price-unit-col
{
    width: 11%;
}

.cart-popup-title-txt
{
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    color: black;
}

.bottom-cart-txt
{
    font-size: 13px;
    color: navy;
    font-weight: 600;
    text-align: center;
}

    .bottom-cart-txt:hover
    {
        color: Highlight;
        text-decoration: underline;
        cursor: pointer;
    }

.cart-popup-items-remain-txt {
    font-size: 16px;
    font-weight: 600;
    text-align: center;
}

.cart-contents-chkout-button-box
{
    margin-top: 1em;
    text-align: center;
}
/* Bottom of Header Selection*/
.bot-head
{
    margin-top:1px;
}

.bot-head-flex-wrapper
{
    /*margin-top:20px; */
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
}

/*Bottom Left Of Header with SHOP By*/

.head-flex-txt-a
{
   margin:0px;
   font-size:14px;
   font-weight:bold;
   color:black;
   margin-right:5px;
}



.cat-sel-flex-wrap
{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

.log-select-flex-wrap
{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

.log-drop-content
{
    display: none;
    position: absolute;
    padding: 12px;
    background-color: #e8e8e8;
    width: 500px;
    z-index: 6;
    border: solid 2px;
    border-color: black;
    box-shadow: 1px 1px 18px 2px black;
}

.log-drop-content-flex-wrapper {
    display:flex;
    flex-direction:row;
    justify-content: space-between;
    align-items:center;
}

.wx1 {
    width: 49%;
}
.wx2 {
    width: 49%;
}


.log-select-flex-box
{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin-bottom: 1em;
}

.log-select-image-box {
    width: 30%;
}
.log-image {
    display:block;
    width:90%;
    margin-left: auto;
    margin-right:auto;
}


.cart-dd-wrap
{
    width: 13px;
}
.cart-dd {
    display: block;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}


.head-flex-item-right-grid
{
    display: flex;
    flex-direction: row;
    justify-content: end;
    align-items: end;
}


.vehicle-select-flex
{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

    .vehicle-select-flex:hover
    {
        cursor: pointer;
    }

#vsf1
{
   
}

#carIcon
{
    display:block;
    width: 80%;
    max-width:30px;
    margin-left: auto;
    margin-right: auto;
}



#selCarTxt
{
    font-size: 12px;
    color: black;
    text-align: left;
    margin: 0px;
}

    #selCarTxt:hover
    {
        color: Highlight;
        text-decoration: underline;
    }

#carSelectTxt
{
    font-size: 13px;
    color: black;
    font-weight: 600;
    margin-top: -8px;
    margin-bottom: -2px;
}

    #carSelectTxt:hover
    {
        color: Highlight;
    }

.head-flex-txt-rt
{
    font-size: 14px;
    font-weight: bold;
    color: black;
    margin: 0px;
    text-align: right;
}

    .head-flex-txt-rt:hover
    {
        color: Highlight;
        text-decoration: underline;
        cursor: pointer;
    }



/* Modal and dark modal*/
#demlights
{
    display: none;
    position: fixed;
    z-index: 8;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    animation-name: lightsoff;
    animation-duration: .6s;
}
/* animation for modal */
@keyframes lightsoff
{
    from
    {
        opacity: 0
    }

    to
    {
        opacity: 1
    }
}
.spec-message {
    display: none;
    width: 40%;
    background-color:white;
    padding: 20px;
    box-shadow: 0px 1px 16px 3px #090909;
    border: 3px solid navy;
}

.jsMessage-text
{
}
.xit-message-modal {
    display:flex;
    width: 100%;
    justify-content: flex-end;

}
.mod-msg {
    display: block;
    width: 3%;
    text-align: right;
    min-width:25px;
}
.mod-msg:hover {
    cursor: pointer;
}
.js-message-title {
    color: #1d1d1d;
    font-size: 20px;
    margin: 0px;
    margin-bottom: 10px;
}
.js-message-text {
    font-size: 15px;
    margin: 0px;
}
/*Category Mega Menu Styles*/
.cat-drop
{
    float: left;
    z-index: 3;
    overflow: hidden;
}

.cat-drop-content
{
    display: none;
    position: absolute;
    padding: 10px 10px 10px 10px;
    background-color: #f5f5f5;
    width: 750px;
    box-shadow: 1px 1px 18px 2px black;
    z-index: 5;
    border: solid 2px;
    border-color: black;
}
.drop-title {
    color: black;
    font-weight: 600;
    font-size: 20px;
    margin-top: 5px;
    margin-left: 7px;
    margin-bottom: 0;
}

.drop-cont-col
{
    width: 20%;
    padding-left: 5px;
    padding-right: 5px;
    float: left;
}

.cat-item-txt
{
    font-size: 13px;
    line-height: 1.3;
    font-weight: bolder;
    color: black;
    padding-left: 5px;
}

    .cat-item-txt:hover
    {
        color: blue;
        text-decoration: underline;
        cursor: pointer;
    }



    .head-flex-txt-a:hover
    {
        cursor: pointer;
        color: red;
    }

/* Select Vehicle Styles*/
.car-drop
{
    z-index: 8;
}

.car-drop-content
{
    display: none;
    position: absolute;
    padding: 30px 10px 30px 10px;
    background-color: #f5f5f5;
    width: 40%;
    min-width: 575px;
    box-shadow: 8px 8px 16px black;
    z-index: 5;
    border:1px solid black;
}

.car-select-exit-flex {
    display:flex;
    flex-direction:row;
    justify-content:space-between;
    align-items:center;
    margin-bottom: 25px;
}

.xit-car-select
{
    display: block;
    width: 3%;
}

.car-drop-content-text-title
{
    font-size: 20px;
    color: black;
    margin:0px;
}

.car-drop-content-text
{
    font-size: 14px;
    color: black;
}

.option-menu-mob
{
    display: none;
}





/* BreadCrumbs */

.bread-list
{
    display: inline;
    margin: 0px 0px 0px 0px;
    padding: 0px;
}

.bread-nav-list
{
    display: inline;
}

.bread-crumbs-top
{
    font-family: 'Open Sans';
    font-size: 13px;
    color: black;
    margin-top: 1.5em;
    margin-bottom: 1.5em;
}

.breadcrumbs
{
    font-family: 'Open Sans';
    font-size: 13px;
    color: black;
    margin-bottom: 1em;
    padding: 0px;
}

.bread-link
{
    font-family: 'Open Sans';
    font-size: 13px;
    color: darkred;
}

    .bread-link:visited
    {
        color: darkred;
    }





/* Home Page Template*/
.home-text-subtitle
{
    font-size: 16px;
    text-align: center;
    margin-top: .5em;
    color:black;
}

.catagory-link
{
    color: black;
}

    .catagory-link:visited
    {
        color: black;
    }

    .catagory-link:hover
    {
        color: blue;
    }

.cart-popup-box
{
}

.super-home-text-title
{
    margin:0px;
    font-size: 25px;
    font-weight: bold;
    color: black;
    text-align: center;
    margin-bottom:8px;
}
.super-home-subline
{
    margin: 0px;
    font-size: 16px;
    font-weight: bold;
    color: #1f1f1f;
    text-align: center;
    margin-bottom:5px;
}

#homeSec1
{
    margin-top: 1em;
}

.block-add-top-home
{
    display: block;
    width: 100%;
    margin-top: .5em;
}

.block-add-home-wide-img
{
    display:block;
    width: 100%;
}

.home-sel-txt
{
    font-size: 14px;
    color: black;
    text-align: center;
    line-height: 1.3;
    margin:0px;
    margin-top:10px;
    height:50px;
}

    .home-sel-txt:link
    {
        font-size: 14px;
        color: black;
        text-align: center;
        line-height: 1.3;
    }

.small-sel-text
{
    font-size: 12px;
    font-style: italic;
    text-align: center;
    line-height: 1.2;
}

.page-flex-wrapper
{
    display: flex;
    min-height: 80vh;
    flex-direction: column;
    width:100%;
}

.main-page-wrapper-width-all
{
    margin-top: 130px;
    width: 100%;
    flex: 1;
}

.main-page-wrapper
{
    width: 95%;
    max-width: 1250px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2em;
}
.home-banner {
    width: 100%;
}
.middle {
    margin-top: 30px;
}
.bottom {
    margin-top: 5em;
}

.desk-very-top-banner {
    display:block;
}

.cov-notice-home {
    margin-top: 2em;
}
.cov-notice-home-txt {
    color:red;
    font-weight:600;
    font-size:16px;
}

.shop-online-catalogs-box
{
    display: block;
    
}

.home-img-sel
{
    width: 100%;
}

.home-grid-container
{
    display: flex;
    justify-content:space-between;
    align-items:center;
}

.home-grid-container-item
{
    justify-content: space-around;
    width: 90%;
}

.a1
{
    grid-column: 1 / 2;
    grid-row: 1/2;
}

.a2
{
    grid-column: 2/3;
    grid-row: 1/2;
}

.a3
{
    grid-column: 3/4;
    grid-row: 1/2;
}

.a4
{
    grid-column: 4/5;
    grid-row: 1/2;
}

.a5
{
    grid-column: 5/6;
    grid-row: 1/2;
}

.a6
{
    grid-column: 6/7;
    grid-row: 1/2;
}

.a7
{
    grid-column: 7/8;
    grid-row: 1/2
}

.a8
{
    grid-column: 8/9;
    grid-row: 1/2;
}

.a9
{
    grid-column: 9/10;
    grid-row: 1/2;
}

.car-kind
{
    font-size: 100%;
}

.car-pop
{
    position: relative;
    display: inline-block;
    z-index: 5;
}

    .car-pop .car-pop-text
    {
        font-size: 12px;
        visibility: hidden;
        width: 175px;
        background-color: #555;
        color: #fff;
        padding: 5px 5px 5px 5px;
        border-radius: 5px;
        position: absolute;
        z-index: 6;
        top: 10px;
        left: 20px;
        margin-left: -50px;
        opacity: 0;
        transition: opacity 0.2s;
    }

        .car-pop .car-pop-text::after
        {
            content: "";
            position: absolute;
            top: 100%;
            left: 50%;
            margin-left: -5px;
            border-width: 5px;
            border-style: solid;
            border-color: #555 transparent transparent transparent;
        }

    .car-pop:hover .car-pop-text
    {
        visibility: visible;
        opacity: 1;
    }


/*Three links across page*/
.three-links {
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #d1d1d1;
    border: 1px solid #979797;

}

.three-links-mobile {
    display:none;
}
.three-links-flex-wrapper
{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
#thfw1 {
    width: 32%;
}

#thfw2 {

    width:32%;

    }
#thfw3 {
    width:32%;
}
.front-page-blob
{
    display: block;
    width: 95%;
    margin-left: auto;
    margin-right: auto;
}


.cat-link a
{
    font-size: 12px;
    color: white;
}

.home-img-sel:visited
{
    font-size: 14px;
    color: black;
    text-align: center;
    line-height: 1.3;
}

.flyer-links
{
    display: block;
    margin-top: 2em;
}

.flyer-grid-container
{
    margin-top: 2em;
    display: grid;
    grid-template-columns: 25% 25% 25% 25%;
    justify-items: center;
}

.flyer-grid-container-item
{
    justify-content: space-around;
    width: 90%;
}

.f1
{
    grid-column: 1/2;
    grid-row: 1/2;
}

.f2
{
    grid-column: 2/3;
    grid-row: 1/2;
}

.f3
{
    grid-column: 3/4;
    grid-row: 1/2;
}

.f4
{
    grid-column: 4/5;
    grid-row: 1/2;
}

.flyer-cover-img
{
    width: 100%;
    box-shadow: 3px 3px 3px 0 rgba(0,0,0,0.33);
}

.flyer-link
{
}

.quote-wrapper
{
    margin-top: 7em;
    margin-bottom: 2em;
}

.customer-testimony
{
    font-size: 28px;
    font-family: 'Times New Roman', Times, serif;
    font-style: italic;
    color: #151515;
    line-height: 1.9;
    border-left: 7px solid rgb(221, 221, 221);
}

.test-name
{
    margin-left: 3em;
    font-size: 20px;
    color: #5c5c5c
}
/* Home Page Catagories */
.featured-catagories
{
    margin-top: 5em;
}

.mob-featured-categories {
    display:none;
}

.catagory-grid-container
{
    display: flex;   
    justify-content: space-between;
    margin-bottom:1.5%;
}

.catagory-grid-container-item
{
    width: 15%;
}


.catagory-img
{
    display:block;
    width: 90%;
    margin-right:auto;
    margin-left:auto;
}

.catagory-border
{
    border: 1px;
}




/* #region Footer Area*/
.mob-footer-wrapper
{
    display: none;
}

.lap-footer-wrapper
{
    display: none;
}

.footer-wrapper
{
    display: block;
    width: 100%;
    height: auto;
    background-color: #232323;
    padding-bottom: 1em;
}

.footer-upper-decoration-box
{
    width: 100%;
    z-index: 3;
    position:absolute;  
    margin-top:-20px;  
}

.footer-upper-decoration-img
{    
    display:block;
    width:100%;     
}

.footer-main-wrapper
{
    margin-top: 3em;
    display: block;
    bottom: 0;
    width: 100%;
}

.footer-wrapper-inner
{
    padding-top: 1em;
}

.footer-wrapper-inner
{
    width: 95%;
    max-width: 1250px;
    margin-left: auto;
    margin-right: auto;
}

.inner-footer-box
{
    padding-top: 1em;
}

.column-box-flex-container
{
    display: flex;
    justify-content: space-between;
}

.column-box-flex-inner
{
}

#cbfi1
{
    width: 45%;
}

#cbfi2
{
    width: 55%;
}

.right-footer-grid
{
    display: grid;
    grid-template-columns: 30% 30% 30%;
    grid-column-gap: 30px;
}

.fgc1
{
    grid-column: 1/2
}

.fgc2
{
    grid-column: 2/3
}

.fgc3
{
    grid-column: 3/4
}

.footer-col-head
{
    font-size: 15px;
    font-weight: 800;
    color: white;
    border-bottom: solid 2px;
    border-bottom-color: #0d3eff;
    font-variant: small-caps;
}

.footer-col-text-link
{
    font-size: 14px;
    color: #e2e2e2;
    line-height: 1.2;
}

    .footer-col-text-link:hover
    {
        color: Highlight;
        text-decoration: underline;
        cursor: pointer;
    }

.footer-col-text-right-add
{
    font-size: 14px;
    color: #e2e2e2;
    font-weight: 600;
    text-decoration: underline;
    margin-bottom: -5px;
}

.footer-col-right-address
{
    font-size: 12px;
    color: #e2e2e2;
    line-height: 1.3;
}
.info-mail
{
    
    font-size: 12px;
    color: #e2e2e2;
    line-height: 1.3;
}
    .info-mail:hover
    {
        color: Highlight;
        text-decoration: underline;
        cursor: pointer;
    }

.footer-col-right-smaller-txt
{
    font-size: 12px;
    color: #e2e2e2;
    line-height: 18px;
    margin: 0px;
}

.foot-logo-image
{
    width: 60%;
    margin-right: auto;
}
.foot-logos-box {
    width:95%;
    margin-bottom: 20px;
}
.foot-logos-img {
    width:100%;
}

.foot-logo
{
    display: block;
    width: 100%;
}

.foot-name-title-txt
{
    font-size: 22px;
    color: white;
    font-weight: 600;
}

.foot-tag-txt
{
    margin-top: -4px;
    font-family: 'Damion', cursive;
    font-size: 22px;
    color: #fb0505
}

.foot-news-sign-up
{
    margin-top: 30px;
}
/* #region Newsletter Signup And Subscription */

.newsletter-signup-title
{
    font-size: 14px;
    color: white;
    margin-bottom: -1px;
}

.newsletter-input-block
{
    width: 60%;
}

.newsletter-flex-wrapper
{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.newsletter-form
{
    display: block;
}

.news-input-wrapper
{
    width: 60%;
}

#newssignup
{
    height: 30px;
    border-radius: 5px;
    color: #303030;
}

.news-button-wrapper
{
    width: 30%;
}

.news-signup-button
{
    font-size: 13px;
    height: 30px;
    color: white;
    background-color: blue;
    padding-top: 3px;
    padding-bottom: 3px;
    border-style: none;
    padding-left: 5px;
    border-radius: 5px;
}

    .news-signup-button:hover
    {
        background-color: #fb0505;
    }

    /* #endregion */

/* #region Newletter Subcription Page*/



/* #endregion */

.social-share-wrapper
{
    margin-top: 1em;
    width: 30%;
}

.social-share-flex
{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.soc-img
{
    display: block;
    width: 60%;
}

.check-chevy-wrapper
{
    margin-top: 20px;
}

.chevy-title
{
    font-size: 16px;
    color: #9f9f9f;
    font-variant: small-caps;
    font-weight: 600;
    margin: 0px;
}

.chevy-link
{
    font-size: 14px;
    margin: 0px;
    color: #9f9f9f;
}

    .chevy-link:hover
    {
        color: Highlight;
        text-decoration: underline;
        cursor: pointer;
    }

.footer-break
{
    width: 100%;
    max-width: 1250px;
    margin-left: auto;
    margin-right: auto;
}

.no-more
{
    display: block;
    margin-top: .5em;
    margin-bottom: .5em;
    border-top: 1px solid rgb(66,66,66)
}

.copy-tag
{
    font-size: 10px;
    color: white;
    text-align: center;
    margin: 0px;
    padding-bottom:15px;
}

/* #endregion */





/* CMS Pages */

.cms-page-wrapper {
    margin-top: 3em;
}
/* Swap Meet Schedule */
.inner-page-container
{
    margin-top: 2em;
}

.swap-title
{
    font-size: 36px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 1em;
}

.ford-truck
{
    display: block;
    width: 15%;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 2em;
}

.cms-page-par
{
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    font-size: 14px;
    line-height: 1.3;
}

#swap1
{
    font-size: 16px;
    line-height: normal;
}

.swap-table-wrapper
{
    display: block;
    margin-top: 2em;
    width: 60%;
    margin-left: auto;
    margin-right: auto;
}

.swap-grid
{
    display: grid;
    grid-template-columns: 60% 40%;
    align-items: center;
    margin-bottom: 2em;
}

.swap-head
{
    font-size: 18px;
    color: black;
    font-weight: bold;
    text-align: center;
    border-bottom: solid;
    border-bottom-color: black;
    padding: 12px;
    background-color: #f2f2f2;
}

.swap-row-first
{
    font-size: 16px;
    color: black;
    text-align: center;
    padding: 12px;
    background-color: #e9c0ff;
}

.swap-row-second
{
    font-size: 16px;
    color: black;
    text-align: center;
    padding: 12px;
    background-color: #ffc7b2;
}

#r1c1
{
    grid-column: 1/2;
    grid-row: 1/2;
}

#r1c2
{
    grid-column: 2/3;
    grid-row: 1/2;
}

#r2c1
{
    grid-column: 1/2;
    grid-row: 2/3;
}

#r2c2
{
    grid-column: 2/3;
    grid-row: 2/3;
}

#r3c1
{
    grid-column: 1/2;
    grid-row: 3/4;
}

#r3c2
{
    grid-column: 2/3;
    grid-row: 3/4;
}

#r4c1
{
    grid-column: 1/2;
    grid-row: 4/5;
}

#r4c2
{
    grid-column: 2/3;
    grid-row: 4/5;
}

/* Log In Page & Register Pages - Also Most Form input requirements*/

.sign-in-form-outer-box
{
    width: 40%;
    min-width: 400px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    border: solid 1px #dcdcdc;
    min-height: 300px;
    margin-top: 4em;
    padding: 15px;
    box-shadow: 0px 2px 4px;
}
.sign-in-form-inner-wrapper {
    display:block;
    overflow:auto;
}

.sign-in-title-txt
{
    margin: 0px;
    font-size: 22px;
    text-align: center;
}

.login-page-txt
{
    font-size: 16px;
    color: black;
    text-align: center;
}

.account-login
{
    width: 40%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 3em;
    /*transform: translate(-50%, -50%);*/
}

.required-field
{
    font-size: 14px;
    font-weight: 600;
    color: black;
}

.sign-in-form-box
{
    margin-bottom: .5em;
    margin-top:.5em;
}
.check-radio-flex-wrapper {
    display: flex;
    flex-direction: row;
    justify-content:flex-start;
  
}



.newsletter-checkbox
{
    display: block;
    margin-right: 30px;
}

.newsletter-label {
    display:block;
    margin-left:10px;
}

.sign-in-req-field
{
    margin-top: .5em;
    margin-bottom: .5em;
}

.login-req-txt
{
    font-size: 12px;
    color: red;
    margin: 0px;
}

.log-buton-box
{
    margin-top: 10px;
    margin-bottom: 10px;
}
/* Forgot Password & Captcha */
.outer-captcha-box
{
    margin-top: 10px;
}

.desk-captcha-image
{
    margin-top: 20px;
    margin-bottom: 20px;
}

.desk-captcha-note
{
    margin-top: 10px;
    font-size: 16px;
    color: black;
}

.forgot-pass-link:hover
{
    text-decoration: underline;
    color: Highlight;
}
.captcha-flex-wrapper {
    display:flex;
    justify-content:flex-start;
}
#capImg
{
    margin-right: 15px;
}
.captcha-reload-img {
    display:block;
}
.captcha-reload-img:hover {
    cursor:pointer;
}
/* Reset Password link to page from email*/
.reset-forgot-password-wrapper {
    width:25%;
}
/* Account Register */
.register-form-outer-box
{
    width: 60%;
    min-width: 600px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    border: solid 1px #dcdcdc;
    min-height: 300px;
    margin-top: 4em;
    padding: 15px;
    box-shadow: 0px 2px 4px;
}
.form-row-below-title {
    margin-top: 1em;
}
.form-input-two-fields-flex-box
{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.form-input-fields-col1 {
    width: 49%;
}
.form-input-fields-col2 {
    width: 49%;
}






/* Product Grid Page*/
/* Left side */
.left-block-wrapper-box
{
    border: 1px solid #d0d0d0;
    padding: 0.5em;
    margin-right: 20px;
    max-height: 360px;
}

.left-site-add-img
{
    width: 100%;
}

.left-block-title
{
    font-family: 'Lato', sans-serif;
    color: black;
    font-size: 14px;
    font-weight: 700;
    padding: .25em;
    margin-left: .25em;
    margin-top: -.25em;
}

.left-block-inner-box
{
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    max-height: 280px;
    overflow: auto;
}

.left-layer-filter-title
{
    text-align: left;
    font-size: 20px;
    color: black;
}

.product-viewed
{
    margin-top: 1em;
}

.right-product-grid-title
{
    font-size: 30px;
    color: black;
    font-weight: 600;
}


.category-back-button-box {
    display: flex;
    margin-bottom: 1em;
    justify-content: center;
   
}

.sub-cat-items
{
    margin-bottom: 1em;
}

.recent-viewed
{
    margin-bottom: 1em;
}

.recent-view-item-inner-box
{
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    overflow: auto;
    max-height: 280px;
}

.recent-view-items-flex
{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

.recent-view-img-box
{
    width: 30%;
    max-width: 50px;
    margin-right: 15px;
}

.recent-view-img
{
    width: 100%;
}

.recent-view-prod-txt
{
    font-size: 14px;
    color: black;
    font-weight: 700;
    line-height: 1.2;
}
/* This is the container above product listing and left side*/
.product-grid-top
{
    margin-top: 0em;
}

.sub-cat-list
{
    line-height: 20px;
}

.sub-cat-layer-main-title-txt
{
    font-size: 16px;
    font-weight: bold;
    color: black;
    text-decoration: underline;
    margin-bottom: .25em;
}

.sub-cat-layer-title-txt
{
    font-size: 14px;
    font-weight: 600;
    color: black;
    text-decoration: underline;
}

.sub-cat-list-txt
{
    margin-bottom: 15px;
    margin-left: 15px;
}


dd, dt
{
    
}

.sub-cat-link
{
    font-size: 14px;
    font-weight: normal;
    color: black;
    line-height: 16px
}

    .sub-cat-link:visited
    {
        color: navy;
    }

    .sub-cat-link:hover
    {
        color: Highlight;
    }

.sub-cat-current-link
{
    font-size: 14px;
    font-weight: normal;
    color: crimson;
    line-height: 16px
}
.sub-cat-current-link:visited {
    color:crimson;
}
.sub-cat-current-link:hover {
    color:Highlight;
}


.mob-prod-list-container {
    display:none;
}

.product-grid-wrapper
{
    margin-top: 5px;
    display:block;
}



.grid-wrapper-flex-box
{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.product-grid-flex-left
{
    width: 25%;
    min-width:325px;
}

.product-grid-flex-right
{
    width: 75%;
}
/* Right Side On Product Grid */

.mob-catalog-category-view-container {
    display:none;
}

.mob-prod-list-container {
    display:none;
}


.no-products
{
    font-size: 18px;
    color: maroon;
    font-weight: 600;
}

.mob-prod-grid-top-toolbar {
    display:none;
}

.mob-toolbar-pager {
    display:none;
}

.products-cat-title
{
    margin-bottom: 1.5em;
}

#cattitle
{
    padding: 0px;
    margin: 0px;
    line-height: 1;
    font-weight: 600;
    color: black;
}

.category-description-top
{
    color: black;
    margin-top: .5em;
    margin-bottom: 1em;
}

.toolbar-box
{
    margin-top: 2em;
    margin-bottom: 2em;
}

.toolbar-box-inner-flex
{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
     /** toolbar - footbar -- PAGER Elements*/
#tbif1
{
    width: 30%;
}

#tbif2
{
    width: 28%;
}

#tbif3
{
    width: 42%;
}

.limiter
{
}

.sort-by
{
    width: 80%;
}

.sort-by-inner-flex-box
{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

#sbifb1
{
    width: auto;
    font-size: 14px;
    color: black;
    margin-top: 5px;
    margin-right: 10px;
}

#sbifb2
{
    color: black;
    font-size: 14px;
    width: auto;
    margin-right: 5px;
}

.sort-by-select-opt
{
}

.limiter-page-flex-box
{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

.limit-per-pg
{
    font-size: 14px;
    margin-right: 10px;
    margin-bottom: 0px;
}

.per-pg-sel
{
    width: 25%;
    color: black;
}

.limit-txt
{
    font-size: 14px;
    color: black;
    margin-left: 10px;
}

.limit-per-pg
{
    display: block;
}

.toolbar-pager-flex-wrap
{
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
}

.toolbar-result-txt
{
    font-size: 14px;
    color: black;
    margin-right: 10px;
    text-align:right;
}

.pager-pages-link {
    display:flex;
    flex-direction:row;
    justify-content:flex-end;
    
}
.pager-direction {
    display: block;
    width: 100%;    
    margin-left: auto;
    margin-right: auto;
    margin-top:75%;

}
.pages-link-outer
{
    padding-left: 10px;
    padding-top: 7px;
    padding-right: 10px;
    padding-bottom: 7px;
    background-color: navy;
    color: white;
    margin-left: 5px;
    border-radius: 6px;
    font-weight: 600;
    font-size: 14px;

}
.pages-link-outer:hover {
    background-color: Highlight;
}
.pages-link-outer-direction
{
    padding-left: 10px;
    padding-top: 7px;
    padding-right: 10px;
    padding-bottom: 7px;
    background-color: navy;
    color: white;
    margin-left: 5px;
    border-radius: 6px;
    font-weight: 600;
    font-size: 14px;
    width: 30px;
    height: 100%;
}
    .pages-link-outer-direction:hover
    {
        background-color: Highlight;
    }
.pages-link-outer-current
{
    padding-left: 10px;
    padding-top: 7px;
    padding-right: 10px;
    padding-bottom: 7px;
    background-color: maroon;
    color: white;
    margin-left: 5px;
    border-radius: 6px;
    font-weight: 600;
    font-size: 14px;
}


.pagination-order-list
{
    display: inline;
}

.pagination-listing
{
    display: inline;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-right: 5px;
    padding-left: 7px;
    background-color: #e4e4e4;
    margin-right: 5px;
    border-radius: 5px;
}
.product-grid-footer-bar {
    margin-top:20px;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;

}

/* Right Side Product Grid*/
/* This FLEX Grid New */
.mob-prod-list-grid-outer-box {
    display:none;
} 

.mob-all-prod-grid-list-box
{
    display: none;
}
.all-prod-grid-list-box {
    display:block;
}

.product-grid-outside-wrapper
{
    display: block;
    width: 100%;
}
.prod-grid-row-flex-wrapper {
    display:flex;
    flex-direction:row;
    justify-content:flex-start;   
    margin-bottom: 10px;
}
.prod-grid-semi-row-flex-wrapper
{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    margin-right: 1%;
    margin-bottom: 10px;
}

.prod-grid-row-col-box {
    width:24%;
    border:1px solid #bebebe;
    height:auto;
    padding-left:8px;
    padding-right:8px;
    padding-top:4px;
    padding-bottom:10px;
   
}
.prod-grid-row-col-box:hover {
    box-shadow: 5px 5px 15px #6c6c6c;
}
.prod-grid-img-box {
    width:75%;
    margin-left:auto;
    margin-right:auto;
    margin-top:10px;
}
.grid-image-image
{
    display: block;
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    height: auto;
}
.prod-grid-title-box {
    display:block;
    position:relative;
}
.prod-grid-fit-box {
    margin-top:15px;
}
.prod-grid-oem-box
{
    margin-top: 15px;
}
.prod-grid-but-box {
    margin-top:12px;
}
.prod-grid-but-box-inner-flex
{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-content: center;
}
.prod-grid-details-button
{
    width: 45%;
    font-family: 'Open Sans';
    font-size: 13px;
    color: crimson;
    font-weight: normal;
    background-color: #f5f5f5;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-radius: 4px;
    border: solid 1px;
    border-color: black;
}

    .prod-grid-details-button:hover
    {
        cursor: pointer;
        background-color: #d5d5d5;
        color: black;
    }

.prod-grid-add-button
{
    width: 45%;
    font-family: 'Open Sans';
    font-size: 13px;
    color: white;
    font-weight: normal;
    background-color: #002a76;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-radius: 4px;
    border: none;
}

.prod-grid-add-button-nono
{
    width: 45%;
    font-family: 'Open Sans';
    font-size: 13px;
    color: white;
    font-weight: normal;
    background-color: lightsteelblue;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-radius: 4px;
    border: none;
}
.prod-grid-add-button-nono:hover{
    cursor:not-allowed;
}

.prod-grid-add-button:hover
{
    background-color: maroon;
}



/*Product Overview Page*/
.mob-product-ov-outer-wrapper
{
    display: none;
}

.product-wrapper-flex
{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.product-overview-flex-left
{
    width: 58%;
}

.product-overview-flex-right
{
    width: 40%;
}

#productImage
{
    display: block;
    width: 50%;
    margin-left: auto;
    margin-right: auto;
}
#productImage:hover {
    cursor: zoom-in;
}
.img-zoom-lens {
    position: absolute;
    width: 10%;
    height: 10%;
}

.zoomed-image {
    display: none;
    position: fixed;
    z-index: 15;
    width: 40%;
    height: 40%;
    background-color: #c6c6c6;
    box-shadow: 0px 10px 10px;
}
.under-media {
    font-size: 14px;
    font-weight: 600;
    text-align: center;
}

.product-picture-gallery
{
}

.picture-gallery-list-item
{
    display: inline;
    list-style-type: none;
}
.media-tumbnails-flex-box {
    display:flex;
    flex-direction:row;
    justify-content:flex-start;
}
.add-pic-txt {
    color: black;
    font-size: 20px;
}
.media-pic-box {
    width: 10%;
}
.media-gallery-img {
    display: block;
    width: 85%;
    margin-left: auto;
    margin-right: auto;
}
.media-gallery-img:hover {
    cursor: pointer;
}
.large-image-modal {
    position: fixed;
    z-index: 25;
    display: none;
    height: auto;
    width: auto;
    background-color: #ffffff;
    padding: 20px;
    box-shadow: 1px 8px 12px black;
}
.clicked-image-flex-outer-wrapper {
    display: flex;
    flex-direction:row;
    justify-content:space-around;
}
.blown-up-image-view
{
    position: relative;
    padding: 5px;
    width: 60%;
  
}
.blown-up-text-view {
    width:36%;
    text-align: left;
}
#bigModTitleText {
    font-size: 30px;
    font-weight: 600;
    color:black;
    margin-bottom:15px;
    line-height:34px;
}
#bigModStockNum {
    font-size: 18px;
    color:black;
}
.blown-up-image-outer-box
{
    position: relative;
    width: 100%;
}
.blown-up-image-img {
    
    width: 100%;
}
.blown-up-image-img:hover {
    cursor:zoom-in;
}
.big-mod-img-more-gal-flex-box {
    display:flex;
    flex-direction:row;
    flex-wrap: wrap;
    justify-content:flex-start;
}


.exit-big-modal-flex
{
    display: flex;
    justify-content: flex-end;
}
.big-modal-leave-image {
    display: block;
    width: 2%;
    min-width:22px;
}
.big-modal-leave-image:hover {
    cursor:pointer;
}

.sku-stk-top
{
    margin:0px;
    color: #2a2a2a;
    font-size: 14px;

}

.prod-view-clear-banner{
    margin-top:0px;
    background-color: coral;
    color:white;
    font-size:24px;
    font-weight:bold;
    padding:5px;
    margin-bottom:10px;
 }

.bold-red
{
    color: darkred;
    font-size: 22px;
    font-weight: 700;
}

.hand-side-txt
{
    margin:0px;
    color: darkblue;
    font-size: 18px;
    font-weight: 600;
}

.disting-text {

    color:black;
    font-size:17px;
    font-weight:700;

}

.prod-title-txt
{
    font-size: 28px;
    font-weight: 600;
    color: black;
    margin: 0px;
    line-height: 1.4;
}

.line-divide-right
{
    display: block;
    border-color: #d3d3d3;
    margin-top: 5px;
    margin-bottom: 5px;
}

.short-desc-title
{
    font-family: 'Lato', sans-serif;
    color: black;
    font-size: 16px;
    font-weight: 600;
    text-decoration: underline;
    margin-top: 1em;
    margin-bottom: 0px;
}

.special-title-text
{
    color: #2a2a2a;
    font-size: 15px;
    font-weight: 600;
    margin:0px;
}
.special-desc-text {
    font-weight: 400;
    margin: 0px;
    color: black;
    font-size: 13px;
    line-height: 15px;
}

.short-desc-txt
{
    font-family: 'Lato', sans-serif;
    font-weight: normal;
    color: #2a2a2a;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.3;
}

.view-review-flex-wrapper
{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin-top: .25em;
}

.review-stars
{
    display: block;
    width: 90%;
}

#vrfw1
{
    width: 20%;
}

.review-txt
{
    font-size: 12px;
    color: #2a2a2a;
    margin: 0px;
}

.this-part-fits-flex-wrap
{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin-top: .5em;
}

#tpffw1
{
    width: 5%;
}

.part-fits-img
{
    display: block;
    width: 90%;
}

.part-fits-txt
{
    font-size: 14px;
    color: navy;
    font-weight: 600;
    margin: 0px;
}

.sav-perc-txt
{
    color: darkorange;
    font-size: 18px;
}

.compare-to-txt
{
    color: #2a2a2a;
    font-size: 16px;
    font-weight: normal;
}

.comp-price-txt
{
    color: black;
    font-size: 16px;
    font-weight: normal;
    text-decoration: line-through;
}

.price-sell-with-comp
{
    font-size: 24px;
    font-weight: 600;
    color: #2a2a2a;
}

.price-sell
{
    font-size: 24px;
    font-weight: 600;
    color: #2a2a2a;
    margin-top: 1em;
}
.on-sale-text 
{
    margin:0px;
    font-size:18px;
    color:navy;
    font-weight:bold;
    margin-top:5px;
}
.on-sale-now-price {
    font-size:24px;
    color:red;
    font-weight:bold;
}
.price-sale-ends {
    font-size:13px;
    color:black;
    font-weight: bold;
}

.oem-title-txt
{
    font-family: 'Lato', sans-serif;
    color: black;
    font-size: 16px;
    font-weight: normal;
    text-decoration: underline;
    margin-top: 1em;
    margin-bottom: 0px;
}

.oem-num-txt
{
    font-family: 'Open Sans';
    font-size: 16px;
    color: #2a2a2a;
    font-weight: 700;
}

.view-part-disc
{
    font-size: 14px;
    font-weight: 600;
    color: darkred;
}

.right-notice-flex
{
    margin-top: 1em;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

.right-notice-img
{
    display: block;
    width: 95%;
    margin-left: auto;
    margin-right: auto;
}

.right-notice-img-box {
    width: 8%;
    margin-right: 10px;
}
.right-notice-txt-box {
    width: 92%;
}

.add-cart-flex-outer-wrapper
{
    margin-top: 2em;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

#acfow1
{
    width: 25%;
    margin-right: 10px;
    min-width:110px;
}

#acfow2
{
    width: 30%;
}

.input-add-to-cart-flex
{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

.qty-add-cart-label
{
    font-size: 16px;
    color: black;
    width: 25%;
    margin-right: 5px;
}

#qty
{
    font-size: 16px;
    color: black;
    width: 40%;
}

.view-add-to-cart-but
{
    font-size: 14px;
    color: white;
    font-weight: normal;
    background-color: navy;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-radius: 3px;
    border: none;
}

.add-cart-wrapper
{
    margin-top: 1em;
}

.add-to-cart-button-view
{
}

.product-overview-bottom
{
    margin-top: 5em;
}

.bd-pricetext-9
{
    text-align: left;
    font-weight: 600;
}

.product-after-top
{
    margin-bottom: 3em;
}

.classic-vertical
{
    width: 30%;
}

/* Color Swatches */
.color-swatch-title {
    margin:0px;
    font-size:18px;    
    margin-top:16px;
    color:black;
    font-weight:bold;
}
.swatch-note-text {
    margin:0px;
    font-size:12px;
    margin-top:3px;  
    color:black;
    font-style:italic;
}

.color-choices-flex-wrapper
{
    display: flex;
    justify-content: flex-start;
    margin-top: 12px;
}
.color-swatch-wrapper {
    margin-right:10px;
    width:8%;
    
}
.color-swatch-img-box {
    width:95%;
    margin-left:auto;
    margin-right:auto;
    box-shadow: 2px 2px 2px grey;
}
.swatch-image {
    display:block;
    width:99%;
    margin-left:auto;
    margin-right:auto;
}
.color-swatch-title-box {
    margin:0px;
    text-align:center;
    font-size:13px;
    font-weight: bold;
    color:navy;
    margin-top:5px;
    line-height:1.1;
    font-style:italic;
}
/*Tabs at bottom of view Page*/
.bottom-tab-view-box
{
    margin-top: 4em;
    border: 1px solid #2a2a2a;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
}
.view-tablink {
   
    background-color: white;
    padding: 10px;
    color:black;
    font-size: 14px;
    text-align: center;
   
    padding-bottom:14px;
    font-weight: 600;
    z-index: 16;          
}

.fitment-tab-title {
    margin:0px;
    font-size: 26px;
    font-weight:600;
    color:black;
    margin-bottom:20px;
    margin-top: 10px;
}



.view-fitment-table
{
    width: 100%;
    margin-top: 15px;
    border: none;
}
.view-fitment-header-row {
    background-color: #b6b6b6
}
.fitment-row-header {
    color: black;
    font-weight: 600;
    font-size: 14px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    
}
.cl1 {
    width: 65%;
}
.cl2 {
    width: 35%;
}
.fitment-body-row {
    color:black;
    font-size: 15px;
    padding : 5px 10px;
    font-weight: 600;
    border: none;
}
#moreInfo {
    display: none;
}

.fc1
{
    width: 65%;
}
.fc2 {
    width: 35%;
}
.more-info-tabs-box {
   
}
.more-info-heading
{
    background-color: navy;
}
.more-info-title-text
{
    font-size: 22px;
    color: black;
}
.more-info-h3 {
    text-decoration: underline;
}

.details-more-flex-wrapper
{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    margin-bottom: 1em;
}
.more-info-desc-txt {
    font-size: 16px;
    color: black;
    font-weight: 600;
    margin-bottom:20px;
}
.detail-title-text
{
    width: 12%;
    color: black;
    font-weight: 600;
    font-size: 16px;
    margin-right: 10px;
}
.detail-text-text {
    margin:0px;
    width:85%;
    color: black;
    font-weight:600;
    font-size: 16px;
    
}

.product-notice-catalog-title{
    margin-top: 2em;
    font-size: 14px;
    color: black;
    font-weight: bold;
}

.product-notice-container
{
    width: 30%;
    font-size: 14px;
    color: #0000FF;
    font-weight: 600;
}




.product-publications-flex{

    display:flex;
    flex-direction: row;

}

.product-anchor-link
{
    font-size: 14px;
    color: #0000FF;
    font-weight: 600;
    font-style: italic;
    text-decoration: underline;
    flex-shrink: 0;

}

.product-anchor-link:visited
{
    font-size: 14px;
    color: #0000FF;
    font-weight: 600;
    font-style: italic;
    text-decoration: underline;
    flex-shrink: 0;
}

.product-anchor-link:hover{

}

.right-catalogs-name{
    flex-shrink: 0;
}

.product-publication-dots
{
    color: black;
    border-bottom: dotted 2px;
    flex-grow: 1;
    margin-left: 5px;
    margin-right: 3px;
    margin-bottom: 4px;
}

.product-publications-catalogs-page{
    color: black;
    text-align: right;
    flex-shrink: 1;
}



.prop65-img-box
{
    margin-top: 75px;
    width: 30%;
}
.prop-img
{
    display: block;
    width: 95%;
}
/* Product Listing Page */
.grid-list-prod-sale-banner
{
    margin-top: 5px;
    max-width: 75px;
    background-color: red;
    padding: 3px;
    color: white;
    font-size: 18px;
    font-weight: bold;
    position:absolute;
    z-index:5;
    
}
.grid-list-prod-clearance-banner
{
    margin-top: 5px;
    max-width: 160px;
    background-color: coral;
    padding: 3px;
    color: white;
    font-size: 16px;
    font-weight: bold;
    position: absolute;
    z-index: 5;
}

.grid-list-ind-part
{
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
}
.grid-list-sku-no {
    margin:0px;
    font-size: 13px;
    color: maroon;
    text-align: left;
}
.grid-list-oem-no {
    margin: 0px;
    font-size: 13px;
    color: black;
    text-align: left;
}

.list-title-grid
{
    font-size: 16px;
    color: black;
    text-align: left;
    font-weight: 600;
    margin: 0px;
}

    .list-title-grid:hover
    {
        color: Highlight;
        text-decoration: underline;
        cursor: pointer;
    }
.grid-list-side-info {
    margin:0px;
    text-align: left;
    color: black;
    font-size: 13px;
    font-weight: 600;
}
.grid-list-color-info {
    margin:0px;
    text-align: left;
    color: darkgreen;
    font-size: 12px;
}
.grid-list-qualify-info {
    margin:0px;
    color: black;
    font-size: 13px;
}
.grid-list-price-flex-wrap
{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: baseline;
    margin-top: 5px;
}

.grid-list-prod-price
{
    font-family: 'Lato';
    font-size: 24px;
    color: black;
    text-align: left;
    margin-right: 5px;
}
.grid-list-prod-sale-ends-date{
    margin:0px;
    font-size:12px;
    color:navy;
    font-weight:bold;
}
.grid-list-only-left {
    margin:0px;
    color: maroon;
    font-weight:bold;
    font-size:14px;
    margin-top:6px;
}
.grid-list-prod-on-sale
{
    margin: 0px;
    color: black;
    font-size: 14px;
    font-weight: bold;
    margin-top: 5px;
}

.grid-list-prod-sale-price 
{
    margin:0px;
    color:red;
    font-size:24px;
    font-weight:bold;
}

.grid-list-dont-pay-flex-wrap
{
    display: flex;
    justify-content: flex-start;
    align-items: baseline;
}
.grid-list-dont-markout-txt {
    margin: 0px;
    margin-right: 5px;
    font-weight: 600;
    font-size: 16px;
    color: navy;
}

.grid-list-dont-only
{
    font-family: 'Lato';
    font-size: 24px;
    margin: 0px;
    color: red;
    margin-right: 5px;
}

.grid-list-prod-price-markout
{
    font-size: 20px;
    color: black;
    text-align: left;
    margin-right: 10px;
    text-decoration: line-through;
}



.grid-list-prod-price-uom
{
    font-family: 'Lato';
    font-size: 16px;
    color: black;
    text-align: left;
}

/* -> The bottom margin is space feore button */
.grid-list-prod-application
{
    font-size: 12px;
    color: navy;
    text-align: left;
    margin: 0px;
    margin-bottom: 5px;
    line-height: 1.3;
}

.grid-more-application
{
    font-size: 12px;
    color: Highlight;
    text-align: left;
    margin: 0px;
    /* margin-bottom: 10px; */
}

.grid-some-application-title
{
    font-family: Lato;
    font-size: 14px;
    color: black;
    text-align: left;
    text-decoration: underline;
}

.grid-more-application:hover
{
    text-decoration: underline;
    cursor: pointer;
}
.fitting-app-one {
    background-color: #c9ffca;
}

.grid-select-car-fits
{
    text-align: left;
    font-size: 14px;
    font-weight: 600;
    color: navy;
}
.car-fits-txt {
    margin: 0px;
}

.grid-car-fits-img
{
    width: 10%;
}
.space-above-buttons {
    margin-bottom: 15px;
}



/* Shopping Cart */
.mob-cart-section-outer-wrapper-box {
    display: none;
}
.mob-cart-codes-wrapper-box {
    display:none;
}


.cart-section-outer-wrapper-box
{
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    border: solid 1px #dcdcdc;
    height: auto;
}
.inner-shop-items-wrapper-box {
    height: auto;
    max-height: 500px; 
}

.shop-cart-title
{
    margin: 0px;
    margin-bottom: 10px;
    font-size: 22px;
}
.small-tit-txt {
    font-weight: 600;
    color: black;
}

.shop-cart-title-top-flex
{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.back-shopping
{
    font-size: 14px;
    color: Highlight;
}

    .back-shopping:hover
    {
        text-decoration: underline;
        cursor: pointer;
    }


.no-items {
    font-size: 18px;
    color: black;
    font-weight: 600;
}

.shopping-cart-flex-outer-wrapper
{
    margin-top: 15px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.shopping-cart-page-left
{
    width: 74%;
}

.shopping-cart-page-right
{
    width: 25%;
}
.mob-shopping-cart-wrapper {
    display:none;
}

.mob-cart-section-outer-wrapper-box {
    display:none;
}

.shop-cart-options-flex
{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
}

.outer-shop-cart-flex-title-box
{
    background-color: #002a76;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 10px;
}

.shop-cart-items-title-flex-wrapper
{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.shop-cart-col-title
{
    color: white;
    font-size: 14px;
    font-weight: 600;
    margin: 0px;
}

#scitfw1
{
    width: 10%;
}

#scitfw2
{
    width: 25%;
    text-align: center;
}

#scitfw3
{
    width: 15%;
    text-align: center;
}

#scitfw4
{
    width: 8%;
    text-align: center;
}

#scitfw5
{
    width: 7%;
    text-align: center;
}

#scitfw6
{
    width: 6%;
    text-align: center;
}

#scitfw7
{
    width: 9%;
    text-align: center;
}

#scitfw8
{
    width: 3%;
    text-align: right;
}

#scitfw9
{
    width: 3%;
    text-align: right;
}


.shop-cart-outer-flex-box
{
    padding-left: 10px;
    padding-right: 10px;
}

.outer-shop-items-rows-box
{
    padding-left: 10px;
    padding-right: 10px;
}

.shop-cart-items-rows-flex
{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.cart-bottom-text {
    margin-top: 10px;
    color: black;
    text-align: center;
    font-size: 11px;
    line-height: 12px;
}

.cart-bottom-list-outer-box
{
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 2em;
    background-color: #e5e5e5;
    margin-bottom: 1em;
    font-size: 15px;
    color: black;
}

.cart-edit-col1
{
    width: 10%;
}

.cart-edit-col1-img
{
    width: 85%;
    margin-left: auto;
    margin-right: auto;
}

.cart-edit-col2
{
    font-size: 15px;
    color: maroon;
    line-height: 1.3;
    width: 25%;
}

.cart-optional-flex {
    display:flex;
    justify-content:space-between;

}
.cart-options-col1 {
    margin:0px;
    font-size:13px;
    color:black;
    font-weight:bold;
    width:51%
}
.cart-options-col2
{
    margin: 0px;
    font-size: 13px;
    color: black;
    font-weight: bold;  
    width: 46%;
}


    .cart-edit-col3
    {
        font-size: 14px;
        color: black;
        line-height: 1.3;
        width: 15%;
        text-align: center;
    }

.cart-edit-col4
{
    font-size: 15px;
    color: black;
    line-height: 1.3;
    width: 8%;
    text-align: center;
}

.cart-edit-col5
{
    font-size: 15px;
    color: black;
    line-height: 1.3;
    width: 7%;
    text-align: center;
}

.cart-edit-col6
{
    font-size: 15px;
    color: black;
    line-height: 1.3;
    width: 6%;
    text-align: center;
}

.cart-edit-col7
{
    font-size: 15px;
    color: black;
    line-height: 1.3;
    width: 9%;
    text-align: center;
}

.cart-edit-col8
{
    font-size: 15px;
    color: black;
    line-height: 1.3;
    width: 3%;
}

.cart-edit-col9
{
    font-size: 15px;
    color: black;
    line-height: 1.3;
    width: 3%;
}

.cart-edit-icon
{
    display: block;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}
.cart-sub-total {
    font-size: 15px;
    color: black;
    font-weight: 600;
}

.desk-cart-discount-code-flex {
    
    margin-top:15px;
    display:flex;
    justify-content:space-between;
}

.checkout-discount-button-wrapper
{   
    
}
.checkout-label-text {
    font-size: 14px;
    color: black;
    line-height: 1.3;
}
.disc-input-box
{
    width: 100%;
    border: 1px solid #9b9b9b;
    border-radius: 4px;
    padding: 6px 12px 6px 12px;
    cursor: text;
}
.cart-estimate-shipping-outer-wrapper
{
    margin-top: 1em;
}
.cart-select-est-box {
    margin-top: .5em;
}
.cart-totals-outer-wrapper
{
    margin-top: 1em;
}
.shop-cart-totals-flex-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    margin-top: .5em;
}
.order-summary-label {
    width: 65%;
}
.order-summary-figure {
    width: 35%;
}
.order-summary-text {
    color: black;
    font-size: 14px;
    text-align: right;
    margin: 0px;
}
.order-summary-grand-text {
    color: black;
    font-size: 15px;
    font-weight: 600;
    text-align: right;
}
.totals-bottom-info
{
    margin-top: 10px;
}
.more-learn-info {
    color: black;
    font-size: 11px;
    text-decoration: underline;
    text-align: right;
}
.more-learn-info:hover {
    color: Highlight;
    cursor: pointer;
}
/* Checkout */
.mob-checkout-onepage {
    display:none;
}
.desk-checkout-onepage {
    display:block;
}

.processing-please-flex-box {
    display:flex;
    flex-direction:row;
    justify-content:flex-start;
    align-items:center;
}

.processing-order-review-flex-box {
    display:flex;
    justify-content:flex-end;
    align-items:center;
}

.please-wait-user-update
{
    margin-right: 10px;
    margin-left: 10px;
    width: 20px;
}

.load-gif
{
    display: block;
    width: 100%;
}

.load-next
{
    margin: 0px;
    margin-right: 10px;
    color: navy;
    font-size: 14px;
    font-weight: 600;
}
/* Step 1 - Checkout Method - Checkout as guest of login*/
.mob-checkout-method-container
{
    display: none;
}
.desk-checkout-method-container {
    display:block;
}

.ck-out-bottom
{
    margin-top: 15px;
    text-align: center;
}
.chkout-method-flex-wrapper
{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.chkout-method-col-left
{
    width: 49%;
}
.chkout-method-col-right
{
    width: 49%;
}
.checkout-login {
    margin-top: 1em;
    width: 40%;
    min-width: 200px;
}
.email-login {
    width: 40%;
    min-width: 200px;
}
.checkout-setup {
    margin: 0px;
    margin-top: .5em;
    color: black;
    font-weight: 600;
}
ul.checkout-setup-list {
    font-size: 14px;
    color: black;
    font-style: italic;
    list-style: disc; 
}
.button-flex-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}
    .bfw1 {
        margin-right: 20px;

    }


.column-2
{
    width: 49%;
}
.but-container {
    margin-top: 1em;
}


/* Checkout Step -2   BILLING Information*/
.billing-info-outer-box {
    width: 60%;
    min-width: 600px;
    margin-right: auto;
    /* margin-left: auto; */
}
.shipping-pick {
    margin-top: .5em;
}


/* Checkout Step -3 SHIPPING Info */
.shipping-info-outer-box {
    width: 60%;
}




/* EDIT ACCOUNT INFO */
.edit-acct-info
{
    margin-top: 3em;
    width:60%;
}
.edit-acct-info-inner-box {
    width: 50%;
}
.new-pass-outer-box{
    margin-top: 1em;
}



/* ADD ADDRESS */
.address-edit-box {
    margin-top: 1em;
    width: 60%;
}

.go-back-page {
    font-size: 14px;
    color: navy;
    font-weight: 600;
}
.go-back-page:hover {
    cursor: pointer;
    text-decoration: underline;
    color: maroon;
}

/* Shipping Method */
.desk-estimated-shipping-box {
    display:block;

}
.mob-estimated-shipping-box {
    display:none;
}
.est-shipping-txt
{
    font-size: 16px;
    color: black;
}
.shipping-notice {
    font-size:14px;
    color:black;
    line-height:17px;
    margin-bottom: 30px;
}
/* Step 5 - Payment*/
.cc-pay-outer-box
{
    width: 25%;
    max-width: 400px;
}
.cvc-flex-box {
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: flex-start;
    align-items: start;
}
.cvn-input-box {
    width: 30%;
}
.info-icon-box
{
    width: 6%;
    margin-left: 7px;
}
.info-icon-img {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}
.info-icon-img:hover {
    cursor: help;
}
.cvn-img-outer-box
{
    position: fixed;
    display: none;
    width: 35%;
    z-index: 45;
}
.cvn-img-img {
    display: block;
}


/* Final Review */
.heading-row-review-wrapper {
    margin-bottom: .5em
}
.items-row-review-wrapper {
    margin-bottom: .3em;
}
.review-heading-txt
{
    font-size: 18px;
    font-weight: 600;
    color: black;
    margin: 0px;
}
.review-item-txt {
    font-size: 16px;
    margin: 0px;
}
.checkout-final-review-flex-row
{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}
.final-review-item-no {
    width: 15%;
}
.final-review-item-name {
    width: 45%;
}
.final-review-item-price {
    width: 10%;
    text-align: right;
}
.final-review-item-unit {
    width: 10%;
    text-align: right;
}

.final-review-item-qty
{
    width: 10%;
    text-align: right;
}
.final-review-item-ext-price
{
    width: 10%;
    text-align: right;
}
.review-totals-wrapper {
    margin-top: 2em;
}
.review-totals-flex-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    margin-top: .5em;
}
.totals-item-txt {
    margin: 0px;
    color: black;
    font-size: 16px;
    text-align: right;
    width: 20%;
}
.totals-total-txt
{
    margin: 0px;
    color: black;
    font-size: 16px;
    text-align: right;
    width: 10%;
}
.cart-review-notices {
    margin-top:2em;
}
.notices-review-end {
    margin-top: 1em;
    color: black;
    font-size: 14px;
}
.cart-review-edit-text {
    margin-top: 1em;
    text-align: right;
}
.review-buttons-bottom {
    margin-top: 30px;

}
.but-place-order {
    margin-left:auto;
}
.place-order-flex-wrapper {
    display:flex;
    justify-content:flex-end;
}

/* Order Success */
.thank-you-order-success {
    font-family: 'Damion', cursive;
    font-size:32px;
    color:black;
    font-weight:600;
}
.order-num-txt {
    font-size:16px;
    font-weight: 600;
    color:black;
}
.order-confirm-txt {
    font-size:14px;
    color:black;
}
/*  Forgot Password */
.forgot-password-reset
{
    width: 40%;
    padding: 10px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 4em;
    box-shadow: 0px 2px 4px;
    height: auto;
    min-width: 300px;
}
.forgot-email-text {
    font-size: 14px;
    color: black;
    line-height: 1.2;
}

/*#region*/

.home-flex-box-again {
    display:flex;
    justify-content: space-between;
}

@media only screen and (max-width: 800px) {
    .home-flex-box-again {
        display:flex;
        justify-content: space-between;
        flex-direction: column;

    }
    .container-600-box {
        width:90%;
        max-width:750px;
        margin-left:auto;
        margin-right:auto;
    }
}


.container-600-box {
    width:33%;
    max-width: 590px;
}
.container-boc-image {
    display:block;
    width:100%;

}


/*#endregion*/

/*#region*/
/*Home Page 3-5 accross For Sales*/
/*Shout Outs*/
.five-across-flex-outer-wrapper{
    display:flex;
    flex-direction:row;
    justify-content:space-between;
}
.five-across-outer-box {
    padding:10px;
}
.five {
    border:solid 1px;
    border-color:#cecece;
    height:auto;
    width:19%;
}
    .five:hover
    {
        box-shadow: 2px 3px 4px;
    }

.five-across-home-sale {
    position:absolute;
    background-color:red;
    color:white;
    font-size:18px;
    padding:5px;
    font-weight:bold;
}

.five-across-sale-prod-price
{
    font-size: 22px;
    color: red;
    font-weight: bold;
}
.five-across-uom {
    margin-left:6px;
}

.five-across-image-box
{
    width: 100%;
}
.five-across-image
{
    display: block;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
}
.five-across-part-no
{
    margin: 0px;
    color: maroon;
    font-size: 14px;
    text-align: left;
    margin-top: 15px;
}
    .five-across-part-no:hover
    {
        margin: 0px;
        color: #e44c4c;
        font-size: 14px;
        text-align: left;
        margin-top: 15px;
    }
   
.five-across-part-link
{
    margin: 0px;
    color: maroon;
    font-size: 14px;
    text-align: left;
    margin-top: 15px;
}
    .five-across-part-link:visited
    {
        margin: 0px;
        color: maroon;
    }
.five-across-side {
    margin:0px;
    font-size:14px;
    color:navy;
    font-weight:bold;
}
.five-across-price-flex-wrapper
{
    display: flex;
    flex-direction: row;
    align-items: baseline;
}
.perc-savings
{
    margin:0px;
    margin-right: 10px;
    color:#ea7a01;
    font-size:13px;
    font-weight:bold;
}
.five-across-retail-price
{
    margin: 0px;
    margin-top: 10px;
    color: black;
    font-size: 20px;
    text-decoration: line-through;
}
.five-across-uom {
    color:black;
    font-size:14px;
}
.on-sale-heading {
    margin:0px;
    margin-top:3px;
    color:black;
    font-size:16px;
    font-weight:bold;

}
.five-across-regular-price {
    margin:0px;
    margin-top:8px;
    color:#aedb59;
    font-size:22px;
    font-weight:bold;
}
.five-across-button-details-wrapper
{
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
}
.five-tease-details-button
{
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    color: maroon;
    font-size: 13px;
    border-radius: 4px;
    background-color: #f5f5f5;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    border: solid 1px;
    border-color: black;
    display:block;
}
    .five-tease-details-button:hover
    {        
        background-color: #d5d5d5;
    }






.seasonal-decor-icon
{
    position: absolute;
}

.seasonal-img-icon
{   
    display: block;
    width: 50px;
    z-index: 5;
}
.oem-num-show {
    margin:0px;
    font-size: 13px;
    color:black;
    line-height:1.2;
    margin-top:5px;
}
/*#endregion*/
/* Four Parts Accross */
/* Part Shout Outs */
.mob-trending-parts
{
    display: none;
}
.four-across-outer-box
{
    padding: 10px;
}
.four-across-flex-wrapper
{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    margin-top: .5em;
}

.four {
    border: solid 1px;
    border-color: #cecece;
    height: auto;
    width: 24%;
}
.four:hover {
    box-shadow: 2px 3px 4px;
    
}

.four-only-box {
    width:22%;


}
.four-only-box:hover {

}

.four-across-image-box {
    width: 100%;
}

.four-across-image
{
    display: block;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
}

.four-boxing-image {
    display: block;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

.four-boxing-image:hover {
    box-shadow: 2px 3px 4px;
    cursor: pointer;
}

.four-across-side {
    margin: 0px;
    font-size: 14px;
    color: black;
    text-align: left;
    font-weight: 600;
}
.four-across-part-title
{
    font-size: 18px;
    color: black;
    text-align: left;
    font-weight: 600;
    line-height: 18px;
    margin: 0px;
}
.five-across-color {
    margin:0px;
    font-size:13px;
    color:darkgreen;
}
.four-title-link
{
    font-size: 16px;
    color: black;
    text-align: center;
    font-weight: 600;
    margin: 0px;
}

    .four-title-link:visited
    {
        font-size: 16px;
        color: black;
        text-align: center;
        font-weight: 600;
        margin: 0px;
        line-height: 18px;
    }
    .four-title-link:hover {
        color: Highlight;
    }


.four-across-part-title:hover {
    color: Highlight;
  
    cursor: pointer;
}
.four-across-part-no {
    color: maroon;
    font-size: 14px;
    text-align: left;
    margin:0px;
}
.four-across-button-flex-wrap {
    margin-top: 2em;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.button-center-wrap {
    margin-top:13px;
    width:80%;
    margin-right:auto;
    margin-left:auto;

}
.tease-details-button
{
    display:block;
    width: 50%;
    font-family: 'Open Sans';
    font-size: 13px;
    color: crimson;
    font-weight: normal;
    background-color: #f5f5f5;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-radius: 4px;
    border: solid 1px;
    border-color: black;
    margin-right:auto;
    margin-left:auto;
}
.tease-details-button:hover {
    cursor:pointer;
    background-color: #d5d5d5;
    color: black;
}
.tease-add-button
{
    width: 40%;
    font-family: 'Open Sans';
    font-size: 13px;
    color: white;
    font-weight: normal;
    background-color: #002a76;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-radius: 4px;
    border: none;
}
.tease-add-button:hover {
    background-color: maroon;

}
.four-across-application {
    margin-top: 1em;
}
.app-txt {
    margin: 0px;
    font-size: 13px;
    text-align: left;
    color: navy;
    line-height: 15px;
}
.four-across-price-flex-wrapper {
    display:flex;
    flex-direction:row;
    justify-content:flex-start;
    margin-top:8px;
    align-items: baseline;
}
.four-across-prod-price
{
    font-family: 'Lato';
    font-size: 24px;
    color: black;
    text-align: left;
    margin-right: 5px;
}
.four-across-uom
{
    font-family: 'Lato';
    font-size: 16px;
    color: black;
    text-align: left;
}
.four-across-limited
{
    color: red;
    font-size: 14px;
  
    font-weight:600;
}

.shitamadoogy {
   
    border:solid 1px;
    
}

/* 404 Error Template */
.error-title-huge
{
    margin: 0px;
    font-size: 58px;
    font-weight: 600;
    text-align: center;
    color:black;
    margin-bottom:80px;
}
.error-title-bigger
{
    margin: 0px;
    font-size: 28px;
    font-weight: 600;
    text-align: center;
    color: black;
    margin-top:20px;
    margin-bottom:40px;
}
.error-title-reg
{
    margin: 0px;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    color: black;
    margin-top: 20px;
}
.four-mini-search {
    display:block;
    width:35%;
    margin-left:auto;
    margin-right:auto;
    margin-top:50px;
}
.smaller-text {
    margin:0px;
    font-size:13px;
    font-weight:600;
    color:navy;
    text-align:center;
    margin-top:2px;
}
.txt-wrapper {
    display:block;
}

/*#region Truck Parts Home Page Block*/
.truck-parts-container {
    margin-top:20px;
    background-color: #feffb6;
    border-color:black;
    width:100%;
    padding-top:5px;
    padding-bottom:5px;
    padding-left:30px;
    padding-right:30px;
}
.truck-text {
    font-size:16px;
    color:black;
    font-weight:600;

}
/*#endregion*/

/* #region Customer Address Book */
.add-book-flex-wrap {
    display:flex;
    justify-content: space-between;
}
.bcol1 {
    width:49%;
}
.bcol2 {
    width:49%;
}
.add-book-container
{
    margin-top: 25px;
}
.address-wrapper {
    margin-top:30px;
}
.address-book-address
{
    font-size: 16px;
   
}
.add-button {
    margin-top:40px;
}
.change-add {
    margin:0px;
    margin-top:15px;
    font-weight:600;
    color:navy;
    font-size:14px;
   
}
.change-add:visited {
    color:navy;
}
.change-add:hover {
    color:maroon;
    cursor:pointer;
}
.edit-del-address {
    margin-top:20px;
}

/* #endregion */