@font-face {
  font-family: "pp-open-bold";
  src: url('/wp-content/themes/lettielettrici/fonts/PayPalOpen/PayPalOpen-Bold.woff2') format('woff2'), url('/wp-content/themes/lettielettrici/fonts/PayPalOpen/PayPalOpen-Bold.woff') format('woff');
}
@font-face {
  font-family: "pp-open-regular";
  src: url('/wp-content/themes/lettielettrici/fonts/PayPalOpen/PayPalOpen-Regular.woff2') format('woff2'), url('/wp-content/themes/lettielettrici/fonts/PayPalOpen/PayPalOpen-Regular.woff') format('woff');
}
@font-face {
  font-family: "pp-open-medium";
  src: url('/wp-content/themes/lettielettrici/fonts/PayPalOpen/PayPalOpen-Medium.woff2') format('woff2'), url('/wp-content/themes/lettielettrici/fonts/PayPalOpen/PayPalOpen-Medium.woff2') format('woff');
}

.pp-open-regular {
	font-family: "pp-open-regular";
}

.pp-color {color:#001435;}

.cart .cartIcon{
	display: inline-block;
    flex: 1;
    width: 30px;
    height: 23px;
    margin-right: 2px;
    background: url(/wp-content/themes/lettielettrici/images/icons/cart.svg) center center no-repeat;
}

.btn-paypal {background:#0070ba; cursor:pointer; -webkit-transition:all .4s ease-in-out; transition:all .4s ease-in-out;}
.btn-paypal:hover {background:#002c81;}