.cart-opened {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1050;
}
.SizeSelection {
    cursor: pointer;
    display: block;
    position: relative;
    min-width: 32px;
    text-align: center;
    margin: 3px 6px 3px 0;
    padding: 4px 8px;
    transition: all 0.3s;
    border: 1px solid #e9e9e9;
    color: #777;
    font-size: 1.1rem;
    font-weight: 400;
    line-height: 1.6rem;
    text-decoration: none;
}
.SizeSelection:hover {
    border-color: #2b2b2b;
    background-color: #2b2b2b;
    color: #fff;
    text-decoration: none;
}
.SizeSelection.active {
    border-color: #2b2b2b;
    background-color: #2b2b2b;
    color: #fff;
    text-decoration: none;
}
.colorbtn {
    width: 25px;
    height: 25px;
    border: 1px solid lightblue;
    margin-right: 5px;
    margin-right: 5px;
}
.registerphone {
    /* this is for honeybot */
    display: none;
}

.cartOpenbtn {
    background: none;
    border: none;
}
.MyCustomBack {
    background:
        /* soft veins */
            radial-gradient(circle at 20% 30%, rgba(255,255,255,0.08), transparent 40%),
            radial-gradient(circle at 80% 70%, rgba(255,255,255,0.05), transparent 50%),
            radial-gradient(circle at 50% 50%, rgba(255,255,255,0.06), transparent 60%),

                /* subtle flowing texture */
            repeating-linear-gradient(
                    130deg,
                    rgba(255,255,255,0.03) 0px,
                    rgba(255,255,255,0.03) 2px,
                    transparent 2px,
                    transparent 6px
            ),

            repeating-linear-gradient(
                    45deg,
                    rgba(0,0,0,0.15) 0px,
                    rgba(0,0,0,0.15) 3px,
                    transparent 3px,
                    transparent 8px
            ),

                /* base stone color */
            radial-gradient(circle at 30% 30%, #5a5a5a, #2b2b2b 60%, #1a1a1a 100%);

    background-blend-mode: overlay, overlay, overlay, soft-light, multiply, normal;
}