.t4s-close-overlay.is--visible ~ .cart-closer-custom{
  display: block !important;
}
.cart-closer-custom {
  transition: 400ms all ease;
  position: fixed;
  top: 18px;
  right: 17px;
  width: 16px;
  z-index: 100000;
  cursor: pointer;
}
#t4s-mini_cart .t4s-drawer__close{
  display: none;
}