.expedition-shopping::before {
    content: "";
    min-height: 400px;
    background-image: url(/assets/img/services-banner-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 150px;

    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: -1;
}

.expedition-shopping {
    z-index: 1;
    position: relative;
    padding-top: 150px;
    padding-bottom: 0;
}

.expedition-shopping .title {
    font-style: normal;
    font-weight: 400;
    font-size: 55px;
    line-height: 65px;

    /* or 118% */

    color: #32464F;


    /* Inside auto layout */
    flex: none;
    order: 0;
    flex-grow: 0;
}

.expedition-shopping .nav-tabs .nav-link {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 36px;

    /* identical to box height, or 119% */
    letter-spacing: -0.03em;

    color: rgba(78, 102, 112, 0.4);
}

.expedition-shopping .nav-tabs .nav-link.active {
    color: var(--primary-color);
    border: 0px;
}

.expedition-shopping .nav-tabs {
    border-bottom-style: dashed;
    border-width: 2px;
}

.text-error {
    color: #E23A05;
}

.expedition-shopping #shopping-expedition .client-informations,
.expedition-shopping #shopping-expedition .cart {
    border: 1px solid rgba(78, 102, 112, .4);
    border-radius: 10px;
    padding: 1rem;
}


.expedition-shopping #shopping-expedition .client-informations .subtitle,
.expedition-shopping #shopping-expedition .cart .subtitle {
    font-style: normal;
    font-weight: 600;
    font-size: 24.978px;
    line-height: 36px;

    /* identical to box height, or 143% */
    letter-spacing: -0.03em;

    color: #4B636D;
}

.expedition-shopping-actions {}

.btn-default {
    font-style: normal;
    font-weight: 600;
    font-size: 17.8414px;
    line-height: 22px;

    /* identical to box height */
    letter-spacing: -0.03em;

    color: #4E6670;
    background: #D4DBDE;
    border-radius: 6.3916px;
}

.expedition-shopping-actions .btn-primary {

    border-radius: 6.3916px;
    font-style: normal;
    font-weight: 600;
    font-size: 17.8414px;
    line-height: 22px;

}

.expedition-shopping-actions button {
    justify-content: center;
    align-items: center;
    padding: 15.979px 21.0923px;
}

.expedition-shopping #shopping-expedition .cart .label {
    font-style: normal;
    font-weight: 600;
    font-size: 19.6256px;
    line-height: 36px;

    /* identical to box height, or 182% */
    letter-spacing: -0.03em;

    color: #4E6670;
}


.expedition-shopping #shopping-expedition .cart .cart-item {
    padding: 1rem;
    border: 0.892072px solid rgba(78, 102, 112, 0.4);
    border-radius: 6px;
}

.expedition-shopping #shopping-expedition .cart .cart-item .item-name {
    margin-bottom: 0;
    font-weight: 600;
    font-size: 16px;
    line-height: 16px;

    /* identical to box height, or 62% */
    letter-spacing: -0.03em;

    color: #32464F;
}

.expedition-shopping #shopping-expedition .cart .cart-item .item-price {
    margin-bottom: 0;
    font-weight: 600;
    font-size: 12px;
    line-height: 12px;

    /* identical to box height, or 83% */
    letter-spacing: -0.03em;

    color: #D85B5B;


}


.expedition-shopping #shopping-expedition .cart .cart-item .item-count a {
    text-decoration: none;
    font-size: 25px;
    line-height: 25px;
    font-weight: 700;
    color: #4E6670;
}

.expedition-shopping #shopping-expedition .cart .cart-item .item-count span {
    font-style: normal;
    font-weight: 400;
    font-size: 19px;
    line-height: 25px;

    /* identical to box height, or 125% */
    letter-spacing: -0.03em;

    color: #4E6670;
    margin: 0 10px;
}