.wc-quick-view-modal {
  position: relative;
  width: 1068px;
  height: 542px;
  overflow-x: auto;
  background-color: #fff;
}
.wc-quick-view-modal .wc-quick-view-content {
  display: flex;
}
.wc-quick-view-modal .wc-quick-view-content .wc-quick-view-image {
  width: 50%;
  height: 100%;
  background-color: #fff;
}
.wc-quick-view-modal .wc-quick-view-content .wc-quick-view-details {
  width: 50%;
}
.wc-quick-view-modal .wc-quick-view-content .wc-quick-view-details .product {
  display: flex;
}

.wc-quick-view-overlay {
  position: fixed;
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 0;
  display: none;
}
.wc-quick-view-overlay > div {
  position: absolute;
}
.wc-quick-view-overlay > div .wc-quick-view-close {
  position: absolute;
  width: 48px;
  height: 48px;
  border: 2px solid #80746a;
  border-radius: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  right: 0;
  top: -56px;
  cursor: pointer;
  background-color: #fff;
}
