/* customize this css to adapt the module for your theme */

/* css used to hide the quantity input when "Hide quantity input" is enabled */
body.dp-hide-qty .product-quantity .qty {
  display: none !important;
}

fieldset.dp-group {
  border-width: 0 !important;
  margin-bottom: 20px;
}

/* Remove border from dp-fields-container */
.dp-fields-container {
  padding: 0 !important;
}