/* Add your CSS code here.

For example:
.example {
    color: red;
}

For brushing up on your CSS knowledge, check out http://www.w3schools.com/css/css_syntax.asp

End of comment */ 

.wp-block-woocommerce-customer-account  {
	border-radius: 25px;
}

.lign_below_word {
	float: left;
}

/* .phone_image {
	position: fixed;
} */

html {
	font-family: 'SemplicitaPro' !important;
}

.roda_alvo {
	float: right;
}

.babAccordion dt {
	border-radius: 25px;
}

.icon {
	background-color: #47c1f1;
	border-radius: 100%;	
}

.woocommerce-product-details__short-description {
/* 	font-family: system-sans-serif; */
	font-size: 14px;
}

.woocommerce-product-gallery {
	border: 1px white;
}

.onsale, .stock, .product_meta {
	display: none;
}

.single_add_to_cart_button {
	border-radius: 25px;
	background-color: #47C1F1;
}

.wp-image-237 {
	position: fixed;
	bottom: 0; /* Fix it to the bottom of the viewport */
    right: 0; /* Position it on the right */
	z-index: 1000; /* A high value to ensure visibility */
	padding-bottom: 20px;
	padding-right: 20px;
}

