/*
Theme Name: Salient Child Theme
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: ThemeNectar
Author URI:  https://themeforest.net/user/themenectar
Template: salient
Version: 1.0
*/


/* Marken Kategorien */

.column-image-bg {
  background-size: auto 100% !important;
  transition: background-size 0.5s ease-out;
  background-position: right !important;
}

.marken_kat:hover .column-image-bg {
  background-size: auto 120% !important;
  cursor: pointer;
}

/* Hide Payment Methods */

#payment-method,
.woocommerce-order-overview__payment-method {
  display: none !important;
}

.woocommerce-table--order-details > tfoot tr:last-child {
  display: none !important;
}
