.title h1, #voucherBoxCont h1 {
    margin-top: 5%;
    font-family: 'Poppins', sans-serif;
    font-weight: 800;
    text-align: center;
    color: #2A295C;
    font-size: 34px;
}

.checkText {
    margin: 0 10% 5% 10%;
}

.checkText > img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
    max-width: 200px;
    max-height: 120px;
}

.checkText .inlineLogos {
    display: inline-block;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
}

.checkText .inlineLogos img {
    margin: 0 50px;
    max-width: 200px;
    max-height: 120px;
}

.checkText p {
    font-family: 'Poppins', sans-serif;
    text-align: center;
    display: block;
    color: #2A295C;
    font-size: 15px;
    font-weight: 600;
}

.checkText span {
    font-family: 'Poppins', sans-serif;
    text-align: center;
    display: block;
    color: #53527B;
    font-size: 16px;
    font-weight: 400;
}

.checkText span.importantInfo {
    margin-bottom: 1em;
    font-size: 18px;
    font-weight: bold;
    color: #2A295C;
}

.checkText span.importantInfo a:link,
.checkText span.importantInfo a:visited,
.checkText span.importantInfo a:hover,
.checkText span.importantInfo a:active
{
    color: #EA444E;
}

.checkText a:link, .checkText a:visited, .checkText a:hover, .checkText a:active {
    font-weight: bold;
    color: #2A295C;
}

.checkText .dameJidloAlert {
    margin-right: auto;
    margin-left: auto;
    padding: 15px 0;
    color: #EA444E;
    font-size: 15px;
    line-height: 22px;
    border-radius: 12px;
}

.checkText .dameJidloAlert.eng {
    opacity: 50%;
    margin-top: 0;
    margin-bottom: 40px;
    font-weight: 400;
}

.checkText .seeMore, .checkText .seeLess {
    margin-bottom: 30px;
    font-size: 13px;
    color: #EA444E;
    text-decoration: underline;
}

#voucherBoxCont {
    text-align: center;
}

#voucherBox {
    position: relative;
    text-align: center;
    border: 1px solid #102B4E;
    border-radius: 25px;
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 2%;
    padding-top: 5%;
}

#voucherBox .infoLink {
    display: block;
    float: right;
    width: 28px;
    height: 28px;
    margin-right: 2%;
    background: center no-repeat url(/public/images/old/i-red.png);
}

.voucherCont {
    position: relative;
    width: 20%;
    display: inline-block;
    margin: 2%;
    vertical-align: top;
}

.voucherCont.empty {
    opacity: 65%;
}

.voucher {
    text-align: center;
    border: 1px solid #2A295C;
    border-radius: 16px;
}

.voucher.red {
    border: 1px solid #c20019;
}

.voucher p:nth-child(1) {
    background-color: #2A295C;
    font-family: 'Poppins', sans-serif;
    color: #ffffff;
    font-weight: 700;
    font-size: 12px;
    margin: 0;
    padding-top: 15px;
    padding-bottom: 15px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.voucher.red p:nth-child(1) {
    background-color: #c20019;
}

.voucher p:nth-child(2) {
    font-family: 'Poppins', sans-serif;
    color: #102B4E;
    font-weight: 400;
    font-size: 23px;
    margin: 0;
    padding: 15px;
}

.qtyCont {
    height: 35px;
    border-bottom: 1px solid #102B4E;
    margin-top: 15px;
}

.voucherCont.empty .qtyCont {
    border: none;
}

.qtyCont i {
    color: #AAA9BE;
    border: 1px solid #AAA9BE;
    border-radius: 25px;
    padding: 3px;
    width: 15px;
    height: 15px;
}

.qtyCont i:hover {
    color: #102B4E;
    border: 1px solid #102B4E;
    font-weight: bold;
    cursor: pointer;
}

.qty {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 23px;
    color: #102B4E;
    position: relative;
    top: -4px;
}

.qtyCont .message {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 14px;
    color: #102B4E;
    position: relative;
    top: -4px;
}

.minus {
    float: left;
}

.plus {
    float: right;
}

.subTotal p:nth-child(1) {
    float: left;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    color: #102B4E;
    font-size: 16px;
    margin-top: 2px;
}

.subTotal p:nth-child(2) {
    float: right;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    color: #7F7F9D;
    font-size: 16px;
    margin-top: 2px;
}

.cashbackBox {

}

.cashbackBox .info {
    margin-left: auto;
    margin-right: auto;
    width: 50%;
    color: #36DC28;
    font-size: 17px;
}

.cashbackBox .howItWorks {
    width: 50%;
    height: 40px;
    color: #fff;
    background-color: #36DC28;
    border: 1px solid #36DC28;
    margin-left: auto;
    margin-right: auto;
    font-size: 13px;
    font-weight: bold;
    line-height: 40px;
    border-radius: 20px;
}

.cashbackBox .howItWorks:hover {
    cursor: pointer;
    background-color: #ffffff;
    color: #36DC28;
}

.cashbackBox .howItWorks img {
    vertical-align: middle;
    margin-right: 10px;
    content:url(/images/old/kc-small-white.svg);
}

.cashbackBox .howItWorks:hover img {
    content:url(/images/old/kc-small-green.svg);
}

.total {
    display: flow-root;
    width: 50%;
    margin-left: auto;
    margin-right: auto;
}

.total p {
    float: left;
    margin: 20px 0 0px 0;
    font-family: 'Poppins', sans-serif;
    font-size: 29px;
    color: #2A295C;
    font-weight: 600;
}

.total p:nth-child(2) {
    float: right;
}

.cashback {
    display: inline-block;
    width: 50%;
    margin-left: auto;
    margin-right: auto;
}

.cashback p {
    float: left;
    margin: 10px 0 20px 0;
    font-family: 'Poppins', sans-serif;
    font-size: 29px;
    color: #36DC28;
    line-height: 32px;
}

.cashback p:nth-child(2) {
    float: right;
}

.cashback img {
    vertical-align: top;
    margin-right: 10px;
}

.checkbox {
    margin: 1% auto 7% auto;
    width: 50%;
    text-align: center;
    padding-bottom: 3%;
}

.checkbox div {
    display: inline-block;
}

.checkbox .form {
    float: left;
    max-width: 450px;
    margin-right: 20px;
    margin-top: 12px;
    width: calc(100% - 180px);
}

.checkbox label {
    display: block;
    text-align: left;
    font-family: 'Poppins', sans-serif;
    color: #2A295C;
    font-size: 17px;
    font-weight: 500;
}

.checkbox input[type=checkbox]:checked + label {
    color: #2A295C;
}

.checkbox .goToSummary {
    float: right;
    min-width: 130px;
}

#checkout {
    padding: 10px 20px 10px 20px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 16px;
    color: #ffffff;
    background-color: #EA444E;
    border: 1px solid #EA444E;
    border-radius: 50px;
    opacity: 0.7;
    pointer-events: none;
    display: block;
}

#checkout:hover {
    cursor: pointer;
    border: 1px solid #EA444E;
    background-color: #ffffff;
    color: #EA444E;
}

div[aria-describedby="cashbackDialog"] .ui-dialog-buttonpane{
    background-color: transparent !important;
}


/* -------------------------- */
/* ---------- MEDIA ----------*/
@media only screen and (max-width: 1350px) {
    .voucher p:nth-child(2) {
        font-size: 20px;
        padding: 10px;
    }
}

@media only screen and (max-width: 1250px) {
    .voucherCont {
        width: 25%;
    }
}

@media only screen and (max-width: 1100px) {
    .voucher p:nth-child(2) {
        font-size: 15px;
        padding: 7px;
    }

    .voucher p:nth-child(1) {
        padding-top: 10px;
        padding-bottom: 10px;
    }
}

@media only screen and (max-width: 1000px) {
    .checkText {
        margin: 5% 10% 7% 10%;
    }

    #voucherBox {
        width: 85%;
    }

    .cashbackBox .info {
        width: 85%;
    }

    .cashbackBox .howItWorks {
        width: 85%;
    }

    .total {
        width: 85%;
    }

    .cashback {
        width: 85%;
    }

    .checkbox {
        width: 85%;
    }
}

@media only screen and (max-width: 650px) {
    .checkText {
        margin-top: 5%;
        margin-left: 5%;
        margin-right: 5%;
    }

    .checkText .dameJidloAlert.eng {
        margin-bottom: 0;
    }

    .title h1, #voucherBoxCont h1 {
        font-size: 26px;
    }

    #voucherBox {
        border: none;
        width: 65%;
    }

    .voucher, .voucher.red {
        border: none;
    }

    .voucherCont {
        width: 100%;
        margin: 2% 0;
        border: 1px solid #102B4E;
        border-radius: 16px;
    }

    .voucherCont.red {
        border: 1px solid #c20019;
    }

    .qtyCont {
        margin: 0;
        padding-top: 30px;
        padding-bottom: 20px;
    }

    .qtyCont, .subTotal {
        margin-left: 30px;
        margin-right: 30px;
    }

    .cashbackBox {
        margin-right: auto;
        margin-left: auto;
        width: 65%;
    }

    .cashbackBox .info {
        width: 100%;
        font-size: 14px;
    }

    .cashbackBox .howItWorks {
        width: 100%;
        border-radius: 9px;
    }

    .total, .cashback{
        width: 65%;
    }

    .total p {
        font-size: 23px;
    }

    .cashback p {
        font-size: 18px;
        line-height: 24px;
    }

    .cashback p img {
        width: 27px;
    }

    .checkbox .form {
        float: none;
        margin: 0;
        width: 77%;
    }

    .checkbox label {
        font-size: 12px;
        padding-left: 2.95em !important;
    }

    .checkbox label::before {
        top: 6px !important;
    }

    .checkbox label::after {
        top: 6px !important;
    }

    .checkbox .goToSummary {
        float: none;
        width: 77%;
    }

    #checkout {
        padding-top: 5px;
        padding-bottom: 5px;
    }
}