:root {
	--wd-text-font: "Mulish", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: rgb(35,31,32);
	--wd-text-font-size: 16px;
}



h2.wp-block-heading {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
    font-weight: bold;
    margin-top: 40px !important;
    margin-bottom: 40px !important;

}@media (min-width: 1025px) {
	.wd-dropdown {
    background-color: black !important;
    color: white !important;
}

.wd-empty-mini-cart:before {
    color: rgb(255 255 255 / 25%) !important;
}

p.woocommerce-mini-cart__empty-message.empty.title {
	color: #dddddd !important;
	font-size: 14px !important;
  font-family: 'Mulish';

}

.wd-entry-content {
    width: 80%; 
    margin: 0 auto;  
}

}

@media (max-width: 576px) {
	.page-title .title { 
padding: 40px 0 !important; 
}        

}

