/*** Lightbox ***/
.international_shipping_opts {
    display: none;
}

.international_fee_charge {
    display: none;
    border-top: 1px solid #CCC;
    margin: 30px 0 0;
    padding-top: 30px;
}

.international_fee_charge h3 {
    font-weight: normal;
    color: #085394;
    background-color: initial;
    text-align: left;
    padding: 0;
}

.international_fee_charge h3 span {
    color: #C8C8C8;
}

.wrap_fee-charge {
    text-align: center;
}

[class^="row-table_"] {
    line-height: 1.8;
    border: 1px solid #CCC;
    border-bottom: 0;
}

[class^="row-table_"]:after {
    content: '';
    display: block;
    clear: both;
}

[class^="row-table_"]:last-child {
    border-bottom: 1px solid #CCC;
}

.row-table_title {
    font-weight: bold;
}

.row-table_detail {
    position: relative;
}

.row-table_detail .icon {
    font-size: 18px;
    color: #E60012;
    display: none;
    position: absolute;
    left: -25px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.wrap_fee-charge .active {
    border: 2px solid #E60012;
}

.wrap_fee-charge .active .icon {
    display: block;
}

.row-table_title [class^="tb-"] {
    height: 35px;
    line-height: 35px;
}

[class^="tb-"] {
    float: left;
    border-right: 1px solid #CCC;
}

[class^="tb-"]:last-child {
    border-right: 0;
}

.tb-name {
    width: 32%;
}

.tb-date {
    width: 20%;
}

.tb-price {
    width: 48%;
}

.row-table_detail .tb-price {
    text-align: left;
    padding-left: 15px;
}

.international_fee_charge p {
    font-size: 13px;
    padding-left: 10px;
}

.over_weight {
    font-weight: bold;
}

.international_shipping {
    color: #085394;
}

.grid_lwh {
    position: relative;
}

.grid_lwh .form-control {
    width: calc(100% / 3 - 13px);
    margin-right: calc(13px * 3 / 2);
    float: left;
    text-align: right;
}

.grid_lwh .form-control:nth-child(n+3) {
    margin-right: 0;
}

.grid_lwh [class^="multiply-"] {
    font-size: 13px;
    position: absolute;
    top: 7px;
    /* transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%); */
}

.multiply-1 {
    left: 75.5px;
}

.multiply-2 {
    right: 76px;
}

#cal_sum_total {
    font-size: 24px;
    color: #E60012;
}

/*** No Result ***/
.no_res p {
    display: none;
}

.no_res .wrap_fee-charge {
    color: #000;
    background-color: #C8C8C8;
    text-align: left;
    padding: 10px;
}

.hint_err{
    display: none;
    color: red;
    padding: 5px 0;
    float: left;
    width: 100%;
}