.hg-button {
    width: 100%;
    border: 2px solid #000;
    transition: all .2s ease-in-out;
    -webkit-appearance: none;
    letter-spacing: -0.5px;
    text-decoration: none;
    border-radius: 100px;
    font-family: inherit;
    position: relative;
    padding: 8px 10px;
    font-weight: 500;
    text-align: left;
    background: #fff;
    appearance: none;
    font-size: 20px;
    cursor: pointer;
    display: inline-flex;
    outline: none;
    align-items: flex-start;
    color: #000;
    margin: 0.4rem;



}

.hg-button-child {
    display: flex;
    width: 100%;


}

.hg-button-icon {
    height: 36px;
    width: 36px;
    top: 0;
}

.hg-bar {
    font-size: 29px;
    font-weight: 300;
    padding: 2px 20px 0px 8px;

    font-family: 'Prata', serif;

}

.hg-button-text {
    flex-direction: column;
    /*    vertical-align: middle; */
    font-weight: 400;
    font-size: 20px;
    padding-top: 1vh;
    display: inline;
}


.hg-button:hover {
    transform: translateY(-2px);
}

.hg-button:active {
    transform: translateY(0);
}

/* Colore della modale Prova gratuita */

#my-hg-modal .hg-modal-content {

  background: #fff;
  padding: 1rem;
}





 /* The Modal (background) */
 .hg-modal {
     display: none;
	position: fixed;
	z-index: 1;
	left: -4vh;
	top: 0;
	width: 101vw;
	height: 100%;
	overflow: auto;
	background-color: rgb(0, 0, 0);
	background-color: rgba(0, 0, 0, 0.8);
 }

 /* Modal Content/Box */
 .hg-modal-content {
     background-color: rgba(255, 255, 255, 0);
     margin: 15% auto;
     /* 15% from the top and centered */
     padding: 0px;
     /* border: 1px solid #888; */
     width: fit-content;
     /* Could be more or less, depending on screen size */
 }

 /* The Close Button */
 .hg-close {
     color: #aaa;
     float: right;
     font-size: 28px;
     font-weight: bold;
 }

 .hg-close:hover,
 .hg-close:focus {
     color: black;
     text-decoration: none; 
     cursor: pointer;
 }


 .hg-close-youtube {
     color: #ffd400;
     text-align: right;
     font-size: 64px;
     font-weight: bold;
     display: block;
 }

 .hg-close-youtube:hover,
 .hg-close-youtube:focus {
     color: #ff0;
     text-decoration: none;
     cursor: pointer;
 }
/*  .wpb_wrapper div a {
     width: 90% !important;
 }


 #shop .wpb_text_column a {
     height: 54px;
 }


 #shop div .hg-bar {
     font-weight: 300;
     font-size: 29px;
     padding-left: 8px;
     padding-right: 20px;
     padding-top: 2px;
     padding-bottom: 0px;
     font-family: 'Prata', serif;
 }

 
 .hg-button-icon {
     margin-left: 41px;
     width: 35px;
     height: 35px;
 }

 
 #shop div .hg-button-text {
     font-weight: 400;
     font-size: 20px;
     padding-top: 4px;
 } */


