/*@import url('https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,500,500i,700,700i&subset=cyrillic');*/
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap');
/*@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700;1,900&display=swap');*/
/*@import url('https://fonts.googleapis.com/css2?family=Alegreya+Sans:wght@100;300;400;500;700;800;900&display=swap');*/

body, html {
    margin: 0;
    font-size: 14px;
    /*font-family: 'Roboto', sans-serif;*/
    font-family: 'Roboto Condensed', sans-serif;
    /*font-family: 'Source Sans Pro', sans-serif;*/
    /*font-family: 'Alegreya Sans', sans-serif;*/
    background-image: url(/images/black_food_pattern.jpg);
    /*color: white;*/

}
h1 {
    padding: 30px 0;
    margin: 0;
    font-style: normal;
    /*text-align: center;*/
    font-size: 30px;
    color: rgb(255, 255, 255);
    font-weight: bold;
}
h2 {
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    /*text-align: center;*/
    font-size: 24px;
    margin-bottom: 20px;
    color: rgb(255, 255, 255);
}
.common-pages h2,
.common-pages h3,
.common-pages h4 {
    color: black;
}
h3, h4 {
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    font-size: 18px;
    color: rgb(255, 255, 255);
}
p {
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
}
li {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
}
a {
    color: #000;
}
.a-default {
    color: #337ab7;
    text-decoration: none;
    /*color: inherit;*/
}
.a-clear {
    text-decoration: none !important;
}
.first-char-uppercase:first-letter {
    text-transform: capitalize;
}
.container {
    margin: 0 auto;
}

.wrap {
    min-height: 65vh;
    margin-bottom: 30px;
}

.btn-clear {
    background: none;
    border: none;
}

.checked-modifiers-bg {
    background-color: rgba(255, 255, 255, 0.31);
}
.topWindow {
    position: fixed;
    top: 0;
    z-index: 900;
}

.ui-autocomplete {
    z-index: 9999!important;
}

button {
    cursor: pointer;
}
.form-group {
    margin-bottom: 15px;
}
.form-control {
    display: block;
    width: 100%;
    padding: 6px 12px;
    color: #555555;
    background-color: #fff;
    border: 1px solid #ccc;
    box-sizing: border-box;
    padding-right: 30px;
}
.field-searchproduct-search .form-control {
    height: 34px;
}
label {
    display: block;
    margin-bottom: 5px;
}

.has-error .help-block,
.text-red {
    color: red;
}
.has-error .form-control {
    border-color: #a94442;
}

.btn-type-default {
    padding: 8px 20px;
    background-color: transparent;
    border: 1px solid darkgrey;
    display: inline-block;
    color: black;
}
.btn-type-default:hover {
    background-color: #fe0606;
    color: white;
}
.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}
.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}
.alert-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}

.alert {
    padding: 15px;
    margin: 20px 0;
    border: 1px solid transparent;
    border-radius: 4px;
}

#list-products-on-catalog .empty {
    display: none;
}

.hide {
    display: none!important;
}
.show {
    display: block!important;
 }

.cl-btn {
    border: 1px solid grey;
    padding: 8px 20px;
    background-color: white;
    color: black;
}
.cl-btn:hover {
    outline: 1px solid grey;
}

.button-close {
    cursor: pointer;
    display: inline-block;
}
.button-close:hover {
    transform: scale(120%);
}
.no-scroll {
    overflow: hidden;
}

.del {
    position: relative;
    text-decoration: none;
    font-size: 20px;
}
.del:before {
    content: "";
    border-bottom: 2px solid red;
    position: absolute;
    width: 100%;
    height: 10px;
    transform: rotate(-12deg);
    left: 0;
}
.icon-rub {
    font-size: 20px;
}
