/*
Theme Name: Shopkeeper Child
Theme URI: http://shopkeeper.getbowtied.com/
Description: This is a child theme for Shopkeeper.
Author: Get Bowtied
Author URI: http: //www.getbowtied.com/
Template: shopkeeper
Version: 1.0
*/


/****************************************************************/
/*************** ADD YOUR CUSTOM CSS IN THIS AREA ***************/
/****************************************************************/


/* Stile H1 generale */
.h1_prodotto {
    font-family: "Plus Jakarta Sans", Sans-serif;
    font-size: 32px!important;
    font-weight: 600;
    line-height: 43px;
}

/* SOLO il nome prodotto (verde + bold) */
.h1_prodotto span {
    color: #0C7C59;
	font-weight: 700;
}


/* pallino giacenza */
@keyframes blink {
    0% { opacity: 1; }
    50% { opacity: 0.3; }
    100% { opacity: 1; }
}


/* Start Whatsapp Button */

.whatsapp-chat:hover{
	transform: translatey(-5px);
	box-shadow: 0px 3px 15px -2px rgb(224, 224, 224, 1);
	color:white!important;
}

.whatsapp-chat {
    font-size: 17px!important;
    background-color: #0d7b59;
    padding: 10px 20px;
    position: fixed;
    z-index: 100;
    bottom: 10px;
    cursor: pointer;
    transition: all 0.3s;
    transform: translatey(0px);
    box-shadow: 0px 3px 15px -2px rgb(224 224 224 / 60%);
    font-size: 24px;
    color: white;
    left: 20px;
    border-radius: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.fa-whatsapp {
    font-size: 20px;
    /* background-image: url(https://varietaswine.com/wp-content/uploads/2022/07/whatsapp.svg); */
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    display: block;
    margin-left: 10px;
}

@media screen and (max-width:768px){
	.whatsapp-chat {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    text-align: center;
}
div#CookiebotWidget {
    display: none;
}
}

/* End Whatsapp Button */





/****************************************************************/
/****************************************************************/
/****************************************************************/