.payment-form.form .field-group {
	background: white;
	border: 2px solid #E6E6E6;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	margin-top: 10px;
	padding: 24px;
}
.payment-form.form .form-row.validation-error .field {
	background: none;
}
.payment-form.form .button-row {
	padding: 0;
}
.payment-form.form .form-row {
	margin: 4px 0 21px;
}
.payment-form.form .form-row.last-row {
	margin-bottom: 0;
}
.payment-form.form .form-row .label {
	color: #4D4D4D;
	float: none;
	padding: 0;
	width: auto;
}
.payment-form.form .form-row .label label {
	font-weight: bold;
}
.payment-form.form .form-row.validation-error {
	margin-bottom: 6px;
}
.payment-form.form .form-row .field {
	float: none;
	padding: 0;
}
.payment-form.form .form-row .field-error {
	color: #FF0000;
	margin: 0;
}
.payment-form.form input.text {
	background: white;
	border: 1px solid #999999;
	height: auto;
	padding: 3px 3px 3px 3px;
	width: 242px;
}
.payment-form.form input:focus,
.payment-form.form input.iefocus,
.payment-form.form textarea:focus,
.payment-form.form textarea.iefocus {
	background: white;
	border-color: #416DA4;
	box-shadow: none;
}
.payment-form.form select.text {
	border: 1px solid #999999;
	width: 250px;
}
.payment-form.form input.error,
.payment-form.form select.error,
.payment-form.form textarea.error {
	border-color: #ED1C24;
}
.payment-form.form .selector, .payment-form.form .checker, .payment-form.form .radio-button {
	display: -moz-inline-box;
	display: inline-block;
	*display: inline;
	vertical-align: middle;
	zoom: 1;
}
.payment-form.form div.selector,
.payment-form.form div.selector div,
.payment-form.form div.checker span,
.payment-form.form div.radio-button span {
	background-image: url(../img/register/controls.png);
	background-repeat: no-repeat;
}
.payment-form.form .selector, .payment-form.form .selector *, 
.payment-form.form .checker, .payment-form.form .checker *,
.payment-form.form .radio-button, .payment-form.form .radio-button * {
	margin: 0;
	padding: 0;
}
.payment-form.form div.selector {
	background-position: 0 -5px;
	height: 24px;
	line-height: 24px;
	overflow: hidden;
	position: relative;
}
.payment-form.form div.selector div {
	background-position: right -39px;
	display: block;
	height: 24px;
	line-height: 24px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 100%;
}
.payment-form.form div.selector.disabled {
	background-position: 0 -73px;
	color: #B3B3B3;
}
.payment-form.form div.selector.disabled div {
	background-position: right -107px;
}
.payment-form.form div.selector.error {
	background-position: 0 -141px;
}
.payment-form.form div.selector.error div {
	background-position: right -175px;
}
.payment-form.form div.selector div span {
	display: block;
	height: 24px;
	line-height: 24px;
	overflow: hidden;
	padding: 0 26px 0 5px;
	white-space: nowrap;
}
.payment-form.form div.selector select {
	background: none;
	border: none;
	filter: alpha(opacity:0);
	height: 24px;
	left: 0;
	opacity: 0;
	padding: 0 !important;
	position: absolute;
	top: 0;
	z-index: 10;
}
.payment-form.form div.checker {
	height: 13px;
	margin-right: 5px;
	width: 13px;
}
.payment-form.form div.checker span {
	background-position: -28px -209px;
	display: inline-block;
	height: 13px;
  	text-align: center;
	width: 13px;
}
.payment-form.form div.checker span.checked {
	background-position: -5px -209px;
}
.payment-form.form div.checker.disabled span {
	background-position: -74px -209px;
}
.payment-form.form div.checker.disabled span.checked {
	background-position: -51px -209px;
}
.payment-form.form div.checker input {
	background: none;
	display: inline-block;
	filter: alpha(opacity:0);
	height: 13px;
	opacity: 0;
	text-align: center;
	width: 13px;
}
.payment-form.form div.radio-button {
	height: 15px;
	margin-right: 5px;
	position: relative;
	width: 15px;
}
.payment-form.form div.radio-button span {
	background-position: -30px -232px;
	display: inline-block;
	height: 15px;
  	text-align: center;
	width: 15px;
}
.payment-form.form div.radio-button span.checked {
	background-position: -5px -232px;
}
.payment-form.form div.radio-button input {
	background: none;
	display: inline-block;
	filter: alpha(opacity:0);
	height: 15px;
	opacity: 0;
	text-align: center;
	width: 15px;
}
.payment-form.form div.selector {
	width: 250px;
}
.payment-form.form div.selector.styled-with-width {
	width: 124px;
}

.payment-form .short-field-group {
	float: left;
	width: 70%;
}
.payment-form.form .form-row .card-number-part,
.payment-form.form .field-holder .card-number-part {
	margin-right: 6px;
	padding: 0px;
    text-align: center;
    width: 50px;
}
.payment-form .form-row #creditCard_month,
.payment-form .form-row #creditCard_year {
	width: 124px;
}
.payment-form .form-row .selector {
	margin-right: 2px;
}
.payment-form #creditCard_cvv {
	width: 116px;
}
.payment-form .cvv-hint {
	background: url(../img/payment/new/cvv.png) no-repeat 10px 0;
	padding: 5px 0 4px 60px;
}

.payment-form .right-column {
    float: right;
    width: 100%;
    position: fixed;
    left: 50%;
    max-width: 250px;
    transform: translate(200px, 0%);
}
.payment-form .right-column .field-group {
	padding: 14px 15px;
}
.payment-form .right-column .field-group h2 {
	color: #000000;
	font-size: 18px;
	font-weight: bold;
	margin: 0 0 12px;
}
.payment-form .right-column .field-group.my-cart h2 {
	background: url(../img/payment/new/cart.png) no-repeat left center;
	padding: 0 0 0 21px;
}
.payment-form .right-column .field-group.billing-address h2 {
	background: url(../img/payment/new/address.png) no-repeat left center;
	padding: 0 0 0 21px;
}
.payment-form .right-column .field-group table {
	font-size: 11px;
	width: 100%;
}
.payment-form .right-column .field-group td.label {
	color: #666666;
	font-weight: bold;
	padding: 0 4px 4px 0;
}
.payment-form .right-column .field-group td.value {
	font-weight: bold;
	padding: 0 0 3.5px;
	text-align: right;
	vertical-align: bottom;
}
.payment-form .right-column .field-group .cart-item td.label {
	color: #416DA4;
}
.payment-form .right-column .field-group .cart-item.promo-discount td.label {
	color: #39B54A;
}
.payment-form .right-column .field-group .cart-total td {
	border-top: 1px solid black;
	color: black;
	padding: 4px 0 0;
}
.payment-form .right-column .field-group.my-cart .button-row {
	margin-top: 20px;
}
.payment-form .right-column .field-group.my-cart .button-row .button {
	text-align: center;
	width: 183px;
}
.payment-form .right-column .field-group.my-cart .button-row .button span {
	padding: 0 5px;
}

.payment-form .payment-stored-method {
	background: #F2F2F2;
	border: 1px solid #F2F2F2;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	cursor: pointer;
	margin-top: 10px;
	padding: 4px;
	-khtml-border-radius: 8px;
}
.payment-form .payment-stored-method input,
.payment-form .payment-stored-method label {
	cursor: pointer;
}
.payment-form .payment-stored-method.selected-method {
	border-color: #9EB5D0;
}
.payment-form .payment-stored-method .stored-method-column {
	border-left: 1px solid #CCCCCC;
	float: left;
	overflow: hidden;
	padding-left: 9px;
}
.payment-form .payment-stored-method .stored-method-column.method-selector {
	border-left: none;
	padding: 14px 0 11px 9px;
	width: 27px;
}
.payment-form .payment-stored-method .stored-method-column.method-type {
	width: 130px;
}
.payment-form .payment-stored-method .stored-method-column.method-fee {
	width: 120px;
}
.payment-form .payment-stored-method .stored-method-column.method-details {
	width: 128px;
}
.payment-form .payment-stored-method .stored-method-column.method-holder {
	width: 190px;
}
.payment-form .payment-stored-method .stored-method-column p {
	color: #000000;
	margin: 8px 0 5px;
}
.payment-form .payment-stored-method .stored-method-column p.label {
	color: #416DA4;
	font-size: 10px;
	font-weight: bold;
	margin: 0;
}

.payment-form .payment-stored-method .stored-method-column.method-type .credit-card-VISA,
.payment-form .payment-stored-method .stored-method-column.method-type .credit-card-MASTERCARD,
.payment-form .payment-stored-method .stored-method-column.method-type .credit-card-JCB,
.payment-form .payment-stored-method .stored-method-column.method-type .credit-card-AMEX,
.payment-form .payment-stored-method .stored-method-column.method-type .credit-card-MAESTRO,
.payment-form .payment-stored-method .stored-method-column.method-type .direct-debit,
.payment-form .payment-stored-method .stored-method-column.method-type .paypal,
.payment-form .payment-stored-method .stored-method-column.method-type .sofort {
	background-repeat: no-repeat;
	background-size: contain;
	height: 24px;
	margin: 5px 0 3px;
	padding: 3px 0 2px 40px;
	width: 20px;
}

.payment-form .payment-stored-method .stored-method-column.method-type .credit-card-VISA {
	background-image: url(../img/2018/payment/pay-visa.svg);
}

.payment-form .payment-stored-method .stored-method-column.method-type .credit-card-MASTERCARD {
	background-image: url(../img/2018/payment/pay-mastercard.svg);
}

.payment-form .payment-stored-method .stored-method-column.method-type .credit-card-MAESTRO {
	background-image: url(../img/2018/payment/pay-maestro.svg);
}

.payment-form .payment-stored-method .stored-method-column.method-type .credit-card-AMEX {
	background-image: url(../img/2018/payment/pay-amex.svg);
}

.payment-form .payment-stored-method .stored-method-column.method-type .credit-card-JCB {
	background-image: url(../img/2018/payment/pay-jcb.svg);
}
.payment-form .payment-stored-method .stored-method-column.method-type .direct-debit {
	background-image: url(../img/2018/payment/pay-sepa.svg);
}
.payment-form .payment-stored-method .stored-method-column.method-type .paypal {
	background-image: url(../img/2018/payment/pay-paypal.svg);
}
.payment-form .payment-stored-method .stored-method-column.method-type .sofort {
	background-image: url(../img/2018/payment/pay-sofort.svg);
}

.payment-form .new-payment-method {
	margin: 20px 0 0;
}
.payment-form .add-new-payment-method {
	background: url(../img/payment/new/add-method.png) no-repeat left center;
	color: #416da4;
	cursor: pointer;
	font-size: 14px;
	margin: 20px 10px;
	padding: 0 0 0 25px;
}

.payment-form .payment-order {
	border-bottom: 1px solid #4D4D4D;
	clear: both;
	margin-bottom: 10px;
	padding-bottom: 20px;
}
.payment-form .payment-order h2 {
	color: black;
	font-size: 22px;
	font-weight: bold;
}
.payment-form .payment-order .order-item {
	background: #EAEDF2;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	margin: 10px 0 0;
	padding: 12px 20px;
	-khtml-border-radius: 8px;
}

.payment-form .payment-order .order-item:after {
	clear: both;
	content: '';
	display: table;
}

.payment-form .payment-order .order-item .order-item-price {
	float: left;
	max-width: 72px;
	padding: 0 5px 0 0;
	text-align: center;
}
.payment-form .payment-order .order-item .order-item-price img {
	border: 0;
	vertical-align: top;
}
.payment-form .payment-order .order-item .order-item-price p {
	font-size: 14px;
	font-weight: bold;
	margin: 0;
}
.payment-form .payment-order .order-item .order-item-price p.price-details {
	font-size: 11px;
	font-weight: normal;
	margin: 0;
}
.payment-form .payment-order .order-item .order-item-details {
	float: left;
}
.payment-form .payment-order .order-item .order-item-details h3 {
	color: black;
	font-size: 22px;
	font-weight: bold;
	margin: 0;
}
.payment-form .payment-order .order-item .order-item-details ul {
	margin: 6px 0 0 16px;
}

.payment-form .payment-order .order-item .order-item-total {
	float: right;
}

.payment-form .payment-order .order-item .order-item-total p {
	font-size: 22px;
	font-weight: bold;
	margin: 0;
	margin-bottom: 12px;
    white-space: nowrap;
}

.payment-result-form .field-group h2 {
	color: black;
	margin-bottom: 20px;
}
.payment-result-form.payment-form .short-field-group {
	float: none;
}
.payment-result-form .payment-result-row {
	background: #F2F2F2;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	margin: 10px 0;
	padding: 10px;
}
.payment-result-form .payment-result-row label {
	color: #416DA4;
}
.payment-result-form .payment-result-row span {
	font-weight: bold; 
}
.payment-result-form .payment-result-row.download-invoice {
	background: #F2F2F2 url(../img/payment/new/download.png) no-repeat 10px center;
	padding-left: 36px;
}
.payment-result-form .button {
	margin: 20px 0 0;
}

@media all and (max-width: 767px) {
    .payment-form .short-field-group {
        width: 100%;
    }

    .payment-form .right-column {
        width: 100%;
        position: relative;
        transform: translate(0, 0);
        left: 0px;
        max-width: 9999px;
    }
}

@media all and (min-width: 768px) and (max-width: 930px) {
    .payment-form .right-column {
        transform: translate(170px, 0%);
        max-width: 220px;
    }
}