/* Custom css for 3D Viewer */

.b3dviewer_front_shortcode input {
  cursor: pointer;
  text-align: center;
  border: none;
  outline: none;
  background-color: #1e8cbe;
  color: #fff;
  padding: 4px 10px;
  border-radius: 3px;
}
.b3dviewer_front_shortcode {
  position: relative;
  display: inline-block;
  /* margin: 0 auto;
  width: 100%; */
}

.b3dviewer_front_shortcode .htooltip {
  visibility: hidden;
  width: 140px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px;
  position: absolute;
  z-index: 1;
  bottom: 150%;
  left: 50%;
  margin-left: -75px;
  opacity: 0;
  transition: opacity 0.3s;
}

.b3dviewer_front_shortcode .htooltip::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

.b3dviewer_front_shortcode:hover .htooltip {
  visibility: visible;
  opacity: 1;
}

.bp3d_shortcode {
  margin-top: 30px;
  border: 5px solid #4527a4;
  overflow: hidden;
}
.bp3d_shortcode .shortcode-heading {
  background: #4527a4;
  padding: 15px;
  overflow: hidden;
  color: #ffffff;
}
.bp3d_shortcode .shortcode-heading .icon {
  float: left;
  overflow: hidden;
  width: 50%;
}
.bp3d_shortcode .shortcode-heading .text {
  float: right;
  overflow: hidden;
  text-align: right;
}
.bp3d_shortcode .shortcode-heading .text a {
  color: #ffffff;
  display: block;
  text-decoration: none;
}
.bp3d_shortcode .shortcode-left {
  width: 50%;
  float: left;
  overflow: hidden;
  padding: 20px 0 30px;
  text-align: center;
  background: #ffffff;
  border-right: 5px solid #4527a4;
  box-sizing: border-box;
}
.bp3d_shortcode .shortcode-right {
  width: 50%;
  float: left;
  overflow: hidden;
  padding: 20px 0 30px;
  text-align: center;
  background: #ffffff;
}
.bp3d_shortcode .shortcode {
  padding: 8px 15px;
  background: #eae6f9;
  display: inline-block;
  user-select: all;
  font-size: 16px;
}

/* Woocommerce Css */
/* #woocommerce-product-images {
  display: none;
} */
