/*
Theme Name: Sober Child Theme
Theme URI: http://uix.store/sober/
Author: UIX Themes
Author URI: http://uix.store
Description: Sober is a fully responsive Premium WordPress Theme with a pixel perfect design and extensive functionality
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: sober
Tags: one-column, two-columns, right-sidebar, custom-colors, custom-menu, featured-images, flexible-header, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
Template: sober
*/
.topbar {
	background-color: #9C1C1F;
}

.topbar .badge {
	background-color: white;
	color: #333;
}

.header-transparent.page .page-header, .header-transparent.woocommerce .page-header {
	padding-top: 170px;
    padding-bottom: 80px;
}

@media only screen and (min-width: 1024px) {
	form.cart {
		display: flex;
		justify-content: center;
	}
	
	form.cart .quantity  {
		display: flex !important;
		justify-content: center;
		align-items: center;
	}
}

.shop-sidebar .widget ul li.current-cat>a {
    color: #9c1c1f;
}

.woocommerce ul.products li.product .product-header a {
	display: flex;
	height: 200px;
	align-items: center;
	justify-content: center;
}

.woocommerce ul.products li.product a img {
	object-fit: contain;
	height: 200px;
}

.buttons-icon>a {
	height: auto !important;
}

.variations_form {
	display: flex;
	flex-flow: column;
	margin-top: 30px;
}

.variations_form .woocommerce-variation-add-to-cart {
	display: flex;
	align-items: center;
	justify-content: center;
}

.variations_form .woocommerce-variation-add-to-cart .single_add_to_cart_button {
	padding-right: 20px !important;
	padding-left: 20px !important;
}

/* Stili per prodotti variabili */
.price-text {
    font-style: italic;
    color: #666;
    font-size: 0.9em;
}

/* Prezzo variazioni nei prodotti singoli */
.single-product .price.variable-price-hidden {
    display: none !important;
}

/* Nasconde il prezzo delle variazioni duplicato nel form */
.single-product .woocommerce-variation-price {
    display: none !important;
}

/* Transizione smooth per il prezzo principale */
.single-product .summary .price {
    transition: all 0.3s ease;
}

/* Descrizione metodi di pagamento */
.wc-block-components-checkout-step__description {
	display: none !important;
}

/* Assicura che "Più varianti" sia visibile negli archivi */
.woocommerce-loop-product__link .price-text,
.price-wrapper .price-text {
    display: inline-block;
    font-style: italic;
    color: #666;
    font-size: 0.9em;
}

.wc-block-components-radio-control-accordion-content {
	padding: 1em !important;
}

.woocommerce-column--shipping-address {
	padding-top: 50px !important;
}