.onegroup,
.twogroup,
.threegroup,
.fourgroup,
.fivegroup,
.sixgroup,
.twogroupnext {
  display: none;
}

.onegroup.open,
.twogroup.open,
.threegroup.open,
.fourgroup.open,
.fivegroup.open,
.sixgroup.open,
.twogroupnext.open {
  display: block;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.hidenow {
  display: none;
}

/* animation.css also user .open css class */
.open {
  width: initial;
  overflow: visible;
}

.row.open {
  margin-left: -15px;
  margin-right: -15px;
}

.sell-pages {
  background-color: #F2F2F2;
  background-image: url('https://stage-assets.goldbank.co.uk/images/additional-images/gold_background_image_mobile.png');
  background-repeat: no-repeat;
  background-position: 150px -25%;
  background-size: 400px;
  margin: 0;
  padding-bottom: 85px;

  @media (max-width: 767px) {
    padding-bottom: 155px;
  }
}

/* Sourav stated css */
.font-weight-medium {
  font-weight: 500;
}

.sell-branch-address .branch-item.active {
  background: #F1F1F1;
}

.branch-item:hover {
  background: #F1F1F1;
}

.branch-info .branch-name {
  font-size: 15px;
  font-weight: 400;
  color: #030303;
  line-height: normal;
  margin-bottom: 0px;
  font-family: "Nunito Sans" !important;
}

.branch-info .branch-address {
  font-size: 12px;
  color: #6c757d;
  font-family: "Nunito Sans" !important;
}

.date-btn {
  font-size: 14px;
  padding: 8px;
  border: 1px solid #dee2e6;
  background: #fff;
  color: #000;
  border-radius: 8px;
  text-align: center;
  min-width: 100px;
  &:focus{
    box-shadow: none !important;
  }
  &.active{
  border-color: #000 !important;

  }
}

.date-btn:hover {
  border-color: #000;
}

.date-btn.active {
  background: #000;
  color: #fff;
  border-color: #000;
}

.form-select {
  border-radius: 8px;
  border: 1px solid #dee2e6;
  padding: 8px 12px;
  font-size: 14px;
  width: 100%;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23000' viewBox='0 0 16 16'%3E%3Cpath d='M7.247 11.14L2.451 5.658C1.885 5.013 2.345 4 3.204 4h9.592a1 1 0 0 1 .753 1.659l-4.796 5.48a1 1 0 0 1-1.506 0z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 8px center;
  background-size: 12px;
}

.form-select.arorw-icon {
  background-position: right 6px center;
  background-size: 24px;
  background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPG1hc2sgaWQ9Im1hc2swXzI0NzIzXzE2NSIgc3R5bGU9Im1hc2stdHlwZTphbHBoYSIgbWFza1VuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeD0iMCIgeT0iMCIgd2lkdGg9IjI0IiBoZWlnaHQ9IjI0Ij4KPHJlY3Qgd2lkdGg9IjI0IiBoZWlnaHQ9IjI0IiBmaWxsPSIjRDlEOUQ5Ii8+CjwvbWFzaz4KPGcgbWFzaz0idXJsKCNtYXNrMF8yNDcyM18xNjUpIj4KPHBhdGggZD0iTTEyLjAwMTQgMTUuMDM5OEw2LjM0NzY2IDkuMzg1NzhMNy40MDE0MSA4LjMzMjAzTDEyLjAwMTQgMTIuOTE2OEwxNi42MDE0IDguMzMyMDNMMTcuNjU1MiA5LjM4NTc4TDEyLjAwMTQgMTUuMDM5OFoiIGZpbGw9IiMwMzAzMDMiLz4KPC9nPgo8L3N2Zz4=');
}

.branch-selected-check {
  width: 20px;
  height: 20px;
}

.btn-dark {
  background: #000;
  border-color: #000;
  border-radius: 8px;
  padding: 12px;
  font-weight: 500;
}




.input-field-wrapper {
  position: relative;
  width: 100%;
  margin-bottom: 8px;
}

.input-field-wrapper .input-field {
  width: 100%;
  padding: 10px 12px;
  border-radius: 8px;
  border: 1px solid #ced4da;
  font-size: 14px;
  transition: border-color 0.15s ease-in-out;
}

.input-field-wrapper .input-field:focus {
  outline: none;
  border-color: #80bdff;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, .25);
}

.input-field-wrapper .error {
  margin-top: 4px;
  min-height: 0px;
}

.input-field-wrapper .error-text {
  color: #dc3545;
  font-size: 12px;
  margin-bottom: 4px;
  display: block;
  width: 100%;
}

.input-field-wrapper .input-field.has-error {
  border-color: #dc3545;
}

.input-field-wrapper .input-field.has-error:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, .25);
}


.sell-modal-design .modal-dialog {
  max-width: 800px;
  /* Increased modal width */
  margin: 1.75rem auto;
}

.input-field-wrapper {
  position: relative;
  flex: 1;
  min-width: 0;
  /* Prevents flex items from overflowing */
}

.input-field-wrapper .input-field {
  width: 100%;
  padding: 10px 12px;
  border-radius: 8px;
  border: 1px solid #ced4da;
  font-size: 14px;
  transition: border-color 0.15s ease-in-out;
}

.input-field-wrapper .input-field:focus {
  outline: none;
  border-color: #80bdff;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, .25);
}

.input-field-wrapper .error {
  position: absolute;
  left: 0;
  right: 0;
  margin-top: 4px;
}

.input-field-wrapper .error-text {
  color: #dc3545;
  font-size: 12px;
  margin-bottom: 4px;
  display: block;
  width: 100%;
  margin-bottom: 0 !important;
}

.input-field-wrapper .input-field.has-error {
  border-color: #dc3545;
}

.input-field-wrapper .input-field.has-error:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, .25);
}

.payment-fields-row {
  display: flex;
  gap: 0px;
  margin: 0 -6px;
  @media (max-width: 575px) {
    flex-direction: column;
  }
}

.payment-fields-row .input-field-wrapper {
  padding: 0 6px;
}

.custom-top-border {
  border-top: #CDCDCD solid 1px;
}

.custom-top-border:last-child {
  border-bottom: #CDCDCD solid 1px;
}

.time-select {
  width: 140px;
}

@media (min-width: 576px) {
  .sell-pages {
    background-position: 125% -25%;
  }
}

@media (min-width: 992px) {
  .sell-pages {
    background-position: 110% 0;
    background-image: url('https://stage-assets.goldbank.co.uk/images/additional-images/gold_background_image.png');
  }
}

/* sourav */
.sell-order-summary__header { text-align: center;
  @media (max-width: 767px) {
    margin-top: 0 !important;
  }

}
.sell-order-summary__header h1{color: #030303; font-size: 36px; margin-bottom: 8px; line-height: 52px;

@media (max-width: 767px) {
  font-size: 24px;
  line-height: 40px;
}
}
.sell-order-summary__header p {color: #030303; font-size: 16px; font-weight: 300; line-height: 28px;
  @media (max-width: 767px) {
    line-height: 18px;
  }
}
.wrapper {
  width: 100%;
  font-family: "Helvetica";
  font-size: 14px;

}

.StepProgress {
  position: relative;
  padding-left: 45px;
  list-style: none;
}

.StepProgress::before {
  display: inline-block;
  content: "";
  position: absolute;
  top: 0;
  left: 15px;
  width: 10px;
  height: 100%;
  border-left: rgba(3, 3, 3, 0.4) dashed 1px;
}

.StepProgress-item {
  position: relative;
  counter-increment: list;
  padding-left: 20px;
}

.StepProgress-item:not(:last-child) {
  padding-bottom: 20px;
}

.StepProgress-item::before {
  display: inline-block;
  content: "";
  position: absolute;
  left: -30px;
  height: 100%;
  width: 10px;
}

.StepProgress {
  counter-reset: step;
  /* Initialize the counter */
}

.StepProgress-item {
  counter-increment: step;
  /* Increment the counter for each item */
}

.StepProgress-item::after {
  content: counter(step);
  /* Display the counter value */
  display: inline-block;
  position: absolute;
  top: 0;
  left: -53px;
  width: 48px;
  /* Adjust size for better visibility */
  height: 48px;
  line-height: 48px;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  color: #929292;
  border: 1px solid #929292;
  background-color: #F2F2F2;
  border-radius: 50%;

}


.StepProgress-item.is-done::before {
  border-left: 1px solid #030303;
}

.StepProgress-item.is-done::after {

  content: "";
  background-image: url('https://stage-assets.goldbank.co.uk/home_new/assets/images/sell/check_circle.svg');
  background-position: 48px center;
  color: #1C1B1F;
  text-align: center;
  border: 0px;
  background-color: #F2F2F2;
  width: 42.8px;
  height: 36.8px;

}

.StepProgress-item.current .custom-card-block {
  background-color: #ffffff;
  border: 1px solid #CAA969;
  border-radius: 10px;
  /* Frame 1171279136 */
  box-shadow: 14px 14px 24px rgba(0, 0, 0, 0.15);
}

.StepProgress-item.current::after {
  content: counter(list);
  padding-top: 1px;
  width: 91px;
  height: 91px;
  top: -14px;
  left: -75px;
  background-color: transparent;
  font-size: 0px;
  text-align: center;
  border: 0px;

  background-image: url('https://stage-assets.goldbank.co.uk/home_new/assets/images/sell/current-img.png');
}

.StepProgress strong {
  display: block;
}

.StepProgress-item .card.custom-card-block .card-body p {
  color: #030303;
  margin-bottom: 10px;
  font-size: 14px;
  opacity: 60%;
}

.StepProgress-item:last-child::before {
  display: none;
}

.stepsbar {
  border-radius: 50px;
  font-family: "Nunito Sans" !important;
  font-weight: 600;
  border: #030303 solid 1px;
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #030303;
}

.custom-card-block {
  background-color: #fff;
  border-radius: 10px;
  border: 0px;
}

.custom-card-block .card-body {

  padding: 1.5rem;
  @media (max-width: 767px) {
    padding: 1rem;
  }
}

.inside-card h3 {
  color: #030303;
  font-size: 15px;
  font-family: var(--font-body) !important;
  line-height: normal;
}

.custom-card-block .card-body .header-section h2 {
  margin-bottom: 0px;
  line-height: normal;
  font-family: var(--font-heading) !important;
  color: #030303;
  font-size: 21px;
  font-weight: 500;
  line-height: 28px;
  @media (max-width: 767px) {
    font-size: 18px;
  }
}

.custom-gx-2 {
  margin-left: -5px;
  margin-right: -5px;
}

.custom-gx-2>* {
  padding-left: 5px;
  padding-right: 5px;
}

.StepProgress-item:last-child:before {
  content: "";
  display: inline-block;
  content: "";
  position: absolute;
  left: -30px;
  height: 100%;
  background-color: #F2F2F2;
  width: 10px;
}

.sell-order-summary::after {
  /* Ellipse 3372 */
  content: "";
  position: absolute;
  width: 305px;
  height: 305px;
  right: 78px;
  top: -94px;

  /* icon gradient */
  background: linear-gradient(148.86deg, #FFE7B9 -8.31%, #CAA969 50%);
  opacity: 0.2;
  filter: blur(70px);
}


/* method 2 -> use background-clip to support border-radius */
.StepProgress-item.current .custom-card-block {
  background: linear-gradient(white, white) padding-box,
    linear-gradient(165deg, #FFE7B9, #CAA969) border-box;
  border-radius: 10px;
  border: 2px solid transparent;
}

.sell-order-summary-container::before {
  /* Ellipse 3369 */
  content: "";
  position: absolute;
  width: 145px;
  height: 145px;
  right: -65px;
  top: 445px;

  /* icon gradient */
  background: linear-gradient(148.86deg, #FFE7B9 -8.31%, #CAA969 50%);
  opacity: 0.3;
  filter: blur(70px);
  @media (max-width:767px) {
    display: none;
  }
}

.sell-order-summary-container::after {
  content: "";
  width: 750px;
  height: 940px;
  background: url('https://stage-assets.goldbank.co.uk/home_new/assets/images/sell/shape-img.svg') no-repeat;
  position: absolute;
  top: 50%;
  right: 0px;
}


.StepProgress-item.current .custom-card-block {
  position: relative;

  cursor: pointer;
}

.sell-order-summary:nth-child(2)::before {
  /* Ellipse 3372 */
  content: "";
  position: absolute;
  width: 305px;
  height: 305px;
  right: 78px;
  top: -94px;

  /* icon gradient */
  background: linear-gradient(148.86deg, #FFE7B9 -8.31%, #CAA969 50%);
  opacity: 0.2;
  filter: blur(70px);
}


.sell-order-summary::before {
  /* Ellipse 3370 */
  content: "";
  position: absolute;
  width: 387px;
  height: 387px;
  left: -195px;
  top: 138px;

  /* icon gradient */
  background: linear-gradient(148.86deg, #FFE7B9 -8.31%, #CAA969 50%);
  opacity: 0.3;
  filter: blur(70px);
  @media (max-width:767px) {
    display: none;
  }
}

.StepProgress-item .card.custom-card-block .card-body .stepblock-card p {
  opacity: 1;
  color: #030303;
  font-size: 14px;
  font-weight: 500;
  font-family: var(--font-body) !important;
}

.stepblock-card .smalltext {
  color: #6D6D6D;
  font-size: 14px;
  font-family: var(--font-body) !important;
}

.stepblock-card .smalltext b {
  color: #030303;
  font-weight: 500;
}

.pos-relativebox {
  position: relative;
  z-index: 2;

  @media (max-width: 767px) {
    margin-top: 10px !important;
  }



}

.inside-card {

  border-radius: 5px;
  border: #CFCFCF solid 1px;
  padding: 20px;
  @media (max-width: 767px) {
    padding: 16px;
  }

}

.sell-pages .goldbankAssure {
  background-color: transparent;
  padding-top: 10px;
  padding-bottom: 20px;
}

.sell-pages .bg-gold {
  background-image: url('https://stage-assets.goldbank.co.uk/images/additional-images/bg-gold-new.svg');
  background-size: cover;
  background-position: bottom bottom;
  background-repeat: no-repeat;
  height: 500px !important;
}

.btn-black-small {
  font-weight: bold;
  border: 1px solid #030303;
  background-color: #030303;
  color: #fff !important;
  padding: 6px 10px;
  line-height: 24px;
  border-radius: 5px;
  font-size: 14px;
  display: block;
  overflow: hidden;
  position: relative;
  text-transform: uppercase;

}

.sell-now-table.table thead th:last-child {
  text-align: right;
}

.sell-now-table.table thead th:nth-last-child(2) {
  text-align: right;
}

.sell-now-table.table tbody td:last-child {
  text-align: right;
}

.sell-now-table.table tbody td:nth-last-child(2) {
  text-align: right;
}

.sell-now-table.table tbody tr:last-child td {
  border-bottom: #dee2e6 solid 1px;
}

.sell-now-table.table thead th {
  border-top: 0px;
  border-bottom: 0px;
  color: #030303;
  font-size: 12px;
  opacity: 40%;
  font-weight: 400;
}

.body-section h4 {
  color: #030303;
  font-size: 14px;
  font-family: var(--font-heading) !important;
}

.sell-now-table p {
  color: #030303;
  font-size: 15px;
  line-height: 20px;
  font-family: "Nunito Sans" !important;
}

.sell-now-table tfoot.footer-section-table tr td {
  padding-top: 5px !important;
  padding-bottom: 5px;
  border-top: 0px;
  border-bottom: 0px;
  color: #030303;
  font-family: var(--font-body) !important;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
}

.sell-now-table tfoot tr.total-row-card th {
  color: #030303;
  padding: 10px !important;
  background-color: #F0F0F0;
  border-top: 0px;
  border-bottom: 0px;
  font-family: var(--font-body) !important;
  font-size: 20px;
  font-weight: 600;
}

.sell-now-table tfoot tr.total-row-card th:first-child {
  border-top: 0px;
  border-radius: 5px 0px 0px 5px;
  border-bottom: 0px;
}

.sell-now-table tfoot tr.total-row-card th:last-child {
  border-top: 0px;
  border-radius: 0px 5px 5px 0px;
  border-bottom: 0px;
}

.sell-now-table tfoot tr.total-row-card th span.smalltext {
  font-size: 15px;
}

.sell-now-table tfoot tr.total-row-card th:last-child,
.sell-now-table tfoot.footer-section-table tr td:last-child {
  text-align: right;
}


.sell-pages .box {
  border-radius: 10px !important;
}

.sell-pages .review_order_table .box {
  border: 2px dashed #A27127;
}

.fs-18 {
  font-size: 18px;
}

.sell-pages .col-lg-3 .box {
  background: #FFFFFF;
  border: 0.798319px solid #E1E1E1;
  /* box-shadow: 0px 4px 18px rgba(0, 0, 0, 0.15); */
  border-radius: 10px;
  /* margin-top: 60px; */
}

.main-menu-area.d-none {
  display: none !important;
}

.golden-btn {
  color: #151116;
  border-radius: 10px;
  border: 1px solid #fbdb9e;
  background: linear-gradient(149deg, #ffe7b9 -8.31%, #caa969 50%);
  padding: 12px 40px;
  font-weight: 700;
}

/* This for loop creates the 	necessary css animation names
Due to the split circle of progress-left and progress right, we must use the animations on each side.
*/
.progress[data-percentage="10"] .progress-right .progress-bar {
  animation: loading-1 1.5s linear forwards;
}

.progress[data-percentage="10"] .progress-left .progress-bar {
  animation: 0;
}

.progress[data-percentage="20"] .progress-right .progress-bar {
  animation: loading-2 1.5s linear forwards;
}

.progress[data-percentage="20"] .progress-left .progress-bar {
  animation: 0;
}

.progress[data-percentage="30"] .progress-right .progress-bar {
  animation: loading-3 1.5s linear forwards;
}

.progress[data-percentage="30"] .progress-left .progress-bar {
  animation: 0;
}

.progress[data-percentage="40"] .progress-right .progress-bar {
  animation: loading-4 1.5s linear forwards;
}

.progress[data-percentage="40"] .progress-left .progress-bar {
  animation: 0;
}

.progress[data-percentage="50"] .progress-right .progress-bar {
  animation: loading-5 1.5s linear forwards;
}

.progress[data-percentage="50"] .progress-left .progress-bar {
  animation: 0;
}

.progress[data-percentage="60"] .progress-right .progress-bar {
  animation: loading-5 1.5s linear forwards;
}

.progress[data-percentage="60"] .progress-left .progress-bar {
  animation: loading-1 1.5s linear forwards 1.5s;
}

.progress[data-percentage="70"] .progress-right .progress-bar {
  animation: loading-5 1.5s linear forwards;
}

.progress[data-percentage="70"] .progress-left .progress-bar {
  animation: loading-2 1.5s linear forwards 1.5s;
}

.progress[data-percentage="80"] .progress-right .progress-bar {
  animation: loading-5 1.5s linear forwards;
}

.progress[data-percentage="80"] .progress-left .progress-bar {
  animation: loading-3 1.5s linear forwards 1.5s;
}

.progress[data-percentage="90"] .progress-right .progress-bar {
  animation: loading-5 1.5s linear forwards;
}

.progress[data-percentage="90"] .progress-left .progress-bar {
  animation: loading-4 1.5s linear forwards 1.5s;
}

.progress[data-percentage="100"] .progress-right .progress-bar {
  animation: loading-5 1.5s linear forwards;
}

.progress[data-percentage="100"] .progress-left .progress-bar {
  animation: loading-5 1.5s linear forwards 1.5s;
}

@keyframes loading-1 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(36);
    transform: rotate(36deg);
  }
}

@keyframes loading-2 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(72);
    transform: rotate(72deg);
  }
}

@keyframes loading-3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(108);
    transform: rotate(108deg);
  }
}

@keyframes loading-4 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(144);
    transform: rotate(144deg);
  }
}

@keyframes loading-5 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(180);
    transform: rotate(180deg);
  }
}

.sell-pages .con-shop,
.sell-pages .con-shop:before {
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  padding: 16px 24px;
  align-items: center;
  font-size: 18px;
  justify-content: center;
}

.sell-pages .sell-order-right {
  background-color: #151116;
  border-radius: 10px;
}

.sell-pages .sell-order-right ul li {
  color: #fff;
  font-weight: 400;
  font-size: 14px;
  cursor: pointer;
  display: flex;
  align-items: center;
}

.sell-order-right ul li.active {
  font-weight: 600;
}

.sell-pages .sell-order-right ul li:hover {
  text-decoration: underline;
}

.sell-pages .table.sell-table td,
.sell-pages .table.sell-table th {
  border: 0;
  padding: 5px;
}

.sell-pages img.start-here {
  position: absolute;
  top: 38px;
  left: -70px;
  width: 80px;
}

.sell-pages .table.sell-table th {
  padding: 1.2rem 0.4rem;
}

.review_order_table .card-body table.table.sell-table th {
  border: 0;
}

.sell-table .form .input-container label,
.sell-table input[type=text],
.sell-table input[type=number],
.sell-table select,
.sell-table textarea,
.sell-table .form1 {
  font-size: 15px;
  min-width: auto;

  &:focus {
    box-shadow: 0px 0px 0px 3px rgba(53, 53, 53, 0.30);
    border: 1px solid #030303;
    color: #030303;
  }
}

.sell-table .percentage-symbol {
  position: absolute;
  right: 12px;
  top: 18px;
}

.add-item-gold-block .add-item-gold,
.add-item-gold-block .add-item-gold:before {
  border-radius: 30px;
}


.haeader-bottom-area.transparent-header.header-sticky.is-sticky .progress .progress-value {
  color: #000;
}

.sell-pages .form .input-container label {
  padding: 0;
  margin-right: 8px;
  white-space: normal;
}

input[type="text"]:disabled {
  background: rgb(244, 243, 243);
}


div.radio-with-Icon {
  display: block;
}

.box-option img {
  transition: none;
}

div.radio-with-Icon .radioOption-Item {
  display: inline-block;
  width: 100%;
  height: auto;
  box-sizing: border-box;
  border: none;
}

div.radio-with-Icon.row {
  display: flex;
  margin-left: -5px;
  margin-right: -5px;
  width: 100%;
}

div.radio-with-Icon.row .radioOption-Item:first-child {
  padding-left: 0;
}

div.radio-with-Icon.row .radioOption-Item:last-child {
  padding-right: 0;
}

div.radio-with-Icon.row .radioOption-Item {
  width: 50%;
  padding: 0 5px;
}

div.radio-with-Icon.row .radioOption-Item label i {
  position: absolute;
  top: 10px;
  right: 10px;
  display: none;
}

div.radio-with-Icon.row .radioOption-Item input[type="radio"]:checked~label i {
  display: block;
}

.radio-with-Icon {
  padding: 7px 10px;
}

div.radio-with-Icon .radioOption-Item {
  padding: 20px;
  border-radius: 10px;
  border: 1px solid #cfcfcf !important;
  color: #1d1d1d;
  transition: none;
  font-weight: 400 !important;
}

.acrd-address div.radio-with-Icon .radioOption-Item [type="radio"]:checked+label> :first-child {
  padding-left: 25px;

  &:after {
    position: absolute;
    content: "\f00c";
    font-family: var(--font-awesome);
    font-weight: 400;
    left: 0;
    top: 0;
  }
}

div.radio-with-Icon .radioOption-Item.selected {
  background-color: #030303;
  color: #fff !important;
}

div.radio-with-Icon .radioOption-Item input[type="radio"]+label:before,
div.radio-with-Icon .radioOption-Item input[type="radio"]+label:after {
  display: none;
}

/* input[type=radio]:checked+label {
  border: 1px solid indigo;
} */
input[type=radio]+label .box {

  background-color: transparent !important;
  opacity: 0.9;
  border: 2px dashed #A27127;
}

input[type=radio]:checked+label .box {

  background-color: #fff !important;
}

.box-option input[type=radio]+label .hidden {
  display: block;
  visibility: hidden;
  transition: none;
}

.box-option input[type=radio]:checked+label span.icon {
  visibility: visible;
  transition: unset;
}

input[type=radio]:checked+label .box {
  opacity: 1;
  border: 2px solid #000;
  /* box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.15); */
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25);
}

.switzer-regular {
  font-family: inherit;
}

.royal-mail-address p {
  color: #1d1d1d;
}

.payment-mode div.radio-with-Icon .radioOption-Item label {
  min-width: 100%;
  border-radius: 0;
  padding: 4px 5px;
}

.payment-mode .radio-with-Icon {
  padding: 0;
}

/* .shape {
  background-image: url('https://stage-assets.goldbank.co.uk/images/additional-images/shape1.png') !important;
} */

#main #faq .card .card-header .btn-header-link.collapsed:after {
  content: "\f106";
  right: 20px;
  top: 24px;
  position: absolute;
}

#main #faq .card .card-header .btn-header-link:after {
  content: "\f107";
  font-family: var(--font-awesome);
  font-weight: 600;
  float: right;
  font-size: 16px;
  color: #999999;
  right: 20px;
  top: 24px;
  position: absolute;
}

[type="radio"]+label {
  position: relative;
  cursor: pointer;
  display: inline-block;
}

.acrd-address [type="radio"]+label {
  padding: 23px 50px 18px 55px;
  font-weight: 600;
  font-size: 18px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  align-items: start;
  color: rgba(3, 3, 3, 0.70);
  letter-spacing: -0.108px;

  span.badge-dark {
    background: #030303;
  }

  @media (min-width: 992px) {
    flex-direction: row;
    align-items: center;
  }

  @media (max-width: 767px) {
    padding: 23px 50px 18px 46px;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: -0.096px;
  }
}

.acrd-address .card .option-delivery label {
  row-gap: 1px;
}

.acrd-address .card .option-delivery label> :first-child:after {
  content: '\f107';
  position: absolute;
  top: 22px;
  right: 24px;
  width: 20px;
  font-size: 18px;
  font-family: var(--font-awesome);
  font-weight: 400;
}

.acrd-address .card.expanded .option-delivery label> :first-child:after {
  content: '\f106' !important;
}

#loginRegister.acrd-address .card .option-delivery input[data-target="#register"]+label> :first-child:after {
  content: '\f234' !important;
}

#loginRegister.acrd-address .card .option-delivery input[data-target="#login"]+label> :first-child:after {
  content: '\f007' !important;
}

#paymentOptions.acrd-address .card .option-delivery input[data-target="#bank-transfer"]+label> :first-child:after {
  content: '\f66f' !important;
}

#paymentOptions.acrd-address .card .option-delivery input[data-target="#cash-payment"]+label> :first-child:after {
  content: '\f0d6' !important;
}

.acrd-address .radioOption-Item [type="radio"]+label {
  font-weight: 400;
  justify-content: start;
  padding-right: 0;

  >div:last-child {
    font-size: 18px;
  }
}

.acrd-address .radioOption-Item:not(.selected) [type="radio"]+label {
  padding: 0;
}

.acrd-address .radioOption-Item.selected [type="radio"]+label {
  padding-top: 0;
  padding-left: 0;
  padding-bottom: 1rem;
}

.acrd-address span.option-delivery [type="radio"]+label:before {
  top: 26px;
  left: 26px;

  @media (max-width: 767px) {
    left: 18px;
  }
}

.acrd-address span.option-delivery [type="radio"]:checked+label:after {
  background: currentColor !important;
}

.acrd-address [type="radio"]+label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  border: 2px solid rgb(3, 3, 3, 0.7);
  border-radius: 100%;
}

.acrd-address [type="radio"] {
  position: absolute;
  left: -9999px;
}

.acrd-address span.option-delivery [type="radio"]+label:after {
  position: absolute;
  top: 31px;
  left: 31px;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  content: '';

  @media (max-width: 767px) {
    left: 23px;
  }
}

/* .left-31px-after::after{
  left: 31px !important;
} */

.acrd-address [type="radio"]:not(:checked)+label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}

.acrd-address .bubble .card-body>div {
  border-radius: 10px;
  background: #030303;
  padding: 16px 20px;
  font-weight: 600;
  color: #fff;

  i {
    font-size: 16px;
  }
}

.btn.\--btn-remove,
ui-button.\--btn-remove {
  background-color: #E9B03D;
}

.btn.remove {
  background-color: #DFDFDF;
  border-radius: 10px;
  color: #000;
  margin: 0;
}

.btn.remove:hover {
  color: #000;
}

.btn.remove::before {
  display: none;
}

.progress-sell-line {
  width: 100%;

  .progress {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    height: 2px;
    overflow: hidden;
    background: transparent !important;
    border-radius: 0;
  }
}

.fs-16 {
  font-size: 16px;
}

.bg-dark-secondary {
  background-color: #f4f4f4;
}

.col-half-offset {
  margin-left: 0;
}

@media (min-width: 992px) {
  .col-half-offset {
    margin-left: 4.166666667%
  }
}

.fw-600 {
  font-weight: 600;
}

.progress-sell-line .bar {
  /* position: relative;
  float: left;
  min-width: 1%;
  height: 100%;
  background-color: #FFD865;
  border-radius: 15px;
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .35) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .35) 50%, rgba(255, 255, 255, .35) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .35) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .35) 50%, rgba(255, 255, 255, .35) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, .35) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .35) 50%, rgba(255, 255, 255, .35) 75%, transparent 75%, transparent);
  -webkit-background-size: 40px 40px;
  background-size: 30px 30px;
  -webkit-animation: bar-stripes 2s linear infinite;
  -o-animation: bar-stripes 2s linear infinite;
  animation: bar-stripes 2s linear infinite; */
  position: relative;
  float: left;
  min-width: 1%;
  height: 100%;
  /* background-color: #A27127; */
  background-color: #030303;
  border-radius: 0;
  /* background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .35) 50%, rgba(255, 255, 255, 0) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .35) 50%, rgba(255, 255, 255, 0) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .35) 50%, rgba(255, 255, 255, 0) 75%, transparent 75%, transparent);
  -webkit-background-size: 60px 60px;
  background-size: 50px 50px;
  -webkit-animation: bar-stripes 2s linear infinite;
  -o-animation: bar-stripes 2s linear infinite;
  animation: bar-stripes 2s linear infinite; */
  height: 2px;
  transition: all 0.7s ease-out;
}

@keyframes bar-stripes {
  0% {
    background-position: 0 0;
  }

  100% {
    background-position: 30px 0;
  }
}

.sub-sub-text span {
  font-size: 16px;
  border-bottom: 1px solid;
}

.valutaion-g {
  letter-spacing: 0.4px;
}

.haeader-bottom-area.transparent-header.header-sticky.is-sticky p {
  color: #121313 !important;
}

.rated-text span {
  color: #00b67a;
}

#fargotpw input,
#fargotpw button,
#fargotpwcheckout input,
#fargotpwcheckout button {
  border-radius: 10px !important;
}

@media only screen and (max-width: 1199px) {
  .col-xl-3.mx-auto.text-center.col-md-6.col-sm-12.pl-lg-0.my-3.my-lg-0 {
    margin-top: 30px !important;
  }

  .sell-pages .sell-order-right ul li {
    font-size: 14px;
    margin-bottom: 5px;
  }
}

@media only screen and (max-width: 479px) {
  header.sell-header .right-blok-box {
    margin: 2px 4px 2px 0;
  }


  .sell-header .progess-header-bar .progress {
    width: 45px;
    height: 45px;
    line-height: 45px;
  }

  .sell-header .main-menu-area ul.right-blok-box {
    display: flex;
    align-items: center;
  }

  .sell-header .main-menu-area ul.right-blok-box>li>a {
    width: 50px !important;
  }

  .sell-header .main-menu-area ul>li:first-child {
    padding-right: 0;
  }

  .progress .progress-value {
    font-size: 14px;
  }
}

@media only screen and (max-width: 575px) {
  .sell-header .main-menu-area ul.right-blok-box>li>a {
    width: 70px !important;
  }

  .form .input-container {

    flex-wrap: wrap !important;
  }


}

@media only screen and (max-width: 767px) {
  .sell-header .right-blok-box {
    margin: 7px 0px 7px 0;
  }

  .sell-header .main-menu-area ul>li:first-child {
    padding-right: 2px;
  }

  .main-menu-area.flex-end.text-right {
    padding-right: 0;
  }
}

/* @media only screen and (max-width: 1024px) {
  .sell-pages .table.sell-table th:nth-child(1) {
    min-width: 60px !important;
  }

  .sell-pages .table.sell-table th:nth-child(2) {
    min-width: 60px !important;
  }

  .sell-pages .table.sell-table th:nth-child(3) {
    min-width: 220px !important;
  }

  .sell-pages .table.sell-table th:nth-child(4) {
    min-width: 110px !important;
  }

  .sell-pages .table.sell-table th:nth-child(5) {
    min-width: 150px !important;
  }

  .sell-pages .table.sell-table th:nth-child(6) {
    min-width: 150px !important;
  }

  .sell-pages .table.sell-table th:nth-child(7) {
    min-width: 50px !important;
  }
} */

@media only screen and (min-width: 768px) and (max-width: 991px) {
  header.sell-header .right-blok-box {
    margin: 5px 10px 5px 10px;
  }
}

@media only screen and (min-width: 320px) {
  .add-item-gold-block p {
    font-size: 14px;
    /* font-family: 'Titillium Web', sans-serif !important; */
  }

  .royal-mail-text {
    font-size: 11px;
    /* font-style: italic; */
  }

  .mail-text {
    font-size: 13px;
  }

  .sell-overview .section-title h2 {
    font-size: 35px;
    line-height: 35px;
    margin: 20px 0;
    letter-spacing: 2px;
  }

  .sell-overview .section-title p.sub-text {
    font-size: 18px;
    line-height: 28px;
  }

  .sell-overview .section-title p.sub-sub-text {
    font-size: 12px;
    line-height: 20px;
  }

  .rated-text {
    font-size: 14px;
    margin-top: 10px
  }

}

@media only screen and (min-width: 576px) {
  .sell-overview .section-title h2 {
    font-size: 45px;
    line-height: 65px;
    margin: 20px 0;
    letter-spacing: 2px;
  }

  .sell-overview .section-title p.sub-text {
    font-size: 20px;
    line-height: 20px;
  }

  .sell-overview .section-title p.sub-sub-text {
    font-size: 14px;
    line-height: 20px;
  }

  .rated-text {
    font-size: 16px;
    margin-top: 10px
  }

}

@media only screen and (min-width: 768px) {
  .add-item-gold-block p {
    font-size: 15px;
  }
}

@media only screen and (min-width: 992px) {
  .add-item-gold-block p {
    font-size: 15px;
  }

  .sell-overview .section-title h2 {
    font-size: 60px;
    line-height: 76px;
    margin: 20px 0;
    letter-spacing: 2px;
  }

  .sell-overview .section-title p.sub-text {
    font-size: 20px;
    line-height: 32px;
  }

  .sell-overview .section-title p.sub-sub-text {
    font-size: 13px;
    line-height: 24px;
  }

  .rated-text {
    font-size: 16px;
    margin-top: 10px
  }
}

@media only screen and (min-width: 1100px) {
  .sell-overview .section-title h2 {
    font-size: 65px;
    line-height: 76px;
    margin: 20px 0;
    letter-spacing: 2px;
  }

  .sell-overview .section-title p.sub-text {
    font-size: 22px;
    line-height: 32px;
  }

  .sell-overview .section-title p.sub-sub-text {
    font-size: 14px;
    line-height: 24px;
  }
}

@media only screen and (min-width: 1200px) {
  .rated-text {
    font-size: 18px;
    margin-top: 10px
  }

  .add-item-gold-block p {
    font-size: 16px;
  }

  .sell-pages .sell-order-right ul li {
    font-size: 14px;
    margin-bottom: 6px;
  }

  .sell-order-total p:first-child {
    font-size: 16px;
  }

  .sell-order-total p:nth-child(2) {
    font-size: 14px;
  }

  .sell-order-total p:last-child {
    font-size: 20px;
  }

  .sell-table .product-btn {
    padding: 12px 20px !important;
    font-size: 16px;
  }

  .order-table thead th,
  .sell-table thead th .tooltip {
    font-size: 15px;
  }

  .royal-mail-text {
    font-size: 12px;
    /* font-style: italic; */
  }

  .mail-text {
    font-size: 15px;
  }

  .box-option .w-75 {
    width: 77% !important;
  }

  .sell-overview .section-title h2 {
    font-size: 70px;
    line-height: 76px;
    margin: 20px 0;
    letter-spacing: 1.8px;
  }
}


@media only screen and (max-width: 575px) {
  .valutaion-g {
    letter-spacing: 0.4px;
    font-size: 14px;
    line-height: 20px;
  }
}

@media only screen and (max-width: 1024px) {
  .valutaion-g {
    letter-spacing: 0.4px;
    font-size: 15px;
    line-height: 22px;
  }
}


.sell-table td {
  vertical-align: middle !important;
}

.phone-item-box .col-6 {
  padding-right: 6px !important;
  padding-left: 6px !important;
}

.phone-item-box .fs-16 {
  font-size: 16px;
}

.sell-pages .switzer b {
  font-family: var(--font-heading);
}

.sell-header .haeader-bottom-area {
  display: flex;
  padding: 20px 0;
  align-items: center;
  position: relative;
  background: rgba(255, 255, 255, 0.6);
}

.new-sell-pages .sell-header {
  position: sticky;
  top: 0;
}

.new-sell-pages .progress-sell-line {
  position: fixed;
  z-index: 9;
}

.new-sell-pages .haeader-bottom-area {
  background-color: rgb(250 250 250);
}

/* Simple setup for this demo */

.mdl-card {
  width: 100%;
  min-height: 0;
  margin: 10px auto;
}

.mdl-card__supporting-text {
  width: 100%;
  padding: 0;
}

.mdl-stepper-horizontal-alternative .mdl-stepper-step {
  width: 20%;
  max-width: 20%;

}


/* Begin actual mdl-stepper css styles */

.mdl-stepper-horizontal-alternative {
  display: table;
  width: 100%;
  margin: 0 auto;
}

.mdl-stepper-horizontal-alternative .mdl-stepper-step {
  display: table-cell;
  position: relative;
  padding: 24px 0;
}



.mdl-stepper-horizontal-alternative .mdl-stepper-step:first-child .mdl-stepper-bar-left,
.mdl-stepper-horizontal-alternative .mdl-stepper-step:last-child .mdl-stepper-bar-right {
  display: none;
}

.mdl-stepper-horizontal-alternative .mdl-stepper-step .mdl-stepper-circle {
  width: 40px;
  height: 40px;
  margin: 0 auto;
  color: #886918;
  border-radius: 50%;
  text-align: center;
  line-height: 40px;
  font-size: 15px;
  border: 2px solid #886918;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mdl-stepper-horizontal-alternative .mdl-stepper-step.active-step .mdl-stepper-circle {
  background-color: #CDAD5A;
  color: #fff;
  border-color: #D9BE78;
}


.mdl-stepper-horizontal-alternative .mdl-stepper-step.step-done .mdl-stepper-circle *,
.mdl-stepper-horizontal-alternative .mdl-stepper-step.editable-step .mdl-stepper-circle * {
  display: none;
}




.mdl-stepper-horizontal-alternative .mdl-stepper-step .mdl-stepper-title {
  margin-top: 16px;
  font-size: 14px;
  font-weight: normal;
}

.mdl-stepper-horizontal-alternative .mdl-stepper-step .mdl-stepper-title,
.mdl-stepper-horizontal-alternative .mdl-stepper-step .mdl-stepper-optional {
  text-align: center;
  color: rgba(0, 0, 0, .26);
}



.mdl-stepper-horizontal-alternative .mdl-stepper-step .mdl-stepper-bar-left,
.mdl-stepper-horizontal-alternative .mdl-stepper-step .mdl-stepper-bar-right {
  position: absolute;
  top: 42px;
  height: 1px;
  border-top: 1px dashed #BDBDBD;
}

.mdl-stepper-horizontal-alternative .mdl-stepper-step .mdl-stepper-bar-right {
  right: 0;
  left: 50%;
  margin-left: 20px;
}

.mdl-stepper-horizontal-alternative .mdl-stepper-step .mdl-stepper-bar-left {
  left: 0;
  right: 50%;
  margin-right: 20px;
}

.sell-pages .form .input-container label.error {
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin: 0;
}

.sell-table select {
  padding-right: 24px;
  min-width: 90px;
}

.sell-pages .verifyModal {

  input.email_verification_code,
  input.phone_verification_code {
    margin-right: 0px;
    text-align: center;
    line-height: 20px;
    font-size: 20px;
    border: solid 1px rgba(3, 3, 3, 0.20);
    outline: none;
    width: 56px;
    height: 56px;
    transition: all 0.2s ease-in-out;
    border-radius: 10px;
    padding: 5px;
    min-width: auto;

    &:focus {
      border-color: #A88323;
    }

    @media (max-width: 400px) {
      width: 100%;
    }

  }

  .input-field-4 {
    gap: 16px;

    @media (max-width: 767px) {
      gap: 14px;
    }

    @media (max-width: 400px) {
      gap: 8px;
    }
  }

  i {
    font-size: 50px;
  }

  h5 {
    font-family: var(--font-body);
    font-weight: 600;
    font-size: 20px;

    @media (max-width: 575px) {
      font-size: 16px;
    }
  }

  a {
    text-decoration: underline;
    font-weight: 600;
  }

  p {
    color: #6D6D6D;
  }
}

.sell-pages #wrapper #dialog #form {
  margin: 15px 0;
}

.sell-pages .cartPriceFinal .tp,
.sell-pages .cartPriceFinal .rowprice {
  background-color: transparent !important;
  padding: 0;
  border-radius: 6px;
  display: inline-block;
  font-size: 30px;
  line-height: normal;
  font-weight: 600;
  @media (max-width: 575px) {
    font-size: 24px;
  }
}

.sell-pages .cartPriceFinal .tp:before,
.sell-pages .cartPriceFinal .rowprice:before {
  content: "£";
}

.sell-pages .cartPriceFinal .tp.remove-icon:before,
.sell-pages .cartPriceFinal .rowprice.remove-icon:before {
  display: none;
}

.sell-pages .cartPriceFinal .tp.text-success:after,
.sell-pages .cartPriceFinal .rowprice.text-success:after {
  content: "";
  content: url('https://stage-assets.goldbank.co.uk/images/additional-images/arrow_insert_green.svg');
  display: inline-block;
  width: 12px;
  margin-left: 5px;
}

.sell-pages .cartPriceFinal .tp.text-success,
.sell-pages .cartPriceFinal .rowprice.text-success {
  background-color: #9ee7cc !important;
  padding: 10px 15px;
}

.sell-pages .cartPriceFinal .tp.text-danger,
.sell-pages .cartPriceFinal .rowprice.text-danger {
  background-color: rgb(243, 226, 223) !important;
  padding: 10px 15px;
}

.sell-pages .cartPriceFinal .tp.text-golden,
.sell-pages .cartPriceFinal .rowprice.text-golden {
  position: relative;
  padding: 0 10px;
  z-index: 2;
}

.sell-pages .cartPriceFinal .tp.text-golden:after,
.sell-pages .cartPriceFinal .rowprice.text-golden:after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background-color: #fcf6df;
  border-radius: 6px;
  z-index: -1;
}

.text-golden {
  background: -webkit-linear-gradient(40deg, #a17026 0%, #fbce74 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.sell-pages .cartPriceFinal .tp.text-danger:after,
.sell-pages .cartPriceFinal .rowprice.text-danger:after {
  content: "";
  content: url('https://stage-assets.goldbank.co.uk/images/additional-images/arrow_insert_red.svg');
  display: inline-block;
  width: 12px;
  margin-left: 5px;
}

.sell-pages .fivegroup .last-step-sell .cartPriceFinal .tp,
.sell-pages .fivegroup .last-step-sell .cartPriceFinal .rowprice {
  background: -webkit-linear-gradient(40deg, #a17026 0%, #fbce74 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* override css */
.sell-pages .cartPriceFinal .rowprice {
  font-size: 16px;
  font-weight: 500;
  padding: 5px;
}

.back-btn {
  position: absolute;
  top: 15px;
  left: 20px;
  font-weight: 600;
  z-index: 99;

  @media (min-width: 992px) {
    left: 30px;
    top: 40px;
  }
}

.help-btn {
  font-size: 14px;
  padding: 6px;
  position: absolute;
  top: 0;
  right: 0;
  font-weight: 400;
  display: flex;
  gap: 4px;
  align-items: center;
  /* margin-right: 15px; */
  color: rgb(3, 3, 3, 0.8) !important;
  background-color: rgba(3, 3, 3, 0.10) !important;
  border: 0 !important;

  @media (min-width: 992px) {
    top: calc(50% - 18px);
    font-size: 12px;
    background-color: #fff;
  }

  &:hover {
    color: rgb(3, 3, 3) !important;
    background-color: rgba(3, 3, 3, 0.20) !important;
  }

  @media (max-width: 991px) {
    background-color: transparent !important;
    height: 20px;
    width: 20px;

    .fa-stack {
      height: 20px;
      width: 20px;
      flex-shrink: 0;

      .fa-question {
        left: 3px;
      }
    }

    right: 16px;
  }

  &:hover {
    color: rgb(3, 3, 3, 0.8) !important;
    background-color: transparent !important;
  }
}

.help-btn .fa-stack {
  height: 22px;
  width: 22px;
}

.faq-modal,
.faq-modal h5 {
  font-family: inherit;
}

.faq-tabs .nav-tabs {
  border-bottom: none;
  margin-bottom: 15px;
}

.faq-tabs .nav-tabs .nav-item {
  margin-bottom: 0;
  flex: 1 1 auto;
  display: flex;

  >button {
    flex: 1 1 auto;
  }
}

.faq-tabs .nav-tabs .nav-link:focus,
.faq-tabs .nav-tabs .nav-link:hover {
  border-color: transparent;
  background: transparent;
  border-bottom: 2px solid #000;
}

.faq-tabs .nav-tabs .nav-link {
  background: #fff;
  border: 0;
  border-bottom: 2px solid transparent;
  padding: 0.5rem 2rem;
}

.faq-tabs .nav-tabs .nav-item.show .nav-link,
.faq-tabs .nav-tabs .nav-link.active {
  background: transparent;
  border-bottom: 2px solid #000;
}

.faq-tabs .tab-content {
  background: transparent;
  padding: 0;
}

.faq-tabs .tab-content .card {
  background: none;
}

.faq-accordion .card {
  box-shadow: none;
  border: none;
}

.faq-accordion .card-header {
  padding: 0;
  background: none;
}

.accordion-head {
  display: block;
  padding: 1rem 1.25rem 1rem 2.3rem;
  background: #fff;
  position: relative;
  font-weight: 600;
}

.accordion-head:hover {
  color: #000;
  text-decoration: underline;
}

.accordion-head .fas {
  position: absolute;
  top: 21px;
  left: 15px;
}

#faqModal .goldeen-btn:after {
  background-color: #000;
}

#faqModal .goldeen-btn:before {
  background-color: #000;
}

#userCaptureModal {
  .modal-title {
    font-size: 24px;
  }

  .golden-btn {
    font-size: 18px
  }
}

.accordion-head.collapsed {
  background: none;
}

.accordion-head.collapsed .fa-plus:before {
  content: "\f078";
}

.accordion-head .fa-plus:before {
  content: "\f077";
}

.faq-accordion .card-body {
  background: #fff;
}

/* circular progress-bar */
.circle-progress .percent {
  position: relative;
}

.circle-progress svg {
  position: relative;
  width: 70px;
  height: 70px;
  transform: rotate(-90deg);
}

.circle-progress svg circle {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: #fff;
  stroke-width: 6;
  stroke-linecap: round;
}

.circle-progress svg circle:last-of-type {
  stroke-dasharray: 185px;
  stroke-dashoffset: calc(185px - (185px * var(--percent)) / 100);
  stroke: #b77c12;
}

.circle-progress .number {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.circle-progress .number span {
  font-size: 17px;
  color: #000;
}

.exact-detail-checkbox {
  color: rgba(3, 3, 3, 0.4);
  line-height: 1.5;
  font-size: 14px;
  font-weight: 600;
  display: inline-block;
}

.exact-detail-checkbox input {
  min-width: auto;
}

.sell-pages .add-item-gold-block #price_calculated_at_text {
  font-size: 14px;
  color: rgba(3, 3, 3, 0.4);
}

.sell-order-right ul li.disable {
  pointer-events: none;
}

.sell-pages .cartPriceFinal .fas {
  font-size: 20px;
  padding: 2px 0 13px 5px;
  display: inline-block;
  vertical-align: middle;
  line-height: 0;
  display: none !important;
}

.add-item-gold-block .add-gold-products .add-item-gold {
  width: fit-content;
  text-align: left;
  display: flex;
  align-items: center;
  gap: 6px;
  background-color: transparent;
  line-height: 20px;
  color: #03030399;
  border: 0;
  border-radius: 10px;
  font-size: 14px;
  padding: 0px;
  font-weight: 400;
  transition: all 0.1s ease-in-out;

  &:hover {
    color: #030303;
  }

  @media (max-width: 767px) {
    border: 1px dashed #353535;
    width: 100%;
    justify-content: center;
    padding: 13px;

    &:hover {
      background-color: rgb(3 3 3 / 10%);
    }
  }
}

.add-item-gold-block .add-gold-products {
  margin-bottom: 20px;
}

.weight-carat .goldeen-btn:after,
.weight-carat .goldeen-btn:before {
  background-color: #000;
}

.sell-order-right .sell-order-total {
  margin-top: 15px !important;
}

table:not(.table-investment).sell-table {
  margin-bottom: 10px;
}

.sell-order-right .main-tittle {
  font-weight: 600;
  border: 0;
  margin-bottom: 0;
  padding-bottom: 15px;
}

.sell-pages .main-tittle {
  font-family: var(--font-heading);
  font-size: 28px;
  line-height: 1.2;
}

.sell-pages .existing-customer-from .pill.user_level {
  text-transform: capitalize;
}

.existing-customer-from {
  display: flex;
  flex-direction: column;
  border: 1px solid #CFCFCF;
  margin-top: 0;
  background: #fff;
  padding: 0 20px;
  border-radius: 10px;

  >.row {
    align-items: center;
    margin: 0;
    border-top: 1px solid #CFCFCF;

    &:first-child {
      border-top: 0;
    }

    >div {
      padding: 15px 0;
      font-weight: 600;

      &:first-child {
        color: rgb(3, 3, 3, .4);
      }
    }
  }

  .user_level {
    border-radius: 3px;
    padding: 1px 3px;
    letter-spacing: 0.3px;
    font-size: 12px;
    white-space: nowrap;
    font-weight: 600;
    line-height: 20px;
    color: #fff;

    &.bronze {
      background-color: #a6482c;
    }

    &.silver {
      background-color: #7d908f;
    }

    &.platinum {
      background-color: #556968;
    }

    &.gold {
      background-color: #b2721c;
    }

    &.diamond {
      background-color: #0c232f;
    }
  }
}

.sell-order-right .sell-order-total .d-flex>div {
  -ms-flex: 0 0 100%;
  -webkit-box-flex: 0;
  flex: 0 0 100%;
  max-width: 100%;
}

.sell-product-amt .sell-product-img {
  flex: 0 0 40px;
  max-width: 40px;

  @media (max-width:767px) {
    flex: 0 0 35px;
    max-width: 35px;
  }
}

.sell-order-total .sell-product-desc p:last-child {
  font-size: 14px;
}

.sell-pages .sell-order-total .cartPriceFinal {
  text-align: left;
}

.sell-pages .sell-order-right .con-shop {
  width: calc(100% - 48px);
  margin: 0 auto 20px;
  border-radius: 10px;
}

.sell-pages .product-btn,
.main-menu-area .btn-dark.help-btn {
  font-family: var(--font-heading) !important;
  position: relative;
}

div#exampleModal .modal-content.weight-carat.rounded button#tbc-btn {
  border-radius: 10px;
}

div#declarationModal .modal-content.terms {
  font-weight: 600;

  input[type=checkbox] {
    min-width: auto;
  }
}

.backbtn {
  font-family: var(--font-heading) !important;
}

.sell-pages .product-btn::after,
.main-menu-area .btn-dark.help-btn::after,
.backbtn::after {
  content: "";
  width: 20%;
  height: 100%;
  position: absolute;
  right: auto;
  top: 0;
  bottom: 0;
  left: -20%;
  background-image: linear-gradient(105deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0));
}

.sell-pages .product-btn::after,
.backbtn::after {
  opacity: 0;
}

.sell-pages .product-btn:hover::after,
.backbtn:hover::after {
  opacity: 1;
}

.sell-pages .product-btn:hover,
.backbtn:hover {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 0, 0, 0.9);
  opacity: 1;
}

.sell-pages .product-btn:hover:after,
.sell-pages .product-btn:focus:after,
.main-menu-area .btn-dark.help-btn:hover::after,
.main-menu-area .btn-dark.help-btn:focus::after,
.backbtn:hover::after,
.backbtn:focus::after {
  transition-timing-function: ease;
  transition: all 1s ease-out;
  left: 100%;
}

.main-menu-area .btn-dark {
  background-color: #000;
  border-color: #000;
}

.main-menu-area .btn-dark.help-btn {
  display: inline-block !important;
}

.review_order_table .card-header .editBtn:hover {
  color: #b57a10;
}

.sell-pages .goldbankAssure-tile img {
  height: 35px;
  margin-bottom: 6px;
}

.sell-pages .goldbankAssure .goldbankAssure-tile {
  /* padding: 32px 28px; */
  border-radius: 10px;
}

.sell-pages .goldbankAssure-tile h3 {
  font-size: 24px;
  line-height: normal;
  padding-bottom: 24px;
  max-width: 100%;
  font-family: var(--font-heading);
  font-weight: 600;
  color: #151116;
}

.sell-pages h3 {
  font-family: inherit;
  color: #030303;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.acrd-address .address-select:hover {
  color: #333;
}

.accordion:not(.faq-accordion)>.card {
  box-shadow: none;
  border-radius: 12px !important;
  border-bottom: 1px solid #cfcfcf !important;
  padding: 1px 0;
  overflow: initial;

  .card-header {
    border-radius: 12px !important;
  }

  /*&:first-of-type {
    border-bottom: 1px solid #cfcfcf;
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px;
  }

  &:last-of-type {
    border-top-right-radius: 12px;
    border-top-left-radius: 12px;
  }*/

  &.expanded {
    border-color: #030303 !important;
  }

  &.disabled {
    background-color: #e8e8e8;

    .card-header {
      background-color: #e8e8e8;

      a {
        cursor: not-allowed;
      }

      label {
        color: rgba(3, 3, 3, .4);

        &:before {
          border-color: rgba(3, 3, 3, .4);
        }

        i {
          color: #030303;
        }
      }
    }
  }
}

.accordion:not(.faq-accordion)>.card .card-header {
  background-color: #fff;
  margin-bottom: 0;
  border-radius: 12px;
}

.accordion>.card .card-header.disabled {
  opacity: .8;
}

.collection_timings .box-title {
  font-weight: 600;
  font-size: 20px;
  color: #000;
  font-family: inherit;
}

.sell-pages .review_order_table .table.sell-table tr td:last-child {
  padding-right: 18px;
  color: #000;
}

.collection_timings .collection_address {
  padding: 0 30px 0 15px;
  height: 53px;
}

.collection_timings .collection_address:disabled {
  cursor: not-allowed;
}

.sell-pages .review_order_table .table.sell-table tr:first-child td {
  border-top: 0;
}

.sell-pages .fivegroup .sell-order-total p.cart-amount,
.sell-pages .fivegroup .sell-order-total .sell-product-desc p:last-child {
  color: #fff;
}

.sell-pages .fivegroup .sell-product-amt {
  border-top: 0;
}

.sell-pages .fivegroup .cartPriceFinal {
  color: #fff !important;
}

.sell-pages .fivegroup .last-step-sell {
  background-color: #000;
  padding-bottom: 15px;
  border-radius: 0 0 15px 15px;
}

.sell-pages .fivegroup .last-step-sell a {
  margin-bottom: 0;
  /* background: #fff; */
  background: linear-gradient(149deg, #FFE7B9 -8.31%, #CAA969 50%);
  color: #000 !important;
  overflow: hidden;
}

.review_order_table .card-header p {
  font-weight: bold;
  font-size: 16px;
  line-height: 1;
  display: flex;
  align-items: center;
  margin-bottom: 0;
}

.sell-pages .box .table.sell-table tbody.productView {
  background: #FFFFFF;
}

html body .error_box span {
  display: block;
}

html body .error_box span,
html body .new-customer-from .error_box span em,
.new-customer-from .help-block,
.error_box p {
  position: relative;
  margin-top: 10px;
  background-color: #fff;
  padding: 6px 10px;
  border: 1px solid #ab2617;
  border-left: 8px solid;
  color: #ab2617;
  font-size: 14px;
  line-height: 24px;
  padding-left: 36px;
  font-style: normal;
  border-radius: 5px;
}

/* html body .new-customer-from .error_box span {
  margin-top: 0;
  background-color: transparent;
  padding: 0;
  border: 0;
  font-size: 0;
  line-height: 0;
  padding-left: 0;
} */
html body .error_box span:empty,
html body .messages:empty {
  display: none !important;
}

html body .messages ul {
  margin-bottom: -30px;
}

.card-authorisation .has-error+label,
.card-authorisation .has-error::placeholder {
  color: #FF3838 !important;
}

html body .new-customer-from .error_box span:before {
  display: none;
}

html body .new-customer-from .error_box span em:before,
.new-customer-from .help-block:before,
.error_box p:before {
  content: "\f071";
  font-family: var(--font-awesome);
  font-weight: 900;
  position: absolute;
  left: 10px;
}

html body .error_box span:before {
  content: "\f071";
  font-family: var(--font-awesome);
  font-weight: 900;
  position: absolute;
  left: 10px;
}

.acrd-address label i {
  font-style: normal;
}

/* @keyframes animate {
  0% {opacity: 0;}
  50% {opacity: 0.7;color: #b77c12;}
  100% {opacity: 0;}
} */
label[for="bank_trans"]:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
}

input[type=radio]:checked+label[for="bank_trans"]:after {
  display: none;
}

.sell-pages .box {
  /* border-radius: 0 !important; */
  border: 0 !important;
  background: transparent !important;
}

.sell-pages .box .table.sell-table {
  border-spacing: 0 8px;
  border-collapse: separate !important;
}

.sell-pages .box .table.sell-table tbody tr {
  vertical-align: inherit !important;
  /* background: #FFF; */
  border-radius: 15px;
  padding: 0px 0px 6px 0px;
}

.sell-pages .box .table.sell-table tbody tr:last-child {
  padding-bottom: 0px;
}

.sell-pages .box .table.sell-table tbody tr td {
  vertical-align: inherit !important;
}

.custom-tp {
  position: relative;
  @media (max-width: 767px) {
    width: 100%;
    justify-content: center;
  }
}

.custom-tp .loader-pos:not(.d-none)~.rowprice {
  display: none;
}

.custom-tp .loader-pos.d-none~.rowprice {
  display: block;
}

.sell-pages .cartPriceFinal .custom-tp {
  background-color: rgba(3, 3, 3, 0.10) !important;
  font-size: 15px;
  height: 56px;
  font-weight: 400;
  font-size: 15px;
  min-width: 135px;
  padding-left: 15px;
  padding-right: 15px;
  border-radius: 10px;
  color: #030303;
  display: flex !important;
  align-items: center;
  width: 100%;
}

.sell-pages .cartPriceFinal .custom-tp .tp {
  font-size: 15px;
  color: #030303;
  font-weight: 400;
  display: flex;
  align-items: center;
  padding: 5px;
}

.review_order_table .card-header {
  font-weight: 600;
  font-size: 16px;
  background-color: #fff;
  border-radius: 15px 15px 0 0;
  border-bottom: 0;
  position: relative;
}

.review_order_table .productView tr td:first-child {
  width: 50px;
  text-align: center;
}

.review_order_table .productView tr td,
.review_order_table .card-body p {
  color: #000;
  font-size: 14px;
  font-weight: 600;
}

.review_order_table .card-body p.paymentreviewoption span {
  background-color: #fcf6df;
  line-height: 22px;
  padding: 4px 8px;
  border-radius: 6px;
  display: inline-block;
}

.review_order_table .productView tr td:nth-child(2) {
  text-align: left;
}

.sell-pages .review_order_table .border-bottom {
  border-bottom: 1px solid #cccccc !important;
  border-radius: 0 !important;
}

.sell-pages .review_order_table table.table.table-condensed.order-table.sell-table {
  border-spacing: 0;
  border-radius: 10px;
  overflow: hidden;

  tbody {
    tr {
      @media (min-width: 991px) {
        padding: 8px 16px;
      }

      &:not(:last-of-type) {
        border-bottom: 1px solid #cccccc;

        @media (min-width: 991px) {
          border-bottom: none;
        }

        td {
          @media (min-width: 991px) {
            border-bottom: 1px solid #cccccc;
          }
        }
      }

      td {
        border-radius: 0 !important;
        width: auto;
        text-align: left;
        padding: 20px 14px;
        vertical-align: middle !important;
        background: transparent !important;

        @media (min-width: 991px) {
          padding: 24px 20px;
        }

        &:first-child,
        &:nth-child(2) {
          padding-bottom: 0;

          @media (min-width: 991px) {
            padding-bottom: 24px;
          }
        }

        &:nth-child(n+3):nth-child(-n+6) {
          padding-top: 10px;

          @media (min-width: 991px) {
            padding-top: 24px;
          }
        }

        &:nth-last-child(1) p {
          color: #000;

          @media (min-width: 991px) {
            font-size: 20px;
            color: #000;
          }
        }

        &:nth-child(2),
        &:last-child {
          p b {
            color: #000;
          }
        }

        p {
          margin-bottom: 0px;

          &:nth-last-child(1) {
            margin-bottom: 0;
            color: #8B8B8B;
            font-size: 12px;
          }

          b {
            font-weight: 600;
            color: #8B8B8B;

            @media (min-width: 991px) {
              color: #000;
            }
          }
        }

        img {
          height: 40px;
          max-width: initial;
        }
      }
    }
  }
}

.sell-pages .review_order_table .card-header p {
  font-weight: 600;
}

.sell-pages .review_order_table .card-body span.btn-black {
  border-radius: 5px;
  overflow: initial;

  &::after {
    display: none;
  }
}

.sell-pages .box .table.sell-table tbody input,
.sell-pages .table.sell-table tbody select {
  font-weight: 400;
  border-radius: 10px;
  background-color: #fff;
  border: 1px solid #bdbdbd;
  color: rgba(3, 3, 3, .4);

  &.guide_price {
    color: #030303;
  }

  &:disabled {
    opacity: 1;
  }

  &:not([disabled]):not([readonly]) {
    color: #030303;
  }

  &:hover {
    border: 1px solid #030303;
  }
}

.sell-pages .box .table.sell-table tbody .has-item input,
.sell-pages .table.sell-table tbody .has-item select,
.sell-pages .table.sell-table tbody select option,
.sell-pages .table.sell-table tbody select optgroup {
  color: rgba(3, 3, 3);
}

.sell-pages .table.sell-table tbody input.text-sucess.guide_price {
  border-radius: 10px;
  background: rgba(3, 3, 3, 0.10);
  padding: 8px 14px;
  border: 0;
  min-height: 50px;
  text-align: center;
  width: 100%;
  min-width: 70px;

  &.loading {
    color: transparent;
  }
}

.sell-pages .table.sell-table tbody input.weight[readonly],
.sell-pages .table.sell-table tbody .karat-container .dropdown-search-input[readonly] {
  border-radius: 10px;
  background: rgba(3, 3, 3, 0.10);
  padding: 8px 14px;
  border: 0;
  /* min-height: 56px; */
  text-align: left;
  width: 100%;
  min-width: 70px;
  color: #030303;
}

.sell-pages .table.sell-table tbody select {
  padding: 15px 30px 15px 10px;
}

.sell-pages .box .table.sell-table tbody tr td input.item_unit.weight.required {
  padding: 8px 25px;
}

.sell-pages .box .table.sell-table tbody tr td input.item_unit.weight.required,
.sell-pages .box .table.sell-table tbody tr td input.grams,
.sell-pages .box .table.sell-table tbody tr td input.newpercentkarat {
  padding: 8px 14px;
  border-radius: 10px;
  min-height: 56px;
  background-color: #FFF !important;
  /* border: 0; */
  text-align: center;
}

.sell-pages .box .table.sell-table tbody tr td input.item_unit.weight.required {
  text-align: center;
}

.sell-pages .box .table.sell-table tbody tr td input.newpercentkarat {
  text-align: left;
}

.sell-pages .box .table.sell-table tbody tr td input.newpercentkarat,
.sell-pages .box .table.sell-table tbody tr td input.item_unit.weight.required {
  background-color: #fff !important;
  border: 1px solid #bdbdbd !important;
}

.sell-pages .box .table.sell-table tbody tr td input.item_unit.weight.required.weight-gray {
  /* background-color: #FFF !important; */
  /* border: 0 !important; */
}

.sell-pages .box .table.sell-table tbody tr td input.grams {
  min-width: 130px;
  max-width: 100%;
  text-align: left;
}

.sell-pages .box .table.sell-table tbody select.control-select.productList {
  padding: 15px 35px 15px 48px;
}

.sell-pages .box .table.sell-table tbody select.control-select.productList option {
  padding: 8px 16px !important;
}

.sell-pages .box .table.sell-table tbody .img-pos {
  position: absolute;
  top: 50%;
  left: 16px;
  transform: translateY(-50%);
  display: flex;

  img.sellprodimg {
    width: 24px;
  }

  i.sellprodimg-placeholder {
    font-size: 20px;
    color: rgba(3, 3, 3, .4);
  }
}

.sell-pages .box .table.sell-table tbody select:focus+.img-pos i.sellprodimg-placeholder {
  color: inherit;
}

.sell-pages .box .table.sell-table tbody select.control-select.required {
  width: 160px;
}

.sell-pages .review_order_table .card-body.bg-white {
  border-radius: 10px;
  padding: 20px;
  display: flex;
  flex-direction: column;
}

.sell-pages .box .table.sell-table tbody.productView tr,
.sell-pages .box .table.sell-table tbody.productView td {
  border-radius: 0 !important;
}

.sell-pages .review_order_table .card-body p.paymentreviewoption span {
  background-color: transparent;
  padding: 0;
}

.sell-pages .review_order_table .card-body p.paymentreviewoption span:nth-last-child(1) {
  background-color: #000 !important;
  border-radius: 0 !important;
  color: #fff !important;
}

.sell-pages .box .table.sell-table tbody tr td span.pos-gram {
  position: absolute;
  color: rgba(3, 3, 3, .4);
  right: 8px;
  top: 49%;
  transform: translateY(-50%);
  font-size: 14px;
}

.sell-pages .box .table.sell-table tr th {
  padding: 5px;
  font-size: 14px;
  font-weight: 600;
  color: rgb(3, 3, 3, .4);
}

.sell-pages .box .table.sell-table button.qty-btn {
  border-radius: 10px;
  background: #fff;
  color: #bdbdbd;
  border: 1px solid #bdbdbd;
  padding: 0 .5rem;

  @media (min-width:768px) {
    /* display: none !important; */
  }
}

.product-detail-plus-minus {
  @media (min-width:768px) {
    gap: 0 !important;
  }
}

/* .sell-pages .box .table.sell-table button.sub-prd {
  border-right: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  padding-right: .1rem;
  @media (max-width: 767px) {
    padding: 10px 22px;
    border-radius: 10px !important;
    border-right: 1px solid rgba(3, 3, 3, 0.20);
  }
}
.sell-pages .box .table.sell-table button.add-prd {
  border-left: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  padding-left: .1rem;
  @media (max-width: 767px) {
    padding: 10px 22px;
    border-radius: 10px !important;
    border-left: 1px solid rgba(3, 3, 3, 0.20);
  }
} */
.sell-pages .box .table.sell-table tr td .btn.remove {
  border-radius: 10px;
  background: transparent;
  text-align: center;
  font-size: 1.25rem;
  display: none;

  @media (max-width: 991px) {
    &:hover {
      background-color: #030303;
      color: white;
    }
  }
}

.sell-pages .box .table.sell-table tr:not(:only-of-type) td .btn.remove {
  display: initial;
}

input.text-sucess.guide_price {
  border-radius: 10px;
  background: rgba(162, 113, 39, 0.10);
  color: #A27127;
  padding: 8px 14px;
  border: 0;
  min-height: 50px;
  /* min-height: 56px; */
  text-align: center;
  width: 100%;
  min-width: 70px;
}

.loader-pos {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.loader-pos i {
  color: #A27127;
}

.loader-pos.dark i {
  color: #2e2d31;
}

.sell-pages .product-btn.con-shop {
  position: relative;
}

.sell-pages .product-btn.con-shop span {
  padding-right: 0;
  transition: padding 0.5s ease-in-out;
}

.sell-pages .product-btn.con-shop:hover span {
  padding-right: 5px;
  transition: padding 0.5s ease-in-out;
}

.sell-pages .product-btn.con-shop i {
  width: auto;
  height: auto;
  opacity: 0;
  transform: translateX(-35px);
  position: relative;
  display: inline-block;
  transition: all 0.5s;
  font-size: 22px;
  line-height: 24px;
  padding-left: 5px;
}

.sell-pages .product-btn.con-shop i::before,
.sell-pages .product-btn.con-shop i::after {
  border-color: #fff;
}

.sell-pages .product-btn.con-shop:hover i {
  transform: translateX(0px);
  opacity: 1;
  width: auto;
  height: auto;
  transition: all 0.5s;
}

.sell-pages .custom-modal .modal-title,
.sell-pages .custom-modal .accordion-head,
.sell-pages .faq-tabs .nav-tabs .nav-link,
.sell-pages .addres-details h6 {
  /* font-family: 'Playfair Display', serif; */
  font-family: inherit !important;
  font-weight: 500;
}

.sell-pages .custom-modal .accordion-head {
  padding: 1rem 2.3rem 1rem 0;
}

.sell-pages .custom-modal .accordion-head .fas {
  left: inherit;
  right: 15px;
}

.sell-pages .faq-accordion .card-body {
  padding: 1rem 10rem 1rem 0;
}

/* .sell-pages .faq-tabs .nav-tabs{
  border-bottom: 1px solid #000;
} */
.sell-pages .faq-tabs .nav-tabs .nav-link {
  padding: 0.5rem 1.3rem;
  border: 1px solid #000;
  border-radius: 0;
}

.sell-pages .faq-tabs .nav-tabs .nav-link:hover,
.sell-pages .faq-tabs .nav-tabs .nav-link.active {
  background: #000 !important;
  color: #fff !important;
}

.calen-icon i {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  pointer-events: none;
  cursor: pointer;
}

.sell-pages .custom-modal .modal-header .close svg path {
  stroke-width: 3;
}

.sell-pages .faq-accordion .card-body,
.sell-pages p.password-link a.p-link {
  /* font-family: 'Eina-Regular'; */
  font-weight: normal;
}

.sell-pages p.password-link a.p-link:hover {
  color: #222;
}

.grey-color {
  color: #8B8B8B;
}

.sell-pages .select-slots .timings ul {
  display: flex;
  flex-direction: row;
}

.sell-pages .select-slots .timings ul:not(.day-all-pre) {
  border-top: 1px solid #CFCFCF;
}

.sell-pages .select-slots .timings ul:not(.day-all-pre) li:first-child span {
  align-items: start;
}

.sell-pages .select-slots .timings ul.day-all-pre li:not(:first-child) {
  gap: 6px;
  justify-content: center;
}

.sell-pages .select-slots .timings ul.day-all-pre li:not(:first-child) div:first-child {
  font-size: 40px;
  font-weight: 400;
}

.sell-pages .select-slots .timings ul.day-all-pre li:not(:first-child) div:last-child {
  font-size: 12px;
  font-weight: 600;
  color: rgba(3, 3, 3, .6);
  display: flex;
  flex-direction: column;
  align-items: start;
}

.sell-pages .select-slots {
  margin-left: -20px;
  margin-right: -20px;
}

.sell-pages .select-slots .timings ul li {
  text-align: center;
  font-weight: 600;
  line-height: normal;
  padding: 5px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-basis: 0;
  flex-grow: 1;
}

.sell-pages .select-slots .timings:first-child ul li:first-child {
  font-weight: 600;
}

.sell-pages .select-slots .timings:not(:first-child) ul li:first-child {
  flex-direction: row;
  align-items: start;
}

.sell-pages .select-slots .timings ul li:first-child img {
  padding-right: 10px;
}

.sell-pages .select-slots .timings:first-child li {
  font-weight: normal;
}

.sell-pages .select-slots .timings:first-child li span {
  display: block;
  line-height: 12px;
  font-weight: 600;
}

.sell-pages .select-slots .timings ul li p {
  line-height: 16px;
  font-size: 14px;
  font-weight: normal;
}

.sell-pages .select-slots .timings ul li label {
  margin: 0;
  flex-grow: 1;
  display: flex;
  align-items: center;
}

.sell-pages .select-slots .timings ul li label.success-delivery span {
  background-image: url('https://stage-assets.goldbank.co.uk/images/additional-images/Icon-5.png');
  background-repeat: no-repeat;
  background-position: calc(100% - 5px) 5px;
}

.sell-pages .select-slots .timings ul li label span {
  padding: 10px;
  border: 1px solid #cfcfcf;
  border-radius: 5px;
  cursor: pointer;
  flex-grow: 1;
  display: flow;
}

.sell-pages .select-slots .timings ul li label input:disabled+span {
  background-color: #D6D6D6;
  border: none;
}

.sell-pages .select-slots .timings ul.checked {
  position: relative;
}

.sell-pages .select-slots .timings ul.checked:before {
  content: '\f0da';
  font-family: var(--font-awesome);
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  font-weight: 600;
  font-size: 20px;
  display: none;
}

@media (min-width: 991px) {
  .sell-pages .select-slots .timings ul.checked:before {
    display: block;
  }
}

.sell-pages .select-slots .timings ul li label [type="radio"]:checked+span {
  background-color: #000;
  border: 1px solid #000;
  color: #fff;
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 6px;
  align-items: center;
}

.sell-pages .select-slots .timings ul li label [type="radio"]:checked+span:before {
  content: '\f0d9';
  font-family: var(--font-awesome);
  color: #000;
  position: absolute;
  left: 11px;
  font-size: 20px;
  transform: translateX(-100%);
}

@media (min-width: 991px) {
  .sell-pages .select-slots .timings ul li label [type="radio"]:checked+span:before {
    display: none;
  }
}

.sell-pages .select-slots .timings ul li label [type="radio"]:checked+span:after {
  content: '\f00c';
  font-family: var(--font-awesome);
}

.sell-pages .select-slots .timings ul.active {
  background-color: #f4f4f4;
}

.sell-pages .select-slots .timings ul li {
  justify-content: flex-start;
  padding: 20px 10px;
}

.sell-pages .select-slots .timings ul li:not(:first-child):not(.checked-column) {
  display: none;

  @media (min-width: 991px) {
    display: flex;
  }
}

.sell-pages .premium-collection-container {
  display: flex;
}

/*.sell-pages .premium-collection-container input {
  width: initial;
  flex-grow: 1;
  border-radius: 10px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right: 0;
}*/

.sell-pages .premium-collection-container #edit_collection {
  cursor: pointer;
}

.sell-pages .premium-collection-container .input-group-text {
  background-color: #fff;
  border-left: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.sell-pages .collection-dates-input-group {
  padding: 5px 16px 5px 4px;
  border-radius: 10px;
  background-color: #000;
}

.sell-pages .collection-dates-input-group .input-group-text i {
  font-size: 20px;
}

.sell-pages .collection-dates-input-group select {
  padding-left: 0;
}

.sell-pages .collection-dates-input-group .input-group-text,
.sell-pages .collection-dates-input-group select {
  background-color: #000;
  color: #fff;
  font-weight: 600;
  border: none;
}

.sell-pages .select-slots .timings ul li span {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
}

.sell-pages .select-slots .timings ul li span p {
  font-size: 12px;
  color: rgba(3, 3, 3, .6);
  font-weight: 400;
}

.form-group label {
  padding-left: 0;
}

.sell-pages .goldbankAssure-tile p {
  font-size: 15px;
}

/*helvatica fonts change css*/

.sell-pages .form .input-field#existpassword {
  font-size: 16px;
}

.sell-pages .alert-msg {
  border-radius: 10px;
  padding: 10px;
  background: #ebe5f3;
}

.sell-pages .alert-msg.cash-paymennt {
  background: #e8d8b6;
}

.sell-pages .alert-msg svg {
  width: 24px;
  height: 24px;
}

.sell-pages .alert-msg p {
  font-size: 14px !important;
  line-height: 1.2;
}

span.fs-12.grey-color {
  font-size: 12px;
}

.sell-table .product-btn {
  padding: 20px 20px !important;
  border-radius: 10px;
}

.sell-table .product-btn a {
  font-size: 16px;
}

.sell-product-img {
  position: relative;
}

.sell-product-img::before {
  content: "";
  position: absolute;
  top: inherit;
  left: 0;
  display: inline-block;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: var(--font-color);
  transform-origin: center;
  bottom: 4px;
  left: 2px;

  @media (max-width:767px) {
    width: 32px;
    height: 32px;
  }
}

.sell-product-img::before {
  animation: onroute-pulse 2s linear infinite;
}

ul.step-progress {
  list-style-type: none;
  display: flex;
  width: 100%;
  background: #F2F2F2;
  filter: drop-shadow(2px 0px 2px rgba(0, 0, 0, 0.15));
  overflow-x: hidden;

  li {
    display: flex;
    height: 41px;
    background: transparent url('https://stage-assets.goldbank.co.uk/images/additional-images/sell-images/progress-step-mobile.svg') no-repeat right;
    background-size: cover;
    flex-grow: 1;
    margin-right: -5%;
    z-index: 6;

    &:first-child {
      margin-left: -5%;
    }

    &:last-child {
      padding-right: 5%;
    }

    &:nth-child(1) {
      z-index: 5;
    }

    &:nth-child(2) {
      z-index: 4;
    }

    &:nth-child(3) {
      z-index: 3;
    }

    &:nth-child(4) {
      z-index: 2;
    }

    &:nth-child(5) {
      z-index: 1;
    }

    a {
      color: #9a9a9a;
      font-weight: 600;
      font-size: 10px;
      flex-grow: 1;
      display: flex;
      align-items: center;
      justify-content: center;
      padding-left: 5%;
    }

    &.active {
      background-image: url('https://stage-assets.goldbank.co.uk/images/additional-images/sell-images/progress-step-mobile-active.svg');

      a {
        color: #151116;
      }
    }
  }
}

.sell-pages .congrats-container {
  background: url('https://stage-assets.goldbank.co.uk/home_new/assets/images/sell/thankyou.png') no-repeat center top;
  background-size: 100% 385px;

  .productView .sell-img {
    position: relative;
    width: 50px !important;
    height: 50px !important;

    @media (min-width: 991px) {
      width: 70px !important;
      height: 60px !important;
    }

    img {
      padding: 8px;
      border-radius: 5px;
      border: 1px solid #cfcfcf;
      width: 50px !important;
      height: 50px !important;
      max-width: initial;

      @media (min-width: 991px) {
        padding: 8px 13px;
        width: 70px !important;
        height: 60px !important;
      }
    }


    span {
      position: absolute;
      top: -10px;
      right: -10px;
      padding: 2px;
      background-color: black;
      color: white;
      border-radius: 50%;
      height: 20px;
      width: 20px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 10px;
    }
  }

  .review_order_table table.table.table-condensed.order-table.sell-table tbody tr {
    padding: 0;

    td {
      &:first-child {
        padding-left: 0;
      }

      &:nth-last-child(1) p {
        font-size: inherit;
      }

      @media (min-width: 991px) {
        border-bottom: 0;
      }
    }
  }

  .review_order_table .card-body.bg-white {
    border: 1px solid #cfcfcf;
  }

  .total-amount {
    font-size: 20px;
    border-top: 1px solid #cfcfcf;
    padding-top: 24px;

    .amount {
      font-weight: 600;
    }
  }
}

.congrats_header {
  padding: 50px 0;
  background-size: cover;
}

.congrats_overview {
  max-width: 540px;
  margin: 0 auto;
  position: relative;
  color: #FFF;
}

.congrats_btn {
  max-width: 540px;
  margin: 20px auto 0;
}

.congrats_btn .button {
  width: 100%;
  text-align: center;
  display: block;
  background-color: rgba(255, 255, 255, 0.1);
  color: #fff;
  border: 2px dashed #fff;
  border-radius: 15px;
  font-weight: 600;
  padding: 10px 25px;
}

.congrats_btn .button:hover {
  background-color: #fff;
  color: #000;
}

.congrats_overview h2 {
  text-align: center;
  margin: 0;
  font-size: 36px;
}

.congrats_overview p {
  text-align: center;
  display: block;
  font-size: 16px;
}

.congrats_point {
  background: #ededed;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-radius: 15px;
  padding: 20px;
  padding: 15px;
  margin-top: 30px;
}

.congrats_point .image {
  background: #ededed;
  flex: 0 0 40px;
  max-width: 40px;
  height: 40px;
}

.congrats_point .image img {
  max-width: 100%;
  max-height: 100%;
  display: block;
  margin: 0 auto;
}

.congrats_point .congrats_point_desc {
  padding-left: 20px;
  flex: 0 0 calc(100% - 40px);
  max-width: calc(100% - 40px);
}

.congrats_point .congrats_point_desc span {
  color: #9c9c9c;
  font-size: 16px;
  line-height: 19px;
  display: block;
  padding-bottom: 1px;
  font-weight: 600;
}

.congrats_point .congrats_point_desc label {
  color: #151116;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  display: block;
  margin: 0;
}

.contrats_total {
  background-color: transparent;
  border-radius: 0;
  border-bottom: 1px solid #d0cbcb;
  margin-bottom: 30px;
}

.contrats_total_inner {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 340px;
  padding: 15px 20px;
  margin-left: auto;
  margin-right: 0;
}

.contrats_total_inner .contrats_total_left {
  flex: 0 0 100px;
  max-width: 100px;
  color: #000;
  font-size: 16px;
  padding: 5px 0;
  font-weight: 600;
}

.contrats_total_inner .contrats_total_right {
  flex: 0 0 calc(100% - 100px);
  max-width: calc(100% - 100px);
  color: #000;
  font-size: 18px;
  padding: 5px 0;
  font-weight: 600;
}

.congrats_summary {
  padding: 0 15px;

  @media (min-width: 991px) {
    padding: 0;
  }

  >.container {
    width: 700px;
    background: #fff;
    border-radius: 10px;
    padding: 32px 24px;
  }
}

.congrats_summary table:not(.table-investment).sell-table {
  margin-bottom: 0;
}

.congrats_summary .table.order-table td {
  border-top: 0;
  padding: 1rem 0.75rem;
}

.congrats_summary .order-table tbody tr td:last-child {
  padding-right: 20px;
}

.contrats_total_inner .contrats_total_right.congrats_price {
  font-size: 20px;
  background: -webkit-linear-gradient(40deg, #a17026 0%, #fbce74 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
}

.congrats-title {
  font-weight: 600;
  font-size: 16px;
  line-height: 1em;
  margin-bottom: 0;
  font-family: var(--font-body);

  @media (min-width: 991px) {
    font-size: 20px;
  }

  span {
    color: #8B8B8B;
  }

  &.congrats-date {
    font-size: 14px;

    @media (min-width: 991px) {
      font-size: 20px;
    }
  }

  +.badge-warning {
    background-color: #eecc6b;
    font-size: 14px;
    padding: 5px 10px;

    @media (min-width: 991px) {
      font-weight: 400;
    }
  }
}

.congrats_deliver {
  padding: 10px 0;
  border-bottom: 1px solid #d0cbcb;
  margin-bottom: 20px;
}

.congrats_deliver.congrats_method {
  border-bottom: 0;
}

.congrats_deliver .congrats-title {
  position: relative;
  padding-left: 40px;
  line-height: 34px;
  margin-bottom: 10px;
}

.congrats_deliver .congrats-title img {
  height: 34px;
}

.congrats_deliver p {
  font-size: 16px;
  font-weight: 500;
}

.congrats_deliver .congrats-title img {
  position: absolute;
  left: 0;
}

.congrats_quick_btn a:hover {
  color: #a27127;
}

.congrats_steps {
  max-width: 900px;
  margin: 0 auto;
}

.address-info .congrats_steps .box {
  border: 2px dashed #a27127;
  background-color: #fff;
}

.address-info .congrats_steps .box.active {
  border: 2px solid #000;
}

.address-info .congrats_steps .box.active:before,
.address-info .congrats_steps .box.active:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 11;
  display: block;
  width: 10px;
  height: 10px;
  border-bottom: 2px solid #000;
  border-right: 2px solid #000;
  top: -22px;
  -webkit-transform: translate(-50%, 0%) rotate(45deg);
  -moz-transform: translate(-50%, 0%) rotate(45deg);
  transform: translate(-50%, 0%) rotate(45deg);
  -webkit-animation: fade_move_down 1.4s linear infinite;
  -moz-animation: fade_move_down 1.4s linear infinite;
  animation: fade_move_down 1.4s linear infinite;
}

.address-info .congrats_steps .box.active:after {
  top: -12px;
  animation-delay: 0.2s;
}

@-webkit-keyframes fade_move_down {
  0% {
    -webkit-transform: translate(0, -10px) rotate(45deg);
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    -webkit-transform: translate(0, 10px) rotate(45deg);
    opacity: 0;
  }
}

@-moz-keyframes fade_move_down {
  0% {
    -moz-transform: translate(0, -10px) rotate(45deg);
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    -moz-transform: translate(0, 10px) rotate(45deg);
    opacity: 0;
  }
}

@keyframes fade_move_down {
  0% {
    transform: translate(0, -10px) rotate(45deg);
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    transform: translate(0, 10px) rotate(45deg);
    opacity: 0;
  }
}

.congrats_steps p {
  font-weight: 500;
}

.congrats_steps h5 {
  font-family: inherit;
  font-weight: 600;
}

.congrats_steps .h-100>p {
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0;
}

.congrats_summary .main-tittle {
  font-weight: 600;
}

.congrats_summary p.switzer-regular {
  font-size: 16px;
  letter-spacing: 0;
}

.congrats_quick_btn a {
  color: #000;
  border: 1px solid #000;
  border-radius: 5px;
  padding: 5px 10px;
}

.congrats_quick_btn a img {
  filter: grayscale(100%);
}

.congrats_quick_btn a:hover img {
  filter: grayscale(0);
}

.congrats_next {
  background-color: #f2f0ee;
  padding: 30px 0 60px;
  margin-top: 30px;
}

.black-button {
  background: #000;
  border: 0px;
  padding: 0.5rem 1rem;
  border-radius: 3px;
  font-weight: 600;
  position: relative;
  color: #fff;
}

.black-button:hover {
  color: #fff;
}

.lowest_marign h2 {
  font-weight: 600;
  font-family: inherit;
}

@media (max-width: 991px) {
  .contrats_total_inner {
    max-width: 300px;
    padding: 10px 15px;
  }

  .completed-box:after {
    top: -9px;
    left: -12px;
  }

  .lowest_marign .section-title {
    text-align: center;
    padding: 0 0 40px;
  }

  .main-content-wrap .section-title {
    padding: 40px 0 0;
  }

  .page-suppliers__tabs .border-right {
    border-right: 0 !important;
  }
}

@media (max-width: 768px) {
  .time-select {
    width: 100%;
  }

  .congrats_deliver .congrats-title {
    font-size: 20px;
    padding-left: 32px;
    line-height: 30px;
  }

  .congrats_deliver .congrats-title img {
    height: 28px;
  }

  .contrats_total_inner {
    max-width: 260px;
    padding: 5px 0;
  }

  .contrats_total {
    margin-bottom: 20px;
  }

  .completed-box:after {
    top: -9px;
    left: -12px;
    width: 200px;
  }

  .address-info .congrats_steps .col-md-4 {
    margin-bottom: 40px;
  }

  .address-info .congrats_steps .col-md-4:last-child {
    margin-bottom: 0;
  }
}

@media (max-width: 576px) {
  .custom-btn-mobile {
    max-width: 100%;
    flex-basis: 100%;
  }

  .fn-440 {
    padding-left: 140px;
  }

  .congrats_deliver .congrats-title {
    font-size: 16px;
    padding-left: 28px;
    line-height: 24px;
  }

  .congrats_deliver .congrats-title img {
    height: 24px;
  }

  .congrats_quick_btn a.ml-3 {
    margin-left: 5px !important;
  }

  .congrats_header {
    border-radius: 0 0 60px 60px;
  }

  .congrats_overview {
    max-width: 360px;
  }

  .congrats_btn {
    max-width: 360px;
  }

  .congrats_overview h2 {
    padding-bottom: 0;
  }

  .congrats_overview::before {
    width: 60px;
    height: 60px;
    top: -30px;
  }

  .congrats_overview p {
    font-size: 18px;
  }

  .congrats_point {
    border-radius: 10px;
    padding: 10px;
  }

  .congrats_point .congrats_point_desc {
    padding-left: 10px;
    flex: 0 0 calc(100% - 30px);
    max-width: calc(100% - 30px);
  }

  .congrats_point .congrats_point_desc span,
  .congrats_point .congrats_point_desc label {
    font-size: 14px;
    line-height: 14px;
  }

  .congrats_point .image {
    flex: 0 0 30px;
    max-width: 30px;
    height: 30px;
  }
}

@media (max-width: 400px) {

  .congrats_overview,
  .congrats_btn .button {
    max-width: calc(100% - 30px);
    margin: 0 auto;
  }

  .contrats_total_inner {
    max-width: 100%;
  }
}

.container.login-register {
  >label {}
}

@keyframes onroute-pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(183, 133, 0, 0.7), 0 0 0 0 rgba(183, 133, 0, 0.7);
  }

  40% {
    box-shadow: 0 0 0 7px rgba(183, 133, 0, 0.0), 0 0 0 0 rgba(183, 133, 0, 0.7);
  }

  80% {
    box-shadow: 0 0 0 7px rgba(183, 133, 0, 0.0), 0 0 0 2px rgba(183, 133, 0, 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(183, 133, 0, 0.0), 0 0 0 2px rgba(183, 133, 0, 0);
  }
}

@media only screen and (max-width: 1440px) {
  .sell-pages .box .table.sell-table tbody select {
    min-width: 120px;
    /* max-width: 155px; */
    max-width: 100%;
  }

  .sell-pages .box .table.sell-table tbody select.control-select.required {
    width: 140px;
  }

  .sell-pages .box .table.sell-table tr th {
    padding: 4px 6px;
  }

  .sell-pages img.start-here {
    top: 15px;
  }

  .sell-pages .main-tittle {
    font-size: 20px;
  }
}

@media only screen and (max-width: 1199px) {
  .sell-pages .review_order_table .box.bg-white.mb-3 {
    margin-bottom: 30px !important;
  }

  /* .sell-pages .goldbankAssure .goldbankAssure-tile{
      padding: 24px;
  } */
  .sell-pages .goldbankAssure-tile h3 {
    font-size: 22px;
    padding-bottom: 18px;
  }
}

@media screen and (max-width: 991px) {
  .sell-pages .review_order_table .box.bg-white.mb-3 {
    margin-bottom: 20px !important;
  }
}

@media screen and (max-width: 991px) {
  .sell-pages .sell-top-space {
    padding-top: 22px;
  }
}

@media screen and (max-width: 767px) {
  .sell-pages .container {
    max-width: 100%;
  }
}

ul.step-progress {
  list-style-type: none;
  display: flex;
  width: 100%;
  background: #F2F2F2;
  filter: drop-shadow(2px 0px 2px rgba(0, 0, 0, 0.15));
  overflow-x: hidden;

  li {
    display: flex;
    height: 41px;
    background: transparent url('https://stage-assets.goldbank.co.uk/images/additional-images/sell-images/progress-step-mobile.svg') no-repeat right;
    background-size: cover;
    flex-grow: 1;
    margin-right: -5%;
    z-index: 6;

    &:first-child {
      margin-left: -5%;
    }

    &:last-child {
      padding-right: 5%;
    }

    &:nth-child(1) {
      z-index: 5;
    }

    &:nth-child(2) {
      z-index: 4;
    }

    &:nth-child(3) {
      z-index: 3;
    }

    &:nth-child(4) {
      z-index: 2;
    }

    &:nth-child(5) {
      z-index: 1;
    }

    a {
      color: #9a9a9a;
      font-weight: 600;
      font-size: 10px;
      flex-grow: 1;
      display: flex;
      align-items: center;
      justify-content: center;
      padding-left: 5%;
    }

    &.active {
      background-image: url('https://stage-assets.goldbank.co.uk/images/additional-images/sell-images/progress-step-mobile-active.svg');

      a {
        color: #151116;
      }
    }
  }
}

@media (min-width: 992px) {
  ul.step-progress {
    width: auto;
    background: transparent;

    li {
      width: 103px;
      background-image: url('https://stage-assets.goldbank.co.uk/images/additional-images/sell-images/progress-step.svg');
      margin-right: 0;

      &:first-child {
        margin-left: 0;
      }

      &:last-child {
        padding-right: 0;
      }

      a {
        font-size: 11px;
      }

      &.active {
        background-image: url('https://stage-assets.goldbank.co.uk/images/additional-images/sell-images/progress-step-active.svg');
      }
    }
  }
}

.sell-order-price-slider .item-prices {
  margin-left: auto;
  height: 34px;
  overflow: hidden;
}

.sell-order-price-slider .item-prices>div {
  position: relative;
  top: 0;
  padding: 3px 0px;
}

.sell-order-price-slider .item-prices .item {
  padding-left: 10px;
  padding-right: 10px;
}

.sell-order-price-slider .item-prices .item:first-of-type {
  margin-left: auto;
}

.sell-order-price-slider .metal-name,
.sell-order-price-slider span.ounces,
.sell-order-price-slider span.grams {
  color: #030303;
  opacity: 0.7;
  font-weight: normal;
  font-size: 15px;
  font-weight: 400;
}

.sell-order-price-slider .metal-name {
  margin: 0 4px 0 2px;
}

.sell-order-price-slider .metal-icon {
  max-width: 31px;
}

.sell-order-price-slider span.ounces,
.sell-order-price-slider span.grams {
  font-size: 11px;
}

.sell-order-price-slider .price-going,
.sell-order-price-slider .price-going {
  border-radius: 4px;
  padding: 3px 4px;
}

.sell-order-price-slider .price-going-up {
  background: rgba(0, 182, 94, 0.3) url("https://stage-assets.goldbank.co.uk/home_new/assets/images/header/price-up-arrow.png") no-repeat calc(100% - 24px) center;
  color: #00b65e;
}

.sell-order-price-slider .price-going-down {
  background: rgba(255, 16, 0, 0.3) url("https://stage-assets.goldbank.co.uk/home_new/assets/images/header/price-down-arrow.png") no-repeat calc(100% - 24px) center;
  border-radius: 4px;
  color: #ff0f00;
}

.sell-order-price-slider .price-going-nowhere {
  background-color: transparent;
}

.sell-order-price-slider .price-going-up>.price,
.sell-order-price-slider .price-going-down>.price {
  padding-right: 14px;
}

.sell-order-price-slider .separator {
  width: 1px;
  border-left: 2px solid rgba(3, 3, 3, 0.20);
  position: relative;
  height: 22px;
  left: 3px;
  top: 0;
  margin-right: 8px;
  margin-left: 2px;
}

.sell-order-price-slider .arrows {
  position: relative;
  z-index: 10;
  top: -2px;
}

.sell-order-price-slider .arrows>i {
  cursor: pointer;
  color: #030303;
  font-size: 11px;
  position: relative;
}

.sell-order-price-slider .arrows>i.up {
  left: 0;
  top: 0;
}

.sell-order-price-slider .arrows>i.down {
  left: -13px;
  top: 12px;
}

.sell-order-price-slider .arrows>i.left {
  left: 0;
  top: 2px;
}

.sell-order-price-slider .arrows>i.right {
  left: 0;
  top: -48px;
}

.sell-order-price-slider .item-prices.horizontal {
  width: 400%;
  position: relative;
  top: -25px;
}

.sell-order-price-slider .item-prices.horizontal .item {
  width: 100%;
}

.sell-order-price-slider .item-prices.horizontal .item:first-of-type {
  margin: 0;
}

.new-sell-pages {
  background-image: none !important;
}

.new-sell-pages .dot_loader {
  display: none !important;
}

@media (max-width: 991px) {
  .sell-order-price-slider {
    background-color: rgba(208, 180, 98, 0.10);
    padding: 13px 16px;
  }

  .sell-order-price-slider .arrows.float-left {
    display: flex;
    width: fit-content;
    left: -5px;
    top: 50%;
    transform: translateY(-50%);
  }

  .sell-order-price-slider .price-container {
    overflow: hidden;
    padding: 0;
    display: grid;
  }

  .d-lg-max-none {
    display: none;
  }

  .sell-order-price-slider .arrows {
    position: absolute;
  }

  .sell-order-price-slider .arrows.float-right {
    right: 3px;
    top: 50%;
    transform: translateY(-50%);
  }

  .sell-order-price-slider .arrows>i.right,
  .sell-order-price-slider .arrows>i.left {
    left: revert;
    top: revert;
    width: 15px;
  }

  .sell-order-price-slider .item-prices.horizontal {
    height: 28px;
    top: revert;
    align-items: center;
  }

  .sell-order-price-slider .item-prices.horizontal .item {
    padding: 0;
  }

  .new-sell-pages .container {
    max-width: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }

  .new-sell-pages .haeader-bottom-area .container {
    width: 100%;
  }

  .new-sell-pages .haeader-bottom-area {
    padding: 11px 0 0 0;
  }

  .max-lg-p-0 {
    padding: 0 !important;
  }

  .max-lg-pb-10 {
    padding-bottom: 11px;
  }

  .max-lg-mx-auto {
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 767px) {
  .d-md-max-none {
    display: none !important;
  }
}

.sell-pages .box .table.sell-table input,
.sell-pages .box .table.sell-table select {
  min-height: 56px;
}

.main-calculation-section {
  /* min-height: calc(100dvh - 425px); */
}

.sell-now-main-container-height {
  min-height: calc(100dvh - 181px);
  justify-content: space-between;

  @media (max-width: 991px) {
    min-height: calc(100dvh - 220px);
  }

  @media (max-width: 767px) {
    min-height: calc(100dvh - 290px);
  }
}


.custom-checkbox-cst {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 9px;
  font-weight: 400;
  cursor: pointer;
  font-size: 15px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;

  @media (max-width: 767px) {
    padding-left: 25px;

    font-size: 14px;
    margin-bottom: 0px;

  }
}

.custom-checkbox-cst input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkmark-cst {
  position: absolute;
  top: -1px;
  left: 0;
  height: 22px;
  width: 22px;
  background-color: transparent;
  border: 2px solid #030303;
  border-radius: 4px;

  @media (max-width: 767px) {
    border-radius: 2px;
    top: 1px;
    height: 18px;
    width: 18px;
  }
}

.custom-checkbox-cst input:checked~.checkmark-cst {
  background-color: #030303;
}

.checkmark-cst:after {
  content: "";
  position: absolute;
  display: none;
}

.custom-checkbox-cst input:checked~.checkmark-cst:after {
  display: block;
}

.custom-checkbox-cst .checkmark-cst:after {
  left: 6px;
  top: 2px;
  width: 7px;
  height: 12px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);

  @media (max-width: 767px) {
    left: 5px;
    top: 1px;
    width: 5px;
    height: 10px;
  }
}

.price-calculated-at-text {
  color: rgb(3, 3, 3, 0.6);
}

.checkout-footer-section {
  @media (max-width: 767px) {}
}



.drawer-cst-main {
  position: relative;
}

.drawer-cst-main .drawer-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(0, 0, 0, 0.6);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.6s ease;
  z-index: 999;
}

.drawer-cst-main .drawer {
  position: fixed;
  bottom: -600px;
  width: calc(100% - 32px);
  left: 16px;
  border-radius: 10px 10px 0px 0px;
  padding: 30px 11px 16px 11px;
  background: white;
  box-shadow: 8px 8px 16px 0px rgba(0, 0, 0, 0.20);
  transition: bottom 0.6s ease;
  z-index: 9999;
}

.drawer-cst-main .drawer.drawer-open {
  bottom: 0;
}

.drawer-cst-main .drawer-overlay.show {
  opacity: 1;
  visibility: visible;
}

.drawer-cst-main .close-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  position: absolute;
  top: -66px;
  left: 50%;
  transform: translateX(-50%);
  background: none;
  border: none;
  font-size: 18px;
  cursor: pointer;
  border-radius: 10px;
  background: #FFF;
  box-shadow: 8px 8px 16px 0px rgba(0, 0, 0, 0.20);
  z-index: 9999;

  &:hover {
    opacity: 0.9;
  }
}

.btn-black-primary {
  color: white;
  text-transform: uppercase;
  border-radius: 10px;
  background: #030303;
  padding: 16px 40px;
  font-weight: 700;
  line-height: 24px;
  font-size: 18px;
  border: 0 !important;
  align-items: center;

  &:focus,
  &:focus-visible {
    color: white;
  }

  &:hover {
    color: white;
    opacity: 0.8;
  }

  i.next-icon {
    background-image: url('https://stage-assets.goldbank.co.uk/images/additional-images/sell-images/progress-next.svg');
    width: 24px;
    height: 23px;
    margin-left: 7px;
  }

  &.disabled {
    background: rgba(3, 3, 3, 0.10);
    color: rgba(3, 3, 3, 0.30);
      cursor: default;

    i.next-icon {
      background-image: url('https://stage-assets.goldbank.co.uk/images/additional-images/sell-images/progress-next-disabled.svg');
    }

    &:hover {
      opacity: 1;
    }
  }

  &:disabled {
      cursor: default;
    background: rgba(3, 3, 3, 0.10);
    color: rgba(3, 3, 3, 0.30);

    i.next-icon {
      background-image: url('https://stage-assets.goldbank.co.uk/images/additional-images/sell-images/progress-next-disabled.svg');
    }

    &:hover {
      opacity: 1;
    }
  }

  &.processing-loader {
    position: relative;
    opacity: 0.8;

    &::after {
      content: '';
      font-size: 4px;
      width: 1em;
      height: 1em;
      border-radius: 50%;
      position: relative;
      animation: mulShdSpin 1.1s infinite ease;
      transform: translateZ(0);
      right: 15px;
      top: 0px;
    }

    .next-icon {
      visibility: hidden;
    }
  }
  @media (max-width: 767px) {
    padding: 16px 20px;
  }
  &.processing{
    pointer-events: none;
  }
}
  .btn-black-outline-primary{
    color: #030303;
    text-transform: uppercase;
    border-radius: 10px;
    background: transparent;
    padding: 16px 40px;
    font-weight: 600;
    line-height: 24px;
    font-size: 18px;
    border: 1px solid rgba(0, 0, 0, 0.40) !important;
    align-items: center;
    &:focus,&:focus-visible{
      color: white;
    }
    &:hover{
      color: white;
      background: rgba(3, 3, 3);
    }
  }

.responsive-main-sell-table-wrapper {
  .res-full-width {
    width: 100% !important;
    flex: none !important;
    max-width: 100% !important;
  }
}

.sell-header-user-dropdown {
  .dropdown-menu {
    padding: 0 !important;
    border-color: #8080803d;
    box-shadow: 0 3px 8px #0000003d;
    border-radius: .375rem;

    li {
      padding: 0 !important;

      a {
        align-items: center;
        cursor: pointer;
        display: flex;
        align-items: center;
        font-size: .8125rem;
        font-weight: 500;
        justify-content: flex-start;
        padding: .75rem .5rem;
        gap: 6px;

        i {
          position: relative;
          top: 0;
        }

        &:hover {
          background-color: #1b14641a;
        }
      }
    }
  }

  @media (max-width: 991px) {
    .user-menu-desc {
      display: grid;
    }

    .user-menu-btn .user-menu-desc .username {
      display: block;
    }

    position: absolute;
    top: 16px;
    right: 16px;

    .user-menu-img {
      border: 0;
    }

  }

  @media (max-width: 767px) {
    position: absolute;
    top: 6px;
    left: 16px;
    width: fit-content;

    .user-menu-img {
      padding: 0 !important;
      margin: 0 !important;
    }
  }

  @media (max-width: 575px) {
    .user-menu-desc {
      display: none;
    }

  }
}

.new-sell-pages {
  .acrd-address {
    .form-group {
      margin-bottom: 16px;
    }

    .form-group .input-control+label {
      top: 16px;
    }

    input {
      /* background-color: red !important; */
      border-radius: 10px;
      border: 1px solid rgba(3, 3, 3, 0.20);
    }

    .card-body {
      padding-top: 4px;
      padding-left: 18px;
      padding-right: 18px;

      @media (max-width: 767px) {
        padding-left: 8px;
        padding-right: 8px;
      }
    }

    .card {
      border-color: white !important;
      padding: 0 !important;
      position: relative;
    }

    .card:not(.input-is-checked) #terms_conditions span {
      color: #808080;
    }

    .card.input-is-checked {
      border-color: #030303 !important;
      box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.10);

      .css-label {
        color: #030303;

        &::before {
          border-color: #030303;
        }
      }

    }

    .row .col-12,
    .row .col-lg-12 {
      padding-left: 8px;
      padding-right: 8px;
    }
  }

  .forgotpswlink,
  #manualAddress {
    color: rgb(3, 3, 3, 0.4) !important;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    text-decoration-line: underline !important;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
  }
}

.w-fit-cst {
  width: fit-content !important;
}

.logo-active-tabs,
.logo-inactive-tabs {
  height: 35px;
  width: 35px;
  position: absolute;
  right: 16px;
  top: 26px;
  z-index: 9;

  @media (max-width: 767px) {
    top: 16px;
  }
}

.new-sell-pages {
  .acrd-address {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(2, minmax(0, 1fr));

    @media (max-width: 991px) {
      grid-template-columns: repeat(1, minmax(0, 1fr));
      gap: 16px;
    }

    .card {
      .logo-active-tabs {
        transition: all 0.5s ease-in-out;
        /* display: none; */
        opacity: 0;
      }

      .logo-inactive-tabs {}

      .login-form{
        opacity: 0.5;
      }
      .register-form-checked{
        opacity: 0.5;
      }
    }

    .card.input-is-checked {

      .logo-active-tabs {
        /* display: block; */
        opacity: 1;
      }

      .logo-inactive-tabs {
        opacity: 0;
        /* display: none; */
      }
      .login-form{
        opacity: 1;
      }
      .register-form-checked{
        opacity: 1;
      }
    }
  }
}

.new-sell-pages .verifyModal {
  .card {
    padding: 0 !important;
    border: 0 !important;

    .card-body {
      padding: 23px 26px;
    }
  }
}

.new-sell-pages .common-card-email-phone {
  padding: 23px 26px;
  border-radius: 10px;
  background: #FFF;
  min-height: 419px;

  @media (max-width: 767px) {
    padding: 23px 16px;
    min-height: fit-content;
  }
}

.sell-order-email-is-verified {
  .verification-code {
    display: none !important;
  }

  .sell-email-description {
    padding-top: 20px !important;

    @media (max-width: 767px) {
      padding-top: 0 !important;
    }
  }

  .verify-email-mask {
    display: none;
  }

  .verify-email-confirmation-border {
    display: block !important;
    position: absolute;
    left: 39px;
    top: 65px;

    @media (max-width: 767px) {
      left: 24px;
      top: 50px;
      height: 51px;
    }
  }

  .verify-email-confirmation-mask {
    display: block !important;

    @media (max-width: 767px) {
      display: none !important;
    }
  }

  .verify-email-confirmation-mask-sm {
    @media (max-width: 767px) {
      display: block !important;
    }
  }
}

.new-sell-pages {
  /* .processing-loader{
  position: relative;
  opacity: 0.8;
  &::after{
      content: '';
      font-size: 4px;
      width: 1em;
      height: 1em;
      border-radius: 50%;
      position: absolute;
      right: 40px;
      animation: mulShdSpin 1.1s infinite ease;
      transform: translateZ(0);
  }
  .next-icon{
    visibility: hidden;
  }
} */
}

.lh-normal-cst {
  line-height: normal !important;
}

.lh-18{
  line-height: 18px !important;
}
.lh-20{
  line-height: 20px !important;
}
.rounded-10px {
  border-radius: 10px !important;
}

.new-sell-pages .new-delivery-items {}

.sell-order-user-details-table {
  td {
    padding: 20px 15px;
    border-color: rgba(3, 3, 3, 0.20);
    color: #030303;
    letter-spacing: -0.09px;

    &.label {
      padding-left: 10px;
      color: rgba(3, 3, 3, 0.70);
    }
  }

  tr:last-of-type {
    td {
      border-bottom: 1px solid rgba(3, 3, 3, 0.20);
    }
  }
}

.sell-checkout-items {
  .sell-check-img {
    display: flex;
    width: 45px;
    height: 45px;
    padding: 4px;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border-radius: 10px;
    background: rgba(3, 3, 3, 0.10);
    position: relative;
    flex-shrink: 0 !important;
  }

  .sell-quant-badge {
    position: absolute;
    left: 35px;
    top: -10px;
    border-radius: 50px;
    background: #030303;
    color: #FFF;
    text-align: center;
    font-family: "Nunito Sans";
    font-size: 10px;
    font-style: normal;
    font-weight: 700;
    line-height: 8px;
    display: flex;
    padding: 6px 7px;
    justify-content: center;
    align-items: center;
  }
}

.prev-btn-steps-cst {
  /* position: absolute; */
  left: 0px;
  top: 80px;
  z-index: 999;
  color: #030303;
  font-family: "Nunito Sans";
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: -0.09px;
  transition-duration: 0;
  i{
    font-size: 24px;
  }
  &:hover {
    color: #a17026;
    background: -webkit-linear-gradient(40deg, #a17026 0%, #fbce74 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  @media (max-width: 992px) {
    top: 6px;
    left: 16px;
  }
}


.branch-address-items {
  cursor: pointer;
  padding: 15px 16px;
  border-bottom: 1px solid rgba(3, 3, 3, 0.20);

  &:first-of-type {
    border-top: 1px solid rgba(3, 3, 3, 0.20);
  }

  .location-on-fill {
    display: none;
  }

  &:hover {
    background: rgba(3, 3, 3, 0.05);

    .location-on-fill {
      display: block;
    }

    .location-on {
      display: none;
    }
  }

}

.change-delivery-btn {
  color: #030303;
  font-family: var(--font-body);
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  display: flex;
  padding: 4px 10px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 20px;
  background: rgba(3, 3, 3, 0.10);
  border: 0;

  &:hover {
    background: rgba(3, 3, 3, 0.20);
    color: #030303;

  }
}

.change-custom-btn {
  color: #030303;
  font-family: "Nunito Sans";
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  display: flex;
  padding: 4px 10px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 20px;
  background: rgba(3, 3, 3, 0.10);
  border: 0;

  &:hover {
    background: rgba(3, 3, 3, 0.20);
    color: #030303;

  }
}

.sell-primium-collection .sell-address-box {
  background: rgba(3, 3, 3, 0.05);
  padding: 14px 16px;
  border-radius: 10px;
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 15px;
}

.sell-primium-collection .time-slot {
  padding: 10px;
  border-radius: 10px;
  cursor: pointer;
  font-size: 15px;
  font-weight: 400;
  border: 1px solid rgba(3, 3, 3, 0.20);
  color: #030303;
  min-height: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
  /* min-width: 80px; */
}

.sell-primium-collection .time-slot.not-available {
  border-radius: 10px;
  background: rgba(3, 3, 3, 0.10);
  color: rgb(3, 3, 3, 0.5);
  cursor: not-allowed;
  border: 0;
}

.sell-primium-collection .sell-address-edit {
  border-radius: 20px;
  background: rgba(3, 3, 3, 0.10);
  padding: 4px 10px;
  color: #030303;
  font-family: "Nunito Sans";
  font-size: 14px;
  font-weight: 400;
  line-height: normal;

  &:hover {
    opacity: 0.8;
  }
}

.sell-primium-collection input[type="radio"]:checked+.time-slot {
  background-color: black !important;
  color: white;
  border-color: black;
}

.sell-primium-collection {
  .sell-slot-label {
    width: 100%;
    margin-bottom: 0;
  }

  .sell-selected-slot {
    /* transition: all 0.2s ease-in-out; */
    opacity: 0;
  }

  table {
    .slot-label-text {}

    th {
      border: 0;
      padding: 10px;
      color: rgb(3, 3, 3, 0.6);
      font-family: "Nunito Sans";
      font-size: 12px;
      font-weight: 600;
      line-height: normal;
    }

    td {
      border: 0;
      padding: 2.5px;
      font-size: 15px;
    }

    tr {
      &:hover {
        .sell-selected-slot {
          opacity: 1;
        }
      }
    }

    @media (max-width: 767px) {
      th {
        display: none;

        &:first-of-type {
          max-width: 150px;
          width: 150px;
          display: table-cell;
        }

        &:nth-of-type(2) {
          -width: 150px;
          width: 150px;
          display: table-cell;
          visibility: hidden;
        }
      }

      tr {
        td {
          display: none;
        }

        td:first-of-type {
          max-width: 150px;
          width: 150px;
          display: table-cell;
        }

        td:nth-of-type(2) {
          max-width: 150px;
          width: 150px;
          display: table-cell;
        }
      }

      th {}

      td.slot-label-text {
        max-width: 150px;
      }

      .slot-label-div {
        width: fit-content;
      }
    }
  }

  .card-type-icon {
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
  }
}

.sell-shop-cart-icon {
  position: absolute;
  right: 15px;
  top: 28px;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 9;

  img {
    padding-top: 10px;
    padding-right: 10px;
  }
}

.sell-shop-cart-item-count {
  position: absolute;
  top: 5px;
  right: 4px;
  display: flex;
  width: 18px;
  height: 18px;
  padding: 2px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  border-radius: 20px;
  border: 1.5px solid #FFF;
  background: #030303;
  color: #FFF;
  text-align: center;
  font-family: "Nunito Sans";
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.sell-basket-summary-responsive {
  display: none;
  position: fixed;
  inset: 0;
  background: #F8F8F8;
  z-index: 999;

  @media (min-width: 768px) {
    display: none !important;
  }
}

.append-sell-basket-summary-responsive {
  .sell-basket-summary {
    display: block !important;
    padding-left: 16px !important;
    padding-right: 16px !important;
    margin: 0 !important;
  }

  .sell-basket-summary-res-hidden {
    display: none !important;
  }

  .sell-basket-paading-div {
    padding: 20px 0 !important;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.10);
  }

  .sell-basket-summary-res-border {
    padding-top: 20px;
    margin-bottom: 20px;
    /* border-bottom: 1px solid rgba(3, 3, 3, 0.20) !important; */
    display: block !important;
  }

  .sell-basket-summary-res-px-3 {
    padding-left: 16px !important;
    padding-right: 16px !important;
    padding-bottom: 16px !important;
  }

  .sell-basket-summary-res-total {
    padding-top: 24px !important;
    padding-bottom: 0px !important;
  }

  .disc-sm {
    color: #030303;
    font-size: 16px;
  }

  .sell-basket-summary-res-bold {
    font-weight: 600 !important;
  }

  .sell-basket-summary-res-normal {
    font-weight: 400 !important;
  }
}

@keyframes mulShdSpin {

  0%,
  100% {
    box-shadow: 0em -2.6em 0em 0em #ffffff, 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.5), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7);
  }

  12.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.7), 1.8em -1.8em 0 0em #ffffff, 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5);
  }

  25% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.5), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7), 2.5em 0em 0 0em #ffffff, 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }

  37.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5), 2.5em 0em 0 0em rgba(255, 255, 255, 0.7), 1.75em 1.75em 0 0em #ffffff, 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }

  50% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.5), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.7), 0em 2.5em 0 0em #ffffff, -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }

  62.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.5), 0em 2.5em 0 0em rgba(255, 255, 255, 0.7), -1.8em 1.8em 0 0em #ffffff, -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }

  75% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.5), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.7), -2.6em 0em 0 0em #ffffff, -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }

  87.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.5), -2.6em 0em 0 0em rgba(255, 255, 255, 0.7), -1.8em -1.8em 0 0em #ffffff;
  }
}

.quantity-wrapper {
  position: relative;
  width: 100px;
}

.quantity-wrapper .quantity {
  padding-right: 30px;
  text-align: center;
}

.quantity-controls {
  position: absolute;
  right: 5px;
  top: 50%;
  left: 5px;
  height: 18px;
  bottom: 1px;

  display: flex;
  transform: translateY(-50%);

  flex-direction: column;
  @media (max-width: 767px){
      height: 100%;
    }
}


.quantity-controls button {
  flex: 1;
  width: 20px;
  height: 20px;
  padding: 0;
  color: #bdbdbd;
  margin: 0;
  border: none;
  background: transparent;
  border: 0px;
  font-size: 12px;
  line-height: 1;
  @media (max-width: 767px){
    min-width: 40px;
    height: 100%;
    &.quantity-increase{
      /* right: 8px; */
    }
    &.quantity-decrease{
      /* left: 8px; */
    }
    i{
      font-size: 16px;
    }
  }
}

.quantity-controls .quantity-increase {
  border: 0px;
  right: 0;
  position: absolute;
}

.quantity-controls .quantity-decrease {

  position: absolute;
  left: 0px;
  border: 0px;
}

/* .quantity-controls button:hover {
  background-color: #e9ecef;
} */

/* Remove number input spinners */
.quantity::-webkit-inner-spin-button,
.quantity::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.quantity {
  -moz-appearance: textfield;
}

/* Styling for international telephone input in login-register form */
.login-register .iti.iti--allow-dropdown.iti--separate-dial-code.phone-code {
  position: absolute;
  top: 28px;
  font-size: 16px;
  z-index: 1;
}

/* Ensure the phone input has proper padding for the country code */
.login-register .mobile-drop .form1 {
  padding-left: 83px !important;
}

/* Improve visibility of the selected flag and dial code */
.login-register .iti__selected-flag {
  background: transparent !important;
  padding-left: 10px;
}

/* Ensure the dial code is properly visible */
.login-register .iti__selected-dial-code {
  color: #333;
  font-weight: 500;
}

.round-count-number {
  display: flex;
  width: 28px;
  height: 28px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  border-radius: 20px;
  border: 1px solid #000;
  background: #FFF;
  color: #030303;
  text-align: center;
  font-family: "Nunito Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  margin-right: 10px;
}
.new-sell-pages{
  .error{
    font-size: 12px;
  }
}
.res-cart-card{
  border-radius: 10px;
  background: #FFF;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.10);
  padding: 16px;
  width: 100%;
  gap: 16px;
}
.cst-check-img{
  display: flex;
  width: 45px;
  height: 45px;
  padding: 4px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 10px;
  background: rgba(3, 3, 3, 0.10);
  position: relative;
  flex-shrink: 0 !important;
}
.cst-check-badge{
  position: absolute;
  left: 35px;
  top: -10px;
  border-radius: 50px;
  background: #030303;
  color: #FFF;
  text-align: center;
  font-family: "Nunito Sans";
  font-size: 10px;
  font-style: normal;
  font-weight: 700;
  line-height: 8px;
  display: flex;
  padding: 6px 7px;
  justify-content: center;
  align-items: center;
}
.res-cart-item-main{
  display: grid;
  gap: 16px;
}
.res-cart-item{
  display: grid;
  /* changed from 50px to auto to fit the card when no delete button is shown*/
  grid-template-columns: 1fr auto;
  gap: 10px;
}
.res-cart-item-close{
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  height: 100%;
  border-radius: 10px;
background: rgba(3, 3, 3, 0.10);
width: 50px;
display: flex;
align-items: center;
justify-content: center;
img{
  width: 24px;
height: 24px;
}
&:hover{
  background: rgba(3, 3, 3, 0.20);
}
&:active{
  background: rgba(3, 3, 3, 0.30);
}
}

/* Add this to your CSS */
@keyframes slideOutLeft {
  0% {
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    transform: translateX(-100%);
    opacity: 0;
  }
}

.slide-out-left {
  animation: slideOutLeft 0.4s forwards;
}
.add-new-item-dropdown{
  .dropdown-menu{
    display: none !important;
  }
  .dropdown-menu.show{
    display: block !important;
  }

}
@media (max-width: 767px) {
  .w-max-md-100{
    width: 100% !important;
  }
  .px-max-md-3{
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
}
@media (min-width: 768px) {
  .hide-in-desktop{
    display: none !important;
  }
}
@media (max-width: 767px) {
  .hide-in-responsive{
    display: none !important;
  }
  .footer-section-table{
    /* border-top: 1px solid rgba(0, 0, 0, 0.10); */
    margin-top: 15px;
  }
  .first-card{
    padding: 0 !important;
  }
  .sell-now-table{
    tbody{
      tr:first-of-type{
        border-top: 1px solid rgba(0, 0, 0, 0.10) !important;
      }
    }
  }
  .sell-now-table,
  .sell-now-table thead,
  .sell-now-table tbody,
  .sell-now-table tfoot,
  .sell-now-table tr,
  .sell-now-table th,
  .sell-now-table td {
    display: block;
    width: 100%;
  }
  .sell-now-table td{
    border: 0 !important;
  }
  .sell-now-table tr{
    /* border: 0 !important;
    border-top: 1px solid rgba(0, 0, 0, 0.10); */
  }
  .sell-now-table thead {
    display: none;
  }

  /* style each product row like a card */
  .sell-now-table .product-row {
    /* margin-bottom: 1rem; */
    border-bottom: 1px solid rgba(0,0,0,0.1);
    /* border-radius: 0.5rem; */
    /* background: #fff; */
  }

  /* hide the Qty column */
  .sell-now-table td:nth-child(2) {
    display: none;
  }
  .sell-now-table td:nth-child(2).grand-total {
    display: inline-block;
  }

  /* make the main cell (image + title) sit on its own line */
  .sell-now-table td:nth-child(1) {
    padding-bottom: 0.1rem;
    padding-top: 16px !important;
  }
  .sell-now-table td:nth-child(3){
    padding-left: 60px;
    padding-right: 8px !important;
  }
  /* weight & carat: show inline, label them */
  .sell-now-table td:nth-child(3),
  .sell-now-table td:nth-child(4) {
    display: inline;
    margin-right: 0rem;
    font-size: 12px;
    /* color: #555; */
    font-weight: 400;
    color: #030303;
    padding-top: 0px !important;
  }
  .sell-now-table td:nth-child(3)::before {
    content: "Weight: ";
    /* font-weight: 600; */
    color: rgb(3, 3, 3,0.5);

  }
  .sell-now-table td:nth-child(4)::before {
    content: "Carat: ";
    /* font-weight: 600; */
    color: rgb(3, 3, 3,0.5);
  }

  /* price goes on its own line, larger */
  .sell-now-table td:nth-child(5) {
    font-size: 1.1rem;
    font-weight: 700;
    color: #030303;
    text-align: left !important;
    padding-left: 60px !important;
    padding-bottom: 15px;
  }

  /* -- now style the footer as stacked rows with label/value flexed -- */
  .sell-now-table tfoot {
    display: block;
    margin-top: 1.5rem;
  }
  .sell-now-table tfoot tr {
    display: flex;
    justify-content: space-between;
    padding: 0.3rem 16px;
  }
  .total-row-card{
    padding-bottom: 16px !important;
  }
  .sell-now-table tfoot tr.total-row-card th {
    font-weight: 700;
    font-size: 1.1rem;
  }
  .sell-now-table tfoot tr.total-row-card th,
  .sell-now-table tfoot tr.total-row-card td {
    color: #111;
  }
  .sell-now-table tfoot.footer-section-table tr td{
    padding-left: 0;
  }
}
.new-sell-pages{
  .user-menu-btn .user-menu-img{
    border: 0;
    margin-left: 0 !important;
    padding-left: 10px !important;
    @media (max-width: 767px){
      margin-left: 0 !important;
      padding-left: 0 !important;
    }
  }
}
.user-menu-button-offcanvas{
  border: 0;
  background-color: transparent;
}

#sendForgotPasswordBtn {
  i {
    width: auto;
    height: auto;
    opacity: 1;
  }
}

/* Remove remove button on mobile */
.productRow {
  .remove {
    @media (max-width: 767px) {
      display: none !important;
    }
  }
}
.justify-condition-based{
  justify-content: space-between !important;
}
/* Ensure all registration and login input fields have the same font size, even on focus */
.input-field,
.input-field:focus,
.input-control,
.input-control:focus {
  font-size: 14px !important;
}

.sell-pages .form .input-field#existpassword,
.sell-pages .form .input-field#existpassword:focus {
  font-size: 14px !important;
}
@media (max-width: 767px) {
  .pr-max-sm-1{
    padding-right: 4px !important;
  }
}
@media (max-width: 490px) {
  .terms_conditions_label{
    /* font-size: 12px !important; */
    padding-right: 10px;
  }
  .terms_conditions_label.custom_check span:before{
    margin-top: 4px;
  }
  .terms_conditions_label.custom_check input:checked + span:after{
    top: 5px;
    margin: 0;
  }
}


.login-register{
  .iti--separate-dial-code{
    position: absolute !important;
    z-index: 25 !important;
    top: 28px !important;
  }
  .iti__country-list{
    z-index: 25 !important;
    position: absolute !important;
    top:30px !important;
  }
  .iti__selected-dial-code{
    font-size: 14px !important;
    font-weight: 400 !important;
    color: #1f1f1f !important;
  }
}

.iti__country-list{
  z-index: 25 !important;
}