/**
Theme Name: Astra Child
Author: dev@newroot.pl
Author URI: http://wpastra.com/about/
Description: Astra child for newroot.pl 2025
Version: 1.5.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/

body {
    overflow-x: visible
}
.menu-item .menu-link:after {
    content: "|";
    padding: 0 10px;
}

.menu-item:hover .menu-link {
    font-weight: bold;
}



/* Ukryj separator dla ekranów o szerokości mniejszej niż 768px */
@media (max-width: 767px) {
    .menu-item .menu-link:after {
        content: "";
        padding: 0;
    }
	.product_desc {
	display: grid!important; 
	flex-wrap: wrap;
	background: linear-gradient(28deg,#a0b4dc 0%,#dcf0ff 50%,#a0b4dc 100%) !important; 
	border-radius: 12px; 
	border: 3px solid #283c50
	}
}

/* product description css */

.product_desc {
	display: flex; 
	flex-wrap: wrap;
	background: linear-gradient(28deg,#a0b4dc 0%,#dcf0ff 50%,#a0b4dc 100%) !important; 
	border-radius: 12px!important; 
	border: 3px solid #283c50
}
/* hide cmplz link to services */
.cmplz-documents {
    display: none!important;
}
.cmplz-information {
    display: none!important;
}
.cmplz-buttons .cmplz-btn{text-transform:none;}

.product_meta {
    display: none !important;
}

.product_box {
display:flex;
margin:auto;
}

@media (max-width: 767px) {
    .product_box {
display:contents;
margin:auto;
	}
}

.order-actions-button {
margin-right:15px!important;
}


/* Czerwone kółko wokół krzyżyka w koszyku WooCommerce */
.woocommerce a.remove {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    background-color: red;         /* kolor kółka */
    color: white !important;       /* kolor krzyżyka */
    border-radius: 50%;            /* tworzy kółko */
    font-size: 16px;
    font-weight: bold;
    line-height: 1;
    text-decoration: none;
    transition: all 0.2s ease;
}

.woocommerce a.remove:hover {
    background-color: darkred;     /* ciemniejsze kółko po najechaniu */
    transform: scale(1.1);         /* delikatne powiększenie */
}


