/* 
Theme Name: Fish4Wish
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Custom is a child theme of Hello Elementor
Author: Switch One
Author URI: https://switch-one.com/
Template: hello-elementor
Version: 1.0.0
Text Domain: rao
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

*{
    letter-spacing: 0px !important;
}

.e-font-icon-svg-container::before{
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url('https://demo.fish4wish.com/wp-content/themes/fish4wish/search.svg');
    background-size: cover;
}
.e-font-icon-svg-container svg{
    display: none;
}

input#elementor-search-form-2d50330{
    padding: 0 !important;
    border: 0 !important;
    background: #e6e6e6 !important;
    color: #000 !important;
}
.elementor-search-form__container:not(.elementor-lightbox){
    background: #e6e6e6 !important;
    border-radius: 20px !important;
    padding: 5px 5px 5px 10px !important;
}

*:focus {
    outline: none;
}

table.variations th,
table.variations td{
    background-color: #e3f5ff !important;
    vertical-align: middle !important;
}

.woocommerce-variation.single_variation{
    display: none !important;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

#fish-btn span.elementor-button-content-wrapper{
    width: 160px;
    min-width: 160px;
}

#fish-btn:hover span.elementor-button-content-wrapper::after {
    content: "Go fish!";
    display: inline;
}

#fish-btn:hover span.elementor-button-text {
    display: none;
}

#f4w-footer-menu ul li{
    margin-bottom: 15px;
}