.row {
    margin-left: 0;
    margin-right: 0;
}

.col-l {
    padding-right: 40px
}

.col-r {
    padding-left: 40px
}

.col-27 {
    width: 27%;
    float: left
}

@media screen and (max-width:991px) {
    .col-27 {
        width: 100%;
        float: none;
        padding-left: 0 !important;
        padding-right: 0 !important
    }
}

.col-73 {
    width: 73%;
    float: left;
    padding-left: 20px;
    margin-bottom: 40px
}

@media screen and (max-width:991px) {
    .col-73 {
        width: 100%;
        float: none;
        padding-left: 0 !important;
        padding-right: 0 !important
    }
}

.col-50 {
    width: 50%;
    float: left
}

@media screen and (max-width:991px) {
    .col-50 {
        width: 100%;
        float: none;
        padding-left: 0 !important;
        padding-right: 0 !important
    }
}

.section {
    padding: 100px 0
}

.section--reduced-lower-padding {
    padding-bottom: 60px
}

.section--reduced {
    padding-top: 60px;
    padding-bottom: 60px
}

.section__head {
    color: #000;
    margin: 0 0 20px
}

.section__head--center {
    text-align: center
}

.section__p {
    font-size: 16px;
    line-height: 1.5
}

@media screen and (min-width:1121px) {
    .range-info {
        display: flex;
        align-items: center;
        min-height: 644px;
        padding: 0
    }
}

@media screen and (max-width:1680px) {
    .range-info {
        background-position: -200px
    }
}

@media screen and (max-width:1580px) {
    .range-info {
        background-position: -300px
    }
}

@media screen and (max-width:1320px) {
    .range-info {
        background-position: -400px
    }
}

@media screen and (max-width:1120px) {
    .range-info {
        background-image: none;
        padding: 0 0 40px
    }

    .range-info .space {
        display: none
    }

    .range-info__desc {
        width: 100%;
        float: none
    }
}

.range-info__img-mob {
    display: none
}

@media screen and (max-width:1119px) {
    .range-info__img-mob {
        display: block;
        width: 100%;
        margin-bottom: 40px
    }
}

.range-output {
    border: none;
    text-align: right;
    padding: 0;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
    max-width: 3em;
    background-color: transparent;
    -moz-appearance: textfield
}

.range-output::-webkit-inner-spin-button,
.range-output::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

.button {
    padding: 10px 20px;
    font-weight: 700;
    color: #fff;
    text-decoration: none !important;
    text-transform: uppercase;
    transition: .1s ease-out
}

@media screen and (max-width:500px) {
    .button {
        width: 100%
    }
}

.button__blue {
    background: #0d1c71;
    border: thin solid #0d1c71
}

.button__blue:hover {
    color: #0d1c71;
    background: #fff
}

.button__gray {
    background: #fff;
    color: #575756;
    border: thin solid #575756
}

.button__gray:hover {
    background: #575756;
    color: #fff
}

.step-container {
    height: 100%;
    position: relative
}

.step {
    transform: translateX(100vw);
    transition: transform .3s ease-out;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.step:after {
    content: "";
    display: table;
    clear: both
}

.step.current {
    position: relative;
    transform: translateX(0)
}

.step.outing {
    transform: translateX(-100vw)
}

.step.post-outing {
    opacity: 0
}

.calculator {
    background: #f8f8f8;
    padding: 80px 0;
    position: relative;
    z-index: 1
}

.screenhead {
    text-align: center
}

.screenhead .section__p {
    margin-bottom: 60px
}

.screen__select {
    display: flex;
    flex-direction: row;
    justify-content: space-between
}

@media screen and (max-width:991px) {
    .screen__select {
        display: block
    }
}

.select-box {
    width: 30%;
    background: #eee;
    max-height: 197px;
    transition: .15s ease-out
}

@media screen and (max-width:991px) {
    .select-box {
        margin: 0 auto;
        margin-bottom: 40px !important;
        width: 100%;
        max-width: 500px
    }

    .select-box:last-of-type {
        margin-bottom: 80px !important
    }
}

.select-box.all-selected {
    margin-bottom: 80px
}

.select-box__language {
    border-bottom: 3px solid #009fe3;
    overflow-y: hidden
}

.select-box__language.expand {
    max-height: 371px
}

.select-box__currency {
    border-bottom: 3px solid #e6007e;
    overflow-y: hidden
}

.select-box__currency.expand {
    max-height: 301px
}

.select-box__location {
    border-bottom: 3px solid #ffed00;
    overflow: hidden
}

.select-box__location.expand {
    max-height: 371px
}

.select-box__location select {
    overflow-y: scroll
}

.select-box__icon {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 140px
}

.select-box__icon img {
    position: relative;
    top: 10px
}

.select-box label {
    display: block;
    text-align: center;
    font-size: 16px;
    padding: 20px;
    cursor: pointer
}

.select-box label .chevron {
    font-size: 18px;
    padding-left: 15px
}

.select-box .select {
    margin-bottom: 0
}

.select-box .select_display {
    display: none
}

.select-box .select_list {
    display: block;
    position: relative;
    border: none;
    border-top: 2px solid #ccc
}

.select-box .select_list li {
    font-size: 14px;
    text-align: center;
    color: #575752;
    background: #eee;
    border-bottom: 3px solid #fff
}

.select-box .select_list li:last-of-type {
    border-bottom: none
}

.select-box .select_list li:hover {
    background: #e0e0e0
}

.select-box .select_list li.selected-item {
    background: #fff
}

.select-box .select_list li.selected-item:hover {
    background: #fff
}

.centered-button {
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    transition: opacity .3s ease-out;
    transition-delay: .4s;
    pointer-events: none
}

.centered-button.seen {
    opacity: 1;
    pointer-events: all
}

.printer-carousel {
    width: calc(100% - 100px);
    margin: 0 auto
}

@media screen and (min-width:992px) {
    .printer-carousel .slick-list {
        width: 770px !important;
        margin: 0 auto !important
    }
}

.printer-carousel .slick-slide {
    max-width: 960px
}

.printer-carousel .slick-arrow {
    transform: none;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: contain !important;
    top: 30%
}

.printer-carousel .slick-arrow.slick-prev {
    left: -50px;
    background: url(https://i8.amplience.net/i/epsonemear/lfp_0422_prev)
}

.printer-carousel .slick-arrow.slick-next {
    right: -50px;
    background: url(https://i8.amplience.net/i/epsonemear/lfp_0422_next)
}

.printer-carousel__item {
    margin: 0 auto;
    position: relative;
    padding: 10px
}

.printer-carousel__item_img {
    display: block;
    max-width: 100%;
    height: 160px;
    margin: 0 auto 20px;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center
}

.printer-carousel__item_name {
    font-size: 16px;
    text-align: center
}

.printer-carousel__item .centered-button {
    position: relative
}

.back-button__wrapper {
    text-align: center;
    margin-top: 40px
}

.calc-opts__item {
    margin-bottom: 60px
}

.calc-opts__item:last-of-type {
    margin-bottom: 0
}

.calc-opts__img {
    padding-bottom: 60px
}

.calc-opts__item_label {
    display: flex;
    align-items: center;
    width: 200px;
    height: 54px;
    position: relative;
    z-index: 1;
    float: left;
    font-size: 16px;
    line-height: 1.4
}

@media screen and (max-width:991px) {
    .calc-opts__item_label {
        display: block;
        float: none;
        width: 100%;
        height: 38px
    }
}

.i-popup {
    width: 80%;
    padding: 10px 20px;
    border-radius: 8px;
    background: rgba(13, 28, 113, .875);
    color: #fff;
    font-size: 12px;
    text-align: center;
    position: absolute;
    z-index: 10000;
    top: 50%;
    right: 10%;
    transform: translateY(-50%);
    opacity: 0;
    transition: opacity .3s ease-out;
    pointer-events: none;
}

@media (min-width: 768px) {
    .i-popup {
        right: calc(-200% - 15px);
        width: 200%;
    }
}

.calc-opts__item_label .info:active+.i-popup,
.calc-opts__item_label .info:hover+.i-popup {
    opacity: 1;
}

.calc-opts__item_label .info {
    margin-left: 20px;
    cursor: help
}

.calc-opts__item_label .info.first-line {
    top: 8px
}

@media screen and (max-width:991px) {
    .calc-opts__item_label .info {
        position: relative;
        right: auto;
        top: 2px !important
    }
}

.calc-opts__item_radio {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: calc(100% - 200px);
    position: relative;
    transition: .3s ease-out;
    margin-top: 2px
}

.calc-opts__item_radio label {
    cursor: pointer
}

@media screen and (max-width:991px) {
    .calc-opts__item_radio {
        width: 100%;
        left: 0
    }
}

.calc-opts__item_radio input {
    font-size: 14px
}

.calc-opts__item_radio input[type=radio] {
    transform: scale(0);
    position: absolute
}

.calc-opts__item_radio input[type=radio]+label {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 54px;
    height: 54px;
    border: thin solid #ccc;
    background: #fff
}

.calc-opts__item_radio input[type=radio]:checked+label {
    background: #ccc
}

.calc-opts__item .select {
    padding-left: 200px
}

@media screen and (max-width:991px) {
    .calc-opts__item .select {
        padding-left: 0;
        margin-bottom: 60px
    }
}

.select_display {
    transition: .3s ease-out
}

.calc-opts__item .select_display,
.calc-opts__item .select_list li {
    height: 54px;
    display: flex !important;
    align-items: center;
    padding: 6px 10px;
    border-top: thin solid #ccc
}

.calc-opts__item .select_list li {
    justify-content: center
}

.calc-opts__item .select_list {
    width: calc(100% - 200px);
    margin-left: 200px;
    text-align: center;
    border: none;
    max-height: 270px;
    z-index: 1000
}

@media screen and (max-width:992px) {
    .calc-opts__item .select_list {
        width: 100%;
        margin-left: 0
    }
}

#appType .select {
    z-index: 0
}

#appType .select_display {
    display: block;
    background: 0 0;
    position: absolute;
    top: 0;
    right: 0;
    width: calc(100% - 200px);
    height: 250px;
    border: none;
    border-top: none
}

@media screen and (max-width:991px) {
    #appType .select_display {
        width: 100%
    }
}

#appType .select_list {
    display: flex !important;
    justify-content: space-between;
    width: 100%;
    margin-left: 0;
    background: 0 0;
    position: relative
}

#appType .invisible {
    display: none !important
}

#appType .select_list li {
    align-items: flex-end;
    padding: 25px;
    width: 48%;
    height: 250px;
    background: #fff;
    border: thin solid #d9d9d9;
    position: relative
}

#appType .select_list li.selected {
    background: #d9d9d9
}

#appType .select_list li::after {
    content: '';
    width: 100%;
    height: 140px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    position: absolute;
    top: 30px;
    left: 50%;
    transform: translateX(-50%)
}

#appType .select_list li.photo::after {
    background-image: url(https://epsonemear.a.bigcontent.io/v1/static/lfp_0422_app-photo-2)
}

#appType .select_list li.office-application::after {
    background-image: url(https://i8.amplience.net/i/epsonemear/lfp_0422_app-office)
}

.calc-opts__item_range {
    display: flex;
    align-items: center;
    height: 54px;
    position: relative
}

.calc-opts__item_range .range-wrap {
    display: block;
    width: calc(100% - 112px);
    padding-right: 20px
}

.calc-opts__item_range input[type=range] {
    margin-right: 20px;
    -webkit-appearance: none;
    width: 100%;
    background: 0 0;
    border: none;
    cursor: pointer
}

.calc-opts__item_range input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 20px;
    height: 20px;
    background: #ccc;
    border-radius: 50%;
    border: 5px solid #fff;
    position: relative;
    top: -7px
}

.calc-opts__item_range input[type=range]:focus {
    outline: 0
}

.calc-opts__item_range input[type=range]::-ms-track {
    width: 100%;
    cursor: pointer;
    background: 0 0;
    border-color: transparent;
    color: transparent
}

.calc-opts__item_range input[type=range]::-webkit-slider-runnable-track {
    width: 100%;
    height: 6px;
    cursor: pointer;
    background: #ccc;
    border-radius: 5px
}

.calc-opts__item_range input[type=range]:focus::-webkit-slider-runnable-track {
    background: #ccc
}

.calc-opts__item_range input[type=range]::-moz-range-track {
    width: 100%;
    height: 6px;
    cursor: pointer;
    background: #ccc;
    border-radius: 5px
}

.calc-opts__item_range input[type=range]::-ms-track {
    width: 100%;
    height: 6px;
    cursor: pointer;
    background: 0 0;
    border-color: transparent;
    border-width: 16px 0;
    color: transparent
}

.calc-opts__item_range input[type=range]::-ms-fill-lower {
    background: #ccc;
    border-radius: 2.6px
}

.calc-opts__item_range input[type=range]:focus::-ms-fill-lower {
    background: #ccc
}

.calc-opts__item_range input[type=range]::-ms-fill-upper {
    background: #ccc;
    border-radius: 2.6px
}

.calc-opts__item_range input[type=range]:focus::-ms-fill-upper {
    background: #ccc
}

.calc-opts__item_range_output {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 112px;
    height: 54px;
    border: thin solid #ccc;
    background: #fff
}

.step_3 {
    padding-bottom: 36px
}

.step_3 .centered-button {
    bottom: 0
}

.step_3 .section__p::after {
    content: ": " attr(data-prod-name)
}

.not-an-option {
    pointer-events: none;
    font-weight: 700
}

.validation-alter {
    display: none;
    justify-content: center;
    align-items: center;
    width: 161px;
    height: 36px;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 700;
    line-height: 1.1;
    color: red;
    text-align: center;
    border: 2px solid red;
    background: #fff;
    position: absolute;
    z-index: 1;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0
}

.select_arrow {
    pointer-events: none
}

.error_highlight {
    box-shadow: 0 0 0 2px red;
    color: red
}

.results-item__overview {
    width: 23%;
    margin-right: 30px;
    float: left
}

.results-item__overview_img {
    height: 160px;
    background: #101f8b;
    overflow: hidden;
    position: relative
}

.results-item__overview_img img {
    display: block;
    position: absolute;
    top: 24px;
    left: -50px
}

.results-item__overview_summary {
    display: flex;
    align-items: center;
    height: 243px;
    padding: 34px 24px;
    background: #0d1c71;
    color: #fff;
    text-align: center
}

@media screen and (max-width:991px) {
    .results-item__overview_summary {
        height: auto
    }
}

.results-item__overview_summary .model {
    margin-bottom: 16px;
    font-size: 16px;
    line-height: 1.2
}

.results-item__overview_summary .quote,
.results-item__overview_summary .quote-label {
    font-size: 26px;
    line-height: 1.2;
    margin-bottom: 2px
}

.results-item__overview_summary .quote {
    color: #accb3e
}

@media screen and (max-width:991px) {
    .results-item__overview {
        width: 100%;
        float: none
    }

    .results-item__overview_img img {
        left: 50%;
        height: 100%;
        transform: translateX(-50%) translateY(-25%);
    }

    .results-item__overview_summary {
        padding-left: calc(50% - 100px);
        padding-right: calc(50% - 100px)
    }
}

@media screen and (max-width:991px) {
    .result-item__table {
        margin-top: 10px
    }
}

.result-item__table_item {
    margin-left: 250px;
    margin-bottom: 10px;
    font-size: 16px
}

.result-item__table_item .label {
    display: flex;
    align-items: center;
    width: 249px;
    height: 49px;
    padding: 0 16px;
    background: #eee;
    border: thin solid #eee;
    float: left;
    position: relative;
    z-index: 1;
    white-space: normal;
}

@media screen and (max-width:500px) {
    .result-item__table_item .label {
        width: 124px
    }
}

.result-item__table_item .value {
    height: 49px;
    background: #fff;
    border: thin solid #ccc;
    padding: 16px;
    margin-left: 250px;
    text-align: center;
    position: relative
}

@media screen and (max-width:500px) {
    .result-item__table_item .value {
        margin-left: 124px
    }
}

.result-item__table_item .value .edit {
    display: flex;
    align-items: center;
    height: 100%;
    position: absolute;
    top: 0;
    right: 10px;
    color: #ccc
}

.result-item__table_item .value .edit img {
    margin-right: 10px
}

.result-item__table_item .value .currency {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 25%;
    left: 0;
    width: 40px;
    height: 50%;
    border-right: 1px solid #ccc
}

.result-item__table_item .value .currency--right {
    left: auto;
    right: 0;
    border-right: none;
    border-left: 1px solid #ccc
}

@media screen and (max-width:991px) {
    .result-item__table_item {
        margin-left: 0
    }
}

.legend {
    padding-top: 15px;
    font-size: 12px
}

.result-buttons {
    text-align: center;
    padding-top: 60px
}

.result-buttons .button {
    margin: 0 10px
}

@media screen and (max-width:500px) {
    .result-buttons .button {
        margin: 10px 0
    }
}

.m-0 {
    margin: 0 !important
}

ul.select_list {
    -ms-overflow-style: -ms-autohiding-scrollbar
}

.ios-only .step_1 .select_list {
    display: block !important;
}

.calculator {
    overflow: hidden;
    height: max-content;
}

.calculator .step {
    background-color: #f8f8f8;
    overflow: hidden;
}

.button__blue {
    margin-top: 20px;
    font-size: 14px;
}

#resolution .select_list {
    position: relative;
    margin-left: 0;
    width: 100%;
    box-shadow: 0 10px 20px rgba(0,0,0,.16);
    max-height: 0;
    transition: .2s;
    display: block;
    overflow: hidden;
}

#resolution .is-open .select_list {
    max-height: 270px;
}
