.circle {
    border-radius: 9999px;
}

.bfw-add-to-favorite {
    border: 2px solid;
    padding-left: 0px;
    padding-right: 0px;
    width: 40px;
    position: absolute;
    right: 0;
    z-index: 999;
    display: none;
}

.bfw-add-to-favorite:hover {
    background-color: #F52117;
    color: white;
}

.bfw-add-to-favorite .bfw-add {
    display: none;
    background-color: black;
    border-radius: 10px;
    position: absolute;
    font-size: 10px;
    line-height: 1;
    width: 115px;
    padding: 10px;
    margin-top: 10px;
}

.bfw-add-to-favorite:hover .bfw-add {
    display: block;
    
}
.bfw-background-modal {
    width: 100%;
    height: 100%;
    background-color: #000000a3;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    display: none;
}
.bfw-modal {
    display: none;
    top: 23%;
    left: 0;
    position: fixed;
    width: 50%;
    padding: 35px;
    z-index: 999999;
    background-color: white;
    right: 0;
    max-width: 350px;
    margin: 0 auto;
}
.bfw-modal .bfw-buttons {
    list-style: none;
}

.bfw-modal .bfw-buttons button {
    width: 100%;
    background-color: var(--primary-color);
    border-color: rgba(0,0,0,.05);
    color: #fff;
    min-height: 2.5em;
    text-align: center;
    margin-bottom: 5px;
}
.bfw-modal .bfw-buttons li {
    margin-bottom: 0px;
}


.bfw-remove-to-favorite {
    cursor: pointer;
}
.bfw-cart-footer {
    text-align: center;
}

.bfw-body-fav-page {
    text-align: center;
}

.bfw-fav-icon {
    cursor: pointer;
}

.bfw-fav-icon span {
    position: absolute;
    margin-left: -5px;
    margin-top: -15px;
    border-radius: 100%;
    padding-left: 7px;
    padding-right: 7px;
    background-color: #00a441;
    color: white;
    border: 0px;
    font-size: 12px;
}

.bfw-fav-icon img {
    width: 37px;
}

.product-gallery:hover .bfw-add-to-favorite {
    display: block;
}

#bfw-response i {
    font-size: 40px;
}

body.page-id-1199 .bfw_add_cart_favorite.button {
	width: 100% !important;
	border-radius: 20px !important;
	background-color: #1FAF7E !important;
}

.bfw-share {
	display: flex;
	float: right;
	list-style: none;
	background-color: #f2f2f2;
	padding: 10px 10px 10px 10px;
	border-radius: 12px;
}
.bfw-cart-footer li {margin-left: 0px !important;margin-bottom: 0px !important;margin-right: 10px;}
.bfw-cart-footer li i {font-size: 17px !important;}
.bfw_add_cart_all_favorite {	border-radius: 20px !important;
	background-color: #1FAF7E !important;}
	/*obrigado */