
.fixed-button-whatsapp {
/* background: #0088cc; */
    position: fixed;
	bottom: 95px;
	border-radius: 50%;
/* color: #fff; */
/* display: block; */
    height: 9px;
    min-width: 50px;
    opacity: 0;
    padding: 2px 2px 2px;
    right: 7px;
/* text-align: center;*/
/* text-decoration: none; */
    transition: all 0.3s ease 0s;
    z-index: 1040;
}
.whatsapp-image {
    width: 55px; 
    height: auto;
    border-radius: 50%;
    box-shadow: 0 1px 4px rgba(0,0,0,.4);
    transition: transform 0.3s ease;
}
.whatsapp-image:hover {
    transform: scale(1.2);
}
.fixed-button-whatsapp.visible {
	opacity: 1;
}

.mm {
    background: #ffffff;
    color: #330;
    --mm-spn-item-height: 46px;
    --mm-ocd-max-width: 500px;
}
.cart-offcanvas  {
    position: relative;
    margin-top: 10px;
    margin-bottom: 10px;
    color: #777;
    padding: 2px;
    background-color: #fff;

}
.cart-offcanvas .product-thumb-info {
    transition: all 0.2s;
    padding: 0;
    position: relative;
    border: 0;
    background: #fff;
    display: block;
    overflow: hidden;
    position: relative;
    text-decoration: none;
    max-width: 100%;
    text-align: left;
    text-decoration: none;
}
.cart-offcanvas .product-thumb-info .product-thumb-info-name {
    font-size: 12px;
    font-weight: 400;
    line-height: 1.3;   
}
.cart-offcanvas .product-thumb-info .product-thumb-info-image {
    display: block;
    position: relative;
}
.cart-canvas-product-pricing .product-price .price {
    display: flex;
    justify-content: left;
    align-items: flex-start;
    margin-top: 10px;
    font-size: 43.2px;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1;
    color: var(--dark);
}
.zoom-cart-product {
    position: relative;
    margin-top: -20px;
    margin-bottom: 10px;
    font-size: 1.4rem;
    line-height: 1;
    transition: all .5s;
    outline: none;
    font-weight: 600;
    z-index: 1000;    
}

.dropdown-megagsl{
    position: static;
}

.flex-even {
    flex: 1;
  }