/**
* Theme Name: Razox Child
* Description: This is a child theme of Razox, generated by Merlin WP.
* Author: <a href="http://pavothemes.com/">Pavothemes</a>
* Template: razox
* Version: 2.0.6
*/
/* Fix variation select dropdown - white background with readable text */
.variations select,
.variations select#option,
table.variations select {
    background-color: #1e1e1e !important;
    color: #ffffff !important;
    border: 1px solid #444 !important;
    padding: 8px 12px !important;
    border-radius: 4px !important;
    appearance: auto !important;
    -webkit-appearance: auto !important;
}

.variations select option {
    background-color: #1e1e1e !important;
    color: #ffffff !important;
}

/* Hide duplicate variation description injected by WooCommerce JS */
.single_variation_wrap .woocommerce-variation-description {
    display: none !important;
}

/* Hide SKU on product pages */
.product_meta .sku_wrapper {
    display: none !important;
}
