/*
Theme Name: Kloe
Theme URI: http://kloe.qodeinteractive.com/
Description: Fashion & Lifestyle Multi-Purpose Theme
Author: Select Themes
Author URI: http://themeforest.net/user/select-themes
Version: 2.8
Text Domain: kloe
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

CSS changes can be made in files in the /css/ folder. This is a placeholder file required by WordPress, so do not delete it.

*/

.select2-container--default .select2-selection--single {
    height: auto !important;
    padding: 10px 17px !important;
    outline: 0 !important;
    resize: none !important;
    font-family: inherit !important;
    line-height: 27px !important;
    background-color: #f0f0f0 !important;
    color: #868686 !important;
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    box-sizing: border-box !important;
    border: 1px solid #f0f0f0 !important;
    font-size: 13px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px !important;
    position: absolute !important;
    top: 10px !important;
    right: 10px !important;
    width: 20px;
}