.react-responsive-modal-root {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 1000;
}

.react-responsive-modal-overlay {
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: -1;
}

.react-responsive-modal-container {
  height: 100%;
  outline: 0;
  overflow-x: hidden;
  overflow-y: auto;
  text-align: center;
}

/* Used to trick the browser to center the modal content properly  */
.react-responsive-modal-containerCenter:after {
  width: 0;
  height: 100%;
  content: '';
  display: inline-block;
  vertical-align: middle;
}

.react-responsive-modal-modal {
  max-width: 800px;
  display: inline-block;
  text-align: right;
  vertical-align: middle;
  background: #ffffff;
  box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.25);
  margin: 1.2rem;
  padding: 1.2rem;
  position: relative;
  overflow-y: auto;
}

.react-responsive-modal-closeButton {
  position: absolute;
  top: 14px;
  left: 14px;
  border: none;
  padding: 0;
  cursor: pointer;
  background-color: transparent;
  display: flex;
}

/* Used to fix a screen glitch issues with the animation see https://github.com/pradel/react-responsive-modal/issues/495 */
.react-responsive-modal-overlay,
.react-responsive-modal-container,
.react-responsive-modal-modal {
  animation-fill-mode: forwards !important;
}

@keyframes react-responsive-modal-overlay-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes react-responsive-modal-overlay-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes react-responsive-modal-modal-in {
  0% {
    transform: scale(0.96);
    opacity: 0;
  }
  100% {
    transform: scale(100%);
    opacity: 1;
  }
}

@keyframes react-responsive-modal-modal-out {
  0% {
    transform: scale(100%);
    opacity: 1;
  }
  100% {
    transform: scale(0.96);
    opacity: 0;
  }
}

:root{--cfw-heading-font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;--cfw-body-font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;--cfw-body-background-color: #fff;--cfw-body-text-color: #666;--cfw-body-link-color: #0073aa;--cfw-header-background-color: #fff;--cfw-header-text-color: #2b2b2b;--cfw-header-bottom-margin: 0;--cfw-footer-background-color: #fff;--cfw-footer-text-color: #999;--cfw-footer-top-margin: 0;--cfw-cart-summary-background-color: #ffffff;--cfw-cart-summary-mobile-background-color: #f4f4f4;--cfw-cart-summary-text-color: #333333;--cfw-cart-summary-item-quantity-background-color: #727272e6;--cfw-cart-summary-item-quantity-text-color: #fff;--cfw-cart-summary-order-total-text-color: #000;--cfw-breadcrumb-completed-text-color: #00000080;--cfw-breadcrumb-current-text-color: #333;--cfw-breadcrumb-next-text-color: #00000080;--cfw-breadcrumb-completed-accent-color: #333;--cfw-breadcrumb-current-accent-color: #333;--cfw-breadcrumb-next-accent-color: #333;--cfw-buttons-primary-background-color: #333;--cfw-buttons-primary-text-color: #ffffff;--cfw-buttons-primary-hover-background-color: #555;--cfw-buttons-primary-hover-text-color: #ffffff;--cfw-buttons-secondary-background-color: #333;--cfw-buttons-secondary-text-color: #ffffff;--cfw-buttons-secondary-hover-background-color: #555;--cfw-buttons-secondary-hover-text-color: #555;--cfw-logo-url: '';--cfw-loading-shimmer-display-mode: block;--cfw-loading-shimmer-cart-item-quantity-display-mode: none;--cfw-loading-shimmer-primary-color: #eff1f3;--cfw-loading-shimmer-gradient: linear-gradient(to right, var(--cfw-loading-shimmer-primary-color) 4%, #e2e2e2 25%, var(--cfw-loading-shimmer-primary-color) 36%);--cfw-horizontal-divider-color: #B0B0B2;--cfw-loading-shimmer-filter: none;--cfw-tb-review-title: #333;--cfw-tb-review-subtitle: rgb(107 114 128);--cfw-tb-review-content: #333;--cfw-tb-guarantee-title: #333;--cfw-tb-guarantee-content: #333}.cfw-modal-root{z-index:999999 !important}.cfw-modal-container{display:flex;align-items:center}.cfw-modal{padding:32px;margin:auto;border-radius:5px}.cfw-modal:not(.cfw-full-screen){width:100% !important;max-width:840px !important;min-height:fit-content !important;max-height:80%}.cfw-modal.cfw-full-screen{max-width:100%;width:100% !important;height:100% !important;border-radius:0 !important}.cfw-modal:focus-visible{outline:none !important}body.checkout-wc.modal-open{height:100vh;overflow-y:hidden}.cfw-modal.smarty-modal{max-width:600px !important}.cfw-order-bump-after-checkout-wrap{padding:10px}.cfw-order-bump-after-checkout-wrap .cfw-order-bumps-stepper-wrapper{margin-top:auto;display:flex;justify-content:space-between;margin-bottom:1.8em}.cfw-order-bump-after-checkout-wrap .cfw-order-bumps-stepper-wrapper .stepper-item{position:relative;display:flex;flex-direction:column;align-items:center;flex:1}@media(max-width: 768px){.cfw-order-bump-after-checkout-wrap .cfw-order-bumps-stepper-wrapper .stepper-item{font-size:12px}}.cfw-order-bump-after-checkout-wrap .cfw-order-bumps-stepper-wrapper .stepper-item::before{position:absolute;content:"";border-bottom:4px solid #ccc;width:100%;top:20px;right:-50%;z-index:2}.cfw-order-bump-after-checkout-wrap .cfw-order-bumps-stepper-wrapper .stepper-item::after{position:absolute;content:"";border-bottom:4px solid #ccc;width:100%;top:20px;right:50%;z-index:2}.cfw-order-bump-after-checkout-wrap .cfw-order-bumps-stepper-wrapper .stepper-item .step-counter{position:relative;z-index:5;display:flex;justify-content:center;align-items:center;width:40px;height:40px;border-radius:50%;background:#ccc;margin-bottom:6px}.cfw-order-bump-after-checkout-wrap .cfw-order-bumps-stepper-wrapper .stepper-item.active{font-weight:bold}.cfw-order-bump-after-checkout-wrap .cfw-order-bumps-stepper-wrapper .stepper-item.completed .step-counter{background-color:var(--cfw-buttons-primary-background-color)}.cfw-order-bump-after-checkout-wrap .cfw-order-bumps-stepper-wrapper .stepper-item.completed::before{border-bottom:4px solid var(--cfw-buttons-primary-background-color)}.cfw-order-bump-after-checkout-wrap .cfw-order-bumps-stepper-wrapper .stepper-item.completed::after{position:absolute;content:"";border-bottom:4px solid var(--cfw-buttons-primary-background-color);width:100%;top:20px;right:50%;z-index:3}.cfw-order-bump-after-checkout-wrap .cfw-order-bumps-stepper-wrapper .stepper-item:last-child::before{border-bottom:4px solid #ccc !important;z-index:3}.cfw-order-bump-after-checkout-wrap .cfw-order-bumps-stepper-wrapper .stepper-item:first-child::before{content:none}.cfw-order-bump-after-checkout-wrap .cfw-order-bumps-stepper-wrapper .stepper-item:last-child::after{content:none}.cfw-order-bump-after-checkout-wrap h2,.cfw-order-bump-after-checkout-wrap h3{text-align:center}.cfw-order-bump-after-checkout-wrap h2{font-size:2em}.cfw-order-bump-after-checkout-wrap h3{font-size:1em !important;font-weight:500 !important;margin-bottom:1.8em !important}.cfw-order-bump-after-checkout-wrap .cfw-product-form-modal{background:#fff;box-shadow:0 2px 10px rgba(0,0,0,.1);border:1px solid #eee;border-radius:5px;color:#333;padding:40px}.cfw-order-bump-after-checkout-wrap .cfw-product-form-modal .cfw-product-form-modal-content{padding-inline-start:20px}.cfw-order-bump-after-checkout-wrap .cfw-primary-btn{margin-bottom:1em}.cfw-order-bump-after-checkout-wrap p{margin-block-start:1em !important}.cfw-product-form-modal-title{font-family:var(--cfw-heading-font-family);font-size:1.5em}.cfw-product-form-modal-image-wrap{padding-inline-end:10px}.cfw-product-form-modal-image-wrap img{width:100%;height:auto}.woocommerce-variation-add-to-cart{display:none !important}.variations label{text-align:start}.stock.out-of-stock{color:red}.woocommerce-variation-price{display:none !important}.quantity{display:none !important}p{margin-bottom:.8em !important}.woocommerce-order-received .cfw-order-bumps-stepper-wrapper{display:none}
