* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Montserrat", sans-serif;
}
.heading-sec {
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 8px 9px #EAE1D2AD;
  position: relative;
  z-index: 1;
}
.login-page {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  position: relative;
}
.login-page::before {
  content: '';
  top: 0;
  position: absolute;
  height: 654px;
  background: linear-gradient(180deg, rgba(255, 248, 236, 1) 0%, rgba(255, 248, 236, 0) 100%);
  width: 100%;
  z-index: -1;
}
.login-container {
  width: 100%;
  max-width: 510px;
  text-align: center;
}
.logo-img {
  padding: 27px 0;
}
.sidebar .tabs a {
  text-decoration: none;
  color: #000000;
}
.products .s-tab {
  text-decoration: none;
}
.woocommerce-edit-account.woocommerce input {
  width: 100% !important;
  padding: 16px 19px !important;
  margin-top: 9px !important;
  margin-bottom: 0px !important;
  border: 1px solid #C8C8C8 !important;
  border-radius: 8px !important;
  font-size: 14px !important;
  line-height: 18px !important;
  outline: none !important;
}
.woocommerce-edit-account fieldset {
  margin-bottom: 10px !important;
  margin-top: 20px !important;
}
.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;
}
.p-sec button {
  display: contents;
}
.add-product a {
  text-decoration: none;
}
.login-page h2 {
  font-weight: bold;
  font-size: 36px;
  text-transform: uppercase;
  line-height: 51px;
  margin-bottom: 13px;
  text-align: center;
}
span.pof-reCAPTCHA {
  text-align: center;
  display: block;
}
.woocommerce-error {
  text-align: left;
}
.login-page p {
  font-size: 14px;
  line-height: 22px;
  color: #0E1218;
  margin-bottom: 40px;
}
.input-group {
  margin-bottom: 17px;
  text-align: left;
}
.input-group input {
  width: 100%;
  padding: 15px 22px 11.5px !important;
  border: 1px solid #DFDFDF !important;
  border-radius: 8px;
  font-size: 14px;
  outline: none;
}
.input-group input:focus-visible {
  border: 1px solid #FFCF2E !important;
  box-shadow: none !important;
  border-color: #FFCF2E !important;
}
.options {
  display: flex;
  justify-content: space-between;
  font-size: 13px;
  color: #666;
  margin-bottom: 26px;
}
.options input {
  margin-right: 5px;
}
.options label {
  display: flex;
  align-items: center;
  color: #000000 !important;
}
.options a {
  font-size: 13px;
  color: #000000 !important;
}
.yellow-btn {
  width: 100%;
  padding: 16px 0 13px 0;
  border: none;
  background: #ffcc00;
  color: #333;
  font-size: 12px;
  font-weight: bold;
  border-radius: 23px;
  text-transform: uppercase;
  letter-spacing: 1.08px;
  transition: 0.3s ease;
  margin-bottom: 26px;
  cursor: pointer !important;
  border: 1px solid transparent !important;
  outline: none;
}
.yellow-btn:hover {
  background: #FFDD6C !important;
  color: #fff !important;
  outline: none;
  border: 1px solid #FFB81A !important;
}
.woocommerce-edit-account form.woocommerce-EditAccountForm.edit-account .woocommerce-Button.button {
  margin-top: 30px !important;
  width: 100%;
  padding: 16px 15px 13px 15px !important;
  border: none !important;
  background: #ffcc00 !important;
  color: #333;
  font-size: 12px !important;
  font-weight: bold !important;
  border-radius: 23px !important;
  text-transform: uppercase;
  letter-spacing: 1.08px !important;
  transition: 0.3s ease;
  margin-bottom: 26px;
  cursor: pointer !important;
  border: 1px solid transparent !important;
  outline: none;
}
.woocommerce-edit-account form.woocommerce-EditAccountForm.edit-account .woocommerce-Button.button:hover {
  background: #FFDD6C !important;
  color: #fff !important;
  outline: none;
  border: 1px solid #FFB81A !important;
}
.woocommerce form .show-password-input::after, .woocommerce-page form .show-password-input::after {
  margin-top: 20px !important;
}
.login-page p.register a:hover {
  color: #c0ab7d;
}
.login-btn:hover {
  background: #e6b800;
}
.login-page p.register {
  font-size: 16px;
  font-weight: normal;
  color: #000000;
  text-align: center;
}
.login-page p.register a {
  color: #000;
  font-weight: bold;
  text-decoration: none;
}
.required:after {
  content: none !important;
}
@media (max-width: 767px) {
  .logo-img {
    padding: 17px 0 16px 0;
  }
  .tab-content.active .container {
    padding: 0px;
  }
  .products .edit-icon a {
    width: 16px !important;
    display: block;
    margin: auto;
    margin-left: 0px;
    height: 16px;
  }
  .login-container h2 {
    padding-top: 60px;
    margin-bottom: 13px;
  }
  .login-page p {
    max-width: 248px;
    margin: auto;
    margin-bottom: 32px;
  }
  .login-page {
    display: block;
  }
  .login-page p {
    font-weight: 300;
  }
  .login-container .container {
    padding: 0 25px;
  }
  .login-page::before {
    height: 641px;
  }
  .login-page p.register {
    width: 100%;
    max-width: 100%;
  }
  .input-group {
    margin-bottom: 15px;
  }
}
/* Create Account */
.input-sec {
  display: flex;
  column-gap: 12px;
}
.show-password {
  position: absolute;
  right: 15px;
  top: 12px;
  background: none;
  border: none;
  font-size: 14px;
  font-weight: 300;
  color: #FFCF2E;
  cursor: pointer;
}
.btn-create-account {
  margin-top: 9px;
}
.show-password:hover {
  color: #c0ab7d;
}
@media (max-width: 767px) {
  .input-sec {
    display: flex;
    flex-direction: column;
  }
}
/* end */
/* Dashboard */
.dashboard-body {
  display: flex;
  padding-top: 60px;
  justify-content: center;
}
.dashboard-section {
  position: relative;
}
.dashboard-h {
  display: flex;
  margin-top: 15px;
  column-gap: 11px;
  margin-bottom: 38px;
  align-items: center;
}
.dashboard-h h3 {
  line-height: normal;
  font-weight: normal;
  color: #000;
  font-size: 20px;
  line-height: normal;
}
.dashboard-h h3 span {
  font-weight: bold;
  color: #000;
}
.dashboard-h h4 {
  line-height: normal;
  font-weight: normal;
  color: #585858;
  font-size: 16px;
  line-height: normal;
}
.dashboard-h h4 a {
  color: #585858;
}
.dashboard-section::before {
  content: '';
  top: 0;
  position: absolute;
  height: 654px;
  width: 100%;
  background: linear-gradient(180deg, rgba(255, 248, 236, 1) 0%, rgba(255, 248, 236, 0) 100%);
  z-index: -1;
}
.sidebar ul li {
  margin: 0 0 16px 0;
  padding: 14px 20px;
  display: flex;
  list-style: none;
  text-transform: uppercase;
  justify-content: space-between;
  align-items: center;
  border-radius: 21px;
}
.sidebar li.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: 23px;
  font-weight: 600;
}
.sidebar li:hover {
  background: #FFCF2E 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 3px #B4922352;
  border-radius: 23px;
}
.sidebar li.active svg, .sidebar li.active svg path {
  fill: black !important;
  stroke: black !important;
}
@media (min-width: 1300px) {
  .container {
    max-width: 1200px;
  }
}
@media (min-width: 1600px) {
  .container {
    max-width: 1600px;
  }
}
.sidebar {
  width: 25%;
  max-width: 272px;
}
.sidebar .logo h1 {
  font-size: 1.75rem;
  margin-bottom: 30px;
  text-align: center;
}
.tabs {
  list-style-type: none;
  padding: 0;
}
.tab {
  padding: 15px 20px;
  cursor: pointer;
  border-radius: 5px;
  margin-bottom: 10px;
  transition: background-color 0.3s;
}
/* Main content area */
.main-content {
  width: 75%;
  padding-left: 36px;
}
.welcome {
  margin-bottom: 30px;
}
.welcome h2 {
  font-size: 1.5rem;
  margin-bottom: 10px;
}
.welcome .logout a {
  color: #f5a623;
  text-decoration: none;
}
.welcome .logout a:hover {
  text-decoration: underline;
}
/* Tab content */
.tab-content {
  display: none;
}
.tab-content.active {
  display: block;
  margin-bottom: 71px;
}
.woocommerce-edit-account form.woocommerce-EditAccountForm.edit-account {
  display: flex;
  flex-direction: row;
  align-items: baseline;
  column-gap: 24px;
}
.woocommerce-edit-account form.woocommerce-EditAccountForm.edit-account .form-row {
  padding: 3px;
  margin: 0 0 6px;
  width: 48%;
}
/* Responsive Design */
@media (max-width: 991px) {
  .sidebar {
    width: 100%;
    max-width: 100%;
  }
  .dashboard-body {
    display: flex;
    padding-top: 60px;
    flex-direction: column;
  }
  .main-content {
    width: 100%;
    padding-left: 0px;
  }
  .saved-search-div {
  padding: 18px 18px 27px 40px;
  }
  .tabs {
    display: flex;
    column-gap: 10px;
    overflow: auto;
  }
  .tabs li {
    column-gap: 20px;
  }
  .sidebar ul li {
    padding: 17px 20px;
    display: flex;
    white-space: nowrap;
    line-height: 10px;
  }
}
/* end */
/* 
product dashboard-body */
.products {
  padding-top: 15px;
  margin-bottom: 135px;
}
.products h2 {
  font-size: 36px;
  line-height: 44px;
  font-weight: bold;
}
.products .status-tabs {
  display: flex;
  gap: 10px;
  margin: 30px 0 32px 0;
}
.products .s-tab {
  padding: 12px 25px;
  border: 1px solid #AAAAAA;
  border-radius: 21px;
  font-size: 14px;
  font-style: normal;
  color: #000000;
  cursor: pointer;
  font-weight: normal;
}
.products .s-tab.active {
  background: #FFF5D1;
  border: 1px solid #FACF2F;
  border-radius: 21px;
  font-weight: normal;
}
.search-container {
  position: relative;
}
.search-container input {
  width: 100%;
  max-width: 312px;
  padding: 10px 46px;
  border: 1px solid #AAAAAA36;
  border-radius: 21px;
}
.search-container svg {
  position: absolute;
  left: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.products table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 30px;
}
.products th {
  padding: 17px 0px;
  text-align: left;
  border-top: 1px solid #7070703B;
  border-bottom: 1px solid #7070703B;
  color: #5C5C5C;
  font-size: 12px;
  line-height: normal;
  font-weight: normal;
}
.products td {
  padding: 15px 0px;
  text-align: left;
  color: #000000;
  font-size: 12px;
  font-weight: 600;
}
.products td strong {
  font-size: 16px;
  font-weight: bold;
  line-height: normal;
  color: #000;
  max-width: 185px;
  padding-left: 10px;
}
.products td strong a {
  text-decoration: none;
  color: #000;
}
.p-name img {
  width: 60px;
  height: 60px;
  border-radius: 6px;
  object-fit: cover;
}
.products .p-sec {
  margin-bottom: 28px;
}
.products .p-name {
  display: flex;
  align-items: center;
}
.products .p-date {
  max-width: 117px;
}
.products .edit-icon a {
  width: 16px !important;
  display: block;
  margin: auto;
  margin-right: 10px;
}
.th-id {
  width: 10%;
}
.th-name {
  width: 30%;
}
.th-status {
  width: 15%;
}
.th-price {
  width: 10%;
}
.th-category {
  width: 10%;
}
.th-date {
  width: 15%;
}
.th-edit {
  width: 10%;
}
.status {
  padding: 6px 11px;
  border-radius: 10px;
  font-size: 12px;
  border-radius: 6px;
  white-space: nowrap;
}
.completed {
  background: #CDFDD0;
  color: #000000;
}
.under-process {
  background: #FFD4A8;
  color: #000000;
}
.rejected {
  background: #FFBFBF;
  color: #000000;
}
.edit-icon {
  cursor: pointer;
}
.add-product-btn {
  background: #FFCF2E;
  border: none;
  padding: 14px 31px;
  font-size: 12px;
  line-height: normal;
  font-weight: bold;
  letter-spacing: 2.4px;
  cursor: pointer;
}
.p-sec {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1200px) {
  .th-id {
    width: 10%;
  }
  .th-name {
    width: 30%;
  }
  .th-status {
    width: 15%;
  }
  .th-price {
    width: 10%;
  }
  .th-category {
    width: 10%;
  }
  .th-date {
    width: 15%;
  }
  .th-edit {
    width: 10%;
  }
  .products td strong {
    font-size: 14px;
  }
  .products td {
    font-size: 10px;
  }
}
.mobile-table {
  display: none
}
@media (max-width: 767px) {
  .desktop-table {
    display: none
  }
  .woocommerce form .form-row {
    width: 100%;
  }
  .mobile-table {
    display: table;
    margin-bottom: 66px;
  }
  .products .status-tabs {
    overflow: auto;
    margin-top: 20px;
    margin-bottom: 30px;
  }
  .products .s-tab {
    white-space: nowrap;
  }
  .products h2 {
    font-size: 30px;
    line-height: 36px;
  }
  .p-sec {
    display: flex;
    row-gap: 15px;
    flex-direction: column;
  }
  .search-container {
    width: 100%;
  }
  .search-container input {
    width: 100%;
    max-width: 100%;
  }
  .add-product {
    width: 100%;
  }
  .add-product-btn {
    width:fit-content;
  }
  .container {
    padding: 0 20px;
  }
  /* .products tr{
        padding: 10px 0px;
        text-align: left;
        border-top: none;
        border-bottom: none;
    } */
  .products td {
    padding: 10px 0px;
  }
  .products tbody {
    padding: 20px 0;
    border-top: 1px solid #7070703B;
    border-bottom: 1px solid #7070703B;
  }
  .products tbody:last-child {
    border-bottom: none;
  }
  .th-id {
    width: 30%;
  }
  .th-name {
    width: 30%;
  }
  .th-status {
    width: 30%;
  }
  .th-price {
    width: 30%;
  }
  .th-category {
    width: 30%;
  }
  .th-date {
    width: 30%;
  }
  .th-edit {
    width: 30%;
  }
  .mobile-table tr td {
    width: 70%;
  }
  .products th {
    border-top: none;
    border-bottom: none;
  }
  .mobile-table tr:nth-child(1) th {
    padding-top: 30px;
  }
  .mobile-table tr:nth-child(1) td {
    padding-top: 30px;
  }
  .mobile-table tr:nth-child(2) th {
    padding-bottom: 30px;
  }
  .mobile-table tr:nth-child(2) td {
    padding-bottom: 30px;
  }
}
/* 
car-product-detial css */
.add-vehicle-sec {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 1px;
  position: relative;
}
/* .add-vehicle-sec::before{
    content: '';
    top: 0;
    position: absolute;
    height: 100%;
    background: linear-gradient(180deg, rgba(255,248,236,1) 0%, rgba(255,248,236,0) 100%);
    width: 100%;
    z-index: -1;
} */
.add-vehicle-sec p {
  text-align: center;
}
.add-vehicle-sec .inner-block {
  background: white;
  padding: 40px 57px 47px;
  margin-top: 66px;
  border-radius: 10px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  width: 100%;
  max-width: 780px;
  margin: auto;
  margin-bottom: 30px;
}
/* Container for the two radio options */
.radio-button-label {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px 16px;
  cursor: pointer;
  transition: all 0.3s ease;
  background-color: #fff;
  border: 1px solid #8E8E8E;
  border-radius: 8px;
}
.radio-button-label input[type="radio"] {
  visibility: hidden;
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  border-radius: 8px;
}
.radio-button-label .radio-button-text {
  display: block;
  color: #8E8E8E;
  margin-top: 0px;
  font-size: 14px;
  margin-bottom: 0px;
  font-weight: normal;
}
.partner-selectb .choose-file {
  position: relative;
  margin-top: 10px;
}
.tab-content.active form {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
input.submit-btn.yellow-btn {
  max-width: 190px;
  margin-bottom: 0px;
}
.file-input.partnerb {
  display: flex;
  flex-direction: column;
  align-items: baseline;
  row-gap: 20px;
  justify-content: flex-start;
}
.radio-button-label:hover {
  border: 1px solid #FFCF2E !important;
}
.radio-group .radio-box:hover, .radio-group .radio-box:has(input:checked) {
  border: 1px solid #FFCF2E !important;
}
.radio-button-label input[type="radio"]:checked + .radio-button-text {
  color: #000;
}
.radio-group .radio-box {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  padding: 15px 16px;
  cursor: pointer;
  transition: all 0.3sease;
  background-color: #fff;
  border: 1px solid #8E8E8E;
  border-radius: 8px;
}
.radio-group .radio-box .radio-label {
  margin-top: 0px;
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
  color: #000;
  white-space: nowrap;
  margin-bottom: 0px;
}
.radio-group .radio-box input[type="radio"] {
  visibility: hidden;
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  border-radius: 8px;
}
/* .radio-group .radio-box input[type="radio"] {
    display: none;
} */
.radio-group .radio-box input[type="radio"]:checked + .radio-button-text {
  color: #000;
  border: 1px solid #FFCF2E !important;
}
.radio-group {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  align-items: center;
  margin-top: 14px;
  margin-bottom: 30px;
}
.custom-radio {
  position: relative;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  font-size: 16px;
}
.custom-radio span {
  margin-top: 0px !important;
  margin-bottom: 3px !important;
  display: block !important;
}
/* Hide the default radio input */
.custom-radio input[type="radio"] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
/* The custom circular checkmark */
.radio-checkmark {
  width: 20px;
  height: 20px;
  border: 2px solid #8E8E8E; /* border color */
  border-radius: 50%;
  margin-right: 9px;
  box-sizing: border-box;
  position: relative; /* to position the inner circle */
}
/* Show the filled circle when checked */
.custom-radio.active .radio-checkmark::after {
  content: "";
  position: absolute;
  left: 3px;
  top: 3px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #FFCF2E;
}
.category label {
  display: flex;
  justify-content: center;
  align-items: center
}
.add-vehicle-sec h2 {
  text-align: center;
  font-size: 36px;
  line-height: 44px;
  color: #000000;
  margin-bottom: 12px;
  font-weight: 600;
}
.add-vehicle-sec p {
  font-size: 18px;
  line-height: 22px;
  color: #000;
  font-weight: 600;
  margin-bottom: 0px;
}
.main-h {
  margin-bottom: 66px;
}
.category {
  display: flex;
  gap: 40px;
  margin-bottom: 30px;
  margin-top: 14px;
}
.add-vehicle-sec span {
  font-size: 16px;
  line-height: 19px;
  font-weight: 600;
  margin-top: 10px;
  margin-bottom: 20px;
  display: block;
}
.add-vehicle-sec label {
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
  color: #000;
  white-space: nowrap;
}
.add-vehicle-sec input {
  width: 100%;
  padding: 16px 16px;
  margin-top: 9px;
  margin-bottom: 20px;
  border: 1px solid #C8C8C8;
  border-radius: 8px;
  font-size: 14px;
  line-height: 18px;
  outline: none;
}
.input {
  outline: none !important;
}
input:focus-visible {
  border: 1px solid #FFCF2E !important;
  box-shadow: none !important;
  border-color: #FFCF2E !important;
  outline: none !important;
}
.add-vehicle-sec .check {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-right: 9px;
}
.image-preview {
  margin-top: 10px;
  margin-bottom: 35px;
}
.image-preview p {
  text-align: left;
}
.image {
  position: relative;
  width: 117px;
  margin-top: 13px;
  margin-bottom: 10px;
}
.add-image {
  position: relative;
  width: 117px;
  height: 117px;
  margin-top: 13px;
  margin-bottom: 10px;
  background: #F0F0F0;
  border-radius: 10px;
}
.add-box {
  position: absolute;
  right: 0;
  left: 0;
  font-style: normal;
  top: 37px;
  font-size: 12px;
  font-weight: normal;
}
.image-wrapper {
  margin-bottom: 35px;
}
.image-preview p {
  color: #8E8E8E;
  font-style: italic;
  font-size: 12px;
  margin-bottom: 0px;
}
.image-wrapper p {
  color: #8E8E8E;
  font-style: italic;
  font-size: 12px;
  margin-bottom: 0px;
}
.image-wrapper .add-box p {
  text-align: center;
  color: #656C74;
  font-size: 12px;
}
.remove-btn {
  cursor: pointer;
  background: none;
  border: none;
  position: absolute;
  right: 11px;
  width: 28px;
  height: 28px;
  top: 9px;
}
.add-btn {
  cursor: pointer;
  background: none;
  border: none;
  width: 28px;
  height: 28px;
  margin: auto;
  display: flex;
}
.img-box {
  display: flex;
  column-gap: 20px;
}
.image-preview .img-box {
  display: flex;
  flex-direction: column-reverse;
  column-gap: 20px;
}
label.error {
  color: #dc3545;
  font-size: 14px;
  margin-top: 5px;
  display: block;
  position: relative;
  top: -16px;
}
.image-preview .img-box label.error {
  top: -3px;
}
.file-input label.error {
  padding-left: 20px;
}
.image-wrapper p {
  text-align: left;
}
.image-wrapper .image img {
  border-radius: 10px;
  height: 117px;
  object-fit: cover;
}
.preview img {
  border-radius: 10px;
  height: 117px;
  object-fit: cover;
}
select {
  width: 100%;
  padding: 16px 19px;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 14px;
  margin-top: 9px;
  margin-bottom: 20px;
}
.file-input {
  display: flex;
  align-items: center;
}
.file-input input {
  flex: 1;
}
.file-info {
  margin-left: 10px;
}
.note {
  font-size: 12px !important;
  color: gray !important;
  margin-bottom: 23px !important;
  font-style: italic;
}
.flex-div.display-block {
  display: flex !important;
  column-gap: 24px;
}
.flex-div {
  display: flex;
  column-gap: 24px;
}
.flex-div .form-group {
  width: 50%
}
.file-input {
  position: relative;
}
.file-input input {
  opacity: 0;
  max-width: 108px;
  position: relative;
  z-index: 2;
  cursor: pointer;
}
.choose-file {
  padding: 11px;
  border: 1px solid #C8C8C869;
  border-radius: 8px;
  opacity: 1;
  background: #F6F6F6;
  position: absolute;
  left: 0;
  display: flex;
  align-items: center;
  column-gap: 19px;
  cursor: pointer;
  top: 10px;
}
.choose-file p {
  margin-bottom: 0px;
  font-size: 14px;
  line-height: 18px;
  color: #000;
  font-weight: normal;
}
.choose-file span {
  border: 1px solid #8E8E8E3C;
  border-radius: 5px;
  background: #EDEDED;
  font-size: 14px;
  color: #000;
  padding: 5px 20px;
  cursor: pointer;
  margin: 0px;
}
.form-group p {
  text-align: left;
}
/* Container styling for the new sections */
/* Chips styling (Body Type & Seats) */
.body-type-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 23px;
  margin-bottom: 26px;
}
.seats-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 23px;
}
.chip {
  border: 1px solid #8E8E8E;
  border-radius: 8px;
  padding: 8px 12px;
  font-size: 14px;
  background-color: #fff;
  color: #8E8E8E;
  cursor: pointer;
  transition: background-color 0.2s ease;
}
.chip:hover {
  background-color: #fff;
  border: 1px solid #FFCF2E;
}
/* Checkboxes styling (Category/Badges) */
.category-badges {
  display: flex;
  flex-wrap: wrap;
  margin-top: 31px;
  margin-bottom: 41px;
  gap: 15px; /* adjust spacing as needed */
}
.category-badges label {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 14px;
  width: 30%;
  cursor: pointer;
}
.category-badges input {
    cursor: pointer;
    margin: 0;
    width: 29px;
    height: 29px;
    border: 1px solid #8E8E8E !important;
    border-radius: 6px !important;
    color: #8E8E8E;
    appearance: none;
    display: inline-block;
    position: relative;
    margin-right: 13px;
}
.category-badges input:checked::after {
  content: '✓'; 
  color: white;
  background: #ffcf2e;
  font-size: 18px;
  width: 100%;
  height: 100%;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  border-color:#ffcf2e !important;
}
.category-badges label.checkbox-label input[type="checkbox"] {
    border-radius: 6px !important;
}
.offering-badges {
  display: flex;
  flex-wrap: wrap;
  margin-top: 31px;
  margin-bottom: 41px;
  gap: 15px; /* adjust spacing as needed */
}
.offering-badges label {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 14px;
  width: 48%;
  cursor: pointer;
}
.offering-badges input {
  cursor: pointer;
  margin: 0;
  width: 29px;
  height: 29px;
  border: 1px solid #8E8E8E;
  border-radius: 8px;
  color: #8E8E8E;
}
.add-vehicle-sec textarea {
  width: 100%;
  height: 186px;
  padding: 16px 19px;
  margin-top: 9px;
  margin-bottom: 20px;
  border: 1px solid #C8C8C8;
  border-radius: 8px;
  font-size: 14px;
  line-height: 18px;
}
.add-vehicle-sec .why-choose-us textarea {
  width: 100%;
  height: 92px;
}
@media (max-width: 768px) {
  .add-vehicle-sec label {
    white-space: wrap;
  }
  .add-vehicle-sec h2 {
    padding-top: 70px;
  }
  .add-box {
    top: 22px;
  }
  .add-vehicle-sec .inner-block {
    background: white;
    padding: 40px 23px 47px;
  }
  .body-type-chips {
    gap: 6px;
  }
  .category-badges label {
    width: 47%;
  }
  .flex-div {
    flex-direction: column;
  }
  .flex-div .form-group {
    width: 100%;
  }
  .offering-badges label {
    width: 100%;
  }
}
.page-numbers {
  padding: 11px 15px !important;
  height: auto !important;
  text-decoration: none;
}
a.page-numbers:hover {
  color: #000;
}
.page-numbers.current {
  display: inline-block;
}
.prdct-expt {
  color: #000;
  font-weight: 700;
  margin-right: 20px;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 2.4px;
}
.next.page-numbers {
  width: auto;
  padding: 11px 26px 11px 15px !important;
}
.next.page-numbers::after {
  right: 7px;
  top: 15px;
}
a.prev.page-numbers {
  width: auto;
  padding: 11px 15px 11px 26px !important;
}
.prev.page-numbers::before {
  content: "";
  position: absolute;
  margin: 0px 0px;
  padding: 0px 0px;
  background: url(../images/pagenation-right.svg?v=555) no-repeat 0px 0px;
  width: 10px;
  transform: rotate(180deg);
  height: 10px;
  display: block;
  top: 13px;
  left: 7px;
}
/*.....nit....*/
.page-template-template-partner-registration .login-page {
  height: auto;
}
.input-sec .input-group > label {
  font-size: 14px;
  font-weight: 400;
  color: #000000;
  margin-bottom: 5px;
  display: block;
  width: 100%;
}
.input-sec input[type="file"] {
  background: #F6F6F6 0% 0% no-repeat padding-box;
  border: 1px solid #C8C8C869;
  border-radius: 8px;
  color: #000000;
  padding: 7px 11px 7px !important;
  outline: none;
  box-shadow: none;
}
.input-sec input[type="file"]::-webkit-file-upload-button {
  background: #EDEDED 0% 0% no-repeat padding-box;
  border: 1px solid #8E8E8E3C;
  border-radius: 5px;
  color: #000000;
  padding: 8px 12px 3px;
  cursor: pointer;
  margin-right: 19px;
}
.input-sec input[type="file"]::-ms-browse {
  background: #EDEDED 0% 0% no-repeat padding-box;
  border: 1px solid #8E8E8E3C;
  border-radius: 5px;
  color: #000000;
  padding: 8px 12px 3px;
  cursor: pointer;
  margin-right: 19px;
}
.input-sec select {
  width: 100%;
  padding: 14px 22px 12px !important;
  border: 1px solid #DFDFDF !important;
  border-radius: 8px;
  color: #C4C4C4;
  font-size: 14px;
  outline: none;
  height: 46px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(../images/accordian-arrow-down.svg) no-repeat center right 12px #fff;
  background-size: 12px;
  margin: 0px;
}
.input-sec textarea {
  width: 100%;
  padding: 17px 22px 17px !important;
  border: 1px solid #DFDFDF !important;
  border-radius: 8px;
  font-size: 14px;
  outline: none;
  height: 190px;
  color: #C4C4C4;
}
.products td {
  padding: 15px 6px;
}
.woocommerce-EditAccountForm p span.woocommerce-input-wrapper {
  display: block;
}
.woocommerce-edit-account.woocommerce form .form-row input {
  width: 100% !important;
  padding: 16px 20px 13px !important;
}
.woocommerce-edit-account.woocommerce select {
  width: 100% !important;
  padding: 14px 22px 12px !important;
  border: 1px solid #DFDFDF !important;
  border-radius: 8px !important;
  color: #C4C4C4 !important;
  font-size: 14px;
  outline: none;
  height: 48px !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(../images/accordian-arrow-down.svg) no-repeat center right 11px #fff !important;
  margin: 0px;
  margin-top: 9px !important;
  background-size: 12px !important;
}
.woocommerce-edit-account.woocommerce input[type="file"] {
  background: #F6F6F6 0% 0% no-repeat padding-box;
  border: 1px solid #C8C8C869;
  border-radius: 8px;
  color: #000000;
  padding: 7px 11px 7px !important;
  outline: none;
  box-shadow: none;
}
.woocommerce-edit-account.woocommerce input[type="file"] + img {
  height: 39px;
  max-width: 100% !important;
  margin-top: 7px;
  border-radius: 6px;
  width: 57px;
  object-fit: cover;
}
.woocommerce-edit-account.woocommerce input[type="file"] + a {
  background: #FFCF2E;
  margin-top: 7px;
  font-size: 13px;
  font-weight: 500;
  display: inline-block;
  padding: 9px 15px 5px;
  border-radius: 6px;
  color: #000;
  text-decoration: none;
  line-height: normal;
}
.woocommerce-edit-account.woocommerce input[type="file"]::-webkit-file-upload-button {
  background: #EDEDED 0% 0% no-repeat padding-box;
  border: 1px solid #8E8E8E3C;
  border-radius: 5px;
  color: #000000;
  padding: 8px 12px 3px;
  cursor: pointer;
  margin-right: 19px;
}
.woocommerce-edit-account.woocommerce input[type="file"]::-ms-browse {
  background: #EDEDED 0% 0% no-repeat padding-box;
  border: 1px solid #8E8E8E3C;
  border-radius: 5px;
  color: #000000;
  padding: 8px 12px 3px;
  cursor: pointer;
  margin-right: 19px;
}
.woocommerce-edit-account.woocommerce form .form-row input[type="file"] {
  background: #F6F6F6 0% 0% no-repeat padding-box;
  border: 1px solid #C8C8C869;
  border-radius: 8px;
  color: #000000;
  padding: 8px 11px 8px !important;
  outline: none;
  box-shadow: none;
}
.login-page .form-row {
  width: 100%;
  max-width: 100%;
}
.woocommerce-billing-fields.row {
  padding: 0;
  margin: 0px;
}
.woocommerce-edit-account.woocommerce form .form-row label + br {
  display: none;
}
.woocommerce-edit-account.woocommerce form .show-password-input {
  position: absolute;
  right: 13px;
  top: 31px !important;
  cursor: pointer;
  margin: 0px !important;
  left: auto;
}
.dashboard-section h2 {
  font-size: 36px;
  line-height: 44px;
  color: #000000;
  text-align: left;
  margin-bottom: 35px;
  font-weight: 600;
}
.woocommerce-Button.button {
  line-height: normal;
}
.page-template-template-partner-dashboard .myaccountsavesearch .delet-button.cursor-pointer {
  display: block;
}
.page-numbers-no.current {
  text-align: center;
}
.notif-counter {
  padding: 0px 0px !important;
  border-radius: 50% !important;
  vertical-align: middle !important;
  margin-left: 6px !important;
  display: inline-flex !important;
  width: 22px !important;
  height: 22px !important;
  text-align: center !important;
  justify-content: center !important;
  align-items: center !important;
  line-height: 12px !important;
  flex-wrap: wrap !important;
}
.partner-notifications {
  margin: 30px 0px;
  padding: 0px;
}
.partner-notifications li {
  list-style: none;
    margin-bottom: 20px;
    padding-left: 25px;
    font-size: 14px;
    color: #000;
    position: relative;
    border-bottom: solid 1px #e9e9e9;
    padding-bottom: 15px;
}
a.mark-read {
    background: #FFCF2E;
    margin-top: 7px;
    font-size: 13px;
    font-weight: 500;
    padding: 9px 15px 6px;
    border-radius: 6px;
    color: #000;
    text-decoration: none;
    line-height: normal;
    display: table;
}
.partner-notifications li strong {
  font-weight: bold;
    font-size: 14px;
    line-height: normal;
}
.partner-notifications li em {
    display: block;
    font-style: normal;
    margin: 7px 0px 2px;
    font-weight: 500;
}
.partner-notifications li:before {
  content: "";
    position: absolute;
    left: 0px;
    top: 4px;
    width: 15px;
    height: 15px;
    background: url(../images/accordian-arrow-down.svg) no-repeat;
    background-size: 15px;
    rotate: -90deg;
}
.page-numbers {
  text-align: center;
  border-radius: 6px !important;
}
.login-page p.form-row {
  margin-bottom: 0px;
}
.check-box {
  position: relative;
      max-width: 15px;
    margin: auto;
}
.check-box input {
  position: absolute;
  opacity: 0;
  z-index: 4;
  cursor: pointer;
}
.check-box label  {
  width: 15px;
    height: 15px;
    border-radius: 3px;
    border: solid 1px #8E8E8E;
    background: #fff;
    margin: auto;
    display: table;
}
.check-box label:after {
    content: "";
    left: 9px;
    top: 6px;
    width: 5px;
    height: 10px;
    border: solid #ffcf2e;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
    position: absolute;
}
.check-box input:checked + label:after {
    opacity: 1;
}
.p-availability > label {
  width: 100%;
}
.p-availability span.toggle-status-message {
    font-size: 12px !important;
}

@-moz-document url-prefix() {
  .input-sec input[type="file"] {
    padding: 12px 11px 10px !important;
  }
  .woocommerce-edit-account.woocommerce input[type="file"] {
    padding: 13px 11px 11px !important;
  }
}

#partner-registration-form label.error {
    color: #dc3545;
    font-size: 12px;
    margin-top: 5px;
    display: block;
    position: relative;
    top: 0;
    font-weight: 400;
    text-align: left;
}

/* added */

.tab-content h3 {
  font-size: 36px;
  line-height: 51px;
  color: #000;
  font-weight: 600;
  margin: 0 0 30px;
}
.shop_table thead {
  border-top: 1px solid #7070703B;
  border-bottom: 1px solid #7070703B;
}
.shop_table thead tr th {
  padding: 17px 10px;
  color: #5C5C5C;
  font-size: 12px !important;
  line-height: 22px;
  font-weight: 600 !important;
}
.shop_table tbody td {
  border: 0;
   padding: 12px 10px;
  font-size: 12px;
  line-height: 22px;
  font-weight: 500;
  color: #000;
  font-family: "Montserrat", sans-serif;
}
.shop_table tbody td a{
  color: #000;
  text-decoration: none;
}
.shop_table tbody {
  background: transparent !important;
}
.shop_table tbody select {
 background: transparent;
  border-radius: 8px;
  color: #000;
  font-size: 12px;
  line-height: 16px;
  font-weight: 600;
  margin: 0;
  padding: 13px 20px 10px;
  border: 1px solid #C8C8C8;
}
.generate-lpo-btn {
  background: #FFCF2E;
  border-radius: 100px;
  color: #000;
  font-size: 10px;
  line-height: 16px;
  font-weight: 600;
  margin: 0;
  padding: 12px 24px 11px;
}

.lpo-btn{
  background: #FFCF2E;
  border-radius: 100px;
  color: #000;
  font-size: 12px;
  line-height: 16px;
  font-weight: 600;
  margin: 0;
  padding: 14px 24px 11px;
  border-style: none;
}
 .lpo-btn:hover {
  background: #FFDD6C;
  color: #fff;
  outline: none;
  border: 1px solid #FFB81A;
}
html body #car-note-alert {
  width: 500px !important;
  position: fixed !important;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
  margin: 0 !important;
  border: 0 !important;
  background: #ffffff !important;
  padding: 20px !important;
  border-radius: 8px !important;
  box-shadow: 0 4px 20px rgba(0,0,0,0.3) !important;
  z-index: 10000 !important;
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
html body #car-note-alert h3 {
  font-size: 22px !important;
  margin: 0 0 15px 0 !important;
  color: #333 !important;
}
html body #car-note-alert .car-note-text {
  margin: 15px 0 !important;
  padding: 10px !important;
  background: #f9f9f9 !important;
  border: 1px solid #ddd !important;
  border-radius: 4px !important;
  white-space: pre-wrap !important;
  font-size: 14px !important;
  line-height: 1.4 !important;
  min-height: 60px !important;
}
html body #car-note-alert button {
  background: #FFCF2E !important;
  border-radius: 100px !important;
  color: #000 !important;
  font-size: 12px !important;
  line-height: 16px !important;
  font-weight: 600 !important;
  margin-top: 15px !important;
  padding: 8px 24px 7px !important;
  border: none !important;
  cursor: pointer !important;
}
html body #car-note-backdrop {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  background: rgba(0,0,0,0.5) !important;
  z-index: 9999 !important;
  display: block !important;
}

/* color change */

 .received-orders-pagination {
        margin: 28px 0 0;
    }
    .received-orders-pagination .page-numbers {
        display: inline-block;
        margin: 0 2px;
        padding: 6px 12px;
        border: 1px solid #C4C4C4;
        background: #fff;
        color: #000;
        cursor: pointer;
        border-radius: 6px;
    }
    .received-orders-pagination .page-numbers.current {
        background:#FACF2F;
        color: #000;
    }
 
    /* Processing Status */
    .status-pending, .status-processing {
        background-color:#FFD4A8;
       color: #000;
  border-radius: 8px;
  padding: 6px 11px;
    }
    
    /* Completed Status */
  .status-completed {
  background: #CDFDD0;
  color: #000;
  border-radius: 8px;
  padding: 6px 11px;
}
    
    /* Rejected Status */

    .status-rejected {
       background:#FFBFBF;
  color: #000;
  border-radius: 8px;
  padding: 6px 11px;
    }

  .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;
}
.prev.page-numbers {
  padding: 11px 15px 11px 23px !important;
}
    
    
    /* Mobile responsive table styles for received orders */


    @media (max-width: 1200px) {
        .woocommerce-orders-table.shop_table {
            border: 0;
            width: 50%;
        }
        
        .woocommerce-orders-table.shop_table thead {
            display: none;
        }
        
        .woocommerce-orders-table.shop_table tbody,
        .woocommerce-orders-table.shop_table tr,
        .woocommerce-orders-table.shop_table td {
            display: block;
        }
        
        .woocommerce-orders-table.shop_table tr {
          border-top: 1px solid #ccc;
          padding: 30px 0;
          background: transparent;
        }
        
        .woocommerce-orders-table.shop_table td {
            border: none;
            padding: 8px 0;
            display: flex;
            justify-content:start;
            align-items: center;
        }
        
        .woocommerce-orders-table.shop_table td:last-child {
            border-bottom: none;
        }
        
        .woocommerce-orders-table.shop_table td:nth-child(1):before {
            content: "Order:";
        }
        
        .woocommerce-orders-table.shop_table td:nth-child(2):before {
            content: "Product:";
        }
        
        .woocommerce-orders-table.shop_table td:nth-child(3):before {
            content: "Date:";
        }
        
        .woocommerce-orders-table.shop_table td:nth-child(4):before {
            content: "Status:";
        }
        
        .woocommerce-orders-table.shop_table td:nth-child(5):before {
            content: "Customer:";
        }
        
        .woocommerce-orders-table.shop_table td:nth-child(6):before {
            content: "Total:";
        }
        
        .woocommerce-orders-table.shop_table td:nth-child(7):before {
            content: "Action:";
        }
        
        .woocommerce-orders-table.shop_table td:before {
           color: #5C5C5C;
            flex: 0 0 40%;
            font-size: 12px;
            line-height: 22px;
            font-weight: 400;
        }
        
        .woocommerce-orders-table.shop_table td .generate-lpo-btn,
        .woocommerce-orders-table.shop_table td .order-action-dropdown {
            margin-left: auto;
        }
    }



 @media (max-width:575px) {
  .woocommerce-orders-table.shop_table {
    width: 100%;
  }
  .tab-content h3 {
  font-size: 30px;
  line-height: 36px;
  margin: 0 0 20px;
}
}
.seal img, .second-logo img{
  max-width:130px;
}

form .mo-openid-app-icons {display: none;}

  .lpomodal .outer-container{
    max-width: 1200px;
    background-color: #fff9ed;
    background-image: linear-gradient(0deg, #fff, #fff9ed);
    margin: 0 auto 0px;
    padding: 0 15px;
    font-family: "Montserrat", sans-serif;
}
.lpomodal .logo-top{
    text-align: center;
    padding-top: 47px;
    margin-bottom: 43px;
}
.lpomodal .header {
    border-bottom: 2px solid #DBD0BD;
    padding-bottom: 40px;
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    line-height: 15px;
    margin-bottom: 64px;
    align-items: center;
}
.lpomodal .header span{
    padding-top: 5px;
    display: inline-block;
}
.lpomodal .outer-container h2{
color: #000;
font-size: 35px;
line-height: normal;
font-weight: 600;
text-align: center;
margin-bottom: 64px;
}
.lpomodal .outer-container h3{
color: #000;
font-size: 18px;
line-height: normal;
font-weight: 600;
margin-bottom:18px;
}
.lpomodal .outer-container ul{
    padding-left:1rem;
}
.lpomodal .outer-container li{
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 8px;
}
.lpomodal .name-block {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    margin-bottom: 17px;
}
.lpomodal .name-block span{
    font-weight: normal;
    color: #000000;
}
.lpomodal .table-block {
    margin-bottom: 41px;
    border: 1px solid;
    border-color: #B7B7B7;
    border-radius: 0;
    overflow: auto;
}
.lpomodal .table-block table{
    font-size: 12px;
    font-family: "Montserrat", sans-serif;
    background: transparent;
    overflow: hidden;
    border-radius: 10px;
}
.lpomodal .table-block table h4{
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    margin-bottom: 0;
}
.lpomodal .table-block table .thead{
    font-weight: 500;
}
.lpomodal .table-block table tr th{
    padding: 17px;
    font-weight: 500;
}
.lpomodal .table-block table td{
    padding: 17px;
    font-weight: 600;    
}
.lpomodal .adredss-seal {
    display: flex;
    gap: 30px;
    align-items: center;
    margin-bottom: 90px;
}
.lpomodal .modal-content {
      background-color: #fff;
      margin: 5% auto;
      padding: 20px;
      border: 1px solid #888;
      max-width: 75%;
    }

    .lpomodal .close {
      color: #aaa;
      float: right;
      font-size: 28px;
      font-weight: bold;
      cursor: pointer;
    }

    .lpomodal .close:hover {
      color: black;
    }

    .lpomodal #pdf-preview {
      padding: 20px;
      background: white;
      border: 1px solid #ccc;
    }

    .lpomodal #company-logo {
      max-width: 100px;
      display: block;
      margin-bottom: 10px;
    }

    .lpomodal .receipt-header {
      display: flex;
      justify-content: space-between;
      align-items: center;
    }

    .lpomodal .receipt-title {
      text-align: center;
      margin: 20px 0;
    }

.modal .close {
  margin: 0 0 0 auto;
} 
.partner-notifications li p {
  max-width: 300px;
}

.login-container .input-group {
  display: inline-block;
}
.main-h {
  margin-bottom: 35px;
}

.dashboard-section .main-h h2 {
  margin: 0 0 15px;
}
.dashboard-section .main-h p {
  font-size: 14px;
  font-weight: 400;
  text-align: left;
}
.shop_table {
    width: 100% !important;
}
.products table td {
  border: 0;
}
.products table tr {
  border-bottom: 1px solid #D9DDE3;
}
.gallery-photos label {
  margin: 0 0 20px;
}
.tab-content .dashboard-h h3 {
  font-size: 20px;
  line-height: 25px;
  font-weight: 400;
  margin: 0;
}
.tab-content .dashboard-h h3 span {
  line-height: normal;
  margin: 0 ;
}
.tab-content .dashboard-h h4 {
  margin: 0;
}
.login-page .form-row label.error {
  top: 4px;
}
.add-product img {
  margin: 0 11px 0 0;
}


.gallery-photos label span {
  display: inline;
}

.gallery-photos .image-wrapper .img-box {
  flex-wrap: wrap;
}
.gallery-photos .image-wrapper .error {
  width: 100%;
}


@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .tinv-wishlist .product-stock span {
    display: block !important;
  }
}


@media only screen and (max-width: 991px){
 .login-container {
    margin: 0 auto !important; 
}

}

@media only screen and (max-width: 575px)
{
  .woocommerce-edit-account form.woocommerce-EditAccountForm.edit-account .form-row {
  width: 100%;
}
  .add-product {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 12px;
  }
  .add-product .add-product-btn {
  margin: 0;
        padding: 13px 20px;
}
 .products .mobile-table tr td {
    width: 100% !important;
  }
    .products .mobile-table tr:nth-child(2) td {
    padding-bottom: 0;
  }
  .products table tr {
  border-bottom: 0;
}
.p-name img {
  width: 45px;
  height: 45px;
}
.lpomodal .modal-content {
      max-width: 95%;
      padding: 20px 10px;
}
    .lpomodal .header {
  flex-wrap: wrap;
}
.lpomodal .header .second-logo {
  margin: 0 0 20px;
}
.lpomodal .outer-container h2 {
  font-size: 20px;
}
.pofdashboard form b, strong {
  font-size: 16px;
  line-height: 18px;
}
.lpomodal .table-block table h4 {
  font-size: 14px;
}
.lpomodal .header {
  margin-bottom: 45px;
}
.lpomodal .outer-container h2 {
  margin-bottom: 45px;
}
.lpomodal .adredss-seal {
  margin-bottom: 60px;
}
p.form-row.state-class {
    max-width: 100%;
}
.dashboard-section h2 {
  margin-bottom: 20px;
}
 .search-container input {
    margin: 0 0 7px;
  }
  .products .p-sec {
  margin-bottom: 35px;
}
  .search-container input {
    margin: 0;
  }
.search-container input::placeholder {
  color: #8D8D8D;
  font-size: 14px;
}
.products .mobile-table .check-box label {
  width: 23px;
  height: 23px;
}
.products .mobile-table .check-box {
  margin: 0;
}
   
}
@media only screen and (max-width: 358px){
   .add-product .add-product-btn {
    padding: 14px 12px;
  }
}


.confirm-order-btn {
  background: #CDFDD0;
  color: #000 !important;
  border-radius: 8px;
  padding: 6px 11px;
  text-transform: capitalize;
  border: 0 !important;
}
    .order-completed-text {
        color: #000;
        border-radius: 8px;
       
    }
    .order-rejected-text {
        background: #F8D7DA;
        color: #721C24;
        border-radius: 8px;
        padding: 6px 11px;
    }
    .order-pending-text {
        color: #856404;
        background: #FFF3CD;
        border-radius: 8px;
        padding: 6px 11px;
        font-weight: 500;
    }

 .shop_table tbody select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url(../images/selectarrow.svg) no-repeat right 15px center;
}
.tab-content form select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url(../images/selectarrow.svg) no-repeat right 15px center;
}
.products .p-sec .search-container form .error {
  position: absolute;
  bottom: -22px;
  left: 19px;
  font-size: 12px;
}
.products .p-sec .search-container .clear-search {
  display: inherit;
  position: absolute;
  right: 10px;
  background: none;
  border-style: none;
  transform: translateY(-50%);
  top: 50%;
}

.form-group .file-input {
  flex-wrap: wrap;
}
.form-group .file-input .error {
  width: 100%;
  display: block;
  padding-left: 0;
}
.main-content .desktop-table .check-box label {
    cursor: pointer;
    margin: 0;
    width: 23px;
    height: 23px;
    border: 1px solid #8E8E8E !important;
    border-radius: 6px !important;
    color: #8E8E8E;
    display: inline-block;
}
.desktop-table .p-availability > label {
    display: flex;
    align-items: center;
}
.radio-button-label:active {
  border-color:#FFCF2E;
}
.radio-button-label input[type="radio"]:checked + .radio-button-label {
  border-color:#FFCF2E;
}
.radio-button-label:has(input[type="radio"]:checked) {
  border-color: #FFCF2E;
}
.search-container input::placeholder {
  font-size: 14px;
  color: #8D8D8D;
}
.login-page input::placeholder {
    color: #C4C4C4;
}
.login-page textarea::placeholder {
    color: #C4C4C4;
}
.order-link-with-note{
    font-size: 12px;
    color: #000000;
    text-decoration: underline!important;
}
.add-vehicle-sec .unique_feature_section .img-box {
  flex-wrap: wrap;
}
.add-vehicle-sec .unique_feature_section .error {
  display: block;
  width: 100%;
  margin: 16px 0 0;
}
.add-vehicle-sec .specifications .form-group {
  width: 100%;
}
.add-vehicle-sec .specifications .flex-div {
  flex-wrap: wrap;
}
.add-vehicle-sec .specifications .error {
  display: block;
  width: 100%;
  margin: 16px 0 0;
}
.add-vehicle-sec .specifications .img-box {
  flex-wrap: wrap;
}

.add-vehicle-sec .your-offerings .flex-div {
  flex-wrap: wrap;
}

.add-vehicle-sec .your-offerings .error {
  display: block;
  width: 100%;
  margin: 16px 0 0;
}
.add-vehicle-sec .your-offerings .img-box {
  flex-wrap: wrap;
}
.add-vehicle-sec .your-offerings .form-group {
  width: 100%;
}
.wc-register-form form .error {
  color: red;
  top: 4px;
  font-weight: 400;
  font-size: 12px;
}
.input-sec.col-md-12.agentL2 {
  display: flex;
  flex-wrap: wrap;
}
.container.clsagent table {
  margin-top: 20px;
}
.oneall_social_login{
    display: none ;
}
body.woocommerce-page .oneall_social_login{
    display: block;
}

/* 28-07-2025 bug fixes*/


.wc-register-form .input-sec .input-group .success {
  font-size: 12px;
  margin-top: 10px;
  display: block;
  color: green;
}
.wc-register-form .success-agmttype {
  font-size: 12px;
  margin-top: 10px;
  display: block;
  color: green;
}

.login-container ul.error
 {
  padding: 0px;
 }

.login-container ul li.error
 {
    color: red;
    list-style: none;
    border: 1px solid;
    padding: 10px;
}

@media (max-width: 767px){
  .dashboard-h {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
  }
  .tab-content .dashboard-h h3 {
    font-size: 18px;
  }
  .dashboard-h h4 {
    font-size: 16px;
  }

}

@media (max-width: 370px){
  .tab-content .dashboard-h h3 {
    font-size: 16px;
  }
  .dashboard-h h4 {
    font-size: 14px;
  }

}