/*
Theme Name: Посуда в СПб
Version: 1.0
Description: Тестовая тема
Author: Дмитрий Кондратьев
*/

.nomargin {margin:0;}
.nopadding {padding:0;}

form button[type=submit] {
	border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    word-wrap: normal !important;
    top: 0;
    left: 0;
}

form input[type=search], form input[type=text] {
	padding-left: 2.617924em;
	padding: 1em 1.41575em;
    line-height: 1;
    background-color: #fff;
    color: #43454b;
    border: 1px solid #eee;
    -webkit-appearance: none;
    box-sizing: border-box;
    font-weight: normal;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.225);
    width: 100%;
}

form {
	margin: 0;
	position: relative;
}

form:after {
	position: absolute;
    top: 0.9em;
    right: 1.15em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    vertical-align: baseline;
    content: "\f002";
    line-height: 1;
    color: #dc3545;
    font-size: 1.3rem
}