/*menu*/

#mega-menu-wrap-shop-menu {
	width: 100%;
	text-align: center;
}
#mega-menu-wrap-shop-menu i {
	font-size: 22px;
    padding-right: 5px;
	top: 4px;
}


/*typography*/
h1.woocommerce-products-header__title {
	font-size: 3.2rem;
	padding-bottom: 10px;
	border-bottom: solid 1px #428385;
	width: 100%;
	color: #428385;
}

h2.woocommerce-loop-product__title {
	font-size: 0.8rem;
	font-weight: 500;
	padding-bottom: 5px;
	line-height: 1.4rem;
	font-family: 'Poppins', sans-serif;
	color: #428385;
}
.woocommerce ul.products li.product .price {
    color: #e1315b;
    display: block;
    font-weight: 700;
    margin-bottom: 0.5em;
    font-size: 1.6em;
}

.woocommerce span.onsale {
    min-height: 3.236em;
    min-width: 3.236em;
    padding: 0.202em;
    font-size: 1em;
    font-weight: 700;
    position: absolute;
    text-align: center;
    line-height: 3.236;
    top: 0;
    left: 0;
    margin: 0;
    border-radius: 5%;
    background-color: #e1315b;
    color: #fff;
    font-size: .857em;
    z-index: 9;
}


/*Przyciski*/
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
    font-size: 0.8rem;
    padding: 15px;
	color: #000;
	height: auto;
	text-align: center;
	letter-spacing: 2px;
	font-weight: 500;
    cursor: pointer;
    position: relative;
    text-decoration: none;
    overflow: visible;
    border-radius: 0px;
    background-color: transparent;
    border: 0;
    display: inline-block;
    background-image: none;
    box-shadow: none;
    text-shadow: none;
	width: 100%;
	height: auto;
	border: solid 1px #000;
	transition: ease-out 0.6s;
}

.woocommerce a.button:hover {
	transform: scale(0.9,0.9);
	background-color: #428385;
	color: #fff;
}