/*
Theme Name: Haaken Child
Theme URI: https://haaken.qodeinteractive.com
Description: A child theme of Haaken
Author: Edge Themes
Author URI: https://qodeinteractive.com
Version: 1.0.0
Text Domain: haaken
Template: haaken
*/
.woosb-products .woosb-product .variations_form .variations .variation {
    display: flex;
}

.woosb-products .woosb-product .variations_form .variations {
    width: 100%;
}

body .select2-container--default .select2-selection--single {
    padding: 0;
    width: 100%;
}
/*
body .select2-container--default .select2-selection--single .select2-selection__arrow {
    right: -25px;
    top: 7px;
}
*/
.woosb-products .woosb-product .variations_form .variations .variation .label {
    line-height: 35px;
}
body .select2-container--default .select2-selection--single .select2-selection__rendered {
    padding: 7px;
    display: table;
}
span.select2-dropdown.select2-dropdown--below {
    min-width: 250px;
}