﻿
@media screen and (max-width: 799px)
{
    .page-flex-wrapper
    {
        display: flex;
        min-height: 100vh;
        flex-direction: column;
        width: 100%;
    }

    /*#region Breadcrumbs */
    
    .page-breadcrumbs-box
    {
        display: none;
    }
    /*#endregion*/

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

    .obsolete-page-header-wrapper
    {
        width: 100%;
        box-shadow: 0px 0px 0px;
        z-index: 3;
        padding-bottom: .5em;
        position: relative;
    }

    .obsolete-page-header-mobile-wrapper
    {
        display: block;
        width: 100%;
    }

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

    .very-top-mobile
    {
        width: 100%;
        background-color: black;
        margin-bottom: 10px;
    }

    .very-top-special-any
    {
        
    }

    .below-top-message
    {
        margin-top: -10px;
        font-size: 14px;
        color: black;
        text-align: center;
        font-weight: bolder;
    }

        .below-top-message > p
        {
            margin: 0px;
        }

    .page-header-mobile-inner
    {
        margin-top: .5em;
        width: 95%;
        margin-left: auto;
        margin-right: auto;
    }

    .top-banner
    {
        display: none;
    }

    .top-header-txt
    {
        padding-top: 3px;
        padding-bottom: 1px;
        font-size: 15px;
        font-weight: bold;
        text-align: center;
        color: white;
        margin: 0px;
    }

    .obs-page-head-top-flex
    {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }

    .mob-left-menu
    {
        width: 15%;
    }

    .mob-left-menu-img
    {
        width: 50%;
        max-width: 30px;
    }

    .mob-logo
    {
        width: 50%;
        max-width: 200px;
    }

    .mob-logo-img
    {
        width: 100%;
    }

    .mob-cart
    {
        position: relative;
        width: 15%;
    }

    .mob-cart-qty-show
    {
        position: absolute;
        height: 22px;
        width: 22px;
        top: 0px;
        left: 0px;
        background-color: maroon;
        border-radius: 50%;
        z-index: 22;
        border: 2px solid white;
        box-shadow: 1px 1px 1px black;
        opacity: 0;
    }
    
    .mob-cart-qty-txt
    {
        position: absolute;
        font-size: 11px;
        font-weight: 600;
        color: white;
        left: 6.6px;
        bottom: -2px;
    }

    .mob-cart-inner-wrapper
    {
        width: 40%;
        margin-left:auto;
        max-width:42px;
        min-width:36px;
             
    }

    .mob-cart-img
    {
        display: block;
        width: 100%;        
        margin-left: auto;       
        height:auto;
    }

    .mob-cart-txt
    {
        font-size: 13px;
        color: black;
        margin: 0px;
        text-align: center;
    }

    /*This ID IS for entire page to move right*/


    .mob-menu-nav-wrapper
    {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    .nav-slide-left
    {
        height: 100%;
        width: 0%;
        position: fixed;
        z-index: 5;
        top: 0;
        left: 0;
        background-color: #e6e6e6;
        overflow-x: hidden;
        padding-top: 10px;
        transition: 0.5s;
    }

    .nav-menu-close
    {
        margin-bottom: 1em;
        margin-right: 1em;
    }

        .nav-menu-close:hover
        {
            cursor: pointer;
        }

    .close-menu-icon
    {
        display: block;
        margin-left: auto;
        width: 7%;
        max-width:22px;
    }

    .nav-menu-flex-container
    {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }

    .mob-nav-caret
    {
        width: 5%;
        margin-right: 20px;
        max-width:15px;
    }

    .mob-nav-caret-img
    {
        width: 100%;
    }

    .mob-nav-select
    {
        padding-top: 15px;
        padding-left: 10px;
        padding-right: 10px;
        padding-bottom: 20px;
        border-top-color: #646464;
        border-top-width: 1px;
        border-top-style: solid;
    }

    .nv4
    {
        border-bottom-color: #646464;
        border-bottom-style: solid;
        border-bottom-width: 1px;
    }

    .mob-nav-select:hover
    {
        background-color: white;
        cursor: pointer;
    }

    .mob-nav-txt
    {
        font-size: 16px;
        color: black;
        font-weight: 600;
        margin: 0px;
    }

        .mob-nav-txt:hover
        {
            color: Highlight;
        }

    .mob-nav-small-text
    {
        font-size: 13px;
        color: black;
        font-weight: 600;
        margin: 0px;
    }

    .mob-shop-cat-menu-flex-box
    {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
        margin-bottom: 10px;
    }

    .mob-nav-catalog-sub-text
    {
        padding-left: 10px;
    }

    .mob-shp-img-box
    {
        margin-left: 10px;
        width: 20%;
        margin-right: 5px;
    }

    .mob-shp-img-image
    {
        display: block;
        width: 100%;
    }

    .mob-nav-category
    {
        display: none;
    }

    .mob-vehicle-select
    {
        display: none;
    }

    .mob-nav-sub-category
    {
        display: none;
    }

    .mob-nav-category-sub
    {
        padding-left: 40px;
        margin-bottom:20px;
    }

        .mob-nav-category-sub:hover
        {
            cursor: pointer;
            background-color: white;
        }

    .mob-nav-category-sub-txt
    {
        font-size: 14px;
        color: black;
        font-weight: 600;
    }

        .mob-nav-category-sub-txt:hover
        {
            color: Highlight;
        }

    .mob-nav-category-more
    {
        margin-top: 1.5em;
        margin-left: 10px;
    }

    .more-txt-wrap-txt
    {
        margin-top: 15px;
        font-size: 14px;
        font-weight: 600;
    }

        .more-txt-wrap-txt:hover
        {
            color: Highlight;
        }

    .nav-mob-link
    {
        color: black;
    }

        .nav-mob-link:visited
        {
            color: black;
        }

    .mob-nav-log-acct-wrapper
    {
        width: 95%;
        margin-top: 3em;
        margin-left: auto;
        margin-right: auto;
    }

    .nav-log-logging
    {
        margin-top: 1em;
        width: 70%;
        margin-left: auto;
        margin-right: auto;
        border-radius: 10px;
        border-width: 1px;
        border-color: #414141;
        border-style: solid;
        padding-top: 6px;
        padding-bottom: 6px;
        background-color: #f3f3f3;
    }

        .nav-log-logging:hover
        {
            background-color: white;
        }

    .nav-log-logging-txt
    {
        margin: 0px;
        color: black;
        font-weight: bold;
        text-align: center;
        font-size: 14px;
    }

    #lastLog
    {
        margin-bottom: 4em;
    }


    .mob-page-head-bot
    {
        margin-top: .5em;
    }

    .mob-search-wrapper
    {
        width: 90%;
        padding-right: 15px;
        margin-left: auto;
        margin-right: auto;
    }

    /* Vehcile Select */
    .mob-vert-part-select
    {
        width: 95%;
        margin-left: auto;
        margin-right: auto;
    }

    .mob-veh-select-box
    {
        width: 95%;
        margin-left: auto;
        margin-right: auto;
        margin-top: 5px;
        margin-bottom: 25px;
    }

    .mob-select-selector
    {
        display: block;
        width: 70%;
        margin-left: auto;
        margin-right: auto;
    }

    .mob-dropdown-title
    {
        font-size: 14px;
        color: black;
        font-weight: 600;
        text-align: center;
    }

    .mob-veh-sel-but-flex-wrap
    {
        display: flex;
        justify-content: space-around;
        align-items: center;
    }

    .mob-sel-buts
    {
        display: block;
        width: 35%;
    }

    .option-menu-mob
    {
        display: block;
        width: 95%;
    }

    .m-option-item
    {
        width: 100%;
        background-color: #004396;
    }

    .m-option-txt
    {
        color: white;
        font-size: 18px;
        font-weight: bold;
        text-align: center;
        padding: 10px 10px 10px 10px;
    }

    .main-page-wrapper
    {
        width: 95%;
        margin-left: auto;
        margin-right: auto;
        margin-top: 0px;
    }

    .block-add-top-home
    {
        display: block;
        width: 100%;
        top: 0;
    }

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

    /*#region*/
    /* Home Page */



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

    .car-links
    {
        display: none;
        width: 100%;
    }

    .home-text-title
    {
        font-size: 22px;
        font-weight: bold;
        color: black;
        text-align: center;
    }

    .home-text-subtitle
    {
        margin-top: 1em;
        margin-bottom: 2em;
        font-size: 14px;
        color: black;
        text-align: center;
    }

    .home-text-sub
    {
        font-size: 13px;
        color: black;
        text-align: center;
    }
    .mob-after-head-decor-box {
        width:60%;
        margin-right:auto;
        margin-left:auto;
    }
    .mob-decor-img {
        display:block;
        width:90%;
        margin-left:auto;
        margin-right:auto;
    }
    /*#endregion*/
    .flyer-links
    {
        margin-top: 3em;
        width: 100%;
    }

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

    .flyer-grid-container-item
    {
        justify-content: center;
        width: 85%;
    }

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

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

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

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

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

    .featured-catagories
    {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

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

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

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

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

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

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

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

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

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

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

    .g9
    {
        grid-column: 3/4;
        grid-row: 3/4;
    }

    .g10
    {
        display: none;
    }

    .featured-catagories
    {
        margin-top: 1em;
    }

    .quote-wrapper
    {
        margin-top: 1em;
    }

    .customer-testimony
    {
        font-size: 20px;
        text-align: center;
        line-height: 1.3;
    }

    .test-name
    {
        margin-left: 0px;
        font-size: 14px;
        color: #5c5c5c;
        line-height: 1.4;
    }

    /* three links*/
    .three-links-mobile
    {
        display: block;
    }

    .three-links
    {
        display: none;
    }

    .desk-featured-categories
    {
        display: none;
    }
    /* Home Page Parts Trending */

    .mob-super-home-text-title
    {
        margin: 0px;
        font-size: 20px;
        font-weight: bold;
        color: black;
        text-align: center;
        margin-bottom: 8px;
    }

    .mob-super-home-subline
    {
        margin: 0px;
        font-size: 14px;
        font-weight: bold;
        color: #1f1f1f;
        text-align: center;
        margin-bottom: 5px;
    }

    .mob-feature-part-outer-box
    {
        border: 1px solid #e1e1e1;
        padding: 5px;
        margin-bottom: 5px;
        border-radius: 5px;
    }

    .mob-part-flex-wrapper
    {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }
    .mob-sale-image {
        position:absolute;
        background-color:maroon;       
        padding:3px;
        opacity:.8;
    }
    .mob-sale-image-text
    {
        margin:0px;
        color: white;
        font-size: 16px;
        font-weight: bold;
        opacity:1;
        z-index:5;
    }
    .mob-on-sale-heading {
        margin:0px;
        font-size:14px;
        color:black;
        font-weight:bold;
    }

    .mob-part-list-img-box
    {
        width: 30%;
    }

    .mob-part-list-image
    {
        width: 100%;
    }

    .mob-part-list-text
    {
        width: 65%;
    }

    .mob-trending-buttons-flex-wrapper
    {
        display: flex;
        flex-direction: row;
    }

    .four-across-button-flex-wrap
    {
        margin-top: 10px;
        display: flex;
        flex-direction: row;
        justify-content: flex-end;
    }

    .four-across-price-flex-wrapper
    {
        display: flex;
        flex-direction: row;
        justify-content:flex-start;
        align-items: baseline;
    }

    .mob-trending-price-flex-wrapper
    {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        margin-top: 8px;
        align-items: center;
    }
    .mob-details-flex-button {

    }
    .mob-tease-details-button
    {
        display: block;
        width: 40%;
        max-width:125px;
        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;
    }

    .tease-add-button
    {
        margin-right: 10px;
    }

    /*#region footer area */
    .footer-main-wrapper
    {
        margin-top: 0em;
        display: block;
        bottom: 0;
        width: 100%;
    }

    .footer-wrapper
    {
        display: none;
    }

    .mob-footer-wrapper
    {
        display: block;
        background-color: black;
        padding-top: 10px;
        padding-left: 2.5%;
        padding-right: 2.5%;
        margin-left: auto;
        margin-right: auto;
    }


    .mob-foot-links-box
    {
        margin-top: 20px;
    }

    .mob-footer-break
    {
        width: 80%;
        margin-left: auto;
        margin-right: auto;
        margin-top: 20px;
    }

    .foot-name-title-txt
    {
        font-size: 16px;
        color: white;
        font-weight: 600;
        margin: 0px;
        text-align: center;
    }

    .mob-foot-links-flex-wrapper
    {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding-right: 20px;
    }

    .mob-foot-accordian-link
    {
        padding-top: 12px;
        padding-bottom: 12px;
        border-top: solid 1px #6b6b6b;
    }

    .mob-foot-link-text
    {
        font-size: 16px;
        color: white;
        font-weight: 600;
        font-variant: small-caps;
        margin: 0px;
    }

    .mob-foot-link-plus-big
    {
        font-size: 24px;
        color: white;
        font-weight: 600;
        margin: 0px;
    }

    .mob-foot-link-opened
    {
        position: relative;
        display: none;
        height: auto;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 25px;
        padding-right: 25px;
        background-color: #171717;
    }

    .mob-opened-box
    {
        margin-top: 15px;
    }

    .mob-link-contact-title-text
    {
        margin: 0px;
        font-size: 15px;
        color: white;
        font-weight: 600;
        border-bottom: solid 1px rgb(13,62,255);
        font-variant: small-caps;
    }

    .mob-link-contact-reg-text
    {
        margin: 0px;
        font-size: 13px;
        color: white;
        line-height: 18px;
    }

    .mob-foot-sub-menu-box
    {
        margin-top: 20px;
        padding-left: 25px;
    }

    .mob-sub-menu-item-box
    {
        border-top: solid 1px #646464;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 10px;
    }

    .foot-tag-txt
    {
        text-align: center;
        font-family: 'Damion', cursive;
        font-size: 16px;
        color: #fb0505;
        margin: 0px;
    }
    /*#endregion*/






    /*Home Covid Notice */

    .cov-notice-home
    {
        background-color: #c6c6c6;
        padding-left: 8px;
        padding-right: 8px;
        padding-top: 3px;
        padding-bottom: 3px;
    }

    .cov-notice-home-txt
    {
        color: red;
        font-weight: 600;
        font-size: 13px;
        line-height: 15px;
    }

    .desk-trending-parts
    {
        display: none;
    }

    .mob-trending-parts
    {
        display: block;
    }



    /*Home - Featured Categories */
    .mob-featured-categories
    {
        display: block;
    }

    .mob-home-featured-categories-flex-box
    {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 10px;
    }

    .mob-home-featured-category-inner-box
    {
        width: 48%;
        border: 1px solid #e1e1e1;
        padding: 5px;
        min-width: 150px;
    }

    .catagory-img
    {
        display: block;
        width: 95%;
        margin-left: auto;
        margin-right: auto;
        max-width:175px;
    }

    .home-text-subtitle
    {
        margin: 0px;
        font-size: 14px;
        color: #002a76;
        font-weight: 600;
        text-align: center;
    }

    .mob-shop-categories
    {
        display: block;
        padding: 4px;
        padding-left: 8px;
        padding-right: 8px;
        background-color: #cbcbcb;
        color: crimson;
        font-size: 14px;
        margin-top: 15px;
        margin-bottom: 5px;
        border-radius: 10px;
        border: solid 1px;
        border-color: black;
        width: 50%;
        margin-right: auto;
        margin-left: auto;
    }
    /*  Product List/Grid  */

    .desk-prod-list-grid-outter-box
    {
        display: none;
    }

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

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

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

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

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


    .mob-product-grid-wrapper
    {
        width: 97%;
        margin-left: auto;
        margin-right: auto;
    }

    .mob-prod-list-container
    {
        display: block;
        margin-top: 1.5em;
    }

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

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

    #mobCatTitle
    {
        font-size: 20px;
        font-weight: 600;
    }

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

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

    .toolbar-result-txt
    {
        margin: 0px;
    }

    .mob-part-list-outside-box
    {
        margin-top: 8px;
        margin-bottom: 8px;
        width: 100%;
        border: 1px solid #d4d4d4;
        padding: 4px 2px 4px 2px;
    }

    .mob-part-list-top-flex
    {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
    }

    .prod-grid-img-box
    {
        width: 30%;
        margin-right: 15px;
        margin-left: 0px;
        margin-top: 0px;
    }

    .mob-part-list-top-right-box
    {
        width: 68%;
    }
    /* PAGER Elements */
    .product-grid-footer-bar
    {
        display: none;
    }

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


    .desk-footer-pager
    {
        display: none;
    }

    .mob-toolbar-sortby
    {
        margin-top: 1em;
    }

    .sort-by-inner-flex-box
    {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }
    /* Product Over View Pag*/
    .product-ov-outer-wrapper
    {
        display: none;
    }

    .mob-product-ov-outer-wrapper
    {
        display: block;
        margin-top: 1.5em;
    }

    .mob-prod-img-box
    {
        width: 50%;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 10px;
    }

    #mobProductImage
    {
        display: block;
        width: 75%;
        margin-left: auto;
        margin-right: auto;
    }

    .sku-stk-top
    {
        margin: 0px;
        color: black;
        font-size: 14px;
        font-weight: 600;
    }

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

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

    .prod-title-txt
    {
        font-size: 20px;
        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: 'Open Sans';
        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';
        font-weight: normal;
        color: #2a2a2a;
        font-size: 15px;
        font-weight: 500;
        line-height: 16px;
    }

    .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-sale-text-head {
        font-size:22px;
        color:black;
        font-weight:bold;
    }
    .price-sale-text-lower {
        margin-top:5px;
        font-size:16px;
        color:navy;
        font-weight:bold;
    }
    .price-sale-price-show {
        font-size:22px;
        font-weight:bold;
        color:red;
    }
    .sale-price-ends-txt {
        font-size:13px;
        font-weight:bold;
        color:black;
    }

    .price-sale-ret-price
    {
        font-size: 20px;
        color: black;
        font-weight: normal;
        text-decoration: line-through;
    }

    .price-sell
    {
        margin: 0px;
        font-size: 24px;
        font-weight: 600;
        color: #2a2a2a;
        margin-top: 15px;
    }

    .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
    {
        margin:0px;
        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;
    }

    #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%;
    }

    /*Product Overview*/
    .back-button-box
    {
        margin-bottom: 20px;
    }

    .bottom-tab-view-box
    {
        margin-top: 1em;
        border: none;
        padding-left: 0px;
        padding-right: 0px;
        padding-bottom: 0px;
    }

    .view-tablink
    {
        background-color: white;
        padding: 10px;
        color: black;
        font-size: 14px;
        text-align: center;
        padding-bottom: 14px;
        font-weight: 600;
        z-index: 16;
    }

    .mob-fitment-flex-wrapper
    {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: baseline;
    }



    .fitment-body-row
    {
        color: black;
        font-size: 14px;
        padding-top: 5px;
        padding-bottom: 5px;
        border: none;
        padding-left: 0px;
        padding-right: 0px;
    }

    .mob-fit-year
    {
        margin:0px;
        width: 25%;
        font-size: 15px;
        color: #002a76;
        font-weight: 600;
        margin-right: 5px;
        margin-bottom:2px;
    }

    .mob-fit-model
    {
        margin: 0px;
        width: 74%;
        font-size: 15px;
        color: #002a76;
        font-weight: 600;
        margin-bottom: 2px;
    }

    #moreInfo
    {
        display: none;
    }

    .fc1
    {
        width: 20%;
    }

    .fc2
    {
        width: 80%;
    }

    .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;
    }

    .detail-title-text
    {
        width: 25%;
        color: black;
        font-weight: 600;
        font-size: 16px;
        margin-right: 10px;
    }

    .detail-text-text
    {
        margin:0px;
        width: 74%;
        color: maroon;
        font-weight: 600;
        font-size: 16px;
        line-height: normal;
    }

    .prop65-img-box
    {
        margin-top: 40px;
        width: 100%;
        max-width:300px;
        margin-left: auto;
        margin-right: auto;
    }

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

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

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

    #acfow1
    {
        width: 40%;
        margin-right: 10px;
    }

    #acfow2
    {
        width: 40%;
    }

    /* Big Picture On Product Overview*/
    #bigModTitleText
    {
        margin:0px;
        font-size: 30px;
        font-weight: 600;
        color: black;      
        line-height: 38px;
        margin-bottom:8px;
    }

    #bigModStockNum
    {
        margin:0px;
        font-size: 18px;
        font-weight:600;
        color: maroon;
    }

    /* Color Swatches On Overview */
    .mob-color-swatch-wrapper
    {
        margin-right: 10px;
        width: 20%;
    }



    /* Shopping Cart */

    .shopping-cart-wrapper
    {
        display: none;
    }

    .mob-shopping-cart-wrapper
    {
        display: block;
        margin-top: 1em;
    }

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

    .mob-cart-section-outer-wrapper-box
    {
        display: block;
        margin-top: 1.5em;
    }

    .mob-cart-page-title
    {
        margin: 0px;
    }

    .mob-shop-cart-items-wrapper
    {
        border: 1px solid #c1c1c1;
        padding: 5px 10px 5px 10px;
    }

    .mob-this-item-outer-box
    {
        border: 1px solid #cfcfcf;
        margin-top: 5px;
        margin-bottom: 10px;
        padding: 6px 6px 6px 6px;
    }

    .mob-cart-items-top-flex-box
    {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
    }

    .mob-cart-item-img-box
    {
        width: 35%;
        margin-right: 15px;
        margin-left: 0px;
        margin-top: 0px;
        max-width:125px;
    }

    .mob-cart-img-img
    {
        display: block;
        width: 100%;
    }

    .mob-cart-item-text-box
    {
        width: 63%;
    }

    .mob-cart-item-title-text
    {
        font-size: 16px;
        line-height: 20px;
        color: black;
        font-weight: 600;
        margin: 0px;
        margin-bottom: 5px;
    }

    .mob-cart-item-sku-txt
    {
        font-size: 14px;
        color: crimson;
        margin: 0px;
    }

    .mob-cart-inner-box-flex-wrapper
    {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: baseline;
    }

    .mob-cart-qty
    {
        margin: 0px;
        font-size: 14px;
        color: black;
        margin-right: 8px;
    }

    .mob-cart-qty-price
    {
        margin: 0px;
        font-size: 14px;
        color: black;
    }

    .mob-cart-items-edit-flex-box
    {
        margin-top: 1em;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }

    .cart-edit-icon
    {
        display: block;
        width: 100%;
    }

    .mob-cart-edit-icon
    {
        margin: 0px;
    }

    .mob-cart-edit-item
    {
        width: 11%;
        max-width:30px;
    }

    .mob-cart-totals-block-title
    {
        margin: 0px;
        font-size: 16px;
        font-weight: 600;
        color: black;
    }

    .shop-cart-totals-flex-wrapper
    {
        display: flex;
        justify-content: space-between;
        align-items: baseline;
    }

    .mob-order-outer-box
    {
        padding: 5px 8px 5px 8px;
        border: 1px solid #c1c1c1;
    }


    .mob-order-summary-label-text
    {
        margin: 0px;
        font-size: 14px;
        color: black;
        text-align: left;
    }

    .mob-order-summary-fig-text
    {
        margin: 0px;
        font-size: 14px;
        color: black;
        text-align: right;
    }

    .mob-bot-info-text
    {
        margin: 0px;
        font-size: 12px;
        line-height: 13px;
        text-align: center;
        color: black;
        margin-top: 10px;
    }

    .mob-order-summary-grand-text
    {
        margin: 0px;
        font-size: 15px;
        color: black;
        font-weight: 600;
    }

    .ck-out-bottom
    {
        margin-bottom: 10px;
    }

    .mob-cart-codes-wrapper-box
    {
        display: block;
        margin-top: 20px;
    }

    .mob-cart-code-inner-box
    {
        padding: 5px 8px 5px 8px;
        border: 1px solid #c1c1c1;
    }

    .mob-code-input
    {
        width: 100%;
        border: 1px solid #9b9b9b;
        border-radius: 4px;
        padding: 6px 12px 6px 12px;
        cursor: text;
    }
    /* SIGN In  & Register Forms */
    .sign-in-form-outer-box
    {
        width: 100%;
        min-width: 0px;
        margin-left: auto;
        margin-right: auto;
        border: solid 1px #dcdcdc;
        min-height: 300px;
        margin-top: 1em;
        padding: 15px;
        box-shadow: none;
    }

    /* REGISTERATION Page - (1-Column) */
    .register-form-outer-box
    {
        width: 100%;
        min-width: 0px;
        box-shadow: none;
        border: solid 1px #dcdcdc;
        margin-top: 1em;
        min-height: 0px;
    }

    /* Forgot Password Page */
    .forgot-password-reset
    {
        width: 100%;
        padding: 10px;
        margin-left: auto;
        margin-right: auto;
        margin-top: 15px;
        box-shadow: none;
        height: auto;
        min-width: 0px;
        border: solid 1px #dcdcdc;
    }

    /* Checkout Pages */
    .desk-checkout-onepage
    {
        display: none;
    }

    .mob-checkout-onepage
    {
        display: block;
        margin-top: 2em;
    }

    .mob-checkout-steps-box
    {
        background-color: #002a76;
        border-radius: 15px;
        margin-bottom: 15px;
    }

    .mob-checkout-method-title
    {
        margin: 0px;
        font-size: 22px;
        color: black;
    }

    .mob-checkout-steps-title-txt
    {
        margin: 0px;
        color: white;
        font-size: 16px;
        font-weight: 600;
        text-align: left;
        font-style: italic;
    }

    .mob-checkout-wrapper
    {
        margin-top: 1em;
    }

    .mob-checkout-step-more
    {
        padding: 0px;
        border-top: none;
    }

    .mob-checkout-text-title
    {
        margin: 0px;
        font-size: 16px;
        font-weight: 600;
        color: black;
        margin-bottom: 10px;
    }

    .mob-checkout-text-smaller
    {
        margin: 0px;
        font-size: 14px;
        line-height: 16px;
        color: black;
    }
    /* Step 1: Checkout Method*/

    .mob-checkout-method-container
    {
        display: block;
        margin-bottom: 20px;
        padding-left: 25px;
        padding-right: 25px;
    }

    .chkout-method-flex-wrapper
    {
        display: flex;
        flex-direction: column;
    }

    /* Step 2 Billing  */

    .billing-info-outer-box
    {
        width: 100%;
        min-width: 0px;
        margin: 0px;
        padding-left: 25px;
        padding-right: 25px;
        margin-bottom: 25px;
    }

    .mob-form-input-box
    {
        width: 100%;
        padding-bottom: 10px;
    }

    .form-input-two-fields-flex-box
    {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
    }

    /* step 3 shipping */
    .desk-estimated-shipping-box
    {
        display: none;
    }

    .mob-estimated-shipping-box
    {
        display: block;
    }



    .mob-shipping-info-outer-box
    {
        width: 100%;
        min-width: 0px;
        margin: 0px;
        padding-left: 25px;
        padding-right: 25px;
        margin-bottom: 25px;
    }

    .shipping-method-buttons-container
    {
        margin-bottom: 20px;
    }
    /*#region step 4 Payment Information */
    .mob-form-input-two-fields-flex-box
    {
        display: flex;
        justify-content: space-between;
    }

    .mob-form-input-fields-col1
    {
        width: 48%;
    }

    .mob-form-input-fields-col2
    {
        width: 48%;
    }


    .mob-cc-pay-outer-box
    {
        width: 100%;
        min-width: 0px;
        margin: 0px;
        padding-left: 25px;
        padding-right: 25px;
        margin-bottom: 25px;
    }
    /*#endregion*/

    /*#region FInal Order Review*/
    .mob-final-review-outer-box {
        width:100%;
    }
    .mob-order-review-title {
        margin:0px;
        color:black;
        font-size: 20px;
        font-weight: 600;
        margin-bottom:25px;
    }

    .mob-review-cart-items-box {
        width:90%;
        margin-right:auto;
        margin-left:auto;
    }
    .mob-review-cart-item-wrapper {
        border:solid 1px #d5d5d5;
        padding: 5px 8px 5px 8px;
        margin-bottom:20px;
    }
    .mob-cart-review-flex-wrapper {
        display:flex;
        justify-content: flex-start;
        align-items:center;
    }
    .mob-cart-review-part-txt {
        margin:0px;
        font-size:14px;
        color:crimson;
    }
    .mob-cart-review-heavy-text {
        margin:0px;
        font-size:14px;
        color:black;
    }
    .mob-notices-review-end {
        margin:0px;
        font-size:12px;
        line-height:16px;
        margin-bottom:20px;
        color:black;
    }
    .crt1
    {
        width: 49%;
        margin-right: 1%;
    }
    .crt2 {
        width:49%;
    }
    .mob-cart-review-totals-col1
    {
        width: 35%;
        
    }
    .mob-cart-review-totals-col2 {
        width:69%;
        text-align: right;
    }
    .crtxt {
        margin:0px;
        font-size:15px;
        color:black;
        font-weight:600;
    }
    .crtx2
    {
        margin: 0px;
        font-size: 15px;
        color: black;
        font-weight: 600;
        text-align: right;
    }
    .mob-review-final-flex {
        display:flex;
        justify-content:center;
    }
    .mob-processing-order-review-flex-box {
        display:flex;
        justify-content:center;
        margin-top:15px;
    }
    /*#endregion*/
    /*#region Order Success */
    .thank-you-order-success
    {
        font-size: 24px;
        text-align: center;
        color: black;
    }
    .order-num-txt {
        font-size:18px;
        text-align:center;
        color: black;
    }
    .order-confirm-txt {
        font-size:16px;
        text-align:center;
        color:black;
    }
    /*#endregion*/

    /*#region 404 Page */
    .four-oh-four-wrapper {
        margin-top:30px;
    }

    .error-title-huge
    {
        margin: 0px;
        font-size: 28px;
        font-weight: 600;
        text-align: center;
        color: black;
        margin-bottom: 30px;
    }
    .error-title-bigger
    {
        margin: 0px;
        font-size: 18px;
        font-weight: 600;
        text-align: center;
        color: black;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .four-mini-search
    {
        display: block;
        width: 90%;
        margin-left: auto;
        margin-right: auto;
        margin-top: 20px;
    }
    /*#endregion*/

    /* #region Block CSS */
    /* Shop Online Catalogs */
    .mob-flex-row-shop-catalogs
    {
        display: flex;
        justify-content: center;
        align-items:center;
    }
    .mob-one-catalog-wrap {
        width:49%;
        padding:10px;
    }
    .mob-car-img {
        width:95%;
        margin-left:auto;
        margin-right:auto;
    }
    .mob-cat-select-img {
        display:block;
        width:100%;
    }
    .mob-cat-title {
        margin:0px;
        font-size:14px;
        line-height:15px;
        color:navy;
        text-align: center;
        font-weight:bold;
        margin-top:10px;
    }




    /* #endregion */
}


@media screen and (max-width: 999px)
{
    /* HEADER */
    .obsolete-page-header-wrapper
    {
        display: block;
        width: 100%;
        box-shadow: none;
        position: relative;
        z-index: 5;
        background-color: #ffffff;
    }


    .tab-obsolete-page-header
    {
        display: block;
        padding-top:20px;
        padding-left:20px;
        padding-right:20px;
        padding-bottom: 5px;
    }

    .tab-cart-sign-flex-wrapper
    {
        display: flex;
        justify-content: flex-end;
        align-content: center;
    }

    .tab-bot-head-flex-wrapper
    {
        display: flex;
        justify-content: space-between;
        align-content: baseline;
    }

    .tab-head-text-box
    {
        margin-left: 10px;
    }

    .tab-head-account-box {
        margin-right:25%;
    }

    .tab-head-top-text
    {
        margin:0px;
        margin-top:6%;
        color: navy;
        font-size: 15px;
        font-weight: 600;
        text-decoration: underline;
    }
    .head-cart-text
    {
        margin: 0px;
        margin-top: 6%;
        color: navy;
        font-size: 15px;
        font-weight: 600;
        text-decoration: underline;
    }

    .tab-bot-head
    {
        margin-top: 0px;       
        padding-top: 10px;
    }

    .head-flex-txt-a
    {
        color: navy;
        text-decoration: underline;
        font-size:14px;
    }

    .log-img
    {
        width: 90%;
    }


    .tab-vehicle-search-for {
        margin:0px;       
        font-size:15px;
        color:maroon;
        font-weight:600;
        text-align:center;
        margin-top:10px;
    }
    #vehicleChanging
    {
        margin: 0px;
        font-size: 14px;
        color: maroon;
        font-weight: 600;
        text-align: center;       
    }

    .tab-slideout-menu-left
    {
        position: fixed;
        top: 0;
        left: 0;
        height: 100%;
        width: 0%;
        background-color: #e5e5e5;
        transition: 0.6s;
        overflow-x: hidden;
        z-index: 12;
    }
    .tab-slide-all-wrapper {
        padding-left:25px;
        padding-right:25px;
    }
    .tab-category-slide-flex-wrapper
    {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .tab-title-text {
        font-size:22px;
        color:black;
        font-weight:600;
    }

    .close-out-box
    {
        width: 7%;
        max-width:20px;
    }
    .close-menu-icon {
        width:100%;
    }
    .mob-nav-category-sub {
        margin-bottom:22px;
    }
    .mob-nav-category-sub:hover {
        background-color: #eeeeee;
    }


    .mob-nav-category-sub-txt
    {
        margin:0px;
        font-size: .8em;
        font-weight: 600;
        color: navy;
    }
    .mob-nav-category-sub-txt:hover {
        color:Highlight;
    }
    .tab-click-go-shop-catalog-box
    {
        margin-bottom: 25px;
    }
    .tab-shop-cat-menu-flex-box
    {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: baseline;
       
    }
    .tab-shp-img-box
    {
        margin-left: 0px;
        width: 35%;
        margin-right: 5px;
    }
    .tab-shp-img-image {
        display:block;
        width:100%;
    }
    /* Vehicle Select */
    .tab-modal-background
    {
        position: fixed;
        z-index: 10;
        display: none;
        width: 100%;
        height: 100%;
        background-color: rgba(0,0,0,0.5);       
        left: 0;
        top: 0;
        opacity:1;
        animation-name: anamatemodal;
        animation-duration: .6s;
    }
    @keyframes anamatemodal {
        from {opacity: 0}
        to {opacity: 1}
    }
    .tab-vehicle-select-wrapper
    {
        position: absolute;
        display: none;
        width: 40%;
        height: auto;
        background-color: #f3f3f3;
        z-index: 50;
        opacity:1;
        box-shadow: 6px 6px 10px;
    }
    .tab-inner-select-wrapper
    {
        padding: 20px;
    }
    .tab-select-close-out-box {
        width:20px;        
        margin-left:auto;
    }
    .tab-select-close-menu-icon {
        width:100%;
    }
    .tab-veh-select-title-text
    {
        margin: 0px;
        color: black;
        font-size: 20px;
        text-align: center;
        font-weight: 600;
        margin-bottom: 15px;
    }
    .mob-veh-select-box {
        margin-bottom:20px;
    }
    .mob-dropdown-title
    {
        margin: 0px;
        color: black;
        font-size: 16px;
        text-align: center;
    }
    .mob-veh-sel-but-flex-wrap {
        display:flex;
        justify-content:space-between;
    }
    /* Shop Online Catalogs */
    .home-sel-txt
    {
        font-size: 12px;
        color: black;
        text-align: center;
        line-height: 1.3;
        height: 75px;
    }

    /* Product Grid */
    .product-grid-flex-left {
        min-width:225px;
    }
    /* Shopping Cart Summary */
    .mob-order-summary-text {
        text-align:left;
        font-size:16px;
        color:black;
        margin:0px;
    }
    .mob-order-summary-grand-text {
        text-align:left;
        font-size:17px;
        font-weight:600;
        color:black;
        margin:0px;
    }
    .mob-order-summary-amount
    {
        text-align: right;
        font-size: 16px;
        color: black;
        margin: 0px;
    }
    .mob-more-learn-info {
        margin:0px;
        font-size:13px;
        color:navy;
        text-decoration:underline;
        margin-left:15px;
        margin-top:5px;
        margin-bottom:5px;
    }
    .lap-order-summary-grand-text {
        margin:0px;
        text-align:left;
        color:black;
        font-weight:600;
        font-size:18px;
    }
    .shop-cart-totals-flex-wrapper
    {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-content: center;
        margin-top: 8px;
    }
    .mob-last-text {
        margin:0px;
        color:black;
        font-weight:600;
        font-size:14px;
        text-align:center;
    }

    /*  Final Review -- Same Classes as Dilemstyle */
    .final-review-item-name {
        width:40%
    }
    .final-review-item-ext-price {
        width:15%;
    }

}

@media screen and (max-width: 1199px)
{
    /* Header */

    .log-img {
        width:85%;
    }

    .bot-head-flex-wrapper {
        margin-top:10px;
    }

    .bot-head-wrapper {

    }

    .head-flex-item-left-box {
        width:57%;
    }

    .head-flex-item-left-grid
    {
        display: flex;
        justify-content: space-between;
    }

    .fhl1 {
        width:30%;
    }
    .fhl2 {
        width:30%;
    }
    .fhl3 {
        width: 30%;
    }

    .head-flex-item-right-box {
        width:43%;
    }

    .head-flex-item-right-grid
    {
        display: flex;
        justify-content: space-between;
    }

    /** Main Page Wrappers*/
    .main-page-wrapper-width-all
    {
        margin-top: 40px;
    }

    /** breadcrumbs */

    .bread-crumbs-top {
        margin-top:20px;
    }

    /** FOOTER */
    .lap-footer-wrapper
    {
        display: block;
        background-color: #171717;
    }    


    .lap-right-footer-flex-wrapper
    {
        display: flex;
        justify-content: space-between;
    }

    .lap-footer-col1
    {
        width: 48%;
    }

    .lap-footer-col2
    {
        width: 48%;
    }

    .foot-logos-box
    {
        width: 75%;
    }

    .social-share-wrapper
    {
        width: 60%;
    }

    .social-share-flex
    {
        display: flex;
        justify-content: space-around;
    }

    .soc-img
    {
        width: 40%;
    }

    .sshare1
    {
        width: 15%;
    }

    .sshare2
    {
        width: 15%;
    }

    .sshare3
    {
        width: 15%;
    }


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

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

    .news-button-wrapper
    {
        width: 30%;
    }
    
    /* View Cart > Before Checkout OnePage */

    .tab-cart-title {
        margin:0px;
        font-size:15px;
        font-weight:600;
        color:white;
        text-align:center;
    }

    .tab-cart-item {
        margin:0px;
        font-size:14px;
        color:black;
        line-height:16px;
    }

    /*View Cart > Cart, Discount, & Totals layout */

    .lap-cart-inner-wrapper {
        width:100%;       
    }
    .lap-cart-outer-flex {
        display:flex;
        justify-content:space-between;
        margin-top:25px;
    }
    .lap-cart-summary {
        width:74%;
    }
    .lap-cart-totals-outer-wrapper {
        width:25%;
    }
    .lap-coupon-box {
        margin-top:20px;
    }
    .cols1
    {
        width: 25%;
    }
    .cols2 {
        width:15%;
    }
    .cols3
    {
        width:8%;
    }
    .cols4
    {
        width: 10%;
    }
    .cols5
    {
        width: 6%;
    }
    .cols6
    {
        width: 10%;
    }
    .cols7
    {
        width: 5%;
        max-width:20px;
    }
    .cols8
    {
        width: 5%;
        max-width:20px;
    }
    .shop-cart-items-rows-flex {
        margin-top:10px;
        margin-bottom:10px;
    }

    .itemcol1
    {
        color: maroon;
    }
    .itemcol2 {
        font-weight:600;
    }
    .itemcol3 {
        text-align:center;
    }
    .itemcol4 {
        text-align:center;
    }

    .itemcol6 {
        text-align:center;
    }
    
    .cart-edit-icon
    {
        display: block;
        width: 95%;
        margin-left: auto;
        margin-right: auto;
    }
    /* Checkout Pages */
    .desk-checkout-onepage
    {
        display: none;
    }

    .mob-checkout-onepage
    {
        display: block;
        margin-top: 2em;
    }

    .mob-checkout-steps-box
    {
        background-color: #002a76;
        border-radius: 15px;
        margin-bottom: 15px;
    }

    .mob-checkout-method-title
    {
        margin: 0px;
        font-size: 22px;
        color: black;
    }

    .mob-checkout-steps-title-txt
    {
        margin: 0px;
        color: white;
        font-size: 16px;
        font-weight: 600;
        text-align: left;
        font-style: italic;
    }

    .mob-checkout-wrapper
    {
        margin-top: 1em;
    }

    .mob-checkout-step-more
    {
        padding: 0px;
        border-top: none;
    }

    .mob-checkout-text-title
    {
        margin: 0px;
        font-size: 16px;
        font-weight: 600;
        color: black;
        margin-bottom: 10px;
    }

    .mob-checkout-text-smaller
    {
        margin: 0px;
        font-size: 14px;
        line-height: 16px;
        color: black;
    }
    /* Step 1: Checkout Method*/

    .mob-checkout-method-container
    {
        display: block;
        margin-bottom: 20px;
        padding-left: 25px;
        padding-right: 25px;
    }

    .chkout-method-flex-wrapper
    {
        display: flex;
        flex-direction: column;
    }

    /* Step 2 Billing  */

    .billing-info-outer-box
    {
        width: 100%;
        min-width: 0px;
        margin: 0px;
        padding-left: 25px;
        padding-right: 25px;
        margin-bottom: 25px;
    }

    .mob-form-input-box
    {
        width: 100%;
        padding-bottom: 10px;
    }

    .form-input-two-fields-flex-box
    {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
    }

    /* step 3 shipping */
    .desk-estimated-shipping-box
    {
        display: none;
    }

    .mob-estimated-shipping-box
    {
        display: block;
    }

    .mob-shipping-info-outer-box
    {
        width: 100%;
        min-width: 0px;
        margin: 0px;
        padding-left: 25px;
        padding-right: 25px;
        margin-bottom: 25px;
    }

    .button-flex-wrapper
    {
        margin-bottom: 20px;
    }

    .mob-shipping-info-outer-box
    {
        width: 100%;
        min-width: 0px;
        margin: 0px;
        padding-left: 25px;
        padding-right: 25px;
        margin-bottom: 25px;
    }


    /* step 4 Payment Information */
    .mob-form-input-two-fields-flex-box
    {
        display: flex;
        justify-content: flex-start;
    }

    .mob-form-input-fields-col1
    {
        width: 48%;
    }

    .mob-form-input-fields-col2
    {
        width: 48%;
    }


    .mob-cc-pay-outer-box
    {
        width: 100%;
        min-width: 0px;
        margin: 0px;
        padding-left: 25px;
        padding-right: 25px;
        margin-bottom: 25px;
        max-width: 475px;
    }

    /* Product Grid*/

    /* Toolbar */

    #tbif1
    {
        width: 40%;
    }

    #tbif3
    {
        width: 60%;
    }
    /* Right Grid Layout */
    .product-grid-flex-left {
        min-width:200px;
    }


  
}