/**
 * Custom CSS
 */
#cookie-status{
    display: none;
}
.block-authentication .action.action-register{
    line-height: 36px;
}

.item.product.product-item .product.details.product-item-details div[data-role="priceBox"] {
    padding-bottom: 15px;
    padding-top: 12px;
}

body.catalog-product-view .sticky-product-action .sticky-action-cart .container .sticky-content .sticky-product-info div[data-role="priceBox"].login {
  padding-top: 11px;
}

.sticky-product-action .sticky-title {
    width: 57%;
}

body.checkout-index-index input[type="radio"]:checked {
    width: 18px !important;
    border-color: #111;
}

body.checkout-index-index .field .control._with-tooltip .choice.field input[type="checkbox"] {
    width: 18px;
}

body.checkout-cart-index div.cart.item.message.notice {
    display: none;
}

.catalogsearch-result-index .UOM {
    padding-bottom: 22px
}

ol#mini-cart .message.notice {
    display: none;
}

body.checkout-index-index .cart.item.message.notice {
    display:none;
}

.search.results .products.wrapper.grid.products-grid {
    /*display: none;*/
}
@media only screen and (max-device-width: 1024px) {
    li.level0.nav-1.category-item.first.level-top:nth-child(3) {
        display: none;
    }
}