/**
 * Theme Name:     Shoptimizer Child
 * Author:         CommerceGurus
 * Template:       shoptimizer
 * Text Domain:	   shoptimizer-child
 * Description:    Shoptimizer is the perfect theme for your next WooCommerce project designed around speed and conversions.
 */

/*.site-header .woocommerce-product-search,*/
/*.site-header .search-form {*/
/*    display: none !important;*/
/*}*/

.woocommerce-form .form-row {
    margin-bottom: 1rem;
    width: 100%;
    display: block;
}

.woocommerce-form .form-row input.input-text {
    padding: 12px;
    border: 1px solid #E2E8F0;
    border-radius: 8px;
}

.woocommerce-form .form-row input.input-text:focus {
    outline: none;
    border-color: #0A2C4A;
    box-shadow: 0 0 0 2px rgba(10, 44, 74, 0.15);
}

.woocommerce-form button.button {
    width: 100%;
    background: #0A2C4A;
    color: #fff;
    padding: 12px;
    border-radius: 8px;
    font-weight: 600;
}

.woocommerce-form button.button:hover {
    background: #123E6B;
}

.custom-logo-negative {
    width: 300px;
}