/*
 Theme Name:     Divi Child Theme
 Theme URI:      http://www.elegantthemes.com
 Description:    Child Theme for Divi Theme by Elegant Themes
 Author:         Divi.world
 Author URI:     http://divi.world
 Template:       Divi
 Version:        1.0.0
*/
 
/* =Ab hier kannst du deine CSS-Anpassungen eintragen
------------------------------------------------------- */

/*
 * Override Stadtguthaben CodeInfoPlugin CSS here 
*/
.sgh-code-info {
	background-color: #FFFFFF;
}
.sgh-code-info #custom-error {
	font-size: 18px;
    text-align: center;
    line-height: 20px;
    display: block;
    padding: 12px;
    margin-bottom: 12px;
    color: #fff;
    background-color: #e80000;
}
.sgh-code-info .form-group.row {
	margin-bottom: 12px;
}
.sgh-code-info #screen-input label{
	font-size: 18px;
    text-align: center;
    line-height: 20px;
    display: block;
    padding-bottom: 12px;
}
.sgh-code-info input#custom-input-code,
.sgh-code-info input#custom-input-pin {
	background: #f7f7f7;
    border: 1px solid #c4c4c4;
    border-radius: 0;
    box-shadow: none;
    color: #787878;
    transition: all .5s;
	font-size: 16px;
    margin: 0;
    padding: 12px;
	width: 100%;
    text-align: center;
}
.sgh-code-info button#custom-input-submit:disabled {
	opacity: 0.5;
	cursor: not-allowed;
}
.sgh-code-info button#custom-input-submit {
    position: relative;
    padding: .3em 1em;
    border: 2px solid;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.7em!important;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;
}
.sgh-code-info #screen-success th{
	font-size: 18px;
    line-height: 20px;
    display: block;
    padding: 12px 6px;
    text-align: left;
}
.sgh-code-info #code-value,
.sgh-code-info #balance-value{
	padding: 0; 
    border: 0;
}

.sgh-code-info #transaction-list .time,
.sgh-code-info #transaction-list .description{
	text-align: left;
}
.sgh-code-info #transaction-list .value{
	top: 5px;
    font-size: 100%;
}


/*
* Override Checkout CSS here
*/
.wc-gzd-order-submit {
    max-width: 50%;
    float: right;
}
button#place_order {
    min-width: 50%;
    float: right;
}
.woocommerce div.product form.cart .button {
    vertical-align: middle;
    float: right;
    min-width: 50%;
}

.payment_box.payment_method_ppec_paypal {
    display: none;
}

#pe_rating {
    display: block;
    color: #fff;
    background: #eb5957!important;
    text-align: center;
    padding: 10px 0;
    font-size: 80%;
}
