/*
Theme Name: Donat
Theme URI: https://wordpress.themeholy.com/donat
Author: Themeholy
Author URI: https://themeforest.net/user/themeholy
Description: Donat - Charity & Donation WordPress Theme
Version: 1.0.0
License: GNU General Public License v2 or later 
License URI: LICENSE
Text Domain: donat
Tags: one-column, flexible-header, accessibility-ready, custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, rtl-language-support, sticky-post, threaded-comments, translation-ready
Requires at least: 5.0
Tested up to: 5.8
Requires PHP: 7.4

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others. 

*/ 

/* Header sub-menu icon */
.hide-icon.main-menu ul.sub-menu li a:before {
    display: none;
}
.hide-icon.main-menu ul.sub-menu li a:hover {
    padding-left: 0;
}

.widget.no-banner-widget {
    padding: 0;
    background-color: transparent;
    margin-bottom: 0px;
    position: relative;
    border-radius: 0px;
    border: 0px solid transparent;
}




/* Back button styling */
.wc-back-button {
  position: relative;
  z-index: 2;
  vertical-align: middle;
  display: inline-flex;
  border: none;
  text-align: center;
  background-color: var(--theme-color);
  color: var(--white-color);
  font-family: var(--body-font);
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  padding: 22px 40px;
  min-width: 170px;
  border-radius: 50px;
  justify-content: center;
  box-shadow: inset 0 0 0 0 var(--theme-color2);
  transition: 0.5s;

}

/* M-PESA logo styling */
.mpesa-logo {
  height: 28px;
  margin-left: 8px;
  vertical-align: middle;
}

/* Improve spacing around payment title */
#payment .wc_payment_method label {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 600;
}
