/*
 Theme Name:   Storefront Child
 Theme URI:    
 Description:  Storefront Child Theme
 Author:       webigear
 Author URI:   
 Template:     storefront
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  storefront-child
*/

.projector-product-search .p-search-field {
    padding-right: 20px !important;
}
.p-search-field label {
    display: block;
}
.projector-product-search span.select2-selection.select2-selection--single {
}
.projector-product-search .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-width: 8px 5px 0 5px;
    margin-left: -8px;
    margin-top: -4px;
}
.search-fields-wrapper,
.search-child-wrapper {
    display: flex;
}
.projector-product-search .select2-container {
    width: 100% !important;
}
.projector-product-search .select2-results__option {
    padding: 0 5px !important;
}
.projector-product-search input[type='text'] {
    padding: 0;
    background-color: unset;
    color: unset; 
    border: 2px inset; 
    -webkit-appearance: none; 
    box-sizing: border-box;  
    box-shadow: unset; 
}
.p-search-button {
    height: 30px;
    padding: 0px 17px;
    margin-top: 26px;
}
.size-small .projector-product-search .p-search-field {
    padding-right: 20px !important;
    width: 100%;
    display: block;
    margin-bottom: 15px;
}
.size-small .search-fields-wrapper, .size-small .search-child-wrapper {
    display: unset;
}
.size-small .p-search-button {
    margin-top: 26px;
 
.site-search{
    margin-bottom:10px;
}
