.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: #d93c81;
    background-color: #d93c81;
    color: #fff;
    text-decoration: none;
}
.SizeSelection.active {
    border-color: #d93c81;
    background-color: #d93c81;
    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;
}