.custom_product_variations_add_to_cart{
    background: #e6f1ff;
    text-align: center;
}
.custom_product_variations_add_to_cart > *,
.woocommerce-page div.product form.cart .custom_product_variations_add_to_cart div.quantity,
.woocommerce div.product form.cart .custom_product_variations_add_to_cart div.quantity
{
    margin: 10px 0 !important;
}
#custom-product-variation-price{
    padding: 0 10px;
}
.woocommerce div.product #custom-product-variation-price span.price,
.woocommerce-page div.product #custom-product-variation-price span.price{
    color: #056ff6;
}
.custom_product_variations.table-responsive{
    text-align: left;
}
.custom_product_variations.table-responsive tr td{
    vertical-align: top;
    border: none;
    /*padding-bottom: 10px;*/
}
.custom_product_variations.table-responsive tr td:nth-child(1){
    white-space: nowrap;
    padding-right: 50px;
    width: auto;
}
.custom_product_variations.table-responsive tr td:nth-child(2){
    width: 100%;
}
.custom_product_variations label{
    display: inline-block;
    cursor: pointer;
    margin-right: 10px;
    margin-bottom: 10px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}
.custom_product_variations label input[type="radio"]{
    display: none;
}
.custom_product_variations label span{
    display: block;
    border-radius: 3px;
    padding: 3px 20px;
    background: #f4f4f4;
    text-align: center;
    border: 1px solid #ddd;
}
.custom_product_variations label input[type="radio"]:checked + span{
    color: #fff;
    background: #056ff6;
    border: 1px solid #056ff6;
}
.custom_product_variations input[type="number"]{
    width: 100%;
    padding: 8px;
    margin-bottom: 10px;
    text-align: left !important;
}
.custom_product_variations select{
    width: 100%;
    padding: 5px;
    margin-bottom: 10px;
}

@media all and (max-width: 576px){
    .custom_product_variation_attribute_valus{
        display: flex;
        flex-wrap: wrap
    }
    .custom_product_variation_attribute_values label{
        width: calc(33% - 10px);
        flex: 0 0 auto;
        white-space: nowrap;
    }
    .custom_product_variations label span{
        padding: 5px;
    }
}
@media all and (max-width: 479px){
    .custom_product_variations.table-responsive tr td:nth-child(1){
        padding: 10px;
    }
}
@media all and (max-width: 425px){
    .custom_product_variation_attribute_values label{
        width: calc(50% - 10px);
    }
}