body#module-custompaymentmethod-validation a.button_large,
body#module-custompaymentmethod-validation button.button.btn.btn-default.button-medium.exclusive_large
{
    position: relative;
    float: left;
    width: 200px;
    margin: 0px calc(((100%/2) - 200px) / 2);
}

body#module-custompaymentmethod-validation a.button_large
{
	border: 1px solid black;
	padding: 5px 2px;
}

body#module-custompaymentmethod-validation p.cart_navigation {
    height: 40px;
	margin-top: 50px;
}


.cpm_link:after
{
    display: block;
    content: "\f054";
    position: absolute;
    right: 15px;
    margin-top: -11px;
    top: 50%;
    font-family: "FontAwesome";
    font-size: 25px;
    height: 22px;
    width: 14px;
    color: #777;
}
.custompayment-form .price {
    color: #333;
    font-weight: bold;
}
.custompayment-form {
    padding: 15px;
    border: 1px solid #ccc;
    border-radius: 3px;
    margin-bottom: 30px;
}
.custompayment-form p {
    font-size: 14px;
}
.custompayment-form .price {
    color: #333;
    font-weight: bold;
}
.custompayment-form div {
    text-transform: uppercase;
}
.custompayment-form textarea {
    height: 100px;
    margin-top: 15px;
    width: 60% !important;
}
.custompayment-form .cart_navigation .exclusive_large {
    display: block;
    border: 1px solid;
    border-color: #399a49 #247f32 #1a6d27 #399a49;
}
.custompayment-form .cart_navigation .exclusive_large span {
    display: block;
    border: 1px solid;
    border-color: #74d578;
}
.cart_navigation .button_large {
    border: none;
    background: none;
    padding: 0;
    font-size: 17px;
    font-weight: bold;
    color: #333;
    margin: 9px 0 0 0;
}
.cart_navigation .button_large i {
    color: #777777;
    margin-right: 8px;
}
.cart_navigation .button_large:hover {
    text-decoration: none;
    color: #515151;
}
@media (max-width: 768px) {
    .custompayment-form textarea {
        width: 100% !important;
    }
}

.ps_17 .cart_navigation .exclusive_large
{
    border: 0;
}

.ps_17 .cart_navigation .exclusive_large span
{
    border: 0;
}

#cart-subtotal-commission {
    display: none;
}