span.tws-vertical-menu-light--expand-children {
    display: none;
}

@media(min-width:1100px) {
.brew--sidebar .slot--sidebar-cart {
	border-right: 8px solid black;
    width: 48px;
}
}

/* --- STICKY HEADER --- */

@media (max-width:992px) {
body.scrolled .brew--header  {
  top: 0;
  position: fixed;
  width: 100%;
  background: rgba(0, 0, 0, 0.9);
  z-index: 2;
}
}

.brew--sidebar .slot--sidebar-cart .tws-mini-cart--header-cart-button {
color: black;
}

.tws-article-description--text-container {
    max-height: initial;
}
button.btn.btn-link.btn-block {
    display: none;
}
.tws-article-introduction--read-more {
display: none;
}

/* Fix expanded search that was overlaying breadcrumbs */

@media (max-width:1100px) {
  .brew--main {
  	margin-top: 40px;
  }
}

/* UPS logo fix checkout */
.tws-checkout--delivery-method-logo, 
.tws-checkout--payment-method-logo {
	width: 70px;
}

.tws-checkout--delivery-method-logo img, 
.tws-checkout--payment-method-logo img {
	max-height: 50px;
}


.user-logged-in {
   
}