/*
Theme Name: Poize
Theme URI: https://themeforest.net/item/poize-wordpress-theme-for-music-events-festivals-venues/55257719
Author: WolfThemes
Author URI: https://wolfthemes.com
Description: WordPress Theme for Music Events, Festivals and Venues
Version: 1.0.64
Requires at least: 6.0
Tested up to: 6.8.0
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Tags: custom-background, custom-logo, custom-menu, featured-images, flexible-header, theme-options, entertainment, blog, e-commerce, translation-ready
Text Domain: poize

For any CSS customization, it is strongly recommended to use a child theme
https://wlfthm.es/child-theme

You will find a child theme template in your theme package
*/


	.single_add_to_cart_button span {
    color: #000!important;
}
	
	.single_add_to_cart_button svg path {
    stroke: #000!important;
}

.wc-block-components-button__text {
    color: #000!important;
}

.side-panel-footer {
    display: none!important;
}

.account-container {
    display: none!important;
}

input.wpcf7-form-control.wpcf7-submit.has-spinner.wpcf7-button-fullwidth {
    color: #000 !important;
}

.comments-container div#comments {
    display: flex
;
    justify-content: center;
}

.comments-container div#respond {
    max-width: 1400px;
}

.wc-block-cart__submit-container .wc-block-components-button__text {
    color: #fff !important;
}

section.comments-container.content-section {
    padding: 0px 10px!important;
}

.wc-block-cart__submit-button {
  background-color: #000 !important;
  color: #fff !important;
  position: relative;
  overflow: hidden;
}

.wc-block-cart__submit-button::after {
  content: none !important; /* повністю вимикає білий псевдофон */
}

.wc-block-cart__submit-button:hover {
  background-color: #222 !important; /* трохи світліший чорний при наведенні */
  color: #fff !important;
}

#place_order.button.alt {
  background-color: #000 !important;
  color: #fff !important;
  border: none !important;
  position: relative;
  overflow: hidden;
}

#place_order.button.alt::after {
  content: none !important; /* вимикає білий ефект при наведенні */
}

#place_order.button.alt:hover {
  background-color: #222 !important;
  color: #fff !important;
}

/* Стилізація напису про відсутність товару біля ціни */
.out-of-stock-price-badge {
    color: #d9534f; /* М'який червоний колір */
    font-size: 13px;
    font-weight: 600;
    margin-top: 4px;
    margin-bottom: 4px;
    display: block;
}

/* Якщо потрібно, щоб картки вирівнялися по висоті автоматично */
.products .product {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}