a.button.button-tntofficiel-medium,
button.button.button-tntofficiel-medium {
    font-size: 17px;
    line-height: 21px;
}

a.button.button-tntofficiel-medium,
a.button.button-tntofficiel-small,
button.button.button-tntofficiel-medium,
button.button.button-tntofficiel-small {
    display: inline-block;
    height: auto;
    border: 1px solid #FF6600;
    padding: 8px 16px;
    background-color: #FF6600;
    background-image: none;
    font-family: 'TNT', 'Open Sans', Arial, Helvetica, sans-serif;
    line-height: normal;
    color: #FFFFFF;
    font-weight: bold;
    text-shadow: 0 0 rgb(0, 0, 0);
    cursor: pointer;
    border-radius: 3px;
}

a:hover.button.button-tntofficiel-medium span,
a:hover.button.button-tntofficiel-small span  {
    background-color: #FF6600;
    text-shadow: 0 0 #000;
    cursor: pointer;
    color: #FFFFFF;
}

.pull-right {
    float: right !important;
}

.pull-not-left {
    margin-left: 20px;
}

.validation-city.city_tmp{
    display:none;
}

#extra_address_data .alert-danger {
    position: relative;
    clear: both;
    padding: 2px 6px;
    background-color: #f3515c;
    border-color: #d4323d;
    border-width: 1px;
    border-style: solid;
    border-radius: 2px 2px 0 0;
    margin-bottom: -1px;
    color: #FFFFFF;
    font-size: 1.2125rem;
}

.required > span:before {
    content: '*';
    color: #e02b27;
    font-size: 1.2rem;
    margin: 0 0 0 5px;
}

#extra_address_data .page-subheading {
    color: #555454;
    text-transform: uppercase;
    font-weight: 600;
    text-shadow: 0 0;
    font-size: 18px;
    padding: 4px 82px 8px 0;
    line-height: normal;
    border-bottom: 0 solid #d6d4d4;
    border-top: 0;
    border-right: 0;
    border-left: 0;
    background: 0 none;
    margin: 0;
    border-radius: 0;
}

.form-group > p {
    font-size: 1.2125rem;
    color: #7a7a7a;
    font-weight: 400;
}

#extra_address_data {
    box-shadow: none;
    margin-top: .75rem;
}

.card {
    box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, .2);
}

.card-block {
    padding: 1.25rem;
}

.card {
    position: relative;
    display: block;
    margin-bottom: .75rem;
    background-color: #fff;
    border-radius: 0;
    border: 1px solid rgba(0, 0, 0, .125);
}

.table-checkout-shipping-method tbody tr td.tntofficiel-delivery-option {
    padding: 4px 0;
    border-top: none;
}

.tntofficiel-description {
    font-size: 1.4rem;
    line-height: normal;
    color: #505050;
}

.tntofficiel-edd {
    display: inline-block;
    width: 100%;
    margin: 0.65ex 0 0.25ex;
    font-size: 1.4rem;
    line-height: normal;
    font-weight: bold;
}

/****** Modal ******/
#modal-delivery {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);
}

#modal-content-delivery {
    background-color: #fefefe;
    margin: 5% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 67%;
}

.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

#shipping-zip-form div[name="shippingAddress.city"],
#shipping-zip-form div[name="shippingAddress.company"] {
    display: none;
}

#shipping-zip-form div[name="shippingAddress.company_switch"] div.control div.choice {
    position: relative;
}

#shipping-zip-form div[name="shippingAddress.company_switch"] div.control div.choice input[type=checkbox] {
    height: 0;
    width: 0;
    visibility: hidden;
    position: absolute;
}

#shipping-zip-form div[name="shippingAddress.company_switch"] div.control div.choice label {
    cursor: pointer;
    text-indent: -9999px;
    width: 50px;
    height: 25px;
    background: grey;
    display: block;
    border-radius: 100px;
    position: relative;
}

#shipping-zip-form div[name="shippingAddress.company_switch"] div.control div.choice label:after {
    content: '';
    position: absolute;
    top: 5px;
    left: 5px;
    width: 15px;
    height: 15px;
    background: #fff;
    border-radius: 90px;
    transition: 0.3s;
    margin-bottom: 0;
}

#shipping-zip-form div[name="shippingAddress.company_switch"] div.control div.choice input:checked + label {
    background-color: #006bb4;
}

#shipping-zip-form div[name="shippingAddress.company_switch"] div.control div.choice input:checked + label:after {
    left: calc(100% - 5px);
    transform: translateX(-100%);
}

#shipping-zip-form div[name="shippingAddress.company_switch"] div.control div.choice label:active:after {
    width: 50px;
}
.validation-city div.control{
    position:relative;
}
