.elementor-24305 .elementor-element.elementor-element-af8fabf{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-24305 .elementor-element.elementor-element-dac9660{width:100%;max-width:100%;}.elementor-24305 .elementor-element.elementor-element-dac9660 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:30px 20px 80px 20px;}#elementor-popup-modal-24305 .dialog-widget-content{animation-duration:1.2s;box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}#elementor-popup-modal-24305{background-color:rgba(0,0,0,.8);justify-content:flex-end;align-items:center;pointer-events:all;}#elementor-popup-modal-24305 .dialog-message{width:640px;height:100vh;align-items:flex-start;}#elementor-popup-modal-24305 .dialog-close-button{display:flex;}@media(max-width:767px){.elementor-24305 .elementor-element.elementor-element-dac9660 > .elementor-widget-container{padding:30px 20px 80px 20px;}}/* Start custom CSS for shortcode, class: .elementor-element-dac9660 */.cpr-qty{
    display: none !important;
}
.cpr-sub{
    display: none !important;
}
/* Button base: black icon + text */
/* Unified remove button styling (main + mini) */
.cpr-remove,
.mini-cart-remove {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 8px;
  border-radius: 8px;
  background: transparent;
  border: 1px solid transparent;
  color: #000;                /* default = black */
  cursor: pointer;
  font-size: 13px;
  line-height: 1;
  transition: color .12s ease, background .12s ease, border-color .12s ease, transform .06s ease;
  -webkit-tap-highlight-color: transparent;
}

/* Icon inherits color */
.cpr-remove svg,
.mini-cart-remove svg {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  display: inline-block;
  stroke: currentColor;
  fill: none; /* outlined icon; change to 'currentColor' for filled look */
}

/* Hover: red */
.cpr-remove:hover,
.mini-cart-remove:hover {
  color: #c62828;            /* red on hover */
  background: rgba(198,40,40,0.04);
  border-color: rgba(198,40,40,0.08);
  transform: translateY(-1px);
}

/* Focus / keyboard visible */
.cpr-remove:focus,
.mini-cart-remove:focus {
  outline: none;
  box-shadow: 0 0 0 4px rgba(198,40,40,0.06);
  border-color: rgba(0,0,0,0.06);
}

/* Optional compact variant for icon-only buttons */
.cpr-remove.compact .cpr-remove-text,
.mini-cart-remove.compact .mini-remove-text {
  display: none;
}

/* Removing animation (existing) */
.mini-cart-item.removing { opacity:0.35; transform:scale(0.97); transition: all .22s ease; }
.elementor-popup-modal .dialog-close-button {
    display: none;
    inset-inline-end: 20px;
    margin-top: 0;
    opacity: 1;
    pointer-events: all;
    top: 100px !important;
    z-index: 99999;
}


.elementor-popup-modal .dialog-close-button svg {
    fill: #1f2124;
    height: 1em;
    width: 1em;
}

.cross-sells, .coupon{
    display: none !important;
}
.woocommerce .button{
    background-color: black !important;
    color:white !important;
}
.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
    float: right;
    width: 100%;
}
.woocommerce-Address h3, .cart-collaterals h2 {
    padding: 0;
    font-size: 1.5rem;
}
.woocommerce a{
    color:black;
}
.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents {
  
    border-color: white !important;
}

.woocommerce td, th{
    border-color:white !important;
}/* End custom CSS */