/*Shipping Table*/
.Shipping_Table_Style table{
    border-collapse: collapse;
    border-spacing: 0;
    display: block;
    margin: 30px 0;
    overflow-x: auto;
    width: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.25;
}

.Shipping_Table_Style table th {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 700;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.25;
    text-align: left;
    color: #0b0c0c;
    vertical-align: top;
    padding: 10px 20px 10px 10px;
    border-bottom: 1px solid #b1b4b6;
}
.Shipping_Table_Style table td{
    vertical-align: top;
    padding: 10px 20px 10px 10px;
    border-bottom: 1px solid #b1b4b6;
}
@media (min-width: 768px) {
    .Shipping_Table_Style table th,
.Shipping_Table_Style table{
    font-size: 1.1875rem;
    line-height: 1.3157894737;
}

.Shipping_Table_Style table tr th:first-child,
.Shipping_Table_Style table tr td:first-child{
    min-width: 250px;
}
}

/**/