/*!
Theme Name: Askhuey Sunglasses Theme
Theme URI: http://custom_theme.me/
Author: Shyam Future Tech Pvt Ltd
Author URI: https://shyamfuture.com
Description: This is a custom theme Bolierplate to get started with ease
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: custom_theme
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Custom Theme is based on custom_theme https://custom_theme.me/, (C) 2012-2020 Weavers, Inc.
custom_theme is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
.custom-products{width:100%;}
/*====================== Search Modal Start =================*/
.search-modal{
    display:none;
}
.search-modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom:0 ;
    left: 0;
    overflow: auto;
    text-align: center;
    background: rgb(0 0 0 / 75%);
    backdrop-filter: blur(10px);
    margin: 0;
    z-index: 9999;
    height: 100vh;
}
  

  
.search-modal .centered {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    padding: 10px 15px;
    color: #FFF;
    border: none;
    background: transparent;
}
  
.search-modal #search-box {
    position: relative;
    max-width: 550px;
    width: 100%;
}
  

  

  
.search-modal #search-box input[type="text"] {
    width: 100%;
    height: 46px;
    border: 2px solid #DE3C26;
    background: #000;
    padding: 8px 50px 8px 15px;
    border-radius: 27px;
    outline: none;
    box-shadow: none;
    color: #fff;
    font-size: 16px;
}
  
.search-modal #search-button {
    position: absolute;
    top: 1px;
    right: 2px;
    font-size: 16px;
    color: #000000;
    line-height: 1.2;
    background: #DE3C26;
    cursor: pointer;
    height: 44px;
    width: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    padding: 0;
    outline: none;
    box-shadow: none;
}
  
.search-modal #close-btn{
    position: fixed;
    top: 1em;
    right: 1em;
}
.search-modal #close-btn:hover{
    color: #777;
    cursor: pointer;
}

/*====================== Search Modal End =================*/

.woocommerce-form-register__submit, .woocommerce-form-login__submit{
	font-family: Inclusive Sans !important;
    font-weight: 400 !important;
    font-style: Regular !important;
    font-size: 24px !important;
    line-height: 100% !important;
    letter-spacing: 0% !important;
    text-transform: capitalize !important;
    padding: 14px 40px !important;
    border-radius: 12px !important;
    color: #fff !important;
    background: #DE3C26 !important;
}