.pofdashboard {
  position: relative;
  padding: 50px 0px;
}
.pofdashboard::after {
  content: '';
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
  background: linear-gradient(to bottom, rgba(243, 243, 243, 1) 0%, rgba(245, 242, 238, 0.88) 9%, rgba(246, 243, 239, 0.87) 10%, rgba(244, 242, 237, 0.86) 11%, rgba(245, 241, 234, 0.79) 16%, rgba(247, 242, 236, 0.78) 17%, rgba(247, 241, 233, 0.75) 19%, rgba(245, 241, 233, 0.74) 20%, rgba(247, 241, 231, 0.73) 21%, rgba(248, 242, 232, 0.72) 22%, rgba(247, 240, 229, 0.68) 25%, rgba(249, 241, 230, 0.67) 26%, rgba(249, 241, 230, 0.66) 27%, rgba(248, 240, 226, 0.62) 30%, rgba(248, 239, 226, 0.61) 31%, rgba(250, 241, 227, 0.6) 32%, rgba(250, 241, 226, 0.59) 33%, rgba(247, 238, 225, 0.56) 35%, rgba(249, 239, 226, 0.55) 36%, rgba(249, 239, 225, 0.54) 37%, rgba(249, 239, 224, 0.53) 38%, rgba(249, 238, 220, 0.5) 40%, rgba(250, 239, 223, 0.49) 41%, rgba(250, 239, 223, 0.48) 42%, rgba(250, 238, 222, 0.47) 43%, rgba(252, 239, 220, 0.43) 46%, rgba(252, 239, 219, 0.42) 47%, rgba(252, 238, 218, 0.41) 48%, rgba(249, 237, 216, 0.38) 50%, rgba(252, 239, 216, 0.36) 51%, rgba(252, 238, 218, 0.35) 52%, rgba(252, 238, 217, 0.33) 53%, rgba(251, 237, 216, 0.32) 54%, rgba(255, 239, 214, 0.29) 56%, rgba(255, 238, 216, 0.27) 57%, rgba(255, 237, 214, 0.26) 58%, rgba(250, 235, 211, 0.24) 59%, rgba(250, 235, 209, 0.22) 60%, rgba(249, 233, 205, 0.21) 61%, rgba(255, 237, 213, 0.2) 62%, rgba(255, 235, 209, 0.18) 63%, rgba(255, 234, 213, 0.16) 64%, rgba(246, 229, 202, 0.13) 66%, rgba(255, 245, 214, 0.12) 67%, rgba(255, 232, 209, 0.11) 68%, rgba(255, 242, 201, 0.09) 69%, rgba(255, 240, 210, 0.08) 70%, rgba(255, 234, 191, 0.06) 71%, rgba(255, 255, 223, 0.05) 72%, rgba(255, 255, 204, 0.03) 73%, rgba(128, 128, 128, 0.02) 74%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0) 100%);
  height: 400px;
}
.pofdashboard h3 {
  font-size: 36px;
  line-height: 44px;
  color: #000000;
  text-align: left;
  margin-bottom: 35px;
  font-weight: 600;
}
.pofdashboard label {
  font-size: 18px;
  line-height: 22px;
  color: #000000;
  font-weight: 500;
  text-align: left;
}
.pofdashboard .memb-transfer {
  margin-top: 50px;
  padding: 47px 40px 46px;
  background: #fff;
  box-shadow: 0px 3px 6px #0000001F;
  border: 1px solid #DFDFDF;
  border-radius: 10px;
}
.pofdashboard .memb-transfer label {
  text-align: left;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 14px;
}
.pof-transfer {
  display: flex;
  column-gap: 22px;
}
/* style adjusted 28-02-25 */
.pofdashboard form input {
  color: #000 !important;
  border: 1px solid #C4C4C4 !important;
  border-radius: 8px !important;
  opacity: 1;
  padding: 16px 15px 15px !important;
  outline: none;
  font-size: 14px !important;
  width: 100% !important;
  height: 49px !important;
  max-width: 539px !important;
  line-height: 18px !important;
  font-weight: normal !important;
  /* display: flex ;
    flex: 1 ; */
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px !important;
  position: absolute !important;
  width: 20px !important;
}
.select2-container--default .select2-selection--single {
  background-color: #fff !important;
  border: 1px solid #aaa !important;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px !important;
  padding-right: 20px !important;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #444 !important;
  padding: 0 20px 0 8px;
}
/* end */
.pofdashboard form input:focus {
  border: 1px solid #FFCF2E !important;
  box-shadow: none !important;
  border-color: #FFCF2E !important;
}
.pofdashboard form input::placeholder {
  color: #656C74 !important;
}
.pofdashboard form b, strong {
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
}
.pofdashboard form button {
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 1.08px;
  color: #000000 !important;
  text-transform: uppercase;
  font-weight: bold;
  border: none;
  border-radius: 6px;
  background: #FFCF2E;
  padding: 16px 30px;
  width: 100%;
  max-width: 238px;
  white-space: nowrap;
  border: none;
  /* margin-left: 30px; */
}
.pofdashboard form button:hover {
  background: #c0ab7d;
  color: #000;
}
.pofdashboard a.woocommerce-button.button {
  font-weight: 300;
  background: none;
  color: #515151;
  border: 1px solid #C4C4C4;
  border-radius: 6px;
  margin: 0 3px;
  font-size: 12px;
  height: 27px;
}
.pofdashboard a.woocommerce-button.button:hover {
  background: #FFDD6C !important;
  color: #fff !important;
  border: 1px solid #FFB81A !important;
}
.pofdashboard .email-trans {
  width: 100%;
}
.pof-transfer .email-trans label {
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  color: #a00;
  margin-top: 7px;
  margin-bottom: 0px;
}
@media (max-width: 1200px) {
  .pofdashboard .woocommerce-MyAccount-navigation ul li {
    padding: 14px 40px 43px 20px;
  }
}
@media (max-width: 991px) {
  .pofdashboard form button {
    font-size: 10px;
    line-height: 16px;
  }
}
@media (max-width: 770px) {
  .pofdashboard .woocommerce-MyAccount-navigation ul {
    display: flex;
  }
  .pof-transfer {
    display: flex;
    flex-direction: column;
  }
  .pofdashboard form button {
    margin-top: 15px;
    margin-left: 0;
    max-width: 100%;
  }
  .pofdashboard .memb-transfer {
    margin-top: 41px;
    padding: 26px 30px 37px 29px;
  }
  .pofdashboard h3 {
    font-size: 30px;
    line-height: 37px;
    margin-bottom: 30px;
  }
  .pofdashboard label {
    font-size: 16px;
    line-height: 25px;
    width: 100%;
    max-width: 350px;
    margin: auto;
    text-align: center;
    display: block;
  }
  .pofdashboard .woocommerce-MyAccount-navigation ul {
    display: flex;
    max-width: 100%;
    overflow: scroll;
  }
  .pofdashboard .woocommerce-MyAccount-navigation ul li {
    margin: 0px 10px 4px 0px;
    padding: 14px 50px 14px 25px;
    list-style: none;
    white-space: nowrap;
    display: flex;
    align-items: baseline;
  }
  .pofdashboard .woocommerce-MyAccount-navigation ul li::after {
    top: 0px !important;
    bottom: 0px !important;
    margin: auto;
  }
  .pofdashboard .woocommerce-account .woocommerce-MyAccount-navigation {
    width: 100%;
    margin-bottom: 45px;
  }
  /* .pofdashboard .woocommerce-MyAccount-navigation ul li:first-of-type{
        padding: 14px 48px 14px 0px !important;
    } */
  .pofdashboard form button {
    font-size: 12px;
    line-height: 16px;
  }
}
/* order details */
.pofdashboard .woocommerce .woocommerce-order-details {
  margin-top: 30px;
}
.pofdashboard .woocommerce .woocommerce-customer-details address {
  gap: 10px;
  margin-top: 20px;
}
.pofdashboard .woocommerce-MyAccount-content p {
  margin: 0px 0px;
}
/* Registration */
.registration-form {
  margin: 100px 0;
}
.registration-form .form-col {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.registration-form .form-col img {
  padding-left: 100px;
  border-radius: 7px;
}
.wc-register-form {
  margin: auto;
}
.registration-form .form-row label {
  font-weight: normal;
  color: #dc3232;
  font-size: 14px;
  margin-top: 7px;
}
.wc-register-form h2 {
  font-size: 36px;
  line-height: 40px;
  color: #000000;
  text-align: left;
  margin-bottom: 0px;
  font-weight: 700;
  text-transform: uppercase;
}
.wc-register-form p {
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 50px;
  color: #000;
}
.wc-register-form input {
  border: 1px solid #C4C4C4;
  color: #000 !important;
  outline: none;
  border-radius: 8px;
  opacity: 1;
  padding: 13px 22px 15px;
  font-size: 14px;
  width: 100%;
  line-height: 18px;
  font-weight: normal;
}
.wc-register-form input:focus {
  border: 1px solid #FFCF2E;
  box-shadow: none;
}
.wc-register-form input:focus-visible {
  border: 1px solid #FFCF2E !important;
  box-shadow: none !important;
  border-color: #FFCF2E !important;
}
.wc-register-form .reg-form-pass {
  position: relative;
}
.wc-register-form .toggle-password {
  position: absolute;
  top: 13px;
  right: 30px;
  font-size: 14px;
  color: #FFCF2E;
}
.wc-register-form .toggle-password:hover {
  color: #c0ab7d;
  cursor: pointer;
}
.wc-register-form button {
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 1.08px;
  color: #000000 !important;
  text-transform: uppercase;
  font-weight: bold;
  border: none;
  border-radius: 6px;
  background: #FFCF2E;
  padding: 14px 0px 17px 0px;
  width: 100%;
  margin-top: 9px;
}
.wc-register-form button:hover {
  border: 1px solid #FFCF2E !important;
  box-shadow: none !important;
  border-color: #FFCF2E !important;
}
.wc-register-form .reg-form-p {
  font-size: 16px;
  line-height: 19px;
  font-weight: normal;
  margin-top: 8px;
  text-align: center;
  margin-bottom: 0px;
}
.wc-register-form .reg-form-p a {
  font-weight: 600;
  text-decoration: none;
  color: #000;
}
/* .registration-form .wc-register-form input {
    margin-bottom: 17px;
} */
/* .wc-register-form .first_name{
    padding-right: 6px;
    margin-bottom: 17px;
}
.wc-register-form .last_name{
    padding-left: 6px;
    margin-bottom: 17px;
}
.wc-register-form .phone_number{
    padding-right: 6px;
    margin-bottom: 17px;
}
.wc-register-form .dob{
    padding-left: 6px;
    margin-bottom: 17px;
}
.wc-register-form .email{
    margin-bottom: 17px;   
}
.wc-register-form .password-req{
    margin-bottom: 17px;
}
.wc-register-form .password-con{
    margin-bottom: 17px;
} */
.woocommerce-account .woocommerce-MyAccount-navigation {
  width: 23%;
  max-width: 272px;
}
.woocommerce-account .woocommerce-MyAccount-content {
  float: right;
  width: 74%;
  max-width: 879px;
}
.woocommerce-MyAccount-navigation ul {
  margin: 0px 0px;
  padding: 0px 0px;
}
.woocommerce-MyAccount-navigation ul li {
  margin: 4px 0px 0px 0px;
  padding: 12px 20px;
  list-style: none;
  height: 46px;
}
.woocommerce-MyAccount-navigation ul li a {
  margin: 0px 0px;
  padding: 0px;
  color: #000000;
  font-size: 14px;
  line-height: 18px;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 400;
}
li.is-active {
  background: var(--unnamed-color-ffcf2e) 0% 0% no-repeat padding-box;
  background: #FFCF2E 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 3px #B4922352;
  border-radius: 6px;
  font-weight: 600;
}
.woocommerce-MyAccount-navigation ul li.is-active a {
  font-weight: 600;
}
.woocommerce-MyAccount-content p {
  margin: 0px 0px;
  padding: 0px 0px;
  font-size: 16px;
  line-height: 25px;
  color: #000000;
}
.woocommerce-MyAccount-content p a {
  color: #000;
}
.woocommerce-MyAccount-content p strong {
  font-size: 16px;
}
.woocommerce table.my_account_orders {
  font-size: 14px;
  box-shadow: 0px 3px 6px #0000001F;
  border: 1px solid #DFDFDF;
}
.woocommerce table.my_account_orders thead {
  background: #F5F5F5 0% 0% no-repeat padding-box;
  border-radius: 10px 10px 0px 0px;
}
.woocommerce table.my_account_orders th {
  padding: 15px 8px;
}
.woocommerce table.shop_table tbody th a {
  color: #000;
  text-decoration: none;
  font-weight: 300;
}
.woocommerce table.shop_table td {
  padding: 16px 6px 18px 21px;
  font-size: 16px;
}
.woocommerce table.shop_table th {
  padding: 16px 6px 18px 21px;
  font-size: 14px;
}
a.woocommerce-button.button.view {
  font-weight: 300;
  background: none;
  border: 1px solid #C4C4C4;
  border-radius: 6px;
  padding: 6px 14px 6px 14px;
  font-size: 12px;
  height: 27px;
}
a.woocommerce-button.button.view:hover {
  background: #FFCF2E;
}
.woocommerce-MyAccount-navigation-link--dashboard {
  position: relative;
}
.woocommerce-MyAccount-navigation-link--dashboard::after {
  content: "";
  position: absolute;
  background: url(../images/dashboard-icon.svg) no-repeat 0px 0px;
  right: 15px;
  top: 20px;
  width: 18px;
  height: 13px;
}
.woocommerce-MyAccount-navigation-link--orders {
  position: relative;
}
.woocommerce-MyAccount-navigation-link--orders::after {
  content: "";
  position: absolute;
  background: url(../images/order-Icon.svg) no-repeat 0px 0px;
  right: 15px;
  top: 20px;
  width: 18px;
  height: 18px;
}
.woocommerce-MyAccount-navigation-link--wishlist {
  position: relative;
}
.woocommerce-MyAccount-navigation-link--wishlist::after {
  content: "";
  position: absolute;
  background: url(../images/heart-icon.svg) no-repeat 0px 0px;
  right: 15px;
  top: 20px;
  width: 18px;
  height: 18px;
}
.woocommerce-MyAccount-navigation-link--customer-logout {
  position: relative;
}
.woocommerce-MyAccount-navigation-link--customer-logout::after {
  content: "";
  position: absolute;
  background: url(../images/logout-icon.svg) no-repeat 0px 0px;
  right: 15px;
  top: 17px;
  width: 18px;
  height: 18px;
}
.woocommerce-MyAccount-navigation-link--membership-transfer {
  position: relative;
}
.woocommerce-MyAccount-navigation-link--membership-transfer::after {
  content: "";
  position: absolute;
  background: url(../images/members-tranfer-icon.svg) no-repeat 0px 0px;
  right: 15px;
  top: 17px;
  width: 20px;
  height: 18px;
}
.woocommerce-MyAccount-navigation-link--edit-address {
  position: relative;
}
.woocommerce-MyAccount-navigation-link--edit-address::after {
  content: "";
  position: absolute;
  background: url(../images/address-icon.svg) no-repeat 0px 0px;
  right: 15px;
  top: 15px;
  width: 20px;
  height: 18px;
}
.woocommerce-MyAccount-navigation-link--edit-account {
  position: relative;
}
.woocommerce-MyAccount-navigation-link--edit-account::after {
  content: "";
  position: absolute;
  background: url(../images/user-iocn.svg) no-repeat 0px 0px;
  right: 15px;
  top: 17px;
  width: 20px;
  height: 18px;
}
.woocommerce-MyAccount-navigation-link--downloads {
  position: relative;
}
.woocommerce-MyAccount-navigation-link--downloads::after {
  content: "";
  position: absolute;
  background: url(../images/download-icon.svg) no-repeat 0px 0px;
  right: 15px;
  top: 17px;
  width: 20px;
  height: 18px;
}
.woocommerce-MyAccount-navigation-link--wps-membership-tab {
  position: relative;
}
.woocommerce-MyAccount-navigation-link--wps-membership-tab::after {
  content: "";
  position: absolute;
  background: url(../images/member-details-iocn.svg) no-repeat 0px 0px;
  right: 15px;
  top: 17px;
  width: 20px;
  height: 18px;
}
.tinv-wishlist table.tinvwl-table-manage-list {
  margin-bottom: 27px;
  width: 100%;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #0000001F;
  border: 1px solid #DFDFDF;
  border-radius: 10px;
  overflow: hidden;
}
table.tinvwl-table-manage-list {
  font-size: 16px;
}
.product-name a {
  font-size: 14px;
  color: #000;
  text-decoration: none;
}
.product-price, .discounted-price {
  font-size: 14px;
  color: #000;
}
.stock.in-stock {
  font-size: 14px;
}
i.ftinvwl.ftinvwl-check {
  display: none;
}
.product-action .button {
  background: none !important;
  font-size: 14px !important;
  font-weight: 300 !important;
  border: 1px solid #C4C4C4 !important;
  border-radius: 6px !important;
  text-transform: capitalize !important;
  padding: 7px 7px !important;
  color: #000 !important;
}
.tinvwl-table-manage-list thead {
  background: #F5F5F5 0% 0% no-repeat padding-box;
  border-radius: 9px 9px 0px 0px;
}
tr.wishlist_item {
  border-bottom: 1px solid #ccc;
}
tr.wishlist_item:last-child {
  border-bottom: none;
}
.whishlist-main-wrapper {
  background: transparent linear-gradient(0deg, #FFFFFF00 0%, #FFF6E8 100%) 0% 0% no-repeat padding-box;
  padding: 35px 0 50px 0;
}
@media (max-width: 1200px) {
  .wc-register-form {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .wc-register-form h2 {
    margin-bottom: 5px;
    font-size: 26px;
    line-height: 30px;
  }
  .wc-register-form p {
    margin-bottom: 25px;
  }
  .registration-form .form-col img {
    padding-left: 10px;
  }
  .registration-form .form-row label {
    font-size: 11px;
  }
}
@media (max-width:991px) {
  .wc-register-form h2 {
    font-size: 22px;
    line-height: 32px;
  }
  .wc-register-form p {
    margin-bottom: 12px;
  }
  .registration-form .wc-register-form input {
    padding: 10px;
    /* margin-bottom: 12px; */
  }
  .wc-register-form p {
    font-size: 11px;
    line-height: 21px;
  }
  .wc-register-form .toggle-password {
    position: absolute;
    top: 7px;
  }
  .registration-form .form-col img {
    padding-left: 0px;
  }
  .registration-form .form-row label {
    font-size: 11px;
  }
  .registration-form .form-col img {
    padding-left: 0px;
  }
  .wc-register-form .reg-form-p {
    font-size: 11px;
    line-height: 16px;
    margin-top: 15px;
  }
  .registration-form {
    margin: 60px 0;
  }
}
@media (max-width:600px) {
  .wc-register-form h2 {
    font-size: 30px;
    line-height: 36px;
    max-width: 319px;
    margin: auto;
    margin-bottom: 10px;
    text-align: center;
  }
  .wc-register-form p {
    margin-bottom: 10px;
    max-width: 264px;
    margin: auto;
    margin-bottom: 42px;
    text-align: center;
  }
  .registration-form .wc-register-form input {
    padding: 13px 22px 15px;
    /* margin-bottom: 17px; */
  }
  .wc-register-form .first_name {
    padding-right: 12px;
  }
  .wc-register-form .last_name {
    padding-left: 12px;
  }
  .wc-register-form .phone_number {
    padding-right: 12px;
  }
  .wc-register-form .dob {
    padding-left: 12px;
  }
  .wc-register-form p {
    font-size: 14px;
    line-height: 22px;
  }
  .wc-register-form .toggle-password {
    position: absolute;
    top: 13px;
  }
  .registration-form .form-col img {
    padding-left: 0px;
    display: none;
    margin-top: 33px;
  }
  .wc-register-form button {
    margin-top: 0px;
  }
  .registration-form .form-row label {
    font-size: 12px;
  }
  .wc-register-form .reg-form-p {
    font-size: 16px;
    line-height: 33px;
    margin-top: 16px;
  }
}
/* end */
/* Login page */
.login-page {
  padding: 100px 0;
}
.login-form .form-row::before {
  content: none !important;
}
.login-form .form-row::after {
  content: none !important;
}
.login-page .form-col {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.login-page .login-form {
  margin: auto;
  width: 100%;
}
.login-page .form-col img {
  padding-left: 100px;
  border-radius: 7px;
}
.login-page h2 {
  font-size: 36px;
  line-height: 51px;
  color: #000000;
  text-align: left;
  margin-bottom: 10px;
  font-weight: bold;
  /* text-transform: uppercase; */
}
.login-page .login {
  border: none !important;
  padding: 0px !important;
  margin: 0px !important;
  text-align: left !important;
}
/* style adjusted 28-02-25 */
.login-page input {
  border: 1px solid #C4C4C4 !important;
  color: #000 !important;
  border-radius: 8px !important;
  opacity: 1 !important;
  padding: 13px 22px 15px !important;
  font-size: 14px !important;
  width: 100% !important;
  line-height: 18px !important;
  font-weight: normal !important;
}
.login-page input:focus {
  border: 1px solid #FFCF2E !important;
  box-shadow: none !important;
}
input.woocommerce-Input:focus::placeholder {
  color: black !important;
  opacity: 1 !important;
}
.login-page input:focus-visible {
  border: 1px solid #FFCF2E !important;
  box-shadow: none !important;
  border-color: #FFCF2E !important;
  outline: none !important;
}
.login-page input.req-msg:focus-visible {
  border: 1px solid #FFCF2E !important;
  box-shadow: none !important;
  outline: none !important;
  border-color: #FFCF2E !important;
}
.woocommerce form .show-password-input, .woocommerce-page form .show-password-input {
  position: absolute;
  right: .7em;
  top: 1.5em !important;
  cursor: pointer;
}
/* end */
.login-page .detail-p {
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 40px;
}
.login-page .req-msg {
  margin-bottom: 17px !important;
}
.login-page .req-msg label {
  font-weight: normal;
  color: #dc3232;
  font-size: 12px;
}
.login-page .form-row {
  padding: 0 !important;
}
.login-page .forgot-pass {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  margin-top: 16px;
}
.login-page .forgot-pass span {
  font-size: 13px;
  line-height: 16px;
  color: #000;
  font-weight: normal !important;
}
/* style adjusted 28-02-25 */
.login-page .remember-me input {
  width: auto !important;
  border: 1px solid #DFDFDF !important;
  border-radius: 3px !important;
  padding: 0 10px 0 0 !important;
  margin: 0 !important;
  position: relative;
  top: 2px;
}
/* end */
.login-page .forgot-pass a {
  font-size: 13px;
  line-height: 16px;
  color: #000;
  text-decoration: none;
}
.login-page .forgot-pass label {
  line-height: 16px !important;
}
/* style adjusted 28-02-25 */
.login-page button.woocommerce-form-login__submit {
  font-size: 12px !important;
  line-height: 16px !important;
  letter-spacing: 1.08px !important;
  color: #000000 !important;
  text-transform: uppercase !important;
  font-weight: bold !important;
  border: none !important;
  border-radius: 23px !important;
  background: #FFCF2E !important;
  padding: 16px 0px 16px 0px !important;
  width: 100% !important;
  margin-top: 26px !important;
  margin-bottom: 25px !important;
  border: 1px solid transparent !important;
}
/* end */
.login-page button:hover {
  background: #FFDD6C !important;
  color: #fff !important;
  border: 1px solid #FFB81A !important;
}
.login-page .create-account {
  font-size: 16px;
  line-height: 33px;
  font-weight: normal;
  margin-top: 25px;
  text-align: center;
  margin-bottom: 0px;
}
.login-page .create-account a {
  text-decoration: none;
  color: #000;
  font-weight: bold;
}
.login-page .container {
  padding: 0;
}
@media (max-width: 1200px) {
  .login-page .form-col img {
    padding-left: 50px;
  }
  .login-page {
    padding: 60px 0;
  }
  .login-page h2 {
    font-size: 26px;
    line-height: 30px;
  }
}
@media (max-width: 991px) {
  .login-page .form-col img {
    padding-left: 20px;
  }
  .login-page {
    padding: 60px 0;
  }
  .login-page .detail-p {
    font-size: 11px;
    line-height: 16px;
    margin-bottom: 17px;
  }
  .login-page .forgot-pass span {
    font-size: 11px;
    line-height: 16px;
  }
  .login-page .forgot-pass a {
    font-size: 11px;
    line-height: 16px;
  }
  .login-page .create-account {
    font-size: 12px;
    line-height: 16px;
  }
  .login-page h2 {
    font-size: 22px;
    line-height: 26px;
  }
}
@media (max-width: 600px) {
  .login-page .form-col img {
    margin-top: 30px;
    padding-left: 0;
    display: none;
  }
  .login-page {
    padding: 60px 0;
  }
  .login-page h2 {
    text-align: center;
    font-size: 30px;
    line-height: 36px;
  }
  .login-page .detail-p {
    font-size: 14px;
    line-height: 22px;
    max-width: 272px;
    margin: auto;
    margin-bottom: 42px;
    text-align: center;
  }
  .login-page .forgot-pass span {
    font-size: 13px;
    line-height: 16px;
  }
  .login-page .forgot-pass a {
    font-size: 13px;
    line-height: 16px;
  }
  .login-page .create-account {
    font-size: 16px;
    line-height: 28px;
    max-width: 214px;
    margin: auto;
  }
}
/* end */
/* forgot password */
.forgot-password-sec {
  padding: 100px 0;
}
.forgot-password-sec .container {
  padding: 0
}
.forgot-password-sec .form-col {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.forgot-password-sec .form-col form {
  width: 100%;
}
.forgot-password-sec .form-col img {
  padding-left: 100px;
  border-radius: 7px;
}
.forgot-password-sec h2 {
  font-size: 36px;
  line-height: 51px;
  color: #000000;
  text-align: left;
  margin-bottom: 10px;
  font-weight: bold;
  text-transform: uppercase;
}
/* .login-page .login{
    border: none !important;
    padding: 0px !important;
    margin: 0px !important;
    text-align: left !important;
} */
.forgot-password-sec input {
  border: 1px solid #C4C4C4;
  color: #000 !important;
  border-radius: 8px;
  opacity: 1;
  padding: 13px 22px 15px;
  font-size: 14px;
  width: 100% !important;
  max-width: 100% !important;
  line-height: 18px !important;
  font-weight: normal;
}
.forgot-password-sec input:focus {
  border: 1px solid #FFCF2E;
  box-shadow: none;
}
/* style adjusted 28-02-2025 */
.forgot-password-sec input:focus-visible {
  border: 1px solid #FFCF2E !important;
  box-shadow: none !important;
  outline: none !important;
  border-color: #FFCF2E !important;
}
/* end */
.forgot-password-sec .reset-pass {
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 70px;
}
.forgot-password-sec label {
  font-weight: normal;
  color: #dc3232;
  font-size: 14px;
}
.forgot-password-sec .form-row {
  padding: 0 !important;
}
.forgot-password-sec .back-log {
  font-size: 14px;
  line-height: 22px;
  margin-top: 27px;
  text-align: center;
}
.forgot-password-sec button {
  font-size: 12px !important;
  line-height: 16px !important;
  letter-spacing: 1.08px !important;
  color: #000000 !important;
  text-transform: uppercase !important;
  font-weight: bold !important;
  border: none !important;
  border-radius: 6px !important;
  background: #FFCF2E !important;
  padding: 14px 0px 17px 0px !important;
  width: 100% !important;
}
.forgot-password-sec button:hover {
  background: #FFDD6C !important;
  color: #fff !important;
  border: 1px solid #FFB81A !important;
}
.forgot-password-sec .back-log a {
  text-decoration: none;
  color: #000;
  font-weight: bold;
}
.forgot-password-sec .form-row-first {
  width: 100% !important;
}
.forgot-password-sec .woocommerce-form-row.woocommerce-form-row--first.form-row.form-row-first {
  margin-bottom: 25px;
}
.forgot-password-sec .back-log {
  position: relative;
}
.forgot-password-sec .back-log::before {
  content: '';
  position: absolute;
  background: url(../images/backlog-arrow.svg) no-repeat 0px 0px;
  width: 5px;
  height: 10px;
  top: 7px;
  margin-left: -13px;
}
@media (max-width: 1200px) {
  .forgot-password-sec .form-col img {
    padding-left: 50px;
  }
  .forgot-password-sec {
    padding: 60px 0;
  }
  .forgot-password-sec h2 {
    font-size: 26px;
    line-height: 30px;
  }
  .forgot-password-sec .reset-pass {
    margin-bottom: 50px;
  }
}
@media (max-width: 991px) {
  .forgot-password-sec .form-col img {
    padding-left: 20px;
  }
  .forgot-password-sec {
    padding: 60px 0;
  }
  .forgot-password-sec h2 {
    font-size: 22px;
    line-height: 26px;
  }
  .forgot-password-sec .reset-pass {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 40px;
  }
}
@media (max-width: 600px) {
  .forgot-password-sec .form-col img {
    margin-top: 30px;
    padding-left: 0px;
    display: none;
  }
  .forgot-password-sec {
    padding: 60px 0;
  }
  .forgot-password-sec h2 {
    text-align: center;
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 45px;
  }
  .forgot-password-sec .reset-pass {
    margin-bottom: 41px;
    text-align: center;
  }
  /* .forgot-password-sec input {
        margin-bottom: 17px !important;
    } */
  .forgot-password-sec .back-log {
    margin-top: 17px;
  }
  .forgot-password-sec .woocommerce-form-row.woocommerce-form-row--first.form-row.form-row-first {
    margin-bottom: 17px;
  }
}
/* end */
/* thankyou-section */
.thankyou-sec {
  width: 100%;
  max-width: 879px;
  margin: auto;
}
/* .thankyou-sec::before{
    content: '';
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
    height: 640px;
    background: transparent linear-gradient(0deg, #FFFFFF00 0%, #FFF6E8 100%) 0% 0% no-repeat padding-box;
} */
.thankyou-sec p {
  font-size: 22px;
  line-height: 27px;
  color: #000000;
  text-align: left;
  margin-bottom: 39px;
  font-weight: bold;
}
.thankyou-sec ul {
  margin: 39px 0 33px 0;
  padding: 0px;
  display: flex;
  flex-wrap: wrap;
  row-gap: 25px;
}
.thankyou-sec ul li {
  text-align: left;
  font-weight: normal;
  font-size: 14px !important;
  line-height: 16px !important;
  letter-spacing: 1.26px;
  color: #656C74 !important;
  text-transform: uppercase;
}
.thankyou-sec ul li strong {
  text-align: left;
  font-weight: bold !important;
  font-size: 20px !important;
  line-height: 24px !important;
  margin-top: 6px;
  letter-spacing: 0px;
  color: #000000 !important;
}
.thankyou-sec .woocommerce-order-details {
  margin-top: 33px;
  margin-bottom: 35px;
}
.thankyou-sec .woocommerce .woocommerce-customer-details :last-child {
  border: 1px solid #DFDFDF !important;
}
.thankyou-sec .woocommerce table.shop_table tfoot th {
  border: none !important;
}
.thankyou-sec .woocommerce-order-details tbody {
  border: none !important;
}
.thankyou-sec .woocommerce-order-details tr {
  border: none !important;
}
.thankyou-sec .woocommerce-order-details td {
  border: none !important;
}
.thankyou-sec .woocommerce-order-details tfoot {
  border: none !important;
}
.thankyou-sec .woocommerce-order-details th {
  border: none !important;
}
.thankyou-sec .woocommerce-order-details h2 {
  text-align: left;
  font-weight: bold !important;
  font-size: 36px;
  line-height: 44px;
  color: #000000 !important;
  margin-bottom: 29px;
}
.thankyou-sec .woocommerce-order-details table {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #0000001F;
  border: 1px solid #DFDFDF !important;
  border-radius: 10px;
  border-collapse: collapse;
}
.thankyou-sec .woocommerce-order-details table thead {
  background: #F5F5F5;
}
.thankyou-sec .woocommerce-order-details table thead th {
  font-weight: 700 !important;
  font-size: 16px;
  line-height: 19px;
  color: #000000 !important;
  padding: 16px 21px 18px !important;
}
.thankyou-sec .woocommerce-customer-details {
  margin-top: 35px;
}
.thankyou-sec .woocommerce-customer-details td {
  border: none !important;
}
.thankyou-sec .woocommerce-customer-details h2 {
  font-weight: 700;
  font-size: 36px;
  line-height: 44px;
  color: #000000 !important;
  margin-bottom: 29px;
}
.thankyou-sec .woocommerce-customer-details address {
  text-align: left;
  font-weight: normal;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0px;
  color: #000000;
  display: flex;
  flex-direction: column;
  row-gap: 21px;
  padding: 40px 33px;
  box-shadow: 0px 3px 6px #0000001F !important;
  border: 1px solid #DFDFDF !important;
  border-radius: 10px !important;
}
.thankyou-sec .woocommerce-customer-details address p {
  text-align: left;
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;
  margin: 0px;
  display: flex;
  align-items: center;
  color: #000000;
}
.thankyou-sec .woocommerce-order-details table thead th:first-of-type {
  width: 35%;
}
@media (max-width: 600px) {
  .thankyou-sec ul li {
    margin-right: 0 !important;
    border-right: none !important;
    border-bottom: 1px dashed #cfc8d8;
    padding-bottom: 25px;
    width: 100%;
  }
  .thankyou-sec p {
    margin-bottom: 0px;
  }
  .thankyou-sec ul {
    margin-bottom: 0px !important;
  }
  .thankyou-sec .woocommerce-customer-details h2 {
    font-size: 30px;
    line-height: 36px;
  }
  .thankyou-sec .woocommerce-order-details {
    margin-top: 0px;
  }
  .thankyou-sec .woocommerce-order-details h2 {
    font-size: 30px;
    line-height: 36px;
  }
  .thankyou-sec .woocommerce-order-details table thead th:first-of-type {
    width: 52%;
  }
}
/* end */
/* checkout-login */
.checkout-login {
  padding: 30px 0 40px 0;
}
.checkout-login .form-row::before {
  content: none !important;
}
.checkout-login .form-row::after {
  content: none !important;
}
.checkout-login .form-col {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.checkout-login .login-form {
  margin: auto;
  width: 100%;
}
.checkout-login .form-col img {
  padding-left: 100px;
  border-radius: 7px;
}
.checkout-login h2 {
  font-size: 36px;
  line-height: 51px;
  color: #000000;
  text-align: left;
  margin-bottom: 10px;
  font-weight: bold;
  text-transform: uppercase;
}
.checkout-login .login {
  border: none !important;
  padding: 0px !important;
  margin: 0px !important;
  text-align: left !important;
  display: flex;
  flex-direction: column;
}
.checkout-login input {
  border: 1px solid #C4C4C4;
  color: #000 !important;
  border-radius: 8px;
  opacity: 1;
  padding: 13px 22px 15px;
  font-size: 14px;
  width: 100%;
  line-height: 18px !important;
  font-weight: normal;
}
.checkout-login input:focus {
  border: 1px solid #FFCF2E;
  box-shadow: none;
}
.checkout-login input:focus-visible {
  border: 1px solid #FFCF2E !important;
  box-shadow: none !important;
  border-color: #FFCF2E !important;
}
.checkout-login p {
  font-size: 14px;
  line-height: 22px;
}
.checkout-login label {
  color: #000;
}
.checkout-login .error-message {
  font-weight: normal;
  color: #dc3232;
  font-size: 14px;
  margin-top: 7px;
}
.checkout-login .form-row {
  padding: 0 !important;
  margin-bottom: 17px !important;
}
.checkout-login .form-row-first {
  margin-top: 17px !important;
}
.remember-lp {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.checkout-login .form-row {
  width: 100% !important;
}
.checkout-login .lost_password a {
  font-size: 14px;
  line-height: 16px;
  color: #000;
  text-decoration: none;
}
.remember-me .woocommerce-form-login__rememberme {
  display: flex !important;
  align-items: center;
}
.remember-me span {
  font-size: 14px;
  line-height: 16px;
  color: #000;
  text-decoration: none;
}
.remember-me .woocommerce-form-login__rememberme input {
  width: auto;
  margin-right: 10px;
}
.checkout-login button {
  font-size: 12px !important;
  line-height: 16px !important;
  letter-spacing: 1.08px !important;
  color: #000000 !important;
  text-transform: uppercase !important;
  font-weight: bold !important;
  border: none !important;
  border-radius: 6px !important;
  background: #FFCF2E !important;
  padding: 14px 0px 17px 0px !important;
  width: 100% !important;
  margin-top: 26px !important;
  margin-bottom: 25px !important;
}
.checkout-login .create-account {
  font-size: 16px;
  line-height: 33px;
  font-weight: normal;
  margin-top: 0px;
  text-align: center;
  margin-bottom: 0px;
}
.checkout-login .create-account a {
  text-decoration: none;
  color: #000;
  font-weight: bold;
}
@media (max-width: 1200px) {
  .checkout-login .form-col img {
    padding-left: 50px;
  }
}
@media (max-width: 991px) {
  .checkout-login .form-col img {
    padding-left: 20px;
  }
  .pofdashboard form button {
    padding: 16px 12px;
  }
}
@media (max-width: 600px) {
  .checkout-login .form-col img {
    margin-top: 30px;
    padding-left: 0;
  }
  .checkout-login {
    padding: 30px 0 50px 0;
  }
}
/* billing details */
body.woocommerce-checkout > section:first-of-type {
  position: relative;
  padding-top: 84px;
  padding-bottom: 0px;
}
body.woocommerce-checkout > section:first-of-type::before {
  content: '';
  position: absolute;
  top: 0;
  background: linear-gradient(to bottom, rgba(243, 243, 243, 1) 0%, rgba(245, 242, 238, 0.88) 9%, rgba(246, 243, 239, 0.87) 10%, rgba(244, 242, 237, 0.86) 11%, rgba(245, 241, 234, 0.79) 16%, rgba(247, 242, 236, 0.78) 17%, rgba(247, 241, 233, 0.75) 19%, rgba(245, 241, 233, 0.74) 20%, rgba(247, 241, 231, 0.73) 21%, rgba(248, 242, 232, 0.72) 22%, rgba(247, 240, 229, 0.68) 25%, rgba(249, 241, 230, 0.67) 26%, rgba(249, 241, 230, 0.66) 27%, rgba(248, 240, 226, 0.62) 30%, rgba(248, 239, 226, 0.61) 31%, rgba(250, 241, 227, 0.6) 32%, rgba(250, 241, 226, 0.59) 33%, rgba(247, 238, 225, 0.56) 35%, rgba(249, 239, 226, 0.55) 36%, rgba(249, 239, 225, 0.54) 37%, rgba(249, 239, 224, 0.53) 38%, rgba(249, 238, 220, 0.5) 40%, rgba(250, 239, 223, 0.49) 41%, rgba(250, 239, 223, 0.48) 42%, rgba(250, 238, 222, 0.47) 43%, rgba(252, 239, 220, 0.43) 46%, rgba(252, 239, 219, 0.42) 47%, rgba(252, 238, 218, 0.41) 48%, rgba(249, 237, 216, 0.38) 50%, rgba(252, 239, 216, 0.36) 51%, rgba(252, 238, 218, 0.35) 52%, rgba(252, 238, 217, 0.33) 53%, rgba(251, 237, 216, 0.32) 54%, rgba(255, 239, 214, 0.29) 56%, rgba(255, 238, 216, 0.27) 57%, rgba(255, 237, 214, 0.26) 58%, rgba(250, 235, 211, 0.24) 59%, rgba(250, 235, 209, 0.22) 60%, rgba(249, 233, 205, 0.21) 61%, rgba(255, 237, 213, 0.2) 62%, rgba(255, 235, 209, 0.18) 63%, rgba(255, 234, 213, 0.16) 64%, rgba(246, 229, 202, 0.13) 66%, rgba(255, 245, 214, 0.12) 67%, rgba(255, 232, 209, 0.11) 68%, rgba(255, 242, 201, 0.09) 69%, rgba(255, 240, 210, 0.08) 70%, rgba(255, 234, 191, 0.06) 71%, rgba(255, 255, 223, 0.05) 72%, rgba(255, 255, 204, 0.03) 73%, rgba(128, 128, 128, 0.02) 74%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0) 100%);
  height: 640px;
  width: 100%;
}
.billing-detail-sec .right-bg-img {
  position: absolute;
  right: -80px;
  z-index: -1;
}
.billing-detail-sec input {
  color: #000 !important;
  border: 1px solid #C8C8C8 !important;
  border-radius: 8px !important;
  background: transparent !important;
  opacity: 1 !important;
  padding: 16px 19px !important;
  font-size: 14px !important;
  width: 100% !important;
  line-height: 18px !important;
  font-weight: normal !important;
}
/* .billing-detail-sec .selection{
    color: #656C74 !important;
    border: 1px solid #C8C8C8;
    border-radius: 8px;
    opacity: 1;
    padding: 13px 22px 15px;
    height: 51.6px;
    font-size: 14px;
    width: 100%;
    line-height: 18px !important;
    font-weight: normal;   
} */
.billing-detail-sec .select2-selection.select2-selection--single {
  color: #656C74 !important;
  border: 1px solid #C8C8C8;
  border-radius: 8px;
  background: transparent;
  opacity: 1;
  padding: 13px 22px 15px;
  height: 51.6px;
  font-size: 14px;
  width: 100%;
  line-height: 18px !important;
  font-weight: normal;
}
.billing-detail-sec .woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
  background: transparent;
}
.billing-detail-sec input:focus-visible {
  border: 1px solid #FFCF2E !important;
  box-shadow: none !important;
  border-color: #FFCF2E !important;
}
/* .billing-detail-sec .woocommerce form .form-row input.input-text */
.billing-detail-sec h3 {
  font-size: 36px;
  line-height: 51px;
  color: #000000;
  text-align: left;
  margin-bottom: 30px;
  font-weight: 600;
  text-transform: uppercase;
}
.billing-detail-sec label {
  font-size: 16px;
  line-height: 18px !important;
  margin-bottom: 9px;
}
.billing-detail-sec #order_review_heading {
  font-size: 25px;
  line-height: 30px;
  color: #000000;
  text-align: left;
  margin-bottom: 10px;
  font-weight: 600;
  text-transform: capitalize;
  margin-top: 0px;
}
.billing-detail-sec table th {
  font-size: 16px !important;
  line-height: 19px;
  color: #000000;
  text-align: left;
  font-weight: 600;
}
.billing-detail-sec table.shop_table {
  border: none !important;
  border-collapse: collapse;
  margin: 0px;
  text-align: left;
  width: 100%;
  border-radius: 5px;
}
.billing-detail-sec .select2-container--default .select2-selection--single .select2-selection__rendered {
  padding: 0px !important;
  line-height: 18px !important;
}
.billing-detail-sec .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 10px;
}
.billing-detail-sec .order-total th {
  background: transparent linear-gradient(180deg, #FFEBCCA6 0%, #FFF8EC 100%) 0% 0% no-repeat padding-box;
  border-radius: 20px 0 0 20px;
  padding: 27px 20px !important;
  border-top: transparent !important;
  font-size: 18px !important;
}
.billing-detail-sec .order-total td {
  background: transparent linear-gradient(180deg, #FFEBCCA6 0%, #FFF8EC 100%) 0% 0% no-repeat padding-box;
  border-radius: 0px 20px 20px 0px;
  padding: 27px 12px 27px 21px !important;
  border-top: transparent !important;
  font-size: 18px !important;
}
.billing-detail-sec .your-order {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 10px 60px #0000001A;
  border-radius: 20px;
  padding: 40px 30px 20px 30px;
  position: relative;
  margin-bottom: 420px;
  margin-top: 20px;
}
/* .billing-detail-sec table{
    margin-bottom: 56px;
}
.billing-detail-sec .cart_item{
    padding: 0 40px;
}
.billing-detail-sec .product-name{
    padding: 0 40px;
}
.billing-detail-sec .fee{
    padding: 0 40px;
} */
.billing-detail-sec .cart_item td {
  font-size: 14px !important;
}
.billing-detail-sec .form-row {
  height: 130px;
}
.billing-detail-sec .woocommerce-input-wrapper label {
  color: #a00;
  margin-top: 7px;
}
.billing-detail-sec .woocommerce-checkout #payment {
  background: none;
  position: absolute;
  height: 300px;
  left: 0;
  margin-top: 50px;
}
.billing-detail-sec .woocommerce-checkout #payment ul.payment_methods {
  padding: 20px 0 !important;
}
.billing-detail-sec .woocommerce-checkout #payment div.form-row {
  padding: 20px 0 !important;
}
.billing-detail-sec .woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
  float: left;
  margin-top: 41px;
  padding: 17px 74px;
  background: #FFCF2E;
  border-radius: 28px;
  color: #000;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 2px;
  text-decoration: none;
}
.billing-detail-sec .woocommerce #payment #place_order, .woocommerce-page #payment #place_order:hover {
  background: #FFDD6C !important;
  color: #fff !important;
  border: 1px solid #FFB81A !important;
}
.billing-detail-sec .woocommerce-privacy-policy-link {
  text-decoration: none;
  color: #000;
}
.billing-detail-sec .woocommerce-privacy-policy-text p {
  font-size: 16px !important;
  line-height: 25px;
  color: #000;
}
@media(max-width: 600px) {
  .billing-detail-sec .form-row {
    height: 120px !important;
  }
  .billing-detail-sec .form-row {
    width: 100% !important;
  }
  .billing-detail-sec h3 {
    font-size: 30px;
    line-height: 36px;
  }
  .billing-detail-sec #order_review_heading {
    font-size: 22px;
    line-height: 27px;
    padding-left: 12px;
  }
  .billing-detail-sec .your-order {
    padding: 40px 10px 10px 10px !important;
    margin-bottom: 500px;
  }
  .billing-detail-sec .right-bg-img {
    right: 0px;
  }
}
/* end */
a.woocommerce-button.woocommerce-button--previous.woocommerce-Button.woocommerce-Button--previous.button {
  margin: 0px 0px;
  padding: 13px 30px;
  font-size: 12px;
  color: #000;
  text-decoration: none;
  text-transform: uppercase;
  border: 1px solid #000;
  border-radius: 6px;
  letter-spacing: 1px;
  font-weight: 600;
  background: transparent;
}
a.woocommerce-button.woocommerce-button--next.woocommerce-Button.woocommerce-Button--next.button {
  padding: 13px 30px;
  font-size: 12px;
  color: #000;
  text-decoration: none;
  text-transform: uppercase;
  border: 1px solid #000;
  border-radius: 6px;
  letter-spacing: 1px;
  font-weight: 600;
  background: transparent;
}
.woocommerce-edit-address h3.woocommerce-account-title {
  margin-bottom: 0px;
}
.woocommerce-edit-address .u-column1.col-1.woocommerce-Address {
  width: 100%;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #0000001F;
  border: 1px solid #DFDFDF;
  border-radius: 10px;
  padding: 34px 40px 80px;
  margin-top: 40px;
}
.woocommerce-edit-address header.woocommerce-Address-title.title h2 {
  margin: 0px 0px;
  padding: 0px 0px;
  font-size: 22px;
  color: #000000;
  font-weight: 600;
  margin-bottom: 30px;
}
.woocommerce-edit-address address {
  margin: 0px;
  padding: 0px 0px;
  font-size: 16px;
  color: #000000;
  line-height: 28px;
}
header.woocommerce-Address-title.title {
  display: flex;
  justify-content: space-between;
}
@media(max-width: 768px) {
  .woocommerce-account .woocommerce-MyAccount-navigation {
    width: 100%;
    margin-bottom: 43px;
  }
  .pofdashboard {
    position: relative;
    padding: 30px 0px;
  }
  .woocommerce-edit-address .u-column1.col-1.woocommerce-Address {
    padding: 30px 30px 48px;
  }
}
.wc-block-order-confirmation-status p {
  font-size: 16px;
}
span.wc-block-order-confirmation-summary-list-item__value {
  text-align: left;
  font-weight: bold !important;
  font-size: 13px;
  line-height: 24px;
  margin-top: 6px;
  letter-spacing: 0px;
  color: #000000 !important;
  display: block;
}
.thankyou-sec.booking-conf ul li {
  text-align: left;
  font-weight: normal;
  font-size: 14px !important;
  line-height: 16px !important;
  letter-spacing: 1.26px;
  color: #656C74 !important;
  text-transform: uppercase;
  list-style: none;
  border-right: 1px dashed #cfc8d8;
  width: 50%;
  /* padding: 0px 0 0px 30px;*/
}
/*.thankyou-sec.booking-conf ul li:nth-child(even){
    border-right: 0;
}
.thankyou-sec.booking-conf ul li:nth-child(odd){
    padding: 0;
}
*/
.thankyou-sec.booking-conf .wc-block-order-confirmation-totals.alignwide {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #0000001F;
  border: 1px solid #DFDFDF;
  border-radius: 10px;
  margin-bottom: 30px;
}
.thankyou-sec.booking-conf .wc-block-order-confirmation-totals.alignwide table {
  width: 100%;
}
.thankyou-sec.booking-conf .wc-block-order-confirmation-totals.alignwide table thead {
  width: 100%;
  background: #F5F5F5 0% 0% no-repeat padding-box;
  border-radius: 9px 9px 0px 0px;
}
.thankyou-sec.booking-conf .wc-block-order-confirmation-totals.alignwide table th {
  padding: 15px;
}
.thankyou-sec.booking-conf .wc-block-order-confirmation-totals.alignwide table td {
  padding: 15px;
}
.thankyou-sec.booking-conf span.woocommerce-Price-amount.amount {
  font-weight: bold;
}
.thankyou-sec.booking-conf td.wc-block-order-confirmation-totals__product a {
  color: #000;
  text-decoration: none;
}
.thankyou-sec.booking-conf .wc-block-order-confirmation-shipping-address.alignwide {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #0000001F;
  border: 1px solid #DFDFDF;
  border-radius: 10px;
  padding: 30px;
}
.thankyou-sec.booking-conf h3.wp-block-heading {
  font-size: 30px !important;
  font-weight: 700;
  color: #000000;
  margin-bottom: 25px;
}
.booking-confirmation {
  background: transparent linear-gradient(0deg, #FFFFFF00 0%, #FFF6E8 100%) 0% 0% no-repeat padding-box;
}
.woocommerce-edit-account form.woocommerce-EditAccountForm.edit-account {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #0000001F;
  border: 1px solid #DFDFDF;
  border-radius: 10px;
  padding: 40px;
  display: flex;
  flex-wrap: wrap;
}
.woocommerce-edit-account .woocommerce form .form-row-first, .woocommerce-edit-account .woocommerce form .form-row-last, .woocommerce-edit-account .woocommerce-page form .form-row-first, .woocommerce-edit-account .woocommerce-page form .form-row-last {
  width: 50%;
}
.woocommerce-edit-account .pofdashboard form input {
  max-width: 100%;
}
.woocommerce-edit-account .woocommerce form .form-row input.input-text, .woocommerce-edit-account .woocommerce form .form-row textarea {
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  outline: 0;
  line-height: normal;
  border: 1px solid #C4C4C4;
  border-radius: 8px;
  height: 49px;
}
.woocommerce-edit-account .pofdashboard label {
  font-size: 14px;
  line-height: 28px;
  color: #84888D;
  font-weight: 200;
  text-align: left;
}
.woocommerce-edit-account p.woocommerce-form-row.woocommerce-form-row--wide.form-row.form-row-wide {
  width: 50%;
}
.woocommerce-edit-account em {
  font-size: 10px;
  line-height: 10px;
  margin-top: 10px;
  max-width: 335px;
  display: inline-block;
  color: #84888D;
}
.woocommerce-edit-account fieldset {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.woocommerce-edit-account .woocommerce form .form-row label {
  line-height: 20px;
  margin-bottom: 10px;
  margin-top: 7px;
  margin-left: 0px;
  letter-spacing: 0;
}
.woocommerce-edit-account legend {
  font-size: 22px;
  color: #000000;
  font-weight: 600;
}
.woocommerce-Button.button {
  margin: 0px 0px;
  padding: 12px 40px !important;
  background: #FFCF2E !important;
  border-radius: 6px !important;
  border: none !important;
  color: #000;
  font-size: 12px !important;
  text-transform: uppercase;
  font-weight: 600 !important;
  letter-spacing: 2px !important;
  text-decoration: none;
  height: auto !important;
}
.woocommerce-view-order table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #0000001F;
  border: 1px solid #DFDFDF;
  border-radius: 10px;
}
.woocommerce-view-order address {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #0000001F;
  border: 1px solid #DFDFDF;
  border-radius: 10px;
  padding: 20px !important;
}
.woocommerce-view-order h2.woocommerce-column__title {
  font-size: 22px;
  color: #000000;
  font-weight: 600;
}
@media(max-width: 768px) {
  span.wc-block-order-confirmation-summary-list-item__value {
    font-size: 15px;
  }
  .booking-confirmation .thankyou-sec p {
    font-size: 15px;
  }
  .thankyou-sec.booking-conf h3.wp-block-heading {
    font-size: 30px !important;
  }
  .thankyou-sec.booking-conf ul li {
    text-align: left;
    font-weight: normal;
    color: #656C74 !important;
    text-transform: uppercase;
    list-style: none;
    /* border-bottom: 1px dashed #cfc8d8;
    width: 100%;
    padding: 0px 0 30px 0px !important;
    border-right: none; */
  }
}
.woocommerce-order-details .woocommerce-table.woocommerce-table--order-details.shop_table.order_details {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 0px 6px #0000001F;
  border: none !important;
  border-radius: 10px !important;
  border-collapse: collapse;
}
.woocommerce-order-details .woocommerce-order-details__title {
  margin-bottom: 20px;
}
.woocommerce-order-details table {
  border-collapse: collapse;
}
.woocommerce-order-details thead {
  background: #F5F5F5;
}
.woocommerce-customer-details address {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #0000001F;
  border: 1px solid #DFDFDF !important;
  border-radius: 10px !important;
}
@media (max-width:770px) {
  .woocommerce-customer-details .woocommerce-column.woocommerce-column--1.woocommerce-column--billing-address {
    margin-bottom: 30px;
  }
  .woocommerce-account .woocommerce-MyAccount-content {
    float: none;
    width: 100%;
  }
  .woocommerce-account .woocommerce-MyAccount-navigation {
    width: 100%;
    max-width: 100%;
  }
}
/* qa style fixes added 09-12-24 */
.login-page .create-account a:hover {
  color: #c0ab7d;
}
.login-page .woocommerce-LostPassword.lost_password a:hover {
  color: #c0ab7d;
}
.forgot-password-sec .back-log a:hover {
  color: #c0ab7d;
}
.billing-detail-sec .payment_box.payment_method_cod {
  background: #FFF2DE !important;
}
.billing-detail-sec .woocommerce-checkout #payment div.payment_box::before {
  content: "";
  display: block;
  border: 1em solid #FFF2DE;
  border-right-color: transparent;
  border-left-color: transparent;
  border-top-color: transparent;
  position: absolute;
  top: -.75em;
  left: 0;
  margin: -1em 0 0 2em;
}
.billing-detail-sec .payment_box.payment_method_cod p {
  font-size: 16px;
  line-height: 25px;
  color: #000;
}
.wc-register-form .reg-form-p a:hover {
  color: #c0ab7d;
  /* transform: scale(1.1) translateX(2px);
    transition: all ease-in-out 0.3s;
    display:inline-block; */
}
.woocommerce table.shop_table td bdi {
  font-size: 16px;
}
/* 16-12-2024 */
.whishlist-main-wrapper .tinv-header h2 {
  font-size: 36px;
  line-height: 44px;
  margin-bottom: 25px;
  font-weight: 600;
}
.whishlist-main-wrapper .cart-empty {
  background: #ffff;
  border: none;
  border-radius: 10px;
  padding: 28px 35px;
  color: #000;
  font-size: 16px;
  line-height: 19px;
}
.whishlist-main-wrapper .cart-empty a {
  color: #000
}
.whishlist-main-wrapper .cart-empty::before {
  content: none;
}
.whishlist-main-wrapper {
  padding: 35px 0 279px 0 !important;
}
.woocommerce-orders .woocommerce-MyAccount-content p {
  background: #ffff;
  border: none;
  border-radius: 10px;
  padding: 28px 35px;
  font-size: 16px;
  line-height: 19px;
}
.wishlist-tab .woocommerce-MyAccount-content p {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #0000001F;
  border: 1px solid #DFDFDF;
  border-radius: 10px;
  border: none;
  border-radius: 10px;
  padding: 28px 35px;
  font-size: 16px;
  line-height: 19px;
}
.wishlist-tab .woocommerce-MyAccount-content .wishlist_item p {
  padding: 0;
  margin: 0 !important;
  background: transparent !important;
  box-shadow: none;
}
.wps-membership-tab .woocommerce-message {
  background: #ffff;
  border: none;
  border-radius: 10px;
  padding: 28px 35px;
  font-size: 16px;
  line-height: 33px;
  box-shadow: 0px 3px 6px #0000001F;
}
.tinv-wishlist .tinv-next {
  margin: 0px 0px;
  padding: 12px 40px !important;
  background: #FFCF2E !important;
  border-radius: 28px !important;
  color: #000;
  max-width: 201px;
  border: none !important;
  font-size: 12px !important;
  text-transform: uppercase;
  font-weight: 600 !important;
  letter-spacing: 2px !important;
  text-decoration: none;
}
.pofdashboard .tinv-header h2 {
  font-size: 36px;
  line-height: 44px;
  margin-bottom: 25px;
  font-weight: 600;
}
.pofdashboard a.renew-link {
  font-weight: 300;
  background: none;
  color: #515151;
  border: 1px solid #C4C4C4;
  border-radius: 6px;
  text-decoration: none;
  padding: 5px 8px;
  margin-left: 10px;
  height: 27px;
  font-size: 12px;
}
.pofdashboard a.renew-link:hover {
  background: #FFDD6C !important;
  color: #fff !important;
  border: 1px solid #FFB81A !important;
}
.woocommerce-info::before {
  content: none !important;
}
.woocommerce-info::after {
  content: none !important;
}
.thankyou-sec ul li {
  margin-right: 21.5px !important;
  padding-right: 27px !important;
}
.thankyou-sec ul .total {
  border-right: none !important;
}
.thankyou-sec .woocommerce-customer-details {
  margin-bottom: 35px;
}
.pofdashboard .woocommerce-MyAccount-navigation ul {
  scroll-behavior: smooth;
}
@media (max-width: 991px) {
  .thankyou-sec ul .total {
    border-right: 1px dashed #cfc8d8 !important;
  }
  .thankyou-sec ul .email {
    border-right: none !important;
  }
}
@media (max-width: 991px) {
  .thankyou-sec ul .order {
    width: 24%;
  }
  .thankyou-sec ul .total {
    width: 24%;
  }
}
@media (max-width: 768px) {
  .thankyou-sec ul li {
    font-size: 12px !important;
  }
  .thankyou-sec ul li strong {
    font-size: 14px !important;
  }
}
@media (max-width: 600px) {
  .thankyou-sec ul .total {
    border-right: none !important;
  }
  .woocommerce table.shop_table td {
    padding: 16px 12px;
    font-size: 14px !important;
  }
  body.woocommerce-checkout > section:first-of-type {
    position: relative;
    padding-top: 30px;
    padding-bottom: 0px;
  }
  .thankyou-sec .woocommerce-customer-details {
    margin-bottom: 61px !important;
  }
  .thankyou-sec ul .order {
    width: 100%;
  }
  .thankyou-sec ul .total {
    width: 100%;
  }
  .thankyou-sec ul li {
    font-size: 14px !important;
  }
  .thankyou-sec ul li strong {
    font-size: 20px !important;
  }
  /* .thankyou-sec .woocommerce-order-details tr {
        border: none !important;
        display: flex;
        flex-direction: column;
    }
    .thankyou-sec .woocommerce-order-details table thead {
        background: none;
    }
    .thankyou-sec .woocommerce-order-details table thead th:first-of-type {
        width: 100%;
        padding: 30px 30px 10px !important;
    }
    .thankyou-sec .woocommerce-order-details table thead th{
        width: 100%;
        padding: 0px 30px 0px !important;
    } */
}
.woocommerce-checkout .woocommerce-info {
  background: #ffff;
  box-shadow: 0px 3px 6px #0000001F;
  border: none;
  border-radius: 10px;
  padding: 28px 35px;
  font-size: 16px;
  line-height: 19px;
}
.woocommerce-orders .woocommerce-info {
  background: #ffff;
  border: none;
  border-radius: 10px;
  padding: 28px 35px;
  font-size: 16px;
  line-height: 33px;
  box-shadow: 0px 3px 6px #0000001F;
}
.woocommerce-checkout .showlogin {
  text-decoration: none;
  color: #000
}
.woocommerce-checkout .showlogin:hover {
  transform: scale(1.1);
  transition: all ease 0.3s;
  display: inline-block;
  padding-left: 5px;
  ;
}
/* billing detail */
.woocommerce-checkout #payment div.payment_box {
  font-size: 16px !important;
  border-radius: 15px !important;
  line-height: 25px !important;
  color: #000000 !important;
  background-color: #FFF2DE !important;
}
/* end */
.expired-plan img {
  height: auto;
  max-width: 100%;
  margin-bottom: -10px;
  display: inline-block;
  margin-left: 13px;
  margin-right: 12px;
}
.membership-image {
  margin: 0px 13px -10px 16px
}
span.active-plan img {
  height: auto;
  max-width: 100%;
  margin-bottom: -10px;
  display: inline-block;
  margin-left: 13px;
  margin-right: 12px;
}
/* wishlist */
@media (max-width: 600px) {
  .pofdashboard .tinv-header h2 {
    font-size: 30px;
    line-height: 51px;
  }
}
.wishlist-tab .woocommerce-MyAccount-content p.subt {
  font-size: 12px;
  color: #A1A1A1;
}
.product-stock p {
  font-size: 14px !important;
}
.product-action .button .tinvwl-txt {
  font-size: 12px !important;
}
/* .wishlist_item .product-remove button:hover{
    transform:scale(1.1);
    transition:all ease 0.3s;
    display:inline-block;
} */
.product-action .button:hover {
  /* background: #FFCF2E !important;
    color:  #000 !important; */
  background: #FFDD6C !important;
  color: #fff !important;
  border: 1px solid #FFB81A !important;
  border: none !important;
  display: inline-block !important;
}
.tinv-wishlist .product-action .button {
  width: 100%;
  padding: 5px 0 7px 0 !important;
}
.tinv-wishlist .tinvwl-table-manage-list .product-remove {
  padding: 0 25px 0px 17px !important;
}
.tinv-wishlist .product-thumbnail {
  padding: 10px 0 10px !important;
}
.wishlist_item .ftinvwl-times:before {
  content: "\e905" !important;
  color: #656C74 !important;
  border: 1px solid #C4C4C4 !important;
  border-radius: 50% !important;
  padding: 3px !important;
}
.wishlist_item .product-thumbnail img {
  border-radius: 6px;
}
.pofdashboard .woocommerce-MyAccount-navigation-link:hover {
  background: #FFCF2E 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 3px #B4922352;
  cursor: pointer;
  border-radius: 6px;
  font-weight: 600;
}
.tinv-wishlist .product-remove button {
  background: #fff !important;
}
.tinv-wishlist .product-remove button:hover {
  /* background: #FFCF2E !important; */
  background: #FFDD6C !important;
  color: #fff !important;
  border: 1px solid #FFB81A !important;
  display: flex !important;
}
.woocommerce-orders-table__header {
  font-size: 16px !important;
  font-weight: 600 !important;
}
.woocommerce-orders-table tbody {
  background: #fff !important;
}
.woocommerce table.my_account_orders {
  border-spacing: 0px;
  overflow: hidden;
}
.woocommerce-edit-address .woocommerce-account-title {
  margin-bottom: 30px !important;
}
.woocommerce-edit-address .select2-container--default .select2-selection--single {
  height: 49px;
  border-radius: 8px !important;
}
.woocommerce-edit-address .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 45px;
}
.woocommerce-edit-address form h2 {
  display: none;
}
.woocommerce-edit-address form button {
  font-size: 12px !important;
  line-height: 16px !important;
  letter-spacing: 1.08px !important;
  color: #000000 !important;
  text-transform: uppercase !important;
  font-weight: bold !important;
  border: none !important;
  border-radius: 6px !important;
  background: #FFCF2E !important;
  padding: 16px 0px 15px 0px !important;
  width: 100% !important;
  margin-top: 20px !important;
}
.woocommerce-edit-address .woocommerce-Address-title.title a {
  color: #000;
}
.woocommerce-edit-address form input {
  max-width: 100%;
}
.pofdashboard a.woocommerce-button.button.view::after {
  content: '';
  background: url(../images/view-eye-img.svg) no-repeat 0px 0px;
  display: inline-block;
  margin-left: 5px;
  margin-top: -2px;
  vertical-align: middle;
  width: 14px;
  height: 9px;
}
@media (max-width: 600px) {
  .woocommerce-edit-address .woocommerce-address-fields label {
    text-align: left !important;
    margin-left: 0px;
  }
  .woocommerce-edit-address .woocommerce form .form-row-first, .woocommerce-page form .form-row-first {
    width: 100% !important;
  }
  .woocommerce-edit-address .woocommerce form .form-row-last {
    width: 100% !important;
  }
  .woocommerce-edit-address .woocommerce form .form-row {
    margin-bottom: 10px !important;
  }
  .woocommerce-orders-table__cell.woocommerce-orders-table__cell-members-status::before {
    margin-top: 7px;
  }
  .expired-plan img {
    height: auto;
    max-width: 44%;
  }
  span.active-plan img {
    height: auto;
    max-width: 44%;
  }
  .woocommerce table.shop_table_responsive tr td, .woocommerce-page table.shop_table_responsive tr td {
    border: none;
  }
  .woocommerce table.shop_table_responsive tr, .woocommerce-page table.shop_table_responsive tr {
    display: block;
    border: 1px solid #DFDFDF;
  }
  .expired-plan img {
    margin-right: 0px;
  }
  .wps-membership-tab .woocommerce-message {
    font-size: 13px;
    display: flex;
    flex-direction: column;
    align-items: baseline;
    row-gap: 10px;
    line-height: 26px;
    color: #000;
  }
  .wps-membership-tab .woocommerce-message .woocommerce-Button.button {
    color: #000;
  }
}
.woocommerce-MyAccount-navigation ul li a {
  width: 100%;
  display: inline-block;
  position: relative;
  z-index: 1;
}
.wps-membership-tab .woocommerce-message {
  color: #000 !important;
}
.wps-membership-tab .woocommerce-message .woocommerce-Button.button {
  color: #000 !important;
}
.wps-membership-tab .woocommerce-message .woocommerce-Button.button:hover {
  background: #FFDD6C !important;
  color: #fff !important;
  border: 1px solid #FFB81A !important;
}
.tinv-wishlist .tinv-prev {
  margin: 0px 0px;
  padding: 12px 40px !important;
  background: #FFCF2E !important;
  border-radius: 28px !important;
  color: #000;
  max-width: 201px;
  border: none !important;
  font-size: 12px !important;
  text-transform: uppercase;
  font-weight: 600 !important;
  letter-spacing: 2px !important;
  max-width: 242px;
  text-decoration: none;
  margin-right: 0px !important;
}
.tinv-wishlist .tinv-prev:hover {
  background: #FFDD6C !important;
  color: #fff !important;
  padding: 11.2px 39px !important;
  border: 1px solid #FFB81A !important;
}
.tinv-wishlist .tinv-next:hover {
  background: #FFDD6C !important;
  color: #fff !important;
  padding: 11.2px 39px !important;
  border: 1px solid #FFB81A !important;
}
.woocommerce-lost-password .woocommerce form .form-row input.input-text {
  border: 1px solid #C4C4C4;
  color: #000 !important;
  border-radius: 8px;
  opacity: 1;
  padding: 13px 22px 15px;
  font-size: 14px;
  width: 100%;
  line-height: 18px !important;
  font-weight: normal;
}
.woocommerce-lost-password .woocommerce form .form-row {
  margin-top: 20px !important;
  width: 100%;
  margin: auto;
}
.woocommerce-lost-password .woocommerce form .form-row label {
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 10px;
  color: #000;
}
.woocommerce-lost-password form.woocommerce-ResetPassword.lost_reset_password {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 460px;
  margin: auto;
  margin-top: 60px;
  margin-bottom: 60px;
}
.woocommerce-lost-password .woocommerce-Button.button {
  padding: 12px 40px !important;
  background: #FFCF2E !important;
  border-radius: 28px !important;
  border: none !important;
  margin: auto !important;
  display: flex !important;
  color: #000 !important;
  justify-content: center;
  font-size: 12px !important;
  text-transform: uppercase;
  font-weight: 600 !important;
  letter-spacing: 2px !important;
}
.woocommerce-EditAccountForm input {
  color: #656C74 !important;
}
.woocommerce-EditAccountForm p span {
  line-height: 14px !important;
  display: inline-block;
}
.woocommerce-edit-account fieldset {
  margin-bottom: 10px;
  margin-top: 10px;
}
.woocommerce-edit-account fieldset .form-row label {
  max-width: 350px;
}
.woocommerce-password-strength.short {
  background: none !important;
  color: red;
  margin-top: 7px;
  padding: 0;
  text-align: left;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
}
.woocommerce-password-strength.bad {
  background-color: none !important;
  color: red;
  border-color: none !important;
  font-size: 14px;
  line-height: 22px;
}
.woocommerce-edit-account .woocommerce form .form-row input.input-text {
  color: #656C74;
}
@media (max-width: 600px) {
  .woocommerce-edit-account form.woocommerce-EditAccountForm.edit-account {
    padding: 30px;
  }
  .woocommerce-edit-account .woocommerce form .form-row-last {
    width: 100% !important;
  }
  .woocommerce-edit-account p.woocommerce-form-row.woocommerce-form-row--wide.form-row.form-row-wide {
    width: 100% !important;
  }
  .woocommerce-orders .woocommerce-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 10px;
    margin-bottom: 100px;
  }
}
/* 23-12-24 */
@media (max-width: 1200px) {
  .woocommerce table.shop_table th {
    padding: 16px 5px 10px 10px;
    font-size: 14px;
  }
  .woocommerce table.shop_table td {
    padding: 16px 5px 10px 9px;
    font-size: 13px;
  }
  .expired-plan img {
    margin-left: 0px;
    margin-right: 0px;
  }
  span.active-plan img {
    margin-left: 0px;
    margin-right: 0px;
  }
  .pofdashboard a.renew-link {
    margin-left: 0px;
  }
}
@media (max-width: 991px) {
  .woocommerce table.shop_table th {
    padding: 16px 0px 10px 10px;
    font-size: 10px;
  }
  .woocommerce table.shop_table td {
    padding: 16px 0px 10px 10px;
    font-size: 10px;
  }
  .woocommerce-MyAccount-navigation ul li a {
    font-size: 12px;
  }
  .footer-contact-top li {
    margin-right: 0px !important;
    display: flex;
    align-items: center;
  }
}
@media (max-width: 991px) and (min-width: 800px) {
  .woocommerce table.shop_table th {
    padding: 16px 0px 10px 6px;
    font-size: 10px;
  }
  .woocommerce table.shop_table td {
    padding: 16px 0px 10px 6px;
    font-size: 10px;
  }
  .woocommerce-MyAccount-navigation ul li a {
    font-size: 12px;
  }
  .woocommerce-orders-table__header {
    font-size: 10px !important;
  }
  .woocommerce-account .woocommerce-MyAccount-content {
    width: 76%;
  }
  .woocommerce-account .woocommerce-MyAccount-navigation {
    width: 22%;
  }
  .woocommerce-MyAccount-navigation ul li a {
    font-size: 12px;
  }
  .pofdashboard a.renew-link {
    font-size: 10px;
  }
  .pofdashboard a.woocommerce-button.button {
    font-size: 10px;
    height: 24px;
  }
}
@media (max-width: 770px) {
  .woocommerce table.shop_table th {
    font-size: 10px;
    padding: 30px 0px 0px 22px;
  }
  .woocommerce table.shop_table_responsive tr td, .woocommerce-page table.shop_table_responsive tr td {
    border: none;
  }
  .woocommerce-table__line-item.order_item .woocommerce-table__product-name.product-name {
    padding: 30px 0px 0px 22px;
  }
  .thankyou-sec .woocommerce-order-details tfoot tr:last-child {
    border: none !important;
  }
  .woocommerce table.shop_table tfoot th {
    font-weight: 600;
    font-size: 14px !important;
  }
  .woo-thank-wrap tfoot tr:last-child td {
    padding-bottom: 40px;
  }
  .woo-thank-wrap tfoot tr:last-child th {
    padding-bottom: 40px;
  }
  .woocommerce table.shop_table td {
    font-size: 14px;
    padding: 26px 30px 0px 30px;
    /* padding: 30px 0px 0px 10px; */
  }
  .woocommerce-page table.shop_table_responsive tr td:last-of-type {
    padding: 26px 30px 30px 30px;
    border-bottom: 1px solid #DFDFDF;
    display: list-item;
  }
  .woocommerce table.shop_table tbody th, .woocommerce table.shop_table tfoot td {
    font-weight: 700;
    /* display: flex;
        justify-content: space-between;
        text-align: right !important; */
    font-size: 14px !important;
    border-top: 1px solid #DFDFDF;
  }
  .woocommerce-orders .woocommerce table.shop_table tbody th {
    display: flex;
    justify-content: space-between;
    text-align: right !important;
  }
  th.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-number:before {
    content: attr(data-title) ": ";
    font-weight: 700;
    font-size: 14px !important;
  }
  .woocommerce table.shop_table_responsive tr:nth-child(2n) td, .woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
    background-color: #fff;
  }
  .woocommerce table.shop_table_responsive tr, .woocommerce-page table.shop_table_responsive tr {
    border: none;
  }
  .woocommerce table.shop_table_responsive tr, .woocommerce-page table.shop_table_responsive tr:nth-child(1) th {
    border-top: none !important;
  }
  .woocommerce table.my_account_orders {
    border-radius: 10px;
  }
  .woocommerce-orders .woocommerce table.shop_table th {
    padding: 26px 30px 0px 30px;
  }
  .woocommerce-orders .woocommerce table.shop_table td {
    padding: 26px 30px 0px 30px;
  }
  .woocommerce-orders .woocommerce table.shop_table td:last-of-type {
    padding: 26px 30px 30px 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
/* 24-12-24 */
form#custom-registration-form {
  display: flex;
  flex-direction: column;
  row-gap: 17px;
  width: 100%;
  max-width: 467px;
}
@media (max-width: 991px) {
  form#custom-registration-form {
    row-gap: 12px;
  }
}
@media (max-width: 600px) {
  form#custom-registration-form {
    row-gap: 17px;
  }
  .form-row.row.reg-form-name {
    display: flex;
    flex-direction: column;
    row-gap: 17px;
  }
  .form-row.row.reg-form-phone {
    display: flex;
    flex-direction: column;
    row-gap: 17px;
  }
}
/* end */
/* 26-12-24 */
#payment ul.payment_methods li {
  cursor: unset !important;
}
.billing-detail-sec label {
  cursor: unset !important;
}
.billing-detail-sec .woocommerce-checkout #payment ul.payment_methods {
  padding: 20px 0 !important;
  cursor: unset !important;
}
.woocommerce-lost-password .woocommerce-notices-wrapper:focus {
  border: none !important;
}
.woocommerce-lost-password .woocommerce-error:focus-visible {
  border: none !important;
}
.woocommerce-edit-account .clear {
  display: none;
}
.woocommerce-edit-account form.woocommerce-EditAccountForm.edit-account {
  justify-content: space-between;
}
.woocommerce-edit-account .woocommerce form .form-row-first, .woocommerce-edit-account .woocommerce form .form-row-last, .woocommerce-edit-account .woocommerce-page form .form-row-first, .woocommerce-edit-account .woocommerce-page form .form-row-last {
  width: 48%;
  margin-bottom: 15px;
}
.woocommerce-edit-account p.woocommerce-form-row.woocommerce-form-row--wide.form-row.form-row-wide {
  width: 48%;
}
.woocommerce-edit-account em {
  font-style: unset;
  line-height: 14px;
}
.woocommerce-edit-account fieldset {
  justify-content: space-between;
}
.woocommerce-edit-account fieldset > .form-row-wide:nth-of-type(3) {
  width: 100% !important;
  margin-bottom: 0px;
}
.woocommerce-edit-account fieldset .form-row-wide {
  margin-bottom: 15px;
}
.woocommerce-edit-account fieldset .woocommerce-password-hint {
  line-height: 18px;
}
.woocommerce-MyAccount-navigation-link--savesearch {
  position: relative;
}
.woocommerce-MyAccount-navigation-link--savesearch::after {
  content: "";
  position: absolute;
  background: url(../images/save-search-list.svg) no-repeat 0px 0px;
  right: 15px;
  top: 15px;
  width: 18px;
  height: 18px;
}
/* td.product-name {
  padding-right: 0px !important;
}
.product-price {
  padding-right: 0px !important;
}
.product-stock {
  padding-right: 0px !important;
} */

.wishlist_item td {
  border: 0;
}
@media (max-width: 600px) {
  .wc-register-form {
    text-align: center;
  }
  .wc-register-form h3 {
    margin-bottom: 20px;
  }
}
.Savecustompagination.Saveajaxcustompgn {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
.page-numbers.current {
  background: #FFCF2E;
  border: none;
  color: #000;
  text-decoration: none;
  /* display: block; */
}
.page-numbers {
  border: 1px solid #C4C4C4;
  padding: 11px 15px;
  border-radius: 100%;
  color: #000;
  position: relative;
  text-decoration: none;
  font-size: 12px;
  text-align: center;
  height: 40px;
  display: inline-block;
  font-weight: 500;
  margin: 0px 3px;
}
.next.page-numbers::after {
  content: "";
  position: absolute;
  margin: 0px 0px;
  padding: 0px 0px;
  background: url(../images/pagenation-right.svg?v=555) no-repeat 0px 0px;
  width: 10px;
  height: 10px;
  display: block;
  top: 15px;
}

.woocommerce-account .woocommerce-MyAccount-content p {
  margin-bottom: 30px !important;
}
.transfer-memb p {
  margin-top: 20px !important;
}
.wc-register-form h3 {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 36px;
  line-height: 44px;
}
.wc-register-form p {
  text-align: center;
}
.wc-register-form p a {
  color: #000;
}
@media (max-width: 1200px) {
  .wc-register-form h3 {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 30px;
    line-height: 34px;
  }
}
@media (max-width: 991px) {
  .wc-register-form h3 {
    font-size: 23px;
    line-height: 24px;
  }
  .thankyou-sec .woocommerce-order-overview__email.email {
    max-width: 260px
  }
}
@media (max-width: 600px) {
  .wc-register-form h3 {
    font-size: 30px;
    line-height: 36px;
  }
}
.no-item-wrapper {
  padding: 20px;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #0000001F;
  border: 1px solid #DFDFDF;
  border-radius: 10px;
}
.no-item-wrapper p {
  margin: 0 !important;
}
.woocommerce-account.woocommerce-edit-address .woocommerce-MyAccount-content p {
  margin-bottom: 15px;
}
.error-message {
  color: red !important;
}
@media (max-width: 600px) {
  .wc-register-form p {
    text-align: center;
  }
  .pofdashboard .container .woocommerce {
    margin-left: -25px;
    margin-right: -25px;
  }
  .pofdashboard .container .woocommerce .woocommerce-MyAccount-content {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.dashboard-tab .woocommerce-message {
  margin-top: 30px;
}
@media (max-width: 380px) {
  .woocommerce-orders .woocommerce-info {
    font-size: 14px !important;
    padding: 28px 25px;
  }
  /* .woocommerce-Button.button {
        font-size: 10px !important;
    } */
}
.woocommerce-account .woocommerce-MyAccount-content .save-delete-div p {
  margin-bottom: 0px !important;
}
.thankyou-sec .wc-block-order-confirmation-status p {
  font-size: 22px !important;
}
.thankyou-sec.booking-conf ul li {
  font-size: 14px !important;
  line-height: 16px !important;
  text-transform: uppercase !important;
}
.thankyou-sec.booking-conf span.wc-block-order-confirmation-summary-list-item__value {
  font-weight: bold !important;
  font-size: 20px !important;
  text-transform: capitalize !important;
}
.thankyou-sec span p {
  margin-bottom: 0px;
}
.thankyou-sec.booking-conf ul li {
  width: 100% !important;
  max-width: 198px !important;
}
.thankyou-sec.booking-conf td.wc-block-order-confirmation-totals__product a {
  font-size: 14px !important;
}
.thankyou-sec.booking-conf .wc-block-order-confirmation-totals.alignwide table tr td:nth-child(1) {
  width: 40% !important;
}
.thankyou-sec.booking-conf .wc-block-order-confirmation-shipping-address.alignwide p {
  font-size: 16px !important;
  font-weight: 400 !important;
  margin-bottom: 23px !important;
}
.thankyou-sec.booking-conf .wc-block-order-confirmation-shipping-address.alignwide p strong {
  font-size: 16px !important;
  font-weight: 400 !important;
}
.thankyou-sec.booking-conf th.wc-block-order-confirmation-totals__label {
  font-size: 14px !important;
}
.thankyou-sec.booking-conf .wc-block-order-confirmation-shipping-address.alignwide address p:nth-child(3) {
  margin-bottom: 0px !important;
}
.thankyou-sec.booking-conf .wc-block-order-confirmation-totals.alignwide table th {
  font-weight: 600 !important;
}
.thankyou-sec.booking-conf .wc-block-order-confirmation-totals.alignwide {
  margin-bottom: 50px !important;
}
.thankyou-sec.booking-conf .wc-block-order-confirmation-shipping-address.alignwide address {
  margin-bottom: 0px !important;
}
.woocommerce-account.woocommerce-edit-address .woocommerce-MyAccount-content .form-row label {
  text-align: left;
  margin-left: 0;
}
@media (max-width: 1024px) {
  .thankyou-sec.booking-conf ul li {
    width: 100% !important;
    max-width: 248px !important;
  }
}
@media (max-width: 1200px) and (min-width: 900px) {
  .verticle-tab-section {
    padding-top: 100px;
  }
  button#top {
    bottom: -16px;
  }
}
@media (max-width: 991px) {
  .thankyou-sec.booking-conf ul li {
    width: 100% !important;
    max-width: 228px !important;
  }
}
@media (max-width: 800px) {
  .thankyou-sec.booking-conf ul li {
    width: 100% !important;
    max-width: 211px !important;
  }
  .pofdashboard .container .tinv-wishlist.woocommerce.tinv-wishlist-clear {
    margin-left: 0px;
    margin-right: 0px;
  }
  .tinv-wishlist td {
    padding: 10px 0 10px !important;
  }
  .pofdashboard .container .tinv-wishlist .product-thumbnail {
    padding-top: 30px !important;
  }
  .tinv-wishlist table.tinvwl-table-manage-list tbody .product-action {
    width: auto !important;
    max-width: 102px !important;
    margin: auto;
    margin-bottom: 20px;
  }
  .tinv-wishlist .product-remove {
    position: relative;
  }
  .tinv-wishlist .product-remove button {
    position: absolute;
    right: 30px;
    top: 30px
  }
  .pofdashboard .container .tinv-wishlist .product-stock p {
    margin: auto !important;
  }
  .exclusive-tag img {
    max-width: 120px;
  }
}
@media (max-width: 760px) {
  .thankyou-sec.booking-conf ul li {
    width: 100% !important;
    max-width: 100% !important;
  }
  .thankyou-sec.booking-conf ul li {
    border-bottom: 1px dashed #cfc8d8;
    width: 100%;
    padding: 0px 0 30px 0px !important;
    border-right: none;
  }
  .thankyou-sec.booking-conf .wc-block-order-confirmation-status.alignwide.has-font-size.has-large-font-size {
    margin-top: 30px;
  }
  .thankyou-sec.booking-conf .wc-block-order-confirmation-summary.alignwide {
    margin-bottom: 40px;
  }
  .thankyou-sec.booking-conf .wc-block-order-confirmation-totals.alignwide table tr td:nth-child(1) {
    width: 50% !important;
  }
  .thankyou-sec.booking-conf ul li p {
    line-height: 24px !important;
    font-size: 20px !important;
  }
  .thankyou-sec.booking-conf ul li {
    padding: 0px 0 24px 0px !important;
  }
}
.woocommerce-edit-account form.woocommerce-EditAccountForm.edit-account p:last-child {
  margin-bottom: 0px !important;
}
.woocommerce-edit-account form.woocommerce-EditAccountForm.edit-account .woocommerce-Button.button {
  margin-top: 30px !important;
}
.wc-register-form p a:hover {
  color: #c0ab7d;
  display: inline-block;
}
.woocommerce-account .woocommerce-MyAccount-content .no-item-wrapper p {
  margin-bottom: 0px !important;
}
@media (max-width: 380px) {
  .woocommerce table.shop_table td {
    font-size: 12px !important;
  }
  .woocommerce-orders-table__cell.woocommerce-orders-table__cell-members-status::before {
    margin-top: 4px;
  }
  .pofdashboard h3 {
    font-size: 27px;
    line-height: 37px;
  }
  .woocommerce-orders .woocommerce table.shop_table th {
    padding: 20px 15px 0px 15px;
  }
  .woocommerce-orders .woocommerce table.shop_table td {
    padding: 20px 15px 0px 15px;
  }
  .woocommerce-orders .woocommerce table.shop_table td:last-of-type {
    padding: 20px 15px 20px 15px;
  }
  .pofdashboard a.woocommerce-button.button {
    margin: 0 0px 0px 0px;
  }
  a.woocommerce-button.button.view {
    padding: 6px 6px 6px 6px;
  }
  .woocommerce table.shop_table td {
    padding: 20px 15px 0px 15px;
  }
  .woocommerce-page table.shop_table_responsive tr td:last-of-type {
    padding: 20px 15px 20px 15px;
  }
  .wps-membership-tab .woocommerce-message {
    padding: 28px 16px;
  }
  .wps-membership-tab .woocommerce-message {
    font-size: 12px;
  }
  .woocommerce-Button.button {
    padding: 14px 40px !important;
    border-radius: 6px !important
  }
}
section.contact-us.thankyou-sec.booking-conf ul li {
  max-width: 47% !important;
}
section.contact-us.thankyou-sec.booking-conf ul li:nth-child(even) {
  border-right: none !important;
}
section.contact-us.thankyou-sec.booking-conf ul li:last-child {
  border-right: none !important;
}
.thankyou-sec.booking-conf .wc-block-order-confirmation-totals.alignwide table thead {
  background: #e0c276 0% 0% no-repeat padding-box !important;
}
.thankyou-sec.booking-conf span.wc-block-order-confirmation-summary-list-item__value {
  font-size: 15px !important;
}
section.contact-us.thankyou-sec.booking-conf p {
  font-size: 15px !important;
}
section.contact-us.thankyou-sec.booking-conf h3.wp-block-heading {
  font-size: 20px !important;
  text-transform: uppercase;
}
.mo-openid-app-icons.custom-1 {
  display: none;
}
.mo-openid-app-icons.custom-2 {
  display: flex;  
	flex-wrap: wrap;
	margin-bottom: 20px;
}
.mo-openid-app-icons.custom-2 p {
  flex: 0 0 auto;
  width: 100% !important;
	margin-bottom: 8px !important;
}
.mo-openid-app-icons.custom-2 .mo_btn-facebook {
  flex: 0 0 auto;
  width: auto !important;
  margin-left: 0px !important;
	height: 35px;
}
.mo-openid-app-icons.custom-2 a:hover {
	transform: none !important;
	opacity: 0.6;
}
.mo-openid-app-icons.custom-2 .mo_btn-google {
  flex: 0 0 auto;
  width: auto !important;
  margin: 0px !important;
	height: 35px;
}
.mo-openid-app-icons.custom-2 .mo_btn-google img {
  padding-left: 0px !important;
}
@media (max-width: 767px) {
  section.contact-us.thankyou-sec.booking-conf ul li {
    max-width: 100% !important;
    margin: 0 !important;
  }
  .login-page .col-sm-5.form-col {
  width: 100%;
}
.login-page .col-sm-7.form-col {
  width: 100%;
  margin-top: 50px;
}

}
@media (max-width: 1024px) {
.mo-openid-app-icons.custom-2 .mo_btn-facebook {
    min-width: 100%;
    text-align: left;
}
.mo-openid-app-icons.custom-2 .mo_btn-google {
    margin-top: 10px !important;
    min-width: 100%;
    text-align: left;
    padding-left: 49px !important;
}
}

.oneall_social_login.newtiktok {
  margin: 8px 8px 0;
}
.woocommerce form .form-row select {
  color: #656C74 !important;}