@media all and (min-width: 60em)
{
    span.savings {
        font-family: "Open Sans";
        font-weight: bold;
        font-size: 0.95em;
    }
    .btn-rounded {
        border-radius: 4px !important;
    }
    header {
        /* 
        background:#021d32;
        background: #012053; 
        */
        background: #111111;
        color:#fff;
        /*box-shadow: 0px 4px 3px #888888;*/
        box-shadow: 0 1.5px 3px rgba(20, 20, 20, 0.5);
        width:100%;
        margin-bottom: 10px;
        position: sticky;
        top:0px;
    }
    
    .ui-autocomplete { 
    }
    .gallery-thumbnail {
        margin: 5px;
        padding:2px 0px 0px 0px;
        border-top: 3px solid #ffffff;
        
    }
    div.open-thumbnail { border-top: 3px solid #337ab7; }
    
    div.altheader {
        position:fixed;
        top:0px;
        width:100%;
        max-height: 90px;
        background:#021d32;
        box-shadow: 0 1.5px 3px rgba(20, 20, 20, 0.5);
    }
    .filter-links {
        font-size: 90%;
    }
    
    div.compare_list {
        position:fixed;
        bottom:0px;
        left:0;
        z-index: 999;
        background:#ffffff;
        box-shadow: 0 -2px 3px rgba(20, 20, 20, 0.5);
        margin: 0 auto;
        text-align:center;
        width: 100%;
    }
    
    div.cmp-product > img {
        max-height:60px;
        max-width:60px;
        width:60px;
        height:60px;
    }
    .cat-head {
        margin-top:-8px;
    }
    
    #sidebarbuttons {
        bottom: 45%; right: 0px; position: fixed; z-index: 500; display: block;
    }
    #sidebarbuttons > button {
        background:#fff;
        padding:10px;
        width:80px;
        box-shadow: 0px 4px 3px #888888;
        box-shadow: 0 1.5px 3px rgba(138, 138, 138, 0.73);
        background:#fff;
        color:#333;
    }
    
    #scrolltotop { display:none; }
    #sidebarfeedback {
        padding: 10px;
        box-shadow: 0px 4px 3px #888888;
        box-shadow: 0 1.5px 3px rgba(138, 138, 138, 0.73);
        background:#fff;
        color:#333;
    }
    
    #product_head .product-thumbnail {
        min-height: 420px;
        vertical-align:middle !important;
    }
    #media-container {
        height: 420px !important;
        
    }
    
    div.landing-sale-head {
        min-height: 360px !important;
        overflow: hidden;
    }
    
    .dotted-box > div.watch {
        min-height: 200px;
    }
    ul#media-container > li > img {
        cursor: pointer;
    }
    #landingPageBanners, #viewhistory, #bestsellers {
        display: none;
    }
    .offcanvas.in {
        -webkit-box-shadow: -4px 0px 2px 0px rgba(0,0,0,0.25);
        -moz-box-shadow: -4px 0px 2px 0px rgba(0,0,0,0.25);
        box-shadow: -4px 0px 2px 0px rgba(0,0,0,0.25);
    }
    
    .cat-head h2 {
        margin-top:5px;
        font-size: 1.5em;
    }
    .cat-head h1 {
        margin-top:5px;
        font-size: 2.25em;
    }
    
    #subfooter a,#subfooter a:hover,#subfooter a:active { text-decoration:none; }
    
    .valid_checkmark {
        font-family: 'FontAwesome';
        position: absolute;
        top: 0px;
        left: -5px;
        content: "\f007";
    }
    
    .submenu ul li a { display: inline-block !important; }
}

a[name] {
    margin-top: 150px;
    padding-top: 150px;
}