/*
Theme Name: Twenty Twenty Five Child
Theme URI: http://example.com/twenty-twenty-five-child/
Description: Twenty Twenty Five Child Theme
Author: WordPress
Author URI: http://example.com
Template: twentytwentyfive
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
Text Domain: twenty-twenty-five-child
*/

/* Custom styles go here */

/* Text overlay over images in gallery */
.wp-block-gallery.has-nested-images figure.wp-block-image figcaption  {
	font-size: 1em;
	font-weight:bold;
	text-shadow: 3px 0 black;
	color: #E0C9A7;
}

/* Customizing mini-carth background color */
.wp-block-woocommerce-filled-mini-cart-contents-block,
.wp-block-woocommerce-empty-mini-cart-contents-block,
.wc-block-mini-cart__template-part {
	background-color: #20323f;
}

/* customizing site background */

/* customizing notice banner */
.wc-block-components-notice-banner{
    border:2px solid;
}
.wc-block-components-notice-banner.is-error{
    border-color: red;
    background-color: white;
}
.wc-block-components-notice-banner.is-success{
    border-color: green;
    background-color: white;
}

.wc-block-components-totals-item__label,
.wc-block-components-totals-item__description {
    display: visible;
}

/* customizing product options */
select#dimenzije-slike,
select#kacenje-slike {
	color: #E0C9A7;
	background-color: #20323f;
}
