body {
    background-color: #1F3A9A;
}

#contentWrapper {
    /*margin: 0 auto;*/
    /*padding: 0 16px;*/
    padding: 0;
    width: 100%;
    /*max-width: 1440px;*/
    min-height: 100svh;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    box-sizing: border-box;
}

#contentWrapper * {
    box-sizing: border-box;
}
/*@media (min-width: 1025px) {*/
/*    #contentWrapper {*/
/*        padding: 0 32px;*/
/*    }*/
/*}*/

/*@media (min-width: 1280px) {*/
/*    #contentWrapper {*/
/*        padding: 0 80px;*/
/*    }*/
/*}*/

/* header */

#header {
    margin: 0 auto;
    padding: 0 16px;
    width: 100%!important;
    max-width: 1440px;

}

@media (min-width: 1025px) {
    #header {
        padding-inline: 32px;
    }
}

@media (min-width: 1280px) {
    #header {
        padding-inline: 80px;
    }
}

#header #header-inner {
    padding: 30px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #EEEEEE;
}


#header #utilityWrapper {
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    order: 2;
}

@media (min-width: 768px) {
    #header #utilityWrapper {
        flex-direction: row;
        gap: 24px;
    }
}

#header.header-login #utilityWrapper {
    gap: 16px;
    flex-direction: row;
    align-items: center;
}

#header #utilityWrapper a {
    margin: 0;
    height: auto;
    background: none!important;
    text-decoration: none;
}

#header #utilityWrapper a#signinLink {
    padding: 0;
    font-family: "aktiv-grotesk",sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #1E2025;
}

#header #utilityWrapper a#signinLink2 {
    padding: 11px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-family: "aktiv-grotesk",sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 120%;
    color: #1F3A9A;
    text-align: center;
    border-radius: 8px;
    border: 1px solid #1F3A9A;
    background-color: #F4F6FF;
    transition: box-shadow .3s;
}

#header #utilityWrapper a#signinLink2:hover {
    box-shadow: 0 -4px 0 0 rgba(31, 58, 154, 0.10) inset;
}

#header #utilityWrapper a.cart,
#header #utilityWrapper a.account {
    padding: 0;
    font-family: "aktiv-grotesk",sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 150%;
    color: #1E2025;
}

#header #utilityWrapper a.logout {
    padding: 0;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#header #utilityWrapper a.logout img {
    width: 20px;
    height: 20px;
    object-fit: contain;
    display: block;
}

#header #headerWrapper {
    margin-top: 0;
    width: auto;
    height: auto;
    float: none;
    clear: none;
    order: 1;
}

#header #headerWrapper #globalNav {
    display: none;
}

#header #headerWrapper #siteID {
    margin: 0;
    max-width: 145px;
    width: 100%;
    height: auto;
    display: block;
}

@media (min-width: 1025px) {
    #header #headerWrapper #siteID {
        max-width: 190px;
    }
}

#header #headerWrapper #siteID img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

/* body wrapper */

#bodyWrapper {
    padding-top: 60px;
    padding-inline: 16px!important;
    padding-bottom: 80px;
    margin: 0 auto;

    width: 100%!important;
    max-width: 1440px;
    background: none;
    border: none;
    box-sizing: border-box;
}

@media (min-width: 1025px) {
    #bodyWrapper {
        padding-inline: 32px!important;
        padding-top: 120px;
        padding-bottom: 120px;
    }
}

@media (min-width: 1280px) {
    #bodyWrapper {
        padding-inline: 80px!important;
    }
}

#bodyWrapper .error_div {
    margin-bottom: 30px;
}

#bodyWrapper #searchResultsLLWrapper {
    width: 100%!important;
}

#bodyWrapper form {
    width: 100%;
    /*display: flex;*/
}

#bodyWrapper form #searchWrapper {
    margin-top: 0!important;
}


#bodyWrapper #searchWrapper #searchContainer {
    margin: 0;
    padding: 16px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    clear: none;
    background: #fafafa;
    border: 1px solid #eee;
    border-radius: 8px;
}
@media (min-width: 1025px) {
    #bodyWrapper #searchWrapper #searchContainer {
        padding: 24px!important;
    }
}

#bodyWrapper h1 {
    position: relative;
    margin-top: 0;
    margin-bottom: 32px;
    font-family: "aktiv-grotesk",sans-serif;
    font-size: 44px;
    font-weight: 500;
    line-height: 120%;
    text-align: center;
    text-transform: unset;
    color: #1E2025;
}

@media (min-width: 1025px) {
    #bodyWrapper h1 {
        margin-bottom: 48px;
        font-size: 64px;
        line-height: 110%;
    }
}

#bodyWrapper form #searchWrapper h2 {
    margin-bottom: 32px;
    width: 100%;
    font-family: "aktiv-grotesk",sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 130%;
    color: #1E2025;
}

#bodyWrapper #instruction {
    display: none;
}

#bodyWrapper #searchContainer .threeCColumn {
    margin-right: 16px;
    width: 40%;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    background: none;
}

#bodyWrapper #searchContainer .threeCColumn > input {
    margin-top: auto;
}
@media (min-width: 1025px) {
    #bodyWrapper #searchContainer .threeCColumn > input {
        margin-top: 0;
    }
}

#bodyWrapper #searchContainer .threeCColumn:nth-of-type(3) {
    margin-right: 0;
}

@media (min-width: 1025px) {
    #bodyWrapper #searchContainer .threeCColumn:nth-of-type(3) {
        margin-right: 16px;
    }
}

@media (min-width: 1025px) {
    #bodyWrapper #searchContainer .threeCColumn {
        width: 32%;
    }
}

#bodyWrapper #searchContainer .threeCColumn.lastColumn {
    margin-top: 16px!important;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

@media (min-width: 1025px) {
    #bodyWrapper #searchContainer .threeCColumn.lastColumn {
        margin-top: 0!important;
    }
}

#bodyWrapper #searchContainer .threeCColumn label {
    margin-bottom: 6px;
    font-family: "aktiv-grotesk",sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 120%;
    color: #1E2025;
    background: none;
}

#bodyWrapper #searchContainer .threeCColumn.lastColumn label {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

#bodyWrapper #searchContainer .threeCColumn.lastColumn > input {
    margin-right: 12px;
    margin-bottom: 0;
    width: 50%;
    flex-grow: 1;
}

@media (min-width: 1025px) {
    #bodyWrapper #searchContainer .threeCColumn.lastColumn > input {
        width: 69%!important;
    }
}

#bodyWrapper #searchContainer .threeCColumn input {
    width: 100%;
}

#bodyWrapper #noSubmit input[type=text],
#bodyWrapper #noSubmit input[type=email],
#bodyWrapper #noSubmit input[type=number],
#bodyWrapper #noSubmit input[type=tel],
#bodyWrapper #noSubmit input[type=password],
#bodyWrapper #noSubmit input[type=file],
#bodyWrapper #noSubmit textarea,
#bodyWrapper #searchResultsLLWrapper input[type=text],
#bodyWrapper #searchResultsLLWrapper input[type=email],
#bodyWrapper #searchResultsLLWrapper input[type=number],
#bodyWrapper #searchResultsLLWrapper input[type=tel],
#bodyWrapper #searchResultsLLWrapper input[type=password],
#bodyWrapper #searchResultsLLWrapper input[type=file],
#bodyWrapper #searchResultsLLWrapper textarea,
#bodyWrapper #searchWrapper #searchContainer input[type=text],
#bodyWrapper #searchWrapper #searchContainer input[type=email],
#bodyWrapper #searchWrapper #searchContainer input[type=number],
#bodyWrapper #searchWrapper #searchContainer input[type=password],
#bodyWrapper #searchWrapper #searchContainer input[type=file],
#bodyWrapper #searchWrapper #searchContainer textarea,
#bodyWrapper #searchWrapper #searchContainer input[type=tel] {
    width: 100%;
    height: auto;
    padding: 9px 14px;
    font-family: "aktiv-grotesk",sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    background-color: #fff;
    border: 1px solid #EEEEEE;
    border-radius: 8px;
}

#bodyWrapper input:active,
#bodyWrapper input:focus {
    border: 1px solid #B9BCC3;
}

#bodyWrapper input::placeholder {
    color: #71747A;
}

#bodyWrapper #searchContainer .lastColumn input {
    width: auto;
}

#bodyWrapper #searchContainer input[type=radio] {
    margin-right: 6px;
    margin-top: 0;
    width: 18px;
    height: 18px;
    accent-color: #1F3A9A;
}

#bodyWrapper #searchContainer .threeCColumn.lastColumn .wunits {
    padding: 0;
    width: auto;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

@media (min-width: 1025px) {
    #bodyWrapper #searchContainer .threeCColumn.lastColumn .wunits {
        width: 25%;
    }
}

#bodyWrapper #searchContainer .threeCColumn.lastColumn .wunits span {
    font-family: "aktiv-grotesk",sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 120%;
    color: #1E2025;
}

#bodyWrapper #searchContainer .threeCColumn.lastColumn .wunits #selectlb {
    margin-right: 12px;
}

#bodyWrapper #searchContainer .threeCColumn.lastColumn .convertedWeight {
    margin-top: 6px;
    width: 100%;
    font-family: "aktiv-grotesk",sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 120%;
    color: #1E2025;
}

#bodyWrapper #searchContainer .classcolumn {
    margin-top: 32px;
    width: 100%;
}

#bodyWrapper #searchContainer .classcolumn .FilterResult {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

@media (min-width: 1025px) {
    #bodyWrapper #searchContainer .classcolumn .FilterResult {
        flex-wrap: nowrap;
    }
}

#bodyWrapper #searchContainer .classcolumn .FilterResult li {
    padding: 0!important;
    width: 20% !important;
    max-width: none !important;
    min-width: auto !important;
    display: flex;
    flex-direction: column;
    gap: 6px;
    flex-grow: 1;
}

@media (min-width: 1025px) {
    #bodyWrapper #searchContainer .classcolumn .FilterResult li {
        width: 13.6% !important;
    }
}

#bodyWrapper #searchContainer .classcolumn .FilterResult li label {
    font-family: "aktiv-grotesk",sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 120%;
    color: #1E2025;
}

#bodyWrapper #searchContainer .classcolumn .FilterResult .w190,
#bodyWrapper #searchContainer .classcolumn .FilterResult li:nth-last-child(2) {
    width: 46% !important;
    max-width: none !important;
    min-width: auto !important;
}

@media (min-width: 1025px) {
    #bodyWrapper #searchContainer .classcolumn .FilterResult .w190,
    #bodyWrapper #searchContainer .classcolumn .FilterResult li:nth-last-child(2) {
        width: 15.43% !important;
    }
}

#bodyWrapper #searchContainer .classcolumn .FilterResult li:last-child {
    width: 100%!important;
}

@media (min-width: 1025px) {
    #bodyWrapper #searchContainer .classcolumn .FilterResult li:last-child {
        width: 5.65%!important;
    }
}

#bodyWrapper #searchContainer .classcolumn .FilterResult li:last-child .btn {
    margin-top: auto;
    padding: 12px 20px;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-family: "aktiv-grotesk",sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 120%;
    color: #fff;
    text-align: center;
    border-radius: 8px;
    background-color: #1F3A9A;
    background-image: none;
    transition: box-shadow .3s;
}
#bodyWrapper #searchContainer .classcolumn .FilterResult li:last-child .btn:hover {
    box-shadow: 0 -4px 0 0 rgba(0, 0, 0, 0.25) inset;
}

#bodyWrapper #searchContainer .clearfix.dimention_total {
    border-top: 1px solid #E1E7FF;
    border-bottom: 1px solid #E1E7FF;
    background: #F4F6FF;
}

#bodyWrapper #searchContainer .clearfix.dimention_total li:first-child {
    font-family: "aktiv-grotesk",sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 120%;
    color: #1E2025;
}

#bodyWrapper #searchContainer .clearfix.dimention_total,
#bodyWrapper #searchContainer .clearfix.dimention_list {
    width: 100%;
    display: flex;
    overflow: auto;
}

@media (min-width: 768px) {
    #bodyWrapper #searchContainer .clearfix.dimention_total,
    #bodyWrapper #searchContainer .clearfix.dimention_list {
        width: 100%;
        display: flex;
        overflow: visible;
    }
}

#bodyWrapper #searchContainer .clearfix.dimention_total li,
#bodyWrapper #searchContainer .clearfix.dimention_list li {
    margin: 0;
    padding: 18px 16px;
    /*width: 13% !important;*/
    /*min-width: auto !important;*/
    /*max-width: none !important;*/
    font-family: "aktiv-grotesk",sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 120%;
    color: #1E2025;
}

@media (min-width: 768px) {
    #bodyWrapper #searchContainer .clearfix.dimention_total li,
    #bodyWrapper #searchContainer .clearfix.dimention_list li {
        width: 13% !important;
        min-width: auto !important;
        max-width: none !important;
    }
}

#bodyWrapper #searchContainer .clearfix.dimention_total li:last-child a,
#bodyWrapper #searchContainer .clearfix.dimention_list li:last-child a {
    width: 24px;
    height: 24px;
    display: block;
}

#bodyWrapper #searchContainer .clearfix.dimention_total li:last-child a img,
#bodyWrapper #searchContainer .clearfix.dimention_list li:last-child a img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
}

#bodyWrapper #searchContainer .threeCColumn.lastColumn:last-child {
    margin-top: 16px!important;
    width: 100%;
}

#bodyWrapper #searchContainer .threeCColumn.lastColumn:last-child label {
    margin-right: 16px;
    margin-bottom: 0;
    width: auto;
    font-family: "aktiv-grotesk",sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    color: #1E2025;
}

#bodyWrapper #searchContainer .threeCColumn.lastColumn:last-child > div {
    display: flex;
    align-items: center;
    font-family: "aktiv-grotesk",sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;
    color: #1E2025;
}

#bodyWrapper #searchContainer .threeCColumn.lastColumn:last-child > div input[type=radio] {
    margin-left: 0;
}

#bodyWrapper #searchContainer .threeCColumn.lastColumn:last-child > div input[type=radio]:nth-of-type(2) {
    margin-left: 12px;
}

 {
    margin-left: 12px;
}

#bodyWrapper #searchWrapper #bPortion #buttonRoute {
    margin-top: 24px;
    padding: 12px 20px;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-family: "aktiv-grotesk",sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 120%;
    color: #fff;
    text-align: center;
    text-transform: capitalize;
    border-radius: 8px;
    background-color: #1F3A9A;
    background-image: none;
    transition: box-shadow .3s;
}

#bodyWrapper #searchWrapper #bPortion #buttonRoute:hover {
    box-shadow: 0 -4px 0 0 rgba(0, 0, 0, 0.25) inset;
}

#bodyWrapper select {
    min-height: 44px;
    height: auto;
    font-family: "aktiv-grotesk",sans-serif;
    background: #fff url(../assets/select-grey-arrow-down.svg) 93% 50% no-repeat;
    border: 1px solid #eee;
    border-radius: 8px;
    padding: 10px 16px;
    position: relative;
    appearance: none;
    outline: none;
}

#bodyWrapper form select:focus {
    background: #fff url(../assets/select-grey-arrow-up-2.svg) 93% 50% no-repeat;
}

/* result page */

#bodyWrapper #searchContainer.resultsearch .FilterResult {
    margin-bottom: 24px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

@media (min-width: 1025px) {
    #bodyWrapper #searchContainer.resultsearch .FilterResult {
        flex-wrap: nowrap;
    }
}

#bodyWrapper #searchContainer.resultsearch .FilterResult li {
    padding: 0!important;
    width: auto !important;
    max-width: none !important;
    min-width: 0!Important;
    display: flex;
    flex-wrap: wrap;
    flex-grow: 1;
}

#bodyWrapper #searchContainer.resultsearch .FilterResult li.w250,
#bodyWrapper #searchContainer.resultsearch .FilterResult li.w210 {
    width: 100% !important;
}

@media (min-width: 1025px) {
    #bodyWrapper #searchContainer.resultsearch .FilterResult li.w250,
    #bodyWrapper #searchContainer.resultsearch .FilterResult li.w210 {
        width: 23% !important;
    }
}

#bodyWrapper #searchContainer.resultsearch .FilterResult li.swipe_icon {
    padding-top: 0 !important;
    width: 24px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-grow: 0;
    margin: 0 auto;
    transform: rotate(90deg);
}

@media (min-width: 1025px) {
    #bodyWrapper #searchContainer.resultsearch .FilterResult li.swipe_icon {
        padding-top: 15px !important;
        margin: 0;
        transform: none;
    }
}

#bodyWrapper #searchContainer.resultsearch .FilterResult li.swipe_icon img {
    display: block;
    object-fit: contain;
}

#bodyWrapper #searchContainer.resultsearch .FilterResult li label {
    margin-bottom: 6px;
    width: 100%;
    font-family: "aktiv-grotesk",sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 120%;
    color: #1E2025;
}

#bodyWrapper #searchContainer.resultsearch .FilterResult li .weight_input {
    width: 100%;
}

#bodyWrapper #searchContainer.resultsearch .FilterResult li .weight_input .convertedWeight {
    top: 0;
    right: 0;
    bottom: 1px;
    padding: 8px 12px;
    width: 55%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    border-radius: 0 8px 8px 0;
    border: 1px solid #9EABDE;
    background: #F4F6FF;
    font-size: 14px;
    font-weight: 400;
    line-height: 150%;
    color: #1E2025;
}

#bodyWrapper #searchContainer.resultsearch .FilterResult li .wunits #selectlb:before,
#bodyWrapper #searchContainer.resultsearch .FilterResult li .wunits #selectkg:before {
    border: 1px solid #1F3A9A;
}

#bodyWrapper #searchContainer.resultsearch .FilterResult li .wunits {
    display: inline-flex!important;
}

#bodyWrapper #searchContainer.resultsearch .FilterResult li .wunits label {
    margin-bottom: 0;
    font-family: "aktiv-grotesk",sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 120%;
    color: #1E2025;
}

#bodyWrapper #searchContainer.resultsearch .FilterResult li .wunits label:after {
    background: #1F3A9A;
    top: 5px!important;
    left: 3px!important;
}

#bodyWrapper #searchContainer.resultsearch .FilterResult li:last-child {
    width: 100%!important;
    flex-shrink: 0;
    flex-grow: 0;
}

@media (min-width: 1025px) {
    #bodyWrapper #searchContainer.resultsearch .FilterResult li:last-child {
        width: auto!important;
    }
}

#bodyWrapper #searchContainer.resultsearch .FilterResult li #buttonRoute {
    margin-top: auto;
    padding: 12px 20px;
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-family: "aktiv-grotesk",sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 120%;
    color: #fff;
    text-align: center;
    text-transform: capitalize;
    border-radius: 8px;
    background-color: #1F3A9A;
    background-image: none;
    transition: box-shadow .3s;
}

#bodyWrapper #searchContainer .FilterResult#cargo_start {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

@media (min-width: 1025px) {
    #bodyWrapper #searchContainer .FilterResult#cargo_start {
        flex-wrap: nowrap;
    }
}

#bodyWrapper #searchContainer .FilterResult#cargo_start li {
    padding: 0!important;
    width: 20% !important;
    max-width: none !important;
    min-width: auto !important;
    display: flex;
    flex-direction: column;
    gap: 6px;
    flex-grow: 1;
}

@media (min-width: 1025px) {
    #bodyWrapper #searchContainer .FilterResult#cargo_start li {
        width: 13.6% !important;
    }
}

#bodyWrapper #searchContainer .FilterResult#cargo_start .w190,
#bodyWrapper #searchContainer .FilterResult#cargo_start li:nth-last-child(2) {
    width: 46% !important;
    max-width: none !important;
    min-width: auto !important;
}

@media (min-width: 1025px) {
    #bodyWrapper #searchContainer .FilterResult#cargo_start .w190,
    #bodyWrapper #searchContainer .FilterResult#cargo_start li:nth-last-child(2) {
        width: 15.43% !important;
    }
}

#bodyWrapper #searchContainer .FilterResult#cargo_start li:last-child {
    width: 100%!important;
}

@media (min-width: 1025px) {
    #bodyWrapper #searchContainer .FilterResult#cargo_start li:last-child {
        width: 5.65%!important;
    }
}

#bodyWrapper #searchContainer .FilterResult#cargo_start li:last-child .btn {
    margin-top: auto;
    padding: 12px 20px;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-family: "aktiv-grotesk",sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 120%;
    color: #fff;
    text-align: center;
    border-radius: 8px;
    background-color: #1F3A9A;
    background-image: none;
    transition: box-shadow .3s;
}
#bodyWrapper #searchContainer .FilterResult#cargo_start li:last-child .btn:hover {
    box-shadow: 0 -4px 0 0 rgba(0, 0, 0, 0.25) inset;
}

#bodyWrapper #searchContainer .clearfix.dimention_total {
    width: 100%;
}

#bodyWrapper #searchContainer .stackable-status {
    margin-top: 24px;
    width: 100%;
    display: flex;
    align-items: center;
    gap: 16px;
}

#bodyWrapper #searchContainer .stackable-status label {
    margin-bottom: 0;
    font-family: "aktiv-grotesk",sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    color: #1E2025;
}

#bodyWrapper #searchContainer .stackable-status span {
    font-family: "aktiv-grotesk",sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #1E2025;
}

#bodyWrapper #searchWrapper .result_wrap {
    display: flex;
    flex-direction: column-reverse;
    justify-content: space-between;
    align-items: flex-start;
    gap: 24px;
}

@media (min-width: 1025px) {
    #bodyWrapper #searchWrapper .result_wrap {
        flex-direction: row;
    }
}

#bodyWrapper #searchWrapper .result_wrap:after {
    display: none;
}

#bodyWrapper #searchWrapper .result_wrap .result_wrap_left {
    padding: 16px;
    width: 100%;
    display: flex;
    gap: 24px;
    flex-grow: 1;
    background: #FAFAFA;
    border: 1px solid #eee;
    border-radius: 8px;
}

@media (min-width: 1025px) {
    #bodyWrapper #searchWrapper .result_wrap .result_wrap_left {
        padding: 24px;
        width: auto;
    }
}

#bodyWrapper #searchWrapper .result_wrap .result_wrap_left:after {
    display: none;
}

#bodyWrapper #searchWrapper .result_wrap .FilterResult_list {
    margin-top: -32px;
    width: 40%;
    display: none;
    flex-direction: column;
    gap: 32px;
    float: none;
}

@media (min-width: 768px) {
    #bodyWrapper #searchWrapper .result_wrap .FilterResult_list {
        display: flex;
    }
}

#bodyWrapper #searchWrapper .result_wrap .FilterResult_list:after {
    display: none;
}

#bodyWrapper #searchWrapper .result_wrap .FilterResult_list > div {
    margin-bottom: 0;
}

#bodyWrapper #searchWrapper .result_wrap .FilterResult_list > div:not(.vehicle_error_div) {
    min-height: 183px;
    background-color: #fff;
    border-radius: 6px;
    border: 1px solid #eee;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#bodyWrapper #searchWrapper .result_wrap .FilterResult_list > div:not(.vehicle_error_div) label {
    margin-bottom: 0;
}

#bodyWrapper #searchWrapper .result_wrap .SelectResult_list {
    padding: 0!important;
    width: 100%;
    float: none;
    flex-grow: 1;
}

@media (min-width: 768px) {
    #bodyWrapper #searchWrapper .result_wrap .SelectResult_list {
        width: auto;
    }
}

#bodyWrapper #searchWrapper .result_wrap .SelectResult_list .resultcontent_list {
    display: flex;
    flex-direction: column;
}

#bodyWrapper #searchWrapper .result_wrap .SelectResult_list .resultcontent_list #tarnsport_details {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

#bodyWrapper #searchWrapper .result_wrap .SelectResult_list .resultcontent_list #tarnsport_details .carrier_ground {
    margin: 0;
    padding: 16px;
    min-height: 183px;
    display: flex;
    flex-direction: column;
    box-shadow: none;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 8px;
}

#bodyWrapper #searchWrapper .result_wrap .SelectResult_list .resultcontent_list #tarnsport_details .carrier_ground .flight_details .fl-image {
    display: none;
}

#bodyWrapper #searchWrapper .result_wrap .SelectResult_list .resultcontent_list #tarnsport_details .carrier_ground .flight_details {
    display: flex;
    flex-direction: column;
}
#bodyWrapper #searchWrapper .result_wrap .SelectResult_list .resultcontent_list #tarnsport_details .carrier_ground .flight_details .fl-detail {
    padding: 0!important;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

#bodyWrapper #searchWrapper .result_wrap .SelectResult_list .resultcontent_list #tarnsport_details .carrier_ground .flight_details .fl-detail .truck {
    font-family: "aktiv-grotesk",sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 130%;
    color: #1E2025;
}

#bodyWrapper #searchWrapper .result_wrap .SelectResult_list .resultcontent_list #tarnsport_details .carrier_ground .flight_details .fl-detail > p {
    font-family: "aktiv-grotesk",sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;
    color: #71747A;
}

#bodyWrapper #searchWrapper .result_wrap .SelectResult_list .resultcontent_list #tarnsport_details .carrier_ground .flight_details .fl-detail .truck:before {
    display: none;
}

#bodyWrapper #searchWrapper .result_wrap .SelectResult_list .resultcontent_list #tarnsport_details .carrier_ground .flight_price {
    margin-top: auto;
    padding: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: unset;
    float: none;
    border: none;
}

#bodyWrapper #searchWrapper .result_wrap .SelectResult_list .resultcontent_list #tarnsport_details .carrier_ground .flight_price .xPrice {
    margin: 0;
    font-family: "aktiv-grotesk",sans-serif;
    font-weight: 500;
    font-size: 32px;
    line-height: 120%;
    color: #1E2025;
}

#bodyWrapper #searchWrapper .result_wrap .SelectResult_list .resultcontent_list #tarnsport_details .carrier_ground .flight_price .btn {
    padding: 11px 14px;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-family: "aktiv-grotesk",sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 120%;
    color: #fff;
    text-align: center;
    text-transform: capitalize;
    border-radius: 8px;
    background-color: #1F3A9A;
    background-image: none;
    transition: box-shadow .3s;
}

#bodyWrapper #searchWrapper .result_wrap .SelectResult_list .resultcontent_list #tarnsport_details .carrier_ground .flight_price .btn:hover {
    box-shadow: 0 -4px 0 0 rgba(0, 0, 0, 0.25) inset;
}

#bodyWrapper #searchWrapper .result_wrap .SelectAccessorials_list {
    margin-left: auto;
    padding: 16px;
    width: 100%;
    float: none;
    background: #fafafa;
    border: 1px solid #eee;
    border-radius: 8px;
}

@media (min-width: 1025px) {
    #bodyWrapper #searchWrapper .result_wrap .SelectAccessorials_list {
        padding: 24px;
        width: 308px;
    }
}

#bodyWrapper #searchWrapper .result_wrap .SelectAccessorials_list #accessorials_options .box_accordion:last-child {
    margin-bottom: 0;
}

#bodyWrapper #searchWrapper .result_wrap .SelectAccessorials_list #accessorials_options .box_accordion h3 {
    font-family: "aktiv-grotesk",sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 150%;
    color: #1E2025;
}

#bodyWrapper #searchWrapper .result_wrap .SelectAccessorials_list #accessorials_options .option_content ul li label {
    padding-left: 28px;
    font-family: "aktiv-grotesk",sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #1E2025;
}

#bodyWrapper #searchWrapper .result_wrap .SelectAccessorials_list #accessorials_options .option_content ul li label:before {
    top: 0;
    width: 18px;
    height: 18px;
    background-color: #fafafa;
    border: 1px solid #eee;
    border-radius: 4px;
}

#bodyWrapper #searchWrapper .result_wrap .SelectAccessorials_list #accessorials_options .option_content ul li input[type="checkbox"]:checked + label:before {
    background-color: #1F3A9A;
    border-color: #1F3A9A;
}

#bodyWrapper #searchWrapper .result_wrap .SelectAccessorials_list #accessorials_options .option_content ul li label:after {
    top: 1px;
    left: 1px;
    width: 18px;
    height: 18px;
    background-color: transparent;
    background-image: url("../images/booking-filter-check.svg");
    background-repeat: no-repeat;
    background-size: 14px 14px;
    background-position: center;
}

/*  reset password page  */

#bodyWrapper.bodySearchResults {
    padding-top: 96px!important;
    padding-bottom: 96px!important;
}

#bodyWrapper.bodySearchResults h1 {
    position: relative!important;
    padding: 0!important;
    padding-bottom: 16px!important;
    margin-bottom: 40px;
    width: 100%;
    font-weight: 500;
    font-size: 24px!important;
    line-height: 120%;
    background: none!important;
    text-align: start;
    text-transform: capitalize;
    border-bottom: 1px solid #eee;
}

#bodyWrapper #searchResultsLLWrapper.step-reset-pass-1 {
    padding: 0!important;
    width: 100%!important;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    border: none;
    background: none;
}

@media (min-width: 1025px) {
    #bodyWrapper #searchResultsLLWrapper.step-reset-pass-1 {
        flex-direction: row;
    }
}

#bodyWrapper #searchResultsLLWrapper.step-reset-pass-1 .twoCColumnLogin {
    padding: 0!important;
    margin: 0!important;
    width: 100%!important;
    background: none;
    order: 2;
}

#bodyWrapper #searchResultsLLWrapper.step-reset-pass-1 > br {
    display: none;
}

@media (min-width: 1025px) {
    #bodyWrapper #searchResultsLLWrapper.step-reset-pass-1 .twoCColumnLogin {
        width: 50%!important;
        padding-right: 24px!important;
        order: unset;
    }
}

#bodyWrapper #searchResultsLLWrapper.step-reset-pass-1 .twoCColumnLogin.twoCColumnLoginRight {
    padding-right: 0!important;
    padding-left: 0!important;
    margin-bottom: 24px!important;
    order: 1;
    font-family: "aktiv-grotesk",sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    color: #71747A;
}

@media (min-width: 1025px) {
    #bodyWrapper #searchResultsLLWrapper.step-reset-pass-1 .twoCColumnLogin.twoCColumnLoginRight {
        margin-bottom: 0!important;
        padding-left: 24px!important;
        border-left: 1px solid #eee;
    }
}

#bodyWrapper #searchResultsLLWrapper.step-reset-pass-1 .twoCColumnLogin h2 {
    margin: 0!important;
    margin-bottom: 12px!important;
    font-family: "aktiv-grotesk",sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 130%;
    color: #1E2025;
}

#bodyWrapper #searchResultsLLWrapper.step-reset-pass-1 .twoCColumnLogin label {
    font-family: "aktiv-grotesk",sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 120%;
    color: #1E2025;
}

#bodyWrapper #searchResultsLLWrapper.step-reset-pass-1 .twoCColumnLogin input {
    background: #fafafa;
}

#bodyWrapper #searchResultsLLWrapper.step-reset-pass-1 .twoCColumnLogin #loginButton {
    margin-top: 24px;
}

#bodyWrapper #searchResultsLLWrapper.step-reset-pass-1 .twoCColumnLogin #loginButton button {
    margin-top: 24px;
}

#bodyWrapper #searchResultsLLWrapper.step-reset-pass-1 .twoCColumnLogin label span {
    color: #FF6055;
}

#bodyWrapper #searchResultsLLWrapper.step-reset-pass-1 .twoCColumnLogin #loginButton button {
    margin-top: auto;
    padding: 12px 20px;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-family: "aktiv-grotesk",sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 120%;
    color: #fff;
    text-align: center;
    border-radius: 8px;
    background-color: #1F3A9A;
    background-image: none;
    outline: none;
    border: none;
    transition: box-shadow .3s;
}

#bodyWrapper #searchResultsLLWrapper.step-reset-pass-1 .twoCColumnLogin #loginButton button:hover {
    box-shadow: 0 -4px 0 0 rgba(0, 0, 0, 0.25) inset;
}

#bodyWrapper #searchResultsLLWrapper.step-reset-pass-1 .twoCColumnLogin #announceEmailReset {
    margin-top: 32px;
}

/* step reset pass 2 */

#bodyWrapper.step-reset-pass-2 #searchResultsLLWrapper .twoCColumnLogin.oneCColumnLogin {
    font-family: "aktiv-grotesk",sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    color: #1E2025;
}

/* step reset pass 3 */

#bodyWrapper.step-reset-pass-3 #searchResultsLLWrapper .twoCColumnLogin #loginButton input[type=submit] {
    margin-top: auto;
    padding: 12px 20px;
    width: auto;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-family: "aktiv-grotesk",sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 120%;
    color: #fff;
    text-align: center;
    text-transform: unset;
    border-radius: 8px;
    background-color: #1F3A9A;
    background-image: none;
    border: none;
    transition: box-shadow .3s;
}

#bodyWrapper.step-reset-pass-3 #searchResultsLLWrapper .twoCColumnLogin #loginButton input[type=submit]:hover {
    box-shadow: 0 -4px 0 0 rgba(0, 0, 0, 0.25) inset;
}

/* step reset pass 4 */

#bodyWrapper.step-reset-pass-4 #searchResultsLLWrapper .twoCColumnLogin.oneCColumnLogin {
    font-family: "aktiv-grotesk",sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    color: #1E2025;
}

#bodyWrapper.step-reset-pass-4 #searchResultsLLWrapper .twoCColumnLogin.oneCColumnLogin a {
    margin-top: auto;
    padding: 12px 20px;
    width: auto;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    justify-self: flex-start;
    gap: 8px;
    font-family: "aktiv-grotesk",sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 120%;
    color: #fff;
    text-align: center;
    text-transform: unset;
    border-radius: 8px;
    background-color: #1F3A9A;
    background-image: none;
    border: none;
    text-decoration: none;
    transition: box-shadow .3s;
}

#bodyWrapper.step-reset-pass-4 #searchResultsLLWrapper .twoCColumnLogin.oneCColumnLogin a:hover {
    box-shadow: 0 -4px 0 0 rgba(0, 0, 0, 0.25) inset;
}


/* step edit info 1 */

#bodyWrapper.step-edit-info-1 {
    padding-top: 72px;
    padding-bottom: 96px;
}

#bodyWrapper.step-edit-info-1 #searchContainer {
    margin-bottom: 48px!important;
}

#bodyWrapper.step-edit-info-1 #searchContainer .subheading {
    margin-bottom: 24px;
    padding-bottom: 16px;
    width: 100%;
    font-family: "aktiv-grotesk",sans-serif;
    font-size: 24px;
    font-weight: 500;
    line-height: 120%;
    color: #1E2025;
    text-transform: capitalize;
    border-bottom: 1px solid #E0E0E0;
}

#bodyWrapper.step-edit-info-1 #searchContainer .fiveCColumn {
    padding: 0;
    height: auto;
    border-right: 1px solid #E0E0E0;
    background: none;
}

#bodyWrapper.step-edit-info-1 #searchContainer .fiveCColumn.fromTo {
    width: 100%;
    margin: 0;
    margin-bottom: 16px;
    border-right: 0;
    padding-bottom: 16px;
    border-bottom: 1px solid #eee;
}

#bodyWrapper.step-edit-info-1 #searchContainer .fiveCColumn.fromTo .labels {
    width: 60px;
    font-family: "aktiv-grotesk",sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 150%;
    color: #71747A;
}

#bodyWrapper.step-edit-info-1 #searchContainer .fiveCColumn.fromTo .odzips {
    font-family: "aktiv-grotesk",sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 150%;
    color: #1E2025;
}

#bodyWrapper.step-edit-info-1 #searchContainer .fiveCColumn.selectedMethod {
    display: none;
}

#bodyWrapper.step-edit-info-1 #searchContainer .fiveCColumn.weight {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "aktiv-grotesk",sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 150%;
    color: #1E2025;

    margin: 0;
    margin-bottom: 16px;
    border-right: 0;
    padding-bottom: 16px;
    border-bottom: 1px solid #eee;
}

#bodyWrapper.step-edit-info-1 #searchContainer .fiveCColumn.transitDays {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;

    margin: 0;
    margin-bottom: 16px;
    border-right: 0;
    padding-bottom: 16px;
    border-bottom: 1px solid #eee;
}

#bodyWrapper.step-edit-info-1 #searchContainer .fiveCColumn.transitDays .numberDays {
    height: auto;
    font-family: "aktiv-grotesk",sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 130%;
    color: #1E2025;
}

#bodyWrapper.step-edit-info-1 #searchContainer .fiveCColumn.priceModify {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 16px;
    justify-content: space-between;
    align-items: center;
    border-right: none;

    margin: 0;
    border-right: 0;
}

#bodyWrapper.step-edit-info-1 #searchContainer .fiveCColumn.priceModify .price {
    margin: 0 auto!important;
    padding: 0!important;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-right: none;
    font-family: "aktiv-grotesk",sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 130%;
    color: #1E2025;
}

#bodyWrapper.step-edit-info-1 #searchContainer .fiveCColumn.priceModify .Modify {
    padding: 0;
    width: 100%;
}

#bodyWrapper.step-edit-info-1 #searchContainer .fiveCColumn.priceModify .Modify a {
    margin-top: auto;
    padding: 12px 20px;
    width: auto;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-family: "aktiv-grotesk",sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 120%;
    color: #fff;
    text-align: center;
    text-transform: unset;
    border-radius: 8px;
    background-color: #1F3A9A;
    background-image: none;
    transition: box-shadow .3s;
}
#bodyWrapper.step-edit-info-1 #searchContainer .fiveCColumn.priceModify .Modify a:hover {
    box-shadow: 0 -4px 0 0 rgba(0, 0, 0, 0.25) inset;
}

@media (min-width: 1025px) {
    #bodyWrapper.step-edit-info-1 #searchContainer .fiveCColumn.fromTo  {
        width: 30.5%;
        margin-bottom: 0;
        padding-bottom: 0;
        border-right: 1px solid #E0E0E0;
        border-bottom: 0;
    }

    #bodyWrapper.step-edit-info-1 #searchContainer .fiveCColumn.weight {
        width: 21.2%;
        margin-bottom: 0;
        padding-bottom: 0;
        border-right: 1px solid #E0E0E0;
        border-bottom: 0;
    }

    #bodyWrapper.step-edit-info-1 #searchContainer .fiveCColumn.transitDays {
        width: 22%;
        margin-bottom: 0;
        padding-bottom: 0;
        border-right: 1px solid #E0E0E0;
        border-bottom: 0;
    }

    #bodyWrapper.step-edit-info-1 #searchContainer .fiveCColumn.priceModify {
        width: 26%;
        flex-direction: row;
        margin-bottom: 0;
        padding-bottom: 0;
        border-bottom: 0;
    }

    #bodyWrapper.step-edit-info-1 #searchContainer .fiveCColumn.priceModify .Modify {
        width: auto;
    }
}

@media (min-width: 1280px) {
    #bodyWrapper.step-edit-info-1 #searchContainer .fiveCColumn.fromTo  {
        width: 27.5%;
    }
    #bodyWrapper.step-edit-info-1 #searchContainer .fiveCColumn.priceModify {
        width: 29%;
    }
}

#bodyWrapper.step-edit-info-1 #searchResultsLLWrapper {
    width: 100%!important;
    padding: 0!important;
    background: none;
    border: none;
}

#bodyWrapper.step-edit-info-1 #searchResultsLLWrapper h1 {
    display: none;
}

#bodyWrapper.step-edit-info-1 #searchResultsLLWrapper .help-links {
    display: none;
}

#bodyWrapper.step-edit-info-1 #searchResultsLLWrapper .subheading {
    padding: 0;
    padding-bottom: 16px;
    margin-bottom: 24px;
    width: 100%;
    font-family: "aktiv-grotesk",sans-serif;
    font-size: 24px;
    font-weight: 500;
    line-height: 120%;
    color: #1E2025;
    text-transform: unset;
    border-bottom: 1px solid #eee;
}

#bodyWrapper.step-edit-info-1 #searchResultsLLWrapper .twoCColumnLogin {
    margin-bottom: 48px!important;
    padding: 0;
    width: 100%!important;
    background: none;
}

#bodyWrapper.step-edit-info-1 #searchResultsLLWrapper .twoCColumnLogin.twoCColumnLoginRight {
    padding: 0!important;
    margin-bottom: 0!important;
}

#bodyWrapper.step-edit-info-1 #searchResultsLLWrapper .twoCColumnLogin label {
    margin-bottom: 6px;
    font-family: "aktiv-grotesk",sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 120%;
    color: #1E2025;
}

#bodyWrapper.step-edit-info-1 #searchResultsLLWrapper .twoCColumnLogin input {
    margin-bottom: 24px;
    background-color: #fafafa;
    border-color: #eee;
}


#bodyWrapper.step-edit-info-1 #searchResultsLLWrapper .twoCColumnLogin #phone {
    margin-bottom: 24px;
    display: flex;
    align-items: center;
    gap: 12px;
}

#bodyWrapper.step-edit-info-1 #searchResultsLLWrapper .twoCColumnLogin #phone input {
    margin: 0;
    flex-grow: 1;
}

#bodyWrapper.step-edit-info-1 #searchResultsLLWrapper .twoCColumnLogin #phone span {
    margin: 0;
    color: #eee;
}

#bodyWrapper.step-edit-info-1 #searchResultsLLWrapper .twoCColumnLogin #submitAEInfo {
    margin-top: 0;
}

#bodyWrapper.step-edit-info-1 #searchResultsLLWrapper .twoCColumnLogin input[type=submit] {
    margin: 0;
    padding: 12px 20px;
    min-width: 129px;
    width: auto;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-family: "aktiv-grotesk",sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 120%;
    color: #fff;
    text-align: center;
    border-radius: 8px;
    background-color: #1F3A9A;
    background-image: none;
    outline: none;
    border: none;
    transition: box-shadow .3s;
}

#bodyWrapper.step-edit-info-1 #searchResultsLLWrapper .twoCColumnLogin input[type=submit]:hover {
    box-shadow: 0 -4px 0 0 rgba(0, 0, 0, 0.25) inset;
}

@media (min-width: 1025px) {
    #bodyWrapper.step-edit-info-1 #searchResultsLLWrapper .twoCColumnLogin {
        margin-bottom: 0!important;
        padding-right: 24px;
        width: 50%!important;
    }
    #bodyWrapper.step-edit-info-1 #searchResultsLLWrapper .twoCColumnLogin:after {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        width: 1px;
        height: 237px;
        background-color: #eee;
    }
    #bodyWrapper.step-edit-info-1 #searchResultsLLWrapper .twoCColumnLogin.twoCColumnLoginRight {
        padding: 0!important;
        padding-left: 24px!important;
    }
    #bodyWrapper.step-edit-info-1 #searchResultsLLWrapper .twoCColumnLogin.twoCColumnLoginRight:after {
        content: none;
    }
}

#bodyWrapper.step-edit-info-1 #searchResultsLLWrapper .twoCColumnLogin #loginUtility {
    display: flex;
    align-items: center;
    gap: 6px;
    font-family: "aktiv-grotesk",sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    color: #1E2025;
}

#bodyWrapper.step-edit-info-1 #searchResultsLLWrapper .twoCColumnLogin #loginUtility a {
    font-family: "aktiv-grotesk",sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    color: #1F3A9A;
}

#bodyWrapper.step-edit-info-1 #searchResultsLLWrapper .twoCColumnLogin #loginUtility input {
    position: relative;
    margin: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border-radius: 4px;
    border: 1px solid #E0E0E0;
    background: #FAFAFA;
    appearance: none;
    -webkit-appearance: none;
}

#bodyWrapper.step-edit-info-1 #searchResultsLLWrapper .twoCColumnLogin #loginUtility input:after {
    content: '';
    position: absolute;
    inset: 0;
    background-image: url("../assets/booking-checkbox-check.svg");
    background-repeat: no-repeat;
    background-size: 13px 13px;
    background-position: center;
    opacity: 0;
}

#bodyWrapper.step-edit-info-1 #searchResultsLLWrapper .twoCColumnLogin #loginUtility input:checked {
    background-color: #1F3A9A;
    border-color: #1F3A9A;
}

#bodyWrapper.step-edit-info-1 #searchResultsLLWrapper .twoCColumnLogin #loginUtility input:checked:after {
    opacity: 1;
}

/* step additional info  */

#bodyWrapper.step-additional-info-1 #noSubmit .infobox.new-chboxrd {
    padding: 0;
    display: flex;
    flex-direction: column;
    background: none;
    border: none;
}

#bodyWrapper.step-additional-info-1 #noSubmit .infobox.new-chboxrd .subheading {
    padding: 0;
    padding-bottom: 16px;
    margin-bottom: 24px;
    width: 100%;
    font-family: "aktiv-grotesk",sans-serif;
    font-size: 24px;
    font-weight: 500;
    line-height: 120%;
    color: #1E2025;
    text-transform: unset;
    border-bottom: 1px solid #eee;
}

#bodyWrapper.step-additional-info-1 #noSubmit .infobox.new-chboxrd .FilterResult {
    margin-bottom: 24px;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

@media (min-width: 1025px) {
    #bodyWrapper.step-additional-info-1 #noSubmit .infobox.new-chboxrd .FilterResult {
        flex-direction: row;
    }
}

#bodyWrapper.step-additional-info-1 #noSubmit .infobox.new-chboxrd .FilterResult li {
    padding-right: 0!important;
    min-width: unset!important;
    max-width: unset!important;
    width: auto!important;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

#bodyWrapper.step-additional-info-1 #noSubmit .infobox.new-chboxrd .FilterResult li:last-child {
    justify-content: space-between;
}

@media (min-width: 1025px) {
    #bodyWrapper.step-additional-info-1 #noSubmit .infobox.new-chboxrd .FilterResult li:last-child > div:first-child {
        margin-top: 35px;
    }
}

#bodyWrapper.step-additional-info-1 #noSubmit .infobox.new-chboxrd .FilterResult li:last-child > div:first-child label {
    padding-left: 30px;
    font-family: "aktiv-grotesk",sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    color: #1E2025;
}

#bodyWrapper.step-additional-info-1 #noSubmit .infobox.new-chboxrd .FilterResult li:last-child > div:first-child label:before {
    width: 18px;
    height: 18px;
    border-radius: 4px;
    border: 1px solid #E0E0E0;
    background: #FAFAFA;
}

#bodyWrapper.step-additional-info-1 #noSubmit .infobox.new-chboxrd .FilterResult li:last-child > div:first-child label:after {
    position: absolute;
    inset: 0;
    z-index: 2;
    top: 2px;
    width: 20px;
    height: 20px;
    background-color: transparent;
    background-image: url("../assets/booking-checkbox-check.svg");
    background-repeat: no-repeat;
    background-size: 13px 13px;
    background-position: center;
}

#bodyWrapper.step-additional-info-1 #noSubmit .infobox.new-chboxrd .FilterResult li:last-child > div:first-child [type="checkbox"]:checked + label:before {
    background-color: #1F3A9A;
    border-color: #1F3A9A;
}

#bodyWrapper.step-additional-info-1 #noSubmit .infobox.new-chboxrd .FilterResult li label {
    font-family: "aktiv-grotesk",sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 120%;
    color: #1E2025;
}

#bodyWrapper.step-additional-info-1 #noSubmit textarea,
#bodyWrapper.step-additional-info-1 #noSubmit input,
#bodyWrapper.step-additional-info-1 #noSubmit select {
    background-color: #fafafa;
    border-color: #eee;
}

#bodyWrapper.step-additional-info-1 #noSubmit select {
    background: #fafafa url(../assets/select-grey-arrow-down.svg) 97% 50% no-repeat;
}

#bodyWrapper.step-additional-info-1 #noSubmit .infobox.new-chboxrd .FilterResult li .input-date-wrapper {
    position: relative;
}

#bodyWrapper.step-additional-info-1 #noSubmit .infobox.new-chboxrd .FilterResult li .input-date-wrapper input {
    position: relative;
    width: 100%;
}

#bodyWrapper.step-additional-info-1 #noSubmit .infobox.new-chboxrd .FilterResult li .input-date-wrapper .calIcon {
    position: absolute;
    top: 50%;
    right: 16px;
    margin: 0;
}

#bodyWrapper.step-additional-info-1 #noSubmit .infobox.new-chboxrd #bookFreight {
    margin: 0;
    padding: 12px 20px;
    width: auto;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-family: "aktiv-grotesk",sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 120%;
    color: #fff;
    text-align: center;
    border-radius: 8px;
    background-color: #1F3A9A;
    background-image: none;
    outline: none;
    border: none;
    text-transform: unset;
    transition: box-shadow .3s;
}

#bodyWrapper.step-additional-info-1 #noSubmit .infobox.new-chboxrd #bookFreight:hover {
    box-shadow: 0 -4px 0 0 rgba(0, 0, 0, 0.25) inset;
}

/* step shipping */

#bodyWrapper.step-shipping-1 form .shipping_form .shipping_form-columns {
    display: flex;
    flex-direction: column;
    gap: 48px;
}

#bodyWrapper.step-shipping-1 form .shipping_form .shipping_form-columns .pr-10 {
    padding-right: 0!important;
}

#bodyWrapper.step-shipping-1 form .shipping_form .shipping_form-columns .pl-10 {
    padding-left: 0!important;
}

@media (min-width: 1025px) {
    #bodyWrapper.step-shipping-1 form .shipping_form .shipping_form-columns {
        flex-direction: row;
        gap: 0;
    }
}

@media (min-width: 1280px) {
    #bodyWrapper.step-shipping-1 form .shipping_form .shipping_form-columns .pr-10 {
        padding-right: 10px!important;
    }

    #bodyWrapper.step-shipping-1 form .shipping_form .shipping_form-columns .pl-10 {
        padding-left: 10px!important;
    }
}


#bodyWrapper.step-shipping-1 form .shipping_form .shipping_form-columns .w50p {
    width: 100%!important;
}

@media (min-width: 1280px) {
    #bodyWrapper.step-shipping-1 form .shipping_form .shipping_form-columns .w50p {
        width: 50%!important;
    }
}

#bodyWrapper.step-shipping-1 form .shipping_form .shipping_form-columns ul.clearfix {
    gap: 0;
}

#bodyWrapper.step-shipping-1 form .shipping_form .shipping_form-columns ul.clearfix li.clearfix > div:first-child {
    margin-bottom: 15px;
}

#bodyWrapper.step-shipping-1 form .shipping_form ul li label {
    font-family: "aktiv-grotesk",sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 120%;
    color: #1E2025;
}

#bodyWrapper.step-shipping-1 form .shipping_form ul li label span {
    color: #FF6055;
}

#bodyWrapper.step-shipping-1 form .shipping_form ul li:last-child label {
    padding-left: 30px;
    font-family: "aktiv-grotesk",sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 150%;
    color: #1E2025;
}

#bodyWrapper.step-shipping-1 form .shipping_form ul li:last-child label:before {
    width: 18px;
    height: 18px;
    border-radius: 4px;
    border: 1px solid #E0E0E0;
    background: #FAFAFA;
}

#bodyWrapper.step-shipping-1 form .shipping_form ul li:last-child label:after {
    position: absolute;
    inset: 0;
    z-index: 2;
    top: 2px;
    width: 20px;
    height: 20px;
    background-color: transparent;
    background-image: url("../assets/booking-checkbox-check.svg");
    background-repeat: no-repeat;
    background-size: 13px 13px;
    background-position: center;
}

#bodyWrapper.step-shipping-1 form .shipping_form ul li:last-child [type="checkbox"]:checked + label:before {
    background-color: #1F3A9A;
    border-color: #1F3A9A;
}

#bodyWrapper.step-shipping-1 form .shipping_form button[type=submit] {
    margin: 0;
    padding: 12px 20px;
    width: auto;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-family: "aktiv-grotesk",sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 120%;
    color: #fff;
    text-align: center;
    border-radius: 8px;
    background-color: #1F3A9A;
    background-image: none;
    outline: none;
    border: none;
    text-transform: unset;
    transition: box-shadow .3s;
}

@media (min-width: 1025px) {
    #bodyWrapper.step-shipping-1 form .shipping_form button[type=submit] {
        margin-top: 48px;
    }
}

#bodyWrapper.step-shipping-1 form .shipping_form button[type=submit]:hover {
    box-shadow: 0 -4px 0 0 rgba(0, 0, 0, 0.25) inset;
}

/* step delivery */

#bodyWrapper.step-delivery-1 form .shipping_form .delivery-form-columns {
    display: flex;
    flex-direction: column;
}

@media (min-width: 1025px) {
    #bodyWrapper.step-delivery-1 form .shipping_form .delivery-form-columns {
        flex-direction: row;
    }
}

#bodyWrapper.step-delivery-1 form .shipping_form .login-ground-separator {
    padding-right: 0!important;
    width: 100%!important;
    display: flex;
    flex-direction: column;
    background: none;
}

@media (min-width: 1025px) {
    #bodyWrapper.step-delivery-1 form .shipping_form .login-ground-separator {
        padding-right: 24px!important;
        width: 50%!important;
    }
}

#bodyWrapper.step-delivery-1 form .shipping_form .login-ground-separator .delivery-date-field {
    margin-bottom: 12px;
    display: flex;
    flex-direction: column;
}

#bodyWrapper.step-delivery-1 form .shipping_form .login-ground-separator .delivery-date-field label {
    margin-bottom: 6px;
    font-family: "aktiv-grotesk",sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 120%;
    color: #1E2025;
}

#bodyWrapper.step-delivery-1 form .shipping_form .login-ground-separator .delivery-date-field label span {
    color: #FF6055;
}

#bodyWrapper.step-delivery-1 form .shipping_form .login-ground-separator .delivery-date-field select {
    width: 100%;
}

#bodyWrapper.step-delivery-1 form .shipping_form .login-ground-separator .delivery-checkbox-field {
    margin-bottom: 0!important;
}

#bodyWrapper.step-delivery-1 form .shipping_form .login-ground-separator .delivery-checkbox-field label {
    margin-bottom: 32px;
    padding-left: 30px;
    font-family: "aktiv-grotesk",sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 150%;
    color: #1E2025;
}

#bodyWrapper.step-delivery-1 form .shipping_form .login-ground-separator .delivery-checkbox-field label:before {
    width: 18px;
    height: 18px;
    border-radius: 4px;
    border: 1px solid #E0E0E0;
    background: #FAFAFA;
}

#bodyWrapper.step-delivery-1 form .shipping_form .login-ground-separator .delivery-checkbox-field label:after {
    position: absolute;
    inset: 0;
    z-index: 2;
    top: 2px;
    width: 20px;
    height: 20px;
    background-color: transparent;
    background-image: url("../assets/booking-checkbox-check.svg");
    background-repeat: no-repeat;
    background-size: 13px 13px;
    background-position: center;
}

#bodyWrapper.step-delivery-1 form .shipping_form .login-ground-separator .delivery-checkbox-field [type="checkbox"]:checked + label:before {
    background-color: #1F3A9A;
    border-color: #1F3A9A;
}


#bodyWrapper.step-delivery-1 form .shipping_form .login-ground-separator .delivery-time-field {
    margin-bottom: 4px!important;
    display: flex;
    flex-wrap: wrap;
}

#bodyWrapper.step-delivery-1 form .shipping_form .login-ground-separator .delivery-time-field #pickup_text,
#bodyWrapper.step-delivery-1 form .shipping_form .login-ground-separator .delivery-time-field #pickup_text_show {
    margin: 0;
    font-family: "aktiv-grotesk",sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    color: #1E2025;
}

#bodyWrapper.step-delivery-1 form .shipping_form .login-ground-separator .delivery-time-field #sptime_text {
    margin-bottom: 6px;
    width: 100%;
    font-family: "aktiv-grotesk",sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 120%;
    color: #1E2025;
}

#bodyWrapper.step-delivery-1 form .shipping_form .login-ground-separator .delivery-time-field #deliveryTime {
    width: 100%!important;
}

#bodyWrapper.step-delivery-1 form .shipping_form .login-ground-separator .delivery-info-field {
    margin-bottom: 32px!important;
    font-family: "aktiv-grotesk",sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    color: #71747A;
}

#bodyWrapper.step-delivery-1 form .shipping_form .delivery-note-group {
    padding-left: 0!important;
    width: 100%!important;
    display: flex;
    flex-direction: column;
    border-left: 1px solid #eee;
}

@media (min-width: 1025px) {
    #bodyWrapper.step-delivery-1 form .shipping_form .delivery-note-group {
        padding-left: 24px!important;
        width: 50%!important;
    }
}

#bodyWrapper.step-delivery-1 form .shipping_form .delivery-note-group label {
    margin-bottom: 6px;
    font-family: "aktiv-grotesk",sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 120%;
    color: #1E2025;
}

#bodyWrapper.step-delivery-1 form .shipping_form .delivery-note-group textarea {
    min-height: 164px;
    resize: none;
}

#bodyWrapper.step-delivery-1 form .shipping_form .delivery-file-group {
    position: relative;
    margin-top: 24px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding-right: 24px;
}

@media (min-width: 1025px) {
    #bodyWrapper.step-delivery-1 form .shipping_form .delivery-file-group {
        margin-top: 0;
        width: 50%;
    }
}

#bodyWrapper.step-delivery-1 form .shipping_form .delivery-file-group label {
    margin: 0;
    margin-right: 24px;
    display: flex;
    align-items: center;
    font-family: "aktiv-grotesk",sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 150%;
    color: #1E2025;
}

#bodyWrapper.step-delivery-1 form .shipping_form .delivery-file-group input[type=file] {
    width: 50%!important;
    flex-grow: 1;
}

#bodyWrapper.step-delivery-1 form .shipping_form .delivery-file-group input[type=file]::file-selector-button {
    display: none;
}

#bodyWrapper.step-delivery-1 form .shipping_form .delivery-file-group #imageloading {
    position: absolute;
    right: 38px;
}

#bodyWrapper.step-delivery-1 form .shipping_form .delivery-file-group .delivery-file-loaded {
    margin-top: 16px;
    font-family: "aktiv-grotesk",sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 150%;
    color: #3E4147;
}

#bodyWrapper.step-delivery-1 form .shipping_form .delivery-file-group .delivery-file-loaded a {
    margin-top: 16px;
    padding: 0;
    font-family: "aktiv-grotesk",sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    color: #1F3A9A;
}

#bodyWrapper.step-delivery-1 form .shipping_form .delivery-file-group .delivery-file-loaded a:first-child {
    margin-right: 16px;
    margin-left: 32px;
}

#bodyWrapper.step-delivery-1 form .shipping_form button[type=submit] {
    margin: 0;
    margin-top: 24px;
    padding: 12px 20px;
    width: auto;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-family: "aktiv-grotesk",sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 120%;
    color: #fff;
    text-align: center;
    border-radius: 8px;
    background-color: #1F3A9A;
    background-image: none;
    outline: none;
    border: none;
    text-transform: unset;
    transition: box-shadow .3s;
}

#bodyWrapper.step-delivery-1 form .shipping_form button[type=submit]:hover {
    box-shadow: 0 -4px 0 0 rgba(0, 0, 0, 0.25) inset;
}

/* step delivery 2 */

#bodyWrapper.step-delivery-2 form .shipping_form {
    margin: 0 auto;
    max-width: 992px!important;
}

#bodyWrapper.step-delivery-2 #noSubmit .infobox.new-chboxrd .subheading {
    margin-bottom: 8px!important;
    padding: 0;
    font-family: "aktiv-grotesk",sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 130%;
    color: #1E2025;
    border: none;
}

#bodyWrapper.step-delivery-2 #noSubmit .infobox.new-chboxrd .twoCColumn {
    padding: 24px 0!important;
    width: 100%!important;
    font-family: "aktiv-grotesk",sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    color: #3E4147;
    text-align: center;
}

#bodyWrapper.step-delivery-2 #noSubmit .infobox.new-chboxrd .twoCColumn:first-child {
    padding-bottom: 56px!important;
    background: transparent url(../assets/delivery-2-bg-arrow-mobile.png) 50% 100% no-repeat;
}

@media (min-width: 1025px) {
    #bodyWrapper.step-delivery-2 #noSubmit .infobox.new-chboxrd .twoCColumn {
        max-width: 480px!important;
        width: 50%!important;
        text-align: start;
    }
    #bodyWrapper.step-delivery-2 #noSubmit .infobox.new-chboxrd .twoCColumn:first-child {
        padding-right: 48px!important;
        padding-bottom: 0!important;
        max-width: 512px!important;
        background: transparent url(../assets/delivery-2-bg-arrow.png) 100% 50% no-repeat;
    }
    #bodyWrapper.step-delivery-2 #noSubmit .infobox.new-chboxrd .twoCColumn:nth-child(2) {
        padding-left: 130px!important;
    }
}

@media (min-width: 1280px) {
    #bodyWrapper.step-delivery-2 #noSubmit .infobox.new-chboxrd .twoCColumn {
        width: 100%!important;
    }
}

#bodyWrapper.step-delivery-2 #noSubmit .infobox.new-chboxrd .twoCColumn .notation {
    margin-top: 8px;
}

#bodyWrapper.step-delivery-2 #noSubmit .infobox.new-chboxrd .delivery-2-bottom {
    margin: 48px auto 0;
    width: 100%;
    max-width: 602px;
}

@media (min-width: 1025px) {
    #bodyWrapper.step-delivery-2 #noSubmit .infobox.new-chboxrd .delivery-2-bottom {
        margin: 64px auto 0;
    }
}

#bodyWrapper.step-delivery-2 #noSubmit .infobox.new-chboxrd .delivery-2-bottom .subheading {
    margin-bottom: 24px!important;
    font-family: "aktiv-grotesk",sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 130%;
    color: #1E2025;
    text-align: center;
}

#bodyWrapper.step-delivery-2 #noSubmit .infobox.new-chboxrd .delivery-2-bottom .total_charges {
    margin-bottom: 24px;
    padding: 16px;
    font-family: "aktiv-grotesk",sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 120%;
    color: #1E2025;
    border-top: 1px solid #E1E7FF;
    border-bottom: 1px solid #E1E7FF;
    background-color: #F4F6FF;
}

#bodyWrapper.step-delivery-2 #noSubmit .infobox.new-chboxrd .delivery-2-bottom .delivery-2-checkbox label {
    padding-left: 30px;
    font-family: "aktiv-grotesk",sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 150%;
    color: #1E2025;
}

#bodyWrapper.step-delivery-2 #noSubmit .infobox.new-chboxrd .delivery-2-bottom .delivery-2-checkbox label a {
    text-decoration: underline;
    color: #1E2025;
}

#bodyWrapper.step-delivery-2 #noSubmit .infobox.new-chboxrd .delivery-2-bottom .delivery-2-checkbox label:before {
    width: 18px;
    height: 18px;
    border-radius: 4px;
    border: 1px solid #E0E0E0;
    background: #FAFAFA;
}

#bodyWrapper.step-delivery-2 #noSubmit .infobox.new-chboxrd .delivery-2-bottom .delivery-2-checkbox label:after {
    position: absolute;
    inset: 0;
    z-index: 2;
    top: 2px;
    width: 20px;
    height: 20px;
    background-color: transparent;
    background-image: url("../assets/booking-checkbox-check.svg");
    background-repeat: no-repeat;
    background-size: 13px 13px;
    background-position: center;
}

#bodyWrapper.step-delivery-2 #noSubmit .infobox.new-chboxrd .delivery-2-bottom .delivery-2-checkbox [type="checkbox"]:checked + label:before {
    background-color: #1F3A9A;
    border-color: #1F3A9A;
}

#bodyWrapper.step-delivery-2 #noSubmit .delivery-2-submit {
    display: flex;
    justify-content: center;
}

#bodyWrapper.step-delivery-2 #noSubmit .delivery-2-submit a#checkout.btn {
    margin: 0;
    margin-top: 32px;
    padding: 12px 20px;
    width: auto;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-family: "aktiv-grotesk",sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 120%;
    color: #fff;
    text-align: center;
    border-radius: 8px;
    background-color: #1F3A9A;
    background-image: none;
    outline: none;
    border: none;
    text-transform: unset;
    transition: box-shadow .3s;
}

#bodyWrapper.step-delivery-2 #noSubmit .delivery-2-submit a#checkout.btn:hover {
    box-shadow: 0 -4px 0 0 rgba(0, 0, 0, 0.25) inset;
}

@media (min-width: 1025px) {
    #bodyWrapper.step-delivery-2 #noSubmit .delivery-2-submit a#checkout.btn {
        margin-top: 48px;
    }
}

/* step checkout */

#bodyWrapper.step-checkout-1 #searchContainer {
    margin-bottom: 24px!important;
}

#bodyWrapper.step-checkout-1 #searchContainer .transit_info {
    width: 100%;
}

#bodyWrapper.step-checkout-1 #searchContainer .checkout-total-block {
    width: 100%;
    border-top: 1px solid #eee;
}

@media (min-width: 1025px) {
    #bodyWrapper.step-checkout-1 #searchContainer .fiveCColumn {
        height: 100%;
    }
}

#bodyWrapper.step-checkout-1 #searchContainer .checkout-total-block .fiveCColumn.priceModify {
    justify-content: space-between;
}

#bodyWrapper.step-checkout-1 #searchContainer .checkout-total-block .fiveCColumn.priceModify .total-text {
    position: static;
    font-family: "aktiv-grotesk",sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 150%;
    color: #1E2025;
}

#bodyWrapper.step-checkout-1 #searchContainer .checkout-total-block .fiveCColumn.priceModify .price {
    margin: 0!important;
}

#bodyWrapper.step-checkout-1 #searchWrapper form#payment-form .sq-card-iframe-container {
    padding: 13px 24px;
    height: auto!important;
    background-color: #FAFAFA;
    border: 1px solid #eee;
}

#bodyWrapper.step-checkout-1 #searchWrapper form#payment-form #card-button {
    margin: 0;
    margin-left: 0!important;
    margin-top: 24px;
    padding: 12px 20px;
    width: auto;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-family: "aktiv-grotesk",sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 120%;
    color: #fff;
    text-align: center;
    border-radius: 8px;
    background-color: #1F3A9A;
    background-image: none;
    outline: none;
    border: none;
    text-transform: unset;
    transition: box-shadow .3s;
}

#bodyWrapper.step-checkout-1 #searchWrapper form#payment-form #card-button:hover {
    box-shadow: 0 -4px 0 0 rgba(0, 0, 0, 0.25) inset;
}

#bodyWrapper.step-checkout-1 #searchWrapper form#payment-form #pay_disclaimer {
    margin-top: 24px!important;
    font-family: "aktiv-grotesk",sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #1E2025;
}


/* step sign in */

#bodyWrapper.step-signin-1 #searchResultsLLWrapper {
    width: 100%;
}

#bodyWrapper.step-signin-1 #searchResultsLLWrapper .twoCColumnLogin a {
    text-decoration: none;
}

#bodyWrapper.step-signin-1 #searchResultsLLWrapper .twoCColumnLogin h2 {
    margin: 0;
    margin-bottom: 12px;
    font-family: "aktiv-grotesk",sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 130%;
    color: #1E2025;
}

#bodyWrapper.step-signin-1 #searchResultsLLWrapper .twoCColumnLogin.twoCColumnLoginRight {
    margin: 0;
    margin-bottom: 12px;
    font-family: "aktiv-grotesk",sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 150%;
    color: #71747A;
}

#bodyWrapper.step-signin-1 #searchResultsLLWrapper .twoCColumnLogin.twoCColumnLoginRight a {
    margin: 0;
    margin-bottom: 12px;
    display: block;
    font-family: "aktiv-grotesk",sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    color: #1F3A9A;
}

#bodyWrapper.step-signin-1 #searchResultsLLWrapper .twoCColumnLogin #loginUtility {
    margin-bottom: 0!important;
}

#bodyWrapper.step-signin-1 #searchResultsLLWrapper .twoCColumnLogin #loginButton {
    margin-top: 0!important;
}

#bodyWrapper.step-signin-1 #searchResultsLLWrapper .twoCColumnLogin #loginButton input[type=submit] {
    margin: 0;
    margin-top: 24px;
    padding: 12px 20px;
    width: auto;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-family: "aktiv-grotesk",sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 120%;
    color: #fff;
    text-align: center;
    border-radius: 8px;
    background-color: #1F3A9A;
    background-image: none;
    outline: none;
    border: none;
    text-transform: unset;
    transition: box-shadow .3s;
}

#bodyWrapper.step-signin-1 #searchResultsLLWrapper .twoCColumnLogin #loginButton input[type=submit]:hover {
    box-shadow: 0 -4px 0 0 rgba(0, 0, 0, 0.25) inset;
}

/* step signup */

#bodyWrapper.step-signup-1 #searchWrapper h1 {
    margin-bottom: 24px!important;
}

#bodyWrapper.step-signup-1 #searchWrapper form .twoCColumnLogin {
    margin-bottom: 24px!important;
}

@media (min-width: 1025px) {
    #bodyWrapper.step-signup-1 #searchWrapper form .twoCColumnLogin {
        margin-bottom: 0!important;
    }
}

#bodyWrapper.step-signup-1 #searchWrapper form .twoCColumnLogin #phone {
    margin-bottom: 0;
}

#bodyWrapper.step-signup-1 #searchWrapper form .twoCColumnLogin:after {
    height: 100%;
}

#bodyWrapper.step-signup-1 #searchWrapper form #createAccountBtn input[type=submit] {
    margin: 0;
    margin-top: 32px;
    padding: 12px 20px;
    width: auto;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-family: "aktiv-grotesk",sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 120%;
    color: #fff;
    text-align: center;
    border-radius: 8px;
    background-color: #1F3A9A;
    background-image: none;
    outline: none;
    border: none;
    text-transform: unset;
    transition: box-shadow .3s;
}

#bodyWrapper.step-signup-1 #searchWrapper form #createAccountBtn input[type=submit]:hover {
    box-shadow: 0 -4px 0 0 rgba(0, 0, 0, 0.25) inset;
}










#contentWrapper #footer {
    margin-top: auto;
    margin-bottom: 0;
    width: 100%;
    padding: 2.5rem 0 1.5rem 0;
    font-family: "aktiv-grotesk",sans-serif;
    color: #fff;
    background: none;
    background-color: #1e2025;
}

@media (min-width: 1025px) {
    #contentWrapper #footer {
        padding: 3.5rem 0 1.5rem 0;
    }
}

#contentWrapper #footer .container {
    margin: 0 auto;
    padding-inline: 16px;
    max-width: 1440px;
    width: 100%;
}

@media (min-width: 1025px) {
    #contentWrapper #footer .container {
        padding-inline: 32px;
    }
}

@media (min-width: 1280px) {
    #contentWrapper #footer .container {
        padding-inline: 80px;
    }
}

#contentWrapper #footer .footer__inner {
    display: flex;
    flex-direction: column;
    gap: 4rem;
}
@media (min-width: 1025px) {
    #contentWrapper #footer .footer__inner {
        gap: 3.5rem;
    }
}
#contentWrapper #footer .footer__top {
    display: flex;
    flex-direction: column;
    gap: 4rem;
}
@media (min-width: 1025px) {
    #contentWrapper #footer .footer__top {
        flex-direction: row;
        justify-content: space-between;
        gap: 2rem;
    }
}
@media (min-width: 1280px) {
    .footer__top {
        gap: 2rem;
    }
}
@media (min-width: 1025px) {
    .footer__left {
        width: 50%;
        display: flex;
        flex-direction: column;
    }
}
@media (min-width: 1280px) {
    .footer__left {
        width: auto;
    }
}
.footer__title {
    font-size: 2.75rem;
    font-weight: 500;
    line-height: 120%;
    text-align: start;
}
@media (min-width: 1025px) {
    .footer__title {
        max-width: 25.9375rem;
        font-size: 4rem;
        line-height: 110%;
    }
}
.footer__form {
    margin-top: 3rem;
}
@media (min-width: 1025px) {
    .footer__form {
        margin-top: auto;
        max-width: 319px;
    }
}
.footer__form-title {
    font-family: "aktiv-grotesk", "-apple-system", "BlinkMacSystemFont", "Segoe UI", "Roboto", "Helvetica Neue", "Arial",
    "Noto Sans", "sans-serif", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji",
    "sans-serif";
    font-size: 20px;
    font-weight: 400;
    line-height: 130%;
    color: #fff;
}
.footer__form .wpcf7-response-output {
    display: none;
}
.footer__form .wpcf7-spinner {
    display: none;
}
.footer__form .footer__form-wrapper {
    margin-top: 1.5rem;
}
.footer__form .footer__form-wrapper input[type="email"] {
    padding: 0.625rem 1rem;
    font-family: "aktiv-grotesk", "-apple-system", "BlinkMacSystemFont", "Segoe UI", "Roboto", "Helvetica Neue", "Arial",
    "Noto Sans", "sans-serif", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji",
    "sans-serif";
    font-size: 1rem;
    font-weight: 400;
    line-height: 150%;
    color: #fff;
    background-color: #3e4147;
    border-radius: 0.5rem;
}
.footer__form .footer__form-wrapper input[type="email"]::placeholder {
    color: #b9bcc3;
}
.footer__form .footer__form-wrapper input[type="checkbox"] {
    position: relative;
    width: 0.75rem;
    height: 0.75rem;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #fff;
    border-radius: 0.125rem;
}
.footer__form .footer__form-wrapper input[type="checkbox"]:before {
    content: "";
    position: absolute;
    inset: 0;
    margin: auto;
    display: block;
    color: rgba(0, 0, 0, 0) !important;
    background-image: url("../../media/icons/footer-checkmark.svg");
    background-repeat: no-repeat;
    background-size: 0.5rem 0.5rem;
    background-position: center;
    opacity: 0;
}
.footer__form .footer__form-wrapper input[type="checkbox"]:checked {
    background-color: #3e4147;
}
.footer__form .footer__form-wrapper input[type="checkbox"]:checked:before {
    opacity: 1;
}
.footer__form .footer__form-wrapper .wpcf7-form-control-wrap {
    display: flex;
    flex-direction: column;
}
.footer__form .footer__form-wrapper .wpcf7-not-valid-tip {
    margin-top: 0.375rem;
    font-family: "aktiv-grotesk", "-apple-system", "BlinkMacSystemFont", "Segoe UI", "Roboto", "Helvetica Neue", "Arial",
    "Noto Sans", "sans-serif", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji",
    "sans-serif";
    font-size: 14px;
    font-weight: 400;
    line-height: 130%;
    color: #ff6055;
}
.footer__form .footer__form-wrapper .wpcf7-form-control.wpcf7-acceptance {
    margin-top: 0.75rem;
}
.footer__form .footer__form-wrapper .wpcf7-list-item {
    margin: 0;
}
.footer__form .footer__form-wrapper .wpcf7-list-item label {
    display: flex;
    align-items: center;
    gap: 0.5625rem;
    font-family: "aktiv-grotesk", "-apple-system", "BlinkMacSystemFont", "Segoe UI", "Roboto", "Helvetica Neue", "Arial",
    "Noto Sans", "sans-serif", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji",
    "sans-serif";
    font-size: 14px;
    font-weight: 500;
    line-height: 120%;
}
.footer__form-submit {
    margin-top: 1.25rem;
}
@media (min-width: 1025px) {
    .footer__form-submit {
        margin-top: 1.5rem;
    }
}
.footer__apps {
    margin-top: 3rem;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}
@media (min-width: 768px) {
    .footer__apps {
        margin-top: 0;
        width: 50%;
    }
}
@media (min-width: 1025px) {
    .footer__apps {
        gap: 1.8125rem;
    }
}
.footer__apps-title {
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 130%;
    text-align: start;
}
.footer__apps-items {
    display: flex;
    align-items: center;
    gap: 1.125rem;
}
.footer__apps-item {
    max-width: 8.4375rem;
    width: 100%;
    transition: transform 0.5s;
}
@media (hover: hover) and (pointer: fine) {
    .footer__apps-item:hover {
        transform: scale(1.05);
    }
}
.footer__apps-item img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
}
.footer__right {
    display: flex;
    flex-direction: column;
    gap: 3rem;
}
@media (min-width: 1025px) {
    .footer__right {
        width: 50%;
        gap: 4.9375rem;
    }
}
@media (min-width: 1280px) {
    .footer__right {
        max-width: 41rem;
        width: 100%;
    }
}
.footer__right-other {
    display: flex;
    flex-direction: column;
}
@media (min-width: 768px) {
    .footer__right-other {
        flex-direction: row;
        gap: 3.375rem;
    }
}
@media (min-width: 1280px) {
    .footer__right-other {
        gap: 4rem;
    }
}
@media (min-width: 1280px) {
    .footer__menu {
        height: 100%;
    }
}
.footer__menu ul {
    margin: 0;
    padding: 0;
}
.footer__menu ul li {
    margin: 0;
    text-align: start;
}
.footer__menu > ul {
    display: flex;
    flex-direction: column;
    gap: 3rem;
}
@media (min-width: 768px) {
    .footer__menu > ul {
        flex-direction: row;
    }
}
@media (min-width: 1280px) {
    .footer__menu > ul {
        height: 100%;
        flex-direction: row;
        flex-wrap: wrap;
        gap: 4rem;
    }
}
.footer__menu > ul > li {
    width: 50%;
}
@media (min-width: 1025px) {
    .footer__menu > ul > li {
        width: 100%;
    }
}
@media (min-width: 1280px) {
    .footer__menu > ul > li {
        max-width: 16.625rem;
        width: calc(50% - 2rem);
    }
    .footer__menu > ul > li:nth-child(n + 3) {
        margin-top: auto;
    }
}
.footer__menu > ul > li > a {
    font-size: 1rem;
    font-weight: 500;
    line-height: 150%;
    color: #b9bcc3;
    pointer-events: none;
    text-decoration: none;
}
.footer__menu > ul > li > ul {
    margin-top: 1.25rem;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}
.footer__menu > ul > li > ul > li > a {
    font-size: 1rem;
    font-weight: 400;
    line-height: 150%;
    color: #fff;
    text-decoration: none;
    transition: color 0.5s;
}
@media (hover: hover) and (pointer: fine) {
    .footer__menu > ul > li > ul > li > a:hover {
        color: #b9bcc3;
    }
}
.footer__bottom {
    padding-top: 1rem;
    border-top: 1px solid #3e4147;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}
@media (min-width: 768px) {
    .footer__bottom {
        flex-direction: row;
        justify-content: space-between;
    }
}
@media (min-width: 1025px) {
    .footer__bottom {
        padding-top: 1.5rem;
        flex-direction: row;
        align-items: center;
        gap: 2rem;
    }
}
.footer__other-links {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.footer__other-links p,
.footer__other-links a {
    text-align: start;
    text-decoration: none;
}

@media (min-width: 768px) {
    .footer__other-links {
        width: 50%;
    }
}
@media (min-width: 1025px) {
    .footer__other-links {
        max-width: 16.625rem;
    }
}
.footer__other-links-title {
    font-size: 1rem;
    font-weight: 500;
    line-height: 150%;
    color: #b9bcc3;
}
.footer__other-links-menu {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}
.footer__designed,
.footer__copyright,
.footer__other-link {
    font-size: 1rem;
    font-weight: 400;
    line-height: 150%;
    color: #fff;
}
.footer__other-link {
    transition: color 0.5s;
}
@media (hover: hover) and (pointer: fine) {
    .footer__other-link:hover {
        color: #b9bcc3;
    }
}
.footer__adds {
    display: flex;
    flex-direction: column;
}
@media (min-width: 1025px) {
    .footer__adds {
        width: 50%;
        flex-direction: row;
        align-items: center;
        gap: 2.9375rem;
    }
}
@media (min-width: 1280px) {
    .footer__adds {
        max-width: 41rem;
        width: 100%;
    }
}
.footer__designed {
    font-size: 16px;
    font-weight: 500;
    line-height: 150%;
}
#footer .footer__designed a {
    margin-bottom: 0;
    color: white;
    text-decoration: underline;
    transition: color 0.5s;
}
@media (hover: hover) and (pointer: fine) {
    .footer__designed a:hover {
        color: #b9bcc3;
    }
}





/* custom calendar picker */

body #ui-datepicker-div {
    padding: 16px;
    width: auto;
    background: white;
    border: 1px solid #eee;
    border-radius: 8px;
}

body #ui-datepicker-div .ui-widget-header {
    margin-bottom: 12px;
    border: none;
    background: none;
    color: #1E2025;
}

body #ui-datepicker-div .ui-widget-header .ui-icon {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

body #ui-datepicker-div .ui-widget-header .ui-datepicker-next,
body #ui-datepicker-div .ui-widget-header .ui-datepicker-prev {
    border: none;
    background: none;
}

body #ui-datepicker-div .ui-widget-header .ui-datepicker-next .ui-icon {
    background-image: url("../assets/calendar-arrow-right.svg");
}

body #ui-datepicker-div .ui-widget-header .ui-datepicker-prev .ui-icon {
    background-image: url("../assets/calendar-arrow-left.svg");
}

body #ui-datepicker-div .ui-widget-header .ui-datepicker-title {
    font-family: "aktiv-grotesk",sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 150%;
    color: #1E2025;
    text-align: center;
}

body #ui-datepicker-div .ui-datepicker-calendar {
    margin: 0;
}
body #ui-datepicker-div .ui-datepicker-calendar thead tr th {
    width: 40px;
    height: 40px;
    color: #1E2025;
}

body #ui-datepicker-div .ui-datepicker-calendar .ui-state-default {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    background: none;
    color: #1E2025;
    border-radius: 50%;
    transition: background-color .3s;
}

body #ui-datepicker-div .ui-datepicker-calendar .ui-state-default:hover {
    background-color: #eee;
}

body #ui-datepicker-div .ui-datepicker-calendar .ui-state-default.ui-state-active {
    background-color: #1F3A9A;
    color: #fff;
}


