@import url('https://fonts.googleapis.com/css2?family=Ropa+Sans:ital@0;1&display=swap');
body {
    font-family: "Ropa Sans", sans-serif;
    font-style: normal;
}

.footer-menu a{
	text-decoration: underline;
}

.woocommerce-LoopProduct-link, .woocommerce-loop-product__link{
	color:inherit;
}

@media all and (max-width:991px) {
	a, h1, h2, h3, h3{
		word-wrap: break-word; 
	}
    .d-small-none {
        display: none
    }
	.rounded-5{
		border-radius:0 !important
	}
	
}

@media all and (min-width:991px) {
    .d-large-none {
        display: none
    }
	
}
.product-sold-count {
    color: orange;
    font-weight: bold;
}

