#mobile-nav {
    position: fixed;
    top: 0;
    width: 48px;
    height: 10%;
    z-index: 4000;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#mobile-nav.open {
    height: 100%;
	width: 100%;
}
#mobile-nav #nav-icon-mobile {
    position: absolute;
    display: block;
    height: 25px;
    top: 20px;
    left: 20px;
    cursor: pointer;
    z-index: 4000;
}
@media (min-width: 768px) {
    #mobile-nav #nav-icon-mobile {
        top: 26px;
    }
}
#mobile-nav #nav-icon-mobile img {
    width: 85%;
}
#mobile-nav #mobile-nav-menu {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #252a2c;
    z-index: 4000;
}
@media (max-width: 736px) and (orientation: landscape) {
    #mobile-nav #mobile-nav-menu ul.links {
        position: relative;
        left: 0;
        right: 0;
        /*			top: 180px !important;
*/
    }
}
#mobile-nav #utility-subnav {
    margin: 20px 20px 14px 0;
    float: right !important;
}
@media (max-width: 992px) and (orientation: landscape) {
    #mobile-nav #utility-subnav {
        margin-bottom: 0;
    }
}
#mobile-nav #utility-subnav ul {
    list-style-type: none;
}
#mobile-nav #utility-subnav ul li {
    display: block;
    float: left;
    padding-left: 1.375em;
    background: none;
}
#mobile-nav img.logo {
    display: block;
    margin: 65px auto 15px;
}
#mobile-nav div.scroll-list {
    clear: both;
    margin: 0;
    position: absolute;
    top: 110px;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}
#mobile-nav ul.links {
    padding: 0;
    list-style-type: none;
}
#mobile-nav ul.links li {
    padding: 15px 0;
    text-align: center;
    display: block;
    background-image: none;
}
#mobile-nav ul.links li a {
    text-transform: uppercase;
    color: #dcfd00;
    text-decoration: none;
    padding: 0 15px;
    display: inline-block;
    font-size: 16px
}
#mobile-nav ul.links > li.open {
    background-color: #555555;
    padding-bottom: 0;
}
#mobile-nav ul.links > li.open div.sub {
    max-height: 400px;
}
#mobile-nav ul.links > li div.sub {
    display: block;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
}
#mobile-nav ul.links > li div.sub ul {
    padding: 0;
    margin: 15px 0 0 0;
    background-color: #555555;
}
#mobile-nav ul.links > li div.sub ul a {
    color: #fff;
}
#mobile-nav ul.links > li div.sub ul a:hover {
    color: #dcfd00;
    text-decoration: none;
}
body.home #mobile-nav div.scroll-list {
    overflow-y: auto;
    -webkit-overflow-scrolling: auto;
}
#mobile-nav .search-widget {
    width: 100%;
    height: 100%;
    margin: 0;
    position: absolute;
    top: 59px;
    left: 0;
}
#mobile-nav .search-widget .search-bg {
    background-color: #fff;
    width: 100%;
    height: 48px;
    display: block;
    position: absolute;
    top: 0;
}
@media (max-width: 736px) and (orientation: portrait) {
    #mobile-nav .search-widget .close-icon {
        margin: 7px 8px 0 0;
        position: absolute;
    }
}
#mobile-nav .search-widget .search-icon {
    top: 8px;
}
#mobile-nav .search-widget form input {
    width: 80%;
}
#mobile-nav .search-widget form hr {
    color: black;
}
#mobile-nav .search-widget .results {
    height: 100%;
    overflow-y: scroll;
    max-width: 100%;
}
#mobile-nav .search-widget .results.show {
    padding-top: 0;
}
#mobile-nav .search-widget .results .result {
    height: auto;
}
#mobile-nav .search-widget .results .result .left {
    margin-left: 15px;
}
#mobile-nav .search-widget .results .result .right {
    width: auto;
    max-width: 180px;
    padding-left: 10px;
}
#mobile-nav .search-widget .results .result .right .bundle {
    margin: 0;
}
#mobile-nav .search-widget .results .result .right p {
    opacity: 1;
}
body.circle-landing #mobile-nav #nav-icon-mobile {
    display: none !important;
}
body.circle-landing #global-navbar div.utility-nav {
    display: none !important;
}
body.circle-landing .navbar-static-top {
    margin-bottom: 0;
    min-height: 80px;
    padding-top: 14px;
    padding-bottom: 14px;
    background: #814efa;
}
body.circle-landing .navbar-static-top .navbar {
    border: none;
    background: #814efa;
    color: #fff;
    min-height: 0px;
    margin-bottom: 0;
}
body.circle-landing .navbar-static-top .navbar a {
    color: #fff;
    font-size: 0.875em;
}
body.circle-landing .navbar-static-top .navbar a.navbar-brand {
    font-size: 1.75em;
    line-height: 0.8;
    font-family: 'Brown-Pro-Bold';
    text-transform: uppercase;
}
body.circle-landing .navbar-static-top .navbar a.btn-purple {
    font-size: 0.75em;
    line-height: 1.4;
    background: #814efa;
    border: 2px solid #fff;
    border-radius: 0;
    background-clip: padding-box;
    /* stops bg color from leaking outside the border: */
    
    text-transform: uppercase;
    background-clip: padding-box;
}
body.circle-landing .navbar-static-top .navbar a.btn-purple:hover {
    background: rgba(255, 255, 255, 0.1);
}
body.circle-landing .navbar-static-top .navbar a.disable {
    pointer-events: none;
    opacity: 0.2;
}
body.circle-landing .navbar-static-top .navbar button.navbar-toggle {
    text-transform: uppercase;
}
body.circle-landing .navbar-static-top .navbar button.navbar-toggle:hover {
    background: none;
}
body.circle-landing .navbar-static-top .navbar .navbar-collapse {
    border-color: #814efa;
    box-shadow: none;
}
body.circle-landing .navbar-static-top .navbar ul.nav li {
    text-align: center;
}
#global-navbar {
    padding-top: 15px;
    display: block;
    position: fixed;
    width: 100%;
    min-height: 60px;
    color: white;
    z-index: 2000;
    top: 0;
    right: 0;
    left: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 16px;
}
@media (min-width: 768px) {
    #global-navbar {
        height: 75px;
        padding-top: 20px;
    }
}
#global-navbar #nav-icon {
    margin-left: 20px;
    position: absolute;
    top: -35px;
    opacity: .5;
}
#global-navbar #nav-icon:hover {
    cursor: pointer;
}
#global-navbar #logo-container {
    position: absolute;
    margin: 0 auto;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
@media (max-width: 767px) {
    #global-navbar #logo-container img {
        width: 100px;
    }
}
#global-navbar .utility-nav {
    margin-right: 20px;
    padding-top: 8px;
    float: right !important;
}
#global-navbar .utility-nav ul {
    list-style-type: none;
}
#global-navbar .utility-nav ul li {
    display: block;
    float: left;
    padding-left: 1.25em;
}
#global-navbar .utility-nav svg {
    vertical-align: middle;
}
#global-navbar .utility-nav .open .search-icon {
    vertical-align: top;
    top: 8px;
}
#logo-static {
    display: block;
}
@media (min-width: 768px) {
    #logo-static {
        display: none;
    }
}
.animating {
    display: none;
}
@media (min-width: 768px) {
    .animating {
        display: block;
    }
    .animating.logo-ani {
        height: 40px;
        width: 132px;
        background: url("https://web-archive.nli.org.il/National_Library/20160521004321oe_/https://secure.logitech.com/3rd_party/img/log-logo-sprite-r.png") top center;
        -webkit-animation: play 1.4s steps(37) 1s forwards;
        animation: play 1.4s steps(37) 1s forwards;
    }
    .animating.logo-ani.hoverPlay {
        cursor: pointer;
        -webkit-animation: hoverPlay 1.4s steps(37) forwards;
        animation: hoverPlay 1.4s steps(37) forwards;
    }
    .animating.logo-ani.stoppedAnimation {
        background-position: 0 -1440px;
        -webkit-animation-play-state: paused;
        animation-play-state: paused;
    }
}
#subnav {
    position: fixed;
    height: 35px;
    width: 100%;
    text-transform: uppercase;
    white-space: nowrap;
    z-index: 1999;
    font-size: 0.875em;
    margin-bottom: 20px;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 14px;
}
#subnav.initial-transparency {
    background-color: transparent !important;
}
#subnav.down {
    top: 75px;
}
#subnav .links {
    list-style: none;
    margin: 0;
    padding: 0;
}
#subnav .links > li {
    display: inline-block;
    position: relative;
    vertical-align: top;
    z-index: 1;
    background-image: none;
}
#subnav .links > li > a {
    color: white;
    text-decoration: none;
    padding: 10px 5px;
    margin: 10px;
}
@media (min-width: 1260px) {
    #subnav .links > li > a {
        opacity: .9;
    }
    #subnav .links > li > a:hover {
        opacity: 1;
        cursor: pointer;
        color: #000;
    }
}
#subnav .links > li.open {
    z-index: 2;
}
#subnav .links > li.open div.sub {
    -webkit-transition: all 250ms ease-in-out 150ms;
    transition: all 250ms ease-in-out 150ms;
    height: auto;
}
#subnav .links > li li {
    width: 100%;
    display: block;
    text-align: left;
    margin: 8px 0;
    white-space: normal;
    word-wrap: break-word;
}
#subnav .links div.sub {
    display: block;
    position: absolute;
    left: 0;
    top: 100%;
    overflow: hidden;
    margin-top: 7px;
    height: 0;
    width: 200px;
    -webkit-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
}
#subnav .links div.sub ul {
    position: relative;
    list-style: none;
    margin: 0;
    padding: 8px 16px;
    background-color: #252a2c;
    box-shadow: 0 0 5px rgba(120, 120, 120, 0.35);
}
#subnav .links div.sub ul li {
    width: 100%;
    display: block;
    text-align: left;
    margin: 8px 0;
    background: none;
}
#subnav .links div.sub ul li a {
    color: #fff;
}
#subnav .links div.sub ul li a:hover {
    color: #aaaaaa;
    text-decoration: none;
}
/* footer */

footer {
    width: 100%;
    display: block;
    color: #fff;
    background-color: #444;
    padding-top: 15px;
}
@media (min-width: 992px) {
    footer {
        padding-top: 25px;
    }
}
@media (min-width: 992px) {
    footer .col-sm-10 {
        padding-left: 0;
        padding-right: 0;
    }
}
footer a {
    color: #fff;
}
footer a:hover {
    text-decoration: none;
    color: #fff;
}
footer #footer-links {
    border-bottom: 1px solid #555555;
}
@media (min-width: 992px) {
    footer #footer-links {
        padding-bottom: 40px;
    }
}
@media (min-width: 992px) {
    footer #footer-links .col-md-3 {
        padding-left: 0;
        padding-right: 0;
    }
}
footer #footer-links .col-md-3 {
    font-size: 0.875em;
    display: inline-block;
    margin-bottom: 10px;
    padding-left: 0;
    padding-left: 0;
    text-align: left;
}
@media (min-width: 992px) {
    footer #footer-links .col-md-3 {
        font-size: 1em;
        margin-bottom: 15px;
    }
}
footer #footer-links .col-md-3::after {
    color: #555555;
    content: "|";
    padding: 0 0 0 10px;
}
@media (min-width: 992px) {
    footer #footer-links .col-md-3::after {
        display: none;
    }
}
footer .social {
    margin-top: 30px;
}
@media (min-width: 992px) {
    footer .social {
        margin-top: 50px;
    }
}
footer .social-newsletter-container {
    min-height: 60px;
    overflow: hidden;
    position: relative;
}
@media (max-width: 992px) {
    footer .social-newsletter-container {
        min-height: 140px;
    }
}
footer ul.social-links {
    display: block;
    list-style: none;
    margin: 0 0 10px 0;
    padding: 0;
    height: 30px;
}
@media (min-width: 992px) {
    footer ul.social-links {
        display: inline-block;
        float: left;
        margin: 15px 0 0 0;
    }
}
footer ul.social-links li {
    float: left;
    padding: 0 30px 0 0;
    position: relative;
    height: 27px;
    width: 27px;
    margin: 14px 15px 0 0;
}
@media (max-width: 992px) {
    footer ul.social-links li {
        display: inline-block;
        float: left;
        margin: 0 15px 0 0;
    }
}
footer ul.social-links li img {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
}
footer #sign-up-form {
    margin-top: 1em;
}
@media (min-width: 992px) {
    footer #sign-up-form {
        margin-top: 0;
    }
}
footer .newsletter-component {
    position: relative;
    display: block;
    max-width: 370px;
    width: 100%;
}
@media (min-width: 992px) {
    footer .newsletter-component {
        display: block;
        float: right;
    }
}
footer .newsletter-component .newsletter-inputs {
    display: block;
    white-space: normal;
    min-height: 45px;
}
footer .newsletter-component #newsletter-email {
    color: #999;
    display: block;
    border: none;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 10px 20px;
    float: left;
    height: 45px;
    max-width: 325px;
    width: 100%;
    z-index: 0;
}
@media (min-width: 992px) {
    footer .newsletter-component #newsletter-email {
        float: left;
    }
}
@media (max-width: 767px) {
    footer .newsletter-component #newsletter-email {
        max-width: 230px;
    }
}
footer .newsletter-component #newsletter-email-error {
    font-size: 0.875em;
    position: relative;
    font-family: "Brown-Pro-italic";
    color: #ff2947;
    max-width: 265px;
    top: 1px;
    opacity: 1;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}
@media (min-width: 992px) {
    footer .newsletter-component #newsletter-email-error {
        left: 0;
        text-align: left;
    }
}
footer .newsletter-component #submit-button {
    cursor: pointer;
    display: inline-block;
    float: left;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: 45px;
    padding: 0;
    background-color: transparent;
    border: none;
    border-radius: 0;
    width: 45px;
}
@media (min-width: 992px) {
    footer .newsletter-component #submit-button {
        float: left;
    }
}
footer .newsletter-component form {
    display: block;
}
footer .newsletter-component #newsletter-email-label {
    font-size: 0.875em;
    display: block;
    letter-spacing: 1px;
    margin-right: 15px;
    text-transform: uppercase;
}
@media (min-width: 992px) {
    footer .newsletter-component #newsletter-email-label {
        display: block;
    }
}
footer .newsletter-component .newsletter-message {
    display: none;
    opacity: 0;
    text-transform: uppercase;
    padding-right: 3px;
    font-style: italic;
}
@media (max-width: 1259px) {
    footer .newsletter-component .newsletter-message {
        display: block !important;
    }
}
footer .copyright {
    font-size: 0.75em;
    margin: 10px 0;
}
@media (min-width: 992px) {
    footer .copyright {
        margin: 30px 0;
    }
}
footer .copyright p {
    display: block;
    margin-top: 11px;
}
@media (max-width: 992px) {
    footer .copyright p {
        display: inline-block;
        margin: 10px 0 0 0;
    }
}
footer .language {
    display: block;
    margin: 0 0 30px 0;
}
@media (min-width: 767px) {
    footer .language {
        display: inline-block;
        float: right;
        margin: 0;
    }
}
@media (max-width: 767px) {
    footer .language {
        margin: 0 0 10px 0;
    }
}
footer .language div {
    display: inline-block;
    z-index: 0;
}
footer .language .flag img {
    position: relative;
    margin-bottom: 2px;
}
footer .language .country a {
    color: #fff;
    margin-right: 8px;
    outline: 0;
    text-decoration: none;
}
footer .language .name {
    text-transform: uppercase;
    padding: 0 8px 0 5px;
}
footer .language .arrow {
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 6px solid #fff;
    margin: 0 20px 0 0;
    -webkit-transition: all 0.1s ease-in;
    transition: all 0.1s ease-in;
}
footer .language a:hover > .arrow {
    -webkit-transform: translateX(6px);
    -ms-transform: translateX(6px);
    transform: translateX(6px);
}
footer .chosen-container-active.chosen-with-drop .chosen-single {
    background: #555555;
    border: none;
    box-shadow: none;
}
footer .chosen-container .chosen-search {
    display: none;
}
footer .chosen-container .chosen-drop {
    top: auto !important;
    bottom: 40px;
    background: #555555;
    border: none;
    border-radius: 0;
    box-shadow: none;
    padding: 10px 15px;
    height: auto;
    margin-top: -1px;
    padding: 0;
}
footer .chosen-container .chosen-drop span {
    overflow: visible;
}
footer .chosen-container.chosen-with-drop .chosen-single div b {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-bottom: 6px solid #fff;
    border-top: none;
}
footer .chosen-container .chosen-single {
    color: #fff;
    background: #555555;
    border: none;
    border-radius: 0;
    box-shadow: none;
    padding: 8px 15px;
    height: auto;
}
footer .chosen-container .chosen-single span {
    overflow: visible;
}
footer .chosen-container .chosen-single div {
    width: 28px;
    padding: 0 0 0 10px;
}
footer .chosen-container .chosen-single div b {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 6px solid #fff;
    font-size: 0;
    line-height: 0;
    -webkit-transition: border 0.5 linear;
    transition: border 0.5 linear;
}
footer .chosen-container .chosen-results {
    color: #fff;
    margin: 0;
    padding: 0;
}
footer .chosen-container .chosen-results li {
    padding: 10px 15px;
}
footer .chosen-container .chosen-results li.highlighted {
    background: #000;
}
/* added by MW */
/*
#footer-links {
padding-left: 15px;
padding-right: 15px;
margin: 20px 15px 10px 15px;
}
#footer-links a:after {
content: "|";
margin: 0 10px;}
#footer-links div{
font-size: 12px;
display: block;
padding: 5px 0;
margin-bottom: 0px;
margin: 0;
width: auto;
float: left;
}

*/

@media (max-width: 990px) {
    .test {
        display: block;
        padding-left: 0;
        padding-right: 0;
    }
}
.test {
    display: inline;
    padding-left: 0;
    padding-right: 0;
}
footer .container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 10px;
    padding-right: 10px;
}
@media (min-width: 992px) {
    footer #support-footer-links {
        padding-bottom: 20px;
    }
}
@media (min-width: 992px) {
    footer #support-footer-links .test>div {
        padding-left: 0;
        padding-right: 0;
    }
}
footer #support-footer-links .test>div {
    font-size: 0.875em;
    display: inline-block;
    margin-bottom: 10px;
    padding-left: 0;
    padding-right: 15px;
}
@media (min-width: 992px) {
    footer #support-footer-links .test>div {
        font-size: 1em;
        margin-bottom: 15px;
        width: 100%;
    }
}
footer #support-footer-links .test>div::after {
    color: #555555;
    content: "|";
    padding: 0 0 0 10px;
}
@media (min-width: 992px) {
    footer #support-footer-links .test>div::after {
        display: none;
    }
}
footer {
    font-size: 16px;
}
footer .logi-footer {
    background: #252a2c;
    padding-top: 30px;
}
footer .footer-bottom {
    background: #252a2c;
}
.footer-bottom,
#footer-bottom-links .col-sm-3 {
    padding-left: 0;
    padding-right: 0;
}
#footer-links {
    padding-bottom: 0;
}
footer .container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 10px;
    padding-right: 10px;
}
footer .container:before,
footer .container:after {
    content: " ";
    display: table;
}
footer .container:after {
    clear: both;
}
@media (min-width: 768px) {
    footer .container {
        min-width: 740px;
    }
}
@media (min-width: 992px) {
    footer .container {
        min-width: 960px;
    }
}
@media (min-width: 1260px) {
    footer .container {
        width: 1240px;
    }
}
.blue-bg {
    background-color: #1194f6;
}
.home-category-grid-tiles .home-category-grid-tile:hover.blue-bg {
    background-color: #0987e5;
}
.search-widget {
    display: none;
    margin-top: -12px;
    margin-right: -8px;
    line-height: 34px;
    width: 410px;
    position: relative;
    border: 1px solid #ededed;
}
.search-widget.open {
    background: #fff;
    display: inline-block;
}
.search-widget.open svg {
    position: relative;
    margin-right: 8px;
    vertical-align: top;
}
.search-widget .form {
    padding: 7px;
}
.search-widget .search-icon {
    left: 5px;
}
.search-widget .search-icon path {
    fill: #c3c6c8;
}
.search-widget .close-icon {
    top: 12px;
    float: right;
}
.search-widget .close-icon line {
    stroke: #c3c6c8;
}
.search-widget form {
    display: inline-block;
    width: 85%;
}
.search-widget form hr {
    border: none;
    height: 1px;
    background-color: #ededed;
    position: absolute;
    top: 47px;
    left: 0;
    right: 0;
    margin: 0;
}
.search-widget form input {
    color: #000000;
    background: none;
    border: none;
    line-height: 1;
    text-transform: uppercase;
    width: 100%;
    outline: 0;
}
.search-widget form input:focus {
    outline: 0;
}
.search-widget form input.tt-input {
    vertical-align: middle !important;
}
.search-widget form input.tt-hint {
    color: #c3c6c8;
}
.search-widget form input::-ms-clear {
    display: none;
}
.search-widget form .twitter-typeahead {
    width: 100%;
}
.search-widget form .twitter-typeahead .tt-menu {
    color: #c3c6c8;
    width: 100%;
    left: 0;
    right: 0;
    position: relative !important;
    margin-top: 20px;
    margin-bottom: 12px;
}
.search-widget form .twitter-typeahead .tt-menu .tt-suggestion,
.search-widget form .twitter-typeahead .tt-menu .tt-suggestion a,
.search-widget form .twitter-typeahead .tt-menu .tt-hint {
    color: #c3c6c8;
}
.search-widget form .twitter-typeahead .tt-menu .tt-highlight {
    color: #000;
}
.search-widget .results {
    color: #000000;
    overflow-x: hidden;
    overflow-y: auto;
    max-width: 410px;
    border: 1px solid #ededed;
}
.search-widget .results .result {
    width: 100%;
    height: 100px;
    max-width: 410px;
    top: 0;
    bottom: 0;
    left: 1px;
    right: 0;
    padding: 0px;
    position: relative;
    border-bottom: 1px solid #ededed;
}
.search-widget .results .result p {
    margin: -8px 0 0 0;
}
.search-widget .results .result:hover {
    background-color: #ededed;
}
.search-widget .results .result:hover .right p {
    opacity: 1;
}
.search-widget .results .result .left {
    width: 95px;
    display: inline-block;
    margin-left: 32px;
    margin-top: 3px;
}
.search-widget .results .result .left img {
    max-width: 95px;
    max-height: 95px;
    height: auto;
}
.search-widget .results .result .right {
    display: inline-block;
    vertical-align: middle;
    width: 249px;
    padding-left: 20px;
}
.search-widget .results .result .right .bundle {
    font-family: "Brown-Pro-Bold";
    font-size: 0.625em;
    background-color: #ff7075;
    color: #fff;
    text-transform: uppercase;
    line-height: 10px;
    width: 52px;
    padding: 3px 5px;
    margin-bottom: 5px;
}
@media (max-width: 992px) {
    .search-widget .results .result .right .bundle {
        width: 52px;
        margin: 0 auto;
        left: 0;
        right: 0;
    }
}
.search-widget .results .result .right .product-name {
    font-size: 0.9375em;
    font-weight: 500;
    line-height: 20px;
    margin: 0;
    letter-spacing: normal;
    text-transform: none;
}
.search-widget .results .result .right p {
    color: #565656;
    font-size: 0.9375em;
    line-height: 20px;
    opacity: 0;
}
.search-widget .results .result .right a {
    text-transform: uppercase;
    font-size: 0.6875em;
    display: inline-block;
    margin-top: 10px;
    color: #1194f6;
}
.search-widget .results .see-all {
    border-top: 1px solid #ededed;
    padding: 20px 20px 13px 20px;
    text-align: center;
}
.search-widget .results .see-all a {
    text-transform: uppercase;
    color: #1194f6;
}
.noheader {
    color: #fff;
    height: 140px;
}
@media (max-width: 767px) {
    .noheader {
        height: 60px;
    }
}
@-webkit-keyframes hoverPlay {
    100% {
        background-position: 0 -1480px;
    }
}
@keyframes hoverPlay {
    100% {
        background-position: 0 -1480px;
    }
}
@media (max-width: 767px) {
    .hidden-xs {
        display: none !important;
    }
}
#immersion-guides #leftNavBar.hidden-xs {
    display: none !important;
}
}
@media (max-width: 979px) and (min-width: 589px) {
    #immersion-guides #topNav .hidden-xs {
        display: block !important;
    }
}
#subnav .links ul li {
    background-image: none;
}
#subnavlinks li {
    padding: 0;
    margin: 0;
}

.cookie-disclaimer {
  font-size: 0.875em;
  left: 0;
  bottom: 0;
  width: 100%;
  background: #101820;
  color: #fff;
  z-index: 999;
  border-top: 2px solid #ededed; }
  @media (min-width: 1260px) {
    .cookie-disclaimer {
      padding-left: 1.6em;
      padding-right: 1.6em; } }
  .cookie-disclaimer.initialized {
    position: fixed; }
  .cookie-disclaimer .disclaimer-message {
    padding: 1.25em 0; }
  .cookie-disclaimer .dismiss {
    position: relative;
    height: 48px;
    width: 48px;
    margin-top: 1.25em;
    opacity: .8;
    float: right; }
    .cookie-disclaimer .dismiss .svg-close.svg-close-dims {
      position: absolute;
      top: 5px;
      left: 0;
      right: 0;
      margin: auto; }
    .cookie-disclaimer .dismiss:hover {
      opacity: 1;
      cursor: pointer; }
