/*!******************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/css/front/wkwc-locker.css ***!
  \******************************************************************************************************************************************************************/
@charset "UTF-8";
.woocommerce-mini-cart__buttons a.checkout {
  pointer-events: none !important;
  opacity: 0.5 !important;
  cursor: not-allowed !important;
}

.added_to_cart.alt, .added_to_cart, .widget a.button.checkout {
  display: none;
}

.woocommerce-mini-cart__buttons .checkout,
.widget_shopping_cart_content .button.checkout {
  display: none !important;
}

.wkfashh_shipping_method_content1 {
  margin-left: auto;
  border-radius: 50%;
}
.wkfashh_shipping_method_content1 input[type=checkbox] {
  font-family: "icomoon" !important;
  font-size: 18px;
  appearance: none;
}
.wkfashh_shipping_method_content1 input[type=checkbox]::before {
  content: "";
  color: #4b4db5;
  margin-left: 10px;
}
.wkfashh_shipping_method_content1 input[type=checkbox]:checked::before {
  content: "";
  color: #4b4db5;
}
.wkfashh_shipping_method_content1 input[type=checkbox]::after {
  display: none;
}
.wkfashh_shipping_method_content1 span {
  font-family: "icomoon" !important;
  font-size: 18px;
  appearance: none;
}
.wkfashh_shipping_method_content1 span::before {
  content: "";
  color: #4b4db5;
}
.wkfashh_shipping_method_content1 span:checked::before {
  content: "";
  color: #4b4db5;
}
.wkfashh_shipping_method_content1 span::after {
  display: none;
}

/* You can style the 'hidden' class to hide the element */
.hidden {
  display: none;
}

/* Optionally style 'show' if needed */
.show {
  display: block;
}

/* Lockerhaus extension options: make the 30/60/90/120 list more compact */
.wkwc-locker-extensions-container .wkwc-lhs-grid {
  row-gap: 0.25rem;
}
.wkwc-locker-extensions-container label.wkwc-lhs-flex {
  padding-top: 6px;
  padding-bottom: 6px;
}

@media (max-width: 525px) {
  .wkfashh_shipping_method_content1 input[type=checkbox]::before {
    margin-left: 0;
  }
}
