.section--candle .wrapper {
    text-align: center;
}

.section--candle .wrapper .pager {
    margin: 30px 0;
}

.section--candle .wrapper .pager label {
    font-size: 20px;
}

.section--candle .step-1 .images-wrapper img {
    width: 400px !important;
}

.section--candle .images-wrapper img {
    display: block;
    margin: auto;
}

.section--candle .images-wrapper img.hidden {
    display: none !important;
}

.section--candle h1 {
    margin: 50px 0;
    font-size: 23px;
}

.section--candle .options-wrapper .radio {
    display: inline-block;
}

.section--candle .options-wrapper {
    margin-bottom: 40px;
}

.section--candle .step-2 .images-wrapper img {
    display: inline-block;
    margin: 0 25px;
    vertical-align: bottom;
}

.section--candle .button-options .radio__label {
    height: 44px;
    justify-content: center;
    position: relative;
}

.section--candle .button-options .radio__input:checked + .radio__label {
    color: white;
}

.section--candle .button-options .radio__label:before {
    z-index: -1;
    width: 100%;
    height: 34px;
    position: absolute;
    -webkit-border-radius: 0;
    border-radius: 0;
    margin-right: 0;
}

.section--candle .button-options .radio {
    vertical-align: top;
    margin: 0 25px;
    width: 174px;
}

.section--candle .button-options .radio div {
    margin: 10px 0;
    font-size: 13px;
}

.section--candle .step-6 .form-row {
    justify-content: center;
    margin-top: 30px;
}

.section--candle .step-6 .quantity {
    width: 70px;
}

.section--candle .step-6 .message {
    width: 270px;
    margin-right: 15px;
}

.section--candle .step-6 .checkbox-wrapper .radio__label:before {
    border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
}

.section--candle .billing__form {
    margin: auto;
}