body {
  margin: 0;
  font-family: 'Montserrat', sans-serif;
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
  align-items: center;
  justify-content: center;
}


/*Корзина*/


* {
  font-family: 'Calibri', sans-serif;
  font-size: 16px;
}

body {
  padding-top: 30px;
}
h1{
	font-size:30px;
}
input.search {
  max-width: 300px;
  margin-right: 15px;
}

input {
  height: 40px;
  padding: 10px;
  border: none;
  border-radius: 5px;
  box-shadow: 0px 0px 9px -2px rgba(0, 0, 0, 0.2);
}

.price_discount input {
  width: 70px;
}

button.add,
button.good_delete {
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 5px;
  box-shadow: 0px 0px 9px -2px rgba(0, 0, 0, 0.2);
  width: 40px;
  height: 40px;
  font-size: 20px;
  cursor: pointer;
}

.container {
  background-color: #f8f8f8;
  box-shadow: 0px 0px 9px -2px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
}

/* Товар */
.menu {
  display: flex;
  height: 50px;
  justify-content: center;
  align-items: center;
  margin-top: 15px;
  margin-bottom: 15px;
}

.price_title,
.price_title span {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 24px;
  background-color: #FFCC00;
  width:100%;
  height:50px;
  text-align:center;
  margin-top:50px;
}

th {
  cursor: pointer;
  padding: 15px;
  text-align: center;
}

.table-responsive{
	padding:20px;
}

td {
  padding: 15px;
  text-align: center;
}

.good, .price_good {
  display: flex;
  align-items: center;
  height: 60px;
}

.modal-body{
	margin-top:50px;

}

.tovar{
	color:black;
	display: flex;
		font-size:25px;
}

.cnopci{
	cursor:pointer;
	display: flex;
	margin-left:220px;
	margin-top:50px;
}

button{
	cursor:pointer;
	font-size:25px;
	background-color:#FFCC00;
	margin:10px;
}


footer {
	height: 250px;
	background-color:#B5B8B1;
	position: relative;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 80px;
	margin-top:30%;
}