.badge-notify {
    background: palevioletred;
    position: relative;
    top: -19px;
    right: 9px;
}

.creaweb-cart-float-button:hover .badge-notify {
    background: midnightblue;
    color: white;
}
.product-value ul{
    list-style: none;
    display: flex;
    padding: 0px;
    align-items: center;
    justify-content: center ;
 }

 .product-value  ul li:after{
    content: " - ";
    padding: 5px;
 }
 .product-value  ul li:last-child:after{
    display: none;
 }
.my-cart-icon-affix {
   position: fixed;
   z-index: 999;
}
.creaweb-cart-float-button {
	font-size: 25px;
	text-transform: uppercase;
	font-weight: bold;
	color: #ffffff;
	border-radius: 5px;
	letter-spacing: 2px;
	background-color: #E91E63;
	padding: 18px 30px;
	position: fixed;
	bottom: 30px;
	left: 20px;
	transition: all 300ms ease 0ms;
	box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
	z-index: 99;
	border: none;
}
.creaweb-cart-float-button:hover {
	background-color: #2c2fa5;
	box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.3);
	transform: translateY(-7px);
}

@media only screen and (max-width: 600px) {
 	.creaweb-cart-float-button {
		font-size: 14px;
		padding: 12px 20px;
		bottom: 20px;
		right: 20px;
	}
}
