/*
 Theme Name:   Child Theme
 Description:  Divi Child Theme
 Author:       Torsten Soltau
 Template:     Divi
 Version:      1.0
 Text Domain:  Divi
*/

/*-----------------------------------------------*/
/*  "Kasse" Page                                 */
/*-----------------------------------------------*/
 
/* Link */
.woocommerce-form-coupon-toggle .woocommerce-info a{
	color:#1627eb !important;
	
}

/* Conf desc */
#vpc-container .conf_desc{
	font-size:16px;
}

/* Span Tag */
.su-tabs .su-tabs-nav span{
	font-size:16px;
}

/* Tabs pane open */
.su-tabs .su-tabs-panes .su-tabs-pane-open{
	font-size:16px;
}

/*-----------------------------------------------*/
/*  "LuceenForDogs – WYSIWYG-Konfigurator" Page*/
/*-----------------------------------------------*/
body.page-id-178 #vpc-container .conf_desc{
	font-size:16px;
}

body.page-id-178 .su-tabs .su-tabs-nav span{
	font-size:16px;
}

body.page-id-178 .su-tabs .su-tabs-panes .su-tabs-pane-open{
	font-size:16px;
}

body.page-id-178 #vpc-components .vpc-component{
	font-size:0px;
}

body.page-id-178 #vpc-components{
	font-size:0px;
}

body.page-id-178 #vpc-components .vpc-selected-option{
	font-size:15px !important;
}

body.page-id-178 #vpc-components .addon-component{
	font-size:0px;
}

body.page-id-178 #form div label{
	font-size:16px !important;
}

body.page-id-178 #form div span{
	font-size:14px !important;
}

body.page-id-178 #main-content{
	position:relative;
	top:0px;
	left:0px;
}

body.page-id-178 #vpc-components .vpc-selected-icon img{
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	max-height:24px;
	max-width:24px;
}

body.page-id-178 .conf_desc a img{
	position:relative;
	top:0px;
}

/* Cart options */
.o-col div .vpc-cart-options{
	font-size:15px;
}

/* Cart component */
.o-col div .vpc-cart-component{
	font-size:15px;
}

/* Delivery time info */
.cart_item .product-name .delivery-time-info{
	font-size:16px;
}

/* Paragraph */
.cart_item .wc-gzd-item-desc p{
	font-size:16px;
	color:#7f7f7f;
	
}

/* Th */
.cart tr th{
	font-size:18px;
	color:#000000;
}

/* Label */
.variations tr label{
	visibility:hidden;
}

/* Auswahl */
 #auswahl{
	visibility:hidden;
}

/* Input */
#sidebar .et_pb_widget input[type=search]{
	max-width:156px;
	width:148px;
	height:35px;
	
}

/* Button */
#sidebar .et_pb_widget button{
	height:27px;
	width:92px;
}

/* Input */
#sidebar .et_pb_widget input[type=search]{
	font-size:16px;
	
}

/* Mailpoet */
form.mailpoet-manage-subscription .mailpoet_text_label, 
form.mailpoet-manage-subscription .mailpoet_select_label, 
form.mailpoet-manage-subscription .mailpoet_segment_label{
    display: block;
    font-weight:bold;
}
form.mailpoet-manage-subscription .mailpoet_select, 
form.mailpoet-manage-subscription .mailpoet_text{
	width: 50%;
	padding: 12px;
}
form.mailpoet-manage-subscription .mailpoet_paragraph{
	margin-bottom:20px
}
form.mailpoet-manage-subscription .mailpoet_submit{
    padding: 20px 20px;
    width: 50%;
    font-weight: bold;
    font-size: 11pt;
}