.calculate-cost-delivery-box, 
.tracking-box{
    padding:1rem 1.5rem;
    box-shadow:2px 2px 8px 0 rgba(0,0,0,.2);background:#fff;
}

#calculate-cost-delivery-title,
#tracking-title {
    border-bottom: 2px solid #7a7a7a;
    padding-bottom: 10px;
}

#zip_code, 
#tracking{
    padding: 11px;
    width: 65%;
    height: 40px;
}

#noCarrier{
    padding: 1rem 1.5rem;
}

#carriers_list{
    padding: 1rem 1.5rem;
}

.epresis-carrier-description label{
    font-weight: 600;
    margin: 0 5px;
}

.epresis-carrier-price span{
    font-weight: 900;
    margin: 0 5px;
    color: #49b6d2
}

.loader {    
    border: 5px solid #f3f3f3;
    border-top: 5px solid #49b6d2;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    animation: spin 2s linear infinite;
    margin: 10px 200px;
  }
  
  @keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
  }
/* 
  .presis-option{
    margin-left: 0px  !important;
    margin-right: 0px !important;
  } */
