/*
Theme Name: Shoptimizer Child Theme
Theme URI: 
Description: Child theme of Shoptimizer
Author: CommerceGurus
Author URI: 
Template: shoptimizer
Version: 1.2.2
License:         	GNU General Public License v2 or later
License URI:     	http://www.gnu.org/licenses/gpl-2.0.html
*/

.woocommerce-form-coupon-toggle,
.showcoupon {
  display: none !important;
}
.checkout_coupon {
  display: block !important;
}
.payment-group-title {
  display: none !important;
}

#paysera_country {
  margin-bottom: 12px;
}

.paysera-payment-active {
  background-color: #0abab5;
  border-radius: 6px;
  border-color: transparent !important;
  height: 52px;
  display: flex;
  align-items: center;
  color: #fff;
}
.woocommerce ul#shipping_method li {
  max-width: 100% !important;
}
.paysera-payment-method label img {
  height: 20px;
  max-height: 20px;
}
a.button.track-button {
	background-color: #000 !important;
}