.customer-name-greeting{
    font-weight: 800;
}

.step-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.step-content {
    display: flex;
    align-items: center;
}

.-unreachable .h3 {
    justify-content: start;
}

.checkout-customer-information-container {
    display: flex;
    font-size: var(--font-size-body);
    font-weight: 200;
    align-items: center;
}

.checkout-addresses-wrapper {
    display: flex;
    flex-direction: column;
    text-align: right;
}

.checkout-address-info-text {
    color: rgb(128, 128, 128);
}

.step-content {
    font-size: 16px;
}

.justify-content-center {
    justify-content: center !important;
}

.elementor-column-wrap  .elementor-custom-hook .cart-total-container {
    display: block;
    width: 80px;
    cursor: pointer;
}

.cart-total-container .additional-info-cart-total-title {
    font-size: 11px !important;
    margin: 0;
    color: black;
    text-align: left;
    font-weight: bold;
}

.additional-info-cart-total-price {
    font-size: 11px !important;
    margin: 0;
    color: black;
    text-align: left;
    font-weight: bold;
}

.cart-action-icon:before {
    content: "";
    border-left: #CCC 2px solid;
    position: absolute;
    top: 10px;
    bottom: 10px;
    left: 0;
}

@media (max-width: 568px) {
    .checkout-customer-information-container {
        display: none;
    }

    #custom-cart-warning-content {
        font-size: 12px;
    }
}

@media (max-width: 1024px) {
    .width-55 {
        width: 55px !important;
    }
}
