/* PRODUCT.CSS
	.box-cart-bottom .qt_cart_box {
		padding-bottom: 1em; -> REMOVE
		margin-bottom: 1em;
	}

	body.no_mobile_device:not(.content_only) #maybe_floated {
		margin-top: 30px;
	}
 */

.whatsapp_button_wrap {
	position: relative;
}

.whatsapp_button {
	display: flex;
    justify-content: center;
    align-items: center;
	gap: 15px;
    width: 100%;
    height: 40px;    
    /* background-color: #58cb66; */
    /*background-color: #21BB97;*/
	background: #FFFFFF 0% 0% no-repeat padding-box;
	border: 2px solid #2E622E;
	border-radius: 8px;
}

.whatsapp_button:hover {
	/* background-color: #269934; */
	/*background-color: #389680;*/
	background: #FFFFFF 0% 0% no-repeat padding-box;
	border: 2px solid #2E622E;
}

.whatsapp_button .whatsapp_button_image {
	display: inline-block;
	width:auto !important;
	height: 25px;
	/* position: absolute; */
    left: 10px;
}

.whatsapp_button .whatsapp_button_text {
	font-family: Poppins;
    font-size: 16px;
    /* font-weight: 400; */
    font-weight: 700;
    color: #2E622E;
}

.pb-center-column.floating .whatsapp_button_wrap {
	margin: 10px 20px 0 10px;
}

.pb-center-column.floating .whatsapp_button {
	width: 44px;
    height: 44px;	
}

.pb-center-column.floating .whatsapp_button .whatsapp_button_image {
	display: block;
}

.pb-center-column.floating .whatsapp_button .whatsapp_button_text {
	display: none;
}

@media (min-width: 991px) and (max-width: 1199px) {
	.whatsapp_button_wrap {
		margin-right: 40.64px;
	}
	
	.whatsapp_button {
		width: 100%;
	}
	
	.whatsapp_button .whatsapp_button_text {
		font-size: 14px;
	}
	
	.whatsapp_button .whatsapp_button_image {
		height: 23px;
	}
}

@media (max-width: 991px) {
	
	.whatsapp_button {
		width: 100%;
	}

	.whatsapp_button_wrap {
        margin-top: 0px !important;
        width: 50%;
    }

    .whatsapp_button_image {
        display: none;
    }

    .whatsapp_button span {
        /*display: none;*/
		font-size: 12px;
    }

    /*.whatsapp_button:after {
        content: "Whatsapp";
        color: #25D366;
    }*/

	#product #buy_block .box-info-product .box-cart-bottom {
		width: 50%;
	}

	.whatsapp_button .whatsapp_button_image {
		position: relative;
		padding-left: 5px;
		padding-right: 5px;
	}
}

@media (max-width: 991px) and (min-width: 768px) {
	.whatsapp_button_wrap {		
		margin-bottom: 20px;
	}
}

@media (max-width: 350px) {	
	.whatsapp_button .whatsapp_button_text {
		font-size: 13px;
	}
	
	.whatsapp_button .whatsapp_button_image {
		height: 22px;
    }
	}

.cart-buttons .whatsapp_button {
		width: 100%;
	margin-top: 8px;
	}	

.cart-buttons .whatsapp_button:after {
	content: none;
	}
	
.cart-buttons .whatsapp_button .whatsapp_button_text {
	display: block;
	font-size: 15px;
	}

.cart-buttons .whatsapp_button .whatsapp_button_image {
	left: 25px;
    }
