/*
Theme Name: Gizmos Child
Theme URI: https://gizmos.qodeinteractive.com
Description: A child theme of Gizmos
Author: Mikado Themes
Author URI: https://qodeinteractive.com
Version: 1.0
Text Domain: gizmos
Template: gizmos
*/


/** menu footer **/
#menu-footer-menu {
    display: flex;
    justify-content: end;
}

#menu-footer-menu li {
    padding-left: 1rem;
}

#gizmos_core_single_image-3 img{
    max-width: 250px;
}

.wc-proceed-to-checkout {
    max-width: 450px;
}

.wc-proceed-to-checkout .wp-element-button {
    margin: 1rem 0 !important;
    width: 100% !important;
} 

/** search **/
#qodef-page-mobile-header .qodef-search-cover-form .qodef-m-form-field {
    font-size: 14px;
    color: black !important;
    padding: 10px;
    margin: 0;
    width: 100%;
    max-width: 100%;
}

#qodef-page-mobile-header .qodef-search-cover-form .qodef-m-form-field:focus {
    color: black !important;
}
.container-image-and-badge  .woocommerce-product-gallery__image {
    width: calc(100% - 20px)!important;
    margin: 0 10px;
    border: 1px solid #eaeaea;
    border-radius: 10px;
}

.qodef-search-cover-form {
    background: #fff !important;
    color: #000 !important;
}

.qodef-search-cover-form .qodef-m-close {
    fill: #000 !important;
}

.qodef-search-cover-form .qodef-m-inner:before {
    filter: invert(1) !important;
}