.cart-action .text-center div.btn-primary {
    left: 0;
    right: 0;
    top: 0px;
    background: #ff4acc;
}
.product-title {
    height: 40px;
    min-height: 40px;
    overflow: hidden;
}

.product-title a {
    display: -webkit-box;
    overflow: hidden;
    line-height: 20px;
    max-height: 40px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

@media (min-width: 992px) {
  .header-top .header-top-wrapper {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
  }

  #_desktop_logo {
    flex: 0 0 245px;
    max-width: 245px;
  }

  #_desktop_logo img {
    max-width: 190px;
    height: auto;
  }

  .header-top .header-center {
    flex: 1 1 auto;
    min-width: 0;
    padding-right: 120px;
  }

  #amegamenu .anav-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
    gap: 0;
    margin: 0;
    padding: 0;
    white-space: nowrap;
  }

  #amegamenu .anav-top > li {
    float: none;
    margin: 0;
  }

  #amegamenu .anav-top > li > a {
    font-weight: 700;
    font-size: 14px;
  }

  .fixed-menu-right,
  .header-top .header-right {
    width: 110px;
    min-width: 110px;
    flex: 0 0 110px;
  }
}