/* profile tab css starts here */
.profile {
  padding: 100px 0 60px 0;
  background-image: url('../img/profilebg.webp');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
.profile-sidebar-wrapper{
  width: 250px;
}

.profile-sidebar-wrapper .profile-headin-wrapper {
  padding: 14px 20px;
}
.profile-sidebar-wrapper .profile-headin-wrapper h3 {
  font-size: 14px;
  text-align: left;
  margin-bottom: 0px;
  color: #fff;
}
.profile-img-wrapper {
  position: relative;
}
.profile-img-wrapper label {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 20px;
  background: #000;
  padding: 5px 10px;
  color: #fff;
  cursor: pointer;
}
.profile-sidebar-wrapper .profile-img-wrapper img {
  border: 1px solid #EBF6FB;
  height: 250px;
  width: 250px;
  object-fit: cover;
  object-position: top;
}

.hide {
  display: none !important;
}
.profile-content-wrapper h6 {
  color: var(--heading-color);
  font-size: 13px;
  
  font-weight: 400;
}
.profile-content-wrapper {
  margin-bottom: 30px;
}
.profile-sidebar-wrapper .nav-pills .nav-link.active {
  background: transparent;
  font-size: 13px;
  color: #fff;
}
.profile-sidebar-wrapper .nav-pills .nav-link.active::before{
    content: "";
    position: absolute;
    left: 0px;
    width: 2px;
    height: 40px;
    background: #fff;
}
.profile-sidebar-wrapper .nav-pills .nav-link {
  font-size: 13px;
  font-weight: bold;
  color: #6B6C75;
  line-height: 2;
  border-bottom: 1px solid #cecece;
  border-radius: 0px;
  padding: 10px 0;
  align-items: center;
  justify-content: space-between;
  display: flex;
  width: 100%;
}
.profile-sidebar-wrapper .nav-pills .nav-link:last-child {
  border-bottom: none;
}
.profile-sidebar-wrapper .nav {
  padding: 30px 30px 15px 30px;
  background: rgba(0,0,0, 0.4);
  position: relative;
  margin-bottom: 25px;
}
.profile-sidebar-wrapper li.nav-item {
  border-bottom: 1px solid #cecece;
}

.profile-sidebar-wrapper li.nav-item:last-child {
  border-bottom: none;
}
.profile-info-box-wrapper .dp-box-wrapper {
  display: flex;
  align-items: center;
}
.profile-box-img-wrapper img {
  width: 84px;
  height: 84px;
  object-fit: cover;
  object-position: top;
}
.profile-box-content-wrapper label {
  
  color: var(--heading-color);
  font-size: 16px;
  margin-bottom: 0px;
}
.profile-box-content-wrapper h6 {
  font-size: 16px;
  font-weight: 400;
}
.profile-info-box-wrapper button.edit-profile-btn {
   border: 0px;
  cursor: pointer;
}
.change-password-btn {
  border: 0px;
  cursor: pointer;
}

.box-fields-wrapper input {
  border: 0px;
  padding: 0px;
  font-size: 16px;
  color: var(--heading-color);
}
.box-fields-wrapper label.lbeltxt {
  color: var(--heading-color);
  font-size: 14px;}

  .box-fields-wrapper input.inputtxt {
  border: 0px;
  padding: 0px;
  font-size: 10px;
  color: #989898;margin: 0;}
  .box-fields-wrapper label {
    color: #635F5F;
    display: block;
    border-bottom: 1px solid #CBCBCB;
    padding: 0 0 10px 0;
}
.box-fields-wrapper .form-group {
  margin: 0px;
}
.profile-info-box-wrapper {
  padding: 50px;
  background: rgba(255,255,255, 0.9);
  border-radius: 0px;
  height: 650px;
  overflow-x: auto;
}
.change-address-btn {
  color: var(--account-background);
  text-decoration: underline;
  
  font-size: 20px;
  background: transparent;
  border: 0px var(--para-font);
}
.box-fields-wrapper.address-wrapper textarea {
  background: transparent;
  border: 0px;
  text-align: left;
  padding: 0px;
  margin-top: 20px;
}
.profile-tabe-wrapper .address-wrapper {
  border-top: 1px solid #b5c9ba;
}
.profile-tabe-wrapper .profile-content-heading {
  margin-bottom: 30px;
}
.edit-fields input.form-control {
  color: #635F5F;
  padding: 14px;
  border: 1px solid #989898;
  font-size: 13px;
  border-radius: 0;
}
.processing-wrapper h6 {
  color: #a4a4a4;
  font-size: 13px;
}
#yourBtn {
  width: 180px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  text-align: center;
  cursor: pointer;
  background: linear-gradient(0deg, rgba(46,129,189,1) 0%, rgba(0,43,77,1) 100%);
  border-radius: 4px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  padding: 15px 30px;
}
.order-table-wrapper{
  padding: 50px;
  background: rgba(255,255,255, 0.9);
  border-radius: 0px;
  height: 650px;
  overflow: auto;
}
/* order table starts here */
.order-table-wrapper table {
  margin: 0px;
  width: 100%;
  background-color: #fff;
}
.order-table-wrapper tr.row1 {
  border: 1px solid #E6E6E6;
}
.order-table-wrapper tr.row1 th {
  padding: 20px;
  text-align: center;
  color: #000;
  font-family: var(--heading-font);
  font-size: 18px;
  font-weight: normal;
  border-left: 1px solid #E6E6E7;
  white-space: nowrap;
  border-top: 0;
  margin-top: 0;
  display: table-cell;
}
.order-table-wrapper tr.row2 td {
  padding: 13px 20px;
  text-align: center;
  border-left: 1px solid #E6E6E7;
  white-space: nowrap;
  background: none;
}
.order-table-wrapper tr.row2 td.date {
  white-space: nowrap;
}
.order-table-wrapper .row2 td, .order-table-wrapper .row2 td a{
  color: #000;
}
.resultsDiv{
  display: flex;
}
.resultsshow span{
color: var(--account-background);
}
.order-table-wrapper .order-details a {
  color: var(--account-background);
  }


/* order responsive start here */
@media (max-width: 1100px) {
  .order-table-wrapper tr.row1 th {
    padding: 23px 9px;
    font-size: 14px;
  }
  .order-table-wrapper .row2 td {
    font-size: 14px;
  }
}
@media (max-width: 1018px) {
  .order-table-wrapper .row2 td {
    font-size: 13px;
  }
}
@media (max-width: 700px) {
  .order-table-wrapper tr.row2 td {
    padding: 9px 7px;
  }
}
/* order responsive ends here */
/* modal css starts here */
.profile-row button.close span {
  color: var(--account-background);
}
.profile .modal-dialog {
  max-width: 41%;
}
.close {
  opacity: 1;
}
.modal-header .close {
  margin: 0;
}
.model-header {
  text-align: center;
  padding: 20px 11px;
  border-bottom: 1px solid #e9efea;
}
.profile-row h5#exampleModalLongTitle {
  font-size: 43px;
  
  color: var(--account-background);
}
.profile-row .model-header h6 {
  color: var(--heading-color);
  
  font-size: 37px;
  font-weight: 400;
}
.model-header button.close {
  margin-top: -100px;
  margin-right: 5px;
  color: var(--account-background);
  font-size: 16px;
}
.model-header h6 {
  font-size: 13px;
  font-weight: 400;
}
.modal-title {
  font-size: 27px;
  font-weight: 500;
}
.product-deatail-wrapper {
  padding: 0px 30px;
  display: flex;
  width: 100%;
  align-items: center;
}
.modal-open .modal {
  overflow: scroll !important;
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none;
}
.modal-open .modal::-webkit-scrollbar {
  display: none;
}
.product-img {
  flex: 2;
}
.product-content {
  flex: 5;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.product-price {
  flex: 1;
}
.profile .modal-body h6 {
  color: var(--account-background);
  
  font-size: 20px;
}
.profile .modal-body h6.product-size {
  font-size: 14px;
  font-weight: 800;
}
/* h6.product-price {
  font-size: 21px;
  font-weight: 600;
} */
h6.product-size {
  color: #1f2c35 !important;
  font-weight: 400;
  font-size: 17px ;
}
h5.product-name {
  font-size: 14px;
  color: var(--heading-color);
  
  font-weight: 800;
}
.profile .modal-body h6 span {
  font-size: 14px;
  font-weight: 600;
}
.profile .modal-body h6.product-size span {
  margin-left: 30px;
  font-size: 11px;
}
.product-deatail-wrapper h4.stocks {
  
  font-size: 13px;
  color: var(--heading-color);
  font-weight: normal;
}
.product-deatail-wrapper h4.stocks span {
  color: var(--account-background);
}
.product-deatail-wrapper small {
  color: #8a9397;
  
  font-size: 10px;
}
.product-deatail-wrapper {
  border: 1px solid #d7e6db;
  border-radius: 5px;
  padding: 15px 5px;
  background: #DEDEDE;
}
.product-img {
  text-align: center;
}
.product-img figure {
  margin: 0px;
}
.product-img figure img {
  background: var(--default-btn-background);
  padding: 7px;
  border-radius: 10px;
}
.product-deatail-wrapper {
  margin: 20px auto !important;
  width: 90%;
}
.order-details-wrapper {
  padding: 0px 32px;
}
.order-details-wrapper h6 {
  display: flex;
  justify-content: space-between;
  color: #000 !important;
  font-size: 17px !important;
  font-weight: 500;
  line-height: 2.5;
}
.page-link {
  position: relative;
  display: block;
  color: #000;
  text-decoration: none;
  background-color: #fff;
  border: 0;
  border-radius: 0;
  margin: 0 10px;
  font-size: 18px;
  padding: 7px 15px;
}

.product-deatail-wrapper .colorDiv{
  display: flex;
  justify-content: space-between;
}
.product-deatail-wrapper .colorDiv p {
  margin-bottom: 10px;
  padding: 0px 10px 0px 0px;
}
.product-deatail-wrapper .colorBox {
  width: 20px;
  height: 20px;
  border: 1px solid #C7C7C7;
  background: #FBDFCB;
  margin: 0px 10px;
}
.product-deatail-wrapper .unitprice{
  text-align: end;
    margin-right: 10px;
}
.product-deatail-wrapper .unitprice h5{
  font-size: 15px;
}

/* responsive starts here */
@media (max-width: 1345px) {
  .profile .modal-dialog {
    max-width: 51% !important;
  }
}
@media (max-width: 1130px) {
  .profile .modal-dialog {
    max-width: 61% !important;
  }
}
@media (max-width: 936px) {
  .profile .modal-dialog {
    max-width: 71% !important;
  }
}
@media (max-width: 822px) {
  .profile .modal-dialog {
    max-width: 81% !important;
  }
}
@media (max-width: 758px) {
  .product-deatail-wrapper {
    flex-direction: column;
    align-items: center;
  }
  .product-deatail-wrapper.active {
    border-right: none;
    border-bottom: 3px solid #1aac7a;
    margin: 10px 0px;
  }
}
@media (max-width: 563px) {
  .profile .modal-dialog {
    max-width: 81% !important;
    margin: 30px auto;
  }
  .order-details-wrapper h6 {
    display: inline-block;
  }
  .order-details-wrapper {
    padding: 0px 52px;
    text-align: center;
  }
  .profile {
    padding: 60px 0px;
}
.profile-tabe-wrapper .profile-content-heading {
  margin-top: 0px;
}
.profile-box-content-wrapper h6 {
  font-size: 13px;
}
.order-table-wrapper tr.row1 th {
  padding: 5px;
  font-size: 14px;
}
.resultsDiv {
  display: initial;
  padding: 20px;
  align-items: center;
  justify-content: space-between;
}
}
/* responsive ends here */
/* modal css ends here */
.address{
  margin-top: 30px;
}
.myaddress .profile-content-heading {
  margin-bottom: 30px;
}
.myaddress button.add-new-address-btn {
  background: transparent;
  border: 0px;
  cursor: pointer;
  font-size: 13px;
}

.myaddress button.edit-address-btn {
  color: var(--account-background);
  text-decoration: underline;
  background: transparent;
  border: 0px;
  cursor: pointer;
  font-size: 13px;
  position: absolute;
  right: 5px;
  top: 5px;
}
.profile-content-heading{
  margin-bottom: 30px;
}
/* First Column Css Start Here */
.myaddress .first-top-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 30px;
}
.myaddress .first-top-bar h3 {
  margin-bottom: 0;
}
.myaddress .first-top-bar p {
  font-size: 15px;
  color: #000;
  font-weight: 500;
  /* opacity: 0; */
}
.second-top-bar .title {
  padding-bottom: 30px !important;
}
.myaddress .first-top-bar p a {
  text-decoration: none;
  transition: 0.6s;
}
.myaddress .first-top-bar p a:hover {
  color: var(--account-background);
}
.myaddress .first-top-bar p a {
  font-weight: 500;
  color: #000;
}
.myaddresslabel {
  font-weight: 500;
}
.myaddressselect {
  border-radius: 0;
  height: 50px !important;
  border-color: #70707059;
  font-weight: 500;
  font-size: 14px;
}
/* Saved Address Css Start Here */
.myaddress .address label.container .select-address .selection {
  position: absolute;
  left: 0;
  top: 0;
  padding: 5px;
  opacity: 0;
  line-height: 0px;
  z-index: 22;
}
.myaddress
  .address
  label.container
  .select-address
  .selection
  i.fa.fa-check {
    color: var(--default-theme);
    font-size: 8px;
    width: 15px;
    height: 15px;
    text-align: center;
    line-height: 16px;
    border-radius: 50%;
    background: linear-gradient(0deg, rgba(46,129,189,1) 0%, rgba(0,43,77,1) 100%);
    left: 0px;
}
.myaddress
  .address
  label.container
  input:checked
  ~ span.checkmark
  .select-address
  .selection {
  opacity: 1;
}
.myaddress .address .title {
  padding-bottom: 15px;
}
.myaddress .address .title h5 {
  font-size: 15px;
}
/* The container */
.myaddress .address .container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/* Hide the browser's default radio button */
.myaddress .address .container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.myaddress .address span.checkmark {
  position: unset;
}
.myaddress .address label.container {
  padding: 0;
  background: #F6F6F6;
}
.myaddress .address label.container .select-address {
  border: 1px solid var(--light-border-color);
  padding: 15px 20px;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}
.myaddress
  .address
  label.container
  input:checked
  ~ span.checkmark
  .select-address {
  box-shadow: 0px 0px 0px 2px var(--account-background);
  border-color: var(--default-theme);
  border-radius: 10px;
}
.myaddress .address .select-address .radio-btn span {
  width: 15px;
  height: 15px;
  background: var(--default-theme);
  position: absolute;
  left: 5px;
  border-radius: 50%;
  border: 2px solid var(--default-theme);
  box-shadow: 0px 0px 0px 1px var(--account-background);
  top: 5px;
  margin: 0px;
  z-index: 2;
}
.myaddress
  .address
  label.container
  input:checked
  ~ span.checkmark
  .select-address
  .radio-btn
  span {
  background: var(--account-background);
}
.myaddress .address .select-address {
  position: relative;
}
.myaddress .address .select-address .address-detail h5 {
  width: 100%;
  line-height: normal;
  margin-bottom: 0px;
}
.myaddress .address .select-address .address-detail h5 span.property {
  font-size: 13px;
  color: #00000096;
  font-weight: 100;
}
.myaddress .address .select-address .address-detail h5 span.value {
  font-weight: 500;
  font-size: 15px;
}
.myaddress .address .select-address .address-detail button.btn {
  background: #e7e7e7;
  color: var(--heading-color);
  font-size: 13px;
  font-weight: 500;
  text-transform: capitalize;
  opacity: 1;
  position: absolute;
  right: 20px;
  bottom: 20px;
  border: none;
}
.myaddress .address .select-address .address-detail button.btn::before{
  background-image: none;;
}
.myaddress .address .select-address .address-detail button.btn::after{
  background-image: none;;
}
.myaddress .add-new-address {
  position: relative;
}
.myaddress .add-new-address label.container {
  padding: 0 25px 20px;
  font-size: 15px;
  color: #262626;
  font-weight: 700;
}
.myaddress .add-new-address label.container span.checkmark {
  background: var(--default-theme);
  width: 15px;
  height: 15px;
  position: absolute;
  left: 0;
  border-radius: 50%;
  border: 2px solid var(--default-theme);
  box-shadow: 0px 0px 0px 1px var(--account-background);
  top: 4.5px;
}
.myaddress .add-new-address label.container input {
  position: absolute;
  left: 0px;
  opacity: 0;
}
.myaddress .add-new-address label.container input:checked ~ span.checkmark {
  background: var(--account-background);
}
.myaddress .form-check label.form-check-label {
  
  font-weight: 700;
}
.myaddress .add-new-address .form-group label {
  font-size: 13px;
  font-weight: 500;
  
}
.myaddress .add-new-address .form-group .form-control {
  border-radius: 0;
  height: 45px;
  border-color: var(--light-border-color);
  margin-bottom: 10px;
  border-radius: 5px;
}
.myaddress .add-new-address .checkbox {
  display: flex;
  align-items: center;
}
.myaddress .add-new-address .checkbox label {
  margin-bottom: 0;
  color: #636060;
  font-size: 15px;
  padding-left: 15px;
}
/* Saved Address Css End Here */

/* Saved Payment Css Start Here */
.myaddress .payment-details {
  padding-top: 30px;
}
.myaddress .payment-details .heading {
  padding-bottom: 10px;
}

.myaddress .payment-details .saved-payment-method h5 {
  padding-bottom: 20px;
  font-size: 15px;
  color: #262626;
}
.myaddress .payment-details .saved-payment-method label.container {
  padding: 0;
}
.myaddress
  .payment-details
  .saved-payment-method
  label.container
  span.checkmark
  .card-details {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #70707099;
  padding: 10px 20px;
  position: relative;
}
.myaddress
  .payment-details
  .saved-payment-method
  label.container
  input:checked
  ~ span.checkmark
  .card-details {
  box-shadow: 0px 0px 0px 2px var(--account-background);
  border-color: var(--default-theme);
}
.myaddress
  .payment-details
  .saved-payment-method
  label.container
  span.checkmark
  .card-details
  .visa-card {
  display: flex;
  align-items: center;
  padding-left: 40px;
}
.myaddress
  .payment-details
  .saved-payment-method
  label.container
  span.checkmark
  .card-details
  .visa-card
  figure {
  margin-bottom: 0;
}
.myaddress
  .payment-details
  .saved-payment-method
  label.container
  span.checkmark
  .card-details
  .visa-card
  .input-box
  label {
  color: #000000;
  font-size: 8px;
  font-weight: 600;
}
.myaddress
  .payment-details
  .saved-payment-method
  label.container
  span.checkmark
  .card-details
  .visa-card
  input {
  border: 0;
  height: unset;
  font-size: 18px;
  color: #343a40;
  font-weight: 600;
}
.myaddress
  .payment-details
  .saved-payment-method
  label.container
  span.checkmark
  .card-details
  .extra-btn {
  display: flex;
  align-items: center;
}
.myaddress
  .payment-details
  .saved-payment-method
  label.container
  span.checkmark
  .card-details
  .extra-btn
  button.btn {
  margin-right: 20px;
  background: #e7e7e7;
  color: #7d7d7d;
  font-size: 15px;
  font-weight: 500;
  text-transform: capitalize;
  opacity: 1;
  margin-left: -43px;
}
.myaddress
  .payment-details
  .saved-payment-method
  label.container.second-card
  button.btn.default.disabled {
  visibility: hidden;
}
.myaddress
  .payment-details
  .saved-payment-method
  label.container
  span.checkmark
  .card-details
  .extra-btn
  .selection {
  opacity: 0;
}
.myaddress
  .payment-details
  .saved-payment-method
  label.container
  input:checked
  ~ span.checkmark
  .card-details
  .extra-btn
  .selection {
  opacity: 1;
}
.myaddress
  .payment-details
  .saved-payment-method
  label.container
  span.checkmark
  .card-details
  .extra-btn
  .selection
  i {
  background: #0eb702;
  color: var(--default-theme);
  font-size: 14px;
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 25px;
  border-radius: 50%;
}
.myaddress
  .payment-details
  .saved-payment-method
  label.container
  input[type="radio"] {
  opacity: 0;
}
.myaddress
  .payment-details
  .saved-payment-method
  label.container
  span.checkmark
  .card-details
  .radio-btn
  span {
  background: var(--default-theme);
  width: 15px;
  height: 15px;
  position: absolute;
  left: 15px;
  border-radius: 50%;
  border: 2px solid var(--default-theme);
  box-shadow: 0px 0px 0px 1px var(--account-background);
  top: 27.5px;
}
.myaddress
  .payment-details
  .saved-payment-method
  label.container
  input:checked
  ~ span.checkmark
  .card-details
  .radio-btn
  span {
  background: var(--account-background);
}
.myaddress .add-new-address label.container span.checkmark {
  background: var(--default-theme);
  width: 15px;
  height: 15px;
  position: absolute;
  left: 0;
  border-radius: 50%;
  border: 2px solid var(--default-theme);
  box-shadow: 0px 0px 0px 1px #f35d63;
  top: 24.5px;
}
.myaddress
  .payment-details
  .saved-payment-method
  .add-new-method
  label.container
  span.checkmark {
  border: 2px solid var(--default-theme);
  width: 15px;
  height: 15px;
  background: var(--default-theme);
  position: absolute;
  left: 0;
  border-radius: 50%;
  box-shadow: 0px 0px 0px 1px var(--account-background);
  top: 5px;
}
.myaddress .payment-details .saved-payment-method .add-new-method input::placeholder{
  
  color: #2A263D;
}
/* label.anp_label {
  cursor: pointer;
} */
/* .form-group #exampleCheckanp {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
} */
/* check box ssd start here */
.form-check label.label_ssd {
  position: relative;
  cursor: pointer;
}

.form-check label.label_ssd:before {
  content: '';
  -webkit-appearance: none;
  background-color: transparent;
  border: 1px solid #636060;
  box-shadow: 0 1px 2px rgb(0 0 0 / 5%), inset 0px -15px 10px -12px rgb(0 0 0 / 5%);
  padding: 7px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 5px;
  left: -19px;
}

.form-check #exampleCheckssd:checked + .label_ssd::after {
  content: '';
  display: block;
  position: absolute;
  top: 4px;
    left: 6px;
    width: 6px;
    height: 13px;
  border: solid var(--account-background);
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

#exampleCheckssd {
  opacity: 0;
  position: absolute;
  z-index: -1;
}
/* check box ssd end here */
/* check box ana start here */
.form-check label.label_ana {
  position: relative;
  cursor: pointer;
}

.form-check label.label_ana:before {
  content: '';
  -webkit-appearance: none;
  background-color: transparent;
  border: 1px solid #636060;
  box-shadow: 0 1px 2px rgb(0 0 0 / 5%), inset 0px -15px 10px -12px rgb(0 0 0 / 5%);
  padding: 7px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 5px;
  left: -19px;
}

.form-check #exampleCheckana:checked + .label_ana::after {
  content: '';
  display: block;
  position: absolute;
  top: 4px;
    left: 6px;
    width: 6px;
    height: 13px;
  border: solid var(--account-background);
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

#exampleCheckana {
  opacity: 0;
  position: absolute;
  z-index: -1;
}
/* check box ana end here */
/* check box start here */
.checkbox label.for_checkbox_label {
  position: relative;
  cursor: pointer;
}

.checkbox label.for_checkbox_label:before {
  content: '';
  -webkit-appearance: none;
  background-color: transparent;
  border: 1px solid #636060;
  box-shadow: 0 1px 2px rgb(0 0 0 / 5%), inset 0px -15px 10px -12px rgb(0 0 0 / 5%);
  padding: 7px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 5px;
  left: -19px;
}

.checkbox #for_checkbox:checked + .for_checkbox_label::after {
  content: '';
  display: block;
  position: absolute;
  top: 4px;
    left: 6px;
    width: 6px;
    height: 13px;
  border: solid var(--account-background);
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

#for_checkbox {
  opacity: 0;
  position: absolute;
  z-index: -1;
}
/* check box end here */

.form-check label.anp_label {
  position: relative;
  cursor: pointer;
}

.form-check label.anp_label:before {
  content: '';
  -webkit-appearance: none;
  background-color: transparent;
  border: 1px solid #636060;
  box-shadow: 0 1px 2px rgb(0 0 0 / 5%), inset 0px -15px 10px -12px rgb(0 0 0 / 5%);
  padding: 7px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 5px;
  left: -19px;
}

.form-check #exampleCheckanp:checked + label.anp_label:after {
  content: '';
  display: block;
  position: absolute;
  top: 4px;
    left: 6px;
    width: 6px;
    height: 13px;
  border: solid var(--account-background);
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

#exampleCheckanp {
  opacity: 0;
  position: absolute;
  z-index: -1;
}
.myaddress .payment-details .saved-payment-method .add-new-method {
  position: relative;
}
.myaddress
  .payment-details
  .saved-payment-method
  .add-new-method
  label.container {
  padding-left: 30px;
  font-size: 15px;
  color: #262626;
  font-weight: 700;
  padding-bottom: 15px;
}
.myaddress .payment-details .saved-payment-method .add-new-method {
  padding-top: 10px;
}
.myaddress
  .payment-details
  .saved-payment-method
  .add-new-method
  label.container
  input:checked
  ~ span.checkmark {
  background: var(--account-background);
}
.myaddress
  .payment-details
  .saved-payment-method
  .add-new-method
  .form-group
  .form-control {
    border-radius: 5px;
    height: 50px;
    margin-bottom: 20px;
}

/* Saved Payment Css Start Here */

/* First Column Css End Here */

/* Second Column Css Start Here */
.myaddress .second-top-bar .form-group {
  display: flex;
  align-items: flex-start;
}
.myaddress .second-top-bar .form-group .form-control {
  border-radius: 0;
  border: 1px solid var(--light-border-color);
  padding: 16px 20px;
  height: 53px;
}
.myaddress .second-top-bar .form-group .form-control::placeholder {
  color: #2a263d;
  font-weight: 500;
}
.myaddress .second-top-bar .form-group button {
  height: 53.6px;
  width: 50%;
  margin-left: 15px;
  background: var(--account-background);
  color: var(--default-theme)fff;
  font-size: 18px;
  font-weight: 500;
  cursor: pointer;
  border: 2px solid var(--default-theme);
  transition: 0.6s;
}
.myaddress .second-top-bar .form-group button:hover {
  box-shadow: 0px 0px 0px 2px var(--account-background);
}
.myaddress .cart-product-detail {
  border: 1px solid var(--account-background);
  padding: 30px;
  position: relative;
  overflow: hidden;
  border-radius: 5px;
}
.myaddress .cart-product-detail .checkout-products {
  height: 280px;
  overflow-y: scroll;
  overflow-x: hidden;
  padding-right: 10px;
}
.myaddress .cart-product-detail .checkout-products::-webkit-scrollbar {
  width: 0;
  background: transparent;
}
.myaddress .cart-product-detail .products {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--light-border-color);
  padding: 18px 0;
  position: relative;
}

.myaddress .cart-product-detail .products .abt-product {
  display: flex;
  align-items: center;
}
.myaddress .cart-product-detail .products .abt-product .pro-dtl {
  padding-left: 15px;
}
.myaddress .cart-product-detail .products .abt-product .pro-dtl h5.name {
  font-size: 16px;
  font-weight: 500;
  color: #000;
  
  font-weight: 400;
  margin-bottom: 0;
}
.myaddress .cart-product-detail .products .abt-product .pro-dtl ul.variations {
  margin-bottom: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
}
.myaddress .cart-product-detail .products .img-box figure {
  margin-bottom: 0;
}
.myaddress
  .cart-product-detail
  .products
  .abt-product
  .pro-dtl
  ul.variations
  li {
  border-right: 1px solid #1f2c3582;
  padding: 0 7px;
  font-weight: 700;
  color: #000;
}
.myaddress
  .cart-product-detail
  .products
  .abt-product
  .pro-dtl
  ul.variations
  li:last-child {
  border: 0;
}
.myaddress
  .cart-product-detail
  .products
  .abt-product
  .pro-dtl
  ul.variations
  li:first-child {
  padding-left: 0;
  color: #6d6d6d;
  font-size: 13px;
  font-weight: 400;
}
.myaddress .cart-product-detail .products .product-price h4.price {
  font-size: 16px;
  font-weight: 400;
  
  margin-left: 24px;
  display: inline-block;
  margin-bottom: 0px;
}
.myaddress .cart-product-detail .products .product-price p.price{
  text-align: right;
  margin-bottom: 0px;
}
.myaddress .cart-product-detail .pricing-details {
  padding-top: 40px;
}
.myaddress .cart-product-detail .pricing-details .item-total h4.property {
  font-size: 15px;
  font-weight: 500;
  
}
.myaddress .cart-product-detail .pricing-details .item-total h4.value {
  font-size: 15px;
  font-weight: 400;
  
}
.myaddress .cart-product-detail .pricing-details .item-total {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5px 0;
}
.myaddress .cart-product-detail .pricing-details {
  border-bottom: 1px solid #c5c5c5;
  padding-bottom: 30px;
}
.myaddress .cart-product-detail .order-total {
  padding-top: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.myaddress .cart-product-detail .order-total h3.property {
  font-weight: normal;
  font-size: 18px;
}
.myaddress .cart-product-detail .order-total h3.value {
  font-weight:normal;
  
  font-size: 18px;
}
/* Second Column Css End Here */
.myaddress .border-last {
  background: #7070705c;
  padding: 0.5px;
  margin: 40px 0;
}
.myaddress .confirm-orderDv {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.myaddress .confirm-orderDv .checkbox {
  display: flex;
  align-items: center;
}
.myaddress .confirm-orderDv .checkbox label {
  margin-bottom: 0;
  padding-left: 20px;
}

/* .add-new-method .form-check-input {
  top: 17px !important;
} */
/* Checkout Css Start Here */
/* Media Query Start Here */
@media (max-width: 768px) {
  .myaddress .confirm-orderDv .button-group button {
    width: 220px;
    padding: 12px 0px;
    font-size: 12px;
  }
  .myaddress .payment-details .saved-payment-method .add-new-method {
    margin-bottom: 40px;
  }
}
@media (max-width: 575px) {
  .myaddress .address label.container .radio-btn {
    display: none;
  }
  .myaddress .address .select-address .address-detail {
    padding-left: 0px;
    margin-left: 0px;
    border-left: 0;
  }
  .myaddress .address .select-address .address-detail button.btn {
    position: unset;
  }
  .myaddress .confirm-orderDv {
    display: block;
  }
  .myaddress .confirm-orderDv .checkbox {
    margin-bottom: 20px;
  }
  .myaddress .cart-product-detail {
    padding: 50px 20px;
  }
}
@media (max-width: 500px) {
  .myaddress.first-top-bar {
    display: block;
    text-align: center;
  }
  .myaddress .address .select-address .address-detail h5 span.value {
    font-size: 11px;
  }
  .myaddress .address .select-address .address-detail h5 span.property {
    font-size: 12px;
    font-weight: 500;
  }
  .myaddress .address label.container .select-address {
    padding: 20px 10px;
  }
}
@media (max-width: 400px) {
  .myaddress
    .payment-details
    .saved-payment-method
    label.container
    span.checkmark
    .card-details
    .extra-btn
    button.btn {
    display: none;
  }
}

.confirm-orderDv .form-control {
  width: auto !important;
}

.inner-anchor span {
  color: var(--default-theme)fff;
}

.myaddress .cart-product-detail .checkout-products::-webkit-scrollbar {
  width: 3px;
  background: transparent;
}

.myaddress .cart-product-detail .checkout-products::-webkit-scrollbar-thumb {
  background: var(--account-background);
}
/* .form-check-input {
  position: absolute;
  margin-top: 0.25rem;
  margin-left: -1.25rem;
  left: 16px;
  top: 0px;
}
.form-check-input.ana {
  margin-top: 1.25rem;
}
.second-top-bar .form-check-input {
  position: absolute;
  margin-top: 0.25rem;
  margin-left: -1.25rem;
  left: 16px;
  top: 15px;
} */

.iti--separate-dial-code{
  width: 100%;
}
.iti--separate-dial-code .iti__selected-flag {
  background-color: transparent !important;
  border-right: 1px solid #eee;
}
.iti__country-list {
  max-width: 250px;
  overflow-x: hidden;
}
/* responsive starts here */
@media (max-width: 991px) {
  .profile-sidebar-wrapper .nav {
    padding: 0px 15px;
}
}
@media (max-width: 480px) {
  .myaddress.container {
    padding: 60px 18px;
    margin: 20px;
  }
  .myaddress{
    padding-bottom: 0px;
}
}
@media (max-width: 414px) {
  .myaddress .cart-product-detail .products .product-price h4.price {
    margin-right: 0px;
    font-size: 13px;
  }
  .myaddress .cart-product-detail .products .abt-product .pro-dtl h5.name {
    font-size: 13px;
  }
}
@media (max-width: 576px) {
  .myaddress .cart-product-detail .products {
    flex-direction: column;
  }
  .product-content {
    display: block;
    margin-top: 15px;
}
.product-deatail-wrapper .unitprice {
  text-align: center;
  margin-right: 0px;
  margin-top: 15px;
}
.order-details-wrapper {
  padding: 0px 10px;
  text-align: center;
}
.profile .modal-body h6 span {
  font-size: 13px;
}
  .product-price {
    margin-top: 10px;
    display: block;
    width: 100%;
    text-align: center;
  }
  .myaddress .cart-product-detail .products .product-price p.price {
    text-align: center;
    margin-bottom: 0px;
}

}
/* responsive ends here */

.second-top-bar input.form-control.usd {
  background: var(--default-theme);
  border: 0px !important;
  font-size: 24px;
  
  font-weight: bold;
  color: var(--account-background);
  height: 59px;
  margin-top: 14px;
}
.abt-product .img-box img {
  background: linear-gradient(0deg, rgba(46,129,189,1) 0%, rgba(0,43,77,1) 100%);
  padding: 4px;
  border-radius: 8px;
  height: 44px;
  width: 44px;
  object-fit: cover;
}


.my-subscription {
  background: #fff;
  padding: 25px;
  margin-top: 20px;
}
.my-membership-div-inner {
  border: 1px solid #eee;
  padding: 5px 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.my-membership-div-inner select.form-select {
  border: 0;
  color: #000;
  font-family: var(--regular-font);
}
.my-membership-div-inner-text {
  text-transform: uppercase;
  padding-right: 60px;
  border-right: 1px solid #B1B1B1;
}
.my-membership-top-text {
  padding: 10px 20px;
  font-family: var(--regular-font);
}
.my-membership-top-text p{
  font-family: var(--regular-font);
  text-align: end;
  margin: 0;
}
.close-sec button {
  background: transparent;
  border: 0px;
  font-size: 16px;
  padding: 0px;
}
.wishlist-btn {
  background: #000;
  color: #fff !important;
  text-align: left;
  position: relative;
}
.wishlist-btn i{
  padding-right: 15px;
}
.my-order td button {
  background: no-repeat;
  border: none;
}
.order-detials .date {
  font-size: 12px;
  padding-bottom: 30px;
  font-family: "GOTHIC-Regular";
  border-bottom: 1px solid #c6c4c4;
}
.order-card{
  display: flex;
  align-items: center;
  gap: 20px;
}
.order-card p{
  font-size: 14px;
  font-family: "MarcellusSC-Regular";
}
.card{
  background-color: #DEDEDE;
  padding: 15px;
  max-width: 100%;
  margin-top: 20px;
  border: none;
}
.unit-prize {
  text-align: end;
  font-family: "GOTHIC-Regular";
  margin-top: 10px;
}
.total {
  line-height: 40px;
  padding-top: 35px;
  font-size: 16px;
  font-family: "MarcellusSC-Regular";
}
.total-prize {
  padding-top: 35px;
  text-align: end;
  font-size: 16px;
  line-height: 40px;
 font-family: "MarcellusSC-Regular";
}
.total-div {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.total-div .span{
  font-family: "GOTHIC-Regular";
  font-size: 14px;
}
.total-div span {
  display: flex;
  font-size: 14px;
  font-family: "GOTHIC-Regular";
  gap: 10px;
}
.order-card .blue{
  color: blue;
  display: contents;
}
.order-card input{
   width: 10px;
   height: 10px;
   background-color: black;
   border: none;
   margin-left: 4px;
   margin-right: 4px;
   border-radius: 2px;
}
.order-card img{
  height: 61px;
  /* margin-top: 12px; */
  width: 61px;
  /* margin-left: 12px; */
}

.course-div {
  display: flex;
  gap: 20px;
  padding: 3px 0;
}
.course-div p {
  margin: 0;
  flex: 1.7;
}
.course-div span {
  font-family: var(--regular-font);
  flex: 5;
}
.course-date {
  background: #000;
  display: inline-block;
  padding: 10px 15px;
  color: #fff;
  border-radius: 3px;
  margin-top: 10px;
}
.course-date i {
  padding-right: 10px;
}


section.custom-banner {
  position: relative;
  background-image: url(../img/custom-banner.webp);
  background-size: cover;
  height: 94px;
  background-repeat: no-repeat;
}
.mymembership-main-section{
  background-image: url(../img/bannerimg.webp);
  background-size: 100%;
  background-position: center;
  height: calc(50vw + 22px);
  background-repeat: no-repeat;
  position: relative;
}
.profile-links {
  background-color: #00000038;
  max-width: 260px;
  height: 390px;
}
.profile-links a {
  display: flex;
  justify-content: space-between;
  color:#6F7280;
  border-bottom: 2px solid  #6F7280;
  padding: 22px 0;
}
.profile-links li {
  padding: 0 22px;
}
.profile-links a:hover {
  color: #EFEFF1;
}
.bg-colorset {
  background-color: #dedee2db;
  padding: 50px 40px 20px 40px;
}
.bg-colorset .main-hed-mymembership {
  display: flex;
  justify-content: space-between;
}
.cards-bg-clr {
  background-color: #F9F9FA;
  padding: 20px 0 0 20px;
}
.mymembership-card-text {
  padding: 0px 10px;
  flex: 0 0 30%;
  margin-bottom: 30px;
}
.mymembership-card {
  display: flex;
  overflow-x: scroll;
}
.mymembership-card::-webkit-scrollbar {
 height: 1.4em;
}
.mymembership-card::-webkit-scrollbar-track {
 background-color: #DCDCDC;
}
.mymembership-card::-webkit-scrollbar-thumb {
  background-color: #000000;
  outline: 2px solid #DCDCDC;
}
.mymembership-card-text h3 {
  color: #000;
  font-size: 20px;
}
.mymembership-card-text p {
  opacity: 0.75;
  font-size: 14px;
  color: #000000;
}
.mymembership-card-text .price {
  font-size: 12px;
  color: #4D4D4D;
}
.mymembership-card-text .reviews {
  font-size: 12px;
  color: #4D4D4D;
}
.mymembership-card-text .amount {
  font-size: 16px;
  margin-top: 5px;
}
.rating {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
}
.rating>label::before {
  content: "\2605";
  position: absolute;
  opacity: 0;
}
.btn-primary {
  color: #fff;
  background-color: #000;
  border-color: #000;
  padding: 10px 45px;
  border: 1px solid #000;
}


.order-tracking-text p {
  margin: 0;
}
.hh-grayBox {
	margin:50px 0;
}
.pt45{padding-top:45px;}
.order-tracking{
	text-align: center;
	width: 25%;
	position: relative;
	display: block;
  line-height: 45px;
}
.order-tracking .is-complete {
  display: block;
  position: relative;
  height: 50px;
  width: 50px;
  border: 0px solid #AFAFAF;
  background-color: #000;
  margin: 0 auto;
  transition: background 0.25s linear;
  -webkit-transition: background 0.25s linear;
  z-index: 2;
}
.order-tracking.completed .is-complete{
	border-color: #000;
	border-width: 0px;
	background-color: #000;
}
.order-tracking p {
	color: #A4A4A4;
	font-size: 16px;
	margin-top: 8px;
	margin-bottom: 0;
	line-height: 20px;
}

.order-tracking.completed p{color: #000;}
.order-tracking::before {
	content: '';
	display: block;
	height: 3px;
	width: calc(100% - 40px);
	background-color: #DBDBDB;
	top: 22px;
	position: absolute;
	left: calc(-50% + 20px);
	z-index: 0;
}
.order-tracking:first-child:before{display: none;}
.order-tracking.completed:before{background-color: #000;}

@media (max-width: 1024px) {
  .profile-sidebar-wrapper {
    width: 100%;
}
}
@media (max-width: 992px) {
  .profile-img-wrapper {
    position: relative;
    width: 250px;
}
button.add-new-address-btn.editprofilebtn.btn-primary {
  width: 100%;
  margin-bottom: 20px;
}
.profile-info-box-wrapper button.edit-profile-btn {
  width: 100%;
  margin-bottom: 30px;
}
button.change-password-btn.editprofilebtn.btn-primary {
  width: 100%;
  margin-bottom: 30px;
}
button.btn.editprofilebtn.btn-primary {
  width: 100%;
  margin-bottom: 10px;
}
.profile-tabe-wrapper .profile-content-heading {
  margin-bottom: 0px;
}
button.edit-profile-btn.editprofilebtn.btn-primary {
  width: 100%;
}
.my-membership-top-text p {
  text-align: left;
}
.order-table-wrapper tr.row2 td {
  white-space: nowrap;
}
}
@media (max-width: 575px) {
  .profile-tabe-wrapper .profile-content-heading {
    margin-bottom: 10px;
}
.profile-info-box-wrapper button.edit-profile-btn {
  width: 100%;
  margin-bottom: 30px;
}
.profile-info-box-wrapper {
  padding: 20px;
}
button.change-password-btn.editprofilebtn.btn-primary {
  width: 100%;
  margin-bottom: 30px;
}
.order-table-wrapper {
  padding: 20px;
  height: auto;
}
.order-table-wrapper tr.row2 td {
  white-space: nowrap;
}
button.add-new-address-btn.editprofilebtn.btn-primary {
  width: 100%;
  margin-top: 20px;
}
.order-card {
  display: block;
  text-align: center;
}
.order-card img {
  height: 75px;
  width: 75px;
  margin-bottom: 10px;
}
.unit-prize {
  text-align: center;
}
.total {
  font-size: 13px;
}
.total-prize {
  font-size: 13px;
}
.order-table-wrapper tr.row1 th {
  padding: 23px 9px !important;
}
.order-tracking .is-complete {
  height: 45px;
  width: 45px;
}
.my-membership-div-inner {
  padding: 5px 10px;
  display: block;
  text-align: center;
}
.my-membership-div-inner-text {
  padding-right: 0;
  border-right: 0;
}
.my-membership-top-text p {
  text-align: center;
}
.my-membership-top-text {
  text-align: center;
}
}