.wbpce-sf .elementor-search-form__container{
	min-height: 35px;
}
.wbpce-sf .elementor-search-form__input{
    padding-left: calc(35px / 3) !important;
    padding-right: calc(35px / 3) !important;
}

.wbpce-sf .elementor-search-form__submit{
	min-width: 35px;
}

.wbpce-sf .elementor-search-form__container{
	border-radius: 10px;
}

.wpce_sf_eye_wrapper {
    position: absolute;
    top: 10px;
    right: 20px;
    background: #fff;
    border-radius: 100%;
    box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.5);
    visibility: hidden;
    opacity: 0;
}
.wpce_sf_eye_wrapper a{
	display: block;
    padding: 5px 8px;
}
.wpce_single_item:hover .wpce_sf_eye_wrapper{
	visibility: visible;
	opacity: 1;
	transition: all 500ms;
}
.wpce_single_item {
    position: relative;
}

.wpce_cartbtn .added_to_cart.wc-forward{
	display: none;
}


@media screen and (max-width: 480px) {
	.elementor-search-form_toggle{
        display: block  !important; 
    }
    .wpce-sf-hide-mobile{
    	display: none !important;
    }
    .elementor-search-form_toggle{
        border-radius: 10px !important;
    }
    .wbpce-sf .elementor-search-form__container:not(.elementor-search-form--full-screen){
    	background: transparent;
    }
    .wbpce-sf .elementor-search-form__input{
    	background: #fff !important;
    }
    .wbpce-sf .elementor-search-form__input + .elementor-search-form_toggle{
        border-top-right-radius: 0 !important;
        border-bottom-right-radius: 0 !important;
    }
    
    .wpce_sf_eye_wrapper{
        right: 5px;
        top: 5px;
    }
    .wpce_sf_eye_wrapper a{
        padding: 2px 4px;
        font-size: 12px;
    }
}