.shipping-form .shipping-country {
    display: none;
}
.shipping-form .button2 {
    background: #e69d00 none repeat scroll 0 0;
    margin: 10px auto;
    padding: 1px 8px;
}

.quote-form {
    display: inline-block;
    margin-left: 10px;
}

.quote-form button {
    padding-left: 3px !important;
    padding-right: 3px !important;
    display: inline-block;
    background-color: #e1a400;
    font-size: 14px !important;
    font-weight: 600 !important;
}

.shipping-form .button2 span span {
    font-size: 15px;
    color: #fff;
    text-decoration: none;
    font-family: Arial, sans-serif;
    line-height: 30px;
    height: 30px;
    display: inline-block;
}

.shipping h2, #cboxLoadedContent h2 {
    font-size: 22px;
    text-align: center;
    font-family: Arial, sans-serif;
    font-weight: 700;
}

.add-to-cart-buttons .button {
    width: 45% !important;
}

#cboxLoadedContent .sp-methods ul {
    list-style: disc;
}

@media only screen and (max-width: 1220px) {
    .estimate-shipping {
        width: 90%;
        padding: 1px 14px;
        margin: auto;
    }
    #shipping-zip-form {
        padding: 10px;
    }
}

@media only screen and (max-width: 730px) {
    .shipping h2, #cboxLoadedContent h2  {
        font-size: 19px;
    }
}

@media only screen and (max-width: 480px) {
    .quote-form {
        margin-left: 0;
    }
    .shipping h2, #cboxLoadedContent h2  {
        font-size: 15px;
    }
}

.cboxContent {
    background: inherit;
    background-color: inherit;
}

