/** Shopify CDN: Minification failed

Line 377:1 Expected "}" to go with "{"

**/


/* CSS from section stylesheet tags */
.phone-text-info{
    text-align: center;
    font-weight: bold;
    color: #21483f;
    background: #f9f1f1;
    margin: 0px;
    padding: 1px;
  }
.symptom-stack-container {
  /* max-width: 80%; */
  width:100%;
  margin: 0 auto;
  /* padding: 60px 20px; */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  position:relative;
  padding-bottom :45%;
}
  .symptom-bottom{
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  }
  
.symptom-top{
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.symptom-image {
  width: 80%;
  max-width: 100%;
  /* margin-bottom: 20px; */
}

.symptom-image img {
  width: 100%;
  height: auto;
  display: block;
}

/* .symptom-button-area {
  margin-top: 80px;
  position: absolute;
    bottom: 10%;
    font-size: 40px;
}
  .symptom-button-area {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
  position: absolute;
  bottom: 10%;
}

.symptom-button {
  background-color: #2c2140;
  color: #fff;
  padding: 12px 24px;
  border-radius: 25px;
  text-decoration: none;
  font-weight: 600;
  font-size: 16px;
  transition: 0.3s ease;
}

.symptom-button:hover {
  background-color: #4c3d7b;
} */
.symptom-content-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  position: absolute;
  bottom: 10%;
  left: 50%;
  transform: translateX(-50%);
  gap: 20px;
  flex-wrap: wrap;
}

.symptom-left,
.symptom-right {
  width: 48%;
}

.symptom-button {
  background-color: #534087; /* original background */
  color: #fff;
  border: 2px solid v;
  padding: 10px 20px;
  border-radius: 999px;
  font-weight: 600;
  transition: all 0.3s ease;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
}

.symptom-button:hover {
  background-color: #fff;
  color: #534087;
  border: 2px solid #534087
}

.symptom-button:focus,
.symptom-button:active {
  background-color: #fff;
  color: #534087;
  border: 2px solid #534087;
  outline: none;
  box-shadow: none;
}


.symptom-right h2 {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #2c2140;
  font-weight: 900 !important;
}

.symptom-left p {
  font-size: 3.3rem;
    font-style: italic;
    line-height: 3.5rem;
    text-align: left;
  color: #534087;
}

/* Mobile Responsive */
@media screen and (max-width: 768px) {
  .symptom-content-wrapper {
    flex-direction: column;
    bottom: 5%;
    width: 90%;
  }

  .symptom-left,
  .symptom-right {
    width: 100%;
    text-align: center;
  }
}
   @media screen and (min-width: 1024px) and (max-width: 1279px) {
    #shopify-section-custom_banner_7AtL8A .symptom-content-wrapper {
      bottom: 1% !important;
    }
  }

  @media screen and (min-width: 1280px) and (max-width: 1919px) {
    #shopify-section-custom_banner_7AtL8A .symptom-content-wrapper {
      bottom: 8% !important;
    }
  }

  @media screen and (min-width: 1920px) {
    #shopify-section-custom_banner_7AtL8A .symptom-content-wrapper {
      bottom: 13% !important;
    }
  }


@media screen and (max-width: 768px) {
  .symptom-stack-container {
    max-width: 95%;
    padding: 40px 15px;
  }

  /* .symptom-button-area {
    margin-top: 60px;
  } */
}
/* display */
  .symptom-stack-container {
    display: none;
  }

  @media screen and (min-width: 1024px) {
    .symptom-stack-container {
      display: flex !important;
    }
  }
ul {
  color: inherit!important;
}
details {
  position: relative;
}
details summary {
  display: block;
  cursor: pointer;
  color: red;
}
details summary:focus {
  outline: none;
}
details[open] {
  display: block;
  padding-bottom: 25px;
  padding-top: 10px;
  animation: open 0.2s linear;
}
details[open] summary {
  position: absolute;
  bottom: 0;
  left: 0;
}
details #open {
  padding-left: 5px;
  text-align: middle;
}
details #open:after {
  display: inline-block;
  position: relative;
  top: -3px;
  padding-left: 8px;
  content: "\00bb";
  transform: rotate(90deg);
}
details[open] #open {
  display: none;
}
details #close {
  display: none;
}
details #close:after {
  display: inline-block;
  position: relative;
  top: 6px;
  padding-left: 8px;
  content: "\00bb";
  transform: rotate(-90deg);
}
details[open] #close {
  display: block;
}
::-webkit-details-marker {
  display: none;
}
@keyframes open {
  0% {
    opacity: 0;
    transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@media only screen and (max-width: 636px) {
  .mob-pad {
    padding: 0px 12px;
  }
}
.ast-vd-title-wrapper {
    width: 100%;
}
.ast-vd-option {
    flex: 1;
}
.ast-vd-option label {
    height: 100%;
    padding-left:0 !important;
    padding-top:0;
    align-items: baseline !important;
}
.ast-vd-option .ast-vd-option-title,
.ast-vd-option .ast-vd-option-price-wrapper,
.ast-vd-option .ast-vd-total-price-wrapper,
.ast-vd-option .ast-vd-variant-wrapper {
  display:none !important;
}
.ast-vd-option label:before {
  left: unset !important;
  right: 0;
  top: 10px !important;
}
.ast-vd-option.ast-vd-option-active label:after {
  left: unset !important;
  right: 9px;
  top: 10px !important;
}
.ast-vd-option label span,
.ast-vd-option label > div {
    width: 100%;
}
.pitem p {
  margin:0;
}
.pitem .title {
    font-size: 26px;
    padding-right: 20px;
}
.cprice {
    text-decoration: line-through;
    font-size: 16px;
    color: #858585;
    line-height: 1.2;
}
.pprice {
    padding-top: 25px;
    font-size: 26px;
}
.pitem {
    padding: 0 10px;
    display: block;
}

.ast-vd-option.ast-vd-option-active label:before {
    background-color: #c11515 !important;
    border-color: #c11515 !important;
}
.ast-vd-option.ast-vd-option-active {
   border: 1px solid #c11515 !important;
}
@media screen and (min-width: 450px){
.ast-vd {
  flex-direction: row !important;
  flex-wrap: wrap !important;
}
@keyframes marquee {
  0% {
    text-indent: 430px
  }
  100% {
    text-indent: -485px
  }
}

@-webkit-keyframes marquee {
  0% {
    text-indent: 430px
  }
  100% {
    text-indent: -485px
  }
}

.marquee {
  font-size: 25px;
  overflow: hidden;
  white-space: nowrap;
  animation: marquee 12s linear infinite;
  -webkit-animation: marquee 12s linear infinite;
  margin-bottom:0px;
  margin-top:0px;
  border-bottom: 1px solid gainsboro;
  background: #dedaef;
    padding: 10px;

}
.marquee a{
  color:#21483F;
}
.marquee:hover {
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}