.wrap-orderAndShip {
    display: flex;
    flex-direction: column;
    padding-top: 80px;
}

.wrap-ordering {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.order-img {

}

.ordering {
    width: 860px;
    height: 775px;
    background: #FFFFFF;
    border-radius: 4px;
    border: 1px solid #DBDBDB;
    padding: 30px 40px;
}

.ordering-title {
    font-size: 26px;
    font-family: Arial-BoldMT, Arial;
    font-weight: normal;
    color: #333333;
}

.content-txt {
    font-size: 16px;
    font-family: ArialMT;
    color: #666666;
}
.blueSquare {
    flex: 0 0 auto;
    width: 8px;
    height: 8px;
    background: #B5CFF4;
    border-radius: 2px;
    margin-top: 6px;
}

.orderTxt-item{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: row;
    gap: 10px;
    margin-bottom: 25px;
    flex-wrap: nowrap;
}


.wrap-order-txt {
    margin-top: 20px;
}

.mt-20 {
    margin-top: 20px;
}

.blue {
    color: #0055CF;
}

.wrap-pay {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 100px;
}

.wrap-payTxt {
    width: 860px;
    height: 173px;
    background: #FFFFFF;
    border-radius: 4px;
    border: 1px solid #DBDBDB;
    padding: 30px 40px;
}

.pay-title {
    font-size: 26px;
    font-family: Arial-BoldMT, Arial;
    font-weight: normal;
    color: #333333;
    margin-bottom: 15px;
}
.wrap-methodsAndRates {
    margin-top: 205px;
}
.methodsAndRates-title {
    font-size: 32px;
    font-family: Arial-BoldMT, Arial;
    font-weight: normal;
    color: #333333;
    margin-left: 342px;
    margin-bottom: 66px;
}

.wrap-Domestic {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 30px;
}

.domestic-left {
    flex: 0 0 auto;
    width: 285px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
}

.left-title {
    font-size: 26px;
    font-family: Arial-BoldMT, Arial;
    font-weight: normal;
    color: #333333;
    word-break: break-word;
}

.left-txt {
    font-size: 16px;
    font-family: ArialMT;
    color: #999999;
    line-height: 26px;
    word-break: break-word;
}

.domestic-right {
    width: 100%;
    background: #FFFFFF;
    border-radius: 4px;
}

.wrap-fedEx {
    height: 114px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 63px;
    padding: 30px 40px;
    border: 1px solid #DBDBDB;
    border-bottom: none;
}

.shipTable,.interShipTable{
    table-layout: fixed;
    margin-bottom: 0;
}

.shipTable th, .interShipTable th{
    background: #EFF6FF;
    font-size: 14px;
    font-family: Arial-BoldMT, Arial;
    font-weight: normal;
    color: #002F71;
    padding-left: 40px;
    padding-right: 40px;
}

.shipTable td, .interShipTable td{
    font-size: 14px;
    font-family: ArialMT;
    color: #333333;
    padding-left: 40px;
    padding-right: 40px;
}

.noLeftBorder {
    border-left: none;
}

.noRightBorder {
    border-right: none;
}

.mt-30 {
    margin-top: 30px;
}

.interShipTable td {
    padding: 25px 40px;
}

.wrap-haz {
    padding: 30px 40px;
    border: 1px solid #EAEAEA;
    border-bottom: none;
}

.wrap-haz-content {
    width: 100%;
    padding: 15px 10px;
    background: #F5F5F5;
    line-height: 27px;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #002F71;
    margin-top: 15px;
    margin-bottom: 15px;
}

.mt-40 {
    margin-top: 40px;
}
