#t4-header .cart  {
  margin-top: 15px;
}

.btn-login,
.btn.btn-login,
.btn.btn-login::before {
  margin-top: 15px;
  content: '\f007';
  font: var(--fa-font-regular);
  text-align:right;
  text.display: none;
}

.btn-login:hover,
.btn.btn-login:hover {
  color: #fff;
  content: '\f007';
  font: var(--fa-font-regular);
}

.btn-login:active,
.btn.btn-login:active {
  color: #fff;
  content: '\f007';
  font: var(--fa-font-regular);
}

@media (min-width: 992px) {
  .com_eshop.view-product .t4-main-body .t4-col.col-md {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
  }
}

  .eshop-cart-content {
  width: 400px;
}

.eshop-mini-cart-info {
    width: 95%;
}
