.bwp-sidebar>.widget {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
}
.woocommerce-product-search button{
    background: #28A745;
    color: #fff;
    font-size: 12px;
    padding: 8px 28px;
    border-radius: 5px;
    border: 0;
}
.woocommerce.widget_product_search .woocommerce-product-search {
    border: 1px solid #e6e6e6;
    padding: 5px 15px;
    position: relative;
    border-radius: 5px;
}

.select2-container .select2-selection--single {
    height: 40px !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 40px !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 8px !important;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
    width: 20px;
    height: 20px;
    top: -10px;
}

.filter-item input[type=checkbox], .filter-item input[type=radio] {
    width: 18px;
    height: 18px;
    vertical-align: bottom;
    position: relative;
    top: -4px;
    margin-right: 6px;
}
.woocommerce-account #customer_login .button-login, .woocommerce-account #customer_login .button-register {
    margin-bottom: 15px;
}
.xoo-ml-open-lwo-btn{
    width:100%;
}
.woocommerce-account #customer_login .button-register input[type=submit] {
    background: #3a9046;
}
.woocommerce #respond input#submit, .woocommerce button.button, .woocommerce input.button {
    color: #fff;
    background: #3a9046;
}
.xoo-ml-low-back{
    color: #000 !important;
    background: #f88e05 !important;
}
.wcfmmp_become_vendor_link a{
    color: #000;
    background: #f88e05;
    padding: 15px 50px;
    cursor: pointer;
    border: 0;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    width: 100%;
    display: block;
    text-align: center;
}
/*
.wcfmmp-product-geolocate-wrapper{
    display:none !important;
}*/

@media only screen and (max-width: 600px) { 
    .woocommerce-product-search button {
        padding: 8px 15px;
    }
}
.wcfmmp-product-geolocate-wrapper .wcfmmp-product-list-map {
    display: none !important;
}
/* Checkout page processing spinner */
.woocommerce-checkout.processing .blockUI.blockOverlay {
    background-image:url('https://staging.thefarmersvillage.com/loader.gif') !important;
    background-position: center 50% !important;
    background-repeat: no-repeat !important;
    position: fixed !important;
     
}
