/*
Theme Name: trivita
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*product vita points blue badge */
.badge-circle .badge-inner, .badge-circle-inside .badge-inner {
  background-color: #446084;
  color: #fff;
  display: table-cell;
  font-weight: bolder;
  height: 100%;
  line-height: 1.1;
  padding: 12px;
  text-align: center;
  transition: background-color 0.3s, color 0.3s, border 0.3s;
  vertical-align: middle;
  white-space: nowrap;
  width: 100%;
}

.widget_shopping_cart_content .blockUI.blockOverlay,.woocommerce-checkout-review-order .blockUI.blockOverlay {
  background-color: #fff!important;
  opacity: .6!important
}

.widget_shopping_cart_content .blockUI.blockOverlay:before,.woocommerce-checkout-review-order .blockUI.blockOverlay:before {
  animation: spin .6s linear infinite;
  border-bottom: 3px solid rgba(0,0,0,.1)!important;
  border-left: 3px solid #446084;
  border-radius: 50%;
  border-right: 3px solid rgba(0,0,0,.1)!important;
  border-top: 3px solid rgba(0,0,0,.1)!important;
  content: "";
  display: block;
  font-size: 2em;
  height: 30px;
  left: 50%;
  line-height: 1;
  margin-left: -.5em;
  margin-top: -.5em;
  pointer-events: none;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 30px
}

.category-page-row {
  padding-top: 30px
}

.price_slider_amount input {
  display: none
}

.woocommerce-result-count {
  display: inline-block;
  margin: 0 1em 0 auto
}

.woocommerce-ordering,.woocommerce-ordering select {
  display: inline-block;
  margin: 5px 0
}

.add_to_cart_button.added {
  display: none
}

a.added_to_cart {
  display: inline-block;
  font-size: .9em;
  font-weight: 700;
  padding: 10px 0;
  text-transform: uppercase
}

a.added_to_cart:after {
  content: " →"
}

.grid-style-3 .title-wrapper {
  flex: 1;
  min-width: 60%;
  overflow: hidden;
  padding-right: 15px;
  text-overflow: ellipsis
}

.grid-style-3 .price-wrapper {
  text-align: right
}

.grid-style-3 .star-rating {
  margin: .2em 0;
  text-align: right
}

.grid-style-3 .price del {
  display: block
}

.grid-style-3 .price del span.amount {
  margin: 0
}

.price-wrapper .review-count {
  margin-left: 4px
}

.products .box-vertical .box-text {
  font-size: 1.1em
}

.page-numbers.button.current {
  opacity: .6;
  pointer-events: none
}

.grid-tools {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: flex;
  margin-bottom: -1px;
  padding: 0!important;
  white-space: nowrap;
  width: 100%
}

.grid-tools a {
  background-color: #446084;
  color: #f1f1f1;
  display: block;
  font-size: .85em;
  font-weight: 700;
  opacity: .95;
  padding: .4em 0 .5em;
  text-overflow: ellipsis;
  text-transform: uppercase;
  transition: opacity .3s;
  width: 100%
}

.grid-tools a.quick-view:focus-visible {
  outline-offset: -4px
}

.grid-tools a+a {
  border-left: 1px solid hsla(0,0%,100%,.1)
}

.grid-tools a:hover {
  color: #fff;
  opacity: 1
}

.grid-tools .add-to-cart-grid {
  width: 0
}

@media(max-width: 849px) {
  .category-filter-row {
    padding:10px 0
  }
}

.filter-button {
  display: inline-block;
  margin-top: .5em
}

.box-image .out-of-stock-label {
  background: #fff;
  background: hsla(0,0%,100%,.9);
  color: #333;
  font-weight: 700;
  left: 0;
  opacity: .9;
  padding: 20px 0;
  position: absolute;
  right: 0;
  text-align: center;
  text-transform: uppercase;
  top: 40%
}

.featured-title .woocommerce-result-count {
  display: none
}

.widget_product_categories>ul>li {
  align-items: center;
  display: flex;
  flex-flow: row wrap
}

.widget_product_categories>ul>li span {
  font-size: .85em;
  opacity: .4
}

.widget_product_categories>ul>li ul span.count {
  display: none
}

.message-wrapper+.login {
  background-color: rgba(0,0,0,.03);
  padding: 30px
}

.woocommerce-form-login .button {
  margin-bottom: 0
}

.woocommerce-billing-fields {
  border-top: 2px solid #ddd;
  padding-top: 15px
}

.woocommerce-billing-fields p {
  margin-bottom: .5em
}

form.checkout h3 {
  font-size: 1.1em;
  font-weight: bolder;
  overflow: hidden;
  padding-top: 10px;
  text-transform: uppercase
}

form.checkout input[type=checkbox] {
  margin-bottom: 0;
  margin-right: .5em;
  margin-top: 0
}

.payment_methods li+li {
  border-top: 1px solid #ececec;
  padding-top: 7px
}

.payment_methods p {
  font-size: .9em
}

.payment_method_paypal img {
  margin: 0 10px;
  max-width: 130px
}

a.about_paypal {
  font-size: .8em
}

.woocommerce-privacy-policy-text {
  font-size: 85%
}

.form-row-wide {
  clear: both
}

.form-row-push {
  margin-top: -15px
}

@media(min-width: 550px) {
  .form-row-first,.form-row-last {
    float:left;
    width: 48%
  }

  .form-row-first {
    margin-right: 4%
  }
}

input#place_order {
  font-size: 1.2em;
  line-height: 1.2;
  padding-bottom: .5em;
  padding-top: .5em;
  white-space: normal
}

#ship-to-different-address {
  padding-top: 0
}

#ship-to-different-address label {
  font-weight: 400;
  text-transform: none
}

#billing_address_2_field>label,#shipping_address_2_field>label {
  opacity: 0;
  overflow: hidden;
  white-space: nowrap;
  width: 0
}

@media(max-width: 549px) {
  #billing_address_2_field>label,#shipping_address_2_field>label {
    display:none
  }
}

.wc-terms-and-conditions {
  border-top: 1px solid #ececec;
  margin-top: -15px;
  padding: 15px 0
}

.wc-terms-and-conditions input {
  margin-bottom: 0
}

.wc-terms-and-conditions label {
  font-weight: 400
}

div.create-account {
  clear: both
}

.form-row.create-account {
  font-size: 1.1em;
  margin: 0
}

.form-row.create-account label {
  font-weight: 400
}

.page-checkout-simple {
  padding: 3% 0
}

.js_active .woocommerce-account-fields p.create-account+div.create-account,.js_active .woocommerce-shipping-fields #ship-to-different-address+div.shipping_address {
  display: none
}

.widget_price_filter form {
  margin: 0
}

.widget_price_filter .price_slider {
  background: #f1f1f1;
  margin-bottom: 1em
}

.widget_price_filter .price_label {
  padding-top: 6px
}

.widget_price_filter span {
  font-weight: 700
}

.widget_price_filter .price_slider_amount {
  font-size: .8751em;
  line-height: 1;
  text-align: right
}

.widget_price_filter .price_slider_amount .button {
  background-color: #666;
  border-radius: 99px;
  float: left;
  font-size: .85em
}

.widget_price_filter .ui-slider {
  position: relative;
  text-align: left
}

.widget_price_filter .ui-slider .ui-slider-handle {
  background-color: #666;
  border-radius: 999px;
  cursor: pointer;
  height: 15px;
  outline: none;
  position: absolute;
  top: -5px;
  width: 15px;
  z-index: 2
}

.widget_price_filter .ui-slider .ui-slider-handle:last-child {
  margin-left: -10px
}

.widget_price_filter .ui-slider .ui-slider-range {
  background-color: #666;
  border: 0;
  border-radius: 99px;
  display: block;
  font-size: 10px;
  opacity: .5;
  position: absolute;
  z-index: 1
}

.widget_price_filter .ui-slider-horizontal {
  border-radius: 99px;
  height: 5px
}

.widget_price_filter .ui-slider-horizontal .ui-slider-range {
  height: 100%;
  top: 0
}

.widget_price_filter .ui-slider-horizontal .ui-slider-range-min {
  left: -1px
}

.widget_price_filter .ui-slider-horizontal .ui-slider-range-max {
  right: -1px
}

.widget li.chosen a:before {
  color: currentColor;
  content: "x";
  display: inline-block;
  margin-right: 5px;
  opacity: .6;
  position: relative;
  top: -2px
}

.wc-layered-nav-term.chosen>a:before {
  background-color: #f1f1f1;
  border: 1px solid rgba(0,0,0,.1);
  border-radius: 99px;
  height: 18px;
  line-height: 12px;
  text-align: center;
  width: 18px
}

.dark .wc-layered-nav-term.chosen>a:before {
  background-color: rgba(0,0,0,.5)
}

.widget_layered_nav_filters ul li.chosen {
  border: 0!important;
  display: inline-block;
  margin-right: 10px
}

.widget_layered_nav_filters ul li.chosen a {
  background-color: #f1f1f1;
  border: 1px solid rgba(0,0,0,.1);
  border-radius: 99px;
  display: inline-block;
  font-size: .85em;
  font-weight: 400;
  opacity: .9;
  padding: 0 7px
}

.dark .widget_layered_nav_filters ul li.chosen a {
  background-color: rgba(0,0,0,.5);
  color: #fff
}

.widget_layered_nav_filters ul li.chosen a:before {
  content: "x";
  margin-right: 3px;
  opacity: .4;
  position: relative;
  top: -1px
}

.widget_layered_nav_filters ul li.chosen a:hover:before {
  opacity: 1
}

.woocommerce-product-gallery .woocommerce-product-gallery__wrapper {
  margin: 0
}

.message-wrapper {
  margin: 0;
  padding-bottom: .5em
}

#wrapper>.message-wrapper {
  font-size: 1.1em;
  margin-bottom: 10px;
  padding-bottom: .75em;
  padding-top: .75em
}

ul.message-wrapper li {
  list-style: none
}

.message-container span {
  font-weight: 700
}

.message-container .wc-forward {
  display: none
}

.message-container a {
  margin: 0 15px 0 0
}

.container .message-container {
  padding-left: 0;
  padding-right: 0
}

.message-wrapper+main .product-main {
  padding-top: 0
}

.demo_store {
  background-color: #000;
  color: #fff;
  margin: 0;
  padding: 5px;
  text-align: center
}

.has-transparent+main>.message-wrapper {
  background-color: #fff;
  bottom: 0;
  box-shadow: 1px 1px 10px 1px rgba(0,0,0,.1);
  position: fixed;
  width: 100%;
  z-index: 999
}

.form-row input[type=submit] {
  margin: 0
}

.form-row input[type=submit]+label {
  margin-left: 15px
}

.my-account-header.featured-title .page-title-inner {
  min-height: 100px
}

.my-account-header .button {
  margin-bottom: 5px;
  margin-top: 5px
}

.woocommerce-form-register .woocommerce-privacy-policy-text {
  margin-bottom: 1.5em
}

form.lost_reset_password {
  padding: 30px 0
}

.dashboard-links {
  display: flex;
  flex-wrap: wrap;
  font-size: 1.3em;
  line-height: 1;
  list-style: none
}

.dashboard-links a {
  border: 1px solid #ddd;
  border-radius: 5px;
  display: block;
  margin-right: 10px;
  padding: 20px 0;
  text-align: center;
  transition: all .3s
}

.dashboard-links .active {
  display: none
}

.dashboard-links a:hover {
  background-color: #333;
  color: #fff
}

.dashboard-links li {
  width: 33.333%
}

@media(max-width: 849px) {
  .dashboard-links li {
    width:50%
  }
}

@media(max-width: 549px) {
  .dashboard-links li {
    width:100%
  }
}

.password-input {
  display: block;
  position: relative
}

.password-input input:focus~.show-password-input,.password-input:hover .show-password-input {
  visibility: visible
}

.woocommerce-EditAccountForm input[type=password],.woocommerce-form input[type=password] {
  padding: 0 2em 0 .75em
}

.show-password-input {
  cursor: pointer;
  line-height: 1.35;
  padding: .618em;
  position: absolute;
  right: 0;
  top: 0;
  visibility: hidden
}

.show-password-input:after {
  content: "";
  font-family: fl-icons
}

.show-password-input.display-password:after {
  content: "";
  font-family: fl-icons
}

.price {
  line-height: 1
}

.product-info .price {
  font-size: 1.5em;
  margin: .5em 0
}

.woocommerce-variation-price {
  border-top: 1px dashed #ddd;
  font-size: .8em;
  padding: 7.5px 0
}

.price-wrapper .price {
  display: block
}

span.amount {
  color: #111;
  font-weight: 700;
  font-size:x-large;
  white-space: nowrap
}

.dark .price,.dark .price del,.dark span.amount {
  color: #fff
}

.header-cart-title span.amount {
  color: currentColor
}

del span.amount {
  font-weight: 400;
  margin-right: .3em;
  opacity: .6
}

.no-prices .amount {
  display: none!important
}

ul.product_list_widget li {
  line-height: 1.33;
  list-style: none;
  min-height: 80px;
  overflow: hidden;
  padding: 10px 0 5px 75px;
  position: relative;
  vertical-align: top
}

ul.product_list_widget li+li {
  border-top: 1px solid #ececec
}

.dark ul.product_list_widget li {
  border-color: hsla(0,0%,100%,.2)
}

.widget_shopping_cart ul.product_list_widget li {
  padding-right: 30px
}

ul.product_list_widget li>span.reviewer {
  font-size: .8em
}

ul.product_list_widget li a:not(.remove) {
  display: block;
  line-height: 1.3;
  margin-bottom: 5px;
  overflow: hidden;
  padding: 0;
  text-overflow: ellipsis
}

ul.product_list_widget li a.remove {
  position: absolute;
  right: 0;
  z-index: 9
}

ul.product_list_widget li dl {
  font-size: .7em;
  line-height: 1;
  margin: 0
}

ul.product_list_widget li img {
  height: 60px;
  left: 0;
  margin-bottom: 5px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  position: absolute;
  top: 10px;
  width: 60px
}

ul.product_list_widget li .quantity {
  display: block;
  font-size: .85em;
  margin-top: 3px;
  opacity: .6
}

.product-main {
  padding: 40px 0
}

.page-title:not(.featured-title)+main .product-main {
  padding-top: 15px
}

.product-info {
  padding-top: 10px
}

.product-summary .woocommerce-Price-currencySymbol {
  display: inline-block;
  font-size: .75em;
  vertical-align: top
}

.product-summary .quantity {
  margin-bottom: 1em
}

.product-summary .variations_button {
  padding: .5em 0
}

.product-summary table tr+tr {
  border-top: 1px dashed #ddd
}

form.cart a.added_to_cart.wc-forward {
  display: none
}

.product_meta {
  font-size: .8em;
  margin-bottom: 1em
}

.product_meta>span {
  border-top: 1px dotted #ddd;
  display: block;
  padding: 5px 0
}

.product-info p.stock {
  font-size: .8em;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 1em
}

p.in-stock {
  color: #7a9c59
}

.group_table .quantity {
  margin: 0
}

.group_table .price {
  font-size: 1em
}

.group_table .label label {
  margin: 0;
  padding: 0
}

.product-gallery,.product-thumbnails .col {
  padding-bottom: 0!important
}

.product-gallery-slider img,.product-thumbnails img {
  width: 100%
}

.product-gallery-wide {
  position: relative
}

@media screen and (min-width: 850px) {
  .product-gallery-stacked {
    overflow:auto!important;
    white-space: normal!important;
    width: auto!important
  }

  .product-gallery-stacked .flickity-slider,.product-gallery-stacked .flickity-viewport {
    height: auto!important
  }

  .product-gallery-stacked .flickity-slider,.product-gallery-stacked .slide {
    left: 0!important;
    position: relative!important;
    right: 0!important;
    transform: none!important
  }

  .product-gallery-stacked .slide {
    overflow: hidden
  }

  .product-gallery-stacked .slide:not(:last-child) {
    margin-bottom: 1.5em
  }

  .product-gallery-stacked.product-gallery-grid-layout .flickity-slider,.product-gallery-stacked.product-gallery-grid-layout:not(.flickity-enabled) {
    display: grid;
    gap: 10px
  }

  .product-gallery-stacked.product-gallery-grid-layout .flickity-slider .slide,.product-gallery-stacked.product-gallery-grid-layout:not(.flickity-enabled) .slide {
    margin-bottom: 0!important
  }

  .product-gallery-stacked.product-gallery-grid-layout--1-2 .flickity-slider,.product-gallery-stacked.product-gallery-grid-layout--1-2:not(.flickity-enabled) {
    grid-template-columns: repeat(2,1fr);
  }

  .product-gallery-stacked.product-gallery-grid-layout--1-2 .flickity-slider .slide:first-child,.product-gallery-stacked.product-gallery-grid-layout--1-2:not(.flickity-enabled) .slide:first-child {
    grid-column: 1/3
  }

  .product-gallery-stacked.product-gallery-grid-layout--2 .flickity-slider,.product-gallery-stacked.product-gallery-grid-layout--2:not(.flickity-enabled) {
    grid-template-columns: repeat(2,1fr);
  }

  .product-gallery-stacked.product-gallery-grid-layout--3-1-2 .slide:first-child {
    grid-column: span 6;
    order: 4
  }

  .product-gallery-stacked.product-gallery-grid-layout--3-1-2 .slide:nth-child(2) {
    grid-column: span 2;
    order: 1
  }

  .product-gallery-stacked.product-gallery-grid-layout--3-1-2 .slide:nth-child(3) {
    grid-column: span 2;
    order: 2
  }

  .product-gallery-stacked.product-gallery-grid-layout--3-1-2 .slide:nth-child(4) {
    grid-column: span 2;
    order: 3
  }

  .product-gallery-stacked.product-gallery-grid-layout--3-1-2 .slide:nth-child(n+5) {
    grid-column: span 3;
    order: 5
  }

  .product-stacked-info {
    padding: 5vh 5% 2vh;
  }
}

.product-thumbnails {
  padding-top: 0
}

.product-thumbnails a {
  background-color: #fff;
  border: 1px solid transparent;
  display: block;
  overflow: hidden;
  transform: translateY(0)
}

.product-thumbnails .is-nav-selected a,.product-thumbnails a:hover {
  border-color: rgba(0,0,0,.2)
}

.product-thumbnails img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  margin-bottom: -5px;
  opacity: .5;
  transition: transform .6s,opacity .6s
}

.product-thumbnails .is-nav-selected a img,.product-thumbnails a:hover img {
  border-color: rgba(0,0,0,.3);
  opacity: 1;
  transform: translateY(-5px)
}

.vertical-thumbnails .row-slider:not(.flickity-enabled) {
  opacity: 0
}

@media screen and (min-width: 850px) {
  .vertical-thumbnails {
    overflow-x:hidden;
    overflow-y: auto
  }

  .vertical-thumbnails .col {
    left: 0!important;
    margin-left: 1px;
    max-width: 100%!important;
    min-height: 0!important;
    padding: 0 0 15px!important;
    position: relative!important;
    right: 0!important;
    width: 95%!important
  }

  .vertical-thumbnails .flickity-slider,.vertical-thumbnails .flickity-viewport {
    height: auto!important;
    overflow: visible!important;
    transform: none!important
  }
}

.product-footer .woocommerce-tabs {
  border-top: 1px solid #ececec;
  padding: 30px 0
}

.product-footer .woocommerce-tabs>.nav-line-grow,.product-footer .woocommerce-tabs>.nav-line:not(.nav-vertical) {
  margin-top: -31px
}

#product-sidebar .next-prev-thumbs {
  margin: -.5em 0 3em
}

.product-sidebar-small {
  font-size: .9em
}

.product-sidebar-small .widget-title {
  text-align: center
}

.product-sidebar-small .is-divider {
  margin-left: auto;
  margin-right: auto
}

.product-sidebar-small ul.product_list_widget li {
  padding-left: 60px
}

.product-sidebar-small ul.product_list_widget li img {
  height: 50px;
  width: 50px
}

.product-section {
  border-top: 1px solid #ececec
}

.easyzoom-notice {
  display: none
}

.easyzoom-flyout {
  animation-delay: 1s;
  animation: stuckFadeIn .6s;
  background: #fff;
  height: 100%;
  left: 0;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  top: 0;
  transition: opacity 1s;
  width: 100%;
  z-index: 1
}

@media(max-width: 849px) {
  .easyzoom-flyout {
    display:none!important
  }
}

.product-gallery-slider .slide .easyzoom-flyout img {
  max-width: 1000px!important;
  width: 1000px!important
}

.woocommerce-product-gallery__trigger {
  display: none
}

.product-info .composite_form .composite_navigation .page_button {
  font-size: 1em;
  font-weight: 400;
  line-height: 1.2
}

.woocommerce-pagination ul.links li {
  margin-left: inherit
}

.has-sticky-product-cart {
  padding-bottom: 60px
}

.has-sticky-product-cart .back-to-top.active {
  bottom: 10px
}

.sticky-add-to-cart__product {
  align-items: center;
  display: none;
  padding: 3px
}

.sticky-add-to-cart__product .product-title-small {
  line-height: 1;
  margin-right: 1em;
  max-width: 180px
}

.sticky-add-to-cart__product img {
  border-radius: 5px;
  height: 45px;
  margin-right: 1em;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  width: 45px
}

.sticky-add-to-cart--active {
  align-items: center;
  animation: stuckMoveUp .6s;
  background-color: hsla(0,0%,100%,.9);
  border-top: 1px solid #ddd;
  bottom: 0;
  display: flex;
  flex-wrap: wrap;
  font-size: .9em;
  justify-content: center;
  left: 0;
  padding: 3px;
  position: fixed;
  right: 0;
  z-index: 20
}

.sticky-add-to-cart--active .variations,.sticky-add-to-cart--active .woocommerce-variation-description {
  display: none
}

.sticky-add-to-cart--active .single_variation_wrap,.sticky-add-to-cart--active .woocommerce-variation-add-to-cart {
  align-items: center;
  display: flex;
  flex-wrap: no-wrap
}

.sticky-add-to-cart--active .product-page-price,.sticky-add-to-cart--active .woocommerce-variation-price {
  border: 0;
  font-size: 15px;
  margin-bottom: 0;
  margin-right: .9em;
  margin-top: 0;
  padding: 0
}

.sticky-add-to-cart--active .quantity,.sticky-add-to-cart--active button,.sticky-add-to-cart--active form {
  margin-bottom: 0
}

.sticky-add-to-cart--active .sticky-add-to-cart__product {
  display: flex
}

@media(max-width: 550px) {
  .sticky-add-to-cart--active {
    font-size:.8em
  }
}

.flex-viewport {
  cursor: pointer;
  max-height: 2000px;
  transition: all 1s ease
}

.flex-viewport a {
  display: block
}

.flex-viewport img {
  width: 100%
}

.flex-control-thumbs {
  display: flex;
  flex-wrap: wrap;
  margin: 10px -5px 0
}

.flex-control-thumbs li {
  cursor: pointer;
  list-style: none;
  padding: 0 5px;
  width: 25%
}

.flex-control-thumbs li img {
  opacity: .6
}

.flex-control-thumbs li img.flex-active {
  opacity: 1
}

.quantity,.text-center .quantity {
  display: inline-block;
  display: inline-flex;
  margin-right: 1em;
  opacity: 1;
  vertical-align: top;
  white-space: nowrap
}

.button+.quantity,.text-center .button+.quantity {
  margin-right: 0
}

.quantity+.button {
  font-size: 1em;
  margin-right: 0
}

.quantity .button.minus {
  border-bottom-right-radius: 0!important;
  border-right: 0!important;
  border-top-right-radius: 0!important
}

.quantity .button.plus {
  border-bottom-left-radius: 0!important;
  border-left: 0!important;
  border-top-left-radius: 0!important
}

.quantity .minus,.quantity .plus {
  padding-left: .5em;
  padding-right: .5em
}

.quantity input {
  display: inline-block;
  margin: 0;
  padding-left: 0;
  padding-right: 0;
  vertical-align: top
}

.quantity input[type=number] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
  border-radius: 0!important;
  font-size: 1em;
  max-width: 2.5em;
  text-align: center;
  width: 2.5em
}

@media(max-width: 549px) {
  .quantity input[type=number] {
    width:2em
  }
}

.quantity input[type=number]::-webkit-inner-spin-button,.quantity input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0
}

.cart-icon,.cart-icon strong {
  display: inline-block
}

.cart-icon strong {
  border: 2px solid #446084;
  border-radius: 0;
  color: #446084;
  font-family: Helvetica,Arial,Sans-serif;
  font-size: 1em;
  font-weight: 700;
  height: 2.2em;
  line-height: 1.9em;
  margin: .3em 0;
  position: relative;
  text-align: center;
  vertical-align: middle;
  width: 2.2em
}

.cart-icon strong:after {
  border: 2px solid #446084;
  border-bottom: 0;
  border-top-left-radius: 99px;
  border-top-right-radius: 99px;
  bottom: 100%;
  content: " ";
  height: 8px;
  left: 50%;
  margin-bottom: 0;
  margin-left: -7px;
  pointer-events: none;
  position: absolute;
  transition: height .1s ease-out;
  width: 14px
}

.cart-icon:hover strong,.current-dropdown .cart-icon strong {
  background-color: #446084;
  color: #fff
}

.cart-icon:hover strong:after,.current-dropdown .cart-icon strong:after {
  height: 10px
}

.nav-small .cart-icon {
  font-size: .66em
}

.nav-dark .cart-icon strong {
  border-color: #fff;
  color: #fff
}

.nav-dark .cart-icon:hover strong,.nav-dark .current-dropdown .cart-icon strong {
  background-color: #fff;
  color: #446084
}

.nav-dark .cart-icon strong:after {
  border-color: #fff
}

.woocommerce-mini-cart__empty-message {
  text-align: center
}

.loading .cart-icon strong,.loading .cart-icon strong:after {
  border-color: #7a9c59;
  color: #7a9c59
}

.loading .cart-icon:hover strong {
  background-color: #7a9c59;
  color: #fff
}

.header-cart-icon {
  position: relative
}

@media(min-width: 850px) {
  .off-canvas .off-canvas-cart {
    width:320px
  }
}

.cross-sells h2 {
  font-size: 1.2em;
  margin-bottom: 1em
}

.checkout ul li,.shop_table ul li {
  list-style: none;
  margin: 0
}

.shop_table .quantity {
  margin: 0
}

td.product-name {
  text-overflow: ellipsis;
  word-break: break-word
}

td.product-thumbnail {
  max-width: 90px;
  min-width: 60px;
  width: 90px
}

td.product-remove {
  padding: 0;
  width: 20px
}

.shop_table tfoot th {
  font-size: 85%;
  letter-spacing: 0;
  text-transform: inherit
}

.cart_totals tbody tr td,.shop_table tfoot tr td,.shop_table thead tr th:last-of-type,.shop_table tr td:last-of-type,td.product-total {
  text-align: right
}

.shop_table .order-total td,.shop_table .order-total th,.shop_table thead th {
  border-width: 3px
}

.shop_table th:last-child {
  border-right: 0
}

.shop_table .cart_item td {
  padding-bottom: 15px;
  padding-top: 15px
}

.shop_table .actions {
  border: 0;
  padding: 15px 0 10px
}

.shop_table .submit-col {
  padding-left: 30px
}

@media(max-width: 849px) {
  .shop_table {
    font-size:.9em
  }

  .shop_table tr.shipping th {
    width: 50%
  }

  .shop_table .product-name {
    min-width: 80px
  }

  .shop_table .product-remove {
    position: relative;
    width: 0
  }

  .shop_table .product-remove a {
    font-size: 18px!important;
    height: 24px;
    left: 0;
    line-height: 18px!important;
    position: absolute;
    top: 10px;
    width: 24px
  }

  .shop_table .mobile-product-price {
    margin: .5em 0
  }
}

@media(max-width: 549px) {
  .shop_table .product-price,.shop_table .product-subtotal {
    display:none
  }

  .product-quantity {
    text-align: right
  }

  .cross-sells {
    overflow: hidden
  }
}

.cart_totals tbody th {
  font-size: .9em;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: inherit
}

.cart_totals>h2 {
  display: none
}

.cart_totals .button {
  display: block;
  margin-right: 0;
  min-width: 100%
}

.cart_totals th.product-name {
  border-width: 3px
}

.cart_totals .wc-proceed-to-checkout {
  margin: 1.5em 0
}

.shipping__table {
  margin: 0
}

.shipping__inner {
  border: 0;
  font-size: 1em;
  padding: 0
}

.shipping__list {
  margin-bottom: 0
}

.shipping__list_item {
  align-items: center;
  display: flex;
  min-height: 2em
}

.shipping__list_label {
  flex: 1;
  font-weight: 400;
  margin: 0;
  opacity: .8;
  padding: .5em 0
}

.shipping.shipping--boxed .shipping__list {
  padding: 0
}

.shipping.shipping--boxed .shipping__list_item {
  background-color: rgba(0,0,0,.01);
  border: 1px solid rgba(0,0,0,.1);
  border-radius: 3px;
  margin-bottom: 5px;
  min-height: 2.4em;
  padding: .3em .6em
}

.shipping__table--multiple {
  display: block;
  text-align: left
}

.shipping__table--multiple tbody,.shipping__table--multiple td,.shipping__table--multiple th,.shipping__table--multiple tr {
  display: block;
  padding-left: 0;
  text-align: left
}

.shipping__table--multiple th {
  border: 0
}

.shipping__table--multiple .shipping__list {
  padding: 0 .2em
}

.shipping__table--multiple .shipping__list_label,.shipping__table--multiple .woocommerce-shipping-calculator,.shipping__table--multiple .woocommerce-shipping-destination {
  text-align: left
}

tr.shipping input:checked+label,tr.shipping input:hover+label,tr.shipping label:hover {
  opacity: 1
}

tr.shipping input:checked+label {
  font-weight: 700
}

tr.shipping input {
  margin-bottom: 0;
  margin-top: -2px
}

tr.shipping span.amount {
  margin-left: .2em
}

.woocommerce-shipping-calculator {
  margin-bottom: 0;
  margin-top: .5em
}

.shipping-calculator-button,.woocommerce-shipping-destination {
  font-size: .9em
}

.shipping-calculator-form {
  background-color: rgba(0,0,0,.03);
  border-radius: 5px;
  margin-top: 5px;
  padding: 15px 15px 10px
}

.cart-discount {
  background-color: rgba(122,156,89,.2);
  font-size: .85em
}

.cart-discount td,.cart-discount th {
  padding: 10px 5px
}

.cart-sidebar .widget-title {
  border-bottom: 3px solid #ececec;
  font-size: .95em;
  margin-bottom: 15px;
  padding-bottom: 10px
}

.widget_shopping_cart .button {
  margin: .5em 0 0;
  width: 100%
}

.widget_shopping_cart li.empty {
  margin: 0;
  min-height: 0;
  padding: 0 10px!important;
  text-align: center
}

.widget_shopping_cart p.total {
  border-bottom: 2px solid #ececec;
  border-top: 1px solid #ececec;
  margin-bottom: .5em;
  padding: 10px 0;
  text-align: center
}

.dark .widget_shopping_cart p.total {
  border-color: hsla(0,0%,100%,.2)
}

.nav-dropdown .product_list_widget {
  -webkit-overflow-scrolling: touch;
  max-height: 500px;
  max-height: 50vh;
  overflow-y: auto
}

.tagcloud {
  padding-bottom: 15px
}

.tagcloud a {
  border: 1px solid;
  border-radius: 3px;
  display: inline-block;
  font-size: .8em!important;
  margin: 0 3px 5px 0;
  opacity: .8;
  padding: 2px 5px
}

.tagcloud a:hover {
  background-color: #446084;
  border-color: #446084;
  color: #fff;
  opacity: 1
}

.variations {
  position: relative
}

.variations td,.variations th {
  border: 0;
  letter-spacing: normal;
  padding: .2em 0;
  text-transform: none;
  vertical-align: middle
}

.variations .reset_variations {
  bottom: 95%;
  color: currentColor;
  font-size: 11px;
  opacity: .6;
  position: absolute;
  right: 0;
  text-transform: uppercase
}

dl.variation dt {
  clear: both;
  float: left
}

dl.variation dd {
  display: block
}

.wc-item-meta {
  margin-top: 1.3em
}





/*************** DO NOT ADD CUSTOM CSS HERE. PLEASE USE THEME CUSTOMIZER ON FRONT END  ***************/



.custom-product-page>.section.m0:first-child {
  max-width: 850px;
  border-bottom-right-radius: 100px;
  overflow: hidden;
}
.nav-dropdown {
  background-color: #fff;
  color: #777;
  display: table;
  left: -99999px;
  margin: 0;
  max-height: 0;
  min-width: 300px;
}

/* removed padding for the product tabs */

div.text_banner {
	padding-left: 5%;
}
.killer_img {
	margin-bottom: -11px;
	margin-left: 3%;
	margin-top: 39px;
}
.img-text{
	margin-left: 5% !important;
	margin-bottom: 30px !important;
}
.sidebar_btn {
	width: 36%;
	padding: 5px 0px;
}
.sidebar_btn {
	font-size: 10px;
}
h2.upper_text {
	margin-left: 3%;
	font-size: 48px;
	color: #ffffff !important;
	text-transform: uppercase;
	margin-bottom: 0px !important;
}
.new_bann {
	margin-top: 30px !important;
}
h2.below_text {
	margin-left: 3% !important;
	color: #fff !important;
	text-transform: uppercase;
	font-size: 38px;
	font-weight: 500;
	margin: 0;
}
p.bt_text {
	margin-top: -14px !important;
	margin-left: 3%;
	color: #ffffff !important;
	font-size: 20px;
}
p.bold_text {
	margin-left: 3%;
	color: #fff !important;
	line-height: 26px;
	margin-top: 13px;
	font-weight: 600;
	font-size: 20px;
}
.one_n_btn:hover {
	color: #000 !important;
}
.one_n_btn {
	margin-left: 3% !important;
	border-color: #ffffff !important;
	color: #fff !important;
	width: 28% !important;
}
.newbtn,.ne_ban {
	background-color: #ffffff !important;
	border-color: #004f87 !important;
}
.ne_ban {
	margin-top: -25% !important;
}
.banner_main_text p {
	margin-left: 6%;
	color: #ffffff !important;
	text-transform: uppercase;
	font-weight: bold;
}
div.text_banner p {
	font-family: 'poppins';
}
.btm_box p {
	color: #182a40;
}
div.side_text {
	margin-top: 75% !important;
}
h3.uppercase {
	font-size: 2.5em !important;
	font-weight: bold !important;
}
.btm_box {
	margin-top: 54% !important;
}
a.button.white.is-outline.sidebar_btn {
	border-color: #182a40;
	color: #182a40 !important;
	border-radius: 28px !important;
}
.uppercase {
	color: #182a40 !important;
	font-weight: bold !important;
}
.shadow_txt p {
	line-height: 30px;
	margin-top: -10px !important;
	text-shadow: 3px 3px #000000;
}
.custom__slide_btn {
	margin-left: 5%;
}
a.ban-btn:hover {
	background-color: #ffffff !important;
}
.badge-inner {
	background-color: #446084;
	color: #fff;
	display: table-cell;
	font-weight: bolder;
	height: 100%;
	line-height: 1.0;
	padding: 2px;
	text-align: center;
	transition: background-color .3s,color .3s,border .3s;
	vertical-align: middle;
	white-space: nowrap;
	width: 100%;
}
.m-er {
	margin-top: 40px;
}
a.button.primary.is-outline.ban-btn {
	margin-top: 10px;
	padding: 5px;
	width: 40%;
	border-color: #EE5C23;
	color: #000;
	font-size: 17px;
	font-weight: 700 !important;
	border-radius: 28px !important;
}
.is-larger {
	font-size: 1.3em;
	letter-spacing: 1.1px;
}
.badge-circle .badge-inner, .badge-circle-inside .badge-inner {
	border-radius: 9px;
}
.product-info p.stock {
	display: none;
}
a.mob_btn.ban-btn {
	width: 40% !important;
	margin: 0px 20px;
}
a.mob_btn.ban-btn {
	width: 40% !important;
	margin: -4px 22px;
}
.img, .img .img-inner {
	position: relative;
	border-radius: 6px;
}
/* Hide additional information tab */
li.additional_information_tab {
	display: none !important;
}
.section_1991278230 {
	padding-top: 8px;
	margin-bottom: -10px;
	min-height: 10px;
	background-color: #FF5722;
}
/* Custon slider content */
h1.custom__title {
	text-align: left;
	text-transform: uppercase;
	font-weight: 200;
	font-size: 38px;
	margin-bottom: 0;
}
h1.custom__title b {
	font-weight: bold;
}
.why-sec-icon {
	height: 310px;
	padding: 40px;
	/* height: 385px px ;
	*/
}
.why-sec-icon:hover {
	background-color: #1b75bb7d;
}
/* Products tabs */
.prdct_tab_buttons {
	position: fixed;
	width: 100%;
	display: none;
	top: 117px;
	background-color: #4CAF50;
	color: #fff!important;
	text-align: center;
	z-index: 1;
}
.prdct_tab_buttons.show{
	display: inherit;
}
.logged-in.admin-bar .prdct_tab_buttons{
	top: 149px;
}
.tab_buttons{
	max-width: 1370px;
	margin: 0 auto;
	display: flex;
	gap: 10px;
	justify-content: center;
}
.prdct_tabs_content{
	max-width: 1370px;
	margin: 0 auto;
	padding: 60px;
	z-index: 0;
	position: relative;
}
.prdct_tab_buttons a{
	color: #fff;
	padding: 10px;
}
.prdct_tab_buttons a:focus, .prdct_tab_buttons a.active_tab {
	background-color: #2196F3;
}
.description_tab,.review_tab, .shipping_tab{
	margin: 40px 0px;
}
.single-product .product .prdct_tabs_content ul {
	margin: 0px;
	padding-left: 18px;
}
.single-product .product .prdct_tabs_content ul li ul{
	padding-left: 0px;
}
.person_section {
	padding-bottom: 50px!important;
	padding-top: 80px!important;
}
.person_section .box .box-image img {
	border-radius: 10px 10px 0px 0px;
}
.person_section .box h4 {
	font-size: 24px;
	color: #0073b7;
}
.person_section .box h4 p {
	color: #000;
}
.person_section .row .col .col-inner {
	border-radius: 10px!important;
}
.person_section .row .col:hover .col-inner {
	box-shadow: 0px 3px 5px rgb(0 0 0 / 15%);
}
.img_box_class .icon-box-img .icon img {
	padding: 0px;
}
.two_col_class {
	padding-top: 70px!important;
	padding-bottom: 70px!important;
}
.two_col_class .row .col {
	padding-bottom: 0px;
}
/* the-amazing-body-systems css start */
.three_box_card, .human_body_section {
	padding-top: 80px!important;
	padding-bottom: 50px!important;
}
.three_box_card .heading_row h2 {
	color: #3973B6!important;
	font-size: 45px;
	margin-bottom: 10px;
	line-height: 45px;
}
.three_box_card .heading_row h3 {
	font-size: 18px;
	width: 100%;
	max-width: 1100px;
	margin: auto;
}
.three_box_card .col-inner a.button {
	position: absolute;
	z-index: 22222;
	margin: 0px;
	height: 100%;
	background-color: transparent!important;
	border-radius: 20px!important;
	border: none!important;
}
.three_box_card .col-inner a.button:hover{
	box-shadow: none;
}
.three_box_card .box, .three_box_card .box .box-image, .three_box_card .col-inner {
	border-radius: 20px;
}
.box.static_box .box-image div{
	position: relative;
}
.box.static_box .box-image div:before {
	content: "";
	position: absolute;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, #000 100%);
	width: 100%;
	height: 100%;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1;
	border-radius: 20px;
}
.three_box_card .box .box-text {
	padding: 20px;
	text-shadow: none;
	z-index: 2;
}
.three_box_card .box .box-text h4 {
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 400;
	margin-bottom: 10px;
	color: #fff;
}
.three_box_card .box .box-text p {
	font-size: 22px;
	line-height: 24px;
	text-transform: uppercase;
}
.three_box_card .box .box-image img {
	border-radius: 20px!important;
}
.three_box_card .box.static_box .box-image img {
	object-fit: cover;
}
.three_box_card .row .col-inner:hover {
	transform: translateY(0px);
}
/* .three_box_card .box, .three_box_card .box.static_box .box-image img {
height: 320px;
}
*/
.three_box_card .box {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
.three_box_card .hover_box {
	background-color: #0073b7;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
}
.three_box_card .col .col-inner:hover .hover_box {
	opacity: 1;
	z-index: 2;
}
.three_box_card .hover_box .box-image img {
	filter: brightness(0) invert(1);
	width: 90px;
	height: 90px;
	margin: auto;
	border-radius: 0px!important;
}
.three_box_card .hover_box.box .box-image{
	border-radius: 0px!important;
}
.three_box_card .hover_box .box-image {
	text-align: center;
}
.three_box_card .box.hover_box .box-text {
	padding-bottom: 0px;
	padding-top: 15px;
}
.three_box_card .hover_box.box .box-text p {
	color: #fff;
}
/* the-amazing-body-systems css close */
/* the-amazing-body-systems layout-2 css start */
.human_body_section .row .col {
	padding-left: 0px;
	padding-right: 0px;
}
/* .human_body_section .row a.comman_btn.button {
margin: 0px!important;
z-index: 1;
padding-right: 55px;
padding-left: 20px;
}
.human_body_section .row .col-inner:hover a.comman_btn.button{
transform: translateY(0px);
}
.human_body_section .row a.comman_btn.button:before {
content:"";
position:absolute;
background: url(/wp-content/uploads/2023/09/arrow_round.png);
width: 120px;
height: 106px;
background-repeat: no-repeat;
background-size: contain;
}
*/
.human_body_section .row .icon-box.comman_btn {
	background-color: #a6c366;
	width: fit-content;
	position: absolute;
	align-items: center;
	padding: 5px 20px;
	border-radius: 10px;
	/* box-shadow: 0 14px 28px rgba(0,0,0,.25), 0 10px 10px rgba(0,0,0,.1);
	*/
	border: 1px solid rgb(0 0 0 / .05%);
}
.human_body_section .row .icon-box.comman_btn:hover {
	/* box-shadow: 0 30px 40px 0 rgba(0,0,0,.2);
	*/
	background-color: #1B75BB;
}
.human_body_section .row .icon-box.comman_btn .icon-box-text h3 {
	color: #fff;
	font-size: 18px;
	line-height: 20px;
}
.human_body_section .row .icon-box.comman_btn:before {
	content: "";
	position: absolute;
	background: url(/wp-content/uploads/2023/09/arrow_round.png);
	width: 120px;
	height: 106px;
	background-repeat: no-repeat;
	background-size: contain;
}
/* Brain start */
.human_body_section .row .icon-box.brain_btn.comman_btn {
	right: -8%;
	top: 0px;
}
.human_body_section .row .icon-box.brain_btn.comman_btn::before {
	transform: rotate(22deg);
	bottom: -10%;
	left: 125%;
}
/* Brain Close */
/* Cardio start */
.human_body_section .row .icon-box.cardio_btn.comman_btn {
	left: -15%;
	top: 50px;
}
.human_body_section .row .icon-box.cardio_btn.comman_btn::before {
	left: -60%;
	top: 10px;
}
/* Cardio Close */
/* Respiratory Start*/
/* Respiratory Close */
/* Urinary Start*/
.human_body_section .row .icon-box.urinary_btn.comman_btn {
	right: -13%;
	z-index: 1;
	top: 385px;
}
.human_body_section .row .icon-box.urinary_btn.comman_btn::before {
	transform: rotate(194deg);
	bottom: -10%;
	left: 125%;
}
/* Urinary Close */
/* Reproductive Start*/
.human_body_section .row .icon-box.reproductive_btn.comman_btn {
	left: -24%;
	top: 210px;
}
.human_body_section .row .icon-box.reproductive_btn.comman_btn::before {
	left: -67%;
	top: 10px;
}
/* Reproductive Close */

/* Digestive Start*/
/* Digestive Close */
/* Musculoskeletal Start*/
/* Musculoskeletal Close */
/* Integumentary Start*/
/* Integumentary Close */
/* the-amazing-body-systems layout-2 css close */
table.table_sec thead tr th {
	background: #1b75bb;
	color: #fff;
	border: none;
	padding: 15px 20px;
}
table.table_sec tbody tr td {
	border: none;
	background: #fff;
	padding: 14px 20px!important;
}
table.table_sec tbody tr td:first-child {
	background: #1b75bb1f;
	color: #000;
}
.list_with_circle ul {
	margin: 0px;
	padding-left: 25px;
	list-style-type: none;
}
.list_with_circle ul li {
	margin: 0px;
	position: relative;
	margin-bottom: 15px;
}
.list_with_circle ul li:before {
	content: "";
	width: 10px;
	height: 10px;
	background: #094594;
	position: absolute;
	top: 13px;
	left: -20px;
	border-radius: 50px;
}
.list_with_circle ul li:nth-child(even):before {
	background: #ee1d23;
}

/*CSS NEW ADDED*/
/* Testimonial Start */
.testimonial-row .testimonial-text{
	position: relative;
}
.testimonial-row .testimonial-text:before {
	position: absolute;
	content: "";
	background-image: url(/wp-content/uploads/2023/09/quot.png);
	top: 4px;
	height: 25px;
	width: 25px;
	background-repeat: no-repeat;
	background-size: contain;
	left: -30px;
}
.testimonial-row .col-inner{
	padding: 30px 30px 30px 40px !important;
}
.testimonial-row .star-rating{
	display: none;
}
.testimonial-row .testimonial-meta{
	text-align: right !important;
}
.testimonial-row .testimonial-text .text p{
	font-weight: 400 !important;
}
.flickity-page-dots{
	bottom: 5px !important;
}
/* Testimonial End */
.m_lr_20 {
	padding-left: 20px;
	padding-right: 20px;
}
.test_slider .testimonial-text p {
	font-size: 18px!important;
}
.test_slider .testimonial-meta.pt-half {
	font-size: 16px;
	color: #fff;
	padding-top: 0px;
	padding-bottom: 20px;
	display: block;
}
.banner_purple .col {
	padding: 0px!important;
	margin: 0px!important;
}
.banner_purple .col .img .img-inner {
	border-radius: 0px;
}
.sec_rounded {
	max-width: 770px;
	padding: 0px!important;
	border-bottom-right-radius: 180px;
}
.small_ic
{
	display: flex;
	align-items: center;
	gap: 20px;
	position:relative;
	margin: 15px 0px;
}
.small_ic h5
{
	margin: 0px;
	text-transform: uppercase;
	line-height: 1.0em;
}
.small_ic
{
	cursor:pointer;
}
.small_ic img
{
	width: 40px;
	min-width: 40px;
}
div#wpadminbar {
	z-index: 999999999;
}
.sec_full_rounded {
	max-width: 90%;
	margin: auto;
	border-radius: 60px;
	overflow: hidden;
}
.h2_with_line h2:after {
	content: "";
	background: url(/wp-content/uploads/2023/10/Screenshot_19.png) center center / contain no-repeat;
	display: inline-block;
	width: 80px;
	height: 10px;
	margin-left: 10px;
}
.row_p0 .col, .row_p0 .col {
	padding: 0px;
}
.sec_rounded .col {
	padding: 0px 10px;
}
.flex_right .col-inner.text-right {
	display: flex;
	justify-content: flex-end;
}
.gradient_banner .bg {
	background: linear-gradient(180deg, #ceecf7, transparent);
}
.gradient_banner h2 span {
	background: -webkit-linear-gradient(0deg, #008ed3, #00528a);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

/*.header, .header-wrapper {*/
/*	z-index: 99999999;*/
/*}*/

.popover_small h1, .popover_small h2, .popover_small h3, .popover_small h4 {
  color: #000;
  line-height: 1.1em;
  text-transform: uppercase;
}
.popover_small {
  position: absolute;
  background: #ddd;
  max-width: 100%;
  padding: 20px;
  color: #000;
  border-radius: 10px;
  bottom: 100%;
  z-index: 99999999;
  display: none;
  left: 0px;
}
.m0 .col {
  margin: 0px;
  padding: 0px;
}
.popover_small p
{
	font-size:14px;
}
.popover_small:before {
  content: "";
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 20px 20px 0 20px;
  border-color: #dddddd transparent transparent transparent;
  transform: rotate(0deg);
  position: absolute;
  bottom: -10px;
  left: 0px;
  right: 0px;
  margin: auto;
}

.small_ic p
{
	margin:0px;
}
.small_ic.ic2
{
	display:inline-flex;
}
.single.single-product  .prdct_tabs_content {

  padding:  60px;;
}
.col-inner a.button.primary.btn_blue {
  background-color: #005189!important;
}
.blue_btn_sec  .button
{
  background-color: #005189!important;
  color:#fff!important;
}
.col-inner a.button.primary.btn_yellow {
  background-color: rgb(222, 179, 35)!important;
}
.yellow_btn_sec  .button
{
  background-color: rgb(222, 179, 35)!important;
  color:#fff!important;
}
.col-inner a.button.primary.btn_purple {
  background-color: #65328E!important;
}
.purple_btn_sec  .button
{
  background-color: #65328E!important;
  color:#fff!important;
}
.col-inner a.button.primary.btn_purple2 {
  background-color: #66237D!important;
}
.purple_btn_sec2  .button
{
  background-color: #66237D!important;
  color:#fff!important;
}
.col-inner a.button.primary.btn_red {
  background-color: #DE334E!important;
}
.red_btn_sec  .button
{
  background-color: #DE334E!important;
  color:#fff!important;
}
.col-inner a.button.primary.btn_blue22 {
  background-color: rgb(36, 56, 119)!important;
}
.blue_btn_sec22  .button
{
  background-color: rgb(36, 56, 119)!important;
  color:#fff!important;
}
.col-inner a.button.primary.btn_sky {
  background-color: #058ABF!important;
}
.sky_btn_sec   .button
{
  background-color: #058ABF!important;
  color:#fff!important;
}
.col-inner a.button.primary.btn_red2 {
  background-color: #EA0B17!important;
}
.red_btn_sec2   .button
{
  background-color: #EA0B17!important;
  color:#fff!important;
}
.col-inner a.button.primary.btn_brownish {
  background-color: #937321!important;
}
.brownish_btn_sec   .button
{
 background-color: #937321!important;
 color:#fff!important;
}
.col-inner a.button.primary.btn_blue3 {
  background-color: #024D8C!important;
}
.blue_btn_sec3  .button
{
  background-color: #024D8C!important;
  color:#fff!important;
}
.col-inner a.button.primary.btn_darkgreen {
  background-color: #639327!important;
}
.darkgreen_btn_sec3  .button
{
  background-color: #639327!important;
  color:#fff!important;
}
.col-inner a.button.primary.btn_skyblue2 {
  background-color: #0055A5!important;
}
.skyblue_btn_sec2  .button
{
  background-color: #0055A5!important;
  color:#fff!important;
}
.col-inner a.button.primary.btn_darker {
  background-color: #003F6C!important;
}
.darker_btn_sec2  .button
{
  background-color: #003F6C!important;
  color:#fff!important;
}
.col-inner a.button.primary.btn_pink3 {
  background-color: #ED2E84!important;
}
.pink_btn_sec3  .button
{
  background-color: #ED2E84!important;
  color:#fff!important;
}
.col-inner a.button.primary.btn_redn2 {
  background-color: #DB2028!important;
}
.red_btn_secn3  .button
{
  background-color: #DB2028!important;
  color:#fff!important;
}
.col-inner a.button.primary.btn_greenn {
  background-color: #00B4B4!important;
}
.green_btn_secn  .button
{
  background-color: #00B4B4!important;
  color:#fff!important;
}
.col-inner a.button.primary.btn_blue_sj {
  background-color: #07C9D5!important;
}
.blue_btn_sec_sj  .button
{
  background-color: #07C9D5!important;
  color:#fff!important;
}
.col-inner a.button.primary.btn_blue_zinc {
  background-color: #285EAC!important;
}
.blue_btn_sec_zinc  .button
{
  background-color: #285EAC!important;
  color:#fff!important;
}
.col-inner a.button.primary.btn-prostate-health {
  background-color: #00657E!important;
}
.prostate-health-btn-sec  .button
{
  background-color: #00657E!important;
  color:#fff!important;
}
.col-inner a.button.primary.btn-womans {
  background-color: #51005A!important;
}
.womans-btn-sec  .button
{
  background-color: #51005A!important;
  color:#fff!important;
}
.col-inner a.button.primary.btn-glucose-manage {
  background-color: #00ACC0!important;
}
.glucose-manage-btn-sec  .button
{
  background-color: #00ACC0!important;
  color:#fff!important;
}
.col-inner a.button.primary.btn-visionguard {
  background-color: #31639F!important;
}
.visionguard-btn-sec  .button
{
  background-color: #31639F!important;
  color:#fff!important;
}
.col-inner a.button.primary.btn-energy {
  background-color: #F8463C!important;
}
.energy-btn-sec  .button
{
  background-color: #F8463C!important;
  color:#fff!important;
}
.col-inner a.button.primary.btn-nerve-formula {
  background-color: #59C7D8!important;
}
.nerve-formula-btn-sec  .button
{
  background-color: #59C7D8!important;
  color:#fff!important;
}
.col-inner a.button.primary.btn-magnesium {
  background-color: #4B89C9!important;
}
.magnesium-btn-sec  .button
{
  background-color: #4B89C9!important;
  color:#fff!important;
}
.col-inner a.button.primary.btn_orng {
  background-color: #ce2227!important;
}
.orng_btn_sec   .button
{
	background-color: #ce2227!important;
	color:#fff!important;
}
.col-inner a.button.primary.btn-bone {
  background-color: #699886!important;
}
.bone-btn-sec  .button
{
  background-color: #699886!important;
  color:#fff!important;
}
.col-inner a.button.primary.btn-coenzyme {
  background-color: #3264A1!important;
}
.coenzyme-btn-sec  .button
{
  background-color: #3264A1!important;
  color:#fff!important;
}
.col-inner a.button.primary.btn_ligt_blue  {
  background-color: #2b64a9!important;
}
.ligt_blue_btn_sec   .button
{
	background-color: #2b64a9!important;
	color:#fff!important;
}
.col-inner a.button.primary.btn-vitadaily {
  background-color: #81C33C!important;
}
.vitadaily-btn-sec  .button
{
  background-color: #81C33C!important;
  color:#fff!important;
}
.col-inner a.button.primary.btn_hcy-blue   {
  background-color: #134ea1!important;
}
.hcy-blue_blue_btn_sec   .button
{
	background-color: #134ea1!important;
	color:#fff!important;
}
.woocommerce-product-gallery {
  margin-bottom: 20px;
}
/*CSS NEW ADDED End*/
@media screen and (min-width: 1350px)
{
/*	.single.single-product  .prdct_tabs_content {
	max-width: 1370px;
	margin: 0 auto;
		padding:  0px;
}
.single.single-product  .description_tab p,
.single.single-product  .description_tab h1,
.single.single-product  .description_tab h2,
.single.single-product  .description_tab h3,
.single.single-product  .description_tab h4,
.single.single-product  .description_tab h5,
.single.single-product  .description_tab h6,
.single.single-product  .description_tab ul
{
    max-width: 1370px;
    display: block;
    margin-left: auto ;
    margin-right: auto;
		padding:0px 10px;
}
.description_tab>div {
    width: 100vw;
    position: relative;
    margin-left: -50vw;
    left: 50%;
}
.single.single-product  .prdct_tabs_content>div:not(.description_tab) {
max-width: 1370px;
	margin: 0 auto;
	padding:60px 0px;
}*/
}
@media screen and (min-width: 991px) and (max-width: 1350px) {


	/* Urinary Start*/
	.human_body_section .row .icon-box.urinary_btn.comman_btn {
		right: -11%;
		top: 370px;
	}
	/* Urinary Close*/
	/* Reproductive Start */
	.human_body_section .row .icon-box.reproductive_btn.comman_btn {
		left: -22%;
		top: 200px;
	}
	/* Reproductive Close */
}
@media only screen and (max-width: 849px) {
	.prdct_tab_buttons{
		top: 117px;
	}
	.logged-in.admin-bar .prdct_tab_buttons{
		top: 117px;
	}
	.prdct_tabs_content{
		padding: 15px;
	}
	.description_tab, .review_tab, .shipping_tab{
		margin: 15px 0px;
	}
	/* .banner {
	min-height: 100px;
	}
	*/
	a#top-link.back-to-top {
		display: block!important;
	}
	/* .description_tab ul {
	padding-left: 15px;
	}
	*/
}
@media only screen and (max-width: 991px) {
	.slider_1 .btn_class {
		bottom: 25%;
		left: 4%;
	}
	.slider_2 .btn_class {
		top: 61%;
		transform: initial!important;
		left: 4%;
	}
	.slider_3 .btn_class {
		bottom: 4%;
		left: 4%;
		transform: initial!important;
		top: initial!important;
		right: initial!important;
	}
	.slider_4 .btn_class {
		bottom: 3%;
		left: 4%;
		transform: initial!important;
		top: initial!important;
		right: initial!important;
	}
}
@media only screen and (max-width: 767px) {
	div.text ul {
		column-count: 1!important;
	}
	.fancy_list ul, .fancy_list2 ul {
		column-count: 1!important;
	}
	.test_slider {
		background: #1b75bb;
	}
	.msbtnn {
		color: #ffffff !important;
		border-color: #fff !important;
		margin-bottom: -50% !important;
	}
	.banner_mobile_slider .img.has-hover {
		transform: translate(0)!important;
		top: 0;
		left: 0;
	}
	.banner_mobile_slider .img.has-hover .img-inner.dark {
		border-radius: 0px;
	}
	.tab_buttons {
		display: flex;
		gap: 0px;
		justify-content: center;
	}
	.prdct_tab_buttons a {
		padding: 8px;
		font-size: 14px;
		line-height: 16px;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.has-sticky-product-cart .back-to-top.active {
		bottom: 65px;
		right: 15px;
	}
	.person_section {
		padding-bottom: 20px!important;
		padding-top: 50px!important;
	}
	.two_col_class {
		padding-top: 50px!important;
		padding-bottom: 50px!important;
	}
	.two_col_class .row .col:first-child {
		padding-bottom: 20px;
	}
	.col_reverce {
		display: flex;
		flex-direction: column-reverse;
	}
	.three_box_card .heading_row h2 {
		font-size: 30px;
		line-height: 35px;
	}
	.three_box_card, .human_body_section {
		padding-top: 50px!important;
		padding-bottom: 20px!important;
	}
	.table_sec table, .table_sec td, .table_sec th {
		font-size: 14px;
	}
	table.table_sec thead tr th {
		font-size: 14px;
		line-height: 1.3em;
	}
}
@media only screen and (min-width: 990px) {
	.cc_2>.col-inner {
		column-count: 2;
		column-gap: 60px;
	}
}


/*************** MENU ICONS  ***************/



.menu_with_icons .ux-menu  a {
  display: flex;
  align-items: center;
}
.menu_with_icons .ux-menu a:before
{
	content: "";
	background: url(/wp-content/uploads/2023/10/Inflammatory.png) center center / contain no-repeat;
	width:40px;
	height:40px;
	min-width: 40px;
	margin-right: 10px;
}
.menu_with_icons .ux-menu .menu_icon_inf_management a:before
{
  background: url(/wp-content/uploads/2023/10/Inflammatory.png) center center / contain no-repeat;
}
.menu_with_icons .ux-menu .menu_icon_bone a:before
{
  background: url(/wp-content/uploads/2023/10/Bone.png) center center / contain no-repeat;
}
.menu_with_icons .ux-menu .menu_icon_heart a:before
{
  background: url(/wp-content/uploads/2023/10/Heart.png) center center / contain no-repeat;
}
.menu_with_icons .ux-menu .menu_icon_immune a:before
{
  background: url(/wp-content/uploads/2023/10/Immune.png) center center / contain no-repeat;
}
.menu_with_icons .ux-menu .menu_icon_digestive a:before
{
  background: url(/wp-content/uploads/2023/10/Digestion.png) center center / contain no-repeat;
}
.menu_with_icons .ux-menu .menu_icon_brain a:before
{
  background: url(/wp-content/uploads/2023/10/BrainHealth.png) center center / contain no-repeat;
}
.menu_with_icons .ux-menu .menu_icon_muscle a:before
{
  background: url(/wp-content/uploads/2023/10/muscle.png) center center / contain no-repeat;
}
.menu_with_icons .ux-menu .menu_icon_eye a:before
{
  background: url(/wp-content/uploads/2023/10/Vision.png) center center / contain no-repeat;
}
.menu_with_icons .ux-menu .menu_icon_sleep a:before
{
  background: url(/wp-content/uploads/2023/10/Sleep.png) center center / contain no-repeat;
}
.menu_with_icons .ux-menu .menu_icon_men a:before
{
  background: url(/wp-content/uploads/2023/10/MenWomen.png) center center / contain no-repeat;
}
.menu_with_icons .ux-menu .menu_icon_women a:before
{
  background: url(/wp-content/uploads/2023/10/MenWomen.png) center center / contain no-repeat;
}
.menu_with_icons .ux-menu .menu_icon_energy a:before
{
  background: url(/wp-content/uploads/2023/10/Energy.png) center center / contain no-repeat;
}
.menu_with_icons .ux-menu .menu_icon_hair a:before
{
  background: url(/wp-content/uploads/2023/10/Skin.png) center center / contain no-repeat;
}
.menu_with_icons .ux-menu .menu_icon_nutritional a:before
{
  background: url(/wp-content/uploads/2023/10/Nutritional-Support.png) center center / contain no-repeat;
}
a.button.primary.expand.learn_more_btn {
  background: #a6c366;
  border-radius: 0px!important;
  padding: 0px;
  font-size: 20px;
}
.img_with_lines {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  margin-bottom: 45px;
}
.img_with_lines:before, .img_with_lines:after {
  content: "";
  width: 200px;
  height: 1px;
  background: #fff;
}
.img_with_lines img {
  height: 45px;
  object-fit: contain;
}
a.button.primary {
  background-color: #a6c366!important;
}
.custom_height .grid-col-3-4 {
  height: 550px!important;
}
.fancy_list ul,.fancy_list2 ul {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
}

.fancy_list ul li,.fancy_list2 ul li {
  margin: 0px;
  position: relative;
  padding-left: 35px;
  margin-bottom: 20px;
  background: url(/wp-content/uploads/2023/09/right-arrow.png) top 3px left / 25px 25px no-repeat;
}
.fancy_list2 ul {
  display: flex;
  flex-wrap: wrap;
  padding-left:60px;
}
.fancy_list2 ul li
{
	width:20%;
  background: url(/wp-content/uploads/2023/09/check-circle.png) top 3px left / 25px 25px no-repeat;
}

.fancy_list.lamon_color ul li {
  background: url(/wp-content/uploads/2023/10/Screenshot_10.png) top 13px left / 10px 10px  no-repeat;
  padding-left: 20px;
}
.font_light div,.font_light p,.font_light ul li
{
	font-weight:400;
}
.button.primary.btn_pink {
  background-color: #6c0038!important;
}
.button.primary.btn_pink.btn_outline {
  background-color: transparent!important;
  border: 1px solid;
}
.section.why_trivita_section .img.has-hover, .section.why_trivita_section .img.has-hover .img-inner, .section.why_trivita_section .img.has-hover .img-inner img {
  height: 100%;
  object-fit: cover;
  border-radius: 0px;
  object-position: right;
}
.section.why_trivita_section .row .col-inner {
  max-width: 620px!important;
}
section.why_trivita_section .bg.section-bg.fill.bg-fill.bg-loaded {
  width: 50%;
  background-position: center right;
}
.fancy_list.arrow_lb ul li {
  background: url(/wp-content/uploads/2023/09/right-arrow.png) top 8px left / 25px 25px no-repeat;
}
.pre_member p {
  margin: 0px;
}
.fancy_list ul li
{

}
.pre_member .img-inner.dark {
  width: 90px;
  height: 90px;
  border: 2px solid #1b75bb;
  /***** padding: 22px; **/
  background:#1b75bb;
  border-radius: 50%;
}
.banner-title {
  transform: translateY(-30px);
}
.banner-title h2 {
  font-size: 48px;
}
.banner-title b {
  display: none;
}
.banner-title .section-title-bold-center span {
  border: 0;
  width: 100%;
}
.text-anim-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
  font-size: 4.2rem;
  line-height: 1.5;
  font-weight: 800;
  text-transform: uppercase;
}
.text-anim-wrapper * {
  color: #fff !important;
}
.text-anim-wrapper .fadeIn {
  text-indent: 0;
  display: flex;
  justify-content: center;
}
.banner-text {
  font-weight: 600;
}
.banner-text .small {
  font-size: .8em;
  font-weight: 500;
}
.banner-text .highlight {
  opacity: .7;
}
.header-button-1 .button {
  border: none;
  line-height: 32px;
}
@media only screen and (max-width: 990px) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
.banner-title {
  transform: translateY(-36px);
}
.text-anim-wrapper {
  font-size: 2.4rem;
}
.banner-title h2 {
  font-size: 36px;
}
.img_with_lines {
  flex-direction: column;
  gap: 20px;
}
.fancy_list2 ul li
{
  width:50%;
}
.why_trivita_section.section {
  flex-wrap: wrap;
}
.why_trivita_section .bg.section-bg.fill.bg-fill.bg-loaded {
  position: relative;
  width: 100%;
  height: 400px!important;
}

}

@media only screen and (max-width: 576px) {
  .text-anim-wrapper {
    font-size: 1.9rem;
  }
  .banner-title {
    transform: translateY(0);
  }
  .banner-title h2 {
    font-size: 28px;
  }
  .header-divider {
    display: none !important;
  }
  #header-contact .icon-phone {
    font-size: 14px !important;
  }
  #header-contact a.tooltip {
    padding-top: 0;
    line-height: 1;
  }
  .mobile-nav.nav-.nav-prompts-overlay {
    display: flex;
    flex-direction: column;
  }
}

/* CSS Custom Hidden Login Menu */
header#header .top-bar-nav li.account-item {
  display: none;
}
.logged-in header#header .top-bar-nav li.account-item {
  display: block;
}
.logged-in header#header .top-bar-nav li.header-button-2,
.logged-in header#header .top-bar-nav li.header-button-1{
  display: none;
}

/* hidden button login woocommerce account */

/*.woocommerce-account .woocommerce-form-login {*/
/*    display: none;*/
/*}*/

/* css shortcode get post */
.trivita-get-post-inner {
  padding: 10px 20px 10px 20px;
}
.trivita-get-post-thumbnail {
  margin-bottom: 1em;
}
.trivita-get-post-icon {
  width: 85%;
}
.trivita-get-post-title {
  font-size: 0.9rem;
}
.trivita-get-post-flex.row {
  display: flex;
  justify-content: center;
  align-items: center;
}
/* reponsive shortcode */
@media only screen and (max-width: 767px) {
    /*.trivita-get-post-icon {
        width: 100%;
    }*/

  }

/* css banner celebrating home */
.home-celebrating .row-small>.col {
  padding-bottom: 0;
}
.home-banner-logo img {
  height: 70px;
  width: auto;
}

.home-banner h2 {
  color: #89C970;
  font-weight: 700;
  font-size: 60px;
  margin-bottom: 5px;
}

.home-banner  h5 {
  color: #1b75bb;
  font-size: 35px;
  margin-top: 0;
  font-weight: 700;
  margin-bottom: 0;
}

.home-banner  p {
  font-weight: normal;
  font-size: 27px;
  margin: 10px 0;
}
.home-banner a.button.primary {
  border-radius: 25px !important;
  background-color: #1b75bb !important;
  text-transform: capitalize;
  font-size: 25px;
  padding: 6px 20px;
  height: auto;
  min-height: inherit;
  line-height: normal;
}

@media only screen and (max-width: 849px) {
  .home-banner {
    bottom: 15% !important;
    padding: 0 20px;
  }
  .home-banner h2 {
    font-size: 40px;
  }
  .home-banner h5 {
    font-size: 28px;
  }
  .home-banner p {
    font-size: 19px;
  }
  .top-banner-position .bg {
    background-position: 0% 0%;
  }
}
@media only screen and (max-width: 549px) {
  .home-celebrating-button .col-inner {
    margin-top: 0 !important;
  }
  .home-banner {
    bottom: auto !important;
    padding: 0 10px;
  }
  .home-banner h2 {
    font-size: 23px;
  }
  .home-banner h5 {
    font-size: 20px;
  }
  .home-banner p {
    font-size: 15px;
    margin: 5px 0;
  }
  .home-banner a.button.primary {
    font-size: 18px;
    padding: 3px 17px;
  }
  .home-banner-logo img {
    display: block;
    margin: 0 auto;
  }
  .home-banner .text-box-content .text-inner {
    text-align: center;
  }
}
/*Fix popup homepage mobile */
@media only screen and (max-width: 849px) {
  body.body-scroll-lock--active .mfp-wrap {
    z-index: 999999999;
  }
  body.body-scroll-lock--active .mfp-bg.mfp-ready {
    z-index: 999999999;
  }
}
@media only screen and (max-width: 549px) { 
  #header-newsletter-signup .section.dark {
    padding : 20px 10px !important;
  }
  #header-newsletter-signup .frm_hidden_container .frm_primary_label {
    display: none !important;
  }
  #header-newsletter-signup .frm_hidden_container input {
    margin-top: 0 !important;
  }
  #header-newsletter-signup .with_frm_style form {
    margin-bottom: 0;
  }
  #header-newsletter-signup .col {
    padding-bottom: 0;
  }
}
.opt-trivita-point .wr_order_points_preview_main {
  display: inline-block;
}
.opt-example .opt-trivita-point   .item.line {
  border: none;
  display: inline-block;
  padding: 0;
}
.opt-example .opt-trivita-point .wr-order-points-preview .item .preview-total-line .points {
 color: #00a859;
 width: 47px;
 overflow: hidden;
 text-overflow: ellipsis;
 max-height: 1.6em;
 font-size: 19px;
 text-align: left;
}
.opt-trivita-point {
  display: inline;
}
/**/
.page-id-13020 .mfp-content {
  padding: 0;
  background: #FFF;
  max-width: 90%;
  width: 100%;
  height: 90%;
}
#formi-minister.lightbox-content {
  padding: 0;
  background: #FFF;
  max-width: 90%;
  width: 100%;
  height: 100%;
  box-shadow: none;


}
#formi-minister.lightbox-content  iframe {
  width: 100%;
  height: 100%;
  border: none;
}
.wuc-popop-weware {
  display: none !important;
}


/*==================================
 * *         Landing Page
===================================*/

section.landing-banner .section-content > .row > .col:nth-child(1) {
  flex-basis: 49.2%;
  max-width: 49.2%;
  padding-right: 28px;
}
section.landing-banner .section-content > .row > .col:nth-child(2) {
  flex-basis: 50.8%;
  max-width: 50.8%;
  padding-left: 27px;
}
section.landing-banner .section-content > .row > .col {
  font-family: "DM Sans", sans-serif;
  padding-bottom: 0;
}
section.landing-banner .section-content > .row > .col .top-title {
  margin-bottom: 15px;
}
section.landing-banner .section-content > .row > .col .top-title p {
  font-size: 20px;
  line-height: 1.2em;
  text-transform: uppercase;
  margin-bottom: 0;
  font-weight: 500;
  letter-spacing: 2px;
}
section.landing-banner .section-content > .row > .col .main-title {
  margin-bottom: 20px !important;
}
section.landing-banner .section-content > .row > .col .main-title h2 {
  margin-bottom: 0;
  border: none;
  position: relative;
}
section.landing-banner .section-content > .row > .col .main-title h2 span {
  margin: 0;
  padding: 0;
  border: none;
  display: block;
  text-transform: capitalize;
  font-size: 58px;
  line-height: 68px;
  font-weight: 700;
}
section.landing-banner .section-content > .row > .col .sub-title {
  margin-bottom: 30px;
}
section.landing-banner .section-content > .row > .col .sub-title p {
  margin-bottom: 0;
  font-size: 24px;
  line-height: 1.2em;
  color: #ffffff;
  font-weight: 700;
  letter-spacing: 0.25px;
}
section.landing-banner .section-content > .row > .col .paragraph {
  margin-bottom: 40px;
}
section.landing-banner .section-content > .row > .col .paragraph p {
  margin-bottom: 0;
  font-size: 20px;
  line-height: 32px;
  color: #cbe2f3;
}
section.landing-banner .section-content > .row > .col .banner-button {
  margin: 0;
  border-radius: 50px !important;
  font-size: 20px;
  line-height: 49px;
  font-weight: 700;
  border: none;
  padding: 0px 30px;
}
section.landing-banner .section-content > .row > .col .banner-button > span {
  display: inline-block;
  vertical-align: middle;
}
section.landing-banner .section-content > .row > .col.banner-video .img {
  margin-bottom: 0;
  cursor: pointer;
}
section.landing-banner .section-content > .row > .col.banner-video .col-inner {
  position: relative;
  overflow: hidden;
  border-radius: 32px;
}
body:not(.ux-builder-iframe)
section.landing-banner
.section-content
> .row
> .col.banner-video
.video {
  margin-bottom: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  z-index: 999;
  padding-top: 0% !important;
  background-color: #000000;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}
body:not(.ux-builder-iframe)
section.landing-banner
.section-content
> .row
> .col.banner-video
.video
p {
  margin-bottom: 0;
}
body:not(.ux-builder-iframe)
section.landing-banner
.section-content
> .row
> .col.banner-video
.video.show {
  opacity: 1;
  visibility: visible;
}
section.landing-banner .section-content > .row > .col.banner-video .video.show {
  opacity: 1;
  visibility: visible;
}
section.landing-banner .section-content > .row > .col.banner-video .img:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 75px;
  height: 75px;
  background-image: url('data:image/svg+xml,<svg width="76" height="76" viewBox="0 0 76 76" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M29.6667 52.9042L52.9042 38L29.6667 23.0958V52.9042ZM38.0135 75.5C32.8281 75.5 27.9528 74.516 23.3875 72.5479C18.8229 70.5799 14.8521 67.909 11.475 64.5354C8.09792 61.1618 5.42465 57.1944 3.45521 52.6333C1.48507 48.0729 0.5 43.1997 0.5 38.0135C0.5 32.8281 1.48403 27.9528 3.45208 23.3875C5.42014 18.8229 8.09097 14.8521 11.4646 11.475C14.8382 8.09792 18.8056 5.42465 23.3667 3.45521C27.9271 1.48507 32.8003 0.5 37.9865 0.5C43.1719 0.5 48.0472 1.48403 52.6125 3.45209C57.1771 5.42014 61.1479 8.09097 64.525 11.4646C67.9021 14.8382 70.5753 18.8056 72.5448 23.3667C74.5149 27.9271 75.5 32.8003 75.5 37.9865C75.5 43.1719 74.516 48.0472 72.5479 52.6125C70.5799 57.1771 67.909 61.1479 64.5354 64.525C61.1618 67.9021 57.1944 70.5753 52.6333 72.5448C48.0729 74.5149 43.1997 75.5 38.0135 75.5Z" fill="white"/></svg>');
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
body:not(.ux-builder-iframe)
section.landing-banner
.section-content
> .row
> .col.banner-video
.video-text-top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  height: 108px;
  padding: 15px;
  background-image: linear-gradient(#1b1519, #1b151900);
}
section.landing-banner
.section-content
> .row
> .col.banner-video
.video-text-top
p {
  margin-bottom: 0;
  font-size: 22px;
  line-height: 1.2em;
  font-weight: 500;
  color: #ffffff;
}
body:not(.ux-builder-iframe)
section.landing-banner
.section-content
> .row
> .col.banner-video
.video-button-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
section.landing-banner
.section-content
> .row
> .col.banner-video
.video-button-wrapper
a.button {
  margin: 0;
  background-color: #ffffff;
  color: #000000;
  border: none;
  width: 75px;
  height: 75px;
  display: flex;
  align-items: center;
  justify-content: center;
}
section.landing-banner
.section-content
> .row
> .col.banner-video
.video-button-wrapper
a.button:hover {
  background-color: #dddddd;
}
section.landing-banner
.section-content
> .row
> .col.banner-video
.video-button-wrapper
a.button
i.icon-play {
  top: 0;
}
body:not(.ux-builder-iframe)
section.landing-banner
.section-content
> .row
> .col.banner-video
.video-text-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
  padding: 15px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 162px;
  background-image: linear-gradient(#1b151900 30%, #75c955);
}
section.landing-banner
.section-content
> .row
> .col.banner-video
.video-text-bottom
h3 {
  font-size: 24px;
  line-height: 1.2em;
  font-weight: 700;
  margin-bottom: 5px;
}
section.landing-banner
.section-content
> .row
> .col.banner-video
.video-text-bottom
p {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.2em;
  font-weight: 500;
  color: #ffffff;
}
body.ux-builder-iframe
section.customer-review-section
> .section-content
> .row
> .col
.customer-reviews {
  row-gap: 60px;
}
section.customer-review-section .section-title {
  margin-bottom: 60px;
  justify-content: space-around;
}
section.customer-review-section .section-title > h2 {
  margin-bottom: 0;
  font-size: 46px;
  line-height: 56px;
  max-width: 647px;
  font-weight: 300;
}
section.customer-review-section .section-title > h2 > strong {
  font-weight: 700;
}
section.customer-review-section .customer-reviews .col {
  padding-bottom: 0;
  font-family: "DM Sans", sans-serif;
}
section.customer-review-section .customer-reviews .col > .col-inner {
  border-radius: 16px;
  box-shadow: 0px 30px 30px 0px rgb(27 77 173 / 5%);
  height: 100%;
}
section.customer-review-section
.customer-reviews
.col
> .col-inner
> .testimonial-box {
  height: 100%;
  overflow: hidden;
  position: relative;
}
section.customer-review-section
.customer-reviews
.col
> .col-inner
> .testimonial-box
> .icon-box-text {
  display: flex;
  flex-direction: column;
  padding: 30px;
  border: 1px solid #e8eef2;
  border-radius: 16px;
  overflow: hidden;
}
section.customer-review-section .customer-reviews .col > .col-inner:before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  position: absolute;
  top: -8px;
  right: 35px;
  background-image: url('data:image/svg+xml,<svg width="15" height="14" viewBox="0 0 15 14" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M3.03415 0.0625C3.94442 0.0625 4.7555 0.476814 5.47321 1.31104C6.19093 2.13968 6.54688 3.23706 6.54688 4.60318C6.54688 5.76214 5.89334 7.53698 4.59212 9.9221C3.28506 12.3128 2.31643 13.5054 1.68041 13.5054C1.32447 13.5054 1.14358 13.3262 1.14358 12.9735C1.14358 12.8783 1.51703 12.1057 2.25808 10.6499C3.00497 9.19424 3.37259 8.05208 3.37259 7.23464C3.37259 6.60197 2.95246 6.08128 2.10637 5.67816C1.26612 5.27504 0.700119 4.85513 0.420035 4.41842C0.139951 3.9817 -9.15527e-05 3.5058 -9.15527e-05 3.0019C-9.15527e-05 2.08929 0.279994 1.36703 0.840162 0.846338C1.41784 0.325644 2.14138 0.0625 3.03415 0.0625Z" fill="%2375C955"/><path d="M11.4131 0.0625C12.3233 0.0625 13.1403 0.476814 13.8521 1.31104C14.5698 2.13968 14.9258 3.23706 14.9258 4.60318C14.9258 5.76214 14.2723 7.53698 12.971 9.9221C11.6698 12.3128 10.6954 13.5054 10.0652 13.5054C9.70924 13.5054 9.52835 13.3262 9.52835 12.9735C9.52835 12.8783 9.90179 12.1057 10.6428 10.6499C11.3897 9.19424 11.7573 8.05208 11.7573 7.23464C11.7573 6.60197 11.3372 6.08128 10.4911 5.67816C9.65088 5.27504 9.08488 4.85513 8.8048 4.41842C8.52472 3.9817 8.38467 3.5058 8.38467 3.0019C8.38467 2.08929 8.66476 1.36703 9.22493 0.846338C9.78509 0.325644 10.5203 0.0625 11.4131 0.0625Z" fill="%2375C955"/></svg>');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  z-index: 20;
}
section.customer-review-section
.customer-reviews
.col
> .col-inner
> .testimonial-box:before {
  content: "";
  display: block;
  width: 46px;
  height: 46px;
  border-radius: 16px;
  position: absolute;
  background-color: #ffffff;
  border: 1px solid #e8eef2;
  top: 0;
  right: 0;
  transform: rotate(42.5deg);
  transform-origin: center;
  margin-top: -25px;
  margin-right: 20px;
}
section.customer-review-section .customer-reviews .star-rating {
  margin-top: 12px;
  font-size: 18px;
  line-height: 1.2em;
  letter-spacing: 5px;
  margin-bottom: 25px;
  width: 110px;
  min-height: 20px;
}
section.customer-review-section .customer-reviews .star-rating > span:before {
  color: #ffa826;
}
section.customer-review-section .customer-reviews .testimonial-text {
  display: flex;
  flex-direction: column;
  height: 100%;
}
section.customer-review-section .customer-reviews .testimonial-text > p {
  font-size: 18px;
  line-height: 32px;
  color: #515967;
  font-style: normal;
  margin-bottom: 40px;
  min-height: 384px;
}
section.customer-review-section .customer-reviews .testimonial-meta {
  display: none;
}
section.customer-review-section .customer-reviews .featured-box {
  margin-top: auto;
  column-gap: 15px;
  align-items: center;
}
section.customer-review-section .customer-reviews .featured-box .icon-box-img {
  width: 48px !important;
  height: 48px;
  overflow: hidden;
  border-radius: 50%;
}
section.customer-review-section
.customer-reviews
.featured-box
.icon-box-img
img {
  display: block;
  padding-top: 0;
}
section.customer-review-section .customer-reviews .featured-box .icon-box-text {
  padding-left: 0;
}
section.customer-review-section
.customer-reviews
.featured-box
.icon-box-text
h5.uppercase {
  font-size: 18px;
  line-height: 1.2em;
  font-weight: 600 !important;
  text-transform: capitalize;
  margin-bottom: 4px;
  letter-spacing: 0;
}
section.customer-review-section
.customer-reviews
.featured-box
.icon-box-text
h6 {
  font-size: 16px;
  line-height: 1.2em;
  font-weight: normal;
  text-transform: capitalize;
  color: #788091;
  letter-spacing: 0;
}
section.customer-review-section > .section-content > .row {
  row-gap: 50px;
}
section.customer-review-section > .section-content > .row > .col {
  padding-bottom: 0;
}
section.customer-review-section
> .section-content
> .row
> .col
.section-title {
  margin-bottom: 0;
}
section.customer-review-section
> .section-content
> .row
> .col
.review-slider
.slick-list {
  padding-top: 10px;
  padding-bottom: 60px;
}
#landing-page section.section.customer-review-section {
  padding-bottom: 40px;
}
section.section .section-content .top-title {
  margin-bottom: 15px;
}
section.section .section-content .top-title p {
  margin-bottom: 0;
  font-size: 24px;
  line-height: 1.2em;
  text-transform: uppercase;
  letter-spacing: 2.4px;
  font-weight: 500;
}
main#main #landing-page {
  font-family: "DM Sans", sans-serif;
}
section.section .section-content div.section-title {
  margin-bottom: 40px;
}
section.section .section-content div.section-title h2.section-title {
  border-bottom: none;
  margin-bottom: 0;
}
section.section
.section-content
div.section-title
h2.section-title
span.section-title-main {
  padding: 0;
  margin: 0;
  border: none;
  font-size: 46px;
  line-height: 56px;
  text-transform: capitalize;
  font-weight: normal;
}
section.section .section-content .section-title h2 {
  margin-bottom: 0;
  font-size: 46px;
  line-height: 56px;
  text-transform: none;
  font-weight: normal;
}
section.section .section-content .section-title h2 > strong,
section.section
.section-content
div.section-title
h2.section-title
span.section-title-main
strong {
  font-weight: 700;
}
section.section .section-content a.button.theme-button {
  margin: 0;
  border-radius: 50px !important;
  font-size: 20px;
  line-height: 49px;
  font-weight: 700;
  border: none;
  padding: 0px 30px;
}
section.formula-section .section-content .col-inner > .img {
  border-radius: 24px;
  overflow: hidden;
}
section.formula-section .section-content > .row > .col:nth-child(1) {
  padding-right: 30px;
  flex-basis: 49%;
  max-width: 49%;
}
section.formula-section .section-content > .row > .col:nth-child(2) {
  padding-left: 30px;
  flex-basis: 51%;
  max-width: 51%;
}
section.section.formula-section:before {
  content: "";
  display: block;
  background-image: url("assets/img/bg-shape.svg");
  background-position: center;
  background-size: contain;
  width: 382px;
  height: 235px;
  position: absolute;
  right: 0;
  bottom: 0;
}
section.section.more-proof-section > .section-content > .row > .col {
  padding-bottom: 0;
}
section.section.more-proof-section > .section-content > .row:not(:last-child) {
  margin-bottom: 100px;
}
section.section.more-proof-section .section-content div.section-title {
  margin-bottom: 0;
}
section.section .section-content .top-title2 {
  margin-bottom: 15px;
}
section.section .section-content .top-title2 > p {
  margin-bottom: 0;
  font-size: 18px;
  line-height: 1.2em;
  text-transform: uppercase;
  letter-spacing: 1.8px;
  font-weight: 500;
}
section.section .section-content .section-title2 {
  margin-bottom: 20px;
}
section.section .section-content .section-title2 > h2 {
  margin-bottom: 0;
  font-size: 40px;
  line-height: 1.2em;
  font-weight: normal;
}
section.section .section-content .section-text {
  font-size: 20px;
  line-height: 32px;
  color: #515967;
  margin-bottom: 40px;
}
section.section .section-content a.button.theme-button2 {
  font-size: 20px;
  line-height: 50px;
  height: 50px;
  border-radius: 50px !important;
  border: none;
  padding: 0 30px;
  background-color: #005da4 !important;
  margin: 0;
}
section.section .section-content .section-text p {
  margin-bottom: 25px;
}
section.section .section-content .section-text p:last-child {
  margin-bottom: 0;
}
section.section.more-proof-section .row.section-block > .col:nth-child(1) {
  flex-basis: 48%;
  max-width: 48%;
  padding-right: 80px;
}
section.section.more-proof-section .row.section-block > .col:nth-child(2) {
  flex-basis: 52%;
  max-width: 52%;
}
section.section.more-proof-section > .section-content > .row > .col .img {
  border-radius: 24px;
  overflow: hidden;
}
section.section.more-proof-section .row.section-block.reverse-block {
  flex-direction: row-reverse;
}
section.section.more-proof-section
.row.section-block.reverse-block
> .col:nth-child(1) {
  padding-right: 15px;
  padding-left: 80px;
}
section.section.maintaining-muscle-section
> .section-content
> .row
> .col:nth-child(1) {
  padding-right: 30px;
  flex-basis: 51%;
  max-width: 51%;
}
section.section.maintaining-muscle-section
> .section-content
> .row
> .col:nth-child(2) {
  padding-left: 30px;
  flex-basis: 49%;
  max-width: 49%;
}
section.section.maintaining-muscle-section
> .section-content
> .row
> .col
.img {
  border-radius: 24px;
  overflow: hidden;
}
section.section.maintaining-muscle-section > .section-content > .row {
  position: relative;
}
section.section.maintaining-muscle-section > .section-content > .row > .col {
  padding-bottom: 0;
}
section.section.maintaining-muscle-section > .section-content > .row:before {
  content: "";
  display: block;
  width: 254px;
  height: 210px;
  background-image: url("assets/img/bg-shape2.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  margin-top: -60px;
  margin-left: -105px;
}
.row.check-list > .col {
  padding-bottom: 0;
}
.row.check-list > .col:nth-child(1) {
  padding-right: 25px;
}
.row.check-list > .col:nth-child(2) {
  padding-left: 25px;
}
.row.check-list .col-inner .icon-box {
  column-gap: 10px;
  align-items: center;
}
.row.check-list .col-inner .icon-box .icon-box-text {
  padding-left: 0;
}
.row.check-list .col-inner .icon-box .text p {
  margin-bottom: 0;
}
.row.check-list .col-inner .icon-box .icon-box-img svg {
  display: block;
  padding-top: 0;
}
.row.check-list .col-inner .icon-box:not(:last-child) {
  margin-bottom: 25px;
}
section.section.different-section > .section-content > .row:not(:last-child) {
  margin-bottom: 100px;
}
section.section.different-section > .section-content > .row > .col {
  padding-bottom: 0;
}
section.section.different-section
> .section-content
> .row
> .col
.section-title {
  margin-bottom: 0;
}
section.section.different-section .section-content > .row > .col .img {
  border-radius: 24px;
  overflow: hidden;
}
section.section > .section-content .row.section-block2 > .col:first-child {
  padding-right: 110px;
}
section.section > .section-content .row.section-block2.reverse-block {
  flex-direction: row-reverse;
}
section.section
> .section-content
.row.section-block2.reverse-block
> .col:first-child {
  padding-right: 15px;
  padding-left: 110px;
}
section.section.building-blocks-section > .section-content > .row > .col {
  padding-bottom: 0;
}
section.section.building-blocks-section
> .section-content
> .row
> .col
.section-title {
  margin-bottom: 20px;
}
section.section.building-blocks-section
> .section-content
> .row
> .col
.section-text {
  font-size: 22px;
  line-height: 28px;
  font-weight: 500;
}
section.section.fules-your-body-section
> .section-content
> .row:not(:last-child) {
  margin-bottom: 60px;
}
section.section.fules-your-body-section
> .section-content
> .row:first-child
> .col {
  padding-bottom: 0;
}
section.section.fules-your-body-section
> .section-content
> .row
.section-title {
  margin-bottom: 0;
}
section.section.fules-your-body-section
> .section-content
> .row.calories-cost-table {
  border: 1px solid #c6d3ed;
  border-radius: 24px;
  background-color: #ffffff;
  overflow: hidden;
  flex-wrap: nowrap;
}
section.section.fules-your-body-section
> .section-content
> .row.calories-cost-table
> .col:first-child {
  min-width: 515px;
}
section.section.fules-your-body-section
> .section-content
> .row.calories-cost-table
.table-head {
  background-color: #e6eff6;
}
section.section.fules-your-body-section
> .section-content
> .row.calories-cost-table
> .col:first-child
.col
> .col-inner {
  padding: 20px 29px;
  height: 88px;
  display: flex;
  align-items: center;
}
section.section.fules-your-body-section
> .section-content
> .row.calories-cost-table
> .col:first-child
.col:not(.table-head) {
  border-top: 1px solid #c6d3ed;
}
section.section.fules-your-body-section
> .section-content
> .row.calories-cost-table
> .col
.table-head
.text
p,
section.section.fules-your-body-section
> .section-content
> .row.calories-cost-table
> .col.active-column
.col:first-child
.text
p,
section.section.fules-your-body-section
> .section-content
> .row.calories-cost-table
> .col:first-child
.text
p {
  margin-bottom: 0;
  font-size: 22px;
  line-height: 1.2em;
  font-weight: 600;
}
section.section.fules-your-body-section
> .section-content
> .row.calories-cost-table
> .col.active-column
.col
> .col-inner {
  padding: 20px 95px;
  height: 88px;
  display: flex;
  align-items: center;
}
section.section.fules-your-body-section
> .section-content
> .row.calories-cost-table
> .col.active-column
.col:not(:first-child) {
  border-top: 1px solid #1c81ce;
}
section.section.fules-your-body-section
> .section-content
> .row.calories-cost-table
.icon-box {
  column-gap: 10px;
  align-items: center;
}
section.section.fules-your-body-section
> .section-content
> .row.calories-cost-table
.icon-box
.icon-box-img
svg {
  display: block;
  padding-top: 0;
}
section.section.fules-your-body-section
> .section-content
> .row.calories-cost-table
.icon-box
.icon-box-text {
  padding-left: 0;
}
section.section.fules-your-body-section
> .section-content
> .row.calories-cost-table
.icon-box
.icon-box-text
p {
  margin-bottom: 0;
  font-size: 20px;
  line-height: 1.2em;
  font-weight: 500;
}
section.section.fules-your-body-section
> .section-content
> .row.calories-cost-table
> .col:nth-child(3)
.col.table-head {
  border-right: 1px solid #c6d3ed;
}
section.section.fules-your-body-section
> .section-content
> .row.calories-cost-table
> .col:nth-child(3)
.col
> .col-inner {
  padding: 20px 79px;
  height: 88px;
  display: flex;
  align-items: center;
}
section.section.fules-your-body-section
> .section-content
> .row.calories-cost-table
> .col:nth-child(4)
.col
> .col-inner {
  padding: 20px 72px;
  height: 88px;
  display: flex;
  align-items: center;
}
section.section.fules-your-body-section
> .section-content
> .row.calories-cost-table
> .col:nth-child(3)
.col:not(.table-head) {
  border-top: 1px solid #c6d3ed;
  border-right: 1px solid #c6d3ed;
}
section.section.fules-your-body-section
> .section-content
> .row.calories-cost-table
> .col:nth-child(4)
.col:not(.table-head) {
  border-top: 1px solid #c6d3ed;
}
section.section.flavors-pure-section
> .section-content
> .row
> .col:not(:last-child),
section.section.flavors-pure-section
> .section-content
> .row
> .col
.section-block2:not(:last-child) {
  margin-bottom: 100px;
}
section.section.flavors-pure-section
> .section-content
> .row
> .col
.section-block2
> .col {
  padding-bottom: 0;
}
section.section.flavors-pure-section
> .section-content
> .row
> .col
.section-block2
> .col
.section-text
p,
section.section.flavors-pure-section
> .section-content
> .row
> .col
.section-block2
> .col
.section-text {
  margin-bottom: 0;
}
section.section.faqs-section
> .section-content
> .row
> .col:first-child
.icon-box {
  background-color: #ffffff;
  padding: 30px;
  border-radius: 24px;
  column-gap: 30px;
  align-items: center;
  max-width: 470px;
}
section.section.faqs-section
> .section-content
> .row
> .col:first-child
.icon-box
.icon-box-img
svg {
  display: block;
  padding-top: 0;
}
section.section.faqs-section
> .section-content
> .row
> .col:first-child
.icon-box
.icon-box-text {
  padding-left: 0;
  color: #162c3d;
}
section.section.faqs-section
> .section-content
> .row
> .col:first-child
.icon-box
.icon-box-text
p {
  font-size: 20px;
  line-height: 1.2em;
  margin-bottom: 0;
}
section.section.faqs-section
> .section-content
> .row
> .col:first-child
.icon-box
.icon-box-text
p:not(:last-child) {
  margin-bottom: 12px;
}
section.section.faqs-section
> .section-content
> .row
> .col:first-child
.icon-box
.icon-box-text
h4 {
  font-size: 28px;
  line-height: 1.2em;
  font-weight: 500;
  margin-bottom: 5px;
}
section.section.faqs-section
> .section-content
> .row
> .col:first-child
.icon-box
.icon-box-text
p
span {
  font-size: 16px;
}
section.section.faqs-section
> .section-content
> .row
> .col:first-child
.section-title {
  margin-bottom: 60px;
}
section.section.faqs-section > .section-content > .row > .col .accordion {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
section.section.faqs-section
> .section-content
> .row
> .col
.accordion
.accordion-item {
  background-color: #ffffff;
  border-radius: 12px;
  box-shadow: 0px 15px 25px 0px rgba(22, 44, 61, 0.05);
  overflow: hidden;
  padding: 20px 30px;
}
section.section.faqs-section
> .section-content
> .row
> .col
.accordion
.accordion-item
a.accordion-title {
  border-top: none;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: space-between;
  background: #ffffff;
  padding: 0;
}
section.section.faqs-section
> .section-content
> .row
> .col
.accordion
.accordion-item
a.accordion-title
button {
  margin-left: 0;
  position: relative;
  margin-right: 0;
  top: inherit;
  transform: none;
  width: 24px;
  height: 24px;
  min-height: 24px;
}
section.section.faqs-section
> .section-content
> .row
> .col
.accordion
.accordion-item
a.accordion-title
span {
  color: #162c3d;
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
}
section.section.faqs-section
> .section-content
> .row
> .col
.accordion
.accordion-item
a.accordion-title
button
i {
  display: none;
}
section.section.faqs-section
> .section-content
> .row
> .col
.accordion
.accordion-item
a.accordion-title
button:after,
section.section.faqs-section
> .section-content
> .row
> .col
.accordion
.accordion-item
a.accordion-title
button:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}
section.section.faqs-section
> .section-content
> .row
> .col
.accordion
.accordion-item
a.accordion-title
button:after {
  background-image: url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M6 12H18" stroke="%23162C3D" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/><path d="M12 18V6" stroke="%23162C3D" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}
section.section.faqs-section
> .section-content
> .row
> .col
.accordion
.accordion-item
a.accordion-title
button:before {
  background-image: url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M6 12H18" stroke="%23162C3D" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  opacity: 0;
}
section.section.faqs-section
> .section-content
> .row
> .col
.accordion
.accordion-item
a.accordion-title.active
button:after {
  opacity: 0;
}
section.section.faqs-section
> .section-content
> .row
> .col
.accordion
.accordion-item
a.accordion-title.active
button:before {
  opacity: 1;
}
section.section.faqs-section
> .section-content
> .row
> .col
.accordion
.accordion-item
.accordion-inner {
  padding: 0;
  border-top: 1px solid #e5e9f2;
  padding-top: 20px;
  margin-top: 20px;
  font-size: 18px;
  line-height: 32px;
}
section.section.faqs-section
> .section-content
> .row
> .col
.accordion
.accordion-item
.accordion-inner
p {
  margin-bottom: 0;
}
section.section.faqs-section
> .section-content
> .row
> .col
.accordion
.accordion-item
.accordion-inner
p:not(:last-child) {
  margin-bottom: 20px;
}
section.section.special-offer-section:before {
  content: "";
  display: block;
  width: 415px;
  height: 277px;
  position: absolute;
  background-image: url('data:image/svg+xml,<svg width="417" height="279" viewBox="0 0 417 279" fill="none" xmlns="http://www.w3.org/2000/svg"><g opacity="0.05" clip-path="url(%23clip0_6043_1134)"><path d="M250.559 230.866C242.2 241.446 231.55 249.437 220.901 259.229C217.351 197.1 213.801 135.983 210.366 74.8667V74.6416C210.251 72.9533 210.137 71.265 210.137 69.5767L210.022 69.4641L209.221 58.659H208.877L207.961 76.1048C206.358 100.867 204.64 125.516 203.152 150.165C200.976 185.394 198.8 220.624 196.624 255.853C196.624 256.641 196.395 257.429 196.166 258.779C192.044 256.416 189.181 253.377 186.204 250.563C169.829 234.693 156.088 217.022 147.385 195.862C136.392 169.187 139.254 142.624 147.728 116.174C160.897 74.9793 182.654 38.0617 207.274 2.6073C208.992 0.24367 209.793 0.0185631 211.625 2.49474C238.077 40.6504 261.209 80.3818 274.034 125.291C284.798 164.684 275.637 199.238 250.559 230.866Z" fill="%23005DA4"/><path d="M150.82 221.524C116.696 191.922 82.686 162.321 48.5617 132.719C48.1037 133.169 47.7602 133.507 47.3021 133.957C90.5872 181.567 133.758 229.065 177.73 277.351C169.485 278.476 162.156 278.251 154.828 278.026C136.964 277.463 119.558 274.649 102.611 268.571C76.1588 259.004 57.7226 240.658 44.0958 217.022C26.0031 185.732 15.1246 151.853 6.76527 117.074C4.47505 107.845 2.75739 98.5029 0.696192 89.2735C-0.105384 85.7843 0.467171 84.5463 4.58956 85.3341C48.4472 93.5505 91.2743 105.031 131.01 125.853C134.788 127.879 136.392 129.568 135.361 134.407C128.834 163.334 133.872 190.684 149.102 216.121C150.018 217.585 150.82 219.048 151.621 220.511C151.507 220.961 151.163 221.299 150.82 221.524Z" fill="%23005DA4"/><path d="M237.619 277.238C281.706 228.277 324.991 180.104 368.162 131.931C367.818 131.481 367.36 131.144 367.017 130.693C334.725 159.057 302.318 187.42 268.881 216.797C272.087 209.819 274.95 204.303 277.355 198.563C286.287 177.291 287.546 155.455 282.393 133.17C281.363 128.893 282.966 127.204 286.401 125.403C316.288 109.646 348.237 99.6286 381.102 91.7499C391.637 89.2737 402.401 87.4728 412.936 85.2217C415.569 84.659 416.943 84.8841 416.256 87.923C406.752 136.096 394.27 183.256 367.36 225.464C348.008 255.853 319.151 271.16 283.882 276.113C271.171 277.913 258.46 278.476 245.635 277.913C243.345 278.026 241.055 277.576 237.619 277.238Z" fill="%23005DA4"/></g><defs><clipPath id="clip0_6043_1134"><rect width="415.904" height="277.67" fill="white" transform="translate(0.581787 0.693848)"/></clipPath></defs></svg>');
  background-repeat: no-repeat;
  background-size: contain;
  right: 8%;
  transform: rotate(-13deg);
  top: 28%;
}
#special-product {
  display: flex;
  column-gap: 80px;
}
.special-product-images {
  width: 45.6%;
  display: flex;
  gap: 30px;
  flex-direction: row-reverse;
}
.special-product-content {
  width: 54.4%;
}
#product-image-slider {
  width: calc(100% - 135px);
}
.swiper.productThumb {
  width: 125px;
  min-width: 125px;
}
.swiper.productThumb .swiper-slide {
  background-color: #ffffff;
  border-radius: 16px;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  min-height: 120px;
  opacity: 0.8;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}
.swiper.productThumb .swiper-slide img {
  display: block;
  max-width: 74px;
}
#product-image-slider .swiper-slide {
  background-color: #ffffff;
  border-radius: 24px;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 515px;
}
#product-image-slider .swiper-slide img {
  display: block;
  max-width: 300px;
  height: auto;
}
#product-image-slider .swiper-button-prev:after,
#product-image-slider .swiper-button-next:after {
  display: none;
}
#product-image-slider .swiper-button-prev,
#product-image-slider .swiper-button-next {
  width: 40px;
  height: 40px;
  border: 1px solid #e5e9f2;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}
#product-image-slider .swiper-button-prev svg,
#product-image-slider .swiper-button-next svg {
  display: block;
  width: 16px;
  height: auto;
}
#product-image-slider .swiper-button-prev svg path,
#product-image-slider .swiper-button-next svg path {
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}
#product-image-slider .swiper-button-prev {
  left: 15px;
}
#product-image-slider .swiper-button-next {
  right: 15px;
}
#product-image-slider .swiper-button-prev:hover,
#product-image-slider .swiper-button-next:hover {
  background-color: #f5f6f8;
}
#product-image-slider .swiper-button-prev:hover svg path,
#product-image-slider .swiper-button-next:hover svg path {
  stroke: #162c3d;
}
.swiper.productThumb .swiper-slide.swiper-slide-thumb-active {
  opacity: 1;
}
.special-product-content > p {
  font-size: 18px;
  line-height: 1.2em;
  text-transform: uppercase;
  color: #005da4;
  letter-spacing: 1.8px;
  margin-bottom: 10px;
}
.special-product-content > h2 {
  font-size: 40px;
  line-height: 1.2em;
  color: #162c3d;
  font-weight: normal;
  margin-bottom: 20px;
}
.special-product-content .reviews {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 40px;
}
.special-product-content .reviews span {
  font-size: 18px;
  line-height: 22px;
  color: #515967;
}
.special-product-content .reviews img {
  display: block;
  margin-top: -1px;
}
.special-product-content .woocommerce table.variations {
  margin-bottom: 30px;
}
.special-product-content .woocommerce th.label {
  padding: 0;
}
.special-product-content .woocommerce a.reset_variations {
  display: none;
}
.special-product-content .woocommerce th.label > label,
.special-product-content
.woocommerce
th.label
span.woo-selected-variation-item-name {
  display: none;
}
.special-product-content .woocommerce th.label:before {
  content: "Choose your flavor";
}
.special-product-content .woocommerce th.label {
  font-size: 18px;
  line-height: 26px;
  font-weight: normal;
  color: #515967;
  margin-bottom: 12px;
}
.special-product-content .woocommerce td.woo-variation-items-wrapper {
  padding: 0;
}
#special-product
.special-product-content
.woocommerce
td.woo-variation-items-wrapper
ul.variable-items-wrapper {
  gap: 10px;
}
#special-product
.special-product-content
.woocommerce
td.woo-variation-items-wrapper
ul.variable-items-wrapper
> li.variable-item {
  margin: 0;
  color: #515967;
  border: 2px solid #ffffff;
  border-radius: 50px;
  font-size: 16px;
  line-height: 1.2em;
  font-weight: 500;
  padding: 10px 19px;
  height: auto;
  box-shadow: none;
  width: auto;
}
#special-product .special-product-content .woocommerce td.woo-variation-items-wrapper ul.variable-items-wrapper > li.variable-item .variable-item-contents span {
  border-radius: 0;
}
#special-product
.special-product-content
.woocommerce
td.woo-variation-items-wrapper
ul.variable-items-wrapper
> li.variable-item:hover,
#special-product
.special-product-content
.woocommerce
td.woo-variation-items-wrapper
ul.variable-items-wrapper
> li.variable-item.selected {
  border-color: #75c955;
  color: #75c955;
  background-color: #fbfff9;
}
#special-product
.special-product-content
.woocommerce-variation.single_variation {
  display: none !important;
}
#special-product
.special-product-content
.single_variation_wrap
.woocommerce-variation-add-to-cart {
  display: flex;
  align-items: center;
  gap: 30px;
}
#special-product .special-product-content .ux-quantity {
  margin-right: 0;
  display: flex;
  border-radius: 50px;
  overflow: hidden;
}
#special-product .special-product-content button.single_add_to_cart_button {
  margin: 0;
  background-color: #005da4;
  border-radius: 50px !important;
  font-size: 20px;
  line-height: 1.2em;
  font-weight: 700;
  padding: 12px 20px;
  min-width: 280px;
}
#special-product .special-product-content .ux-quantity input.button {
  min-width: 62px;
  background-color: #ffffff;
  text-indent: -9999px;
  background-repeat: no-repeat;
  background-position: center;
}
#special-product .special-product-content .ux-quantity input.button.minus {
  background-image: url('data:image/svg+xml,<svg width="14" height="2" viewBox="0 0 14 2" fill="none" xmlns="http://www.w3.org/2000/svg"><rect x="14" width="2" height="14" transform="rotate(90 14 0)" fill="%23162C3D"/></svg>');
}
#special-product .special-product-content .ux-quantity input.button.plus {
  background-image: url('data:image/svg+xml,<svg width="14" height="14" viewBox="0 0 14 14" fill="none" xmlns="http://www.w3.org/2000/svg"><rect x="6" width="2" height="14" fill="%23162C3D"/><rect x="14" y="6" width="2" height="14" transform="rotate(90 14 6)" fill="%23162C3D"/></svg>');
}
#special-product .special-product-content .ux-quantity input.input-text {
  font-size: 20px;
  line-height: 1.2em;
  font-weight: 500;
  color: #162c3d;
  min-width: 64px;
  box-shadow: none;
  border: 1px solid #e5e9f2;
  border-top: 0;
  border-bottom: 0;
}
#special-product .special-product-content .ux-quantity input.button:hover {
  background-color: #f4fdf0;
  box-shadow: none;
}
#special-product .special-product-content form.variations_form {
  margin-bottom: 0;
}
.product-footer {
  margin-top: 30px;
}
.product-footer a.nutrition-label {
  border: 2px solid #005da4;
  background-color: #ffffff;
  padding: 12px;
  display: block;
  border-radius: 50px;
  font-size: 20px;
  line-height: 1.2em;
  font-weight: 700;
  color: #005da4;
  text-transform: uppercase;
  width: 500px;
  max-width: 100%;
  text-align: center;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}
.product-footer a.nutrition-label:hover {
  background-color: #005da4;
  color: #ffffff;
}
.product-footer ul.text-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 40px;
  column-gap: 30px;
  row-gap: 20px;
  list-style: none;
}
.product-footer ul.text-list > li.icon-text {
  display: flex;
  align-items: center;
  column-gap: 10px;
  margin-bottom: 0;
  margin-left: 0;
}
.product-footer ul.text-list > li.icon-text > .icon {
  min-width: 24px;
  height: auto;
}
.product-footer ul.text-list > li.icon-text > .text {
  font-size: 18px;
  line-height: 1.2em;
  color: #162c3d;
}
.product-footer ul.text-list > li.icon-text > .icon > svg {
  display: block;
}
section.section.different-section
> .section-content
.fda-disclaimer
> .col-inner {
  padding: 15px 10px;
}
section.section.different-section > .section-content .fda-disclaimer p {
  margin-bottom: 0;
}
section.section .section-content .fda-disclaimer .section-text {
  margin-bottom: 0px;
  font-size: 18px;
}

#sgpb-popup-dialog-main-div-wrapper
.sgpb-popup-builder-content-32465.sgpb-popup-builder-content-html
p {
  margin-bottom: 0;
}
#sgpb-popup-dialog-main-div-wrapper iframe#doc-file {
  min-height: 80vh;
  display: block;
}

/* Tablet Layout: 768px. */
@media only screen and (min-width: 768px) and (max-width: 991px) {

  html body .uwy.userway_p7 .userway_buttons_wrapper {
    top: inherit;
    bottom: 50px;
  }
  #mobile-toggle {
    max-width: 137px;
  }
  
  section.landing-banner .section-content > .row > .col .top-title p {
    font-size: 16px;
    letter-spacing: 0;
  }
  section.landing-banner .section-content > .row > .col .main-title h2 span {
    font-size: 35px;
    line-height: 1.2em;
  }
  section.landing-banner .section-content > .row > .col .sub-title p {
    font-size: 18px;
  }
  section.landing-banner .section-content > .row > .col .paragraph p {
    font-size: 16px;
    line-height: 22px;
  }
  section.landing-banner .section-content > .row > .col .sub-title {
    margin-bottom: 20px;
  }
  section.landing-banner .section-content > .row > .col:nth-child(1) {
    padding-right: 15px;
    padding-bottom: 0;
  }
  section.landing-banner .section-content > .row > .col:nth-child(2) {
    padding-left: 15px;
    padding-bottom: 0;
  }
  section.landing-banner .section-content > .row > .col .paragraph {
    margin-bottom: 30px;
  }
  section.landing-banner
  .section-content
  > .row
  > .col.banner-video
  .video-text-top
  p {
    font-size: 16px;
  }
  section.landing-banner
  .section-content
  > .row
  > .col.banner-video
  .video-text-bottom
  h3 {
    font-size: 18px;
  }
  section.landing-banner
  .section-content
  > .row
  > .col.banner-video
  .video-text-bottom
  p {
    font-size: 14px;
  }
  section.landing-banner
  .section-content
  > .row
  > .col.banner-video
  .video-button-wrapper
  a.button {
    width: 50px;
    height: 50px;
  }
  section.landing-banner
  .section-content
  > .row
  > .col.banner-video
  .video-button-wrapper
  a.button
  i.icon-play {
    font-size: 32px !important;
  }
  section.landing-banner .section-content > .row > .col .banner-button {
    /* width: 100%; */
    font-size: 16px;
  }
  section.section .section-content .section-title h2 {
    font-size: 32px;
    line-height: 1.3em;
  }
  section.customer-review-section .row.customer-reviews {
    row-gap: 50px;
  }
  section.customer-review-section .customer-reviews .col {
    flex-basis: 50%;
    max-width: 50%;
  }
  section.section .section-content .top-title p {
    font-size: 18px;
    letter-spacing: 1px;
  }
  section.section .section-content .section-title h2 {
    font-size: 22px;
  }
  section.section .section-content a.button.theme-button {
    font-size: 16px;
  }
  section.section .section-content .top-title2 > p {
    font-size: 14px;
  }
  section.section .section-content .section-title2 > h2 {
    font-size: 30px;
  }
  section.section .section-content .section-text {
    font-size: 16px;
    line-height: 1.4em;
    margin-bottom: 30px;
  }
  section.section .section-content a.button.theme-button2 {
    font-size: 16px;
  }
  section.section.more-proof-section .row.section-block > .col:nth-child(1) {
    padding-right: 20px;
  }
  section.section.more-proof-section
  .row.section-block.reverse-block
  > .col:nth-child(1) {
    padding-left: 20px;
  }
  section.section.more-proof-section
  > .section-content
  > .row:not(:last-child) {
    margin-bottom: 50px;
  }
  section.section.maintaining-muscle-section
  > .section-content
  > .row
  > .col:nth-child(1) {
    padding-right: 15px;
  }
  section.section.maintaining-muscle-section
  > .section-content
  > .row
  > .col:nth-child(2) {
    padding-left: 15px;
  }
  .row.check-list > .col:nth-child(1),
  .row.check-list > .col:nth-child(2) {
    flex-basis: 100%;
    max-width: 100%;
  }
  .row.check-list > .col:nth-child(1) {
    margin-bottom: 5px;
  }
  .row.check-list > .col:nth-child(2) {
    padding-left: 15px;
  }
  section.section .section-content div.section-title {
    margin-bottom: 20px;
  }
  .row.check-list .col-inner .icon-box:not(:last-child) {
    margin-bottom: 15px;
  }
  section.section > .section-content .row.section-block2 > .col:first-child {
    padding-right: 15px;
  }
  section.section
  > .section-content
  .row.section-block2.reverse-block
  > .col:first-child {
    padding-left: 15px;
  }
  section.section.building-blocks-section
  > .section-content
  > .row
  > .col
  .section-text {
    font-size: 16px;
    line-height: 1.2em;
  }
  section.section.fules-your-body-section
  > .section-content
  > .row:not(:last-child) {
    margin-bottom: 40px;
  }
  section.section.fules-your-body-section > .section-content {
    margin: 0 15px;
  }
  section.section.fules-your-body-section
  > .section-content
  > .row.calories-cost-table
  > .col:first-child {
    min-width: 35%;
  }
  section.section.fules-your-body-section
  > .section-content
  > .row.calories-cost-table
  > .col
  .table-head
  .text
  p,
  section.section.fules-your-body-section
  > .section-content
  > .row.calories-cost-table
  > .col.active-column
  .col:first-child
  .text
  p,
  section.section.fules-your-body-section
  > .section-content
  > .row.calories-cost-table
  > .col:first-child
  .text
  p {
    font-size: 18px;
  }
  section.section.fules-your-body-section
  > .section-content
  > .row.calories-cost-table
  > .col.active-column
  .col
  > .col-inner {
    padding: 20px 40px;
  }
  section.section.fules-your-body-section
  > .section-content
  > .row.calories-cost-table
  > .col:nth-child(3)
  .col
  > .col-inner {
    padding: 20px 20px;
  }
  section.section.fules-your-body-section
  > .section-content
  > .row.calories-cost-table
  .icon-box
  .icon-box-text
  p {
    font-size: 16px;
  }
  section.section.fules-your-body-section
  > .section-content
  > .row.calories-cost-table
  > .col:nth-child(4)
  .col
  > .col-inner {
    padding: 20px 30px;
  }
  section.section.flavors-pure-section
  > .section-content
  > .row
  > .col:not(:last-child),
  section.section.flavors-pure-section
  > .section-content
  > .row
  > .col
  .section-block2:not(:last-child) {
    margin-bottom: 50px;
  }
  #special-product {
    column-gap: 30px;
    align-items: flex-start;
  }
  .special-product-images {
    gap: 10px;
  }
  .swiper.productThumb {
    width: 70px;
    min-width: 70px;
  }
  #product-image-slider {
    width: calc(100% - 80px);
  }
  .swiper.productThumb .swiper-slide {
    min-height: 50px;
  }
  .swiper.productThumb .swiper-slide img {
    max-width: 80%;
  }
  #product-image-slider .swiper-slide {
    min-height: 320px;
    padding: 10px;
  }
  #product-image-slider .swiper-slide img {
    max-width: 100%;
  }
  .special-product-content > p {
    font-size: 14px;
  }
  .special-product-content > h2 {
    font-size: 30px;
  }
  .special-product-content .reviews {
    margin-bottom: 20px;
  }
  .special-product-content .woocommerce table.variations {
    margin-bottom: 20px;
  }
  .special-product-content .woocommerce th.label {
    font-size: 16px;
  }
  #special-product
  .special-product-content
  .woocommerce
  td.woo-variation-items-wrapper
  ul.variable-items-wrapper
  > li.variable-item {
    font-size: 14px;
  }
  #special-product
  .special-product-content
  .single_variation_wrap
  .woocommerce-variation-add-to-cart {
    gap: 15px;
  }
  #special-product .special-product-content button.single_add_to_cart_button {
    min-width: calc(100% - 115px);
    font-size: 18px;
  }
  #special-product .special-product-content .ux-quantity input.button {
    min-width: 30px;
    min-height: 40px;
    height: 40px;
    background-size: 30% auto;
  }
  #special-product .special-product-content .ux-quantity input.input-text {
    font-size: 16px;
    min-width: 40px;
    height: 40px;
  }
  #special-product .special-product-content .ux-quantity {
    min-width: 100px;
  }
  .product-footer a.nutrition-label {
    font-size: 18px;
    width: 100%;
  }
  .product-footer {
    margin-top: 20px;
  }
  .product-footer ul.text-list {
    margin-top: 30px;
    margin-bottom: 0;
    row-gap: 10px;
  }
  .product-footer ul.text-list > li.icon-text > .text {
    font-size: 16px;
  }
  section.special-offer-section .section-content > .row > .col:nth-child(2) {
    align-items: flex-start;
  }
  section.section.faqs-section
  > .section-content
  > .row
  > .col:first-child
  .section-title {
    margin-bottom: 30px;
  }
  section.section.faqs-section
  > .section-content
  > .row
  > .col:first-child
  .icon-box {
    padding: 20px 15px;
    column-gap: 15px;
  }
  section.section.faqs-section
  > .section-content
  > .row
  > .col:first-child
  .icon-box
  .icon-box-img {
    max-width: 60px;
  }
  section.section.faqs-section
  > .section-content
  > .row
  > .col:first-child
  .icon-box
  .icon-box-text
  p {
    font-size: 16px;
  }
  section.section.faqs-section
  > .section-content
  > .row
  > .col:first-child
  .icon-box
  .icon-box-text
  h4 {
    font-size: 22px;
  }
  section.section.faqs-section
  > .section-content
  > .row
  > .col:first-child
  .icon-box
  .icon-box-text
  p
  span {
    font-size: 14px;
  }
  section.section.faqs-section
  > .section-content
  > .row
  > .col
  .accordion
  .accordion-item
  a.accordion-title
  span {
    font-size: 18px;
  }
  section.section.faqs-section
  > .section-content
  > .row
  > .col
  .accordion
  .accordion-item
  .accordion-inner {
    font-size: 14px;
    line-height: 1.4em;
  }
  
  section.section.different-section > .section-content > .row:not(:last-child) {
    margin-bottom: 60px;
  }
  section.section .section-content .fda-disclaimer .section-text {
    font-size: 16px;
  }
}

/* Mobile Layout: 320px. */
@media only screen and (max-width: 767px) {

  html body .uwy.userway_p7 .userway_buttons_wrapper {
    top: inherit;
    bottom: 50px;
  }
  #mobile-toggle {
    max-width: 92px;
  }
  
  section.landing-banner .section-content > .row > .col .top-title p {
    font-size: 16px;
    letter-spacing: 0;
  }
  section.landing-banner .section-content > .row > .col .main-title h2 span {
    font-size: 35px;
    line-height: 1.2em;
  }
  section.landing-banner .section-content > .row > .col .sub-title p {
    font-size: 18px;
  }
  section.landing-banner .section-content > .row > .col .paragraph p {
    font-size: 16px;
    line-height: 22px;
  }
  section.landing-banner .section-content > .row > .col .sub-title {
    margin-bottom: 20px;
  }
  section.landing-banner .section-content > .row > .col:nth-child(1) {
    padding-right: 15px;
    padding-bottom: 0;
    flex-basis: 100%;
    max-width: 100%;
    margin-bottom: 30px;
  }
  section.landing-banner .section-content > .row > .col:nth-child(2) {
    padding-left: 15px;
    padding-bottom: 0;
    flex-basis: 100%;
    max-width: 100%;
  }
  section.landing-banner .section-content > .row > .col .paragraph {
    margin-bottom: 30px;
  }
  section.landing-banner
  .section-content
  > .row
  > .col.banner-video
  .video-text-top
  p {
    font-size: 16px;
  }
  section.landing-banner
  .section-content
  > .row
  > .col.banner-video
  .video-text-bottom
  h3 {
    font-size: 18px;
  }
  section.landing-banner
  .section-content
  > .row
  > .col.banner-video
  .video-text-bottom
  p {
    font-size: 14px;
  }
  section.landing-banner
  .section-content
  > .row
  > .col.banner-video
  .video-button-wrapper
  a.button {
    width: 50px;
    height: 50px;
  }
  section.landing-banner
  .section-content
  > .row
  > .col.banner-video
  .video-button-wrapper
  a.button
  i.icon-play {
    font-size: 32px !important;
  }
  section.landing-banner .section-content > .row > .col .banner-button {
    /* width: 100%; */
    font-size: 16px;
  }
  #landing-page section.section.customer-review-section {
    padding-bottom: 0px;
  }
  section.customer-review-section > .section-content > .row {
    row-gap: 30px;
  }
  section.section .section-content .section-title h2 {
    font-size: 32px;
    line-height: 1.3em;
  }
  section.customer-review-section .row.customer-reviews {
    row-gap: 40px;
  }
  section.customer-review-section .customer-reviews .col {
    flex-basis: 100%;
    max-width: 100%;
  }
  section.section .section-content .top-title p {
    font-size: 18px;
    letter-spacing: 1px;
  }
  section.section .section-content .section-title h2 {
    font-size: 22px;
  }
  section.section .section-content .section-title h2 br {
    display: none;
  }
  section.section .section-content a.button.theme-button {
    font-size: 16px;
  }
  section.section .section-content .top-title2 > p {
    font-size: 14px;
  }
  section.section .section-content .section-title2 > h2 {
    font-size: 30px;
  }
  section.section .section-content .section-text {
    font-size: 16px;
    line-height: 1.4em;
    margin-bottom: 30px;
  }
  section.section .section-content a.button.theme-button2 {
    font-size: 16px;
  }
  section.section.more-proof-section .row.section-block > .col:nth-child(1) {
    padding-right: 15px;
    margin-top: 30px;
  }
  section.section.more-proof-section .row.section-block > .col:nth-child(1),
  section.section.more-proof-section .row.section-block > .col:nth-child(2) {
    flex-basis: 100%;
    max-width: 100%;
  }
  section.section.more-proof-section
  .row.section-block.reverse-block
  > .col:nth-child(1) {
    padding-left: 15px;
  }
  section.section.more-proof-section
  > .section-content
  > .row:not(:last-child) {
    margin-bottom: 50px;
    flex-direction: column-reverse;
  }
  section.section.more-proof-section .row.section-block.reverse-block {
    flex-direction: column-reverse;
  }
  section.section.maintaining-muscle-section
  > .section-content
  > .row
  > .col:nth-child(1) {
    padding-right: 15px;
    flex-basis: 100%;
    max-width: 100%;
    margin-bottom: 30px;
  }
  section.section.maintaining-muscle-section
  > .section-content
  > .row
  > .col:nth-child(2) {
    padding-left: 15px;
    flex-basis: 100%;
    max-width: 100%;
  }
  .row.check-list > .col:nth-child(1),
  .row.check-list > .col:nth-child(2) {
    flex-basis: 100%;
    max-width: 100%;
  }
  .row.check-list > .col:nth-child(1) {
    margin-bottom: 5px;
  }
  .row.check-list > .col:nth-child(2) {
    padding-left: 15px;
  }
  section.section .section-content div.section-title {
    margin-bottom: 20px;
  }
  .row.check-list .col-inner .icon-box:not(:last-child) {
    margin-bottom: 15px;
  }
  section.section.different-section > .section-content > .row:not(:last-child) {
    margin-bottom: 40px;
    flex-direction: column-reverse;
  }
  section.section > .section-content .row.section-block2.reverse-block {
    flex-direction: column-reverse;
  }
  section.section.different-section.flavors-pure-section
  > .section-content
  > .row:not(:last-child) {
    flex-direction: column;
  }
  section.section.faqs-section > .section-content > .row > .col:last-child {
    padding-bottom: 0;
  }
  section.section > .section-content .row.section-block2 > .col:first-child {
    padding-right: 15px;
    margin-top: 30px;
  }
  section.section
  > .section-content
  .row.section-block2.reverse-block
  > .col:first-child {
    padding-left: 15px;
  }
  section.section.building-blocks-section > .section-content > .row {
    flex-direction: column-reverse;
  }
  section.section.building-blocks-section
  > .section-content
  > .row
  > .col:last-child {
    margin-bottom: 20px;
  }
  section.section.building-blocks-section
  > .section-content
  > .row
  > .col
  .section-text {
    font-size: 16px;
    line-height: 1.2em;
  }
  section.section.fules-your-body-section
  > .section-content
  > .row:not(:last-child) {
    margin-bottom: 40px;
  }
  section.section.fules-your-body-section > .section-content {
    margin: 0 15px;
  }
  section.section.fules-your-body-section
  > .section-content
  > .row.calories-cost-table
  > .col:first-child
  .col
  > .col-inner {
    padding: 10px;
    height: 70px;
  }
  section.section.fules-your-body-section
  > .section-content
  > .row.calories-cost-table
  > .col:first-child {
    min-width: 30%;
  }
  section.section.fules-your-body-section
  > .section-content
  > .row.calories-cost-table
  > .col
  .table-head
  .text
  p,
  section.section.fules-your-body-section
  > .section-content
  > .row.calories-cost-table
  > .col.active-column
  .col:first-child
  .text
  p,
  section.section.fules-your-body-section
  > .section-content
  > .row.calories-cost-table
  > .col:first-child
  .text
  p {
    font-size: 12px;
  }
  section.section.fules-your-body-section
  > .section-content
  > .row.calories-cost-table
  > .col.active-column
  .col
  > .col-inner {
    padding: 10px;
    height: 70px;
  }
  section.section.fules-your-body-section
  > .section-content
  > .row.calories-cost-table
  > .col:nth-child(3)
  .col
  > .col-inner {
    padding: 10px;
    height: 70px;
  }
  section.section.fules-your-body-section
  > .section-content
  > .row.calories-cost-table
  .icon-box
  .icon-box-img {
    width: 16px !important;
  }
  section.section.fules-your-body-section
  > .section-content
  > .row.calories-cost-table
  .icon-box
  .icon-box-text
  p {
    font-size: 12px;
  }
  section.section.fules-your-body-section
  > .section-content
  > .row.calories-cost-table
  > .col:nth-child(4)
  .col
  > .col-inner {
    padding: 10px;
    height: 70px;
  }
  section.section.flavors-pure-section
  > .section-content
  > .row
  > .col:not(:last-child),
  section.section.flavors-pure-section
  > .section-content
  > .row
  > .col
  .section-block2:not(:last-child) {
    margin-bottom: 50px;
  }
  section.section.flavors-pure-section > .section-content > .row > .col,
  section.section.flavors-pure-section
  > .section-content
  > .row
  > .col
  .section-block2 {
    flex-direction: column-reverse;
  }
  #special-product {
    column-gap: 30px;
    align-items: flex-start;
    flex-wrap: wrap;
  }
  .special-product-images {
    gap: 10px;
    width: 100%;
    margin-bottom: 30px;
  }
  .special-product-content {
    width: 100%;
  }
  .swiper.productThumb {
    width: 70px;
    min-width: 70px;
  }
  #product-image-slider {
    width: calc(100% - 80px);
  }
  .swiper.productThumb .swiper-slide {
    min-height: 50px;
  }
  .swiper.productThumb .swiper-slide img {
    max-width: 80%;
  }
  #product-image-slider .swiper-slide {
    min-height: 320px;
    padding: 10px;
  }
  #product-image-slider .swiper-slide img {
    max-width: 100%;
  }
  .special-product-content > p {
    font-size: 14px;
  }
  .special-product-content > h2 {
    font-size: 30px;
  }
  .special-product-content .reviews {
    margin-bottom: 20px;
  }
  .special-product-content .woocommerce table.variations {
    margin-bottom: 20px;
  }
  .special-product-content .woocommerce th.label {
    font-size: 16px;
  }
  #special-product
  .special-product-content
  .woocommerce
  td.woo-variation-items-wrapper
  ul.variable-items-wrapper
  > li.variable-item {
    font-size: 14px;
    padding: 8px 15px;
  }
  #special-product
  .special-product-content
  .single_variation_wrap
  .woocommerce-variation-add-to-cart {
    gap: 15px;
  }
  #special-product .special-product-content button.single_add_to_cart_button {
    min-width: calc(100% - 115px);
    font-size: 18px;
  }
  #special-product .special-product-content .ux-quantity input.button {
    min-width: 30px;
    min-height: 40px;
    height: 40px;
    background-size: 30% auto;
  }
  #special-product .special-product-content .ux-quantity input.input-text {
    font-size: 16px;
    min-width: 40px;
    height: 40px;
  }
  #special-product .special-product-content .ux-quantity {
    min-width: 100px;
  }
  .product-footer a.nutrition-label {
    font-size: 18px;
    width: 100%;
  }
  .product-footer {
    margin-top: 20px;
  }
  .product-footer ul.text-list {
    margin-top: 30px;
    margin-bottom: 0;
    row-gap: 10px;
  }
  .product-footer ul.text-list > li.icon-text > .text {
    font-size: 16px;
  }
  section.special-offer-section .section-content > .row > .col:nth-child(2) {
    align-items: flex-start;
  }
  section.section.faqs-section
  > .section-content
  > .row
  > .col:first-child
  .section-title {
    margin-bottom: 30px;
  }
  section.section.faqs-section
  > .section-content
  > .row
  > .col:first-child
  .icon-box {
    padding: 20px 15px;
    column-gap: 15px;
  }
  section.section.faqs-section
  > .section-content
  > .row
  > .col:first-child
  .icon-box
  .icon-box-img {
    max-width: 60px;
  }
  section.section.faqs-section
  > .section-content
  > .row
  > .col:first-child
  .icon-box
  .icon-box-text
  p {
    font-size: 16px;
  }
  section.section.faqs-section
  > .section-content
  > .row
  > .col:first-child
  .icon-box
  .icon-box-text
  h4 {
    font-size: 22px;
  }
  section.section.faqs-section
  > .section-content
  > .row
  > .col:first-child
  .icon-box
  .icon-box-text
  p
  span {
    font-size: 14px;
  }
  section.section.faqs-section
  > .section-content
  > .row
  > .col
  .accordion
  .accordion-item
  a.accordion-title
  span {
    font-size: 18px;
  }
  section.section.faqs-section
  > .section-content
  > .row
  > .col
  .accordion
  .accordion-item
  .accordion-inner {
    font-size: 14px;
    line-height: 1.4em;
  }
  
  section.formula-section .section-content > .row > .col:nth-child(1),
  section.formula-section .section-content > .row > .col:nth-child(2) {
    flex-basis: 100%;
    max-width: 100%;
  }
  section.formula-section .section-content > .row > .col:nth-child(2) {
    padding-left: 15px;
    padding-bottom: 0;
  }
  section.formula-section .section-content > .row > .col:nth-child(1) {
    padding-right: 15px;
  }
  section.section.special-offer-section
  .section-content
  > .row
  > .col:first-child {
    padding-bottom: 20px;
  }
  section.section.special-offer-section:before {
    width: 300px;
    height: 200px;
    top: 50%;
    right: 0;
  }
  
}

/* new design homepage */
.font-weight-700 {
  font-weight:700 !important;
}
.font-weight-500 {
  font-weight:500 !important;
}
.font-size-24 {
  font-size : 24px !important;
}
.font-size-22 {
  font-size : 22px !important;
}
.font-size-16 {
  font-size : 16px !important;
}
.mb-20 {
  margin-bottom:20px !important;
}
.line-height-inherit {
  line-height: inherit !important;
}
section.our-commitment-section  .section-content .col-inner > .img {
  border-radius: 24px;
  overflow: hidden;
}

.why-choose-social img {
  width: 50px;
}

.product-our-customers-inner.slider .flickity-button  {
  opacity :1;
}

.box.product-our-customers-inner .box-image {
  width: 100% !important;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 1px 3px 0px rgba(0, 0, 0, .12), 0 0px 1px rgba(0, 0, 0, .24);
}

.box.product-our-customers-inner .box-image img {
  width: 68% !important;
  height: max-content;
}

.product-small.product-our-customers-inner {
  background: transparent !important;
  box-shadow: none !important;
}

.product-our-customers-inner .col-inner {
  box-shadow: none !important;
}

.product-our-customers-inner .box-text {
  background: transparent !important;
}
.box.product-our-customers-inner .box-image img {
  width: 68% !important;
  height: auto;
  margin-top: 16%;
}
.your-newsletter-section .box-text {
  padding-left: 0;
  padding-right: 0;
}
.top-title-heading-2 p {
  font-size: 24px;
  line-height: 1.2em;
  letter-spacing: 2.4px;
  font-weight: 500;
  margin-bottom: 0;
}

section.section .section-content .top-title-heading-2 {
  margin-bottom: 15px;
}
.page-template-home-landing-page .mfp-content {
  padding: 0;
  background: #fff;
  max-width: 90%;
  width: 100%;
  height: 90%;
}
.video-padding {
  padding-top: 0 !important;
}
/* Tablet Layout: 849px by flatsome */
@media only screen  and (min-width: 850px) { 
  /*.product-our-customers-inner.slider .flickity-page-dots {*/
    /*    display:none;*/
    /*}*/
  }
  @media only screen  and (max-width: 849px) { 
    .product-our-customers-inner.slider .flickity-button {
      display:none;
    }
    .mt-tablet {
     margin-top:30px !important; 
   }
   .landing-banner-mobile {
    background: linear-gradient(90deg, rgb(5 61 102) 0%, rgba(0, 93, 164, 1) 100%) !important;
  }
  .landing-banner-mobile  .section-bg{
    background-position: 100% 0 !important;
    background-size: contain !important;
    display:none;
    /*background-image: url(https://bunny-wp-pullzone-ee7bst0esg.b-cdn.net/wp-content/uploads/2024/10/Group-1000003455-1-1.png);*/

  }

}

/* Tablet Layout: 768px. */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  section.landing-banner-mobile.landing-banner .section-content > .row > .col:nth-child(1) {
    flex-basis: 100%;
    max-width: 100%;
    padding-right:0 !important;
  }

}
/*  Layout Width Min 768px. */
@media only screen and (min-width: 768px) {

  section.our-commitment-section .section-content > .row > .col:nth-child(1) {
    padding-right: 30px;
    flex-basis: 49%;
    max-width: 49%;
  }
  section.our-commitment-section .section-content > .row > .col:nth-child(2) {
    padding-left: 30px;
    flex-basis: 51%;
    max-width: 51%;
  }
  section.your-newsletter-section .section-content > .row > .col:nth-child(1) {
    padding-right: 30px;
    flex-basis: 49%;
    max-width: 49%;
  }
  section.your-newsletter-section .section-content > .row > .col:nth-child(2) {
    padding-left: 30px;
    flex-basis: 51%;
    max-width: 51%;
  }
  section.your-emotional-section .section-content > .row > .col:nth-child(1) {
    padding-right: 30px;
    flex-basis: 49%;
    max-width: 49%;
  }
  section.your-emotional-section .section-content > .row > .col:nth-child(2) {
    padding-left: 30px;
    flex-basis: 51%;
    max-width: 51%;
  }
  section.our-mission-section .section-content > .row > .col:nth-child(1) {
    padding-right: 30px;
    flex-basis: 49%;
    max-width: 49%;
  }
  section.our-mission-section .section-content > .row > .col:nth-child(2) {
    padding-left: 30px;
    flex-basis: 51%;
    max-width: 51%;
  }
}

/* Mobile Layout: 320px. */
@media only screen and (max-width: 767px) { 

}
@media only screen and (max-width: 549px) { 
  .pt-mobile {
   padding-top:30px; 
 }
 #landing-page .flickity-page-dots {
  pointer-events: auto;
}
.landing-banner-mobile {
  height: calc(100vh - 130px);
}
}

.post-type-archive.woo-variation-swatches .wvs-archive-variations-wrapper {
  display: none;
}

.single-product.woo-variation-swatches .wvs-style-rounded.variable-items-wrapper .variable-item:not(.radio-variable-item)  ,
.post-type-archive.woo-variation-swatches .wvs-style-rounded.variable-items-wrapper .variable-item:not(.radio-variable-item)  {
  border-radius: 0;
  width:auto;
}
.single-product.woo-variation-swatches .wvs-style-rounded.variable-items-wrapper .variable-item:not(.radio-variable-item) .variable-item-span ,
.post-type-archive.woo-variation-swatches .wvs-style-rounded.variable-items-wrapper .variable-item:not(.radio-variable-item) .variable-item-span
{
  border-radius: 0;
  padding: 0 5px;
}


/* page about us */
.banner-transparent {
  background-color: transparent !important;
}
.padding-minus-about {
  margin-top:-200px;
}
.padding-minus-about.padding-minus-not-image {
    margin-top: -250px;
}
.border-title {
  background: linear-gradient(0deg, #CCDFED 4px, transparent 7px) 0 1.1em;
}

/* Mobile Layout: 320px. */
@media only screen and (max-width: 767px) { 
  .banner-heading-title {
    font-size:30px;
  }
}

/* new homepage */
/*@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');*/

.margin-bottom-10 {
  margin-bottom:10px !important;
}
.font-size-20 {
  font-size:20px!important;
}
.font-size-16 {
  font-size:16px !important;
}
section.section .section-content a.button.theme-button3 {
  font-size: 20px;
  line-height: 50px;
  height: 50px;
  border-radius: 50px !important;
  padding: 0 30px;
  background-color: transparent !important;
  margin: 0;
  color: #5A606C;
  border-color: #5A606C !important;
}

section.section .section-content a.button.theme-button3:hover {
  background-color: #005DA4 !important;
  color: #fff;
}
.button.button-modal-newsletter {
  font-size: 20px;
  line-height: 50px;
  height: 50px;
  border-radius: 50px !important;
  border: none;
  padding: 0 30px;
  background-color: #005da4 !important;
  margin: 0;
}
.button.button-modal-newsletter i {
  margin-left: .4em;
  margin-right: -.15em;
}
main#main section.landing-banner.landing-banner-new .section-content .row {
  max-width: 1607px;
}
.landing-banner.landing-banner-new{
  z-index: 9;
  overflow: visible;
  position: relative;
}
.landing-banner.landing-banner-new .bg.section-bg.fill.bg-fill {
  background-size: 100vw !important;
  overflow: visible;
  transform: translate(0px, 150px);
}
section.landing-banner.landing-banner-new .section-content > .row > .col .main-title.title-underline {
  margin-right: 0;
  margin-left: 0;
  text-align: left;
  margin-bottom: 46px !important;
  /*font-family: 'Poppins' !important;*/
}
.landing-banner.landing-banner-new .section-content .main-title.title-underline .section-title .section-title-main {
  font-size: 94.09px !important;
  /*font-family: 'Poppins' !important;*/
  font-weight: 700 !important;
  line-height: 1;
  letter-spacing: 3px;
  position: relative;
  z-index: 5;
}
.landing-banner.landing-banner-new .section-content .main-title.title-underline .section-title:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 47px;
  background-color: #E5F0FF;
  bottom: 0;
  z-index: 1;
}
.landing-banner.landing-banner-new .section-content .text:not(.box-banner) p {
  font-size: 31.36px;
  font-weight: 400;
  text-align: left;
  margin-bottom: 41px;
  line-height: 1.3;
}

section.landing-banner.landing-banner-new .section-content > .row > .col.banner-content-left {
  flex-basis: calc(100% - 1018.81px);
  max-width: calc(100% - 1018.81px);
  padding: 0 15px;
}
section.landing-banner.landing-banner-new .section-content > .row > .col.banner-content-right {
  flex-basis: 1018.81px;
  max-width: 1018.81px;
  padding-top: 51px;
  padding-left: 240px;
  position: relative;
}
section.landing-banner.landing-banner-new .section-content > .row > .col.banner-content-right img {
  object-fit: contain;
  max-height: 635.01px;
}
section.landing-banner.landing-banner-new .section-content > .row > .col.banner-content-left .col-inner {
  text-align: center;
}
section.landing-banner.landing-banner-new .section-content > .row > .col .banner-button {
  background-color: #005DA4 !important;
  color: #fff;
  font-size: 23.33px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 223.8px;
  margin: 0 76px 0 0;
}
section.landing-banner.landing-banner-new .box-banner {
  background-color: #005DA4;
  color: #fff;
  padding: 30px 24px;
  border-radius: 15.37px;
  position: absolute;
}
.landing-banner.landing-banner-new .section-content .box-banner p {
  font-size: 18.44px;
  margin: 0 0 8px;
}
section.landing-banner.landing-banner-new .box-banner h3 {
  color: #fff;
  margin: 0;
  font-size: 32.34px;
  font-weight: 600;
}
section.landing-banner.landing-banner-new .box-banner-2 h3 {
  font-size: 26.9px;
}
section.landing-banner.landing-banner-new .box-banner-1 {
  max-width: 392.43px;
  top: -93px;
  left: -67px;
  padding: 36px 24px;
}
section.landing-banner.landing-banner-new .box-banner-2 {
  max-width: 288.93px;
  padding: 31px 30px 18px;
  top: 33px;
  right: -46px;
}
section.landing-banner.landing-banner-new .box-banner-3 {
  max-width: 346.07px;
  top: 165px;
  left: -136px;
  padding: 35px 27px 26px;
}
.landing-banner.landing-banner-new .section-content .box-banner p.line {
  position: relative;
  width: 100%;
}
.landing-banner.landing-banner-new .section-content .box-banner p.line:before, 
.landing-banner.landing-banner-new .section-content .box-banner p.line:after {
  content: "";
  position: absolute;
  display: block;
  background-color: #005DA4;
}
.landing-banner.landing-banner-new .section-content .box-banner p.line:before {
  transform: rotate(-38deg);
}
.landing-banner.landing-banner-new .section-content .box-banner p.line span.dot {
  display: inline-block;
  position: absolute;
  width: 56.87px;
  height: 56.87px;
  border-radius: 50px;
}

.landing-banner.landing-banner-new .section-content .box-banner-1 p.line:before {
  height: 56.59px;
  width: 3px;
  bottom: -87px;
  left: 139px;
}
.landing-banner.landing-banner-new .section-content .box-banner-1 p.line:after {
  width: 238px;
  height: 3px;
  bottom: -82px;
  left: 157px;
}
.landing-banner.landing-banner-new .section-content .box-banner-1 p.line span.dot {
  bottom: -109px;
  right: -84px;
}

.landing-banner.landing-banner-new .section-content .box-banner-2 p.line:before {
  height: 126px;
  width: 3px;
  bottom: -149px;
  left: 160px;
  transform: rotate(10deg);
}
.landing-banner.landing-banner-new .section-content .box-banner-2 p.line:after {
  width: 53px;
  height: 3px;
  bottom: -149px;
  left: 98px;
}
.landing-banner.landing-banner-new .section-content .box-banner-2 p.line span.dot {
  bottom: -175px;
  left: 62px;
}

.landing-banner.landing-banner-new .section-content .box-banner-3 p.line:before {
  height: 61.59px;
  width: 3px;
  bottom: -91px;
  left: 214px;
  transform: rotate(-29deg);
}
.landing-banner.landing-banner-new .section-content .box-banner-3 p.line:after {
  width: 63px;
  height: 3px;
  bottom: -89px;
  left: 230px;
}
.landing-banner.landing-banner-new .section-content .box-banner-3 p.line span.dot {
  bottom: -114px;
  right: -36px;
}
/*-======Responsive=====-*/
@media only screen and (max-width: 1600px) {
  section.landing-banner.landing-banner-new .section-content > .row > .col.banner-content-right {
    flex-basis: 763.635px;
    max-width: 763.635px;
    padding-top: 50px;
    padding-left: 150px;
  }
  section.landing-banner.landing-banner-new .section-content > .row > .col.banner-content-left {
    flex-basis: calc(100% - 763.635px);
    max-width: calc(100% - 763.635px);
  }
  section.landing-banner.landing-banner-new .box-banner-2 {
    right: 0;
  }
  section.landing-banner.landing-banner-new .box-banner-1 {
    max-width: 375px;
    top: -118px;
    left: -128px;
    padding: 24px;
  }
  .landing-banner.landing-banner-new .section-content .box-banner-1 p.line:before {
    bottom: -82px;
  }
  .landing-banner.landing-banner-new .section-content .box-banner-1 p.line:after {
    width: 220px;
    bottom: -77px;
    left: 157px;
  }
  .landing-banner.landing-banner-new .section-content .box-banner-1 p.line span.dot {
    bottom: -104px;
  }
  section.landing-banner.landing-banner-new .box-banner-3 {
    max-width: 300px;
    top: 134px;
    left: -150px;
    padding: 24px;
  }
  .landing-banner.landing-banner-new .section-content .box-banner-3 p.line span.dot {
    right: -41px;
  }
  .landing-banner.landing-banner-new .section-content .box-banner-3 p.line:before {
    bottom: -89px;
    left: 180px;
  }
  .landing-banner.landing-banner-new .section-content .box-banner-3 p.line:after {
    bottom: -87px;
    left: 195px;
  }

}
@media only screen and (max-width: 1600px) and (min-width:1101px) { 
    section.landing-banner.landing-banner-new .section-content > .row > .col.banner-content-right img {
    max-height: 400px;
    }
        section.landing-banner.landing-banner-new .box-banner-1 {
        max-width: 375px;
        top: -156px;
        left: -125px;
        padding: 24px;
    }
    .landing-banner.landing-banner-new .section-content .box-banner p {
        font-size: 14px;
    }
    section.landing-banner.landing-banner-new .box-banner h3 {
        font-size: 25px;
    }
    section.landing-banner.landing-banner-new .box-banner-2 {
        right: 20px;
        max-width: 219.93px;
        padding: 31px 30px 18px;
        top: -133px;
    }
    section.landing-banner.landing-banner-new .box-banner-3 {
        max-width: 260px;
        top: 77px;
        left: -142px;
        padding: 24px;
    }
    .landing-banner.landing-banner-new .section-content .box-banner-3 p.line span.dot {
        right: -74px;
    }
}
@media only screen and (max-width: 1440px) {
  .landing-banner.landing-banner-new .section-content .main-title.title-underline .section-title .section-title-main {
    font-size: 70px !important;
  }
  .landing-banner.landing-banner-new .section-content .text:not(.box-banner) p {
    font-size: 28px;
  }
  
  

}
@media only screen and (max-width: 1366px) {
  .landing-banner.landing-banner-new .section-content .box-banner p {
    font-size: 16px;
    margin: 0 0 8px;
  }
  section.landing-banner.landing-banner-new .box-banner-2 h3,
  section.landing-banner.landing-banner-new .box-banner h3 {
    font-size: 24px;
  }
  
  
}
@media only screen and (max-width: 1100px) {
  .column-reverse-md {
    flex-direction: column-reverse;
  }
  .column-md {
    flex-direction: column;
  }
  section.landing-banner.landing-banner-new .section-content > .row > .col.banner-content-left {
    flex-basis: 100%;
    max-width: 100%;
  }
  section.landing-banner.landing-banner-new .section-content > .row > .col.banner-content-right {
    flex-basis: 100%;
    max-width: 100%;
    margin-bottom: 24px;
    padding: 50px 15px 0;
  }
  section.landing-banner.landing-banner-new .box-banner-1 {
    left: calc(50% - 436px);
  }
  section.landing-banner.landing-banner-new .box-banner-2 {
    right: calc(50% - 436px);
  }
  section.landing-banner.landing-banner-new .box-banner-3 {
    top: 167px;
    left: calc(50% - 470px);
  }
  section.landing-banner.landing-banner-new .section-content > .row > .col .banner-button {
    font-size: 20px;
    margin: 0;
  }
  section.landing-banner.landing-banner-new .section-content > .row > .col .main-title.title-underline {
    margin-bottom: 32px !important;
    max-width: 100% !important;
    width: auto;
    display: flex;
    justify-content: flex-start;
  }
  section.landing-banner.landing-banner-new .section-content > .row > .col .main-title h2 {
    display: inline-block;
    width: auto;
  }
  .landing-banner.landing-banner-new .section-content .main-title.title-underline .section-title:after {
    height: 30px;
    z-index: 1;
  }
  .landing-banner.landing-banner-new .section-content .text:not(.box-banner) p {
    margin-bottom: 24px;
  }
    .gap-padding-landing {
        padding-top: 0 !important;
    }
    section.landing-banner.landing-banner-new .section-content > .row > .col.banner-content-left {
        margin-bottom: 130px;
    }
    section.landing-banner.landing-banner-new .section-content > .row > .col .banner-button {
        display: none;
    }
    section.landing-banner.landing-banner-new .section-content > .row > .col.show-tablet .col-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    }
    section.landing-banner.landing-banner-new .section-content > .row > .col.show-tablet .banner-button {
    display: block !important;
    text-align: center;
    margin: 0 auto;
    }
}
@media only screen and (max-width: 991px) {
  section.landing-banner.landing-banner-new .section-content > .row > .col.banner-content-right {
    padding: 0 15px;
  }
  section.landing-banner.landing-banner-new .box-banner {
    position: relative;
    width: 100%;
    max-width: calc((100% / 3) - 11px);
  }
  section.landing-banner.landing-banner-new .box-banner-1, 
  section.landing-banner.landing-banner-new .box-banner-2, 
  section.landing-banner.landing-banner-new .box-banner-3 {
    top: 0;
    left: 0;
    right: 0;
    padding: 16px;
  }
  section.landing-banner.landing-banner-new .section-content > .row > .col.banner-content-right > .col-inner {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    column-gap: 16px;
  }
  section.landing-banner.landing-banner-new .section-content > .row > .col.banner-content-right > .col-inner > .img {
    margin-bottom: 50px;
    order: 1;
  }
  section.landing-banner.landing-banner-new .box-banner-1 {
    order: 4;
  }
  section.landing-banner.landing-banner-new .box-banner-2 {
    order: 3;
  }
  section.landing-banner.landing-banner-new .box-banner-3 {
    order: 2;
  }
  .landing-banner.landing-banner-new .section-content .box-banner p.line {
    display: none;
  }
  section.landing-banner.landing-banner-new .section-content > .row > .col.banner-content-left {
        margin-bottom: 0;
    }
}
@media only screen and (max-width: 849px) {
  section.landing-banner.landing-banner-new .section-content > .row > .col.banner-content-left {
    padding-top: 40px;
}  
.landing-banner.landing-banner-new .bg.section-bg.fill.bg-fill {
        transform: translate(0px, 7.5%);
    }
}

@media only screen and (max-width: 768px) {
  .landing-banner.landing-banner-new .section-content .main-title.title-underline .section-title .section-title-main {
    font-size: 44px !important;
  }
  .landing-banner.landing-banner-new .section-content .text:not(.box-banner) p {
    font-size: 20px;
    margin-bottom: 16px;
  }
  .landing-banner.landing-banner-new .bg.section-bg.fill.bg-fill {
    transform: translate(0px, 7.5%);
  }
  
  .our-commitment-section .row.check-list > .col:nth-child(1), 
  .our-commitment-section .row.check-list > .col:nth-child(2) {
    flex-basis: 25%;
    max-width: 25%;
  }
    section.landing-banner.landing-banner-new .section-content > .row > .col.banner-content-right img {
    object-fit: contain;
    max-height: 350px;
}
}
@media only screen and (max-width: 576px) {

  section.landing-banner.landing-banner-new .box-banner {
    max-width: 100%;
    margin-bottom: 16px;
  }
  .landing-banner.landing-banner-new .section-content .main-title.title-underline .section-title .section-title-main {
    font-size: 32px !important;
  }
  .landing-banner.landing-banner-new .section-content .text:not(.box-banner) p {
    font-size: 20px;
  }
  .landing-banner.landing-banner-new .bg.section-bg.fill.bg-fill {
    transform: translate(0px, 4.5%);
  }
  .our-commitment-section .row.check-list > .col:nth-child(1), 
  .our-commitment-section .row.check-list > .col:nth-child(2) {
    flex-basis: 100%;
    max-width: 100%;
  }
}