@import url('https://fonts.googleapis.com/css2?family=Open+Sans&family=Quicksand&display=swap');
main {
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    color: #3E444B;
    line-height: 1.5;
    padding: 110px 0;
}
p {
    margin-bottom: 12px;
}
h1 {
    margin-bottom: 20px;
}
h1, h2 {
    margin-top: 10px;
    color: #0065a2 !important;
}
h2 {
    font-size: 1.5rem;
}
.my32 {
    margin-top: 32px;
    margin-bottom: 12px;
}
input, textarea {
    background: #fff;
    border: 1px solid rgba(62,68,75,0.1);
    min-height: 40px;
    outline: none;
    box-shadow: none;
    box-sizing: border-box;
    padding-left: 5px;
    height: 42px;
    margin-right: 4px;
    width: 100%;
}
.btn {
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: .03125em;
    -moz-appearance: none;
    -webkit-appearance: none;
    font-size: 14px;
    line-height: normal;
    letter-spacing: 0.5px;
    padding: 11px 22px;
    position: relative;
    transition: .3s all;
    text-decoration: none;
    outline: none;
    text-align: center;
    border-radius: 0;
    box-shadow: none;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: inherit;
    border: 1px solid transparent;
    overflow: hidden;
    height: 84px;
}
.input_field {
    display: inline-block;
    position: relative;
    width: 100%;
}
.shiping_detail {
    padding: 0 20px;
    font-size: 14px;
}
.shiping_detail p {
    margin-bottom: 5px;
}
.detail_title,
.checkout_order_title {
    margin-bottom: 16px;
}
.table > tbody th {
    width: 100px;
}
.table > tbody th, 
.table > tbody td {
    border-top: none;
    padding: 2px 0px;
}
.cart_subtotal {
    box-sizing: border-box;
}
@media (min-width: 992px) {
    .input_field {
        width: calc(50% - 3px);
    }
    .btn {
        height: 42px;
    }
}
@media (min-width: 576px) {
    h2 {
        font-size: 1.75rem;
    }
    .shiping_detail {
        font-size: 16px;
    }
    .table > tbody th {
        width: 150px;
    }
}
.btn.btn-primary:not(.disabled):not([disabled]) {
    background-color: #0065a2;
    color: #fff;
}
button:not(:disabled), [type="button"]:not(:disabled), [type="reset"]:not(:disabled), [type="submit"]:not(:disabled) {
    cursor: pointer;
}
form {
    display: flex;
    justify-content: center;
}
div.form-wrapper {
    margin-bottom: 12px;
}
.form-wrapper {
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.form-wrapper .form_group {
    width: calc(100% - 140px);
}
.form-wrapper .form_group input:last-child {
    margin: 0 !important;
}
p.error, label.error {
    font-size: 16px;
    color: #f00;
}
label.error {
    position: absolute;
    display: none !important;
}
input.error {
    border: 1px solid #f00;
}
.badge_right {
    position: absolute; 
    right: 0; 
    top: 4px;
    font-size: 85% !important; 
    width: 80px;
}
.loader,
.loader:after {
  border-radius: 50%;
  width: 12px;
  height: 12px;
}
.loader {
  display: inline-block;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-top: 1px solid rgba(31, 22, 22, 0.2);
  border-right: 1px solid rgba(31, 22, 22, 0.2);
  border-bottom: 1px solid rgba(31, 22, 22, 0.2);
  border-left: 1px solid #212529;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}
@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.tracking_btn {
    border: none;
    border-radius: 3px;
    padding: 5px 10px;
    background-color: rgb(35, 142, 243);
    color: #fff;
    float: right;
}
.tracking_btn:hover {
    background-color: rgb(63, 160, 250);
}
textarea:focus, input:focus, button:focus{
    outline: none;
}
/* logo icon */
.usps-logo-icon {
    display: inline-block;
    width: 40px;
    height: 21px;
    background:url('../image/usps.svg') no-repeat;
    position: relative;
    top: 3px;
}

.dhl-logo-icon {
    display: inline-block;
    width: 26px;
    height: auto;
    background-color: #fc0;
    box-sizing: initial;
    padding: 8px 2px;
}

.main-icon {
    font-size: 90px;
}