/*
Theme Name: Sober Child Theme
Theme URI: http://uix.store/sober/
Author: UIX Themes
Author URI: http://uix.store
Description: Sober is a fully responsive Premium WordPress Theme with a pixel perfect design and extensive functionality
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: sober
Tags: one-column, two-columns, right-sidebar, custom-colors, custom-menu, featured-images, flexible-header, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
Template: sober
*/

.variations {
    display: flex;
    flex-direction: column;
}

.variations .variable {
    width: 100% !important;
}

.variations .variable .variable-options {
    display: flex !important;
    gap: 10px;
}

.variations .variable .variable-options span.value {
    display: flex !important;
}

.variations .variable .variable-options span.label {
    margin-bottom: 0 !important;
    min-width: 120px;
}
    
.variable-options.line-hover  {
    border-bottom: none !important;
}

.woocommerce div.product form.cart .variations .variable-options:after {
    display: none !important;
}

.variable-options.line-hover .label {
    display: none !important;
}

.variable-options .arrow {
    display: none !important;
}

div.variations-reset {
    display: none !important;
}

.wcpa_field_label {
    text-align: start;
}

select.wcpa_field {
    padding: 10px 0;
}


