.vbox {
    overflow: hidden;
}

.vblock img {
    border: 1px solid #E7E7E7;
}

.vblock img:hover {
    border: 1px solid #BBBBBB;
}

.vblock div {
    float: left;
    display: block;
    margin-right: 10px;
    margin-bottom: 10px;
}

.vp_title {
    margin-bottom: 0px;
}

.none {
    color: red;
}

/*.show {color:blue;}*/


.ty-variations-list .ty-cashback {
    margin-left: 50px;
    margin-top: 6px;
}

@media (max-width: 767px) {
    .ty-variations-list .ty-cashback {
        margin-left: 15px;
    }
}

.ty-variations-list__title .tablesorter-header-inner {
    white-space: normal;
}

@media (min-width: 768px) {
    .ty-variations-list__product-elem .ty-qty-out-of-stock {
        margin-left: 0;
    }
}

.ty-product-variations-switcher {
    display: inline-flex;
    margin-bottom: 5px;
    background-color: #eeeeee;
    border-radius: 4px;
    padding-left: 0px;
}

.ty-product-variations-switcher__btn {
    display: block;
    position: relative;
    height: 29px;
    padding-left: 18px;
    padding-right: 18px;
    font-size: 12px;
    line-height: 28px;
    color: #000;
    border: 1px solid transparent;
    border-radius: 4px;
    outline: 0;
    cursor: pointer;
}

.ty-product-variations-switcher__btn:hover {
    color: #000;
}

.ty-product-variations-switcher__btn:not(.active):hover {
    color: #06516e;
}

.ty-product-variations-switcher__btn.active {
    border: 1px solid #ccc;
    background-color: #fff;
}

#productvariablelist span{
    display: flex;
    align-items: center;
    font-weight: 600;
    font-size: 12px;
}

#productvariablelist .scrollable{
    overflow: hidden auto;
        padding: 0px 10px;
        /* overflow: auto; Enable scroll if content exceeds the block's dimensions */
        border: 1px solid rgba(0 0 0 / .06); /* Optional: Add a border for visualization */
        max-height: 210px;
    }