.wcfm-membership-wrapper {
  padding: 0;
  background-color: transparent;
  box-shadow: none;
  width: 100%;
  margin: 0;
}
.wcfm_dashboard_item_title {
  text-transform: capitalize;
}
body .wcfm_buttons {
  top: 0;
  bottom: auto;
  left: 0;
  right: auto;
  border-radius: 0;
  font-size: 14px;
  line-height: 20px;
  padding: 2px 3px;
  background-color: rgba(0, 0, 0, 0.1);
  z-index: 1;
}
body .wcfm_buttons .wcfm_button {
  font-size: inherit;
  line-height: inherit;
  height: auto;
  width: auto;
  border-radius: 0;
  padding: 0 5px;
  color: inherit;
}
body .wcfm_buttons .wcfm_button:hover {
  color: #000;
}
body.wcfm-store-page #primary {
  width: 100% !important;
  padding: 60px 0 !important;
  box-shadow: 0 1px #eee inset !important;
}
body .wcfm_dashboard_stats_block a {
  text-decoration: none;
}
.wcfm_popup_form input[type="text"],
body #wcfm-main-contentainer input[type="number"],
body #wcfm-main-contentainer input[type="password"],
body #wcfm-main-contentainer input[type="search"],
body #wcfm-main-contentainer input[type="text"],
body #wcfm-main-contentainer input[type="time"],
body #wcfm-main-contentainer select,
body #wcfm-main-contentainer textarea,
body .wcfm_popup_form select {
  font-size: 16px;
  font-weight: 400;
  box-shadow: none !important;
  border-radius: 4px !important;
  border: 1px solid #d2cfae !important;
}
#wcfm_membership_container input[type="text"]:focus,
#wcfm_membership_container input[type="password"]:focus,
#wcfm_membership_container select:focus,
#wcfm_membership_container input[type="number"]:focus,
#wcfm_membership_container input[type="time"]:focus,
#wcfm_membership_container input[type="search"]:focus,
#wcfm_membership_container textarea:focus {
  background-color: #f6f5ee !important;
  border: 1px solid #d2cfae !important;
  box-shadow: 0 0 0 1px #d2cfae !important;
}
#wcfm_membership_container input[type="text"]::placeholder,
#wcfm_membership_container input[type="password"]::placeholder,
#wcfm_membership_container select::placeholder,
#wcfm_membership_container input[type="number"]::placeholder,
#wcfm_membership_container input[type="time"]::placeholder,
#wcfm_membership_container input[type="search"]::placeholder,
#wcfm_membership_container textarea::placeholder {
  color: #999999;
}
body #wcfm-main-content {
  padding: 0;
  max-width: 100%;
}
body #wcfm-main-contentainer {
  margin: 0;
}
body #wcfm-main-contentainer .wcfm-collapse {
  padding-bottom: 60px;
}
body #wcfm-main-contentainer .wcfm_membership_boxes {
  margin-top: 30px;
}
body #wcfm-main-contentainer .dataTables_wrapper .select2-container,
body #wcfm-main-contentainer .select2-container {
  box-shadow: none;
}
body #wcfm-main-contentainer .dataTables_wrapper .select2-container .select2-selection,
body #wcfm-main-contentainer .select2-container .select2-selection {
  height: auto;
  display: flex;
  align-items: center;
  padding-left: 0 !important;
  padding-right: 0 !important;
  /* box-shadow: 0 0 0 1px #e6e6e6 inset; */
}
#wcfm-main-contentainer input.wcfm_bulk_mark_delete,
body #wcfm-main-contentainer input.wcfm_bulk_mark_read {
  padding: 8px 15px !important;
  margin: 5px 0 !important;
  margin-inline-start: 10px !important;
}
#wcfm-main-contentainer .dataTables_wrapper .dt-buttons .dt-button,
#wcfm-main-contentainer .wcfm_add_attribute,
#wcfm-main-contentainer .wcfm_add_attribute_term,
#wcfm-main-contentainer .wcfm_add_category_bt,
#wcfm-main-contentainer a.wcfm_submit_button,
#wcfm-main-contentainer button.wcfm_submit_button,
#wcfm-main-contentainer input.remove_button,
#wcfm-main-contentainer input.upload_button,
#wcfm_bulk_edit_button,
#wcfm_enquiry_submit_button,
#wcfm_vendor_approval_response_button,
body #wcfm-main-contentainer input.wcfm_submit_button {
  line-height: 1;
  text-decoration: none;
  padding: 17px 33px !important;
  border-radius: 0;
  border: none;
  box-shadow: none;
  text-shadow: none;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.2px;
}
body #wcfm-main-contentainer input.remove_button {
  line-height: 1;
  padding: 4px 5px !important;
  padding-inline-start: 6px !important;
}
body #wcfm-main-contentainer .dataTables_wrapper .dt-buttons .dt-button {
  margin-top: 9px;
}
#wcfm-main-contentainer .dataTables_wrapper input[type="text"].wcfm-text,
#wcfm-main-contentainer .dataTables_wrapper select,
#wcfm-main-contentainer .wcfm-date-range,
#wcfm-main-contentainer .wcfm_filters_wrap .select2-container,
#wcfm-main-contentainer .wcfm_products_filter_wrap .select2-container,
#wcfm-main-contentainer .wcfm_products_stock_manage_filter_wrap .select2-container,
#wcfm_appointment_status,
#wcfm_booking_status,
#wcfm_change_vendor_membership,
#wcfm_subscription_status,
body #wcfm-main-contentainer .wcfm_enquiry_filter_wrap .select2-container,
body #wcfm_order_status {
  margin: 5px;
}
body #wcfm-main-contentainer .wcfm_enquiry_filter_wrap .select2-selection--single,
body #wcfm-main-contentainer .wcfm_products_filter_wrap .select2-selection--single,
body #wcfm-main-contentainer .wcfm_products_stock_manage_filter_wrap .select2-selection--single {
  margin: 0;
}
body #wcfm-main-contentainer .dataTables_wrapper #wcfm-media_length select {
  vertical-align: inherit;
}
body #wcfm-main-contentainer .wcfm_filters_wrap {
  vertical-align: top;
}
body #wcfm-main-contentainer .page_collapsible label {
  line-height: inherit;
  margin-bottom: 0;
}
body #wcfmmp-store a {
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
body #wcfmmp-store .ordering-wrap .ordering-title {
  padding: 3px 0;
  line-height: inherit;
}
body #wcfmmp-store .widget:not(:last-child) {
  padding-bottom: 30px;
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 30px;
}
body #wcfmmp-store .sidebar_heading {
  margin-bottom: 16px;
}
body #wcfmmp-store .sidebar_heading h4 {
  font-size: 18px;
  line-height: 24px;
  color: #000 !important;
  text-transform: none;
  margin-top: -4px;
}
body #wcfmmp-store .sidebar_heading h4:last-child {
  margin-bottom: 0;
}
body #wcfmmp-store input[type="search"] {
  width: 100%;
}
body #wcfmmp-store .categories_list ul li {
  margin: 8px 0;
}
body #wcfmmp-store .categories_list ul li.parent_cat a {
  font-size: 14px;
}
body #wcfmmp-store .categories_list ul li a {
  font-size: inherit;
}
body #wcfmmp-store .wcfmmp-store-map {
  z-index: 1;
}
body #wcfmmp-stores-lists .wcfmmp-store-list-map {
  z-index: 1;
}
body #wcfmmp-store .chosen-container .chosen-results {
  padding: 0;
}
body #wcfmmp-store .chosen-container .chosen-results li {
  padding: 8px 10px;
}
body #wcfmmp-store ins {
  background-color: transparent;
}
body #wcfmmp_store_orderby,
body .wcfmmp-store-search-form #wcfmmp_store_state,
body .wcfmmp-store-search-form .select2-container,
body .wcfmmp-store-search-form .wcfmmp-search-box,
body .wcfmmp-store-search-form input#search,
body .wcfmmp-store-search-form input.wcfm-search-field,
body .wcfmmp-store-search-form input.wcfmmp-radius-addr,
body .wcfmmp-store-search-form select#wcfmmp_store_category,
body .wcfmmp-store-search-form select#wcfmmp_store_country {
  box-shadow: none;
  border-radius: 0;
  height: auto;
  max-width: 95%;
}
body .wcfmmp-store-search-form .select2-container--default .select2-selection--single {
  box-shadow: none;
  display: flex;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
}
body .store-data-container .store-phone {
  line-height: 21px;
}
body .store-data-container .store-phone i {
  vertical-align: top;
}
body #wcfmmp-stores-wrap ul.wcfmmp-store-wrap li {
  margin: 0 0 30px;
}
body #wcfmmp-stores-wrap ul.wcfmmp-store-wrap li a.wcfmmp-visit-store {
  border: none;
}
body #wcfmmp-stores-wrap ul.wcfmmp-store-wrap li .store-content .store-info {
  opacity: 1;
  height: 220px !important;
}
body #wcfmmp-stores-wrap ul.wcfmmp-store-wrap li .store-content .store-info::after {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.1);
}
body #wcfmmp-stores-wrap ul.wcfmmp-store-wrap li .store-data h2 {
  margin-top: 0 !important;
}
body #wcfmmp-stores-wrap ul.wcfmmp-store-wrap li .store-data h2 a {
  color: #fff !important;
}
body #wcfmmp-stores-wrap ul.wcfmmp-store-wrap li .store-data .wcfmmp-store-rating:before {
  color: #fff;
  opacity: 0.5;
}
body .vendor_rating .wcfmmp-store-rating,
body .wcfmmp_sold_by_container .wcfmmp-store-rating {
  display: inline-block;
  vertical-align: top;
}
body #wcfm-main-contentainer #wcfm_settings_form_payment_head label.wcfmfa {
  line-height: 22px;
}
body .wcfmmp_sold_by_wrapper img.wcfmmp_sold_by_logo {
  width: 24px !important;
}
body #wcfmmp-store ul {
  padding: 0;
}
body #wcfmmp-store ul.shop-page {
  padding: 0;
  margin: 0 -15px 10px;
}
body #wcfmmp-store .product_area .products-wrapper ul li.product {
  padding: 0 15px;
  margin-bottom: 30px;
}
body #wcfmmp-store .widget .product_list_widget > li > a:not(.remove) ~ * {
  padding-inline-start: 0;
}
body #wcfmmp-store .left_sidebar {
  padding-left: 15px;
  padding-right: 15px;
}
body #wcfmmp-store ul li {
  padding-top: 8px;
  padding-bottom: 8px;
}
body #wcfmmp-store .right_side {
  padding-left: 30px;
  padding-right: 30px;
}
body .wcfm_ele_wrapper {
  width: 100%;
}
body .ui-slider-horizontal {
  height: 3px;
  border: none;
  background: rgba(139,148,121,0.5);
}
body .ui-slider-horizontal .ui-slider-range {
  background: var(--main-color);
}
body .ui-slider-horizontal .ui-slider-handle {
  background: var(--main-color) !important;
  width: 12px;
  height: 12px;
  border: none !important;
  top: -4px;
  margin: 0;
  cursor: e-resize;
  -ms-touch-action: none;
  touch-action: none;
}
body.wcfm-store-list-page #main {
  padding-bottom: 40px !important;
}
body.wcfm-store-page #main {
  width: 100% !important;
  padding: 0 15px !important;
  margin: 0 auto !important;
}
#wcfm_membership_container p.wcfm_title {
  width: 25% !important;
  float: left;
}
#wcfm_membership_container p.wcfm_title.agree_terms {
  width: 70% !important;
}
#wcfm_membership_container p.wcfm_title .fa-question {
  width: 16px;
  height: 16px;
  background-image: url("https://stage.huntandgathermarketplace.com/wp-content/uploads/2025/05/information-button.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  border: 0;
}
#wcfm_membership_container p.wcfm_title .fa-question:before {
  display: none;
}
#wcfm_membership_container input[type="text"],
#wcfm_membership_container input[type="file"],
#wcfm_membership_container input[type="password"],
#wcfm_membership_container select,
#wcfm_membership_container input[type="number"],
#wcfm_membership_container input[type="time"],
#wcfm_membership_container input[type="search"],
#wcfm_membership_container textarea,
#wcfm_membership_container .select2-container {
  width: 75% !important;
  height: 45px;
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: 400;
}
#wcfm_membership_container .wcfm_email_verified,
#wcfm_membership_container .wcfm_sms_verified,
#wcfm_membership_container .wcfm_store_slug_verified,
#wcfm-main-contentainer input#terms,
#wcfm_membership_container #password_strength {
  margin-left: 25%;
  float: left;
  width: 100%;
}
#wcfm_membership_container .wcfm_store_slug_verified {
  margin-bottom: 15px;
}
/* #wcfm_membership_registration_form .wcfm-verification-opt .select2-container {
  width: 74% !important;
} */
body #wcfm-main-contentainer .select2-container .select2-selection {
  border-radius: 4px;
  min-height: 45px !important;
  margin-bottom: 0 !important;
  padding: 0 10px !important;
  height: 45px;
  border: 1px solid #d2cfae;
  font-size: 16px;
  font-weight: 400;
}
body #wcfm-main-contentainer .select2-container.select2-container--focus .select2-selection,
body #wcfm-main-contentainer .select2-container.select2-container--open .select2-selection {
  background-color: #f6f5ee !important;
  border: 1px solid #d2cfae !important;
  box-shadow: 0 0 0 1px #d2cfae !important;
}
#wcfm_membership_container input[type="text"].wcfm_validation_failed {
  margin-bottom: 5px;
}
body #wcfm-main-contentainer .select2-container .select2-selection ul.select2-selection__rendered {
  padding: 0 !important;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  margin-top: 0;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #8b9479;
  border: 1px solid #d2cfae;
  border-radius: 4px;
  padding: 0 10px;
  color: #fff;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  font-size: 18px;
  color: #fff;
  margin-right: 5px;
}
body #wcfm-main-contentainer #store_name {
  margin-bottom: 5px;
}
#wcfm_membership_registration_form .wcfm-verification-opt .select2-container .select2-search .select2-search__field,
#wcfm_membership_container .select2-search input[type="search"] {
  margin: 0 !important;
  padding: 0 !important;
  height: auto !important;
}
#wcfm_membership_container .select2-search input[type="search"] {
  min-height: 32px !important;
  border: 0 !important;
}
#wcfm_membership_container .select2-search input[type="search"]:focus {
  border: 0 !important;
  box-shadow: none !important;
  background: none !important;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #d2cfae;
  color: #100f0c;
}
#wcfm_membership_container input.wcfm_submit_button {
  background-color: var(--main-color);
  color: #fff;
  box-shadow: 0 0 0 2px var(--main-color) !important;
  outline: 0;
  border-radius: 4px !important;
  padding: 9px 40px 9px 40px !important;
  font-weight: 700;
}
#wcfm_membership_container input.wcfm_submit_button:hover {
  background-color: #fff;
  color: var(--main-color) !important;
  box-shadow: 0 0 0 2px var(--main-color) !important;
}
#wcfm-main-contentainer input.wcfm-checkbox,
#wcfm-main-contentainer input[type="checkbox"] {
  width: 20px !important;
  height: 20px;
}
#wcfm-main-contentainer input[type="checkbox"]:checked {
  border-color: #445d36;
  background: #445d36;
}
#wcfm-main-contentainer input[type="checkbox"]:checked:before {
  content: "" !important;
  display: inline-block;
  transform: rotate(45deg);
  position: relative;
  top: 0;
  left: 0;
  height: 14px;
  width: 8px;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
}

.jvectormap-tip,
.qtip-wcfm-core-css {
  background: #d2cfae;
  border-color: transparent;
  color: #000;
  border-radius: 6px;
}
.qtip-content {
  font-size: 14px;
  line-height: 16px;
  padding: 10px;
}
.qtip .qtip-tip {
  background-color: #d2cfae;
}
.qtip .qtip-tip canvas {
  background-color: #d2cfae;
}
#wcfm-main-contentainer input.wcfm-checkbox,
#wcfm-main-contentainer input[type="checkbox"] {
  border: 1px solid #865837;
  border-radius: 4px;
  box-shadow: none;
}
.terms_title.wcfm_title {
  margin-top: -4px !important;
  font-size: 16px !important;
  color: #100f0c !important;
  font-weight: 400 !important;
}
.terms_title.wcfm_title strong a {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: underline;
  letter-spacing: 1.2px;
  color: #100f0c;
}
.terms_title.wcfm_title strong a:hover {
  color: #445d36;
}
.wcfm .wcfm-message {
  border-radius: 8px;
  padding: 25px;
  line-height: 33px;
}
.wcfm .wcfm-message > span {
  position: relative;
  top: -2px;
}

@media (min-width: 768px) {
  body.wcfm-store-page #main {
    width: 750px !important;
  }
}
@media (min-width: 992px) {
  body.wcfm-store-page #main {
    width: 970px !important;
  }
  body #wcfmmp-store .left_sidebar,
  body #wcfmmp-store .right_sidebar {
    width: 270px;
  }
  body #wcfmmp-store .left_side,
  body #wcfmmp-store .right_side {
    width: calc(100% - 270px);
  }
}
@media (min-width: 1200px) {
  body.wcfm-store-page #main {
    width: 1200px !important;
  }
}
@media (max-width: 1199px) {
  body.wcfm-store-page #primary {
    padding: 40px 0 !important;
  }
  body #wcfm-main-contentainer .wcfm-collapse {
    padding-bottom: 40px;
  }
}
@media (max-width: 992px) {
  #wcfm_membership_container p.wcfm_title {
    width: 90% !important;
    float: none;
    margin-bottom: 3px !important;
  }
  #wcfm_membership_container input[type="text"],
  #wcfm_membership_container input[type="file"],
  #wcfm_membership_container input[type="password"],
  #wcfm_membership_container select,
  #wcfm_membership_container input[type="number"],
  #wcfm_membership_container input[type="time"],
  #wcfm_membership_container input[type="search"],
  #wcfm_membership_container textarea,
  #wcfm_membership_container .select2-container {
    width: 100% !important;
    float: none;
  }
  #wcfm_membership_container .wcfm_email_verified,
  #wcfm_membership_container .wcfm_sms_verified,
  #wcfm_membership_container .wcfm_store_slug_verified,
  #wcfm-main-contentainer input#terms,
  #wcfm_membership_container #password_strength {
    margin-left: 0;
    float: none;
  }
  .terms_title.wcfm_title {
    width: 90% !important;
    margin: 0 !important;
  }
}
@media (max-width: 767px) {
  body #wcfmmp-store ul.shop-page {
    margin: 0 -10px 10px;
  }
  body #wcfmmp-store .product_area .products-wrapper ul li.product {
    padding: 0 10px;
    margin-bottom: 20px;
  }
  body #wcfmmp-store .right_side {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 479px) {
  body #wcfmmp-store ul.shop-page {
    padding: 0;
    margin: 0 -5px 20px;
  }
  body #wcfmmp-store .product_area .products-wrapper ul li.product {
    padding: 0 5px;
    margin-bottom: 10px;
  }
  body #wcfmmp-store .address {
    max-width: 100%;
  }
}

