.elementor-kit-5{--e-global-color-primary:#2D2D2D;--e-global-color-secondary:#0068B2;--e-global-color-text:#7A7A7A;--e-global-color-accent:#2D2D2D;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;background-color:#F7F7F7;font-family:"firago", Sans-serif;}.elementor-kit-5 button,.elementor-kit-5 input[type="button"],.elementor-kit-5 input[type="submit"],.elementor-kit-5 .elementor-button{background-color:#FFFFFF;color:var( --e-global-color-primary );border-style:solid;border-width:1px 1px 1px 1px;border-color:var( --e-global-color-secondary );border-radius:5px 5px 5px 5px;}.elementor-kit-5 button:hover,.elementor-kit-5 button:focus,.elementor-kit-5 input[type="button"]:hover,.elementor-kit-5 input[type="button"]:focus,.elementor-kit-5 input[type="submit"]:hover,.elementor-kit-5 input[type="submit"]:focus,.elementor-kit-5 .elementor-button:hover,.elementor-kit-5 .elementor-button:focus{background-color:var( --e-global-color-secondary );}.elementor-kit-5 a{color:var( --e-global-color-secondary );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing: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 */a.added_to_cart.wc-forward {
    display: none !important;
}

/* Make button text white and style hover */
a.ajax_add_to_cart.add_to_cart_button.elementor-button {
  color: #ffffff; /* White text */
  background-color: #2D2D2D; /* Optional: base background */
  border: none;
}

/* On hover: change background to blue */
a.ajax_add_to_cart.add_to_cart_button.elementor-button:hover {
  background-color: #0068b2; /* Adjust blue if needed */
  color: #ffffff; /* Ensure text stays white on hover */
}

/* Center the Add to Cart button */
a.ajax_add_to_cart.add_to_cart_button.elementor-button {
  display: inline-block;
  margin: 0 auto;
  text-align: center;
}

/* Center the button's wrapper */
.elementor-shortcode {
  display: flex;
  justify-content: center;
}

/* Hide button text when loading */
.ajax_add_to_cart.loading .elementor-button-text {
  visibility: hidden;
}

/* Add spinner */
.ajax_add_to_cart.loading::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -0.6em 0 0 -0.6em;
  width: 1.2em;
  height: 1.2em;
  border: 2px solid white;
  border-top-color: transparent;
  border-radius: 50%;
  animation: spin 0.6s linear infinite;
}

/* Position relative to host the spinner */
.ajax_add_to_cart {
  position: relative;
}

/* Spinner animation */
@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}

/* Hide default price range on variable products */

/* Make all WooCommerce prices black */
.price,
.woocommerce-Price-amount,
.woocommerce-Price-currencySymbol {
  color: black !important;
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'firago';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://staging.kraus.ge/wp-content/uploads/2025/06/FiraGO-Regular-1.woff2') format('woff2'),
		url('https://staging.kraus.ge/wp-content/uploads/2025/06/FiraGO-Regular.woff') format('woff');
}
/* End Custom Fonts CSS */