

.text-right {
    text-align : right;
  }
  .logo-shopping {
    position: relative;
    text-align: center;
    padding: 10px 20px 15px;
  }
  .logo-shopping img {
    width: 180px;
  }
  .shopping-block {
    position: relative;
    background: url(../../images/bg/bg-pattern.jpg);
    padding: 35px 20px 20px;
  }
  .shopping-block::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgb(227 249 207 / 85%);
  }
  .shopping-box {
    max-width: 500px;
    margin: 0 auto;
    display: block;
    position: relative;
  }
  .shopping-box.big {
    max-width: none;
  }
  .grid-form {
    position: relative;
    background: #fff;
    max-width: 100%;
    margin: 10px auto;
    padding: 35px;
    border-radius: 10px;
    box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, 0.034),
      0 6.7px 5.3px rgba(0, 0, 0, 0.048), 0 12.5px 10px rgba(0, 0, 0, 0.06),
      0 22.3px 17.9px rgba(0, 0, 0, 0.072), 0 41.8px 33.4px rgba(0, 0, 0, 0.086),
      0 100px 80px rgba(0, 0, 0, 0.12);
  }
  .title-block h2 {
    font-size: 22px;
    margin-bottom: 20px;
  }
  .btn {
    /* border-radius : 30px; */
  }
  .btn:hover .fa {
    transform : translate(0, 0)!important;
  }
  .btn::before,
  .btn::after {
    border-radius : 30px;
  }
  @media (max-width: 559px) {
    .grid-form {
      padding: 25px 15px;
    }
  }
  .btn-continue {
      background-color : #ffc107;
      color : #222;
      font-weight : bold;
  }
  .btn-new.active {
    background : var(--color-1);
  }
  .btn-new.user {
    position: relative;
  }
  .btn-new.user::before {
    display  : none;
  } 
  .btn-new.user::after {
    content : '';
    position : absolute;
    left : calc(50% - 10px);
    bottom : -10px;
    width : 0;
    height : 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    
    border-top: 10px solid var(--color-1);
    display : none;
  }
  .btn-new.active.user::after {
    display : block;
  }
  .radio-user,
  .combine-form {
    display : none;
    margin-top : 30px;
  }
  .radio-user:checked + .combine-form {
    display : block;
  }
  .grid-form h4 {
    margin-bottom: 10px;
    font-size : 18px;
    color : var(--color-2);
  }
  .new-or-existing {
    display : grid;
    grid-template-columns : 1fr 1fr;
    grid-gap : 10px;
  }
  .new-or-existing label,
  .new-or-existing a {
    background : var(--color-2);
    outline : none;
    color : #fff!important;
    border-radius: 4px;
    padding: 5px;
  }
  .new-address-holder {
    margin-top : 30px;
    display : none;
  }
  #f-option0:checked ~ .new-address-holder {
    display : block;
  }
  
  .grid-form.popup-form {
    box-shadow: none;
    padding: 10px;
  }
  .grid-form::before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid #fff;
    top: -15px;
  }
  .grid-form .user-input-wrp {
    border: 1px solid #a5a5a5;
    border-radius: 5px;
    height : 42px;
    margin-bottom: 10px;
  }
  .grid-form .user-input-wrp:last-child {
    margin-bottom: 0;
  }
  /* FLOATING TEXT BOX */
  .user-input-wrp {
    position: relative;
  }
  .user-input-wrp .fa.fa-abs {
    position: absolute;
    left: 15px;
    top: 5px;
    display: inline-block;
    line-height: 30px;
    /* padding-right: 20px; */
    width: 25px;
    border-right: 1px solid #d2c4c4;
  }
  .user-input-wrp .inputText {
    width: 100%;
    outline: none;
    background: transparent;
    border: none!important;
    box-shadow: none !important;
    height: 40px;
    padding-left: 50px!important;
    border-radius: 5px;
    margin: 0;
  }
  .user-input-wrp .floating-label {
    position: absolute;
    pointer-events: none;
    top: 9px!important;
    left: 50px!important;
    transition: 0.2s ease all;
    color: #777;
    font-size: 14px;
    }
  .user-input-wrp input:focus ~ .floating-label,
  .user-input-wrp input:not(:focus):valid ~ .floating-label {
    top: -14px!important;
    left: 34px!important;
    font-size: 12px;
    opacity: 1;
    background: #fff;
    border-radius: 10px;
    color: #408bc8;
    padding: 0 6px;
  }
  
  .info-sorry {
    color: #1eaab8;
    font-weight: bold;
  }
  
  .basic-info-box {
    background: #eee;
    padding: 20px 20px 10px;
    border-radius: 5px;
    border: 1px solid #ddd;
  }
  .basic-info-box p {
    margin-bottom : 5px;
    font-size : 14px;
  }
  
  ul.modern-radios{
    list-style: none;
    margin: 0;
    padding: 0;
    overflow: auto;
  }
  ul.modern-radios li{
    color: #AAAAAA;
    display: block;
    position: relative;
    float: left;
  }
  ul.modern-radios li input[type=radio]{
    position: absolute;
    visibility: hidden;
  }
  ul.modern-radios li label{
    display: block;
    position: relative;
    font-weight: 300;
    padding-left: 25px;
    /* height: 30px; */
    z-index: 9;
    cursor: pointer;
    -webkit-transition: all 0.25s linear;
    font-size: 14px;
    margin: 5px 40px 0px 0;
    color: #222;
  }
  ul.modern-radios.address li {
    display: block;
    width: 100%;
  }
  ul.modern-radios.address li label {
    /* height: 10px; */
    font-weight: bold!important;
  } 
  ul.modern-radios.address li p {
    padding-left: 25px;
    max-width: 300px;
    font-size: 14px;line-height: 20px;margin-top: 0;display: block;position: relative;clear: both;
    color : #222;
  }
  ul.modern-radios li .check{
    display: block;
    position: absolute;
    border: 2px solid #444;
    border-radius: 100%;
    height: 16px;
    width: 16px;
    top: 9px;
    left: 0px;
    z-index: 5;
    transition: border .25s linear;
    -webkit-transition: border .25s linear;
  }
  ul.modern-radios li .check::before {
    display: block;
    position: absolute;
    content: '';
    border-radius: 100%;
    height: 8px;
    width: 8px;
    top: 2px;
    left: 2px;
    margin: auto;
    transition: background 0.25s linear;
    -webkit-transition: background 0.25s linear;
  }
  ul.modern-radios input[type=radio]:checked ~ .check {
    border: 2px solid var(--color-2);
  }
  ul.modern-radios input[type=radio]:checked ~ .check::before{
    background: var(--color-2);
  }
  ul.modern-radios input[type=radio]:checked ~ label{
    color: var(--color-2);
  }
  .table-review td {
    vertical-align: middle !important;
    position : relative;
  }
  .table-review td .fa {
    font-size: 13px!important;
    display: inline-block;
    margin-right: 2px;
  }
  .table-review a.remove {
    position : absolute;
    left : 15px;
    top : 10px;
    color : red;
  }
  .table-review img {
    width: 50px;
  }
  @media(max-width : 767px) {
    .table-review a.remove {
      top: 0;
      bottom: 0;
      left: -10px;
      line-height: 0;
    }
    .table-review a.remove .fa {
      background: red;
      padding: 5px;
      color: #fff;
      border-radius: 6px;
    }
    .table-review img {
      margin-top : 10px;
      margin-left : 0;
    }
  }
  .table-review a {
    color: inherit;
  }
  .table-review a.title {
    display : grid;
    grid-template-columns: 35px 1fr;
    grid-gap : 10px;
    max-width : 300px;
  }
  .table-review tr:first-child td {
    font-weight: bold;
    font-size : 14px;
  }
  .table-review tr td:first-child {
    width: 55px;
  }
  .table-review tr td:last-child {
    text-align: right;
  }
  .table-review tr.grand td {
    font-weight: bold;
    font-size: 20px;
  }
  .table-review tr.sub-total td {
    font-size : 15px;
    font-weight: bold;
  }
  .xs-only {
    display: none;
  }

  #btnuserdetail.in-active {
    pointer-events: none;
    opacity : .2;
  }

  @media (max-width: 767px) {
    .table-striped > tbody > tr:nth-child(odd) > td,
    .table-striped > tbody > tr:nth-child(odd) > th {
      background: #fff;
    }
    .table-review img {
      width: 100%;
    }
    .table-review tr:first-child {
      display: none;
    }
    .table-review tr {
      position: relative;
      border: none;
      display: block;
      border: 1px solid #cebbbb;
      border-radius: 6px;
      margin-bottom: 10px;
      /* overflow: hidden; */
      padding: 8px;
      --bs-table-accent-bg : #fff!important;
    }
    .table-review tr td {
      position: relative;
      display: block;
    }
    .table-review tr td {
      margin-left: 15px;
      border: none !important;
      padding: 2px 0 !important;
    }
    .table-review tr td a.title {
      margin-right: 10px;
    }
    .table-review tr td:first-child {
      position: absolute;
      margin-left: 0;
      left: 0;
      width: 0;
    }
    .table-review tr td:last-child {
      text-align: left;
      border-bottom: 10px solid #fff !important;
    }
    .table-review tr:last-child td:first-child {
      width: 50%;
    }
    .table-review tr.grand {
      border : none;
      padding: 0 8px;
    }
    .table-review tr.grand td {
      display: block;
      width: 100% !important;
      position: relative;
    }
    .xs-only {
      position: relative;
      display: inline-block;
    }
    .hidden-xs-only {
      display: none !important;
    }
}

/* SUCCESS PAGE */
section.success {
  background-color: #f5f5f5;
  padding-bottom: 15px;
}
.success-box {
  padding: 30px 0;
  text-align: center;
  max-width: 600px;
  margin : auto;
}
.success-box img {
  --value: 90px;
  width: var(--value);
  height: var(--value);
  border-radius: var(--value);
  margin: 20px 0;
}
.success-box p {
  font-size: 14px;
}
.success-box .share-box {
  border-bottom: 1px dashed #ddd;
  padding-bottom: 30px;
  margin-top: 30px;
  margin-bottom: 30px;
}
.success-box .share-box a {
  display: inline-block;
  margin: 10px 3px 0 0;
  color: var(--color-1);
  padding: 5px 12px 6px;
  border-radius: 5px;
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
}
.success-box .btns a {
  display: inline-block;
  padding: 6px 24px 7px;
}
@media (max-width: 559px) {
  .success-box .btns a {
    display: block;
    margin-bottom: 10px;
  }
}

  