.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;
 }

.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;
	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.float-left{
	left: 20px;
}
.creaweb-cart-float-button.float-right{
	right: 20px;
}

.creaweb-cart-float-button:hover {
	background-color: #2c2fa5;
	box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.3);
	transform: translateY(-7px);
}

table.table-checkout-product-list{
    table-layout: fixed;
}

/* .address-type span.select2-container{
    width: 100%;
    height: 100%;
    box-shadow: none;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-right: 0;
} */

.address-type span.select2-container--default .select2-selection--single{
    min-width: 130px;
}

.icon-cart{
    width: 30px;
    height: 30px;
}

.my-button-cart-modal.my-button-cart-modal-float.cart-button-right button {
    right: 16px;
    bottom: 16px;
    margin: 0 2px;
}

.my-button-cart-modal.my-button-cart-modal-float.cart-button-left button {
    left: 16px;
    bottom: 16px;
    margin: 0 2px;
}



@media only screen and (max-width: 1025px){
    #my-cart-modal-content .modal-xl{
        max-width: 96%;
    }
}

@media only screen and (max-width: 992px){
    .cart-product-title,
    .cart-product-price{
        font-size: 1rem;
    }

    #my-cart-table .product-variant,
    #my-cart-table .product-variant b,
    #my-cart-table .product-value,
    #my-cart-table .product-value s,
    .product-info a {
        font-size: 0.875rem;
    }
}

@media only screen and (max-width: 769px){
    .table-responsive-md{
        display: table;
    }
}

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

    #my-cart-table .product-variant,
    #my-cart-table .product-variant b,
    #my-cart-table .product-value,
    #my-cart-table .product-value s,
    .product-info a {
        font-size: 0.75rem;
    }
}
