<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,400italic,700,800|Raleway:400,400italic,700,700italic);*/

@font-face {
font-family: 'roboto-regular';
src: url('/fonts/Roboto-Regular.woff') format('woff');
font-weight: normal;
font-style: normal;
font-display: swap;
}

@font-face {
font-family: 'roboto-bold';
src: url('/fonts/Roboto-Bold.woff') format('woff');
font-weight: normal;
font-style: normal;
font-display: swap;
}

@font-face {
font-family: 'roboto-italic';
src: url('/fonts/Roboto-italic.woff') format('woff');
font-weight: normal;
font-style: normal;
font-display: swap;
}

*{
   font-family: 'roboto-regular', Arial, sans-serif;
}
body {                                       
    
    font-size:15px;
    box-sizing: border-box;
    padding: 0px;
    margin: 0px;
    max-width: 100%;
} 

h1, h2, h3, h4, h5, h6 {
    
    /*    font-family:"roboto", sans-serif;*/
    color:#31353D;
    font-weight:400;
    text-transform: unset;
    font-family: 'roboto-regular', Arial, sans-serif;
}  

h1,
h2,
h3,
h4,
h5,
h6 {
 text-transform:uppercase;
 
 font-weight:700
}


p{
    margin: 0px;
    padding: 0px;
}

.btn, .topbar span {
   
    /*    font-family:"Raleway", sans-serif;*/
}

.navbar-inverse {
    background: #445878;
    border-color:#445878
}

.btn-primary {
    background: linear-gradient(to bottom,#f7dfa5,#f0c14b);
    border-color:#31353D;
    color:#000;
    padding: 10px 0px;
    border-radius: 3px;
    transition: background .15s;
}

a.btn-primary:hover {
    background: #FFD555;
    color:#000;
}

.signIn{
    background:#31353D;
    color:#f3f3f3;
}

.navbar-header a.mobileMenuLink{
    padding:10px;
    margin:0px;
    font-size:25px;
    color:#fff;
}

.zcart-btn{
    color:#fff;
}
.zcart-btn:hover{
    background:none;
}

.fa-bars{color:#F8C323;}

#cart-container .dropdown .btn-primary{
    padding: 7px 10px;
    margin: 7px;
    
}

#login-button .btn-primary{
    padding: 7px 10px;
}

a {
    color:#31353D;
}

a:hover {
    color: #725750;
}

.btn-quickview{
    background:#FFD555;
}

a.btn-quickview:hover{
   background:#FFD555; 
   
}

ul#Footer_menu &gt; li &gt; a:hover {
    background:#434356;
}

.quickviewlink{
    left: 35%;
}

.container{
    position: relative;
    
}


.collapse h5{
    font-size: 23px;
}


.Horizontal_Nav_Menu &gt; li &gt; ul &gt; li &gt; ul li a {
    color:#777;
    font-size:13px;
}

.btn-primary.active, .btn-primary:active, .open&gt;.dropdown-toggle.btn-primary {
    background:#445878 !important; 
}

.topbar .btn-default:hover,.topbar .tablinks a:hover,.btn-quickview:hover,.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary { 
    background: #445878; 
    border-color: #445878; 
}

::selection {background:#445878;}


/*  header        */

#cta-bar .container{
    display: flex;
    justify-content:space-between;
   
}

#cta-flex-1{
         display:flex;
         margin-top:4px;
}

#cta-flex-2{
    display: flex;
    justify-content: flex-end;
}

#cta-bar{
    width: 100%;
    height: 50px;
    background: #f5f5f5;
    border-bottom: 1px solid #d4d4d4;
    position: fixed;
    z-index: 9000;
}

.visible{
    display: normal;
}

.invisible{
    display: none;
}

.second-logo{
    
    /* set the initial display*/
    display: none;
    
}

.second-logo img{
    max-height: 45px;
    padding: 5px;
       margin-bottom: 8px;
    
}

.homeh5{
    font-size: 23px;
    font-weight: bold;
    padding: 10px 5px;
    width: 100%;
    line-height: 30px;
}

.home-blurb{
    width: 100%;
    padding: 10px;
    background: #fff;
    box-shadow: 0px 1px 9px rgba(0,0,0,.2);
    
}



.header{
    padding-top: 50px;
}

#logo{
    padding: 20px 0px;
    float: left;
}

.col-sm-6{
    width: 100%;
}

#quick-find{
    background: #fcfcfc;
}

.hidden-xs{
    margin-left: 40px;
}

.category-section{
    background-color: #fff;
    padding: 20px;
    box-shadow: 0px 0px 12px rgba(0,0,0,.15);
    margin: 20px 0px;
    position: relative;
}

.category-header h1{
    text-indent:20px;
}

.product-cat-h1{
    text-indent:15px;
}

.dept-h2{
    font-size: 45px;
    font-weight: bold;
    margin: 0px 0px 28px 0px;
    
}

.dept-h3{
    font-size: 25px;
    font-weight: bold;
    padding: 10px 0px;
}

.category_text p{
    padding: 7px 0px;
}

.learn-more-dept{
    width: 100%;
    padding: 10px 0px;
    text-align: right;
}



.learn-more-flex{
    display: flex;
}

.learn-more-flex{
    
    padding: 10px 0px;
    margin: 0px auto;
}

#customcontent a.category-learn-more{
    padding: 20px;
    flex-basis:50%;
    margin: 20px;
    font-size: 25px;
    font-weight: bold;
    background: linear-gradient(to bottom,#f7dfa5,#f0c14b);
/*    background: #ddb848;*/
    border-radius:3px;
    box-shadow: 0px 1px 3px rgba(0,0,0,.4);
    transition: background .15s, box-shadow .15s;
    text-decoration: none;
    color: #333333;
}

.image-carousel .owl-controls .owl-pagination{
    margin-left: -65px;
    left: 50%;
}

#customcontent a.category-learn-more:hover{
    
    
    background: #ebc44d;
    box-shadow: 0px 5px 6px rgba(0,0,0,.4);
}

#zfind{
        width: 100%;
        padding-top: 40px;
}

#search-cta{
    font-size: 17px;
    color: #6f6f6f;
    font-weight: bold;
    text-align: center;
    padding: 0px 0px 10px 0px;
}

#cart-container{             
    
    padding: 0px 20px;
    width: 150px;
   
    
}

#cart-container .btn-primary{
    background: #ffd555;
    color: #333333;
}

#additionalBasketButtons a.btn-primary {
    background:#ffd555;
    color: #333333;
}

a#make-payment{
    background:#ffd555;
    color: #333333;
}

#phone-cta{
    font-size: 27px;
    font-weight: bold;
/*    color:#ff3c00;*/
    color:#da3300;
/*    text-shadow: 1px 1px 1px rgba(0,0,0,.4);*/
    display: inline-block;
    /*position: absolute;
    right: 175px;
    top: 0px;    */
    align-self:flex-start;
    padding: 0px 0px 0px 30px;
    
}
 #phone-cta a, a:hover{
      text-decoration: none;
      color: #da3300;
      
  }

   #login-button{
     display: inline-block;
     margin: 8px 0px 7px 40px; 
  }
  
  
/** slider **/

.slideCaptionSpan a.btn-primary{
    
    background: #ffd555;
    padding: 10px 30px;
    font-size: 25px;
    font-weight: bold;
    box-shadow: 1px 1px 4px rgba(0,0,0,.5);
    transition: background .15s, box-shadow .15s, margin .15s;
}
.slideCaptionSpan a.btn-primary:hover{
    background: #f8c323;
    padding: 10px 30px;
    font-size: 25px;
    font-weight: bold;
    box-shadow: 1px 10px 15px rgba(0,0,0,.9);
    color: #000;
}

.slideCaptionSpan h3{
    font-size: 4em;
}

.slideCaptionText{
    font-size: 30px;
}

.owl-theme .owl-controls{
    text-align:unset;
}

.owl-pagination{
    text-align:center;
}

.owl-buttons{display:none;}

/* swaps */
.swaps-h1{
    padding: 20px 0px;
    border-bottom: 4px solid #000;
    font-weight: bold;
}

.swap-dates{
    background: #697478;
    padding: 20px 0px;
    text-align: center;
    width: 100%;
    color:#fff;
    font-size: 30px;
    font-weight: bold;
}

.swap-container{
    display: flex;
    width: 100%;
    background: #fff;
    box-shadow: 0px 0px 12px rgba(0,0,0,.1);
    
}

.swap-card{
    width: 250px;
    margin: 0px auto;
}

.swap-container ul{
     list-style: none;
     font-size: 18px;
     
}

.swap-container ul li{
    padding: 10px 0px;
}

.swap-container h2{
    
}

.swap-content{
    padding: 30px 0px;;
}

.swap-content p{
    padding: 15px 0px;
}

.swap-content p b{
    color: #ba2b2b;
    padding: 0px 5px;
    font-size: 18px;
}


#wind-swap{
    width: 100%;
}

#bicycle-swap{
    width: 100%;
    
}


/* thumbnails */

.flex-thumbs{
    display: flex;
    flex-wrap: wrap;
   
}

.flexthumb{
    height: auto;
    width: 125px;
    padding: 0px;
}

/*  navigation   */

nav.navbar.affix{
    top: 50px;
}


.navbar{
    background-color: #001f3e;
    border-bottom: 1px solid #a4b0bc;
    box-shadow: 0px 1px 4px rgba(0,0,0,.6);
}

.nscMenuItemLevel-1{
    padding: 4px 0px;
    border-right: 1px solid #13395f;
    border-left: 1px solid #000;
    
}

.nscMenuItemLevel-1:hover{
    background: #3f6182;
}

.nscMenuItemLevel-1 .menuItemLabel{
    font-size: 20px;
    font-weight: bold;
    
}

.nscMenuItemLevel-2 .nscMenuItemLabel{
    font-size: 18px;
    padding: 5px; 
}

.nscMenuItemLevel-3 .nscMenuItemLabel{
    font-size: 16px;
}

.nscMenuItemLevel-3 a .nscMenuItemLabel:hover{
    color: #242424;
}


.Horizontal_Nav_Menu li a{
    transition: background .15s;
}

/*  Footer */

footer{
    background: #fff;
    
    /*background-image: url('/images/sand-back2.jpg');
    background-repeat: repeat-x repeat-y;*/
    
}

.footer-fluid{
    padding:0px;
}

.foot-map-img{
    padding:0px 0px 15px 0px;
}


.pagebody-wrapper{
    background:#fff;
    margin:0px 0px 20px 0px;
}
  

/* NEW FOOTER STUFF Z */

.wrapper{
    background:#252D32;  
}

#footer-flex{
    display: flex;
    background-position: bottom right;
    background-repeat:no-repeat;
    background-size:initial;
    flex-wrap:wrap;
    padding: 10px 0px;
    justify-content:space-between;
    background:#252D32;
    max-width:1280px;

    margin: 0px auto;
}

.foot-box{
    width:20%;
}

.foot-vert{
      align-self:center;
}

.foot-links{
    list-style:none;
    padding:0px;   
    width:105px;
    text-align:left;
    margin: 0px auto;
}

.foot-links li{
    padding: 2px 0px;
}

.foot-address{
    color:#f3f3f3;
}

#footer-logo{
    text-align:center; 
}

a.footerLogo{
    margin:unset;
}

.foot-icons{
    height:20px;
}

#cm-foot-logo{
    opacity:.9;
}

.foot-icon-wrapper{
    display:flex;
    justify-content: space-around;
    margin-top:20px;
}



#footer-flex .title{
    font-size: 21px;
    font-weight: bold;
    text-align: left;
    color: #fff8e0;
    text-align: center;
    padding: 10px 0px 10px 0px;
    text-decoration:underline;
}

#footer-flex .foot-services{
   
    color: #f3f3f3;
    font-size: 16px;
    
}

#footer-flex .foot-services title{
       color:#ffebbc;
}

.foot-services a{
    font-size: 16px;
    color: #f3f3f3;
}

#foot-bbb{
    padding: 30px 0px 0px 0px;
}

#map-box{
     width: 500px;
    
    padding: 10px 0px;
    max-width:100%;
    text-align: center;
}


#map-box .title2{
    font-size: 18px;
    font-weight: bold;
}

#business-hours{
    width: 250px;
    max-width:100%;
    margin:0px auto;
    
    
}

#hours-box{
    padding: 10px 0px;
}

#hours-box table{
    width: 300px;
    margin: auto;
    max-width:100%;
}

#hours-box table td{
    padding: 3px 0px 3px 0px;
    color:#f3f3f3; 
}

#footer-links{
    height: 60px;
    padding: 20px;
    
}

#footer-links a{
    color: #fff;
}

.map-image{
    border: 2px solid #000;
    margin: 10px 0px;
}

 #social-icons{
     text-align: center;
 }
 
 #social-icons img{
    margin: 10px;
 }
 
 .foot-phone{
    text-align: center;
    display:flex;
    font-size: 20px;
    font-weight: bold;
    padding: 5px 0px 10px 0px;
    color:#fff;
    text-align:left;
    margin:0px 25px;
}

.foot-phone .what{
    width:100px;
    text-align:right;
    padding:0px 10px 0px 0px;
}

.foot-phone a{color:#ff6a3d;font-size: 20px;}



#products div, #foot-services div{
    color: #f3f3f3;
    font-size: 16px;
    padding: 5px;
}

#products div, #foot-services div a{
    font-size: 16px;
    color: #f3f3f3;
}

/* end of new footer stuff */


p.pricingDetails span.priceSave{
    background:#ffbcbc;
}

/* blog */

a.more-text-article{
    padding: 10px 15px;
    font-size:18px;
    
}

.read-more-button-box{
    width:95%;
    text-align:right;
}

.blogarticlecontentDiv{
    padding: 10px 15px 0px 15px;;
    font-size:18px;
}

#blog-right-panelDiv h3, .blog-mostviewed-listing-panel h3, .blog-archive-listing-panel h3{
    width:100%; 
    background:#001F3E;
    color:#fff;  
    padding:15px 5%;
    margin: 0px;
}

#blog-category-listing, #blog-archive-listing, #blog-mostviewed-listing{
    padding: 15px 0px;
}

#blog-archive-listing li{
    padding: 1px 0px;
}

.ss-iframe{
    width: 100%;
    padding:20px;
    margin: 0px auto;
    max-width:100%;
}

.ss-product-iframe{
    width:100%;
    max-width:100%;
    padding:0px !important;
    margin: 0px auto;
}

/* end of blog */

/************* Bike Service **********************/

.bike-service-blocks {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 500px));
    grid-gap: 50px;
    place-items: start center;
    justify-content:space-evenly;
}

.bike-service-blocks .bblock{

    padding: 0px 25px 25px 25px;
    height:100%;
    box-shadow: 0px 0px 3px rgba(0,0,0,.3);
}

.bike-service-blocks h3{text-align:center;background: #424662;
    padding: 10px 0px;
    color: #fff;}

.bike-service-blocks ul {
    margin: 0px;
    padding: 20px 0px 0px 0px;
}

.bike-service-blocks ul li{
    list-style: none;
    padding: 5px 0px;
}

    /* end of bike service area */


    /* control the speed of the nav fade */
.Horizontal_Nav_Menu li ul{
    -moz-animation-duration: .1s;

}


    /**************** Product View ***********************/

    .product-right h1.product-h1{
        font-size: 35px;
        font-weight: bold;
        margin-top: 0px;

    }

    .fa-2x{
        font-size: 1.3em;
    }

    #prodlist-pagination{
        display: inline-block;
        float: unset;
        width: 52%;
        vertical-align: top;
    }

    #prodlist-views{
        display: inline-block;
        float: unset;
        width: 22%;
        vertical-align: top;
    }

    #prodlist-sorting{
        display: inline-block;
        float: unset;
        width: 22%;
        vertical-align: top;
    }

    .lSGallery li img{
        max-height: 400px;
    }

    .add-to-basket{
        background: linear-gradient(to bottom,#f7dfa5,#f0c14b);
        color:#000;
    }

    .add-to-basket:hover{
        background: #FFD555;
        color:#000;

    }


    .add-to-cart{
        background: linear-gradient(to bottom,#f7dfa5,#f0c14b);
        color:#4b4b4b;
        box-shadow: 0px 0px 2px rgba(0,0,0,.4);
        transition: box-shadow .15s;
        font-weight: bold;
        padding: 10px;
    }

    .add-to-cart:hover{
        background: #ffcd38;
        box-shadow: 0px 3px 6px rgba(0,0,0,.7);
        color:#4b4b4b;
    }

    .product-right h1{
        font-size: 29px;
        font-weight: bold;
    }

    .product-right .priceCurrent{
        color: #2a4e8f;
    }

    .text-product-desc{
        font-size: 20px;
        padding: 15px 5px;
    }


    div#layer_field1{
        max-height: unset;
        font-size: 17px;
    }

    div#layer_field1 ul{
        list-style-type:none;
    }

    div#layer_field1 ul li{
        display: inline;
        padding: 10px;
    }
    div#layer_field1 iframe{

        margin: 0px auto;
        padding: 20px;
    }
    #panel-filteredsearch{

    }

    #panel-filteredsearch h5{
        background-color: #e7eff4;
        font-weight: bold;
    }

    #panel-filteredsearch ul{
        max-height: unset;
        font-size: 15px;
    }


    #product-thumbs{
        width: 350px;
        max-width: 100%;
        overflow: hidden;
    }

    #product-thumbs ul {
        list-style: none outside none;
        padding-left: 0;
        margin-bottom:0;
    }
    #product-thumbs li {
        display: block;
        float: left;
        margin-right: 6px;
        cursor:pointer;
    }
    #product-thumbs img {
        display: block;
        height: auto;
        max-width: 100%;
    }



    #currencyform{
        padding: 10px 0px;
    }


    #socialFooter{
        position: absolute;
        top: 0px;
        right: 0px;
    }

    #socialFooter h6{
        display: inline-block;
    }



    /** Dept Pages **/


    .dept-h1-container{

    }

    .dept-h1-container h1{
        color:#f4f4f4;
        background: #252d32;
        padding: 10px 10px;
    }

    .dept-banner img{
        width: 100%;
    }

    #customcontent p{
        font-size: 17px;
    }

    #customcontent a{
        color:#436caa;
    }

    .foil-links{
        display:grid;
        grid-template-columns: repeat(auto-fit, 175px);
        list-style:none;
        grid-gap:10px;
        margin:0px;
        padding:0px;
    }
    .foil-links li a{
        padding: 10px;
        font-size: 15px;
        font-weight: bold;
        background: #ddb848;
        width:100%;
        display:block;
        border-radius:3px;
        box-shadow: 0px 1px 3px rgba(0,0,0,.4);
        transition: background .15s, box-shadow .15s;
        text-decoration: none;
        color: #333333;
        text-align:center;
        color:#000 !important;
    }

    .foil-links li a:hover{


        background: #ebc44d;
        box-shadow: 0px 5px 6px rgba(0,0,0,.4);
    }




    .label{
        max-width: 100%;
    }

    @media (max-width: 1280px){


        #footer-flex{

            flex-wrap:wrap;

        }


    }


    @media (max-width: 1100px) {


        .slideCaptionSpan h3{
            font-size: 3em;
        }

        .slideCaptionText{
            font-size: 25px;
        }



        .Horizontal_Nav_Menu &gt; li &gt; a, .Horizontal_Nav_Menu &gt; li &gt; p{
            font-size: 1.1em;
            padding:15px 15px;
        }

        #logo{
            display: block;
            margin: 0px auto;
            float: none;
            width: 353px;
        }

        .foot-box{
            width:50%;
        }

        #search-cta{

        }

        .nscMenuItemLevel-1 .menuItemLabel{
            font-size: 16px;
        }

        .findPanel::after{
            display: none;
        }

        .col-sm-7{
            width: 100%;
        }

        #quick-find{
            width: 400px;
            margin: 0px auto;
            padding: 0px 0px 10px 0px;
        }

        #zfind{
            padding: 0px 0px 10px 0px;
        }


        .container{
            width: 100%;
        }

        .hidden-xs{
            margin: 0px auto;
        }

        .foot-box{
            margin: 20px 0px;

        }

        .foot-phone{
            width:250px;
            margin: 0px auto;
        }


        .z-column{
            display: block;
            margin: 0px auto;

        }

        .zc1{
            width: 90%;
        }
        .zc2{
            width: 90%;
        }
        .zc3{
            width: 90%;
        }

        #login-button, #login-button i{
            display: inline-block;
        }

        #phone-cta #call-us, #phone-cta a{
            font-size: 25px;
        }




        .footer-map{
            opacity:.8;
            width: 100%;
            height: 300px;
        }

        #login-button .hidden-sm{
            display: inline-block ;
        }





    }



    @media (max-width: 890px) {


        a.z-menu:hover{
            background: unset;
        }
        #cta-flex-1{
            justify-content: space-between;
            width:100%;

        }

        #cta-flex-2{
            display: none;
        }

        .slideCaptionSpan h3{
            font-size: 2.5em;
        }

        .slideCaptionText{
            font-size: 20px;
        }



        .nscMenuItemLevel-1 .menuItemLabel{
            font-size: 15px;
        }

        #Footer_menu li.nscMenuItemID-PAGE_TYPE_CONTACTUS_8{
            display: none;
        }
        #Footer_menu li.nscMenuItemID-PAGE_TYPE_CONTACTUS_3{
            display: none;
        }
        #Footer_menu li.nscMenuItemID-PAGE_TYPE_ABOUTUS_5{
            display: none;
        }



        #Footer_menu li.nscMenuItemLevel-1{
            width:100%;
        }

        #Footer_menu li.nscMenuItemLevel-1 a {
            padding: 5px 0px;
        }

        #Footer_menu li.nscMenuItemLevel-1 a span.menuItemLabel{
            width:100%;
            display: block;
            font-size: 25px;
        }

        #Footer_menu .nscMenuItemLevel-1:hover{

        }

        #Footer_menu .nscMenuItemLevel-1 .menuItemLabel{


        }


        #search-cta{display: none;}

        .Horizontal_Nav_Menu &gt; li &gt; a, .Horizontal_Nav_Menu &gt; li &gt; p{
            font-size: 1em;
            padding:15px 7px;
        }

        #product-thumbs{
            margin: 0px auto;
            width: 450px;

        }

        #cart-container{
            display: none;
        }

        #cta-bar{

        }

        #phone-cta{
            width: 100%;
            text-align: center;
            display: block;
        }


        .footer-address{
            text-align: left;
            font-size: 30px;
            margin: 0px auto;
            width: 350px;
        }

        .cartMobile{
            margin:0px 15px 0px 5px;
        }

        #customcontent a.category-learn-more{
            padding: 15px;
            flex-basis:50%;
            margin: 15px;
            font-size: 20px;
            font-weight: bold;
            background: #ddb848;
            border-radius:3px;
            box-shadow: 0px 1px 3px rgba(0,0,0,.4);
            transition: background .15s, box-shadow .15s;
            text-decoration: none;
            color: #333333;
        }



        #customcontent a.category-learn-more:hover{


            background: #ebc44d;
            box-shadow: 0px 5px 6px rgba(0,0,0,.4);
        }



        #socialFooter{
            position: static;

        }

        /* Mobile Nav */
        .mm-panels{
            background: #243f5a;
        }

        .mm-navbar{
            background: #212d38;
        }

        .mm-navbar a.mm-title{
            color: #f3f3f3;
            font-size: 18px;
        }

        .nscMenuItemLabel{
            color: #f3f3f3;
        }

        .mm-menu .mm-listview &gt; li .mm-arrow::after, .mm-menu .mm-listview &gt; li .mm-next::after {
            border-color: rgba(255,255,255,1);
        }

        .mm-arrow::after, .mm-next::after, .mm-prev::before{
            content: '';
            width: 12px;
            height: 12px;
            border: 4px 1px 4px 1px solid #fff;


        }


        .mm-menu .mm-btn::after, .mm-menu .mm-btn::before{
            border-color: rgba(255,255,255,0.5);
        }




        .container{width: 100% !important;}

        .Horizontal_Nav_Menu &gt; li &gt; a:hover, .Horizontal_Nav_Menu &gt; li &gt; p:hover{
            background: #31353D;
        }



        .Horizontal_Nav_Menu &gt; li &gt; a, .Horizontal_Nav_Menu &gt; li &gt; p{

            font-weight:400 !important;
            text-decoration:none;
            color:#fff;font-size: 1.2em;font-weight: 400;
            line-height:20px;
            position:relative;
            display:block;
            padding:15px 15px;
            transition:background 0.3s ease;
            font-weight:400 !important
        }

        .Horizontal_Nav_Menu &gt; li &gt; ul &gt; li &gt; a {
            font-size: 1em;
            font-family:"Raleway";text-transform:uppercase;
            font-weight: 600 !important;
        }

        .second-logo img{
            margin: 0px;
        }

        #phone-cta{

            text-align: right;

            padding:0px;
            /*     padding: 5px 20px 0px 0px;*/
        }


        #call-us{
            display: none;
        }

        .label{
            color: #fe3c00;
            font-size: 14px;
            font-weight: normal;
        }

        .zc1{
            padding: 10px;
            font-size: 25px;
        }

        .zc1 ul{
            width: 70%;
            margin: 0px auto;
        }

        #footer-container{
            flex-wrap:wrap;

        }

        .foot-box{
            width:98%;
            background:#293238;
            padding: 20px 0px;
        }

        .product-right h1.product-h1{font-size:25px;}

        .text-product-desc{
            font-size:18px;
        }

        .pricingDetails{
            margin-top:20px;
        }

        .pagebody-wrapper{
            padding-top: 0px;
        }

        #buy-info .row{text-align: center;}

        #modal-image{
            top:15%;
        }

        .flexthumb{
            width:75px;
        }

        #modal-estimator, #login-or-register{
            top:25%;
        }
        #logo{width:250px;}

    }


    @media (max-width: 658px) {

        #login-button , #login-button .hidden-sm{
            display: none;
        }

        .cartMobile{
            margin:0px 15px 0px 5px;
        }

        .hours-title{
            font-size: 20px;
        }

        .footer-address{
            font-size: 20px;
        }


        .slideCaptionSpan h3{
            font-size: 1.5em;
        }

        .slideCaptionText{
            font-size: 18px;
        }

        .slideCaption{
            text-align: center;
        }

        .slideCaption .btn-primary{
            padding: 10px 0px;
            font-size: 18px;

        }

        .btn-primary{
            padding: 10px;
        }





    }
}
</pre></body></html>