/*!
Theme Name: Kadence Child
Theme URI: https://www.kadencewp.com/kadence-theme/
Template: kadence
Author: Kadence WP
Author URI: https://www.kadencewp.com/
Description: A child theme for the Kadence Theme.
Version: 1.0.0
License: GNU General Public License v3.0 (or later)
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: kadence-child
*/

/* Theme customization starts here
-------------------------------------------------------------- */


/* Select2 Style */
select.form-control {
    border-radius: 0;
    box-shadow: none;
    border-color: #d2d6de
}

.select2-hidden-accessible {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}

.select2-container--default .select2-selection--single,
.select2-selection .select2-selection--single {
    border: 1px solid #d2d6de;
    border-radius: 0;
    padding: 6px 12px;
    height: 34px
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px
}

.select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 28px;
    user-select: none;
    -webkit-user-select: none
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding-right: 10px
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 0;
    padding-right: 0;
    height: auto;
    margin-top: -3px
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px
}

.select2-container--default .select2-selection--single,
.select2-selection .select2-selection--single {
    border: 1px solid #d2d6de;
    border-radius: 0 !important;
    padding: 6px 12px;
    height: 40px !important
}

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


.select2-container--default .select2-results__option--selectable span.child-cat {
    margin-left: 18px;
    display: inline-block;
}

.prochile-sorting-options div {padding: 0px !important}
.select2-container--default .select2-selection--single {border: none; background-color: transparent; padding: 8px 12px}
.select2-container--default .select2-selection--single .select2-selection__rendered {color: #0091b3; text-transform: uppercase}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {background-color: #0091b3; border-radius: 15px;}
.select2-container--default .select2-results__option--selected {border-radius: 15px;}
.select2.select2-container.select2-container--default {width: 250px !important}
.select2-container--default .select2-selection--single .select2-selection__arrow b {border-color: #0091b3 transparent transparent transparent}
.select2-selection__arrow  {margin-right: 7px}
.select2-dropdown.select2-dropdown--below {border-radius: 15px; padding: 2px; margin-top: -7px;}
.select2-dropdown {border: 1px solid #fff; box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);}
.select2-results__option {padding: 6px 10px; font-size: 15px;}
.select2-container--default .select2-search--dropdown .select2-search__field {border-radius: 15px}