<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M11 6c1.38 0 2.63.56 3.54 1.46L12 10h6V4l-2.05 2.05C14.68 4.78 12.93 4 11 4c-3.53 0-6.43 2.61-6.92 6H6.1c.46-2.28 2.48-4 4.9-4zm5.64 9.14c.66-.9 1.12-1.97 1.28-3.14H15.9c-.46 2.28-2.48 4-4.9 4-1.38 0-2.63-.56-3.54-1.46L10 12H4v6l2.05-2.05C7.32 17.22 9.07 18 11 18c1.55 0 2.98-.51 4.14-1.36L20 21.49 21.49 20l-4.85-4.86z"/></svg>.stm-header .stm_btn:hover {
text-decoration: none;
}
.stm-header .fa {
font-family: 'FontAwesome' !important;
}
.stm-header .stm-cart:before {
display: none;
} @media only screen and (min-width: 1024px) {
.stm-search .stm_widget_search i {
position: relative;
cursor: pointer;
font-size: 15px;
color: #fff;
}
.stm-search .stm_widget_search.active .search_wrapper .hb_search_form {
width: 50%;
}
.stm-search .stm_widget_search.active .search_wrapper {
display: flex !important;
}
.stm-search .stm_widget_search .search_wrapper {
justify-content: center;
align-items: center;
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 999999999;
}
.stm-search .stm_widget_search .search_wrapper .hb_search_form_wrap {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0,0,0, 0.8);
z-index: 1;
}
.stm-search .stm_widget_search .search_wrapper .hb_search_form {
position: relative;
z-index: 2;
}
.stm-header .stm-search .stm_widget_search .search_wrapper form {
margin: 0 auto;
display: flex;
}
.stm-header .stm-search .stm_widget_search .form-control {
padding: 0 20px;
background-color: #fff !important;
}
.stm-header .stm-search .stm_widget_search .form-control:focus,
.stm-header .stm-search .stm_widget_search .form-control:active {
box-shadow: none !important;
border-radius: 0 !important;
}
.stm-header .stm-search .stm_widget_search button[type=submit] {
position: relative;
bottom: auto;
right: auto;
padding: 0 20px;
background: #fff !important;
border: 0;
}
.stm-header .stm-search .stm_widget_search button[type=submit]:active,
.stm-header .stm-search .stm_widget_search button[type=submit]:focus {
outline: none !important;
}
.stm-header .stm-search .stm_widget_search button[type=submit] i {
font-size: 20px;
color: #000 !important;
}
}
@media only screen and (max-width: 1023px) {
.stm_widget_search .stm_widget_search_button {
display: none;
}
.stm_widget_search .search_wrapper.hidden {
display: block !important;
}
.stm-search .stm_widget_search {
max-width: 220px;
}
.stm-search .stm_widget_search .form-control {
height: 36px !important;
padding-left: 10px !important;
}
.stm-search .stm_widget_search button[type=submit] {
padding: 5px 10px !important;
}
.stm-search .stm_widget_search button[type=submit] i {
color: #fff;
}
}