body {
  position: relative;
}
.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/pattern-3.jpg);
  background-size : 450px;
  padding: 40px 20px 40px;
}
.shopping-block::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgb(245 249 207 / 85%);
}
.shopping-block h2 {
  font-size : 22px;
  text-transform: uppercase;
}
.shopping-box {
  max-width: 500px;
  margin: 0 auto;
  display: block;
  position: relative;
}
.shopping-box.big {
  max-width: 900px;
}
.grid-form {
  position: relative;
  background: #fff;
  width : 450px;
  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);
}
@media (max-width: 559px) {
  .grid-form {
    padding: 25px 15px;
  }
}
.btn-new.active {
  background : var(--color-1);
}
.btn-new.user {
  position: relative;
}
.btn-new.user::before {
  content : '';
  position : absolute;
  left : calc(50% - 10px);
  bottom : -10px;
  width : 0;
  top: auto;
  height : 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid var(--color-1);
  background: transparent;
  transform: none;
  display : none;
}
.btn-new.active.user::before {
  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 : 6px;
  text-transform: uppercase;
  padding : 6px 12px;
}
.new-address-holder {
  margin-top : 30px;
  display : none;
}
#f-option0:checked ~ .new-address-holder {
  display : block;
}
.password-group {
  position : relative;
}
.password-group .show-or-hide {
  position : absolute;
  right : 15px;
  top : 35px;
}
#showOrHidePassword,
#showOrHidePassword2 {
  display : none;
}
#showOrHidePassword + label,
#showOrHidePassword2 + label {
  cursor : pointer;
}
#showOrHidePassword + label .fa-eye-slash,
#showOrHidePassword2 + label .fa-eye-slash {
  position : relative;
  top : 2.5px;
}
#showOrHidePassword:checked + label .fa-eye,
#showOrHidePassword + label .fa-eye-slash,
#showOrHidePassword2:checked + label .fa-eye,
#showOrHidePassword2 + label .fa-eye-slash {
  display : none;
}
#showOrHidePassword:checked + label .fa-eye-slash,
#showOrHidePassword2:checked + label .fa-eye-slash,
#showOrHidePassword:checked + label .fa-eye-slash,
#showOrHidePassword2:checked + label .fa-eye-slash {
  display : block;
}
label {
  color : #444;
}
.forgot a {
  color : #5454d2;
  display : block;
  padding : 10px 0;
}
.btn {
  margin : 10px 0;
  text-transform: uppercase;
}
.form-control {
  height : 45px;
  border-color : #777;
  margin-bottom : 10px;
}
.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;
  margin-bottom: 20px;
}
.grid-form .user-input-wrp:last-child {
  margin-bottom: 0;
}
.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-1);
}
ul.modern-radios input[type=radio]:checked ~ .check::before{
  background: var(--color-1);
}
ul.modern-radios input[type=radio]:checked ~ label{
  color: var(--color-1);
}
.table-review td {
  vertical-align: middle !important;
  position : relative;
}
.table-review a.remove {
  position : absolute;
  left : 15px;
  top : 17px;
  color : red;
}
.table-review img {
  width: 50px;
  margin-left : 40px;
}
@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 tr:first-child td {
  font-weight: bold;
}
.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;
}
@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: 65px;
    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: 60px;
  }
  .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;
  }
}
