/*
======================
variables section
======================
*/
.gri-wrap {
  line-height: 32px;
  /*
  ======================
  buttons styles section
  ======================
  */
  /*
  ======================
  form styles section
  ======================
  */
  /*
  ======================
  checkbox styles section
  ======================
  */
  /*
  ======================
  radio styles section
  ======================
  */
  /*
  ======================
  table styles section
  ======================
  */
  /*
  ======================
  alert styles section
  ======================
  */
  /*
  ======================
  global styles section
  ======================
  */
  /*
  ======================
  checkout styles section
  ======================
  */ }
  .gri-wrap .gri-btn {
    display: inline-block;
    font-weight: normal;
    height: 42px;
    color: #515151;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 5px 15px;
    line-height: 32px;
    border-radius: 4px;
    transition: all 200ms ease-out;
    cursor: pointer; }
    .gri-wrap .gri-btn:hover, .gri-wrap .gri-btn:focus, .gri-wrap .gri-btn:active {
      text-decoration: none;
      outline: 0;
      box-shadow: none; }
  .gri-wrap .gri-btn-primary {
    background-color: #1E90FF;
    color: #FFF; }
  .gri-wrap .gri-btn-primary:hover,
  .gri-wrap .gri-btn-primary:active,
  .gri-wrap .gri-btn-primary:focus,
  .gri-wrap .gri-btn-primary:not([disabled]):not(.disabled):active,
  .gri-wrap .gri-btn-primary:not([disabled]):not(.disabled).active {
    background-color: #329aff;
    color: #FFF; }
  .gri-wrap .gri-btn-secondary {
    background-color: #7A7A7A;
    color: #FFF; }
  .gri-wrap .gri-btn-secondary:hover,
  .gri-wrap .gri-btn-secondary:active,
  .gri-wrap .gri-btn-secondary:focus,
  .gri-wrap .gri-btn-secondary:not([disabled]):not(.disabled):active,
  .gri-wrap .gri-btn-secondary:not([disabled]):not(.disabled).active {
    background-color: #848484;
    color: #FFF; }
  .gri-wrap .gri-btn-success {
    background-color: #10AC84;
    color: #FFF; }
  .gri-wrap .gri-btn-success:hover,
  .gri-wrap .gri-btn-success:active,
  .gri-wrap .gri-btn-success:focus,
  .gri-wrap .gri-btn-success:not([disabled]):not(.disabled):active,
  .gri-wrap .gri-btn-success:not([disabled]):not(.disabled).active {
    background-color: #12bf92;
    color: #FFF; }
  .gri-wrap .gri-btn-info {
    background-color: #17A2B8;
    color: #FFF; }
  .gri-wrap .gri-btn-info:hover,
  .gri-wrap .gri-btn-info:active,
  .gri-wrap .gri-btn-info:focus,
  .gri-wrap .gri-btn-info:not([disabled]):not(.disabled):active,
  .gri-wrap .gri-btn-info:not([disabled]):not(.disabled).active {
    background-color: #19b2ca;
    color: #FFF; }
  .gri-wrap .gri-btn-warning {
    background-color: #FF9F43;
    color: #FFF; }
  .gri-wrap .gri-btn-warning:hover,
  .gri-wrap .gri-btn-warning:active,
  .gri-wrap .gri-btn-warning:focus,
  .gri-wrap .gri-btn-warning:not([disabled]):not(.disabled):active,
  .gri-wrap .gri-btn-warning:not([disabled]):not(.disabled).active {
    background-color: #ffa957;
    color: #FFF; }
  .gri-wrap .gri-btn-danger {
    background-color: #EB4D4B;
    color: #FFF; }
  .gri-wrap .gri-btn-danger:hover,
  .gri-wrap .gri-btn-danger:active,
  .gri-wrap .gri-btn-danger:focus,
  .gri-wrap .gri-btn-danger:not([disabled]):not(.disabled):active,
  .gri-wrap .gri-btn-danger:not([disabled]):not(.disabled).active {
    background-color: #ed5f5d;
    color: #FFF; }
  .gri-wrap .gri-btn:disabled,
  .gri-wrap .gri-btn[disabled] {
    opacity: 0.5;
    cursor: not-allowed; }
  .gri-wrap .gri-form-control {
    display: block;
    width: 100%;
    height: 42px;
    padding: 5px;
    font-weight: normal;
    line-height: 32px;
    color: #515151;
    background-color: #FFF;
    background-clip: padding-box;
    border: 1px solid #979898;
    border-radius: 4px;
    transition: all 200ms ease-out; }
    .gri-wrap .gri-form-control::-ms-expand {
      background-color: transparent;
      border: 0; }
    .gri-wrap .gri-form-control:focus {
      color: #515151;
      background-color: #FFF;
      border-color: #1E90FF;
      outline: 0;
      box-shadow: none; }
    .gri-wrap .gri-form-control::-webkit-input-placeholder, .gri-wrap .gri-form-control::-moz-placeholder, .gri-wrap .gri-form-control:-ms-input-placeholder, .gri-wrap .gri-form-control::placeholder {
      color: #979898;
      opacity: 1; }
  .gri-wrap textarea.gri-form-control {
    height: auto; }
  .gri-wrap .gri-form-control:disabled,
  .gri-wrap .gri-form-control[readonly] {
    background-color: #F5F5F5;
    color: #7A7A7A;
    opacity: 1; }
  .gri-wrap .gri-custom-select {
    display: inline-block;
    width: 100%;
    height: 42px;
    padding: 5px;
    font-weight: normal;
    line-height: 32px;
    color: #515151;
    vertical-align: middle;
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;
    background-color: #FFF;
    border: 1px solid #979898;
    border-radius: 4px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; }
    .gri-wrap .gri-custom-select:focus {
      border-color: #1E90FF;
      outline: 0;
      box-shadow: none; }
    .gri-wrap .gri-custom-select:disabled {
      color: #7A7A7A;
      background-color: #F5F5F5; }
  .gri-wrap .gri-fieldset {
    padding: 0;
    border: none; }
  .gri-wrap span.gri-required {
    color: #EB4D4B; }
  .gri-wrap .gri-label {
    display: inline-block;
    margin-bottom: 5px;
    font-weight: bold; }
  .gri-wrap .gri-custom-checkbox {
    display: block;
    width: 100%; }
    .gri-wrap .gri-custom-checkbox span {
      display: inline-block;
      position: relative; }
      .gri-wrap .gri-custom-checkbox span:before {
        content: '';
        display: inline-block;
        width: 24px;
        height: 24px;
        border: 1px solid #979898;
        border-radius: 4px;
        margin-right: 7px;
        position: relative;
        top: 4px; }
    .gri-wrap .gri-custom-checkbox input[type=checkbox] {
      display: none; }
      .gri-wrap .gri-custom-checkbox input[type=checkbox]:checked + span:after {
        content: '';
        border-left: 3px solid #1E90FF;
        border-bottom: 3px solid #1E90FF;
        width: 14px;
        height: 8px;
        position: absolute;
        left: 5px;
        top: 7px;
        transform: rotate(-45deg); }
  .gri-wrap .gri-custom-radio {
    display: block;
    width: 100%; }
    .gri-wrap .gri-custom-radio span {
      display: inline-block;
      position: relative; }
      .gri-wrap .gri-custom-radio span:before {
        content: '';
        display: inline-block;
        width: 24px;
        height: 24px;
        border: 1px solid #979898;
        border-radius: 50%;
        margin-right: 7px;
        position: relative;
        top: 4px; }
    .gri-wrap .gri-custom-radio input[type=radio] {
      display: none; }
      .gri-wrap .gri-custom-radio input[type=radio]:checked + span:after {
        content: '';
        background: #1E90FF;
        width: 12px;
        height: 12px;
        position: absolute;
        border-radius: 50%;
        left: 6px;
        top: 7px; }
  .gri-wrap .gri-table {
    border-collapse: collapse;
    width: 100%;
    color: #515151;
    border: 1px solid #E0E1E2; }
    .gri-wrap .gri-table th, .gri-wrap .gri-table td {
      padding: 7px;
      vertical-align: top;
      border: 1px solid #E0E1E2; }
    .gri-wrap .gri-table thead th {
      vertical-align: bottom;
      border-bottom: 2px solid #E0E1E2; }
  @media (min-width: 768px) {
    .gri-wrap .invoice-total-table {
      width: 60%;
      margin-left: auto; } }
  .gri-wrap .gri-alert {
    position: relative;
    padding: 15px;
    margin-bottom: 15px;
    border: 1px solid transparent;
    border-radius: 4px; }
    .gri-wrap .gri-alert p {
      margin: 0; }
    .gri-wrap .gri-alert p:not(:last-child) {
      margin-bottom: 5px; }
  .gri-wrap .gri-alert-primary {
    color: #004085;
    background-color: #CCE5FF;
    border-color: #B8DAFF; }
  .gri-wrap .gri-alert-secondary {
    color: #383D41;
    background-color: #E2E3E5;
    border-color: #D6D8DB; }
  .gri-wrap .gri-alert-success {
    color: #155724;
    background-color: #D4EDDA;
    border-color: #C3E6CB; }
  .gri-wrap .gri-alert-info {
    color: #0C5460;
    background-color: #D1ECF1;
    border-color: #BEE5EB; }
  .gri-wrap .gri-alert-warning {
    color: #856404;
    background-color: #FFF3CD;
    border-color: #FFEEBA; }
  .gri-wrap .gri-alert-danger {
    color: #721C24;
    background-color: #F8D7DA;
    border-color: #F5C6CB; }
  .gri-wrap a {
    color: #515151;
    text-decoration: none;
    transition: all 200ms ease-out;
    display: inline-block; }
    .gri-wrap a:hover, .gri-wrap a:active, .gri-wrap a:focus {
      color: #0077ea;
      text-decoration: none;
      outline: none; }
  .gri-wrap ul {
    margin: 0;
    padding: 0; }
  .gri-wrap strong {
    font-weight: 500; }
  .gri-wrap .xdebug-var-dump {
    text-align: left;
    padding: 7px; }
    .gri-wrap .xdebug-var-dump small {
      font-size: 90%; }
  .gri-wrap #gri-checkout-form .gri-messages {
    display: none; }
  .gri-wrap #gri-checkout-form .gri-payment-methods {
    list-style: none;
    margin: 15px 0;
    padding: 15px;
    border: 1px solid #D7D8D9;
    border-radius: 4px; }
    .gri-wrap #gri-checkout-form .gri-payment-methods .gri-gateway-icon {
      margin-left: 15px;
      position: relative;
      top: 10px; }
    .gri-wrap #gri-checkout-form .gri-payment-methods .gri-payment-box {
      background: #F5F5F5;
      padding: 15px;
      position: relative;
      margin-top: 7px;
      border-radius: 4px; }
      .gri-wrap #gri-checkout-form .gri-payment-methods .gri-payment-box:before {
        content: '';
        width: 0;
        height: 0;
        border-right: 10px solid transparent;
        border-left: 10px solid transparent;
        border-bottom: 10px solid #F5F5F5;
        display: inline-block;
        position: absolute;
        top: -10px;
        left: 35px; }
  .gri-wrap #gri-checkout-form .gri-total-amount {
    text-align: center;
    font-weight: bold;
    font-size: 150%;
    color: #10AC84;
    border: 1px solid #10AC84;
    padding: 15px;
    margin: 15px 0;
    border-radius: 4px;
    background: #d9fbf3; }
  .gri-wrap #gri-checkout-form #gri-submit .loader {
    display: none;
    position: absolute;
    width: 32px; }
  .gri-wrap #gri-checkout-form #gri-submit:disabled span {
    display: inline-block;
    margin-left: 38px; }

/*
======================
rtl styles section
======================
*/
body.rtl .gri-wrap .gri-custom-select {
  background-position: 7px; }
body.rtl .gri-wrap .gri-custom-checkbox span:before,
body.rtl .gri-wrap .gri-custom-radio span:before {
  margin-right: auto;
  margin-left: 7px; }
body.rtl .gri-wrap .gri-custom-checkbox input[type=checkbox]:checked + span:after {
  left: auto;
  right: 5px;
  top: 8px; }
body.rtl .gri-wrap .gri-custom-radio input[type=radio]:checked + span:after {
  left: auto;
  right: 6px;
  top: 8px; }
@media (min-width: 768px) {
  body.rtl .gri-wrap .invoice-total-table {
    margin-left: 0;
    margin-right: auto; } }
body.rtl .gri-wrap #gri-checkout-form .gri-payment-methods .gri-gateway-icon {
  margin-left: auto;
  margin-right: 15px; }
body.rtl .gri-wrap #gri-checkout-form .gri-payment-methods .gri-payment-box:before {
  left: auto;
  right: 35px; }
body.rtl .gri-wrap #gri-checkout-form #gri-submit:disabled span {
  margin-left: 0;
  margin-right: 38px; }

/*# sourceMappingURL=styles.css.map */
