#status-modal .modal-body {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
}
#status-modal .modal-content {
    padding: 16px;
}
@media screen and (min-width: 992px) {
    #status-modal .modal-content {
        padding: 24px 48px;
    }
}
#status-modal .modal-header {
    padding: 0 0 16px;
    margin-bottom: 12px;
}
#status-modal .modal-footer {
    flex: 100%;
    padding: 0;
    padding-top: 12px;
    border-top: unset;
}
#status-modal .modal-footer div {
    margin: 0;
}
#status-modal .cart-summary-container {
    max-width: 302px;
    width: 100%;
    padding: 10px 0px 10px 24px;
    margin-left: auto;
    border-left: 1px solid #dfdfe0;
}
#status-modal .cart-summary-container .cart-summary-line {
    padding: 8px 0px;
}
#status-modal .cart-products {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex: 1 0 0;
    padding-bottom: 0px;
    gap: 24px;
}
#status-modal .cart-products__thumb {
    height: unset;
    width: unset;
    max-width: 228px;
    flex: unset;
    padding-right: 0px;
}
#status-modal .cart-products__name {
    font-size: 24px;
    font-family: 'Roboto Condensed';
    font-weight: 500;
    line-height: 28px;
}
.open-status-modal:hover {
    color: #6d6d6d;
    cursor: pointer;
}
.open-status-modal:focus {
    color: #b1b1b1;
}

.an-carrier-more-info {
    display: block;
    padding: 0;
    margin: 0 auto;
    margin-top: 8px;
    border: 0;
    background: transparent;
    color: #000;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    text-align: center;
}

.an-carrier-more-info:hover,
.an-carrier-more-info:focus {
    color: #000;
}

@media screen and (min-width: 768px) {
    .product-additional-info {
        /* max-width: 150px; */
    }
}
