/*
Theme Name:   NeonJogsi Child Theme
Description:  Custom driving school theme. Reusable base — configure in theme-config.php.
Version:      1.0.0
Template:     oceanwp
*/

/* This file loads site-wide (checkout, cart, blog, etc.) — unlike
   assets/css/main.css, which functions.php only enqueues on the custom
   page-landing.php / page-impresszum.php templates. Anything here needs to
   be scoped by its own selector since there's no template guard. */

/***** rendelés gomb *****/
#place_order.button.alt {
  font-family: Raleway !important;
  font-size: 25px !important;
  font-weight: 500 !important;
  text-shadow: 0px 0px 2px #459100 !important;
  letter-spacing: 0px !important;
  text-transform: none !important;
  color: #FAFAFA !important;
  background-image: linear-gradient(180deg, #78FF00 10%, #459100 90%) !important;
  border: none !important;
  border-radius: 100px 100px 100px 100px !important;
  padding: 1% 5% !important;
}

#place_order.button.alt:hover {
  transform: scale(0.9, 0.9) !important;
  transition: all 120ms linear !important;
}
/**** rendelés gomb vége ****/


/** pénztár oldal ÁSZF és GDPR gombok mérete **/
.woocommerce-privacy-policy-link {
  font-size: 13px !important;
}

.woocommerce-terms-and-conditions-link {
  font-size: 13px !important;
}
/** pénztár oldal ÁSZF és GDPR gombok mérete vége **/


/** pénztár oldal kupon beváltás gomb **/
.button.wcf-submit-coupon.wcf-btn-small {
  font-family: Raleway !important;
  font-size: 20px !important;
  font-weight: 500 !important;
  text-shadow: 0px 0px 2px #459100 !important;
  letter-spacing: 0px !important;
  text-transform: none !important;
  color: #FAFAFA !important;
  background-image: linear-gradient(180deg, #78FF00 10%, #459100 90%) !important;
  border: none !important;
  border-radius: 100px 100px 100px 100px !important;
}
/** pénztár oldal kupon beváltás gomb vége **/
