body {
    overflow-x: hidden;
    background-color: white !important;
    margin: 0;
}

ul.ss-box {
    position: absolute;
    top: 19px !important;
    width: 327px !important;
}

ul.topnav li.navitem .submenu {
    margin-top: 7px !important;
}

@media only screen and (max-width: 1199px) {
    #full-width-header .right-top-nav ul li.blog {
        display: none;
    }
}

@media only screen and (max-width: 979px) {

    .header_new .main-navigation-menu .navigation ul li.navitem {
        float: left;
    }

    .header_new .main-navigation-menu li.navitem:nth-child(n) {
        font-size: 10px !important;
    }

    .header_new .main-navigation-menu .navigation ul li.navitem a {
        padding: 10px 6px;
    }

    #full-width-header .accounts .myaccount>a {
        font-size: 12px;
    }

}

#full-width-header .mobile-side-menu {
    font-family: "Open Sans", sans-serif;
    width: 240px;
    display: none;
    background-color: #222;
    top: 0px;
    bottom: 0px;
    z-index: 120;
    position: fixed !important;
    overflow-x: hidden;
    overflow-y: scroll;
    /* has to be scroll, not auto */
    -webkit-overflow-scrolling: touch;
}

/* Truncate special text */
.truncate {
    width: 120px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#full-width-header .mobile-side-menu ul {
    float: none;
    display: inline-block;
    margin: auto;
    width: 100%;
    background-color: #222;
    border-radius: 0px;
}

#full-width-header .mobile-side-menu ul>li {
    text-align: left;
    border-top: solid 1px #3f3f3f;
    border-bottom: solid 1px #000;
}

#full-width-header .mobile-side-menu ul>li>a {
    text-transform: capitalize;
    text-decoration: none;
    line-height: 20px;
    display: block;
    font-weight: 500;
    font-size: 14px;
    color: #000;
    padding: 15px;
}

#full-width-header .mobile-side-menu ul>li:first-child a {
    color: #f05a29;
    font-weight: 700;
}

#full-width-header .mobile-side-menu ul>li:nth-child(3) a,
#full-width-header .mobile-side-menu ul>li:nth-child(4) a {
    font-weight: bold;
    color: #f05a29;
}

#full-width-header .left-top-nav ul li {
    display: inline-block;
    border-right: Solid 1px #ddd;
    padding: 0 10px 0 8px;
    line-height: 1;
}

#full-width-header .right-top-nav ul li {
    display: inline-block;
    border-right: Solid 1px #ddd;
    padding: 0 10px 0 8px;
    line-height: 1;
    font-size: 12px;
}

#full-width-header .right-top-nav ul {
    text-align: right;
}

#full-width-header .right-top-nav ul li.blog {
    font-weight: 700;
}

#full-width-header .right-top-nav ul li.blog>a {
    color: #222;
    font-size: 11px;
}

/* ///////// ADDED TO EXTEND BLOG SECTION WIDTH */

/* .desktop-tablet .span5.right-top-nav {
    margin-left: 0px;
    width: 42.7%;
}
#full-width-header .right-top-nav ul li.blog > a {
    color: #d41819;
} */

/* ///////// ADDED TO EXTEND BLOG SECTION WIDTH */

.noscroll {
    position: fixed;
    right: 0;
    top: 0;
    overflow: hidden;
}

#full-width-header .overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 110;
    background-color: rgba(0, 0, 0, 0.7);
}

#full-width-header .fabutton {
    background: none;
    padding: 0px;
    border: none;
    position: absolute;
    padding: 6px;
    right: -9px;
    margin-top: -10px;
}

#full-width-header .topNavBar {
    font-family: "Open Sans", sans-serif;
    background-color: white;
    padding-top: 7px;
    padding-bottom: 0px;
    z-index: 110;
    position: relative;
}

#full-width-header .topNavBar nav {
    z-index: 1100;
}

#full-width-header .topNavBar ul {
    text-transform: uppercase;
    list-style: none;
    margin: 0;
    margin-bottom: 0;
    padding-left: 0;
}

#full-width-header .topNavBar a {
    color: #222;
    font-size: 11px;
}

/* ADDED CHRISTMAS */

/* #full-width-header .topNavBar .freeshipping a {
    color: #39880c;
    font-size: 11px;
} */

/* // ADDED CHRISTMAS */

#full-width-header .topNavBar .deals .deal-drop-button {
    font-weight: 700;
    color: #CC4900;
}

#full-width-header .topNavBar ul li:last-child {
    font-weight: 700;
    border: none;
}

#full-width-header .topNavBar .deals .fa-angle-down {
    color: #CC4900;
}

#full-width-header .topNavBar .newitems {
    font-weight: 700;
}

#full-width-header .bottomNavBar {
    font-family: "Open Sans", sans-serif;
    background-color: #e8e8e8;
}

#full-width-header .bottomNavBar nav {
    z-index: 1100;
    margin-bottom: 0;
}

#full-width-header .bottomNavBar-padding {
    height: 50px;
}

#full-width-header .navbar-brand {
    background-repeat: no-repeat;
    /* background-image: url("https://files.knifecenter.com/graphics/knifecenter/knifecenter-2023-logo-5fan.svg"); */
    /* background-image: url("https://files.knifecenter.com/graphics/knifecenter/knifecenter-2024-logo-THANKS.png"); */
    /* background-image: url("https://files.knifecenter.com/graphics/knifecenter/knifecenter-2024-logo-HWN.png"); */
    background-image: url("https://files.knifecenter.com/graphics/knifecenter/knifecenter-2024-logo-XMAS.png");
    display: block;
    background-size: contain;
    background-position: center;
    image-rendering: -webkit-optimize-contrast;
    height: 50px;
    width: calc(100% - 50px);
    float: left;
}

#full-width-header .myaccount {
    margin-top: 15px;
    position: relative;
}

#full-width-header .myaccount>a {
    font-weight: 700;
    color: #222;
    font-size: 13px;
    text-shadow: 0 1px 0 #fff;
}

#full-width-header .container.mobile-only {
    display: none;
}

#full-width-header div.cart-box {
    height: 50px;
    width: 30px;
    float: right;
    text-align: center;
    cursor: pointer;
    border-radius: 0px;
    padding: 0px;
}

#full-width-header div.cart-box a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}

#full-width-header div.cart-box .kc-icon-cart {
    position: absolute;
    font-size: 28px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #000;
}

#full-width-header .shopping-cart-text {
    font-size: 13px;
    position: absolute;
    top: 5px;
    left: calc(50% + 1px);
    transform: translate(-50%, 0);
    font-weight: bold;
    color: #000;
}

#full-width-header .search-form {
    width: calc(100% - 110px);
    float: left;
}

#full-width-header .search-form form {
    position: relative;
}

#full-width-header .search-form button {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
    height: 100%;
    margin: 0;
    width: 36px;
}

#full-width-header .search-query,
#full-width-header .search-box {
    padding: 5px 46px 5px 10px !important;
    margin: 0;
    box-sizing: border-box;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    border: solid 1px #ddd !important;
    box-shadow: none;
    width: 100%;
    height: 40px;
    font-size: 16px;
}

#full-width-header .search-bar-icon {
    color: black;
}

#full-width-header .featured-links {
    width: 110px;
    height: 40px;
    text-align: center;
}

#full-width-header .featured-links-wrap {
    display: flex;
    flex-direction: column;
    margin-left: 10px;
    text-align: left;
}

#full-width-header .featured-links a {
    color: #222;
    font-size: 13px;
    text-shadow: 0 1px 0 #fff;
    white-space: nowrap;
}

@media (max-width: 428px) {
    #full-width-header .featured-links a {
        font-size: 12px;
    }
}

#full-width-header .featured-links a.expert-advice {
    font-weight: bold;
    display: block;
    color: #d41819;
    margin-bottom: 5px;
}

#full-width-header .featured-links a.expert-advice:before {
    font-family: 'FontAwesome';
    content: "\f02d";
}

#full-width-header .featured-links strong {
    color: #017300;
}

#full-width-header .navbar-inverse .navbar-toggle {
    height: 50px;
    width: 28px;
    float: left;
    border: none;
    border-radius: 0;
    padding: 0;
    text-align: left;
    background: none !important;
    position: relative;
}

#full-width-header .navbar-inverse .navbar-toggle .kc-icon {
    position: absolute;
    left: 1px;
    top: 50%;
    transform: translate(0, -50%);
    text-align: center;
}

#full-width-header .navbar-inverse .navbar-toggle .navbar-close-btn {
    display: none;
    font-size: 26px;
}

body.open #full-width-header .navbar-inverse .navbar-toggle .navbar-close-btn {
    display: block;
}

#full-width-header .navbar-inverse .navbar-toggle .kc-icon-burger {
    display: block;
    font-size: 24px;
    color: #000;
}

#full-width-header button.mobile-menu-button:active,
#full-width-header button.mobile-menu-button:focus {
    moz-outline-style: none;
    outline: none;
    outline: 0;
    background-color: black;
}

#full-width-header .small-screen-only-searchBar {
    display: none;
}

#full-width-header li.blog .blogdrop,
#full-width-header li.deals .dealdrop,
#full-width-header .myaccount .accountdrop {
    display: none;
    position: absolute;
    right: 221;
    top: 17px;
    margin-top: 99px;
    margin-left: -39px;
    background-color: rgba(255, 255, 255, 0.97);
    padding: 5px 0;
    border: solid 3px #ddd;
    white-space: nowrap;
    z-index: 2000;
    box-shadow: -2px 2px 0 #aaa;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

#full-width-header li.deals .dealdrop {
    top: -75px;
    margin-left: 0;
}

#full-width-header li.blog .blogdrop {
    top: -75px;
    margin-left: -250px;
}

#full-width-header .accounts .myaccount ul.accountdrop {
    margin-right: 15px;
    margin-top: 0 !important;
    top: 100%;
    right: 0;
}

#full-width-header li.blog ul.blogdrop li,
#full-width-header ul.dealdrop li,
#full-width-header .accounts .myaccount ul.accountdrop li {
    border-right: none;
    /* text-transform: capitalize; */
    font-size: 13px;
    font-weight: 500;
    text-shadow: 0 1px 0 #fff;
    display: block;
    line-height: 1;
    padding: 0;
}

#full-width-header ul.blogdrop li a,
#full-width-header ul.dealdrop li a,
#full-width-header .accounts .myaccount ul.accountdrop li a {
    color: #48698b;
    display: block;
    padding: 7px 10px;
}

#full-width-header li.blog ul.blogdrop li a,
#full-width-header .accounts .myaccount ul.accountdrop li a {
    font-weight: 500;
    font-size: 13px;
}

#full-width-header ul.blogdrop li a:hover,
#full-width-header ul.dealdrop li a:hover,
#full-width-header .accounts .myaccount ul.accountdrop li a:hover {
    text-decoration: none;
    background-color: #e7e7e7;
    text-shadow: 0 1px 0 #fff;
    color: #CC4900;
}

#full-width-header li.deals:hover {
    text-decoration: underline;
}

/*#full-width-header li.blog:hover .blogdrop,
#full-width-header li.deals:hover .dealdrop,
#full-width-header .myaccount:hover .accountdrop {
    display: block;
    opacity: 1;
}*/

#full-width-header .icon-chevron-down.icon-black {
    margin-top: 2px;
    margin-left: 1px;
}

#full-width-header .span4.accounts {
    /* margin-top: -6px !important; */
    margin-top: 0 !important;
}

#full-width-header li.mobile-shipping-info a {
    color: #f05a29 !important;
}

/* Iphone input fix */
#full-width-header input[type='text'],
#full-width-header input[type='number'],
#full-width-header textarea {
    font-size: 16px;
}

#full-width-header .bottomNavBar .bottom-navbar-center {
    display: flex;
}

@media (min-width: 1200px) {
    #full-width-header .bottomNavBar .bottom-navbar-left {
        width: 350px !important;
    }

    #full-width-header .bottomNavBar .bottom-navbar-center {
        width: calc(100% - 520px) !important;
        padding: 0 60px !important;
    }

    #full-width-header .search-form {
        width: calc(100% - 150px);
    }

    #full-width-header .featured-links {
        width: 150px;
        text-align: right;
    }

    #full-width-header .featured-links-wrap {
        float: right;
        margin: 0;
    }

    #full-width-header .bottomNavBar .bottom-navbar-right {
        width: 170px !important;
    }

    #full-width-header .bottomNavBar .accounts {
        width: calc(100% - 80px) !important;
    }

    #full-width-header .bottomNavBar .cart-box {
        width: 80px;
    }
}

@media (min-width: 980px) {
    #full-width-header .span4.myaccount {
        margin-top: 2px;
    }

    #full-width-header .span5.featured-links {
        margin-top: 3px;
    }

    #full-width-header .search-query,
    #full-width-header .search-box {
        height: 40px;
    }

    #full-width-header .span3.cart-box {
        margin-top: -15px !important;
    }

    #full-width-header .myaccount:hover .accountdrop {
        margin-top: 73px;
    }

    #full-width-header .bottomNavBar {
        padding-top: 10px !important;
    }

    #full-width-header .bottomNavBar .bottom-navbar-center {
        padding: 0 60px !important;
        margin-top: 30px !important;
    }

    #full-width-header .navbar-brand {
        height: 100px;
        width: 100%;
    }

    #full-width-header .bottomNavBar .bottom-navbar-right {
        margin-top: 25px !important;
    }
}

@media (max-width: 979px) {
    #full-width-header .left-top-nav .newitems {
        border-right: none;
    }

    #full-width-header .span3.cart-box {
        margin-top: -17px !important;
    }

    #full-width-header .span4.accounts {
        margin-top: -11px !important;
    }

    #full-width-header .fa.fa-shopping-cart.fa-stack-2x {
        margin-left: -5px;
        font-size: 1.35em;
        margin-top: 5px;
    }

    #full-width-header strong.shopping-cart-text {
        margin-left: -1px;
        font-size: 12px;
        margin-top: -0.5em;
    }

    #full-width-header .myaccount:hover .accountdrop {
        top: -1px;
        margin-left: -65px;
    }

    #full-width-header .topNavBar ul li {
        padding: 0 9px 0 0px;
    }
}

@media (max-width: 767px) {
    #full-width-header .fabutton {
        top: 1px;
        right: -47px;
    }

    #full-width-header .bottomNavBar {
        margin-bottom: 20px;
    }

    #full-width-header .bottomNavBar .bottom-navbar-left {
        float: left;
        width: calc(100% - 30px);
    }

    #full-width-header .bottomNavBar .bottom-navbar-center {
        position: absolute;
        height: 40px;
        padding: 0 13px;
        box-sizing: border-box;
    }

    #full-width-header .bottomNavBar .navbar {
        width: 100%;
        position: relative;
        background-color: rgba(242, 242, 242, 0.94) !important;
        box-shadow: 0 5px 8px rgba(0, 0, 0, 0.4);
        padding: 5px 13px;
        box-sizing: border-box;
        margin-bottom: 0;
    }

    #full-width-header .bottomNavBar .bottom-navbar-right {
        float: right;
    }

    #full-width-header .bottomNavBar .bottom-navbar-right .accounts {
        display: none;
    }

    #full-width-header div.cart-box,
    #full-width-header .mobile-menu-button {
        margin: 8px 0;
    }

    #full-width-header .navbar-brand {
        height: 66px;
        width: calc(100% - 49px);
        margin-left: 10px;
    }
}

@media (min-width: 768px) {
    .main_box_shadow {
        padding-top: 0;
        margin-top: 0;
    }

    #full-width-header .bottomNavBar {
        padding: 20px 0 57px 0;
    }

    #full-width-header .bottomNavBar .bottom-navbar-left {
        float: left;
        width: 240px;
    }

    #full-width-header .bottomNavBar .bottom-navbar-center {
        float: left;
        width: calc(100% - 380px);
        box-sizing: border-box;
        padding: 0 10px;
        margin-top: 4px;
    }

    #full-width-header .bottomNavBar .bottom-navbar-right {
        width: 130px;
        float: right;
    }

    #full-width-header .bottomNavBar .accounts {
        width: calc(100% - 50px);
        float: left;
    }

    .header_new .main-navigation-menu {
        transform: translate(0, -100%);
        position: absolute;
        width: 100%;
    }
}

@media (min-width: 621px) and (max-width: 767px) {
    /* div.LPMcontainer {
        display: none !important;
    } */

    #full-width-header .container.mobile-only {
        margin-bottom: 5px;
    }

    #full-width-header strong.shopping-cart-text {
        margin-left: -1px;
        font-size: 12px;
        margin-top: -0.5em;
    }

    #full-width-header .topNavBar ul li.phone,
    #full-width-header .topNavBar ul li.newitems,
    #full-width-header .topNavBar ul li.deals {
        display: inline-block;
        border-right: Solid 1px #ddd;
        line-height: 1;
        padding: 0 9px 0 4px;
    }

    /* #full-width-header .deals ul.dealdrop {
        top: -67px;
        margin-left: -127px;
    } */

    #full-width-header .deals ul.dealdrop {
        top: -26px;
        margin-left: -34px;
    }

    #full-width-header .knifecenter-logo {
        margin-bottom: 7px;
    }

    #full-width-header .search-bar-icon,
    #full-width-header .fabutton {
        padding: 5px;
        right: calc(18%);
    }

    #full-width-header .knifecenter-cart-box {
        margin-top: -52px !important;
    }

    #full-width-header .container.mobile-only {
        display: block;
    }

    #full-width-header .container.desktop-tablet {
        display: none;
    }

    #full-width-header .mobile-search {
        width: 62% !important;
        padding-left: 0px !important;
        padding-right: 0px !important;
        margin-left: 3.5vw !important;
        margin-right: 0.5vw !important;
        float: left !important;
    }

    #full-width-header .mobile-search .search-query,
    #full-width-header .search-box {
        width: 80%;
    }

    #full-width-header .topNavBar .newitems a {
        color: white;
    }

    #full-width-header .topNavBar .deals .text {
        color: white;
    }

    #full-width-header .topNavBar .deals i {
        color: white;
    }

    #full-width-header .bottomNavBar {
        padding-bottom: 0px;
        background-color: #fff;
    }

    #full-width-header .bottomNavBar nav {
        position: relative;
        background-color: #f2f2f2 !important;
        z-index: 1100;
        box-shadow: 0 5px 8px rgba(0, 0, 0, 0.4);
        padding-bottom: 7px;
    }

    #full-width-header .bottomNavBar .row-fluid {
        margin-top: 21px;
    }

    #full-width-header .bottomNavBar .bottom-navbar-center {
        width: 56%;
        right: 0;
        bottom: 100%;
        height: 30px;
        margin-bottom: 8px;
    }

    #full-width-header .search-query {
        height: 30px;
    }

    #full-width-header .featured-links {
        height: 30px;
        text-align: right;
    }

    #full-width-header .featured-links-wrap {
        margin-top: -4px;
    }

    #full-width-header .featured-links a.expert-advice {
        margin-bottom: 2px;
        color: #fff;
    }

    #full-width-header .featured-links a {
        color: #fff;
        text-shadow: none;
    }

    #full-width-header .featured-links a strong {
        color: #61d660;
    }

    .main-navigation-menu {
        display: none;
    }

    #full-width-header .topNavBar {
        background-color: black;
    }

    #full-width-header .bottom-navbar-center .span4 {
        display: none;
    }

    #full-width-header .menu-list {
        width: 50%;
        margin-top: 6px;
        padding: 0;
        margin-left: 15px;
        float: left;
    }

    #full-width-header .fa.fa-shopping-cart.fa-stack-2x {
        margin-left: -5px;
        font-size: 1.35em;
        margin-top: 5px;
    }

    /* @overide to hide search box on mobile */
    .top_search.span12.margin-bottom {
        display: none !important;
    }

    .tooltipme {
        display: none;
    }
}

@media (max-width: 620px) {
    .tooltipme {
        display: none;
    }

    #full-width-header strong.shopping-cart-text {
        margin-left: -1px;
        font-size: 12px;
        margin-top: -0.5em;
    }

    #full-width-header .small-screen-only-searchBar {
        display: block;
    }

    #full-width-header .small-sceen-only.search-query,
    #full-width-header .small-sceen-only.search-query.search-box {
        margin-bottom: 5px;
        width: 90.3%;
        margin-left: 3.2%;
        margin-right: 3.2%;
    }

    #full-width-header .fa.fa-shopping-cart.fa-stack-2x {
        margin-left: -5px;
        font-size: 1.35em;
        margin-top: 5px;
    }

    .main-navigation-menu {
        display: none;
    }

    #full-width-header .topNavBar {
        display: none !important;
    }

    /* @overide to hide search box on mobile */
    .top_search.span12.margin-bottom {
        display: none !important;
    }

    #full-width-header .bottomNavBar .bottom-navbar-center {
        bottom: 15px;
        left: 0;
        width: 100%;
    }

    #full-width-header .bottomNavBar .navbar {
        padding-bottom: 65px;
    }
}

/*
 *   ---
 *     ------ Main navigation menu style ovveride
 *       ---
 *       */

.main-navigation-menu {
    font-family: "Open Sans", sans-serif;
}

.main-navigation-menu .navigation.navbar {
    border-radius: 0px !important;
}

.main-navigation-menu .navbar ul.topnav {
    float: left;
    display: inline-block;
    margin: auto;
    width: 100%;
    background-color: #222;
    border-radius: 0px !important;
}

li.navitem .submenu {
    margin-top: 10px;
}

.main-navigation-menu .navbar .main-links ul.topnav>li {
    font-family: "Open Sans", sans-serif !important;
    border-color: #222 !important;
    height: inherit !important;
}

.main-navigation-menu ul.topnav>li>a {
    line-height: 1;
    padding-top: 15px;
    padding-bottom: 15px;
}

.main-navigation-menu .navbar .main-links ul.topnav>li:first-child {
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
}

.main-navigation-menu .navbar .main-links ul.topnav>li:last-child {
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}

.main-navigation-menu .navbar .main-links ul>li a {
    text-transform: capitalize;
    font-weight: 600;
}

/* ie8 fixes */
.no-svg #full-width-header .ie-eight-accountdrop {
    background-color: white;
    top: 2px;
}

.no-svg #full-width-header .ie-eight-rightborder {
    border-right: none;
}

.no-svg #full-width-header .ie-eight-dealdrop {
    background-color: white;
    margin-top: -78px;
}

.no-svg .hidden-ie-eight {
    display: none;
}

.svg .hide-ie-eight-logo {
    display: none;
}

.no-svg #full-width-header .hidden-ie-eight {
    display: none;
}

.no-svg #full-width-header .visible-ie-eight {
    display: block;
}

/* ie8 fixes */

/* Holiday banner related css */

.cojones {
    text-align: center;
}

.cojones a {
    font-size: 18px;
    font-family: "Open Sans", arial, sans-serif;
    display: block;
    padding: 9px 0;
    /*    color: #fff;
    background-color: #be2501;*/
    webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s;
}

.cojones a span {
    border: solid 1px #fff;
    display: inline-block;
    font-size: .50em;
    padding: 2px 6px;
    text-transform: uppercase;
    text-shadow: none;
    font-weight: 500;
    margin-left: 6px;
    position: relative;
    top: -3px;
}

.cojones a:hover {
    text-decoration: none;
    /*
    background-color: #d3340f;
    */
}

.cojones a .font-knifecenter-fan-only-blk {
    /*
    color: #fff;
    */
    font-size: 20px;
    top: 2px;
    position: relative;
    font-weight: 500;
}

.cojones.visible-phone {
    position: relative;
    z-index: 1040 !important;
}

.cojones.visible-phone a {
    /* font-size: 15px; */
    font-size: 12px;
}

.cojones.visible-phone a:hover {
    /* background-color: #be2501; */
}

.cojones.visible-phone a .font-knifecenter-fan-only-blk {
    display: none;
}

.row-fluid.cojones.hidden-phone {
    max-width: 960px;
    margin: -14px 0px 14px 10px;
}

@media (max-width: 979px) {
    .row-fluid.cojones.hidden-phone {
        max-width: 723px;
        margin: -14px 0px 14px 2px;
    }
}

@media (max-width: 620px) {
    .cojones.visible-phone {
        border: none;
    }

    .cojones.visible-phone a {
        z-index: 1040;
        position: relative;
    }
}

@media (max-width: 393px) {
    .cojones a .font-knifecenter-fan-only-blk {
        display: none;
    }
}

@media (max-width: 320px) {
    .cojones a .font-knifecenter-fan-only-blk {
        display: none;
    }
}

.cojones a,
.cojones a:hover,
.cojones .font-knifecenter-fan-only-blk {
    background-color: #3a73b6;
    color: #fff;
    font-weight: bold;
    /*text-shadow: 2px 2px #335a88;*/
}

/* Holiday banner related css */
