.checkout-items-container .item-row {
    position: relative;
    align-items: center;
    border-bottom: 3px solid #f1f8ff;
    display: grid;
    grid-template-columns: minmax(422px, 2.5fr) minmax(230px, 1.1fr) minmax(110px, 0.6fr) minmax(150px,1fr) minmax(150px,1fr);
    gap: 0;
    width: 100%;
    justify-content: stretch;
}

.checkout-items-container .item-row .item-row-cell {
    display: flex;
    border-right: 3px solid #f1f8ff;
    padding: 10px 0;
    height: -webkit-fill-available;
    align-items: center;
    justify-content: center;
}

.checkout-items-container .item-row .item-row-cell:last-of-type {
    border-right: unset;
    justify-content: flex-end;
}

.checkout-items-container .item-row .item-image {
    width: 92px;
    height: 92px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.checkout-items-container .item-row .item-info {
    flex-grow: 1;
    margin-left: 15px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-self: flex-start;
    font-size: 13px;
    height: 92px;
}

.checkout-items-container .item-row .item-info .item-name {
    max-width: 300px;
}

.checkout-items-container .item-row .item-info .item-name a {
    text-decoration: none;
    color: #000000;
    font-size: 13px;
}

.checkout-items-container .item-row .item-info .item-codes > span {
    background-color: #f1f8ff;
    padding: 0px 0 0px 11px;
    width: 129px;
    display: inline-block;
    line-height: 24px;
}

.checkout-items-container .item-row .item-availability {
    justify-self: center;
    width: unset;
}

.checkout-items-container .item-row .item-count {
    width: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.checkout-items-container .item-row .item-price,
.checkout-items-container .item-row .item-cost {
    font-size: 20px;
    color: #000000;
    display: flex;
    position: relative;
    justify-content: flex-end;
}

.checkout-items-container .item-row .item-cost {
    font-weight: bold;
}

.checkout-items-container .item-row .item-price span,
.checkout-items-container .item-row .item-cost span {
    color: #9d9d9c;
    display: inline;
    font-family: Calibri;
    font-weight: normal;
    line-height: 28px;
}

.checkout-items-container .item-row .item-price {
    margin-left: 20px;
}

.checkout-items-container .item-row  .item-availability,
.checkout-items-container .item-row  .item-price,
.checkout-items-container .item-row .item-cost {
    padding: unset;
}

.checkout-items-container .item-row .item-price-marker {
    position: relative;
}

.checkout-items-container .item-row .item-price-marker::before {
    position: absolute;
    content: "";
    transform-origin: 3px 3px;
    border-bottom: 6px solid transparent;
    border-left: 6px solid transparent;
}

.checkout-delivery,
.checkout_information {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}


.checkout-addition-info {
    display: grid;
    grid-template-columns: minmax(545px, 685px)  minmax(545px, 685px);
    gap: 3px;
    width: 100%;
    justify-content: stretch;
    background-color:  #f1f8ff;
}

.checkout-addition-info-title {
    font-size: 20px;
    font-weight: bold;
    border-bottom: 3px solid #f1f8ff;
    background-color: #FFFFFF;
    padding: 14px 20px
}

.checkout-addition-info-content {
    background-color: #FFFFFF;
    padding: 5px 5px 5px 20px;
    margin-bottom: 3px;
}


.checkout-place-order {
    display: flex;
    justify-content: space-between;
    background-color: #FFFFFF;
    align-items: center;
    margin-top: auto;
}
.checkout-place-order .checkout-terms-agreements {
    display: flex;
    flex-direction: column;

    padding: 5px 5px 5px 20px;
}
.checkout-place-order .checkout-terms-agreements label {
    font-size: 12px;
    color: #0089ce;
    cursor: pointer;
    user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
}
.checkout-place-order .checkout-terms-agreements label input[type=checkbox] {
    margin-right: 12px;
}
.checkout-place-order .checkout-terms-agreements label a{
    font-size: 12px;
    color: #0089ce;
    cursor: pointer;
    user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    text-decoration: none;
}



.addition-info-table .table-row {
    display: grid;
    grid-template-columns: minmax(130px, min-content) auto;;
    position: relative;
    justify-content: stretch;

}
.addition-info-table .table-row > div {
    position: relative;
}
.addition-info-table .table-row > div:first-child {
    font-size: 13px;
    font-weight: bold;
    padding-top: 5px;
}

.addition-info-table .table-row > div:last-child {
    padding: 5px;
}


.np_cn_number_pay_attention, .np_bc_number_pay_attention {
    color: rgba(163, 0, 0, 0.5);
    font-style: italic;
    margin-left: 260px;
    margin-top: 1px;
    position: absolute;
    display: none;
}
.np_cn_file_upload_container, .np_bc_file_upload_container {
    position: relative;
    display: block;
    /*height: 37px;*/
}
.np_cn_file_upload_progress, .np_bc_file_upload_progress {
    background-color: rgba(2, 135, 159, 0.82);
    border: 2px solid #067e7c;
    border-radius: 5px;
    box-shadow: 0 0 5px 3px rgba(0, 0, 0, 0.3);
    display: none;
    height: 5px;
    position: absolute;
    width: 35%;
}
.np_cn_file_upload_button_container, .np_bc_file_upload_button_container {
    height: 26px;
    overflow: hidden;
    text-align: center;
    position: relative;
    background-color: #0089ce;
    color: #FFFFFF;
    font-size: 13px !important;
    text-transform: uppercase;
    border: none;
    outline: none;
    border-radius: 3px;
    padding: 7px 18px 7px 19px;
    cursor: pointer;
    display: flex;
    white-space: nowrap;
    align-items: center;
    justify-content: space-evenly;
}
.np_cn_file_upload_button_container input, .np_bc_file_upload_button_container input {
    font-size: 1000px;
    left: -10px;
    opacity: 0.00001;
    position: absolute;
    top: -10px;
    z-index:2;
    cursor: pointer;
}
.np_cn_file_upload_button_container div, .np_bc_file_upload_button_container div {
    left: 0;
    top: 0;
}


.np_cn_scanfile_pay_attention, .np_bc_scanfile_pay_attention {
    color: #00770b;
    display: block;
    font-style: italic;
    opacity: 0;
    overflow: hidden;
    position: relative;
    width: min-content;
}

.np_sender_name_attention {
    color: rgba(163, 0, 0, 0.5);
    font-style: italic;
    margin-left: 260px;
    margin-top: 1px;
    position: relative;
    display: none;
}



.reports_available_warning {
    color: #aa0000;
    display: block;
    float: right;
    font-style: italic;
    font-weight: normal;
    position: relative;
}
.order-addition-info-textarea {
    border: 1px solid #0089ce;
    outline: none;
    border-radius: 3px;
    /*margin-bottom: 10px;*/
    /*max-width: 970px;*/
    /*min-width: 970px;*/
    padding: 5px;
    position: relative;
    width: 100%;
    width: -webkit-fill-available;
    width: -moz-available;
    width: fill-available;
}

.fill-available-width {
    width: 100%;
    width: -webkit-fill-available;
    width: -moz-available;
    width: fill-available;
}

.checkout-input {
    border: 1px solid #0089ce;
    font-size: 13px;
    padding: 6px 15px;
    outline: none;
    border-radius: 3px;
    font-family: 'Century Gothic', sans-serif;
}


.addition-info-table {
    .select2-container .select2-choice {
        border: 1px solid #0089ce;
        background-image: none;
    }
    .select2-container .select2-choice .select2-arrow {
        border: none;
        background-image: none;
        background-color: transparent;
        /*width: 50px;*/
    }
    .select2-container .select2-choice .select2-arrow b {

    }
}
