.points ul li::before {
    background: url('../../assets/images/icons/tick.svg');
}
 .address .innerContainer .flexBox .contents label h6 {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .address .innerContainer .flexBox .contents label h6 button {
    color: white;
    background: green;
    padding: 0.5rem 2rem;
    border: none;
    font-size: 1.5rem;
  }
  .default_btn {
    margin-top: 2.5rem;
    text-align: end;
  }
  .default_btn button {
    color: black;
    border: 1px solid green;
    padding: 0.8rem 2.5rem;
  }

  .button-flex{
    display: flex;
    justify-content: end;
  }

  .button-flex .primary-btn{
    cursor: pointer;
  }

  .accounts .innerContainer .primary-btn.secendory-btn.btn {
    max-width: fit-content;
    margin-right: 0 !important;
    margin-left: auto;
}

.addressForm .form-group {
    margin-bottom: 1.5rem;
}

.addressForm .form-group label {
    font-size: 1.6rem;
    color: #000000;
    font-weight: 400;
    line-height: 2.6rem;
    margin-bottom: 1rem;
    display: block;
}

.addressForm .form-group .form-control {
    border: 0.1rem solid #E5E5E5;
    border-radius: 0.6rem;
    background: #ffffff;
    height: 4.5rem;
    padding: 2.5rem
rem
;
    font-size: 1.6rem;
    color: #000000;
    line-height: 2.4rem;
    font-weight: 300;
}

.addressForm .form-group .form-control.textarea{
  height: auto;
}

.nice-select{
  width: 100%;
}
@media (min-width:576px) {
.modal-dialog {
    max-width: 800px;
}
}

.modal-header {
    padding: 0;
    border-bottom: none;
    border-radius: 0;
    border-top-right-radius: 0;
    margin-bottom: 20px;
}

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0; 
}

.confirmationOrder .modal-content {
  width: 100%;
}
.cancelBox h1 {
  margin-bottom: 20px;
}

.cancelReason label{
  font-size: 18px;
  color: #000000;
  font-weight: 400;
  margin-bottom: 15px;
  text-transform: capitalize;
}

.cancelReason .form-control{
  border: none;
  border-radius: 0;
  border-bottom: 1px solid #2AA85B;
  font-size: 16px;
  color: #000000;
}

.cancelOrder .primary-btn {
  margin-left: auto;
  margin-right: auto;
}

.description ul {
  margin: 20px 0;
}

.description ul li {
  font-size: 14px;
  margin: 12px 0;
}

.productDetail .details .product-weightStock .productStock {
  margin-right: 10px;
}

.main-footer .row .flex-box {
  align-items: flex-start;
}