/* line 3, ../sass/wpdpgFrontEnd.scss */
.dpg_content--product > .woocommerce > ul.products > li.product {
  width: 100% !important;
}

/* line 9, ../sass/wpdpgFrontEnd.scss */
.dpg_content--post-title {
  font-size: 2em;
  line-height: 1.5;
}

.wpdpg-shortcode-modal button, 
.wpdpg-shortcode-modal input,
.wpdpg-shortcode-modal select,
.wpdpg-shortcode-modal textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    padding: 0 7px;
}

.wpdpg-shortcode-modal .wpdpg-terms-option textarea {
	background: #fff !important;
}

.wpdpg-shortcode-modal textarea:disabled {
    background: #314252 !important;
    border: 0 !important;
}