/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Oct 24 2024 | 13:34:17 */
.mega-menu-link{
	font-family:montserrat!important;
	font-weight:500!important;
	

}

.logo:hover{  -webkit-animation: rotate 13s linear infinite;}
/* animation */
    
    @-webkit-keyframes rotate {
        from{
            -webkit-transform: rotate(0deg);
        }
        to{
            -webkit-transform: rotate(360deg);
        }
    }

.featured-image-shadow {
    position: relative;
    z-index: 1; 
}

.featured-image-shadow::after {
    content: "";
    position: absolute;
    bottom: -20px; 
    left: 16%;
    width: 350px; 
    height: 40px; 
    background-image: url('https://arteria.dev.cutberry.com/wp-content/uploads/2024/09/Ellipse.png');
    background-repeat: no-repeat;
    background-size: contain;
    z-index: -1; 
    pointer-events: none; /* Umożliwia kliknięcie w elementy na górze */
}



/*FILTRY */


.icheckbox_square-blue, .woof_container_inner h4, .iradio_square-blue{display:none!important;}
ul.woof_list li.woof_childs_list_li>label{font-weight:600!important;margin-top:30px!important;}
.woof_childs_list {padding:0!important;margin-left:-5px!important;}
.ul.woof_list li {padding:0!important;}
.woof_checkbox_label, .woof_radio_label  {text-transform:uppercase!important;}
.woof_list_checkbox li, .woof_list_radio li{margin-left:0!important;}

.woof_products_top_panel, .woof_radio_term_reset {display:none!important;}

/* PRODUKT */
.flex-control-thumbs {display:flex!important;}
.flex-control-thumbs li {
	width:70px!important;
}
.flex-control-thumbs li img {
    width: 60px!important; /* Szerokość miniatury */
    height: auto!important; /* Automatyczna wysokość, zachowuje proporcje */
    margin: 5px!important; /* Odstęp między miniaturkami */
}


.woocommerce-message, .woocommerce-error, .woocommerce-info {
    border-top-color: #1D7D8B;
}
.woocommerce-message::before, .woocommerce-error::before,.woocommerce-info::before  {
	color:#1D7D8B;
}

.woocommerce-message a.button {
	border:1px solid #1D7D8B!important;
	background:transparent!important;
	color:#1D7D8B!important;
	border-radius:0!important;
}

/* KOSZYK */
.page-id-4022 .entry-title {display:none;}
.page-id-4022 .page-header {margin-top:100px;}
.wc-block-components-product-name {
	color:#000;
	text-transform:uppercase;
	font-size:1rem;
	font-weight:700;
	text-decoration:none!important;
}

.wp-block-woocommerce-proceed-to-checkout-block a, .wc-block-components-button {
	border: 1px solid #1D7D8B;
	color:#1D7D8B;
	text-decoration:none;
}
.wp-block-woocommerce-proceed-to-checkout-block a:hover, .wc-block-components-button:hover{
	background:#1D7D8B;
	border: 0px solid #1D7D8B;
	color:#ffffff;
}
.wp-block-woocommerce-checkout-terms-block a{
	color:#1D7D8B;text-decoration:none;
}