/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */

.products-selection .change-grid-button {
    display: none;
}

body #header {
    padding: 10px 0;
}

body #header #_desktop_logo {
    position: relative;
    left: 0;
    top: 0;
}

body #header .header-top .position-static {
    justify-content: space-between;
}

body #header .header-top .position-static #_desktop_setting-header {
    display: none;
}

body .product-miniature .thumbnail-container .thumbnail-container-images .quick-view {
    display: none;
}

body #custom-menu-open {
    display: none;
}

body #header .header-top .position-static #_desktop_cart {
    top:15px;
}

body .bonsearch,
body #header .header-top .position-static #_desktop_user_info{
    top:25px;
}
