.quick-view-button {
    display: flex !important;
    flex-direction: column;
    align-items: center;
}

  .quickViewWindow .product-content {
  padding: 0 !important;
  display: flex;
  justify-content: center;
}

.quickView {
  width: 68%;
}

.quickViewWindow .attributes dl {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 0;
}

.quickViewWindow .gallery {
  width: 50% !important;
}

.quickView .k-window-titlebar.k-header .k-window-actions {
    z-index: 9000000;
}

.quickViewWindow .overview {
  float: left;
  padding: 0;
  margin: 0 !important;
  width: 50% !important;
  text-align: center;
  height: 70%;
}

  .quickViewWindow .overview .attributes {
    margin: 0 !important;
  }

  .quickViewWindow .FormatPrice {
    font-size: 30px;
    font-weight: bold;
    text-align: right;
  }

.quickViewWindow .popup-header {
  margin: 0 20px;
  text-align: center;
  overflow: hidden;
  word-wrap: break-word !important;
  white-space: normal !important;
}

.quickViewWindow .overview .product-name {
  width: 100%;
}

.quickViewWindow .gallery .picture {
  margin-bottom: 0 !important;
}

.quickView .overview .add-to-cart {
  display: none !important;
}

.quickView .overview .stock {
    display: inline-block;
    margin: 0;
    width: 100%;
    border: 1px solid;
}

.quickView .product-essential .overview, .quickView .product-essential .gallery {
    padding: 3%;
}

.manufacturers, .quickView .overview div .availability {
    float: right;
}

.quickViewWindow #accordion .product-details {
  display: flex;
  flex-direction: column;
  align-content: flex-start;
  align-items: flex-start;
}

.quickViewWindow .overview #accordion .purchase-area .prices {
  margin: 0 !important;
}

.quick-view-button a {
    padding: 0 15px !important;
    display: block;
    width: auto !important;
    height: 40px;
    border-radius: 30px;
    background: #f1f1f1;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    font-weight: 700;
    font-size: 13px !important;
    line-height: 40px;
    color: #8e8e8e;
    backface-visibility: hidden;
    transition: all .1s ease;
    white-space: nowrap;
}

.quick-view-button a:before {
    margin-left: 10px !important;
    margin-right: auto;
}