@font-face {
  font-family: InterRegular;
  src: url(fonts/Inter/Inter-Regular.ttf);
}
@font-face {
  font-family: InterMedium;
  src: url(fonts/Inter/Inter-Medium.ttf);
}
@font-face {
  font-family: InterSemibold;
  src: url(fonts/Inter/Inter-SemiBold.ttf);
}
@font-face {
  font-family: InterBold;
  src: url(fonts/Inter/Inter-Bold.ttf);
}
.list_reset {
  list-style-type: none;
  margin: 0;
}

.button_reset {
  border: none;
  outline: none;
  background: none;
}

* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}
* ::-moz-selection {
  color: white;
  background: #de475c;
}
* ::selection {
  color: white;
  background: #de475c;
}

::-webkit-scrollbar {
  width: 4px;
  height: 6px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f5f5f5;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #de475c;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #de475c;
}

#shirinNavbar {
  background-color: #de475c;
  /* padding: 8px 0; */
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.1294117647);
  position: sticky;
  top: 0;
  z-index: 1000;
}
#shirinNavbar .shirinNavbar {
  align-items: center;
}
#shirinNavbar .shirinNavbar .shirinNavbarLeft .shirinNavbarBackButton {
  width: 50px;
  text-align: center;
}
#shirinNavbar .shirinNavbar .shirinNavbarLeft .shirinNavbarBackButton svg {
  width: 32px;
  transition: all ease 0.4s;
}
#shirinNavbar .shirinNavbar .shirinNavbarLeft .shirinNavbarBackButton:hover svg {
  transform: scale(1.03);
}
#shirinNavbar .shirinNavbar .shirinNavbarLogo {
  text-align: center;
}
#shirinNavbar .shirinNavbar .shirinNavbarLogo img {
  width: 75px;
  height: auto;
}
#shirinNavbar .shirinNavbar .shirinNavbarRight {
  display: flex;
  justify-content: right;
  align-items: center;
}
#shirinNavbar .shirinNavbar .shirinNavbarRight .shirinNavbarClock {
  display: flex;
  justify-content: right;
  align-items: center;
  margin-right: 12px;
}
#shirinNavbar .shirinNavbar .shirinNavbarRight .shirinNavbarClock svg {
  margin-right: 8px;
  width: 30px;
}
#shirinNavbar .shirinNavbar .shirinNavbarRight .shirinNavbarClock img {
  margin-right: 8px;
  width: 30px;
}
#shirinNavbar .shirinNavbar .shirinNavbarRight .shirinNavbarClock .shirinNavbarClockTime {
  font-family: InterSemibold;
  font-size: 20px;
  color: white;
}
#shirinNavbar .shirinNavbar .shirinNavbarRight .shirinNavbarCarrier svg {
  width: 30px;
  height: auto;
  position: relative;
  top: -3px;
  cursor: pointer;
}
#shirinNavbar .shirinNavbar .shirinNavbarRight .shirinNavbarLanguageBlock {
  position: relative;
  margin-left: 15px;
  background: transparent;
}
#shirinNavbar .shirinNavbar .shirinNavbarRight .shirinNavbarLanguageBlock .cdrop {
  width: 100%;
  background: none;
  border: none;
  outline: none;
  padding: 4px 8px;
  overflow: hidden;
  display: flex;
  justify-content: left;
  align-items: center;
  border-radius: 50%;
  overflow: hidden;
  color: white;
}
#shirinNavbar .shirinNavbar .shirinNavbarRight .shirinNavbarLanguageBlock .cdrop svg {
  width: 40px;
  height: auto;
}
#shirinNavbar .shirinNavbar .shirinNavbarRight .shirinNavbarLanguageBlock .cdrop img {
  width: 40px;
  height: auto;
}
#shirinNavbar .shirinNavbar .shirinNavbarRight .shirinNavbarLanguageBlock .hovcard {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: none;
  position: absolute;
  top: 50px;
  right: 0;
  background-color: white;
  box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.45);
  border-radius: 12px;
  overflow: hidden;
  z-index: 1100;
  transition: all ease 0.4s;
}
#shirinNavbar .shirinNavbar .shirinNavbarRight .shirinNavbarLanguageBlock .hovcard .flaqLangItem {
  display: flex;
  justify-content: left;
  align-items: center;
  padding: 8px 15px;
}
#shirinNavbar .shirinNavbar .shirinNavbarRight .shirinNavbarLanguageBlock .hovcard .flaqLangItem svg {
  width: 40px;
  margin-right: 7px;
}
#shirinNavbar .shirinNavbar .shirinNavbarRight .shirinNavbarLanguageBlock .hovcard .flaqLangItem img {
  width: 40px;
  margin-right: 7px;
}
#shirinNavbar .shirinNavbar .shirinNavbarRight .shirinNavbarLanguageBlock .hovcard .flaqLangItem .flaqLangItemName {
  font-family: InterSemibold;
  text-align: left;
}
#shirinNavbar .shirinNavbar .shirinNavbarRight .shirinNavbarLanguageBlock .hovcard .flaqLangItem:hover {
  cursor: pointer;
  background-color: #f5f6ff;
}
#shirinNavbar .shirinNavbar .shirinNavbarRight .shirinNavbarLanguageBlock .hovcard-active {
  display: block;
}

#mainPage {
  height: calc(100vh - 80px);
  position: relative;
  bottom: 0;
  overflow: auto;
  padding: 15px 0px 0;
}
#mainPage .mainPageSlideText {
  font-family: InterRegular;
  font-size: 18px;
  color: white;
  position: relative;
  background: #a21d30;
  padding: 5px 0;
}
#mainPage .mainPageSlideText .marqueeGradient1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 25%;
  height: 100%;
  background: linear-gradient(to right, white 5%, transparent 95%);
}
#mainPage .mainPageSlideText .marqueeGradient2 {
  position: absolute;
  top: 0;
  right: 0;
  width: 25%;
  height: 100%;
  background: linear-gradient(to left, white 5%, transparent 95%);
}
#mainPage .mainPageHeader {
  margin-top: 20px;
  text-align: center;
}
#mainPage .mainPageHeader .mainPageHeaderName {
  font-family: InterBold;
  font-size: 32px;
}
#mainPage .mainPageHeader .mainPageHeaderContent {
  margin: 15px 0 0 0;
  font-family: InterRegular;
  font-size: 22px;
}
#mainPage .mainPageBox {
  margin-top: 15px;
}
#mainPage .mainPageBox .col-lg-3 {
  margin: 5px 0;
}
#mainPage .mainPageBox .mainPageBoxItem {
  border: none;
  outline: none;
  background: none;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  width: 100%;
  height: 100%;
  box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.1490196078);
  text-align: center;
  border-radius: 30px;
  padding: 24px 10px;
  transition: all ease 0.4s;
}
#mainPage .mainPageBox .mainPageBoxItem img {
  width: 50px;
  transition: all ease 0.4s;
}
#mainPage .mainPageBox .mainPageBoxItem .mainPageBoxItemContent {
  font-family: InterSemibold;
  font-size: 22px;
  margin-top: 18px;
  margin-bottom: 0;
  word-wrap: break-word;
}
#mainPage .mainPageBox .mainPageBoxItem:hover {
  box-shadow: 0px 4px 35px 0px rgba(0, 0, 0, 0.1490196078);
}
#mainPage .mainPageBox .mainPageBoxItem:hover img {
  transform: scale(1.05);
}
#mainPage .mainPageFouter {
  /* margin-top: 45px; */
}
#mainPage .mainPageFouter .row {
  align-items: flex-end;
}
#mainPage .mainPageFouter .mainPageFouterItem {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.1490196078);
  border-radius: 30px;
  padding: 18px 12px;
  text-decoration: none;
}
#mainPage .mainPageFouter .mainPageFouterItem .mainPageFouterItemName {
  font-family: InterSemibold;
  font-size: 15px;
  text-align: center;
  padding: 0 5px;
  color: black;
}
#mainPage .mainPageFouter .mainPageFouterItem .mainPageFouterItemContent {
  display: flex;
  justify-content: center;
  align-items: center;
  color: rgba(0, 0, 0, 0.5607843137);
  font-size: 12px;
  font-family: InterRegular;
  margin-top: 10px;
  word-wrap: break-word;
}
#mainPage .mainPageFouter .mainPageFouterItem .mainPageFouterItemContent img {
  margin-right: 7px;
  width: 20px;
}
#mainPage .mainPageFouter .mainPageFouterItemQrcode {
  width: 100%;
  text-decoration: none;
  display: flex;
}
#mainPage .mainPageFouter .mainPageFouterItemQrcode img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

#productPage .productPage .productPageHeader, #ingridientsPage .productPage .productPageHeader {
  margin-top: 15px;
  padding-left: 10px;
}
#productPage .productPage .productPageHeader .productPageHeaderName, #ingridientsPage .productPage .productPageHeader .productPageHeaderName {
  font-family: InterBold;
  font-size: 36px;
  color: #2f3541;
}
#productPage .productPage .productPageHeader .productPageHeaderContent, #ingridientsPage .productPage .productPageHeader .productPageHeaderContent {
  margin-top: 0px;
  font-family: InterRegular;
  font-size: 20px;
}
#productPage .productPage .productPageBody, #ingridientsPage  .productPage .productPageBody {
  height: calc(100vh - 230px);
  overflow-y: auto;
  margin-top: 20px;
  padding: 5px 20px 0 10px;
  position: relative;
  z-index: 1;
}
#productPage .productPage .productPageBody .productPageItem {
  border: none;
  outline: none;
  background: none;
  border-radius: 11px;
  box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.1490196078);
  overflow: hidden;
  padding: 12px;
  margin-bottom: 12px;
  transition: all ease 0.4s;
  width: 100%;
  height: 100%;
  display: grid;
}
#productPage .productPage .productPageBody .productPageItem .productPageItemImg {
  height: 230px;
  border-radius: 11px;
  overflow: hidden;
}
#productPage .productPage .productPageBody .productPageItem .productPageItemImg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all ease 0.7s;
}
#productPage .productPage .productPageBody .productPageItem .productPageItemBody {
  margin-top: 8px;
  text-align: left;
}
#productPage .productPage .productPageBody .productPageItem .productPageItemBody .productPageItemName {
  font-family: InterSemibold;
  font-size: 22px;
  text-transform: capitalize;
}
#productPage .productPage .productPageBody .productPageItem .productPageItemBody .productPageItemContent {
  font-family: InterRegular;
  margin-top: 4px;
  color: rgba(0, 0, 0, 0.8509803922);
  -webkit-line-clamp: 2 !important;
  -webkit-box-orient: vertical !important;
  display: -webkit-box !important;
  overflow: hidden !important;
}
#productPage .productPage .productPageBody .productPageItem .productPageItemBody .productPageItemFouter {
  margin-top: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#productPage .productPage .productPageBody .productPageItem .productPageItemBody .productPageItemFouter .productPageItemFouterKkal {
  font-family: InterRegular;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.9098039216);
}
#productPage .productPage .productPageBody .productPageItem .productPageItemBody .productPageItemFouter .productPageItemFouterPrice {
  font-family: InterSemibold;
  font-size: 18px;
}
#productPage .productPage .productPageBody .productPageItem:hover {
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.1490196078);
}
#productPage .productPage .productPageBody .productPageItem:hover .productPageItemImg img {
  transform: scale(1.04);
}

#calendarPage {
  transition: all ease 0.4s;
}
#calendarPage .calendarPage .calendarPageHeader {
  margin-top: 15px;
  padding-left: 10px;
}
#calendarPage .calendarPage .calendarPageHeader .calendarPageHeaderName {
  font-family: InterBold;
  font-size: 36px;
  color: #2f3541;
}
#calendarPage .calendarPage .calendarPageHeader .calendarPageHeaderContent {
  margin-top: 8px;
  font-family: InterRegular;
  font-size: 24px;
}
#calendarPage .calendarPage .calendarPageBody {
  height: calc(100vh - 230px);
  overflow-y: auto;
  margin-top: 20px;
  padding: 10px;
}
#calendarPage .calendarPage .calendarPageBody .calendarPageBox {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1490196078);
  border-radius: 11px;
  width: 100%;
  padding: 25px 15px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  position: relative;
  overflow: auto;
}
#calendarPage .calendarPage .calendarPageBody .calendarPageBox .flatpickr-calendar {
  box-shadow: none;
  font-family: InterSemibold;
  max-width: 100%;
}
#calendarPage .calendarPage .calendarPageBody .calendarPageBox .flatpickr-calendar .flatpickr-weekdays .flatpickr-weekdaycontainer {
  /* display: none; */
}
#calendarPage .calendarPage .calendarPageBody .calendarPageBox .flatpickr-calendar .dayContainer .flatpickr-day {
  margin-bottom: 3px;
}
#calendarPage .calendarPage .calendarPageBody .calendarPageBox .flatpickr-calendar .dayContainer .flatpickr-day:hover {
  background-color: rgba(255, 102, 102, 0.7);
  border-color: white;
  color: white;
}
#calendarPage .calendarPage .calendarPageBody .calendarPageBox .flatpickr-calendar .dayContainer .flatpickr-day:focus {
  background-color: rgba(255, 102, 102, 0.7);
  border-color: white;
  color: white;
}
#calendarPage .calendarPage .calendarPageBody .calendarPageBox .flatpickr-calendar .dayContainer .today {
  border-color: #ff6666 !important;
}
#calendarPage .calendarPage .calendarPageBody .calendarPageBox .flatpickr-calendar .dayContainer .selected {
  background-color: #ff6666;
  color: black;
  border-color: #ff6666 !important;
}
#calendarPage .calendarPage .calendarPageBody .calendarPageBox .confirmCalendarBut {
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1294117647);
  border-radius: 8px;
  background: #ff6666;
  color: white;
  font-family: InterBold;
  font-size: 18px;
  padding: 5px 15px;
  position: absolute;
  bottom: 35px;
  right: 45px;
  transition: all ease 0.4s;
}
#calendarPage .calendarPage .calendarPageBody .calendarPageBox .confirmCalendarBut:hover {
  background-color: white;
  color: #ff6666;
  box-shadow: 0px 0px 6px 1px #ff6666;
}

#productItemPage {
  padding: 15px 0;
}
#productItemPage .productItemPage .productItemPageHeader {
  width: 100%;
  height: 150px;
  border-radius: 30px;
  overflow: hidden;
  position: relative;
}
#productItemPage .productItemPage .productItemPageHeader img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#productItemPage .productItemPage .productItemPageHeader .productItemPageHeaderContent {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, #ffffff 0%, rgba(0, 0, 0, 0) 0.01%, rgba(0, 0, 0, 0.68) 100%);
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  padding: 20px 25px;
}
#productItemPage .productItemPage .productItemPageHeader .productItemPageHeaderContent .productItemPageHeaderContentName {
  font-family: InterSemibold;
  font-size: 24px;
  color: white;
}
#productItemPage .productItemPage .productItemPageHeader .productItemPageHeaderContent .productItemPageHeaderContentText {
  margin-top: 5px;
  font-family: InterRegular;
  color: #fff;
  /* width: 30%; */
}
#productItemPage .productItemPage .productItemPageBody {
  margin-top: 15px;
}
#productItemPage .productItemPage .productItemPageBody .productItemPageBodyHead .productItemPageBodyHeadName {
  font-family: InterBold;
  font-size: 28px;
}
#productItemPage .productItemPage .productItemPageBody .productItemPageBodyHead .productItemPageBodyHeadText {
  margin-top: 5px;
  font-family: InterRegular;
  font-size: 18px;
}
#productItemPage .productItemPage .productItemPageBody .productItemPageBodyFouter {
  margin-top: 15px;
}
#productItemPage .productItemPage .productItemPageBody .productItemPageBodyFouter .productItemPageTable .productItemPageTableBox {
  height: 445px;
  overflow: auto;
  position: relative;
  padding-right: 5px;
}
#productItemPage .productItemPage .productItemPageBody .productItemPageBodyFouter .productItemPageTable .productItemPageTableBox table {
  width: 100%;
}
#productItemPage .productItemPage .productItemPageBody .productItemPageBodyFouter .productItemPageTable .productItemPageTableBox table thead tr {
  position: sticky;
  top: 0;
  background-color: white;
}
#productItemPage .productItemPage .productItemPageBody .productItemPageBodyFouter .productItemPageTable .productItemPageTableTotal {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 2px solid #f1f1f1;
  padding-right: 5px;
}
#productItemPage .productItemPage .productItemPageBody .productItemPageBodyFouter .productItemPageBodyFouterCalculatorBox .productItemPageBodyFouterCalculator {
  border: 1px solid #3752dd;
  box-shadow: 0px 4px 50px 0px rgba(0, 0, 0, 0.1019607843);
  background-color: white;
  border-radius: 5px;
  padding: 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#productItemPage .productItemPage .productItemPageBody .productItemPageBodyFouter .productItemPageBodyFouterCalculatorBox .productItemPageBodyFouterCalculator .productItemPageBodyFouterCalculatorName {
  font-family: InterRegular;
  color: #5c5c5c;
  font-size: 20px;
}
#productItemPage .productItemPage .productItemPageBody .productItemPageBodyFouter .productItemPageBodyFouterCalculatorBox .productItemPageBodyFouterCalculator .productItemPageBodyFouterCalculatorInput {
  margin-top: 10px;
  height: 44px;
  font-family: InterMedium;
  padding: 2px 10px;
  border: 1px solid #3752dd;
  background-color: rgba(217, 217, 217, 0.2705882353);
  border-radius: 8px;
}
#productItemPage .productItemPage .productItemPageBody .productItemPageBodyFouter .productItemPageBodyFouterCalculatorBox .productItemPageBodyFouterCalculator .productItemPageBodyFouterCalculatorInput input {
  width: 100%;
  height: 100%;
  border: none;
  outline: none;
  background: none;
  text-align: center;
}
#productItemPage .productItemPage .productItemPageBody .productItemPageBodyFouter .productItemPageBodyFouterCalculatorBox .productItemPageBodyFouterCalculator .productItemPageBodyFouterCalculatorButtons {
  margin-top: 15px;
}
#productItemPage .productItemPage .productItemPageBody .productItemPageBodyFouter .productItemPageBodyFouterCalculatorBox .productItemPageBodyFouterCalculator .productItemPageBodyFouterCalculatorButtons button {
  border: none;
  outline: none;
  background: none;
  width: 45px;
  height: 45px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin: 4px;
  background-color: #ededed;
  color: black;
  font-family: InterSemibold;
  font-size: 18px;
  border-radius: 5px;
  transition: all ease 0.4s;
}
#productItemPage .productItemPage .productItemPageBody .productItemPageBodyFouter .productItemPageBodyFouterCalculatorBox .productItemPageBodyFouterCalculator .productItemPageBodyFouterCalculatorButtons button:focus {
  background-color: rgba(0, 0, 0, 0.55);
  color: white;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.45);
}
#productItemPage .productItemPage .productItemPageBody .productItemPageBodyFouter .productItemPageBodyFouterCalculatorBox .productItemPageBodyFouterCalculator .productItemPageCalculatorConfirmButton {
  margin-top: 12px;
  background: rgba(26, 184, 0, 0.7490196078);
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 160px;
  border-radius: 5px;
  padding: 5px;
  transition: all ease 0.4s;
}
#productItemPage .productItemPage .productItemPageBody .productItemPageBodyFouter .productItemPageBodyFouterCalculatorBox .productItemPageBodyFouterCalculator .productItemPageCalculatorConfirmButton svg {
  margin-right: 10px;
  width: 21px;
}
#productItemPage .productItemPage .productItemPageBody .productItemPageBodyFouter .productItemPageBodyFouterCalculatorBox .productItemPageBodyFouterCalculator .productItemPageCalculatorConfirmButton span {
  font-family: InterSemibold;
  font-size: 18px;
}
#productItemPage .productItemPage .productItemPageBody .productItemPageBodyFouter .productItemPageBodyFouterCalculatorBox .productItemPageBodyFouterCalculator .productItemPageCalculatorConfirmButton:hover {
  color: rgba(26, 184, 0, 0.7490196078);
  background-color: rgb(221, 221, 221);
  box-shadow: 0 3px 5px rgba(26, 184, 0, 0.7490196078);
}
#productItemPage .productItemPage .productItemPageBody .productItemPageBodyFouter .productItemPageBodyFouterCalculatorBox .productItemPageBodyFouterCalculator .productItemPageCalculatorConfirmButton:hover svg path {
  stroke: rgba(26, 184, 0, 0.7490196078);
}


#productItemPage .productItemPage .productItemPageBody .productItemPageBodyFouter .productItemPageBodyFouterCalculatorBox .productItemPageBodyFouterCalculator .productItemPageCalculatorResetButton {
  margin-top: 12px;
  background: rgba(117, 117, 117, 0.749);
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 160px;
  border-radius: 5px;
  padding: 5px;
  transition: all ease 0.4s;
}

#productItemPage .productItemPage .productItemPageBody .productItemPageBodyFouter .productItemPageBodyFouterCalculatorBox .productItemPageBodyFouterCalculator .productItemPageCalculatorResetButton svg {
  margin-right: 10px;
  width: 21px;
}

#productItemPage .productItemPage .productItemPageBody .productItemPageBodyFouter .productItemPageBodyFouterCalculatorBox .productItemPageBodyFouterCalculator .productItemPageCalculatorResetButton span {
  font-family: InterSemibold;
  font-size: 18px;
}

#productItemPage .productItemPage .productItemPageBody .productItemPageBodyFouter .productItemPageBodyFouterCalculatorBox .productItemPageBodyFouterCalculator .productItemPageCalculatorResetButton:hover {
  color: rgba(117, 117, 117, 0.749);
  background-color: white;
  box-shadow: 0 3px 5px rgba(117, 117, 117, 0.749);
}

#productItemPage .productItemPage .productItemPageBody .productItemPageBodyFouter .productItemPageBodyFouterCalculatorBox .productItemPageBodyFouterCalculator .productItemPageCalculatorResetButton:hover svg path {
  stroke: rgba(117, 117, 117, 0.749);
}
#productItemPage .productItemPage .productItemPageBody .productItemPageBodyFouter .productItemPageBodyFouterKkalBox {
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #a21d30;
  border-radius: 5px;
  padding: 6px 18px;
  color: white;
}
#productItemPage .productItemPage .productItemPageBody .productItemPageBodyFouter .productItemPageBodyFouterKkalBox .productItemPageBodyFouterKkalBoxName {
  font-family: InterRegular;
  font-size: 18px;
}
#productItemPage .productItemPage .productItemPageBody .productItemPageBodyFouter .productItemPageBodyFouterKkalBox .productItemPageBodyFouterKkalBoxValue {
  font-family: InterSemibold;
  font-size: 18px;
}

@font-face {
  font-family: InterRegular;
  src: url(fonts/Inter/Inter-Regular.ttf);
}
@font-face {
  font-family: InterMedium;
  src: url(fonts/Inter/Inter-Medium.ttf);
}
@font-face {
  font-family: InterSemibold;
  src: url(fonts/Inter/Inter-SemiBold.ttf);
}
@font-face {
  font-family: InterBold;
  src: url(fonts/Inter/Inter-Bold.ttf);
}
.list_reset {
  list-style-type: none;
  margin: 0;
}

.button_reset {
  border: none;
  outline: none;
  background: none;
}

@media only screen and (max-width: 991.9px) {
  #productItemPage {
    padding: 15px 0;
  }
  #productItemPage .productItemPage .productItemPageHeader .productItemPageHeaderContent .productItemPageHeaderContentText {
    width: 50%;
  }
}
@media only screen and (max-width: 767.9px) {
  #shirinNavbar {
    padding: 5px 0;
  }
  #shirinNavbar .shirinNavbar .shirinNavbarLeft .shirinNavbarBackButton {
    width: 40px;
  }
  #shirinNavbar .shirinNavbar .shirinNavbarLeft .shirinNavbarBackButton svg {
    width: 25px;
  }
  #shirinNavbar .shirinNavbar .shirinNavbarLogo img {
    width: 80px;
  }
  #shirinNavbar .shirinNavbar .shirinNavbarRight .shirinNavbarClock {
    margin-right: 10px;
  }
  #shirinNavbar .shirinNavbar .shirinNavbarRight .shirinNavbarClock svg {
    margin-right: 6px;
    width: 25px;
  }
  #shirinNavbar .shirinNavbar .shirinNavbarRight .shirinNavbarClock img {
    margin-right: 5px;
    width: 25px;
  }
  #shirinNavbar .shirinNavbar .shirinNavbarRight .shirinNavbarClock .shirinNavbarClockTime {
    font-size: 16px;
  }
  #shirinNavbar .shirinNavbar .shirinNavbarRight .shirinNavbarCarrier svg {
    width: 25px;
    cursor: pointer;
  }
  #shirinNavbar .shirinNavbar .shirinNavbarRight .shirinNavbarLanguageBlock {
    margin-left: 12px;
  }
  #shirinNavbar .shirinNavbar .shirinNavbarRight .shirinNavbarLanguageBlock .cdrop {
    padding: 4px 8px;
  }
  #shirinNavbar .shirinNavbar .shirinNavbarRight .shirinNavbarLanguageBlock .cdrop svg {
    width: 35px;
  }
  #shirinNavbar .shirinNavbar .shirinNavbarRight .shirinNavbarLanguageBlock .cdrop img {
    width: 35px;
  }
  #shirinNavbar .shirinNavbar .shirinNavbarRight .shirinNavbarLanguageBlock .hovcard {
    top: 45px;
  }
  #shirinNavbar .shirinNavbar .shirinNavbarRight .shirinNavbarLanguageBlock .hovcard .flaqLangItem {
    padding: 6px 12px;
  }
  #shirinNavbar .shirinNavbar .shirinNavbarRight .shirinNavbarLanguageBlock .hovcard .flaqLangItem svg {
    width: 35px;
    margin-right: 5px;
  }
  #shirinNavbar .shirinNavbar .shirinNavbarRight .shirinNavbarLanguageBlock .hovcard .flaqLangItem img {
    width: 35px;
    margin-right: 5px;
  }
  #shirinNavbar .shirinNavbar .shirinNavbarRight .shirinNavbarLanguageBlock .hovcard .flaqLangItem .flaqLangItemName {
    font-size: 14px;
  }
  #mainPage {
    padding: 10px 0;
    align-items: flex-start;
  }
  #mainPage .mainPageSlideText {
    font-size: 16px;
    padding: 4px 0;
  }
  #mainPage .mainPageHeader .mainPageHeaderName {
    font-size: 20px;
  }
  #mainPage .mainPageHeader .mainPageHeaderContent {
    margin: 12px 0 0 0;
    font-size: 16px;
  }
  #mainPage .mainPageBox {
    margin-top: 13px;
  }
  #mainPage .mainPageBox .col-lg-3 {
    margin: 5px 0;
  }
  #mainPage .mainPageBox .mainPageBoxItem {
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1490196078);
  }
  #mainPage .mainPageBox .mainPageBoxItem img {
    width: 40px;
  }
  #mainPage .mainPageBox .mainPageBoxItem .mainPageBoxItemContent {
    font-size: 18px;
    margin-top: 15px;
  }
  #mainPage .mainPageFouter {
    margin-top: 30px;
  }
  #mainPage .mainPageFouter .col-lg-3 {
    margin: 5px 0;
  }
  #mainPage .mainPageFouter .mainPageFouterItem {
    box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.1490196078);
    padding: 18px 12px;
    text-decoration: none;
  }
  #mainPage .mainPageFouter .mainPageFouterItem .mainPageFouterItemName {
    font-size: 16px;
  }
  #mainPage .mainPageFouter .mainPageFouterItem .mainPageFouterItemContent {
    margin-top: 8px;
  }
  #mainPage .mainPageFouter .mainPageFouterItem .mainPageFouterItemContent img {
    margin-right: 6px;
    width: 18px;
  }
  #productPage .productPage .productPageHeader {
    margin-top: 10px;
  }
  #productPage .productPage .productPageHeader .productPageHeaderName {
    font-size: 28px;
  }
  #productPage .productPage .productPageHeader .productPageHeaderContent {
    margin-top: 4px;
    font-size: 16px;
  }
  #productPage .productPage .productPageBody {
    height: calc(100vh - 180px);
    margin-top: 10px;
  }
  #productPage .productPage .productPageBody .productPageItem {
    margin-bottom: 10px;
  }
  #productPage .productPage .productPageBody .productPageItem .productPageItemImg {
    height: 200px;
  }
  #productPage .productPage .productPageBody .productPageItem .productPageItemBody {
    margin-top: 6px;
  }
  #productPage .productPage .productPageBody .productPageItem .productPageItemBody .productPageItemName {
    font-size: 18px;
  }
  #productPage .productPage .productPageBody .productPageItem .productPageItemBody .productPageItemContent {
    margin-top: 3px;
  }
  #productPage .productPage .productPageBody .productPageItem .productPageItemBody .productPageItemFouter {
    margin-top: 10px;
  }
  #productPage .productPage .productPageBody .productPageItem .productPageItemBody .productPageItemFouter .productPageItemFouterKkal {
    font-size: 14px;
  }
  #productPage .productPage .productPageBody .productPageItem .productPageItemBody .productPageItemFouter .productPageItemFouterPrice {
    font-size: 14px;
  }
  #calendarPage .calendarPage .calendarPageHeader {
    margin-top: 10px;
  }
  #calendarPage .calendarPage .calendarPageHeader .calendarPageHeaderName {
    font-size: 28px;
  }
  #calendarPage .calendarPage .calendarPageHeader .calendarPageHeaderContent {
    margin-top: 4px;
    font-size: 16px;
  }
  #calendarPage .calendarPage .calendarPageBody {
    height: calc(100vh - 180px);
    margin-top: 12px;
    padding-left: 5px;
    padding-right: 5px;
  }
  #calendarPage .calendarPage .calendarPageBody .calendarPageBox {
    flex-direction: column;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
  }
  #calendarPage .calendarPage .calendarPageBody .calendarPageBox .confirmCalendarBut {
    position: static;
    margin-top: 20px;
  }
  #productItemPage {
    padding: 10px 0 20px 0;
  }
  #productItemPage .productItemPage .productItemPageHeader {
    height: 110px;
  }
  #productItemPage .productItemPage .productItemPageHeader .productItemPageHeaderContent {
    padding: 15px 20px;
  }
  #productItemPage .productItemPage .productItemPageHeader .productItemPageHeaderContent .productItemPageHeaderContentName {
    font-size: 16px;
  }
  #productItemPage .productItemPage .productItemPageHeader .productItemPageHeaderContent .productItemPageHeaderContentText {
    width: 90%;
    font-size: 14px;
  }
  #productItemPage .productItemPage .productItemPageBody {
    margin-top: 12px;
  }
  #productItemPage .productItemPage .productItemPageBody .productItemPageBodyHead .productItemPageBodyHeadName {
    font-size: 20px;
  }
  #productItemPage .productItemPage .productItemPageBody .productItemPageBodyHead .productItemPageBodyHeadText {
    font-size: 14px;
  }
  #productItemPage .productItemPage .productItemPageBody .productItemPageBodyFouter {
    margin-top: 12px;
  }
  #productItemPage .productItemPage .productItemPageBody .productItemPageBodyFouter .productItemPageTable .productItemPageTableBox {
    height: 360px;
    padding-bottom: 5px;
  }
  #productItemPage .productItemPage .productItemPageBody .productItemPageBodyFouter .productItemPageTable .productItemPageTableBox table thead tr th {
    padding-left: 1rem;
    padding-right: 1rem;
    text-align: center;
  }
  #productItemPage .productItemPage .productItemPageBody .productItemPageBodyFouter .productItemPageTable .productItemPageTableBox table tbody tr td {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    text-align: center;
  }
  #productItemPage .productItemPage .productItemPageBody .productItemPageBodyFouter .productItemPageTable .productItemPageTableTotal {
    margin-top: 15px;
    padding-top: 15px;
  }
  #productItemPage .productItemPage .productItemPageBody .productItemPageBodyFouter .productItemPageTable .productItemPageTableTotal tbody tr td {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  #productItemPage .productItemPage .productItemPageBody .productItemPageBodyFouter .productItemPageBodyFouterCalculatorBox .productItemPageBodyFouterCalculator .productItemPageBodyFouterCalculatorName {
    font-size: 18px;
  }
  #productItemPage .productItemPage .productItemPageBody .productItemPageBodyFouter .productItemPageBodyFouterCalculatorBox .productItemPageBodyFouterCalculator .productItemPageBodyFouterCalculatorInput {
    height: 40px;
  }
  #productItemPage .productItemPage .productItemPageBody .productItemPageBodyFouter .productItemPageBodyFouterCalculatorBox .productItemPageBodyFouterCalculator .productItemPageBodyFouterCalculatorButtons {
    margin-top: 12px;
  }
  #productItemPage .productItemPage .productItemPageBody .productItemPageBodyFouter .productItemPageBodyFouterCalculatorBox .productItemPageBodyFouterCalculator .productItemPageBodyFouterCalculatorButtons button {
    width: 42px;
    height: 42px;
    margin: 4px;
    font-size: 17px;
  }
  #productItemPage .productItemPage .productItemPageBody .productItemPageBodyFouter .productItemPageBodyFouterCalculatorBox .productItemPageBodyFouterCalculator .productItemPageCalculatorConfirmButton svg {
    margin-right: 10px;
    width: 19px;
  }
  #productItemPage .productItemPage .productItemPageBody .productItemPageBodyFouter .productItemPageBodyFouterCalculatorBox .productItemPageBodyFouterCalculator .productItemPageCalculatorConfirmButton span {
    font-size: 17px;
  }
  #productItemPage .productItemPage .productItemPageBody .productItemPageBodyFouter .productItemPageBodyFouterKkalBox .productItemPageBodyFouterKkalBoxName {
    font-size: 17px;
  }
  #productItemPage .productItemPage .productItemPageBody .productItemPageBodyFouter .productItemPageBodyFouterKkalBox .productItemPageBodyFouterKkalBoxValue {
    font-size: 17px;
  }
}/*# sourceMappingURL=style.css.map */