.elementor-kit-1345{--e-global-color-primary:#FFF1E0;--e-global-color-secondary:#5A4B63;--e-global-color-text:#6C4332;--e-global-color-accent:#E2725B;--e-global-color-93bc352:#6C4332;--e-global-color-5829bcf:#FFF1E0;--e-global-typography-primary-font-family:"Helvetica";--e-global-typography-primary-font-weight:300;--e-global-typography-secondary-font-family:"Helvetica";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Helvetica";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Helvetica";--e-global-typography-accent-font-weight:500;background-color:var( --e-global-color-5829bcf );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS */.woocommerce a.added_to_cart{
    display: none!important;
    
}
.e-filter-item[disabled] {
  opacity: 0.5;
  pointer-events: none;
  cursor: default;
}

.elementor-menu-cart__main{
    background-color: #FFF1E0!important;
}

.elementor-button-icon-qty{
 background-color: #6c4332!important; 
 color: #fdf7ef!important;
}

.elementor-button-icon-qty{
    font-size: 12px!important;
    top: 2.1em!important;

}

th {
    border: none!important;
}

td {
    border: none!important;
}

table {
    border: none!important;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button{
    letter-spacing: normal;
}

#shipping_method li{
    text-indent: 0px!important;
    padding: 0!important;
    text-align: right;

}

.woocommerce-Price-currencySymbol {
  display: none;
}

.woocommerce-Price-amount::after {
  content: " грн";
}

.e-off-canvas__main,
.e-off-canvas__content {
  touch-action: pan-y;   
  overscroll-behavior: contain; 
}



/* Літаюча «пігулка» */
.fly-to-cart {
  position: fixed;
  width: 60px;
  height: 60px;
  left: 0; /* буде перезаписано інлайном */
  top: 0;  /* буде перезаписано інлайном */
  pointer-events: none;
  z-index: 99999;
  transform: translate(0,0) scale(1);
  opacity: 1;
  transition: transform 800ms cubic-bezier(0.55, 0.06, 0.68, 0.19), opacity 800ms;
}
.fly-to-cart img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* Невеликий «бамп» для іконки корзини */
@keyframes cart-bump {
  0%   { transform: scale(1); }
  40%  { transform: scale(1.15); }
  100% { transform: scale(1); }
}
.header-c-icon.is-bumping {
  animation: cart-bump 300ms ease;
}/* End custom CSS */