/* .specials-wrapper{
    box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.6), 0 5px 15px 0 rgba(0, 0, 0, .08);
    height: auto;
    padding: 30px;
    min-height: unset;
  } */
.specials {
  text-align: center;
  color: #fff;
  font-family: "covik-sans", Sans-serif;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  gap: 10px;

}

/* Style for the slideout banner */


/* Close button inside the banner */
.close-btn {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 30px;
  cursor: pointer;
}

/* Style for the banner content */
.slideout-banner h2 {
  margin-top: 60px;
}

/* Button to open the banner */
#open-banner-btn {
  position: fixed;
  top: 20px;
  left: 20px;
  padding: 10px 20px;
  background-color: #007BFF;
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

#open-banner-btn:hover {
  background-color: #0056b3;
}

.slideout-open {
  cursor: pointer;
  border: none!important;
  padding-bottom: 10px!important;
  padding-top: 10px!important;
}

.slideout-label {
  text-transform: uppercase;
  pointer-events: none;
  background-color: transparent;
  color: #fff!important;
  line-height: inherit;
  padding: 0!important;
}

@media (min-width: 1025px) {


  .slideout-outer-wrapper {
    display: flex;
    flex-direction: row-reverse;
  }

  .slideout-open {
    display: flex;
    align-items: center;
    font-size: 18px;
    width: 60px;
    border-right: 2px solid #ffffff !important;

  }

  .slideout-label {
    white-space: nowrap;
    padding: 16px;
    width: 60px;
    height: 100%;
    min-height: 7em;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;

    span {
      display: block;
      transform: rotate(270deg);
      /*
        @supports (writing-mode: vertical-rl) {
          writing-mode: vertical-rl;
          transform: rotate(180deg);
        }
        */
    }
  }
}

.specials{
  background: rgba(0, 0, 0, 0.9);
  color: white;
  padding: 0 !important;
  background: #418CC5;
}

.specials button {
  border: none !important;
}
@media (min-width: 1025px) {
  .specials {
    transform: translateX(0%);
    transition: transform 0.3s ease-in-out;
    position: fixed;
    z-index: 9;
    top: 50%;
    right: 0;
    width: 600px;
    border: 2px solid currentcolor;
    border-right: none;
  }

  .specials.active {
    
    transform: translateX(calc(100% - 60px));
  }

  .specials .slideout-outer-wrapper {
    display: flex;
    flex-direction: row-reverse;
  }

  .specials .slideout-open {
    display: flex;
    align-items: center;
    font-size: 18px;
    width: 60px;
  }

  .specials .slideout-open .slideout-label {
    white-space: nowrap;
    padding: 16px;
    width: 60px;
    height: 100%;
    min-height: 7em;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }

  .specials .slideout-open .slideout-label span {
    display: block;
    transform: rotate(270deg);
    /* @supports (writing-mode: vertical-rl) {
        writing-mode: vertical-rl;
        transform: rotate(180deg);
     }
      */
  }
}

.specials-wrapper .slideout-open {
  cursor: pointer;
}

.specials .slideout-open .slideout-label {
  text-transform: uppercase;
  pointer-events: none;
  background-color: transparent;
  color: currentcolor;
  line-height: inherit;
}

.specials .slideout-close {
  color: currentcolor;
  position: absolute;
  top: 0;
  right: 0;
  padding: 8px;
  cursor: pointer;
  opacity: 1;
  font-weight: bold;
}

.specials .slideout-close:hover {
  opacity: 0.7;
}

.specials .slideout-inner-wrap {
  padding: 16px 24px 2px 16px;
  flex: 1;
}

.specials-wrapper .slideout-inner-wrap p {
  margin: 0;
  padding: 0 0 10px 0;
}

.specials-wrapper .slideout-inner-wrap p.title {
  font-weight: bold;
  font-size: 1.125em;
  padding-bottom: 5px;
}

.specials-wrapper .slideout-inner-wrap p a {
  text-decoration: underline !important;
  display: inline;
}

.specials-wrapper .slideout-inner-wrap em {
  font-size: 0.875em;
  opacity: 0.9;
  font-style: normal;
  line-height: 1.2;
  display: inline-block;
}

.specials-wrapper.active {
  transform: translateX(0%);
}

.specials-wrapper.active .slideout-open {
  opacity: 0.7;
}

#elementor-popup-modal-364 a {
  display: none !important;
}

.specials-wrapper-content {
  width: 80%;
  margin: 0 auto 0 0;
}

#elementor-popup-modal-364 {
  height: 300px;
  width: 600px;
  right: 0;
}

@media (min-width: 1024px){
  .specials-wrapper-content {
    display: block!important;
  }
}
@media (max-width: 1024px) {
  .specials-wrapper .slideout-close {
    top: -25px;
  }

  .slideout-close {
    display: none;
  }

  .specials {
    flex-direction: column-reverse;
  }

  .specials-wrapper-content {
    width: 80%;
    margin: 20px auto 0 auto;
  }

  .specials-wrapper-content {
    display: none;
  }
  .slideout-open .slideout-label::after {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    border: 2px solid currentcolor;
    border-left: none;
    border-bottom: none;
    transform: rotate(135deg) translate(-80%, -20%);
    margin-left: 4px;
  }
  .specials.active .slideout-open .slideout-label::after {
    transform: rotate(-45deg) translate(40%, 40%);
}
}
