.btn-newsletter {
  background-color: #C41212;
  position: fixed;
  z-index: 1002;
  right: 0;
  top: 80%;
  cursor: pointer;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  color: #fff;
  -webkit-transform-origin: right bottom;
  -ms-transform-origin: right bottom;
  transform-origin: right bottom;
  -webkit-transform: translateY(-100%) rotate(270deg) translateX(50%);
  -ms-transform: translateY(-100%) rotate(270deg) translateX(50%);
  transform: translateY(-100%) rotate(270deg) translateX(50%);
  padding: 5px 12px;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  border: 0;
  line-height: 1.6em;
}
.menu-header-logo-hideable img {
  max-width: 100%;
}
.ut-menu .menu-header img {
  margin: auto;
  max-height: 150px;
  width: 100%;
}
#myModaluntappd .modal-dialog {
  width: 70%;
}
.view-calendar-btn-div {
  width: auto;
  float: right;
}
.cal-top-btn {
  margin: 4px 0;
}
.cal-top-btn a.events_calender_btn {
  min-width: 220px;
  font-size: 18px;
  padding: 8px 15px;
}
#darkmode-btn {
  bottom: 30%;
}
.deals_cards .btn-shopnow, .show_all_deals_div .show_all_deals_btn {
  background-color: #c41213;
}
.label_span {
  font-size: 13px;
}
.keg-reqform .input-group.calendar-group {
  border: none;
}
.keg-reqform .canada-field .btn-calendar {
  top: 3px;
}
.keg-reqform {
  width: 500px;
  float: left;
}
.keg-reqform .common-btn {
  width: 130px;
}
.keg-reqform .canada-field .btn-calendar {
  z-index: 4;
}
.keg-reqform .capcha-wrapper {
  border: none;
  padding: 0;
}
.keg-reqform .input-area input {
  padding-bottom: 5px;
}
.media-div .flex-item {
  width: 100%;
  float: left;
  text-align: center;
}
.media-div .flex-item video {
  width: 640px;
  height: 360px;
  margin: 14px 0;
}
@media only screen and (max-width: 767px) {
  .btn-newsletter {
    font-size: 14px;
  }
  .view-calendar-btn-div {
    float: none;
  }
  .keg-reqform {
    width: 100%;
  }
  .media-div .flex-item {
    padding: 0;
  }
  .media-div .flex-item video {
    width: 100%;
    height: auto;
  }
}
/*# sourceMappingURL=custom.map */