/*!***************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/scss/mode/wholesale/wholesale.scss ***!
  \***************************************************************************************************************************************************************************/
body.wholesale-mode .ast-below-header-bar .main-navigation ul li a.menu-link:hover, body.wholesale-mode .ast-below-header-bar .main-navigation ul li a.menu-link:focus {
  background-color: #711625;
}
body.wholesale-mode .anex-search label {
  display: flex;
  align-items: center;
  flex: 1;
  border: none;
  width: calc(100vw - 180px);
}
body.wholesale-mode .anex-search label input {
  border: none;
}
@media (min-width: 420px) {
  body.wholesale-mode .anex-search label {
    width: calc(100vw - 218px);
  }
}
@media (min-width: 920px) {
  body.wholesale-mode .anex-search label {
    width: calc(100vw - 600px);
  }
}
body.wholesale-mode .anex-search .anex-search-button {
  background-color: #c7c1c1;
  color: #000000;
}
body.wholesale-mode .anex-search .icon-arrow svg {
  fill: #000000;
}
body.wholesale-mode .anex-search .icon-search svg {
  fill: #000000;
}
body.wholesale-mode .anex-search .anex-search-button.categoryButton {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
body.wholesale-mode .anex-search .anex-search-button:last-of-type {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  flex: 0 0 auto;
}
body.wholesale-mode .anex-search .anex-category-menu {
  border: 1px solid #c7c1c1;
}

.anex-banner-carousel-wrapper .anex-banner-carousel-swiper-container .swiper-button-next,
.anex-banner-carousel-wrapper .anex-banner-carousel-swiper-container .swiper-button-prev {
  color: #a32238;
}

.swiper-container .swiper-button-next,
.swiper-container .swiper-button-prev {
  color: #a32238;
}

body.wholesale-mode .hidden {
  display: none !important;
}
body.wholesale-mode .anex-modal {
  position: fixed;
  inset: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.65);
  z-index: 9999;
}
body.wholesale-mode .anex-modal .anex-modal-content {
  background: #ffffff;
  max-width: 900px;
  width: 95%;
  padding: 2rem;
  border-radius: 12px;
  overflow-y: auto;
  max-height: 90vh;
}
body.wholesale-mode .anex-modal .anex-modal-close {
  position: absolute;
  top: 5rem;
  right: 5rem;
  background: #a32238;
  color: #ffffff;
  border: none;
  border-radius: 8px;
  font-size: 2rem;
  cursor: pointer;
}
body.wholesale-mode .anex-modal-product-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  align-items: start;
  padding: 1rem;
}
@media (max-width: 768px) {
  body.wholesale-mode .anex-modal-product-inner {
    grid-template-columns: 1fr;
  }
}
body.wholesale-mode .anex-modal-product-inner .anex-modal-gallery img {
  width: 100%;
  height: auto;
  display: block;
}
body.wholesale-mode .anex-modal-product-inner .anex-modal-summary .price {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 1rem;
}
body.wholesale-mode .anex-modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.15);
  z-index: 1;
}
body.wholesale-mode .anex-modal-content {
  position: relative;
  z-index: 2;
}

.quantity input {
  min-width: 40px;
}

#anex-bundle-modal > div.anex-modal-content > div > div.woocommerce-product-gallery.woocommerce-product-gallery--with-images.images {
  width: 50%;
}

body.home.wholesale-mode {
  background-color: #E3E6E6;
}

body.wholesale-mode form.anex-add-to-cart .anex-add-icon::before {
  content: "add";
  font-size: 15px;
}

.woocommerce-js ul.products li.product,
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
  border: 1px solid #f5f5f5;
  border-radius: 8px;
}
.woocommerce-js ul.products li.product:hover,
.woocommerce ul.products li.product:hover,
.woocommerce-page ul.products li.product:hover {
  box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 8px;
  transition: all 0.2s ease-in;
}

.woocommerce nav.woocommerce-pagination ul li span.current {
  background-color: #ffffff;
  color: #a32238;
}

.woocommerce-js nav.woocommerce-pagination ul li {
  border: 0;
}
.woocommerce-js nav.woocommerce-pagination ul li a {
  padding: 4px;
}
.woocommerce-js nav.woocommerce-pagination ul li span {
  padding: 4px;
}

#ast-scroll-top {
  background-color: #000000;
}

form.anex-add-to-cart .button,
form.anex-add-to-cart .button:disabled[disabled] {
  background-color: #a32238;
  color: #ffffff;
}

.woocommerce-js .quantity.buttons_added input[type=number] {
  height: 30px;
}

form.cart .flex-row .quantity.buttons_added {
  width: 100%;
}
form.cart .flex-row .quantity.buttons_added .minus,
form.cart .flex-row .quantity.buttons_added .plus {
  font-size: 20px;
  border: 0;
  background-color: #f5f5f5;
}
form.cart .flex-row .quantity.buttons_added .minus {
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
}
form.cart .flex-row .quantity.buttons_added .plus {
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
}
form.cart .flex-row .quantity.buttons_added .minus:hover, form.cart .flex-row .quantity.buttons_added .minus:focus,
form.cart .flex-row .quantity.buttons_added .plus:hover,
form.cart .flex-row .quantity.buttons_added .plus:focus {
  background-color: #c7c1c1;
}
form.cart .flex-row .quantity.buttons_added .input-text {
  border: 0;
  background-color: #f5f5f5;
}

/****************************  
          Programs
****************************/
@media (min-width: 990px) {
  .product-main .program-summary,
  .product-main .product-summary {
    width: 60%;
    padding: 1rem;
    grid-template-columns: 60% 40%;
    grid-template-rows: repeat(2, 1fr);
    grid-template-areas: "product-header anex-cart-sidebar" "product-details anex-cart-sidebar";
  }
}

.asnp_easy_product_bundle hr {
  display: none;
}

.ast-stock-detail {
  margin: 0;
}
.ast-stock-detail .ast-stock-avail {
  display: none;
}

/* Main content column */
@media (min-width: 920px) {
  .woocommerce #content .ast-woocommerce-container div.product div.images,
  .woocommerce .ast-woocommerce-container div.product div.images,
  .woocommerce-page #content .ast-woocommerce-container div.product div.images,
  .woocommerce-page .ast-woocommerce-container div.product div.images {
    width: 40%;
  }
}
.program-items-table {
  margin: 2rem auto;
}
.program-items-table h2 {
  font-size: 1.2rem;
  margin-bottom: 0.4em;
  font-weight: 700;
}
.program-items-table .program-items-table-wrapper {
  border: 1px solid #f5f5f5;
}
.program-items-table .table-header-row,
.program-items-table .item-info-row,
.program-items-table .table-footer-row {
  display: grid;
  grid-template-columns: 1fr 2fr 1fr 1fr 1fr;
  gap: 8px;
  justify-content: start;
  align-items: start;
  padding: 4px;
}
.program-items-table .table-header-row {
  box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 8px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.program-items-table .table-footer-row {
  box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 8px;
}
.program-items-table .table-header-row,
.program-items-table .table-footer-row {
  padding: 8px;
  align-items: center;
  font-weight: 700;
  white-space: nowrap;
}
.program-items-table .item-sku-cell a,
.program-items-table .item-name-cell a {
  color: #1075f1;
}
.program-items-table .item-sku-cell:hover, .program-items-table .item-sku-cell:focus,
.program-items-table .item-name-cell:hover,
.program-items-table .item-name-cell:focus {
  text-decoration: underline;
  color: #1075f1;
}
.program-items-table .item-name-cell {
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  flex: 3;
  overflow: hidden;
  text-align: start;
  text-decoration: none;
  text-overflow: ellipsis;
}
@media (min-width: 920px) {
  .program-items-table {
    width: 80%;
    margin: 2rem 0;
  }
}

.program-custom-wrapper .product-list-th {
  font-weight: 700;
  white-space: nowrap;
}
.program-custom-wrapper .product-list-td {
  font-weight: 700;
}

.vertical-scroll-table-wrapper {
  padding: 0 8px;
}
@media (min-width: 990px) {
  .vertical-scroll-table-wrapper {
    max-height: 25rem;
    overflow-y: scroll;
    box-sizing: border-box;
  }
}
.vertical-scroll-table-wrapper::-webkit-scrollbar {
  width: 4px;
}
.vertical-scroll-table-wrapper::-webkit-scrollbar-thumb {
  background: #f5f5f5;
  border-radius: 4px;
}
.vertical-scroll-table-wrapper::-webkit-scrollbar-thumb:hover {
  background: #c7c1c1;
}

@media (max-width: 520px) {
  .program-items-table-wrapper {
    overflow-x: scroll;
    width: 400px;
    margin-left: 0;
    box-sizing: border-box;
  }
}
.program-items-table-wrapper {
  overflow-x: auto;
}

/****************************  
    asnp_easy_product_bundle cards
****************************/
.asnp-App-GridItem-wrapper .asnp-bundle-item .asnp-BundleGridItem-ProductBox {
  border: 1px solid #f5f5f5;
  border-radius: 8px;
}
.asnp-App-GridItem-wrapper .asnp-bundle-item .asnp-BundleGridItem-ProductBox .asnp-BundleGridItem-product-info {
  align-items: flex-start;
  text-align: left;
  box-shadow: none;
  color: #000000;
}

.asnp-product-name {
  color: #000000;
}

/*************************
 Refill page 
*************************/
.program-refill-summary {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  grid-template-areas: "product-header" "anex-cart-sidebar" "product-thumbnails" "product-details" "product-specs";
}
.program-refill-summary .product-header {
  grid-area: product-header;
  height: fit-content;
}
.program-refill-summary .anex-cart-sidebar {
  grid-area: anex-cart-sidebar;
  border: none;
  padding: 0;
  height: fit-content;
}
.program-refill-summary .anex-cart-sidebar bdi {
  font-size: 1.5rem;
  font-weight: 500;
}
.program-refill-summary .anex-cart-sidebar button {
  margin: 1.25rem 0;
}
.program-refill-summary .product-thumbnails {
  grid-area: product-thumbnails;
  margin: 1.25rem 0;
}
.program-refill-summary .product-details {
  grid-area: product-details;
  margin: 1.25rem 0;
}
.program-refill-summary .product-specs {
  grid-area: product-specs;
  margin: 1.25rem 0;
}
@media (min-width: 990px) {
  .program-refill-summary {
    padding: 1rem;
    width: 60%;
  }
  .program-refill-summary .product-thumbnails {
    margin: 0;
  }
}

.product-thumbnails {
  min-width: 0;
  overflow: visible;
}

.anex-bundle-grid {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  gap: 0.5rem;
  width: 100%;
  padding-bottom: 1.25rem;
  scroll-snap-type: x mandatory;
}
.anex-bundle-grid .anex-bundle-item {
  flex: 0 0 auto;
  width: 150px;
  border: 1px solid #f5f5f5;
  border-radius: 8px;
  padding: 0.5rem;
  scroll-snap-align: start;
}
.anex-bundle-grid .anex-bundle-item:hover {
  box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 8px;
  transition: all 0.2s ease-in;
}
.anex-bundle-grid .anex-bundle-item a .anex-bundle-thumb img {
  box-shadow: none;
}
.anex-bundle-grid .anex-bundle-item a .anex-bundle-title {
  font-size: 0.8rem;
  text-align: left;
}
.anex-bundle-grid .anex-bundle-item:hover, .anex-bundle-grid .anex-bundle-item:focus {
  border: 1px solid #000000;
}
.anex-bundle-grid::-webkit-scrollbar {
  height: 6px;
}
.anex-bundle-grid::-webkit-scrollbar-track {
  background-color: #c7c1c1;
  border-radius: 10px;
}
.anex-bundle-grid::-webkit-scrollbar-thumb {
  background-color: #f5f5f5;
  border-radius: 10px;
}
.anex-bundle-grid::-webkit-scrollbar-thumb:hover {
  background: #c7c1c1;
}
.anex-bundle-grid {
  -ms-overflow-style: auto; /* IE/Edge */
  scrollbar-width: thin; /* Firefox */
  scrollbar-color: #f5f5f5;
}
@media (min-width: 920px) {
  .anex-bundle-grid {
    display: grid;
    grid-template-columns: repeat(4, 150px);
  }
}

button.button.anex-order-refill {
  color: #a32238;
  background-color: #ffffff;
  border: 1px solid #a32238;
  font-weight: 700;
  width: 100%;
}
button.button.anex-order-refill:hover {
  border: 1px solid #a32238;
  transition: all 0.2s ease-in-out;
}

/***********************************
      BUSINESS REGISTRATION
      Account page
      Business Registration Page
      B2B Form
************************************/
body.wholesale-mode .anex-content-area {
  margin-top: 20px;
  margin-bottom: 20px;
}
body.wholesale-mode .anex-content-area .breadcrumb-trail {
  margin-bottom: 20px;
}
body.wholesale-mode .anex-login {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 920px) {
  body.wholesale-mode .anex-login {
    flex-direction: row;
  }
}
body.wholesale-mode .anex-login .anex-login-info {
  border: 1px solid #f5f5f5;
  padding: 1.25rem;
  border-radius: 4px;
}
body.wholesale-mode .anex-login .anex-login-info form.login {
  border: none;
  padding: 0;
}
body.wholesale-mode .anex-login .anex-login-info form.login .form-row.flex {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
body.wholesale-mode .anex-login .anex-login-info form.login .form-row.flex div {
  text-align: center;
  margin-left: auto;
}
body.wholesale-mode .anex-login .anex-login-info form.login .form-row.flex div a {
  color: #1075f1;
}
body.wholesale-mode .anex-login .anex-login-info form.login .form-row.flex div a:hover, body.wholesale-mode .anex-login .anex-login-info form.login .form-row.flex div a:focus {
  text-decoration: underline;
}
body.wholesale-mode .anex-login .anex-business-application .business-application-wrapper {
  background: url("https://yellowgreen-skunk-998497.hostingersite.com/wp-content/uploads/2025/07/e-commerce-shop-online-homepage-sale-concept-scaled.jpg") no-repeat;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  width: 100%;
  height: 25.4rem;
  position: relative;
}
body.wholesale-mode .anex-login .anex-business-application .business-application-wrapper::before {
  content: "";
  background-color: rgba(0, 0, 0, 0.55);
  width: 100%;
  height: 100%;
  position: relative;
  top: 0;
  bottom: 0;
  border-radius: 4px;
}
body.wholesale-mode .anex-login .anex-business-application .business-application-wrapper .content-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
}
body.wholesale-mode .anex-login .anex-business-application .business-application-wrapper .content-container p {
  color: #ffffff;
  font-size: 1.25rem;
  margin-bottom: 1rem;
}
@media (min-width: 920px) {
  body.wholesale-mode .anex-login .anex-business-application {
    margin-bottom: 2rem;
  }
}
body.wholesale-mode .woocommerce-MyAccount-navigation {
  margin: 20px auto;
}
body.wholesale-mode .woocommerce-MyAccount-navigation .account-dropdown-toggle {
  display: block;
  padding: 8px;
  border: 1px solid #f5f5f5;
  border-radius: 4px;
  cursor: pointer;
  font-weight: bold;
}
body.wholesale-mode .woocommerce-MyAccount-navigation ul {
  display: none;
  padding: 0;
}
body.wholesale-mode .woocommerce-MyAccount-navigation ul li {
  border: none;
}
@media (min-width: 920px) {
  body.wholesale-mode .woocommerce-MyAccount-navigation {
    margin: auto;
  }
  body.wholesale-mode .woocommerce-MyAccount-navigation ul {
    display: block;
    position: static;
    border-right: 1px solid #f5f5f5;
  }
  body.wholesale-mode .woocommerce-MyAccount-navigation .account-dropdown-toggle {
    display: none;
  }
}
body.wholesale-mode .woocommerce-MyAccount-navigation ul.dropdown-open {
  display: block;
}
@media (min-width: 920px) {
  body.wholesale-mode .woocommerce-MyAccount-navigation,
  body.wholesale-mode .woocommerce-MyAccount-content {
    margin-top: 20px;
  }
}
body.wholesale-mode .business-registration .b2bking_b2bregistration_only_register_header {
  font-size: 18px;
}
body.wholesale-mode .woocommerce form.woocommerce-form-register.register {
  box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
  border-radius: 8px;
  padding: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 2rem;
}
body.wholesale-mode .woocommerce form.woocommerce-form-register.register > .woocommerce-form-row,
body.wholesale-mode .woocommerce form.woocommerce-form-register.register .b2bking_custom_registration_container {
  width: 100%;
}
body.wholesale-mode .woocommerce form.woocommerce-form-register.register .b2bking_custom_registration_container {
  width: 100%;
}
body.wholesale-mode .woocommerce form.woocommerce-form-register.register input,
body.wholesale-mode .woocommerce form.woocommerce-form-register.register select,
body.wholesale-mode .woocommerce form.woocommerce-form-register.register input.b2bking_custom_registration_field,
body.wholesale-mode .woocommerce form.woocommerce-form-register.register input.select2-search__field,
body.wholesale-mode .woocommerce form.woocommerce-form-register.register span.select2-selection {
  border: 1px solid #f5f5f5;
  background-color: #f5f5f5;
  border-radius: 4px;
}
body.wholesale-mode .woocommerce form.woocommerce-form-register.register input:hover, body.wholesale-mode .woocommerce form.woocommerce-form-register.register input:focus,
body.wholesale-mode .woocommerce form.woocommerce-form-register.register select:hover,
body.wholesale-mode .woocommerce form.woocommerce-form-register.register select:focus,
body.wholesale-mode .woocommerce form.woocommerce-form-register.register input.b2bking_custom_registration_field:hover,
body.wholesale-mode .woocommerce form.woocommerce-form-register.register input.b2bking_custom_registration_field:focus,
body.wholesale-mode .woocommerce form.woocommerce-form-register.register input.select2-search__field:hover,
body.wholesale-mode .woocommerce form.woocommerce-form-register.register input.select2-search__field:focus,
body.wholesale-mode .woocommerce form.woocommerce-form-register.register span.select2-selection:hover,
body.wholesale-mode .woocommerce form.woocommerce-form-register.register span.select2-selection:focus {
  border: 1px solid #c7c1c1;
}
body.wholesale-mode .woocommerce form.woocommerce-form-register.register button[type=submit] {
  width: 50%;
}
@media (min-width: 520px) {
  body.wholesale-mode .woocommerce form.woocommerce-form-register.register > .woocommerce-form-row,
  body.wholesale-mode .woocommerce form.woocommerce-form-register.register .b2bking_custom_registration_container {
    width: calc((100% - 2rem) / 2);
  }
}
@media (min-width: 920px) {
  body.wholesale-mode .woocommerce form.woocommerce-form-register.register {
    max-width: 80%;
  }
}
body.wholesale-mode .woocommerce form.woocommerce-form-register.register input, body.wholesale-mode .woocommerce form.woocommerce-form-register.register select, body.wholesale-mode .woocommerce form.woocommerce-form-register.register input.b2bking_custom_registration_field, body.wholesale-mode .woocommerce form.woocommerce-form-register.register input.select2-search__field, body.wholesale-mode .woocommerce form.woocommerce-form-register.register span.select2-selection {
  border: 1px solid #f5f5f5;
  background-color: #f5f5f5;
  border-radius: 4px;
}
body.wholesale-mode .woocommerce form.woocommerce-form-register.register input:hover, body.wholesale-mode .woocommerce form.woocommerce-form-register.register input:focus, body.wholesale-mode .woocommerce form.woocommerce-form-register.register select:hover, body.wholesale-mode .woocommerce form.woocommerce-form-register.register select:focus, body.wholesale-mode .woocommerce form.woocommerce-form-register.register input.b2bking_custom_registration_field:hover, body.wholesale-mode .woocommerce form.woocommerce-form-register.register input.b2bking_custom_registration_field:focus, body.wholesale-mode .woocommerce form.woocommerce-form-register.register input.select2-search__field:hover, body.wholesale-mode .woocommerce form.woocommerce-form-register.register input.select2-search__field:focus, body.wholesale-mode .woocommerce form.woocommerce-form-register.register span.select2-selection:hover, body.wholesale-mode .woocommerce form.woocommerce-form-register.register span.select2-selection:focus {
  border: 1px solid #c7c1c1;
}
body.wholesale-mode .woocommerce .show-password-input {
  background: none;
  border: none;
  cursor: pointer;
  width: 2em;
  height: 2em;
  position: relative;
  right: -90%;
  top: -21%;
  padding: 0;
  opacity: 0.7;
}
body.wholesale-mode .woocommerce .show-password-input:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;utf8,<svg fill=%27black%27 height=%2720%27 width=%2720%27 xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 20 20%27><path d=%27M10 3c-5 0-9 4-9 7s4 7 9 7 9-4 9-7-4-7-9-7zm0 12a5 5 0 1 1 .001-10.001A5 5 0 0 1 10 15z%27/><circle cx=%2710%27 cy=%2710%27 r=%273%27/></svg>");
  background-size: 20px 20px;
  background-repeat: no-repeat;
}
body.wholesale-mode {
  /* Hide password eye icon ONLY on the WooCommerce Login form */
}
body.wholesale-mode .woocommerce-form-login .show-password-input:before {
  display: none;
  visibility: hidden;
}
body.wholesale-mode .woocommerce-js form .form-row input.input-text,
body.wholesale-mode .woocommerce-js form .form-row textarea,
body.wholesale-mode .woocommerce form .password-input,
body.wholesale-mode .woocommerce-page form .password-input {
  border-radius: 4px;
}
body.wholesale-mode .woocommerce-MyAccount-content a:not(.button) {
  color: #1075f1;
}
body.wholesale-mode .registration {
  background-color: #a32238;
  min-height: 430px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: left;
}
body.wholesale-mode .registration h2,
body.wholesale-mode .registration p,
body.wholesale-mode .registration a {
  color: #ffffff;
}
body.wholesale-mode .registration p {
  max-width: 50ch;
}
body.wholesale-mode .registration a {
  display: block;
  padding: 10px 20px;
  border-radius: 30px;
  border: 1px solid #ffffff;
  background-color: #ffffff;
  color: #000000;
  text-align: center;
  font-weight: 700;
}

body.wholesale-mode form button.button:hover {
  background-color: #711625;
}
