body {
  margin: 0;
  padding: 0;
  background-color: #fbfbfb;
  font-family: 'Poppins', sans-serif;
}

.header {
  background-color: red;
  height: 50px;
  padding-top: 5px;
}

.header-logo {
  background-color: antiquewhite;
  height: 45px;
  width: 45px;
  border-radius: 50%;
  color: red;
  text-align: center;
  font-size: 37px;
  margin-left: 100px;
  display: inline-block;
}

.user-accounts {
  float: right;
  margin-top: 8px;
  color: white;
  font-weight: 500;
  margin-right: 100px;
}

.login {
  display: inline-block;
}

.signup {
  display: inline-block;
  border: solid 1px white;
  padding: 5px;
  margin-left: 10px;
}

.breakfast-title {
  width: 512px;
  height: 51px;
  margin: 37px 25px 27px 100px;
  font-family: Poppins;
  font-size: 36px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.53;
  letter-spacing: normal;
  text-align: left;
  color: #192f60;
}

.filter {
  width: 220px;
  padding: 17px 25px 31px 26px;
  height: 640px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  background-color: #fff;
  margin-left: 100px;
  margin-bottom: 90px;
  color: #192f60;
  
}

.item {
  height: 290px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  margin-bottom: 34px;
  margin-left: 30px;
  background-color: #fff;
}

.pagi-btns {
  display: inline-block;
  border: solid 1px #8c96ab;
  margin-right: 10px;
  padding: 2px 10px;
  border-radius: 7px;
  border: solid 1px #8c96ab;
  background-color: #fff;
  font-family: Poppins;
  font-size: 20px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #8c96ab;
}
.pagi-btns:hover {
  color: #fff;
  background-color: #8c96ab;
  cursor: pointer;
}

.active-page {
  color: #fff;
  background-color: #8c96ab;
  cursor: pointer;
}
.pagi-btns:active {
  color: #fff;
  background-color: #8c96ab;
  cursor: pointer;
}
.chk-box {
  margin-right: 11px;
}

.location-drop {
  width: 208px;
  height: 35px;
  margin: 11px 0 22px 1px;
  padding: 8px 16.7px 7px 15px;
  border-radius: 3px;
  border: solid 1px #8c96ab;
  color: #8c96ab;
}

.location-title {
  height: 20px;
  margin-bottom: 11px;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: left;
  color: #192f60;
  font-weight: 520;
}

.filter-title {
  width: 55px;
  height: 25px;
  margin: 0 154px 10px 0;
  font-family: Poppins;
  font-size: 18px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: left;
  color: #192f60;
}

.cuisine-title {
  height: 20px;
  margin-bottom: 15px;
  font-family: Poppins;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: left;
  color: #192f60;
}
.cuisine-chek-options {
  margin-bottom: 12px;
  color: #8c96ab;
}
.price-title {
  height: 20px;
  margin-bottom: 15px;
  font-family: Poppins;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: left;
  color: #192f60;
}
.price-range {
  height: 20px;
  font-family: Poppins;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: left;
  color: #8c96ab;
  margin-bottom: 12px;
}
.sort-title {
  width: 37px;
  height: 25px;
  margin: 29px 172px 15px 0;
  font-family: Poppins;
  font-size: 18px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: left;
  color: #192f60;
}

.sort-range {
  height: 20px;
  font-family: Poppins;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: left;
  color: #8c96ab;
  margin-bottom: 12px;
}

input:checked {
  background-color: #192f60 !important;
}

.inline-block {
  display: inline-block;
}

.main-item {
  padding: 25px 32.6px 20px 35px;
}
.sub-detail {
  margin-top: 25px;
}
.img-breakfast {
  width: 120px;
  height: 120px;
  margin: 0 41px 31px 0;
  opacity: 1;
  border-radius: 23px;
}
.prod {
  vertical-align: top;
}
.prod-title {
  width: 298px;
  height: 43px;
  font-family: Poppins;
  font-size: 30px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.53;
  letter-spacing: normal;
  text-align: left;
  color: #192f60;
}

.prod-sub {
  width: 39px;
  height: 23px;
  font-family: Poppins;
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.88;
  letter-spacing: normal;
  text-align: left;
  color: #192f60;
}

.prod-desc {
  width: 365px;
  height: 23px;
  font-family: Poppins;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.88;
  letter-spacing: normal;
  text-align: left;
  color: #636f88;
}

.prod-answers {
  margin-left: 60px;
}

hr {
  border: solid 1px #dedfe5;
}

.prod-ques div {
  width: 140px;
  font-family: Poppins;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.88;
  letter-spacing: normal;
  text-align: left;
  color: #636f88;
}

.prod-answers div {
  width: 251px;
  font-family: Poppins;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.88;
  letter-spacing: normal;
  text-align: left;
  color: #192f60;
}
