/** Shopify CDN: Minification failed

Line 291:215 Unexpected "}"

**/
html {scroll-behavior: smooth;}
.pricing-table-card {font-family: Inter, sans-serif;}
.tabs-heading {
    display: flex;
    justify-content: center;
    text-align: center;
    max-width: 800px;
    margin: 0px auto;
}
ul.resp-tabs-list {
     display: flex;
    justify-content: center;  
    margin-bottom: 1.25rem;      
    margin-left: 0;
   column-gap: 10px;
}
ul.resp-tabs-list.hor_1 {
   padding: 10px;
   border-radius: 100px;
   border: 1px solid;
}
.section_heading {
    margin-bottom: 3rem;
}

.resp-tabs-list li {
    padding: 8px 20px;
    margin: 0;
    list-style: none;
    cursor: pointer; 
    font-size: 20px;  
    text-align: center;
}
ul.resp-tabs-list.hor_1 li{
 border-radius: 100px;
   width: 200px;
}

.resp-tabs-container {
  padding: 0px;
  background-color: #fff;
  clear: left;
}

h2.resp-accordion {
  cursor: pointer;
  padding: 5px;
  display: none;
}

.resp-tab-content {
  display: none;
  padding: 15px 0pc;
}

.resp-tab-active {
 background: var(--solid-button-background, var(--color-accent)) !important;
    color: #fff;
   font-weight: 600 !important;
}
.resp-content-active,
.resp-accordion-active {
  display: block;
}

h2.resp-accordion {
  font-size: 13px;
  border: 1px solid #c1c1c1;
  border-top: 0px solid #c1c1c1;
  margin: 0px;
  padding: 10px 15px;
}

h2.resp-tab-active {
  border-bottom: 0px solid #c1c1c1 !important;
  margin-bottom: 0px !important;
  padding: 10px 15px !important;
}

h2.resp-tab-title:last-child {
  border-bottom: 12px solid #c1c1c1 !important;
  background: blue;
}

/*-----------Vertical tabs-----------*/
.resp-vtabs ul.resp-tabs-list {
  float: left;
  width: 30%;
}

.resp-vtabs .resp-tabs-list li {
  display: block;
  padding: 15px 15px !important;
  margin: 0 0 4px;
  cursor: pointer;
  float: none;
}

.resp-vtabs .resp-tabs-container {
  padding: 0px;
  background-color: #fff;
  border: 1px solid #c1c1c1;
  float: left;
  width: 68%;
  min-height: 250px;
  border-radius: 4px;
  clear: none;
}

.resp-vtabs .resp-tab-content {
  border: none;
  word-wrap: break-word;
}

.resp-vtabs li.resp-tab-active {
  position: relative;
  z-index: 1;
  margin-right: -1px !important;
  padding: 14px 15px 15px 14px !important;
  border-top: 1px solid;
  border: 1px solid var(--solid-button-background, var(--color-accent)) !important;
  border-left: 4px solid var(--solid-button-background, var(--color-accent)) !important;
  margin-bottom: 4px !important;
  border-right: 1px #fff solid !important;
}

.resp-arrow {
  width: 0;
  height: 0;
  float: right;
  margin-top: 15px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 12px solid #000;
}

h2.resp-tab-active span.resp-arrow {
  border: none;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 12px solid #fff;
}

/*-----------Accordion styles-----------*/
h2.resp-tab-active {
  background: #dbdbdb; /* !important;*/
}

.resp-easy-accordion h2.resp-accordion {
  display: block;
}

.resp-easy-accordion .resp-tab-content {
  border: 1px solid #c1c1c1;
}

.resp-easy-accordion .resp-tab-content:last-child {
  border-bottom: 1px solid #c1c1c1; /* !important;*/
}

.resp-jfit {
  width: 100%;
  margin: 0px;
}

.resp-tab-content-active {
  display: block;
}

h2.resp-accordion:first-child {
  border-top: 1px solid #c1c1c1; /* !important;*/
}

/* Pricing  Table */
.card-row {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}
.col-item {flex: 1;}
.brand_color {color: var(--solid-button-background, var(--color-accent));}
.pricing_card {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-radius: 20px;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    overflow: hidden;
    padding: 52px 30px 30px;
    position: relative;
}
.top_lable {
    font-size: 18px;
    font-weight: 600;
    padding: 10px;
    text-transform: uppercase;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
}
.price_plan h3 {font-size: 24px;font-weight: 600;margin: 0px;display: flex; align-items: center; justify-content: space-between;}
.price_plan {padding: 20px 0px;border-bottom: 1px solid #000000;margin-bottom:10px;min-height:165px;}
.price_plan h2 {font-size: 32px;font-weight: 600;margin: 0px;}
.promotag {
    font-size: 12px;
    padding: 5px 15px;
    border-radius: 100px;
    height: 30px;
    line-height: 20px;
    letter-spacing: 0.5px;
}
.price_plan h2 sub {
    color: #2D2D2D;
    font-size: 14px;
    font-weight: 600;
    bottom: 6px;
}
.plan-points p {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 5px;
    position: relative;
}
.price_plan .save {
    font-size: 20px;
    font-weight: 600;
    color: #39B54A;
    margin-bottom: 0;
}
.price_text {padding: 20px;}
.price_text h2 {font-weight: 600;}

.cta .button {
    border-radius: 6px;
    background: #2D2D2D;
  width: 100%;
}
.cta .button:hover {
    background: var(--solid-button-background, var(--color-accent));
}
.Standoutfeatures h4 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
    text-transform: uppercase;
}
.cta .btn {width: 100%;}
.plan-points ul {
    margin-left: 0;
    list-style: none;
}
.Standoutfeatures ul li {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 5px;
    position: relative;
    padding-left: 20px;
}
.Standoutfeatures ul li::before {
    position: absolute;
    content: "";
    width: 20px;
    height: 20px;
    background: red;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: url('https://www.herbalmagic.ca/cdn/shop/t/163/assets/tick_icon.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 10px;
}
.pricing_card:hover {outline: 1px solid var(--main-color);}
.price_text sub {
    font-weight: normal;
    font-size: 12px;
    bottom: 0;
}
.section-pricing-table {
    margin-bottom: 4rem;
}
.price-card-row .product-card { overflow: visible;margin-bottom:0px;min-height:auto;}
.price-card-row .product-card-quickview {bottom: 0; cursor: pointer; position: relative; opacity: 1; left: 0;background: var(--solid-button-background, var(--color-accent)); color: var(--solid-button-label, #fff); }}
.price-card-row .button {
    height: 50px;
    font-size: 16px;
}
.hide{display: none;}
.product-card--add-to-cart-button-wrapper.visibility-hidden {
    position: absolute;
  opacity:0;
}
/* [aria-labelledby="hor_1_tab_item-0"] #active_ADVANCED .pricing_card {box-shadow: 0px 4px 20px 0px #1C75BC;} */
@media (min-width: 769.5px) {
  .highlight .pricing_card {box-shadow: 0px 4px 20px 0px #1C75BC;}
}
/*Here your can change the breakpoint to set the accordion, when screen resolution changed*/
@media (max-width: 850.5px) {
  .pricing_card{padding-left: 20px; padding-right:20px;}
}
@media (max-width: 768.5px) {
  .mobile_hide{display:none;}
  ul.resp-tabs-list {
    /* display: none; */
  }

  h2.resp-accordion {
    display: none;
  }
ul.resp-tabs-list.hor_1 {width:100%;}
  .resp-vtabs .resp-tab-content {
    border: 1px solid #c1c1c1;
  }
  ul.resp-tabs-list.hor_1 li {width: auto;
    flex: 100%;}

  .resp-vtabs .resp-tabs-container {
    border: none;
    float: none;
    width: 100%;
    min-height: 100px;
    clear: none;
  }

  .resp-accordion-closed {
    display: none !important;
  }

  .resp-vtabs .resp-tab-content:last-child {
    border-bottom: 1px solid #c1c1c1 !important;
  }

ul.resp-tabs-list.ver_1 {
    justify-content: start;
    column-gap: 3px;
    margin-bottom: 0;
}

.resp-tabs-list li.ver_1 {
    font-size: 16px;
    flex: 1;
    padding: 8px;
}

.ver_1 .pricing_card {
    border-radius: 0 0px 20px 20px;

}

}
@media (max-width: 420.5px) {
  .resp-tabs-list li.ver_1 {
    font-size: 12px;
    padding: 6px;
  }
  .resp-tabs-list li{font-size:16px;}
  .pricing_card{padding-left: 20px; padding-right: 20px;}
}
@media (min-width: 769.5px){
  .desktop_hide{display:none;}
}
@media(min-width: 1200px) {
  .col-item {flex: 0 0 25%;}
}