#summary_step table {
    width: calc(100% - 40px);
    margin-left: 20px;
    text-align: left;
}

#summary_step .disclaimer {
    font-size: 20px;
}

#summary_step th {
    font-size: 22px;
    padding: 5px;
    font-family: "Montreal-Heavy";
}

#summary_step td {
    border-top: 1px solid white;
    padding: 5px;
}

#summary_step tr {
    font-family: SourceSansPro;
    font-size: 20px;
}

#summary_step tr.summary_voucher {
    color: green;
}

#summary_step td.summary_total {
    font-size: 22px;
}

#summary_step .center {
    text-align: center;
}

#summary_step .right {
    text-align: right;
}

#summary_step .summary_remove {
    color: #C90E0E;
}

#voucher_field {
    margin-bottom: 80px;
    font-size: 20px;
}

.summary_title {
    width: calc(100% - 40px);
    margin: auto;
    margin-top: 50px;
    margin-bottom: 40px;
}

#vouchers_code {
    width: 500px;
    border-radius: 16px;
    padding: 20px;
    margin: 0;
}

#vouchers_add {
    display: inline-block;
    margin: 0;
    width: 180px;
    margin-left: -184px;
    border-radius: 0 10px 10px 0 !important;
}

.terms_checkbox_container {
    font-family: SourceSansPro;
    font-size: 14px;
    display: flex;
    align-items: flex-start;
    line-height: 1.2;
    width: 80%;
    margin: auto;
}

.terms_checkbox_container .checkbox-container {
    margin-right: 10px;
    margin-top: 3px;
    flex-shrink: 0;
}