/*
Theme Name: the7dtchild
Author: Argosinfotech
Author URI: https://www.argosinfotech.com/
Description: Child theme for custom work.
Version: 1.0.0
Template: dt-the7
*/

.summary.entry-summary .woocommerce-product-details__short-description {
	margin-bottom: 0 !important;
}
.type-product .summary.entry-summary .wcpa_wrap .wcpa_field_wrap{
	margin-bottom: 5px !important;
}
.type-product .summary.entry-summary .wcpa_wrap .wcpa_field_label {
	margin-bottom: 3px !important;
	font-weight: 700;
}
.type-product .summary.entry-summary input.wcpa_field {
	margin-bottom: 0 !important;
}
.type-product .summary.entry-summary .wcpa_field {
	margin-bottom: 0 !important;
}
.summary.entry-summary form.cart {
    margin-bottom: 10px !important;
}
.summary.entry-summary .wcpa_form_outer{
	margin: 0 !important;
}
.summary.entry-summary .wcpa_section {
	 margin-bottom: 10px !important;
}
.summary.entry-summary .product_meta {
	 margin-bottom: 5px !important;
}
.summary.entry-summary form.cart div.quantity {
	height: 40px !important;
}
.summary.entry-summary .single_add_to_cart_button.button {
   	height: 40px !important;
}
.summary.entry-summary .wcpa_field {
	 height: 35px !important;     
    line-height: normal !important; 
    min-height: unset !important; 
}
.woocommerce div.product div.summary > .price {
    margin-bottom: 15px;
	padding-bottom: 5px;
}
.woocommerce div.product div.summary h1 {
    margin-bottom: 5px;
}