* {
  box-sizing: border-box;
}
ul {
  list-style-type: none;
}
body,
html {
  overflow-x: clip;
  /* background-color: #464343; */
}
body {
  font-family: Verdana, sans-serif;
  padding-top: 3.8em;
  background-color: #eee;
  margin-top: 1em;
}
.h2 {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}
a {
  color: #454545;
}
a:hover {
  color: #ed352e;
}
a:active {
  color: #3a2eed;
}
.mirror {
  transform: rotate(180deg);
}
.redln {
  border-bottom: 1px solid red;
}
.shophours {
  position: absolute;
  z-index: 3;
  float: right;
  width: fit-content;
  white-space: nowrap;
  transform: translateX(-20%) translateY(16%);
  user-select: none;
}
.nowrap {
  white-space: nowrap;
}
.hidden {
  display: none;
  visibility: collapse;
}
.icon {
  width: 50px;
  height: 50px;
  margin-left: 4px;
  margin-right: 8px;
}
.main-icon {
  width: 3.8em;
  height: auto;
  padding: 0.4em;
  transform: translateY(0.6em);
}
.icon-box {
  width: 200px;
  display: flex;
}
.corporateID {
  width: 10em;
  height: auto;
}
.startbanner {
  width: 76%;
  height: auto;
  align-items: center;
}
.scrollbutton {
  border-radius: 100%;
  padding: 10px;
  transform: translate(44vw, -28vw);
  color: #eee;
  opacity: 80%;
  width: 10em;
  height: 10em;
  background-color: #ed352e;
  box-shadow: 2px 2px 3px #ddd;
}
.scrollbutton:hover {
  border: 1mm ridge rgb(252, 177, 177);
}
.scrollbutton:active {
  border: 1.2mm ridge #ff9a9a;
}
nav .apobutton {
  visibility: visible;
}
@media all {
  .shop-bar {
    background-color: #f9f9f9;
    border-radius: 4px;
    padding: 6px;
    margin-top: 1em;
    margin-left: 0.1em;
    margin-right: 0.1em;
    display: flex;
    flex-wrap: wrap;
  }
  .shop-bar:hover {
    background-color: #ddd;
    border: 1px solid #000;
  }
  .shop-bar a {
    color: #000;
    text-decoration: none;
  }
}
.nfooter {
  min-height: calc(100vh - 40px);
}
/* HEADER STUFF */
.header {
  display: grid;
  grid-template:
    "corporateID searchwrapper" auto
    "corporateID navbar" auto
    "corporateID navbar" 1em / 20% 1fr;
  column-gap: 1em;
}
.slide-out {
  animation-duration: 1s;
  animation-name: slide-out;
  animation-fill-mode: forwards;
}
.slide-in {
  animation-name: slide-in;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}
.banner-text {
  opacity: 1;
  font-size: 3.6vw;
  padding-left: 0.3em;
}
.flagimg {
  translate: 8px 52px;
  width: 12em;
  height: auto;
  float: left;
  z-index: 2;
}
.slider {
  height: max-content;
  width: 46vw;
  float: left;
  z-index: 2;
  background-color: rgba(255, 0, 0, 0.4);
  position: absolute;
  transform: translate(20%, -360%);
  align-items: center;
  display: flex;
}
.sliderh2 {
  opacity: 1;
  padding-left: 0.3em;
  font-size: 3.2vw;
}
.sliderLine {
  height: max-content;
  width: max-content;
  float: left;
  z-index: 2;
  background-color: rgba(255, 0, 0, 0.4);
  position: absolute;
  transform: translate(6vw, -12.6vw);
  align-items: center;
  display: flex;
  color: white;
  padding-left: 0.8em;
  padding-right: 0.8em;
}
.nfooter {
  position: relative;
  width: 100%;
}

.image-container {
  position: relative;
  width: 100%;
}

.main-image {
  width: 100%;
  height: auto;
}

.button-group {
  position: absolute;
  top: 60%; /* Adjust this to set the button group position */
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 80%; /* Adjust this to control the width of the button group */
  height: 60px; /* Set a fixed height for the button group */
  border-radius: 5px;
}

.hero-badge {
  background-color: transparent;
  border: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: rgba(209, 27, 27, 0.8);
  border-radius: 5px;
  width: 30em;
  height: 10em;
  border-style: none;
  box-shadow: #dd3545 1px 1px;
}
.hero-badge:hover {
  transform: rotate(3deg);
}

.badge-line {
  font-size: 14px;
  color: #ffffff;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
}

.hero-badge img {
  width: 20px; /* Set image size as needed */
  height: auto;
}
.man-img {
  width: 10em;
  height: auto;
}
.res {
  width: 100%;
  height: auto;
}
.offcanvas-img {
  width: 160px;
  height: 100px;
  padding-right: 30px;
}
.oc-scroll {
  overflow-y: scroll;
}
#slide-con {
  height: auto;
  display: flex;
  justify-content: space-around;
  overflow: hidden;
}
.slide-line {
  animation: scroll infinite 30s linear forwards;
}
@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-250px * 7));
  }
}
.brand-navbar {
  margin-bottom: -1.2em;
}

#days,
#weekdays {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-rows: 1fr;
}

#calendar {
  max-width: 600px;
  transform: translate(34vw, 0vw);
}
.calendar-heading {
  transform: translate(34vw, 0vw);
  max-width: 600px;
  height: max-content;
}
#emergency {
  font-size-adjust: unset;
}
.month {
  padding: 10px;
  width: 100%;
  background: #ed352e; /* #ff0000 */
  text-align: center;
}
.banner {
  width: "60px";
  height: "auto";
  z-index: -1;
}
.month ul {
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-rows: 1fr;
}
.shophourssm {
  flex-direction: row-reverse;
}
.isopen2 {
  font-size: 1rem;
  margin-top: 0.24em;
  margin-bottom: -0.24em;
  margin-right: 2.2em;
  margin-left: -0.6em;
}
.index-img {
  width: 100%;
  height: auto;
  border-radius: 2%;
}
.bg-banner {
  background-color: rgba(255, 0, 0, 0.4);
  align-items: center;
}
.index-box {
  align-items: center;
  display: flex;
  justify-content: center;
}
.month ul li {
  color: white;
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 3px;
}

#weekdays {
  margin: 0;
  padding: 10px 0;
  background-color: #ddd;
}

#weekdays li {
  color: #454545;
  text-align: center;
}

#days {
  padding: 10px 0;
  background: #eee;
  margin: 0;
}

#days li {
  list-style-type: none;
  text-align: center;
  font-size: 16px;
  color: #555555;
  padding: 15px;
  margin: 3px;
  border: 1px solid #ccc;
  cursor: pointer;
}

#days li.empty {
  border: none;
  cursor: default;
}

#days li.active {
  background: #ed352e;
  color: white !important;
}
.marked {
  background: #3a2eed;
}
.unmarked {
  background: #eee;
}
#next,
#prev {
  cursor: pointer;
}
.mycard {
  margin: 2em;
  padding: 1em;
  text-align: center;
}
.spacer {
  margin-bottom: 6em;
}
#prescription-block1 {
  text-align: left;
}
.ch-text {
  line-height: 0px;
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.btn-hover {
  background-color: #fff;
  border-radius: 5px;
  border: #454545 solid 1px;
  margin: 2em;
}
.btn-hover:hover {
  border: #ff0000 groove 4px;
  border-radius: 10px;
}

.input-btn:active {
  box-shadow: 2px 2px 2px rgba(107, 117, 253, 0.667);
  border: 2px solid rgba(107, 117, 253, 0.667);
}
.input-btn:hover {
  background-color: #ed352e;
}
.wunset {
  width: unset;
}
.required {
  border: 1px solid #dd3545;
}
.disabled {
  opacity: 0.5;
  pointer-events: none;
}
.hlink {
  padding-left: 4px;
  padding-right: 4px;
}
.form-control {
  width: 100%;
  padding: 0.5rem;
  margin-bottom: 0.5rem;
}
.submit-btn {
  background-color: #dd3545;
  color: #fff;
  width: fit-content;
  padding: 0.4em;
}
.submit-btn:hover {
  background-color: #ed352e;
}
.input-btn {
  background-color: #d62436;
  color: #fff;
  width: 60%;
  display: flex;
  justify-content: center;
  padding: 0.6em;
  margin-bottom: 0.4em;
}
.offc {
  z-index: 4;
  background-color: #fff;
  border: 1px solid #ccc;
  float: right;
  width: 20rem;
  position: fixed;
  height: max-content;
  overflow-y: scroll;
  user-select: none;
  top: 0;
  z-index: 1031;
}
.offc-link {
  background-color: transparent;
  color: #454545;
  box-shadow: none;
  padding-top: 1em;
  padding-bottom: 1em;
}
@keyframes offcanvas-in {
  from {
    transform: translateX(0) translateY(0);
  }
  to {
    transform: translateX(-100%) translateY(0);
  }
}
.offcanvas-in {
  animation-name: offcanvas-in;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}
@keyframes offcanvas-out {
  from {
    transform: translateX(-100%) translateY(0);
  }
  to {
    transform: translateX(0) translateY(0);
  }
}
@keyframes rtloffcanvas-in {
  from {
    transform: translateX(0) translateY(0);
  }
  to {
    transform: translateX(100%) translateY(0);
  }
}
@keyframes rtloffcanvas-out {
  from {
    transform: translateX(100%) translateY(0);
  }
  to {
    transform: translateX(0) translateY(0);
  }
}
.offcanvas-out {
  animation-name: offcanvas-out;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}
#languageDropdown {
  display: none;
}

.language-option {
  display: flex;
  align-items: center;
}

.language-option img {
  margin-right: 10px;
}

#toggleButton {
  display: flex;
  align-items: center;
  cursor: pointer;
}

#toggleButton img {
  margin-right: 10px;
}

/* Basic styling for the custom dropdown */
/* --------------------------------------------- */

.dropdown {
  align-self: flex-end;
}

.dropbtn {
  background-color: transparent;
  border: 1px solid #ccc;
  border-radius: 10%;
  padding: 2px 8px 5px 5px;
  cursor: pointer;
}

.dropbtn img {
  width: 20px;
  height: 20px;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  /* min-width: 50px; */
  border: 1px solid #ccc;
  z-index: 1;
}

.dropdown-content a {
  display: block;
  padding: 5px;
  text-align: left;
}

.dropdown-content a img {
  width: 20px;
  height: 20px;
}

.dropdown-content a:hover {
  background-color: #ddd;
}

.dropdown:hover .dropdown-content {
  display: block;
}
/* #header {
  background-color: #dd3545;
  z-index: 4;
} */
.topheader {
  display: flex;
  width: 100%;
  margin-top: -4em;
  background-color: #fff;
  padding: 0.8em;
}
/* Styling for sliding Header */
.pheader {
  top: 0;
  position: fixed;
  display: flex;
  width: 100%;
  background-color: #f8f9fa;
  z-index: 5;
  justify-content: space-between;
}
.pheader-slidein .shophours {
  transform: translateX(0) translateY(60%);
}

.pheader-slideout .span-shophours {
  font-size: 28px;
}
.pheader-slidein .arrow {
  width: 1.2em;
  height: 1.2em;
  margin-right: 0.4em;
}
.pheader-slideout .arrow {
  width: 1.2em;
  height: 1.2em;
  margin-right: 0.4em;
}
.topheader-slideout {
  animation-name: theader-slideout;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  position: absolute;
}
@keyframes theader-slideout {
  from {
    visibility: visible;
    transform: translateX(0) translateY(0);
  }
  to {
    visibility: collapse;
    transform: translateX(0) translateY(-100%);
  }
}
.topheader-slidein {
  animation-name: theader-slidein;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}
@keyframes theader-slidein {
  from {
    transform: translateX(0) translateY(-100%);
    display: none;
  }
  to {
    transform: translateX(0) translateY(0);
    display: flex;
  }
}

.pheader-slideout {
  z-index: 5;
  animation-name: pheader-slideout;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}

@keyframes pheader-slideout {
  from {
    visibility: visible;
    transform: translateX(0) translateY(0);
  }
  to {
    visibility: collapse;
    transform: translateX(0) translateY(-100%);
  }
}

.pheader-slidein {
  animation-name: pheader-slidein;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}
@keyframes pheader-slidein {
  from {
    transform: translateX(0) translateY(-100%);
  }
  to {
    transform: translateX(0) translateY(0);
  }
}
.apobutton {
  width: 44px;
  height: 42px;
  border-radius: 20%;
  border: 3px groove #ed352e;
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0.38em;
}

.image {
  width: 200px;
  height: 200px;
}
.shiftleft1 {
  animation: shiftleft forwards 20s;
}
@keyframes shiftleft1 {
  from {
    transform: translateX(0);
    opacity: 100%;
  }
  to {
    transform: translateX(-50);
    opacity: 0%;
  }
}

/*NEWS SLIDESHOW */
@keyframes slide-show {
  0% {
    transform: translateX(200px);
    opacity: 1;
  }
  20% {
    transform: translateX(0%);
    opacity: 1;
  }
  40% {
    transform: translateX(-60vh);
    opacity: 1;
  }
  60% {
    transform: translateX(-140vh);
    opacity: 1;
  }
  100% {
    transform: translateX(-600vh);
    opacity: 0;
  }
}

.showslides {
  flex: 0 0 33.333%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 300px;
  padding: 6em;
  margin-top: -2em;
  margin-bottom: -2.4em;
  border-radius: 5px;
  height: fit-content;
}

.slide img {
  max-width: 100%;
  border-radius: 10px;
}

.controls {
  position: absolute;
  top: 50%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  transform: translateY(-50%);
}

.control {
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  border: none;
  padding: 10px 20px;
  cursor: pointer;
  border-radius: 5px;
}

.control:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

@keyframes slide-in {
  from {
    transform: translateX(0) translateY(-100%);
  }
  to {
    transform: translateX(0) translateY(0);
  }
}

.slide-in {
  animation-name: slide-in;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}

@keyframes slide-out {
  from {
    transform: translateX(0) translateY(0);
  }
  to {
    transform: translateX(0) translateY(-100%);
  }
}

.slide-out {
  animation-name: slide-out;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
}

.nav-btn {
  background-color: #fff;
  border: none;
  color: #454545;
}
@keyframes offcanvas-in {
  from {
    transform: translateX(0) translateY(0);
  }
  to {
    transform: translateX(-100%) translateY(0);
  }
}
.offcanvas-in {
  animation-name: offcanvas-in;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}
@keyframes offcanvas-out {
  from {
    transform: translateX(-100%) translateY(0);
  }
  to {
    transform: translateX(0) translateY(0);
  }
}
.offcanvas-out {
  animation-name: offcanvas-out;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}
[dir="rtl"] .offcanvas-in {
  animation-name: rtloffcanvas-in;
}
[dir="rtl"] .offcanvas-out {
  animation-name: rtloffcanvas-out;
}
@keyframes rtloffcanvas-in {
  from {
    transform: translateX(0) translateY(0);
  }
  to {
    transform: translateX(100%) translateY(0);
  }
}
@keyframes rtloffcanvas-out {
  from {
    transform: translateX(100%) translateY(0);
  }
  to {
    transform: translateX(0) translateY(0);
  }
}

/* BETTER SLIDESHOW */
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.slideshow-container {
  width: 90%;
  max-width: 1200px;
  overflow: hidden;
  position: relative;
}

.slideshow-track {
  display: flex;
  transition: transform 0.5s ease-in-out;
  will-change: transform;
}

.slideshow-slide {
  flex: 0 0 calc(100% / 6);
  padding: 5px;
}

.slideshow-slide img {
  width: 100%;
  border-radius: 8px;
  display: block;
}

@media only screen and (max-width: 1600px) {
  .coll1600 {
    visibility: collapse;
    display: none;
  }
}
/* Desktops and Laptop */
@media only screen and (min-width: 1345px) {
  .carousel-container {
    visibility: collapse;
    display: none;
  }

  .brand-navbar {
    margin-bottom: -1.2em;
    margin-right: 10.8em;
  }
  .distance {
    margin-right: 28em;
    margin-left: 28em;
    text-align: center;
  }
}
@media screen and (max-width: 1344px) {
  .index-content {
    visibility: collapse;
    display: none;
    color: transparent;
    width: 18em;
    height: auto;
  }
  .coll1344 {
    visibility: collapse;
    display: none;
  }

  .flagimg {
    translate: 8px 44px;
    width: 14em;
    height: auto;
    float: left;
    z-index: 2;
  }
}
/* for  tablets */
@media screen and (max-width: 1200px) {
  .coll1200 {
    display: none;
  }
  .distance {
    margin-right: 12em;
    margin-left: 12em;
    text-align: center;
  }
  nav .apobutton {
    visibility: collapse;
  }
}
@media screen and (max-width: 1080px) {
  .coll1080 {
    visibility: collapse;
    display: none;
  }
  .topheader-slidein {
    animation: none !important;
    display: flex;
  }
  .apobutton {
    visibility: visible !important;
  }
  .topheader-slideout {
    animation: none;
    position: fixed;
    display: flex;
  }
  #theader {
    height: 6em !important;
  }
  .pheader {
    visibility: collapse;
  }
  .pheader-slidein {
    animation: none !important;
  }
  .pheader-slideout {
    animation: none !important;
  }
  .topheader-slideout {
    animation: none;
    position: fixed;
    transform: translateX(0) translateY(0);
  }
  .isopen1 {
    margin-right: 18em;
  }
  body {
    padding-top: 4em;
  }
  .distance {
    margin-right: 3em;
    margin-left: 3em;
    text-align: center;
  }
  #calendar {
    transform: translate(16.2vw, 0vw);
  }
  .calendar-heading {
    transform: translate(16.2vw, 0vw);
  }
}

@media screen and (max-width: 1024px) {
  .coll1024 {
    visibility: collapse;
    display: none;
  }
  .nfooter {
    margin-top: 20px;
  }
}
@media screen and (min-width: 960px) {
  .shophourssm {
    visibility: collapse;
  }
  .min960 {
    visibility: collapse !important;
    display: none;
  }
}

@media screen and (max-width: 960px) {
  .topheader-slidein {
    animation: none !important;
    display: flex;
  }

  .topheader-slideout {
    animation: none;
    position: fixed;
    display: flex;
  }
  .pheader {
    visibility: collapse;
  }
  .pheader-slidein {
    animation: none !important;
  }
  .pheader-slideout {
    animation: none !important;
  }
  .startbanner {
    width: 68%;
    height: auto;
    align-self: center;
  }
  .corporateID {
    visibility: collapse;
  }
  .coll960 {
    visibility: collapse;
    display: none;
  }

  body {
    padding-top: 4em;
  }

  .slider {
    transform: translate(25.6vw, -33.6vw);
  }
  .startbanner {
    align-self: center;
    width: 64%;
    height: auto;
  }
}
/* for handys and such */
@media screen and (max-width: 720px) {
  .startbanner {
    width: 72%;
    height: auto;
    align-self: center;
  }
  .weekdays li,
  #days li {
    width: 54.1%;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 4px;
    padding-right: 24px;
    margin-left: auto;
    margin-right: auto;
  }
  .coll720 {
    visibility: collapse;
    display: none;
  }
  body {
    padding-top: 4em;
  }
  .slider {
    transform: translate(28vw, -35.6vw);
  }
  #calendar {
    transform: translate(0vw, 0vw);
  }
  .calendar-heading {
    transform: translate(0vw, 0vw);
  }
}

@media screen and (max-width: 420px) {
  .coll420 {
    visibility: collapse;
    display: none;
  }
  .calendar-heading {
    font-size: 22px;
  }
  .weekdays li,
  #days li {
    width: 54.1%;
  }
  #days li .active {
    padding: 2px;
  }
  .slider {
    transform: translate(34vw, -38.6vw);
  }
  .offcanvas-img {
    width: 140px;
    height: 80px;
    padding-right: 30px;
  }
  .offcanvas-links {
    font-size: 14px;
  }
  #calendar {
    transform: translate(0vw, 0vw);
  }
  .calendar-heading {
    transform: translate(0vw, 0vw);
  }
}
@media screen and (max-width: 376px) {
  .coll376 {
    display: none;
    visibility: collapse;
  }
}
@media screen and (max-width: 290px) {
  .weekdays li,
  #days li {
    width: 54.1%;
  }
  body {
    padding-top: 8em;
  }
  #calendar {
    transform: translate(0vw, 0vw);
  }
  .calendar-heading {
    transform: translate(0vw, 0vw);
  }
}

@media all and (-ms-high-contrast: none) {
  #days {
    display: -ms-grid;
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    -ms-grid-rows: 1fr 1fr 1fr 1fr 1fr 1fr;
  }
}

@media (max-width: 768px) {
  .slideshow-slide {
    flex: 0 0 100%;
  }
}
