﻿@font-face {
	font-family: 'serpentinebold';
	src: url('fonts/serpentinebold.woff') format('woff'),
	     url('fonts/serpentinebold.woff2') format('woff2'),
	     url('fonts/serpentinebold.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'serpentinebold';
	src: url('fonts/serpentinebold.eot');
}

body
{
    -webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
    background: #222 url('https://d27ewrs9ow50op.cloudfront.net/grizzly/graphics/BGPattern.gif') repeat;
        background-attachment: fixed;
}

.magic-anchor {
  display: block;
  position: relative;
  top: -200px;
  height: 0;
  overflow: hidden;
}
div.iparWelcomeLink img.iparWelcomeLinkFlag {
    
    margin-top: -2px !important;
    width: 23px !important;
}
#top-links .caret{
        display: inline-block;
    width: 0;
    height: 0;
    margin-left: 1px;
    vertical-align: middle;
    border-top: 5px solid;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    margin-top: -3px;
}
.main-submenu > div, .main-submenu > a {
   
    height: 26px !important;
    display: inline-block;
    line-height: 21px;
    margin-left: 10px;
    padding: 2px 0 !important;

}
#top-links  .main-submenu{
        display: inline-block;
            margin-bottom: -4px;
}
.rating-stars:focus {
    text-decoration:none;
}

    .rating-stars .fa-stack {
        width: 20px;
        font-size: 24px;
        height: 24px;
        line-height: 24px;
    }

        .rating-stars .fa-stack .fa-stack-back {
            color: gold;
        }

        .rating-stars .fa-stack .fa-stack-fore {
            color: orange;
        }

        .searchresult .rating-stars .fa-stack {
    width: 14px;
    font-size: 20px;
    height: 20px;
    line-height: 20px;
}
.dropdown-menu
{
    margin:0;
}

.search-wrapper
{
    margin-top: 13px;
}
.saleprice
{
    color: #d71921;
}
.error-alert-container{
    position:relative;

}
.main-error .errors{
    margin-left: 15px;
}
.btn-error{
    margin-left: 5px;

    float: right;
}
.main-error{
    position: fixed;
    width:inherit;
    z-index: 99999;
    margin-left: -15px;
    border-top-right-radius: 0;
    border-top-left-radius:0;
    opacity: 0.97;
    margin-top: -125px;
}
.main-error.webalert{
    margin-top: 0;
}
#grizlogo
{
    display:block;
    width: 100%;
}

#grizlogo img
{
    max-height:none;
    margin-bottom: -14px;
}

.cssbutton
{
    display: block;
    background: #c00;
    color: #fff;
    padding: 5px 10px;  
    font-weight: bold;  
}
.cssbutton:hover
{
    text-decoration: none;
    color: #fff;
    background: #f00;
        
}

.navbar-nav{max-height: 40px;}

@media (min-width:992px)
{
    #grizlogo
    {
        
    }
}

#searchform1
{
    margin-right:-15px;
}

#main-nav .nav
{
   
}

@media  (min-width: 768px) and (-webkit-max-device-pixel-ratio:1.24), 
        (min-width: 992px) and (-webkit-min-device-pixel-ratio:1.25),

        (min-width: 768px) and (max-device-pixel-ratio:1.24), 
        (min-width: 992px) and (min-device-pixel-ratio:1.25),

        (min-width: 768px) and (max-resolution:1.24dppx),
        (min-width: 992px) and (min-resolution:1.25dppx),

        (min-width: 768px) and (max-resolution: 119dpi),
        (min-width: 992px) and (min-resolution: 120dpi)
{
    #navbar-wrapper
    {
        /*width:90%;*/
        /*margin:10px auto 0 auto;*/
    }
    
    #main-nav .nav
    {
        margin: 0 auto;
        width: 100%;
        text-align: center;
    }

    #main-nav .nav > li
    {        
        display: table;
        width:93px;
        border-right:solid 1px #4c4c4c;
     
        border-bottom:solid 1px #4c4c4c;
        /*border-radius:5px;*/
        background: #fbe4b1; /* Old browsers */
        background: -moz-linear-gradient(top,  #fbe4b1 48%, #fbe4b1 48%, #f79b1e 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(48%,#fbe4b1), color-stop(48%,#fbe4b1), color-stop(100%,#f79b1e)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top,  #fbe4b1 48%,#fbe4b1 48%,#f79b1e 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top,  #fbe4b1 48%,#fbe4b1 48%,#f79b1e 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top,  #fbe4b1 48%,#fbe4b1 48%,#f79b1e 100%); /* IE10+ */
        background: linear-gradient(to bottom,  #fbe4b1 48%,#fbe4b1 48%,#f79b1e 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbe4b1', endColorstr='#f79b1e',GradientType=0 ); /* IE6-9 */
    }
    
    #main-nav .nav > li.first
    {
        background: #FB9300;
        background: -moz-linear-gradient(top, #fb9300 0%, #eb280b 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FB9300), color-stop(100%,#EB280B));
        background: -webkit-linear-gradient(top, #FB9300 0%,#EB280B 100%);
        background: -o-linear-gradient(top, #fb9300 0%,#eb280b 100%);
        background: -ms-linear-gradient(top, #fb9300 0%,#eb280b 100%);
        background: linear-gradient(to bottom, #FB9300 0%,#EB280B 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fb9300', endColorstr='#eb280b',GradientType=0 );
        border-top-left-radius:5px;
    }
    
    #main-nav .nav > li.first > a
    {
        color: #fff;
    }
    
    #main-nav .nav > li.first:hover > a
    {
        color:#d71921;
    }
    
    #main-nav .nav > li.caboose
    {
        width:99px;
        border-top-right-radius: 5px;
    }
    
    #main-nav .nav > li > a
    {
        font-size: 12px;
        line-height: 1em;
    }
    
    #main-nav .nav > li:hover
    {
        /*background: #fff;*/
            background: linear-gradient(to bottom, #fff 0%,#fbe6b8 58%,#ffad3d 100%);
    }

    #main-nav .nav > li > a
    {
        color:#111;
        padding:0px;
        height:36px;
        display: table-cell;
        vertical-align: middle;
        font-weight: bold;
    }
    
    .shift-left
    {    
        margin-left: -12.5%;    
    }
    
    #main-nav .nav > li#woodworking-button
    {
        background:#614736 url('https://d27ewrs9ow50op.cloudfront.net/grizzly2/images/wood-bg.png');
        border-color:#4c4c4c;
    }

    #main-nav .nav > li#woodworking-button > a
    {
        color:gold;
    }
    
    #main-nav .nav > li#metalworking-button
    {
        background:#bbb url('https://d27ewrs9ow50op.cloudfront.net/grizzly2/images/metal-bg-3.png');
        border-color:#4c4c4c;
    }

    #main-nav .nav > li#metalworking-button > a
    {
        color:#555;
        /*text-shadow:0 0 2px #FFF;*/
    }
    
    #main-nav .nav > li#woodworking-button:hover, #main-nav .nav > li#metalworking-button:hover
    {
        background: #fff;
        border-right:solid 1px #4c4c4c;
    }
    
    #main-nav .nav > li#woodworking-button:hover > a, #main-nav .nav > li#metalworking-button:hover > a
    {
        color:#980000;
    }
    
}

@media (min-width:992px) 
{
    #main-nav .nav > li
    {
        width:117px;
    }
    
    #main-nav .nav > li.caboose
    {
        width:123px;
    }
    
    #main-nav .nav > li > a
    {
        font-size: 13px;
        line-height: 1em;
    }
}

@media (min-width:1200px) 
{
    #main-nav .nav > li
    {
        width:146px;
    }
    
    #main-nav .nav > li.caboose
    {
        width:148px;
    }
    
    #main-nav .nav > li > a
    {
        font-size: 15px;
        line-height: 1em;
    }
}

@media  (max-width: 767px) and (-webkit-max-device-pixel-ratio:1.24), 
        (max-width: 991px) and (-webkit-min-device-pixel-ratio:1.25),

        (max-width: 767px) and (max-device-pixel-ratio:1.24), 
        (max-width: 991px) and (min-device-pixel-ratio:1.25),

        (max-width: 767px) and (max-resolution:1.24dppx),
        (max-width: 991px) and (min-resolution:1.25dppx),

        (max-width: 767px) and (max-resolution: 119dpi),
        (max-width: 991px) and (min-resolution: 120dpi)
{    

    
    #us_report_button{
        position: relative; 
       
        text-align: center;
        background:#1b1c21;
    border-top: 1px solid #3e3e3e;
        right: 0 !important; 
        font-size: 14px !Important;
        content: 'Issues?';
        color: #fff !important;
        display: block;
        height: 50px !important;
        width: 100% !important;
    }
    #us_report_button:after{
        position: absolute; 
       
        content: 'Website Issues?';
         top: 0;
         right: 0;
         left: 0;
         bottom: 0;
         line-height: 50px;
         font-weight:bold;
    }
    #us_report_button svg{
        width: 30px;
        position: absolute;
        left: 50%;
        margin-left: -100px;
        top: 16px;
    }
      div.iparIneligible {
    height: 100%!important;
    /* width: 100%; */
    top: 0;
    left: 15px;
    right: 15px;
    width: auto !important;
    bottom: 6px !Important;
    height: auto !important;
}
      div.iparIneligible span {
    margin-top: 50%;
        width: 100%;
    display: block;
    font-size: 13px;
    font-weight: bold;
    color: #333;
    padding: 0px 15px 0px 5px;
    height: 44px;
    text-align: center;
    top: 50%;
    position: absolute;
    margin-top: -22px !important;
}
     #account-dropdown div.iparWelcomeLink a.iparTrack, 
    #account-dropdown div.iparWelcomeLink a.iparReturn {
      width: 50% !important;
    /* margin: 0 2%; */
    padding: 0;
    line-height: normal !Important;
    height: auto !important;
    text-align: center;
    padding: 5px;
    border: 1px solid #ccc;
   
    margin-bottom: -1px;
    border-left: 1px solid !important;
}

    .container
    {
        width: 100%;
    }
    
    #grizlogo img
    {
        width: auto;   
        margin: 0 auto;
        display: block;     
    }    
    div#header{ padding: 2px 15px 0 15px;}
}
 

div#header
{
    /*background:#d71921;*/
    padding:10px 15px 0 15px;
    /*margin-bottom:10px;*/
}

nav#top-nav
{
    border:none;
    margin-bottom:0;
    -moz-border-radius:0;
    -webkit-border-radius:0;
    border-radius: 0;
}

@media  (min-width: 768px) and (-webkit-max-device-pixel-ratio:1.24), 
        (min-width: 992px) and (-webkit-min-device-pixel-ratio:1.25),

        (min-width: 768px) and (max-device-pixel-ratio:1.24), 
        (min-width: 992px) and (min-device-pixel-ratio:1.25),

        (min-width: 768px) and (max-resolution:1.24dppx),
        (min-width: 992px) and (min-resolution:1.25dppx),

        (min-width: 768px) and (max-resolution: 119dpi),
        (min-width: 992px) and (min-resolution: 120dpi)
{
    nav#top-nav
    {
    
        min-height:34px;
        background: #000000; /* Old browsers */
        background: -moz-linear-gradient(top,  rgba(255,255,255,0) 49%, rgba(255,255,255,1) 50%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(49%,rgba(255,255,255,0)), color-stop(50%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 49%,rgba(255,255,255,1) 50%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top,  rgba(255,255,255,0) 49%,rgba(255,255,255,1) 50%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top,  rgba(255,255,255,0) 49%,rgba(255,255,255,1) 50%); /* IE10+ */
        background: linear-gradient(to bottom,  rgba(255,255,255,0) 49%,rgba(255,255,255,1) 50%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
    }
}

nav#top-nav .navbar-collapse
{
     margin: 0 -16px;
    padding: 0 1px 0 0;
}

div#footer
{
    background:#1B1C21;
    border-top:solid 8px #d71921;
    padding:10px 15px;
}

div#footer div#signup-text
{
    color:#fed442;
    font-size:12px;
    font-weight:bold;
}

div#footer div#signup-text i#envelope
{
    color:#fff;
    font-size:34px;
}

div#main-content
{
    background: #FFF;
    padding:10px 15px;
    min-height:700px;
}
 
#searchbox, #searchbutton
{
    border-top:solid 2px #E68C4D;
    border-left:solid 2px #E68C4D;
    border-bottom:solid 2px #E68C4D;
}

#searchbutton
{
    color: #FFF;
    cursor: pointer;
    font-weight: bold;
    border-top: solid 2px #E68C4D;
    border-right: solid 2px #E68C4D;
    border-bottom: solid 2px #E68C4D;
    background: #FB9300;
    background: -moz-linear-gradient(top, #fb9300 0%, #eb280b 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FB9300), color-stop(100%,#EB280B));
    background: -webkit-linear-gradient(top, #FB9300 0%,#EB280B 100%);
    background: -o-linear-gradient(top, #fb9300 0%,#eb280b 100%);
    background: -ms-linear-gradient(top, #fb9300 0%,#eb280b 100%);
    background: linear-gradient(to bottom, #FB9300 0%,#EB280B 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fb9300', endColorstr='#eb280b',GradientType=0 );
}

div#top-links 
{
    /*padding-top:3px;*/
    margin-right:-15px;
}

div#top-links a
{
    color:#FFD40B;
    font-weight:bold;
    text-transform:uppercase; 
    white-space:nowrap;

}
div#top-links .dropdown-menu > li > a{
        display: block;
    padding: 7px 13px;
    border-bottom: 1px solid rgba(255,255,255,0.1);
    margin-right: 0 !important;
    min-width: 200px;
}
div#top-links .dropdown-menu > li > a:hover{
    text-decoration: none;
    background: rgba(255,255,255,0.2);
    border-color: transparent;
}
div#top-links a:active, div#top-links a:focus, div#top-links a:hover, div#top-links a:visited
{
    background:none;
    text-decoration:none;
      
}
.main-submenu{
    height: 28px;
}
.main-submenu > a:active, .main-submenu >  a:focus, .main-submenu >  a:hover, .main-submenu >  a:visited,
.main-submenu > div:hover, .iparWelcomeLink:hover
{
    background:none;
    text-decoration:none !important;
        border-bottom: 2px solid #FFD40B; 
    text-decoration: none;
        padding-bottom: 2px;
    margin-bottom: -2px;
    cursor:pointer;
}
div#top-links a.nopad
{
    margin-right:0;
}

span.basket-count
{
    color: #000;
    background-color: #FFCD05;
    padding: 0;
    width: 20px;
    height: 19px;
    line-height: 19px;
}

div#footer ul>li
{
    color:#d71921;
}

div#footer ul>li>a
{
    color:#F3CC72;
}

div#signup
{
    margin:10px 0;
}

a#submitemail
{
    background:#d71921;
    color:#fff;
}

div#footer-copyright
{
    color:#fff;
    text-align:center;
}

div.searchresults
{
    margin-bottom:20px;
}

@media  (min-width: 768px) and (-webkit-max-device-pixel-ratio:1.24), 
        (min-width: 992px) and (-webkit-min-device-pixel-ratio:1.25),

        (min-width: 768px) and (max-device-pixel-ratio:1.24), 
        (min-width: 992px) and (min-device-pixel-ratio:1.25),

        (min-width: 768px) and (max-resolution:1.24dppx),
        (min-width: 992px) and (min-resolution:1.25dppx),

        (min-width: 768px) and (max-resolution: 119dpi),
        (min-width: 992px) and (min-resolution: 120dpi)
{
   div.searchresult
    {
        padding:2px;
    }
}

 

div.searchresult .thumbnail .caption .description
{
    height:40px;
    overflow:hidden;
}
.search-rating {
    min-height: 40px;
    padding: 5px 0;
}
strike sup {
    margin-right: -3px;
}
.searchresult .stockstatus {
    
    display: block;
    font-size: 16px; 
position:absolute;
bottom: 70px;
right: 10px;
}
.searchresult .instock {
    color: green;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 12px !important;
   
}
div.searchresult .thumbnail .caption .description a
{
    color: #000;
    overflow: hidden; 
    letter-spacing: 1px; 
    height: 42px;
    font-size: 16px;
    display: block;
    white-space: normal;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
sup.dollar-sign {
    font-size: 75%;
    top: -0.2em;
    font-weight: normal;
    letter-spacing: 1px;
}

div.searchresult .thumbnail .caption .price
{
    font-size:1.5em;
    font-weight:bold;
}

.rating-stars:focus {
    text-decoration:none;
}

    .rating-stars .fa-stack {
        width: 20px;
        font-size: 24px;
        height: 24px;
        line-height: 24px;
    }

        .rating-stars .fa-stack .fa-stack-back {
            color: gold;
        }

 
 
.searchresultviewbtn {
    border-radius: 0 !important;
}
.searchresult .thumbnail{
    padding: 0;
    border:1px solid #e1e1e1;
}
        .rating-stars .fa-stack .fa-stack-fore {
            color: orange;
        }
div.searchresult div.searchresulttitle {
    background: #f5f5f5;
    
    padding: 4px;
    margin-bottom: 4px;
    font-weight: bold;
    padding: 12px;
}
.searchresultimglink{
    display: block;
    padding: 10px;
}
div.searchresult div.thumbnail 
{
    -webkit-border-radius:0;
    -moz-border-radius:0;
    border-radius:0;
}
    
@media  (min-width: 768px) and (-webkit-max-device-pixel-ratio:1.24), 
        (min-width: 992px) and (-webkit-min-device-pixel-ratio:1.25),

        (min-width: 768px) and (max-device-pixel-ratio:1.24), 
        (min-width: 992px) and (min-device-pixel-ratio:1.25),

        (min-width: 768px) and (max-resolution:1.24dppx),
        (min-width: 992px) and (min-resolution:1.25dppx),

        (min-width: 768px) and (max-resolution: 119dpi),
        (min-width: 992px) and (min-resolution: 120dpi)
{    
    div.searchresult div.thumbnail {
        margin-bottom: 0;
    }
}

.btn-red-gold, .btn-red-gold:focus
{
    background:#d71921;
    color:#FDC644;
    font-weight:bold;
}

.btn-red-gold:hover
{
    color:#fff;
}
.btn-cta{
    background: #f8ad42;
    color: #9e0000;
    font-weight: bold;
    margin: 0 5% 5%;
    width: 90%;
    border: 1px solid #f79d22;
    border-radius: 3px !important;
    background: #fbe4b1;
    background: -moz-linear-gradient(top, #fbe4b1 48%, #fbe4b1 48%, #f79b1e 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(48%,#fbe4b1), color-stop(48%,#fbe4b1), color-stop(100%,#f79b1e));
    background: -webkit-linear-gradient(top, #fbe4b1 48%,#fbe4b1 48%,#f79b1e 100%);
    background: -o-linear-gradient(top, #fbe4b1 48%,#fbe4b1 48%,#f79b1e 100%);
    background: -ms-linear-gradient(top, #fbe4b1 48%,#fbe4b1 48%,#f79b1e 100%);
    background: linear-gradient(to bottom, #fbe4b1 48%,#fbe4b1 48%,#f79b1e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbe4b1', endColorstr='#f79b1e',GradientType=0 );
}
.btn-red, .btn-red:focus
{
    background:#d71921;
    color:#fff;
    font-weight:bold;
}

.btn-red:hover
{
    color:#fff;
}

.btn-red:hover, .btn-green:hover, .btn-yellow:hover
{
    font-weight:bold;
}

.btn-pale-gray, .btn-pale-gray:focus
{
    color: #444;
    background-color: #f5f5f5;
    border-color: #444;
}

.btn-pale-green, .btn-pale-green:focus
{
    color: #3C763D;
    background-color: #DFF0D8;
    border-color: #D6E9C6;
}

.btn-pale-blue, .btn-pale-blue:focus
{
    color: #31708F;
    background-color: #D9EDF7;
    border-color: #BCE8F1;
}

.btn-pale-yellow, .btn-pale-yellow:focus
{
    color: #8A6D3B;
    background-color: #FCF8E3;
    border-color: #FAEBCC;
}

.btn-pale-red, .btn-pale-red:focus
{
    color: #A94442;
    background-color: #F2DEDE;
    border-color: #EBCCD1;
}

ul.pagination, div#sortpage-controls, span.result-summary
{
    margin:0;
    margin-bottom:10px;
}

span.result-summary
{
    display:block;
}

a.togglelink
{
    display:block;
}

div#outercollapse > div.panel-body
{
    padding:5px;
}

@media  (min-width: 768px) and (-webkit-max-device-pixel-ratio:1.24), 
        (min-width: 992px) and (-webkit-min-device-pixel-ratio:1.25),

        (min-width: 768px) and (max-device-pixel-ratio:1.24), 
        (min-width: 992px) and (min-device-pixel-ratio:1.25),

        (min-width: 768px) and (max-resolution:1.24dppx),
        (min-width: 992px) and (min-resolution:1.25dppx),

        (min-width: 768px) and (max-resolution: 119dpi),
        (min-width: 992px) and (min-resolution: 120dpi)
{    
    #filtercollapse > .panel.panel-default {
        border: none;
    }

    #filtercollapse > .panel.panel-default > .panel-heading {
        border: solid 1px #DDD;
        border-bottom: 0;
    }    

    #filtercollapse .nav > li > a
    {
        padding: 0;
    }
    
    div#outercollapse > div.panel-body
    {
        border:none;
        padding:5px 0 0 0;    
    }
}

@media  (min-width: 768px) and (-webkit-max-device-pixel-ratio:1.24), 
        (min-width: 992px) and (-webkit-min-device-pixel-ratio:1.25),

        (min-width: 768px) and (max-device-pixel-ratio:1.24), 
        (min-width: 992px) and (min-device-pixel-ratio:1.25),

        (min-width: 768px) and (max-resolution:1.24dppx),
        (min-width: 992px) and (min-resolution:1.25dppx),

        (min-width: 768px) and (max-resolution: 119dpi),
        (min-width: 992px) and (min-resolution: 120dpi)
{    
    div#main-nav li.horizontal-divide
    {
        /*border-left:solid 1px #ccc;*/
    }
}

@media  (min-width: 768px) and (-webkit-max-device-pixel-ratio:1.24), 
        (min-width: 992px) and (-webkit-min-device-pixel-ratio:1.25),

        (min-width: 768px) and (max-device-pixel-ratio:1.24), 
        (min-width: 992px) and (min-device-pixel-ratio:1.25),

        (min-width: 768px) and (max-resolution:1.24dppx),
        (min-width: 992px) and (min-resolution:1.25dppx),

        (min-width: 768px) and (max-resolution: 119dpi),
        (min-width: 992px) and (min-resolution: 120dpi)
{ 
    body{ -webkit-overflow-scrolling: touch !important;}
    .dropdown:hover .dropdown-menu {
        display: block;
     }
}
.anon-id{
        padding: 10px;
    margin: 10px 0;
    border: bac;
    background: #f2f2f2;
    border: 1px solid #e1e1e1;

}

form#searchform2
{
    margin-top:10px;
}

li#category-menu
{
    padding:15px;
}

li#category-menu ul
{
    list-style-type:none;
    padding-left:0;
}

li#woodworking-menu, li#metalworking-menu
{
    max-width:520px;
    padding: 15px 15px 0 15px;
}

.menu-thumbnail
{
    height:150px;
}

.menu-thumbnail a
{
    color:#000;
    display:block;
    text-align:center;
}

.menu-thumbnail a span.link-text
{
    display:block;
    margin-top:5px;
}

ul.dropdown-menu>li>ul
{
    list-style-type:none;
}

ul.dropdown-menu>li>ul>li>a
{
    display:block;
    padding:3px 20px;
    clear:both;
    font-weight:400;
    line-height:1.42857143;
    color:#333;
    white-space:nowrap;
}

ul.dropdown-menu>li>ul>li>a:hover, ul.dropdown-menu>li>ul>li>a:focus
{
    color:#262626;
    text-decoration:none;
    background-color:#F5F5F5;
}

.navbar-inverse .navbar-nav .open .dropdown-menu>li>ul>li>a
{
    color: #777;
}

.navbar-inverse .navbar-nav .open .dropdown-menu>li>ul>li>a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu>li>ul>li>a:focus
{
    color: #FFF;
    background-color: #000;
}

#categorytitle{font-family:'Oswald', Sans-Serif; font-size:36px;text-align:center;}

.thumbnail .product_outlet_tag, .thumbnail .product_sale_tag, .thumbnail .product_free_overnight_shipping_tag, .thumbnail .product_freeshipping_tag, .thumbnail .product-free-us-shipping-tag

{
    background-repeat:no-repeat;
    top: 0px;
    left: 15px; 
    position:absolute;
}
.product-tag{
     background-repeat:no-repeat;
    top: 0px;
    left: 15px; 
    position:absolute;
}
.add-to-cart-confirmation
{
    position: fixed;
    top: 15px;
    right: 15px;
    width: 300px;
    height: 80px;
    background: #fff;    
    color: #000;
    box-shadow: 0 0 10px #000;
    -moz-box-shadow: 0 0 10px #000;
    -webkit-box-shadow: 0 0 10px #000;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    padding: 15px;
    opacity: 0.95;
    
    border-top: 10px solid #76EE00;
}

.search-itemnumber{
        font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: bold;
    color: #888;
    line-height: 12px;
}
@media  (min-width: 768px) and (-webkit-max-device-pixel-ratio:1.24), 
        (min-width: 992px) and (-webkit-min-device-pixel-ratio:1.25),

        (min-width: 768px) and (max-device-pixel-ratio:1.24), 
        (min-width: 992px) and (min-device-pixel-ratio:1.25),

        (min-width: 768px) and (max-resolution:1.24dppx),
        (min-width: 992px) and (min-resolution:1.25dppx),

        (min-width: 768px) and (max-resolution: 119dpi),
        (min-width: 992px) and (min-resolution: 120dpi)
{
    .thumbnail .product_outlet_tag, .thumbnail .product_sale_tag, .thumbnail .product_free_overnight_shipping_tag, .thumbnail .product_freeshipping_tag 
    {
   right: -2px;
    left: auto;
    transform: rotate(90deg);
    top: 7px;
    }
     .product-tag
    {
        left: 0;
    top: 0; 
    }
    .thumbnail .product_outlet_tag {
        top: 3px;
        right: 3px;

    }
}
    
.thumbnail .product_outlet_tag,
.product-tag.product-outlet-tag
{
    background-image: url('http://d27ewrs9ow50op.cloudfront.net/grizzly/graphics/Closeout_corner_sprite.png');
    height: 75px;
    width: 75px;
}

.thumbnail .product_sale_tag,
.product-tag.product-sale-tag
{
    background-image: url('http://d27ewrs9ow50op.cloudfront.net/grizzly/graphics/sale_corner_sprite3.png');
    height: 48px;
    width: 57px;
}
    
.thumbnail .product_free_overnight_shipping_tag {
    background-image: url('http://d27ewrs9ow50op.cloudfront.net/grizzly/graphics/GreenFreeOvernightShipping_corner_sprite.png');
    height: 95px;
    width: 110px;
}

.thumbnail .product_freeshipping_tag
{
    background-image: url('http://d27ewrs9ow50op.cloudfront.net/grizzly/graphics/freeshipping_corner_sprite.png');
    height: 65px;
    width: 70px;
}
.thumbnail .product-free-us-shipping-tag,
.product-tag.product-free-shipping-tag{
    background-image: url(http://d27ewrs9ow50op.cloudfront.net/grizzly/graphics/freeship_corner_sprite2.png);
    height: 100px;
    width: 107px;
    left: 1px;
    top: 2px;
}
 
.product-tag.product-outlet-tag
{
    background-image: url('http://d27ewrs9ow50op.cloudfront.net/grizzly/graphics/Closeout_corner_sprite_lg.png');
     height: 124px;
    width: 142px;
}
 
.product-tag.product-sale-tag
{
    background-image: url('http://d27ewrs9ow50op.cloudfront.net/grizzly/graphics/sale_corner_sprite3_lg.png');
      height: 124px;
    width: 142px;
}
 
.product-tag.product-free-shipping-tag{
    background-image: url(http://d27ewrs9ow50op.cloudfront.net/grizzly/graphics/freeship_corner_sprite2_lg.png);
        height: 142px;
    width: 142px;
    left: 1px;
    top: 2px;
}
i.fa.fa-file-pdf-o
{
    color: #d71921;
}

table.table
{
    border: solid 1px #DDD;
}

table#resources td a
{
    text-decoration:none;
    display:block;
    color:#000;
}

div.searchresult-header
{
    padding:0;
}

div.searchresult-header h3, div#reviews h3
{
    border-bottom:solid 1px #ccc;
}

div#page-controls
{
    margin-bottom:10px;
}

a.search-filter i.close-icon
{
    font-size:20px;
}

a.search-filter-top
{
    margin-bottom:10px;
}

a.search-filter-top i.close-icon {
    font-size: 14px;
    line-height: 18px;
}

div#current-search-filters
{
    margin-bottom:10px;
}

button#addToCartButton
{
    margin-bottom:10px;
}

span.disabled
{
    color: #777;
    cursor: not-allowed;
}

@media  (min-width: 768px) and (-webkit-max-device-pixel-ratio:1.24), 
        (min-width: 992px) and (-webkit-min-device-pixel-ratio:1.25),

        (min-width: 768px) and (max-device-pixel-ratio:1.24), 
        (min-width: 992px) and (min-device-pixel-ratio:1.25),

        (min-width: 768px) and (max-resolution:1.24dppx),
        (min-width: 992px) and (min-resolution:1.25dppx),

        (min-width: 768px) and (max-resolution: 119dpi),
        (min-width: 992px) and (min-resolution: 120dpi)
{
    #filtercollapse .nav > li > a
    {
        padding: 0;
    }
}

.alert-success
{
    background: #fff !important;
    padding: 5px !important;
}

.alert-stacked
{
    margin-bottom:3px;
}

.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus
{
    color:#fff;
    background-color: #333;
}

.panel-title-red
{
    color: #D71912;
    font-weight: bold;
}

.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:hover, .navbar-inverse .navbar-nav>.open>a:focus
{
    background: none;
}

.instock
{
    color:green;
    font-weight:bold;
}
.outstock
{
    color:#c00;
    font-weight:bold;
}
div#top-links ul.dropdown-menu {
    background: #444;
    padding: 0 !important;
    border-radius: 0; 
    border-top: 2px solid #ffce17;
}
div#top-links .dropdown-menu .fa {
    margin-right: 10px;
}
span.validation-error {
    color:#c00;
}

input.validation-error, textarea.validation-error {
    background-color:lightpink;
}

div#perveyortop, div#perveyorbottom
{
	color:#eab523;
	font-family: 'serpentinebold';    
	line-height:30px;
    text-align:center;
}

div#perveyortop {
	font-size:24px;
	letter-spacing: 3px;
}
.mobile-only{
    display:none;
}
.desktop-only{
    display:block;
}
input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
    display: none;
    -webkit-appearance: none;
    margin: 0;
}
input[type=number] {
    -moz-appearance:textfield;
}
div#perveyorbottom {
	font-size:22px;
	letter-spacing: 2px;
    margin-bottom:20px;
}
@media  (max-width: 767px) and (-webkit-max-device-pixel-ratio:1.24), 
        (max-width: 991px) and (-webkit-min-device-pixel-ratio:1.25),

        (max-width: 767px) and (max-device-pixel-ratio:1.24), 
        (max-width: 991px) and (min-device-pixel-ratio:1.25),

        (max-width: 767px) and (max-resolution:1.24dppx),
        (max-width: 991px) and (min-resolution:1.25dppx),

        (max-width: 767px) and (max-resolution: 119dpi),
        (max-width: 991px) and (min-resolution: 120dpi)
{
    #smMainChatDiv{
        display: none !important;
    }
    #account-dropdown .iparWelcomeLink {
    background: #222222;
    border-bottom: 1px solid #ccc;
    padding:  0 !Important;
    color: #fff !Important;
}

#account-dropdown div.iparWelcomeLink a {
    display: inline-block!important;
    text-decoration: none;
    cursor: pointer;
    width: 50%;
    display: block !important;
    float: left;
    color: #fff;
    padding:0 15px;
}

#account-dropdown .iparWelcomeLink:after {
    display: table;
    content: '';
    clear: both;
}

#account-dropdown .iparWelcomeLinkFlag {
    height: 22px;
    width: 28px;
    margin-top: 5px;
    float: right;
}

     .navbar { 
    min-height: 0; 
}
      #searchform2 .form-group {
    margin-bottom: 5px;
}
    .navbar-toggle {
    position: relative;
    float: right;
    padding: 5px 10px;
    margin-top: 6px;
    margin-right: 15px;
    margin-bottom: 5px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
    form#searchform2 {
    margin-top: 5px;
}
    div.mobile-only{
    display:block;
}
    #grizlogo img {
    max-height: 55px !important;
}
    div#header {
    /* background: #d71921; */
    padding: 10px 15px;
    /* margin-bottom: 10px; */
}
    span.mobile-only{
        display:inline-block;
    }
.desktop-only{
    display:none;
}
    .catalog-link-footer{
        display: block;
    padding: 15px 30px;
    border: 1px solid #614c11;
    background: #4e3a2e;
    margin: 15px 0;
    }
    .catalog-link-footer+span{
            width: 100%;
    display: block;
    padding: 5px;
    background: #4e3a2e;
    margin-top: -21px;
    margin-bottom: 15px;
    }
     #footer #sociallinks{
            border-bottom: 1px solid #eab523;
    padding-bottom: 11px;
    }
    li.footer-links-final {
    width: 100% !important;
    background: #4e3a2e;
    border: none !Important;
    margin-top: 15px;
}
    #footer img{
            margin: 0 auto;
    }
    div#perveyorbottom {
    font-size: 15px;
    letter-spacing: 2px;
    margin-bottom: 0;
        border-bottom: 1px solid;
    padding-bottom: 9px;
}
    div#perveyortop {
    font-size: 22px;
    letter-spacing: 3px;
        margin-top: 15px;
}
div#perveyortop, div#perveyorbottom {
    color: #eab523;
    font-family: 'serpentinebold';
    line-height: 22px;
    text-align: center;
}
    div#footer ul {
  padding: 0;
    
}
    div#footer ul>li {
    color: #d71921;
    list-style-type: none;
    padding: 10px 0;
    border-bottom: 1px solid #444;
    text-align: center;
        float: left;
    width: 50%;
}
    .account-container li {
    list-style-type: none;
    margin: 0;
    padding: 10px;
    border-bottom: 1px solid #e1e1e1;
}
    .account-container > ul {
    padding: 0;
    margin: 0;
}
    #categorytitle{
        font-size: 25px !important;
        text-align:left !important;

    }
    .error-alert-container{
        text-align: center;
    }
    .error-button-container{
        text-align: center;
    }
    .btn-error{
        float: none;
        margin-top: 15px;
    }
    .navbar-nav{max-height: none;  margin: 7.5px 0 ;   }    
    nav#top-nav
    {    
        background: #e1e1e1;
        color: #000;    
       
    }

    a.mobile-top-menu-item
    {
        color: #d71921 !important;    
    }
    
    nav#top-nav .navbar-nav>li>a
    {
        color: #000;    
    }
}



@media (max-width: 450px){
    #grizlogo img {
    max-height: 45px !important;
}
    p {
    margin: 0 0 10px;
    font-size: 12px;
    line-height: 18px;
}
}

.savedAddresses{
        margin-left: -15px;
}
div.savedAddress {
    background: #f6f9ff;
    border: 1px solid #d4dcec;
    padding: 15px;
    border-radius: 3px;
    font-size: 13px;
    margin: 0 -15px 15px 0;
    letter-spacing: 1px;
    line-height: 21px;
    height: 200px;
}
.saved-address-menu{
        position: absolute;
    top: 0;
    right: 0;
    padding: 5px;
}

    .saved-address-menu a {
        padding: 5px;
        display: block;
        float: right;
        font-size: 15px;
        color: #000;
        cursor:pointer
    }
    .saved-address-menu a.delete-saved{
        color: #c00;
    }