/* Product option controls: keep labels and selected values comfortably inset. */
.strazar-shop-shell-active.single-product .product-info .variations select {
    box-sizing: border-box;
    padding-right: 42px !important;
    padding-left: 14px !important;
    text-indent: 0;
}

.strazar-shop-shell-active.single-product .product-info .variations th.label {
    vertical-align: middle;
}

.strazar-shop-shell-active.single-product .product-info .variations td.value {
    min-width: 0;
}

@media (max-width: 560px) {
    .strazar-shop-shell-active.single-product .product-info .variations select {
        padding-right: 42px !important;
        padding-left: 14px !important;
    }
}
