.lc-form {

    width:      100%;
    max-width:  none !important;
}

.lc-form__inner-container {

    width:     100%;
    max-width: 840px;
    margin:    0 auto;
}

.lc-form label {

    margin-top:    1rem;
    margin-bottom: .5rem;
    color:         #fff;
    font-size:     1.2rem;
    line-height:   1.4;
    font-weight:   bold;
}

.lc-form input[type=text], .lc-form select {

    width:         100%;
    padding:       .75rem;
    margin-bottom: 2rem;
    font-size:     1.2rem;
}

.lc-form__switch-inputs {
    position: relative;
}

.lc-form__switch-inputs i {

    position:  absolute;
    right:     -2em;
    top:       0%;
    color:     white;
    font-size: 2em;
    transform: rotate(90deg) translateX(-50%);
    cursor:    pointer;
}

.lc-form__select-wrap {

    position:  relative;
}
.lc-form__select-wrap select {

    -webkit-appearance: none;
    -moz-appearance:    none;
    appearance:         none;
    position:           relative;
    z-index:            1;
    padding-right:      1.5em;
    background:         white;
}

.lc-form__select-wrap:after{

    position:        absolute;
    z-index:         2;
    top:             0;
    bottom:          0;
    right:           .5em;
    width:           1em;
    background:      url(../img/chevron.svg) no-repeat center center;
    background-size: 100% auto;
    content:         '';
}

.lc-form__actions {

    width:       100%;
    margin-top:  1rem;
}

.lc-form__submit[type=submit] {

    padding:       10px;
    background:    #de3410;
    color:         white;
    font-weight:   600;
    line-height:   1.5;
    border-radius: 0;
}

.lc-form__submit[type=submit]:hover,
.lc-form__submit[type=submit]:focus {

    background: #de3410;
    color:      white;
}

.error-form {

    margin-top: 10px;
    color:      white;
}

.result-form {
    margin-top: 10px;
}

.lc-form__title {

    position: relative;
    margin: 3rem 0 2rem;
    color: #fff;
    font-weight: 600;
}

/*
.lc-form__title:before {

    position: absolute;
    left:     -30px;
    content:  url(../chevron.svg);
}
*/


.lc-form__results {

    margin: 3rem 0;
}

.lc-form__result {

    margin-bottom: 2rem;
    text-align: center;
}

@media (min-width: 640px) and (max-width: 767px), (min-width: 1200px) {

    .lc-form__results {

        display:   flex;
        flex-wrap: wrap;
        gap:       2rem;
    }

    .lc-form__result {

        width: calc(50% - 1rem);
        margin-bottom: 0;
    }
}

@media (min-width: 1024px) {

    .lc-form {
        max-width: 640px !important;
        padding-right: 2rem;
    }
}


.lc-form__result-combination,
.lc-form__result-product,
.lc-form__result-category,
.lc-form__result-class {

    padding:    .75rem 1rem;
    background: #de3410;
    color:      #fff;
    font:       1rem/1.5rem sans-serif;
}

.lc-form__result-combination {

    display:     flex;
    align-items: center;
    background:  #ffffff55;
    font-size:   12px;
    line-height: 1rem;
    padding:     .5rem 1rem;
}
.lc-form__result-combination-label {
    flex: 1;
}

.lc-form__result-transport {
    margin-right: .25rem;
}

.lc-form__result-transport-image {

    display:         block;
    width:           2rem;
    height:          2rem;
    padding-bottom:  .25rem;
    margin:          0 0 0 auto;
    object-fit:      contain;
    object-position: center;
}

.lc-form__result-category {
    background: #00000055;
}
.lc-form__result-product {
    background: #de3410;
}
.lc-form__result-class {
    background: #de3410aa;
}

.lc-form__result-prices {

    display:         flex;
    flex-wrap:       wrap;
    justify-content: space-evenly;
    padding:         1.8rem 0 1rem;
    background:      #E5EDF4;
    color:           #005594;
    font:            bold 1.5rem/3rem sans-serif;
}

.lc-form__result-price {
    width: 45%;
}

.lc-form__result-via {

    width:       100%;
    height:      .8rem;
    font-size:   .8rem;
    line-height: .8rem;
}

.lc-form__result-price:first-child {
    border-right: 1px solid #00559455;
}

.lc-form__currency {

    font-size:      1.2rem;
    font-weight:    normal;
    vertical-align: middle;
}

.lc-form__result--template,
.lc-form__result--no-result,
.lc-form__result--no-combination
{
    display: none;
}

.lc-form__result--no-result,
.lc-form__result--no-combination,
.lc-form__errors p {
    color: white;
}

.ui-autocomplete {

    background: white;
    list-style: none;
    max-width:  320px;
    padding:    0;
    margin:     0;
    z-index:    2;
}

.ui-autocomplete .ui-menu-item {

    display: block;
    padding: .5rem;
    margin:  0;
    cursor:  pointer;
}

.ui-autocomplete .ui-menu-item:hover {
    background: #00559455;
}

.ui-helper-hidden-accessible {
    display: none;
}
