.middleContent {
  background: rgba(255, 255, 255, 0.719);
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  flex: 1;
  width: 100%;
}

.logoHolder {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  margin: 12px;
}

.ganesh_logo {
  max-width: 150px;
  min-width: 150px;
}

.ganesh_xmas {
  min-width: 90px;
  max-width: 90px;
  min-height: auto;
  height:90px;
  margin: 12px 18px;
}

.xmasTitleHolder {
  margin: 12px;
}

.xmasTitle {
  font-size: 24px;
  font-weight: 700;
  color: #ffffff;
  text-align: center;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #ffffff; 
  animation: glow 1s ease-in-out infinite alternate;
  line-height: 1.3;
  padding: 0px 12px;
  margin: 12px 0px;
  text-shadow: #1d1d1d 1px 0 10px;
}

@-webkit-keyframes glow {
  from {
    text-shadow: 0 0 5px #fff, 0 0 10px #ff3434, 0 0 15px #ff3c00, 0 0 20px #e66800, 0 0 25px #ff650c, 0 0 30px #ff8a04, 0 0 35px #e64900;
  }
  
  to {
    text-shadow: 0 0 5px #fff, 0 0 10px #ff4d4d, 0 0 15px #d4ad00, 0 0 20px #ff4dbb, 0 0 25px #e600a1, 0 0 30px #ff4d88, 0 0 35px #df3f00;
  }
}

.xmasSubTitleHolder {
  margin: 12px;
}

.xmasSubTitle {
  font-size: 18px;
  font-weight: 700;
  color: #225c00;
  text-align: center;
  line-height: 1;
  padding: 0px 12px;
  margin: 6px;
  text-shadow: #ffffff 1px 0 10px;
}

.xmasImagesHolder {
  max-width: 100%;
  display: flex;
  flex-direction: column;
}

.xmasMainImgHolder {
  max-width: 100%;
  min-height: 300px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #ffffffa4;
  border-radius: 12px;
  margin: 0px 6px;
}

.mainXmasImg {
  width: 100%;
  max-width: 460px;
  height: auto;
  margin: 0px auto;
}

.xmasimgInfoHolder {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  margin: 6px 12px 12px 12px;
}

.xmasPrice {
  font-size: 20px;
  font-weight: 700;
  color: #3f6e00;
  text-align: center;
  line-height: 1;
  padding: 6px 12px;
  margin: 0px;
}

.xmasImgName {
  font-size: 16px;
  font-weight: 700;
  color: #2b2b2b;
  text-align: center;
  line-height: 1;
  padding: 6px 12px;
  margin: 0px;
}

.xmasOtherImgHolder {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  max-width: 100%;
}

.xmasSubImgHolder {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  flex: 1;
  min-width: 40%;
  margin: 0px;
  justify-content: center;
  align-items: center;
  background: #ffffffa4;
  border-radius: 12px;
  margin: 12px 6px;
}
.subXmasImg {
  display: flex;
  flex-direction: column;
  max-width: 260px;
}

.orderButtonHolder {
  width: 100%;
  display: flex;
  justify-content: center;
  margin: 12px 0px;
}

.onlineButt {
  text-decoration: none;
  font-size: 18px;
  font-weight: 700;
  color: #d34014;
  background: #ffffffc9;
  border-radius: 6px;
  border: 1px solid #ff8f63;
  line-height: 1;
  padding: 16px;
  min-width: 300px;
  text-align: center;
  box-shadow: 2px 2px 2px rgba(61, 61, 61, 0.658);
}

.xmasDescHolder {
  margin: 12px;
  border-radius: 12px;
  background: #ffffffa4;
}

.xmas_desc {
  font-size: 20px;
  font-weight: 500;
  color: #7e0000;
  text-align: left;
  line-height: 1.3;
  padding: 12px;
  margin: 0px;
}

.xmas_desc_center {
  font-size: 20px;
  font-weight: 500;
  color: #7e0000;
  text-align: center;
  line-height: 1.3;
  padding: 12px;
  margin: 0px;
  border-bottom: 1px solid rgb(255, 212, 192);
}

.xmas_desc_small {
  font-size: 18px;
  font-weight: 500;
  color: #7e0000;
  text-align: left;
  line-height: 1.3;
  padding: 6px 12px;
  margin: 0px;
}

.xmas_desc_highlight {
  background: rgb(255, 255, 255);
  border-radius: 6px;
  font-size: 24px;
  font-weight: 700;
  color: #ee4d03;
  text-align: center;
  line-height: 1.3;
  padding: 12px;
  margin: 0px;
}
