/*

 Theme Name:   Blade Child

 Theme URI:    http://themeforest.net/user/greatives

 Description:  Blade Child Theme

 Version:      3.1

 Author:       Greatives Team

 Author URI:   http://greatives.eu

 Template:     blade

*/


.esg-filter-wrapper.eg-search-wrapper.esg-fgc-2 {
	position: relative;
    width: 25%;
    min-width: 250px;
    line-height: 39px;
}
#grve-theme-wrapper .esg-filter-wrapper.eg-search-wrapper.esg-fgc-2 input.eg-search-input {
	min-height: 36px;
    padding-top: 0px;
    padding-right: 50px;
    padding-bottom: 0px;
}
.esg-filter-wrapper.eg-search-wrapper.esg-fgc-2 span.eg-search-submit {
	position: absolute;
    top:-1px;
    right: 25px;
}
.esg-filter-wrapper.eg-search-wrapper.esg-fgc-2 span.eg-search-clean {
	position: absolute;
    top:-1px;
    right: 1px;
}

/*filter by wrap*/
#wrap-filter-by {
    height: 30px;
    font-size: 80%;
    font-weight: bold;
    text-align: left;
    color: #000;
}
#wrap-filter-by>div:first-child {
    border-bottom: 1px solid #777777;
    color:#777777;
}
#wrap-filter-by .delimiter {
    margin: 0 10px;
    border-left: 1px solid #777;
    color:#777777;
}
.hide {
    display:none!important;
}

.grve-section.grve-fullwidth-background.grve-bg-none {
    z-index: 1;
}
#grve-footer {
    z-index: 1;
}

.grve-single-post .woocommerce ul.products {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    display: -webkit-flex;
}

.grve-single-post .woocommerce ul.products li.product .woocommerce-placeholder {
    border: 1px solid #054575;
    padding: 20px;
}

.grve-single-post .woocommerce ul.products li.product p,
.grve-single-post .woocommerce ul.products li.product h2 {
    line-height: normal;
    font-size: 14px;
    text-align: center;
}

.grve-single-post .woocommerce ul.products li.product h2 {
    margin-bottom: 10px;
}

.grve-single-post .woocommerce ul.products:before,
.grve-single-post .woocommerce ul.products:after 
{display: none}

.hide-class {
    display: none;
}
.hide-class-form {
    display: none;
}
.price_choose img {
    display: none;
}

.close-filter-f, .close-filter-s {
    border: 1px solid;
    padding: 0px 5px;
    margin: 0 5px;
    cursor: pointer;
}

@media (max-width: 414px) {
    .esg-dropdown-wrapper {
        width: 255px !important;
    }
}