 <style>
        /***************************************************************************************************************************/
        /*Karl.css - Place all overrides to app-bootstrap.css in this file. Do not modify app-bootstrap.css*/
        /***************************************************************************************************************************/



        /***************************************************************************************************************************/
        /*Section 1 global class overrides that */
        /***************************************************************************************************************************/

        .body-width {
            width: 1400px;
            margin-top: -20px;
        }

        * {
            -webkit-border-radius: 0 !important;
            -moz-border-radius: 0 !important;
            border-radius: 0 !important;
        }

        .bold {
            font-weight: bold;
        }

        .modal-lg {
            max-width: 580px !important;
        }

        .navbar .navbar-nav .nav-link {
            color: rgba(0, 0, 0, 1);
        }

        .navbar-dark {
            color: rgba(255, 255, 255, 1);
            background-color: #212121;
        }

            .navbar-dark .navbar-nav .nav-link {
                color: rgba(255, 255, 255, 1);
            }

        a {
            color: #212121;
            text-decoration: none;
            background-color: transparent;
        }

        .btn {
            display: inline-block;
            font-weight: 400;
            text-align: center;
            white-space: nowrap;
            vertical-align: middle;
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none;
            border: 1px solid transparent;
            padding: 0.375rem 0.75rem;
            font-size: 1rem;
            line-height: 1.5;
            border-radius: 0;
            transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
        }

        .label-product-count {
            background-color: #375C94;
            color: #fff;
            font-size: 15px;
            padding: .2em .6em .3em;
            height: 30px;
            font-weight: bold;
        }

        .yellowBtn {
            background-color: #ffc107;
            height: 30px;
            font-size: 16px;
            padding-right: 10px;
            padding-left: 10px;
            border: none;
        }

        .btn-warning {
            color: #212121;
            background-color: #ffc107;
            border: none;
            box-shadow: none;
        }

        .btn-primary {
            color: #fff;
            background-color: #375C94;
            border-color: #375C94;
        }


            .btn-primary:hover {
                color: #fff;
                background-color: #2B446B;
                border-color: #2B446B;
            }

        .btn-success {
            color: #fff;
            background-color: #00A45F;
            border-color: #00A45F;
        }

            .btn-success:hover {
                color: #fff;
                background-color: #007F4A;
                border-color: #007F4A;
            }

        .no-margins-padding {
            margin: 0 0 0 0;
            padding: 0 0 0 0;
        }

        .categorynames {
            text-transform: uppercase;
            color: #C52D27;
            font-weight: 900;
            font-size: 44px;
            margin-top: 10px;
            margin-bottom: 10px;
        }
 .categorynamesM {
            text-transform: uppercase;
            color: #C52D27;
            font-weight: 900;
          
            margin-top: 10px;
            margin-bottom: 10px;
        }
        .gray-border {
            //border: solid 1px #E8EAED;
            //border: solid 1px #212121;
border: solid 1px  #c7c3d1;
        }

        .gray {
            background: #E8EAED;
        }

        .infobarblack {
            background: #212121;
            color: #fff;
            padding: 10px;
        }
        /*progress bar for slick slider*/
        .progress {
            display: block;
            width: 100%;
            height: 10px;
            border-radius: 10px;
            overflow: hidden;
            background-color: #f500f5;
            background-image: linear-gradient(to right, black, black);
            background-repeat: no-repeat;
            background-size: 0 100%;
            transition: background-size .4s ease-in-out;
        }

        #iframe {
            overflow: hidden;
        }
        .cart-summary{
              font-family:Roboto;
              background-color:#fff;
              color:#00A45F;
        }
        /***************************************************************************************************************************/
        /* Layout page (header and footer for all pages)  */
        /***************************************************************************************************************************/

        /*  Top Navbar  */
        .navbar-main {
            width: 100%;
            height: 30px;
            font-size: 16px;
        }
        /* navbar below the search box*/
        .navmegamenu {
            height: 40px;
            background: #375C94;
            color: #fff;
        }

        .navbar3 {
            height: 40px;
            background: #E8EAED;
        }

        navmegamenu:hover {
            color: white;
            background: #375c94;
        }

        /*  Red banner below top navbar*/
        .row-banner {
            display: -ms-flexbox;
            display: flex;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            padding: 0 0 0 0;
            cursor: pointer;
            color: white;
            text-align: center;
        }

        /*  Karl Logo and Second navbar*/
        .row-navbar {
            display: -ms-flexbox;
            display: flex;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            margin-right: -15px;
            margin-left: -15px;
            margin-top: -20px;
            margin-bottom: -20px;
        }

        .search-btn {
            height: 35px;
            width: 35px;
        }

        .businessBtn {
            color: white;
            height: 40px;
            background: #00A45F;
        }

        .padding-0 {
            padding-right: 0;
            padding-left: 5px;
        }

        /***************************************************************************************************************************/
        /* Index (Home) page  */
        /***************************************************************************************************************************/
        .left-menu {
            /* height: 1200px;*/
            margin: 0px 5px 0 -5px;
            padding: 0 0 0 0;
        }

        .hero {
            border: solid 1px #E8EAED;
            height: 400px;
        }


        .karl-footer {
            background: #212121;
            margin-left: 0px;
            margin-right: 0px;
            padding-top: 20px;
            padding-bottom: 0px;
            color: #FFFFFF;
            font-size: 13px;
            box-shadow: inset 0px 0px 10px #000;
            margin-top: 10px;
        }

        .white {
            background: #fff;
        }

        .red {
            background: #f00;
        }

        .blue {
            background: #00f;
        }

        .green {
            background: #0f0;
        }

        .yellow {
            background: #ff0;
        }

        .purple {
            background: #f0f;
        }

        .black {
            background: #212121;
        }

        /***************************************************************************************************************************/
        /* Landing page  */
        /***************************************************************************************************************************/

        .lpbrand {
            color: #212121;
            font-weight: bold;
            font-size: 18px;
        }

        .lppartno {
            color: #212121;
            font-weight: bold;
            font-size: 18px;
        }

        .lpprice {
            color: #007F4A;
            font-weight: bold;
            font-size: 32px;
        }
.lppricem {
            color: #007F4A;
            font-weight: bold;
            font-size: 18px;
        }
        .lprebate {
            height: 70px;
            font-weight: bold;
            font-size: 16px;
            color: white;
            padding-top: 18px;
            background-color: #375c94;
        }

        .lprebatenow {
            font-weight: bold;
            font-size: 14px;
            color: white;
            border: solid 1px white;
            margin-top: -7px;
            padding: 15px 30px 15px 30px;
            text-align: center;
        }

        .lpAddToCart {
            height: 45px;
            width: 65%;
            padding-left: 10px;
            padding-right: 10px;
        }

        .lpimageLarge {
            cursor: pointer;
            border: solid 1px #E8EAED;
            width: 95%;
            justify-content: center;
            align-content: center;
        }
        /* navbar below the search box*/
        .lpnavbar {
            height: 40px;
            background: #55555A;
        }
        /***************************************************************************************************************************/
        /* Login page  */
        /***************************************************************************************************************************/
        .loginSubmit {
            width: 80%;
            margin-top: 40px;
            height: 40px;
        }

        .formInput {
            height: 40px;
        }
        /* horizontal menu */

        .dropbtn {
            background: #E8EAED;
            color: #212121;
            padding: 4px 0 8px 0;
            font-size: 16px;
            border: none;
            margin: 0 0 0 0;
            width: 100%;
        }

        .dropdown {
            position: relative;
            display: inline-block;
        }

        .dropdown-content {
            display: none;
            position: absolute;
            background-color: #fff;
            width: 1100px;
            height: 700px;
            border: solid 1px gray;
            margin-left: 0px;
            z-index: 1;
        }

            .dropdown-content a {
                color: black;
                padding: 12px 16px;
                text-decoration: none;
                display: block;
            }

                .dropdown-content a:hover {
                    background-color: #ddd;
                }

        .dropdown:hover .dropdown-content {
            display: block;
        }

        .dropdown:hover .dropbtn {
            background-color: #3e8e41;
        }

        .h1, .h2, .h3 {
            font-weight: 900;
        }

        /* Drop Down FLyout Menu 'left hand side*/
        .dropdown-menu.caret {
            display: block;
            color: #212121;
        }

        .dropdown-submenu {
            position: relative;
        }

            .dropdown-submenu > .dropdown-menu {
                position: absolute;
                top: 0px;
                left: 30px;
                top: 0;
                width: 1150px;
                height: 600px;
                left: 100%;
                margin-top: -6px;
                margin-left: -1px;
                -webkit-border-radius: 0 6px 6px 6px;
                -moz-border-radius: 0 6px 6px;
                border-radius: 0 6px 6px 6px;
            }

        .dropdown-toggle::after {
            display: none !important;
        }

        .dropdown-submenu:hover > .dropdown-menu {
            display: block;
        }

        .dropdown-submenu > a:after {
            display: block;
            content: " ";
            float: right;
            width: 0;
            height: 0;
            border-color: transparent;
            border-style: solid;
            border-width: 0 0 0 0;
            border-left-color: #ccc;
            margin-top: 5px;
            margin-right: -10px;
        }

        .dropdown-submenu:hover > a:after {
            border-left-color: #fff;
        }

        .dropdown-submenu.pull-left {
            float: none;
        }

            .dropdown-submenu.pull-left > .dropdown-menu {
                left: -100%;
                margin-left: 10px;
                -webkit-border-radius: 6px 0 6px 6px;
                -moz-border-radius: 6px 0 6px 6px;
                border-radius: 6px 0 6px 6px;
            }

        .dropdown > a:hover .caret, .navbar .nav li.dropdown .caret {
            border-top-color: transparent !important;
        }

        .dropdown-submenu > .caret {
            display: none !important;
        }

        .caret {
            display: none !important;
        }

        .dropdown-toggle:after {
            content: none
        }

        /*Magnifier - landing page image viewer*/

        .magnifier-thumb-wrapper {
            position: relative;
            display: block;
            top: 0;
            left: 0
        }

        .magnifier-lens {
            position: absolute;
            border: solid 1px #ccc;
            z-index: 1000;
            top: 0;
            left: 0;
            overflow: hidden
        }

        .magnifier-loader {
            position: absolute;
            top: 0;
            left: 0;
            border: solid 1px #ccc;
            color: #fff;
            text-align: center;
            background: transparent;
            background: rgba(50, 50, 50, 0.5);
            z-index: 1000;
            -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#7F323232,endColorstr=#7F323232)";
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7F323232,endColorstr=#7F323232)
        }

        .magnifier-loader-text {
            font: 13px Arial;
            margin-top: 10px
        }

        .magnifier-large {
            position: absolute;
            z-index: 100
        }

        .magnifier-preview {
            padding: 0;
            width: 100%;
            height: 150px;
            position: relative;
            overflow: hidden
        }

            .magnifier-preview img {
                position: absolute;
                top: 0;
                left: 0
            }

        .opaque {
            opacity: .5;
            filter: alpha(opacity=50);
            -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50)
        }

        .hidden {
            display: none
        }

        .slider-navigation {
            background: aquamarine;
            padding: 0px 0px;
            text-align: center;
        }

        #slider-thumbs {
            margin-top: -100px;
        }

            #slider-thumbs .list-inline li {
                width: 25%;
                padding: 0px;
                margin-right: -4px;
                cursor: pointer;
            }

                #slider-thumbs .list-inline li:first-child {
                    padding-left: 5px;
                }

        .slider-nav-arrow {
            text-align: center;
            margin-bottom: 0px;
            visibility: hidden;
        }

        .selected .slider-nav-arrow {
            visibility: visible;
        }

        .selected .slider-navigation {
            opacity: 0.5;
        }


        html, body {
            margin: 0;
            padding: 0;
        }

        * {
            box-sizing: border-box;
        }

        .slider {
            width: 50%;
            margin: 100px auto;
        }

        .slick-slide {
            margin: 0px 20px;
        }

            .slick-slide img {
                width: 100%;
            }

        .slick-prev:before,
        .slick-next:before {
            color: black;
        }

        /*.slick-next:before {
            color: black;

        }*/
        .slick-slide {
            transition: all ease-in-out .3s;
            opacity: .2;
        }

        .slick-active {
            opacity: 1;
        }

        .slick-current {
            opacity: 1;
        }

        .slick-prev {
            left: 0px;
        }




        .slick-next {
            right: 8px;
        }



        .slick-dots li {
            position: relative;
            display: inline-block;
            width: 40px;
            height: 40px;
            margin: 0 5px;
            padding: 0;
            cursor: pointer;
        }

            .slick-dots li button:before {
                font-family: 'slick';
                font-size: 20px;
                line-height: 20px;
                position: absolute;
                top: 0;
                left: 0;
                width: 20px;
                height: 20px;
                text-align: center;
                opacity: .25;
                color: black;
                -webkit-font-smoothing: antialiased;
                -moz-osx-font-smoothing: grayscale;
            }

        .btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
            outline: 0;
        }

        a:focus,
        button:focus,
        input:focus,
        textarea:focus {
            outline: none !important;
        }
.suggested-products{
	text-align:center;
	width:120%;
	line-height:17px;
	margin-left:-10px;
	margin-top:-5px;
	font-size:16px;
	text-decoration:underline;
}
.suggested-products:hover{ 
    color: #007F4A;
	
}
 a.navmegamenu:hover {
            color: #ffffff;
            background-color: #2C4976;
           // text-decoration: underline;
        }
        
   .nav3Btn
   {
           margin-left:-5px;
           text-align:center;
   }

 
        /* start of menu css*/
        .menu-wrap {
            background-color: #FFF;
            position: absolute;
         
            margin-left: 0px;
            margin-top: -8px;
            font-size: 12px;
            font-weight: 700;
            overflow: auto;
            transition: .25s;
            z-index: 10;
            border-style: none;
        }

        .menu-show {
            margin-left: 0;
        }

        .menu-sidebar {
            margin: 0 0 10px 10px;
            position: relative;
            top: 70px;
        }

            .menu-sidebar li {
                padding: 0px 0px 0;
            }

                .menu-sidebar li > a {
                    color: #ffffff;
                    position: relative;
                    line-height: 150%;
                }

                    .menu-sidebar li > a::after {
                        content: "";
                        display: block;
                        height: 0.15em;
                        position: absolute;
                        top: 100%;
                        width: 100%;
                        left: 50%;
                        transform: translate(-50%);
                        background-size: 200% auto;
                    }

                    .menu-sidebar li > a:hover::after {
                        background-position: -100% 0;
                    }

            .menu-sidebar .menu-item-has-children {
                position: relative;
            }

                .menu-sidebar .menu-item-has-children .sub-menu {
                    display: none;
                }

        .sidebar-menu-arrow::after {
            content: "\f107";
            font-family: 'FontAwesome';
            padding: 10px;
            color: #FFFA3B;
            position: relative;
        }

        .sidebar-menu-arrow:hover::after {
            cursor: pointer;
            color: #fff;
        }

        .sidebar-menu-arrow:active::after {
            top: 2px;
        }


        /*Hamburger Button*/
        .toggle-button {
            position: absolute;
            width: 38px;
            height: 30px;
            top: 21px;
            margin-left: -28px;
            padding-right: 20px;
            transition: .25s;
            z-index: 15;
        }

            .toggle-button:hover {
                cursor: pointer;
            }

            .toggle-button .menu-bar {
                position: absolute;
                border-radius: 2px;
                width: 80%;
                transition: .5s;
            }

            .toggle-button .menu-bar-top {
                border: 4px solid #fff;
                border-bottom: none;
                top: 0;
            }

            .toggle-button .menu-bar-middle {
                height: 4px;
                background-color: #fff;
                margin-top: 6px;
                margin-bottom: 6px;
                top: 4px;
            }

            .toggle-button .menu-bar-bottom {
                border: 4px solid #fff;
                border-top: none;
                top: 20px;
            }

            .toggle-button .menu-bar-top-tab {
                border: 4px solid #fff;
                border-bottom: none;
                top: 0;
            }

            .toggle-button .menu-bar-middle-tab {
                height: 4px;
                background-color: #fff;
                margin-top: 1px;
                margin-bottom: 1px;
                top: 4px;
            }

            .toggle-button .menu-bar-bottom-tab {
                border: 4px solid #fff;
                border-top: none;
                top: 20px;
            }

        .button-open {
            left: 247px;
            top: 70px;
            opacity: 0;
            z-index: 15;
        }

            .button-open .menu-bar-top {
                border-color: #fff;
                transform: rotate(0deg) translate(8px, -3px);
                transition: .5s;
            }

            .button-open .menu-bar-middle {
                background-color: #fff;
                transform: rotate(0deg) translate(0px, -0px);
                transition: .5s;
            }

            .button-open .menu-bar-bottom {
                border-color: #fff;
                transform: rotate(0deg) translate(7px, 4px);
                transition: .5s;
            }

        /* end of menu css*/
   
    </style>