.product-buy-bobble {
    position: relative;
    width: max-content;
    display: block;
}

.product-buy-bobble .btn-wrapper {
    cursor: pointer;
}

.product-buy-bobble .shop-button-qnt {
    pointer-events: none;
    margin-left: 0;
}

.product-buy-bobble .product-detail-buy > .heading-wrapper,
.product-buy-bobble .product-quantity-wrapper {
    display: none;
}

.product-buy-bobble .product-buy-size-bobble {
    position: absolute;
    top: -20px;
    left: calc(50% - 106px);
    width: 212px;
    transform: translateY(-100%);
    z-index: 1000;
    background: #ffffff;
    padding: 10px;
    border: 1px solid #d5d5d5;
    opacity: 0;
    pointer-events: none;
}

.product-buy-bobble.active .product-buy-size-bobble {
    pointer-events: auto;
    opacity: 1;
}

.product-buy-bobble .product-buy-size-bobble:after,
.product-buy-bobble .product-buy-size-bobble:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border: 10px solid #d5d5d5;
    border-right-color: transparent;
    border-left-color: transparent;
    left: calc(50% - 10px);
    border-bottom-width: 0;
    bottom: -11px;
}

.product-buy-bobble .product-buy-size-bobble:after {
    border-color: #ffffff;
    border-right-color: transparent;
    border-left-color: transparent;
    bottom: -10px;
}

.product-buy-bobble .product-buy-size-bobble .input-quantity-wraper {
    position: relative;
    height: 40px;
}

.product-buy-bobble .product-buy-size-bobble .input-quantity-wraper label {
    font-size: 10px;
    line-height: 20px;
    position: absolute;
    top: 3px;
    left: 10px;
    z-index: 10;
    pointer-events: none;
}

.product-buy-bobble .product-buy-size-bobble .input-quantity-wraper input.quantity-nb {
    line-height: 45px;
    font-size: 16px;
    padding: 16px 10px 0;
    margin: 0;
    height: 40px;
}

.product-buy-bobble .product-buy-size-bobble .input-quantity-wraper .add-to-cart-button {
    position: absolute;
    top: 0;
    right: 0;
    height: 40px;
    line-height: 40px;
    padding: 0;
    width: 40px;
}

.product-buy-bobble .product-buy-size-bobble .input-quantity-wraper .form-group,
.product-buy-bobble .product-buy-size-bobble .input-quantity-wraper .form-group .form-control {
    margin: 0;
    height: 40px;
}

.product-buy-bobble .product-buy-size-bobble .product-attributes-wrapper {
    margin-bottom: 10px;
}

.product-buy-bobble .product-buy-size-bobble .quantity-button-wrapper {
    margin-bottom: 10px;
    max-height: 180px;
    overflow-x: hidden;
    overflow-y: auto;
}

.product-buy-bobble .product-buy-size-bobble .quantity-button-wrapper .item,
.product-buy-bobble .product-buy-size-bobble .product-attributes li {
    width: calc(20% - 8px);
    border: 1px solid transparent;
    margin: 4px;
    line-height: 28px;
    height: 28px;
    position: relative;
    padding: 0;
    min-width: auto;
    float: left;
    color: #000000;
}

.product-buy-bobble .product-buy-size-bobble .quantity-button-wrapper .item:hover,
.product-buy-bobble .product-buy-size-bobble .product-attributes li:hover {
    border: 1px solid #cccccc;
}

.product-buy-bobble .product-buy-size-bobble .quantity-button-wrapper .item:not(:nth-child(5n)):after,
.product-buy-bobble .product-buy-size-bobble .product-attributes li:not(:nth-child(5n)):after {
    content: '';
    position: absolute;
    top: -5px;
    right: -5px;
    width: 1px;
    height: calc(100% + 10px);
    background: #cccccc;
}

.product-buy .user-verify-label{
    display: none;
}
