/* CSS for Woocommerce */
.product-panorama-wrap {
  display: flex;
  flex-direction: column;
  float: left;
  width: 50%;
}
.product-panorama-wrap .images {
  width: 100% !important;
}
.bp_model_parent .progress {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #64646440;
  font-weight: bold;
  font-size: 2em;
  position: absolute;
  color: #fff;
}
.qodef-woo-single-page .qodef-single-product-summary {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .qodef-woo-single-page .summary {
    width: 48%;
    float: right;
  }
}
