/*
Theme Name:  Efor Child
Theme URI:   https://themeforest.net/user/pixelwars/portfolio
Description: Make your modifications to [Efor Theme] in this child theme.
Author:      Pixelwars
Author URI:  https://themeforest.net/user/pixelwars
Version:     13.0.1
Template:    efor
Tags:        portfolio
Text Domain: efor-child
*/


/* =Theme customization starts here
-------------------------------------------------------------- */
.wc-block-components-button__text {
  background-color: #84298e !important;  /* Tavo violetinė spalva */
  color: white !important;
  padding: 14px 32px !important;
  border: none !important;
  border-radius: 40px !important;
  font-weight: bold !important;
  font-size: 16px !important;
  text-transform: uppercase !important;
  cursor: pointer !important;
  transition: all 0.3s ease !important;
  display: inline-block !important;
  text-align: center !important;
}

.wc-block-components-button__text:hover {
  background-color: #6a2173 !important;  /* Hover spalva */
  transform: scale(1.05) !important;
}
