@font-face {
  font-family: regularFont;
  src: url("../fonts/light.otf");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: boldFont;
  src: url("../fonts/bold.otf");
  font-weight: bold;
}

html,
body,
div {
  font-family: regularFont;
}

div {
  transition: width 2s, height 4s;
}

td {
  font-weight: bold;
  font-size: 18px;
  color: #e09d26 !important;
  padding-right: 10px !important;
  padding-top: 15px !important;
  padding-bottom: 0px !important;
}

tr {
  text-align: left;
  vertical-align: middle;
  padding: 0 !important;
  border: none !important;
}

.link,
.link:hover,
.link:focus {
  text-decoration: none;
  padding: 0 !important;
  margin: 0 !important;
  color: #e09d26;
}
.header {
  color: #e09d26;
  font-size: 26px;
  font-family: boldFont;
}
.headerEn {
  color: #e09d26;
  font-size: 18px;
  font-family: boldFont;
}
.divFont {
  color: #e09d26;
  font-size: 14px;
  font-family: regularFont;
}

.itemName {
  font-size: 14px;
  color: #e09d26;
}

.itemNameEn {
  font-size: 12px;
  color: #ffffff;
}

.itemDesc {
  font-weight: normal;
  font-size: 10px;
}

.itemCal {
  color:#ffffff;
  font-weight: bold;
  font-size: 10px;
}

.itemPrice {
  font-size: 26px;
  color: #ffffff;
  text-align: left;
  text-indent: 0px;
}

.primaryButton {
  font-family: regularFont;
  background: #e09d26;
  color: #ffffff;
  font-size: 15px;
  width: 180px;
  height: 40px;
  margin: 2px;
  border-radius: 100px;
  transition: .3s;
  border-style: none;
}

.secondaryButton {
  font-family: regularFont;
  background: #ffffff;
  color: #e09d26;
  font-size: 15px;
  width: 180px;
  height: 40px;
  margin: 2px;
  border-radius: 100px;
  transition: .3s;
  border-style: none;
}

.returnButton {
  background: #e09d26;
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
  width: 60px;
  height: 35px;
  border-radius: 20px;
  transition: .3s;
  border-style: none;
}

.sectionTitle {
  font-family: boldFont;
  color: #e09d26;
  font-size: 24px;
}

.sectionTitleEn {
  color: #ffffff;
  font-size: 14px;
}

.itemTitle {
  font-family: boldFont;
  color: #f26122;
  font-size: 24px;
}

.itemTitleEn {
  color: #f26122;
  font-size: 14px;
}


.description {
  color: #e09d26;
  font-size: 12px;
  text-align: center;
  direction: rtl;
}

.primaryButton:hover,
.returnButton:hover {
  transform: scale(1.15);
  background: #ffffff;
  color: #e09d26;
  border-style: none;
}

.secondaryButton:hover {
  transform: scale(1.15);
  background: #e09d26;
  color: white;
  border-style: none;
}

.dot {
  height: 1px;
  width: 1px;
  display: grid !important;
  border-radius: 50% !important;
  background-color: #f26122;
  margin: 1px;
}

.bg-image {
  position: fixed;
  background-repeat: no-repeat !important;
  background-position: center !important;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
  left: 0;
  top: 0;
  min-width: 100%;
  min-height: 101%;
  width: auto;
  height: auto;
  z-index: -100;
  margin: 0;
}

.imageDiv {
  min-height: 160px;
  min-width: 260px;
  max-height: 160px;
  max-width: 260px;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.33, #e09d26), color-stop(0.67, #e09d26));
  background-image: -moz-linear-gradient(center bottom, #e09d26 33%, #e09d26 67%);
  padding: 1px;
  border-radius: 20px;
}
.itemImageDiv {
  height: 100px;
  width: 150px;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.33, #e09d26), color-stop(0.67, #e09d26));
  background-image: -moz-linear-gradient(center bottom, #e09d26 33%, #e09d26 67%);
  padding: 1px;
  border-radius: 20px;
}


.image {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 20px
}

#logo {
  margin-top: 15px;
  text-align: center;
  animation: fadein 1s;
  -moz-animation: fadein 1s;
  /* Firefox */
  -webkit-animation: fadein 1s;
  /* Safari and Chrome */
  -o-animation: fadein 1s;
  /* Opera */
}

@keyframes fadein {
  from {
    transform: scale(1.2);
    opacity: 0;
  }

  to {
    transform: scale(1);
    opacity: 1;
  }
}

@-moz-keyframes fadein {

  /* Firefox */
  from {
    transform: scale(1.2);

    opacity: 0;
  }

  to {
    transform: scale(1);

    opacity: 1;
  }
}

@-webkit-keyframes fadein {

  /* Safari and Chrome */
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@-o-keyframes fadein {

  /* Opera */
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

/*swup transitions*/
.transition-fade {
  transition: .3s;
  opacity: 1;
}

html.is-animating .transition-fade {
  opacity: 0;
}

html.is-leaving .transition-fade {
  opacity: 0;
}

.transition-swipe {
  text-align: center;
  color: red;
  transition: .3s;
  opacity: 1;
  transform: translateX(0);
}

html.is-animating .transition-swipe {
  opacity: 0;
  transform: translateX(-800px);
}

html.is-leaving .transition-swipe {
  opacity: 0;
  transform: translateX(-800px);
}