/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/

#monthly-option,
#annual-option,
#monthly-option input[type="radio"],
#annual-option input[type="radio"] {
    cursor: pointer;
}

/*#checkout-button-container {
    position: fixed;
    bottom: 17px;
    left: 50%;
    z-index: 999999;
    background-color: #2A2B1FCC;
    padding: 12px;
    border-radius: 50px;
    width: 100%;
    max-width: 333px;
    height: 60px;
    margin-left: -166.5px;
    display: none;
}*/

/*#checkout-button-container .fusion-layout-column {
    width: 100%;
}*/

body div.fusion-woo-cart-totals-wrapper table.shop_table tbody tr th,
body div.fusion-woo-cart-totals-wrapper .order-total .amount {
    color: #fff !important;
    font-size: 16px !important;
    margin-right: 0 !important;
}

.tier-ttl-sec .fusion-woo-cart-totals-wrapper.fusion-woo-cart-totals-wrapper-1.show-buttons.buttons-floated:before {
    filter: brightness(0) invert(1);
    margin-right: 6px;
    top: 0 !important;
}

.tier-ttl-sec a.fusion-button.button-default.fusion-button-default-size.button.checkout-button.button.alt.wc-forward {
    height: 36px !important;
}

.tier-ttl-sec .cart_totals {
    align-items: baseline !important;
}

.fusion-popover strong {
    font-weight: 500;
}

.floating-atc {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 999;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    border-top: 1px solid #CECDB7;
    border-bottom: 1px solid #CECDB7;
    display: none;
    overflow-y: visible;
    -webkit-overflow-scrolling: touch;
}

body.admin-bar .floating-atc {
    top: 32px;
}

.floating-atc-wrapper {
    max-width: 1248px;
    margin: 0 auto;
}

.floating-atc-logo {
    text-align: center;
}

.floating-atc-logo img {
    max-width: 184px;
}

.floating-atc-item {
    width: 25%;
    float: left;
    background-color: #FBF8F1;
    padding: 11px 20px;
    border-right: 1px solid #CECDB7;
}

.floating-atc-item .clearfix {
    display: flex;
    align-items: center;
}

.floating-atc-items .floating-atc-item:nth-child(1){
    background-color: #fff;
    position: relative;
    top: 3px;
    border-right: none;
}

.floating-atc-items .floating-atc-item:nth-child(1) .clearfix {
    justify-content: center;
}

.floating-atc-items .floating-atc-item:nth-child(2) {
    border-left: 1px solid #CECDB7;
}

.floating-atc-items .floating-atc-item:nth-child(4){
    background-color: #E5E5DC;
}

.floating-atc-item-left {
    float: left;
    width: 50%;
    position: relative;
    top: 3px;
}

.floating-atc-item-right {
    float: right;
    width: 50%;
}

.floating-atc-item-title {
    font-size: 20px;
    font-weight: 400;
    line-height: 0.8em;
}

.floating-atc-item-price {
    font-size: 16px;
    font-weight: 700;
}

.floating-atc-item-button {
    text-align: right;
}

.floating-atc-item-button a {
    border: 1px solid #000;
    border-radius: 50px;
    padding: 2px 10px;
    font-weight: 500;
    display: inline-block;
    font-size: 14px;
    width: 100%;
    text-align: center;
    max-width: 104px;
}

.above-table-checkout {
    max-width: 717px !important;
    margin: 0 auto 50px auto !important;
}

.above-table-checkout .fusion-column-wrapper {
    margin-left: 0 !important;
}

.new-table-column {
    padding: 20px;
}

#wrapper #main .fullwidth-box.fusion-flex-container.demo-group .fusion-row {
    margin: 0 auto !important;
}

.cart_totals #wc-stripe-payment-request-wrapper {
    display: none;
}

.no-cart { text-align: right; font-size: 20px; display: none; }

.no-cart .cart-total {
  position: relative;
  top: 7px;
  margin-right: 18px;
}

.cart-icon:before {
content: url(https://dnacomplet1stg.wpenginepowered.com/wp-content/uploads/2024/08/Cart.svg);
    position: relative;
    top: 15px;
    right: 0px;
    zoom: 0.8;
  				margin-right: 6px;
}

.no-cart-checkout {
 position: relative;
  top: 4px;
}

.no-cart-checkout a {
    font-size: 16px;
    text-decoration: none !important;
    background-color: #E0E0E0;
    width: 100%;
    max-width: 118px;
    text-align: center;
    display: inline-block;
    border-radius: 50px;
    padding: 9px 10px;
    pointer-events: none;
    cursor: not-allowed;
}

.no-cart-checkout.activated a {
    pointer-events: unset;
    background-color: #ff7f48;
    cursor: pointer;
  }

  .no-cart-checkout.activated a:hover {
    pointer-events: unset;
    background-color: #000;
    color: #fff;
    cursor: pointer;
  }

.no-cart-block .fusion-column-wrapper:not(.fusion-flex-column-wrapper-legacy).fusion-content-layout-column {
  margin-right: 0;
  margin-left: 0;
}

.floating-cart-totals {
    position: fixed;
    z-index: 9999;
    bottom: 20px;
    width: 371px;
    background-color: #2A2B1FCC;
    color: #fff;
    border-radius: 50px;
    height: 72px;
    padding: 12px 12px 12px 24px;
    margin-left: 50%;
    left: -185.5px;
}


.floating-cart-totals-left {
    float: left;
    width: 50%;
    display: flex;
    align-items: center;
    height: 100%;
}


.floating-cart-totals-right {
    float: right;
    width: 50%;
    display: flex;
    height: 100%;
    justify-content: end;
    align-items: center;
}

.floating-cart-totals-icon {
    margin-right: 8px;
    display: flex;
}

.floating-cart-button a {
    color: #2A2B1F;
    background-color: #E0E0E0;
    font-weight: 500;
    font-size: 16px;
    display: block;
    line-height: 22.4px;
    letter-spacing: -0.5px;
    padding: 12px;
    border-radius: 50px;
    height: 48px;
    width: 166px;
    text-align: center;
    pointer-events: none;
    cursor: not-allowed;
}

.floating-cart-button a.activated {
    background-color: #ff7f48;
    pointer-events: unset;
    cursor: pointer;
    transition: 0.2s;
}

.custom_order_summary .add-to-cart-button {
    transition: 0.2s;
}

.floating-cart-button a.activated:hover,
.custom_order_summary .add-to-cart-button:hover {
    background-color: #000;
    color: #fff;
}

.txt-hide1,.txt-hide2,.txt-hide3,.txt-hide4,.txt-hide5,.txt-hide6,.txt-hide7,.txt-hide8,.txt-hide9,.txt-hide10,.txt-hide11,.txt-hide12,.txt-hide13,.txt-hide14,.txt-hide15 {
    display:none;
}

.dna-complete-home strong {
    font-weight: 500;
}

.dna-complete-home p {
    line-height: 22.4px;
}

.gc-letterbox p {
    margin-bottom: 10px !important;
}

.atc-button {
    width: 100%;
}

.nebula-checkout-title {
    font-family: "DM Sans";
    font-size: 32px;
    line-height: 38.4px;
    letter-spacing: -0.5px;
    margin-bottom: 20px;
    font-weight: 400;
}

.nebula-form-row {
    display: grid;
    gap: 8px;
    margin-bottom: 8px;
}

.nebula-form-row-2 {
    grid-template-columns: repeat(2, 1fr);
}

.nebula-form-row-3 {
    grid-template-columns: repeat(3, 1fr);
}

.nebula-form-control,
input[type="text"].nebula-form-control,
input[type="number"].nebula-form-control,
select.nebula-form-control {
    display: block;
    font-family: inherit;
    font-size: 16px;
    width: 100%;
    background-color: #fff;
    border-radius: 2px;
    border: 1px solid #9E9E9E;
    padding: 10px 12px;
    height: 43px;
}

.email-field {
	display: block;
    font-family: inherit;
    font-size: 16px !important;
    width: 100%;
    background-color: #fff !important;
    border-radius: 2px !important;
    border: 1px solid #9E9E9E !important;
    padding: 10px 12px !important;
    height: 43px !important;
	margin-bottom: 20px;
	margin-top: 20px;
}

.nebula-form-control::placeholder,
.email-field::placeholder,
.nebula-form-control option[value=""],
select.nebula-form-control:invalid {
    color: #9E9E9E;
    opacity: 1;
}
  
.nebula-form-control::-ms-input-placeholder,
.nebula-form-control option[value=""] {
    color: #9E9E9E;
}

.nebula-form-row.consent {
    display: block;
    margin-bottom: 20px;
    font-family: "DM Sans";
    font-size: 12px;
    line-height: 16.8px;
    letter-spacing: -0.25px;
    margin-top: 10px;
    margin-bottom: 12px;
}

.nebula-form-row.consent input {
    float: left;
    margin: 0 5px 0 0;
    position: relative;
    top: 2px;
}

.nebula-checkout-or {
    margin: 20px 0 30px 0;
}

.nebula-checkout-or svg {
    max-width: 100%;
}

.nebula-checkout-subtitle {
    font-family: "DM Sans";
    font-size: 22px;
    line-height: 26.4px;
    letter-spacing: -0.5px;
    margin-bottom: 20px;
    font-weight: 400;
}

.nebula-checkout-express {
    margin-bottom: 50px;
}

.nebula-checkout-payment-methods {
    margin-bottom: 20px;
}

.nebula-form-field label {
    cursor: pointer;
    font-family: "DM Sans";
    font-size: 14px;
    line-height: 19.6px;
    letter-spacing: -0.25px;
    margin-bottom: 16px;
}

.nebula-form-row-margin-bottom-20 {
    margin-bottom: 20px;
}

.nebula-form-row-submit {
    margin-top: 8px;
}

.nebula-form-disclaimer {
    font-family: "DM Sans";
    font-size: 12px;
    line-height: 16.8px;
    letter-spacing: -0.25px;
    margin-top: 10px;
    margin-bottom: 12px;
}

.nebula-form-disclaimer p:last-child {
    margin-bottom: 0;
}

.checkout-submit {
    font-family: "DM Sans";
    text-decoration: none; 
    display: block;
    width: 100%;
    text-align: center;
    border: none;
    background-color: #FF7F48;
    font-size: 16px;
    line-height: 22.4px;
    color: #2A2B1F;
    letter-spacing: -0.5px;
    font-weight: 500;
    cursor: pointer;
    border-radius: 50px;
    height: 44px;
    transition: 0.2s;
}

.checkout-submit:hover {
    background-color: #000;
    color: #fff;
}

.checkout-submit:disabled {
	opacity: 0.4;
	cursor: not-allowed;
	pointer-events: none;
}

.nebula-checkout-container .fusion-column-wrapper {
    max-width: 717px;
    margin: 0 auto;
}

#step-2 {
    display: none;
}

#step-2 h2 {
    font-family: "DM Sans", sans-serif;
    font-size: 48px;
    font-weight: 700;
    line-height: 57.6px;
    letter-spacing: -2px;    
    text-align: center;
    margin-bottom: 80px;
}

.nebula-checkout-step-container {
    margin-bottom: 20px;
}

.nebula-checkout-pre-text {
    font-family: "DM Sans", sans-serif;
    font-size: 22px;
    font-weight: 400;
    line-height: 26.4px;
    letter-spacing: -0.5px;    
    margin-bottom: 20px;
}

.checkout-step-back svg {
    cursor: pointer;
}

#email-form .nebula-form-row:first-child {
    margin-bottom: 20px;
}

.nebula-form-control.card-error, 
input[type="text"].nebula-form-control.card-error, 
input[type="number"].nebula-form-control.card-error, 
select.nebula-form-control.card-error {
    border-color: red;
    border-width: 2px;
}

.nebula-form-control.card-valid, 
input[type="text"].nebula-form-control.card-valid, 
input[type="number"].nebula-form-control.card-valid, 
select.nebula-form-control.card-valid {
    border-color: green;
    border-width: 2px;
}

#card-element {
    background-color: #fff;
    padding: 12px 12px 10px 12px;
    height: 43px;
    border-radius: 2px;
    border: 1px solid #9E9E9E;
}

.fusion-body .fusion-title.section-title {
    margin: 0 0 20px 0;
}

.section-title .fusion-title-heading {
    font-family: "DM Sans", sans-serif;
    font-size: 48px !important;
    line-height: 57.6px;
    letter-spacing: -2px;
    font-weight: 700;
}

.fusion-body .fusion-title.section-before-title {
    margin: 0 0 20px 0;
}

.section-before-title .fusion-title-heading {
    font-family: "DM Sans", sans-serif;
    font-size: 14px !important;
    line-height: 16.8px;
    letter-spacing: 0.5px;
    font-weight: 700;
}

.fusion-body .fusion-text.section-after-title,
body.fusion-body .fusion-accordian .panel-title,
.long-abt-dr h4,
.fusion-body .section-after-title .fusion-title-heading {
    font-family: "DM Sans", sans-serif;
    font-size: 20px !important;
    line-height: 28px;
    letter-spacing: -0.5px;
    font-weight: 400;
}

.fusion-body .section-image-text-header,
.fusion-body .section-image-text-header .fusion-title-heading {
    font-family: "DM Sans", sans-serif;
    font-size: 32px !important;
    line-height: 38.4px;
    letter-spacing: -0.5px;
    font-weight: 400;
}

.fusion-body .section-image-text-content {
    font-family: "DM Sans", sans-serif;
    font-size: 16px !important;
    line-height: 24px;
    letter-spacing: -0.5px;
    font-weight: 400;
}

.fusion-body .section-button {
    font-family: "DM Sans", sans-serif;
    font-size: 16px !important;
    line-height: 24px;
    letter-spacing: -0.5px;
    font-weight: 500;
}

.fusion-body .section-button:hover {
    background: #000;
}

.fusion-body .section-button:hover .fusion-button-text {
    color: #fff;
}

.fusion-body .section-image-text-content h4,
.fusion-body .section-testimonial-content {
    font-family: "DM Sans", sans-serif;
    font-size: 20px !important;
    line-height: 28px;
    letter-spacing: -0.5px;
    font-weight: 400;
    margin-bottom: 20px;
}

.fusion-body .slide-item-title {
    font-family: "DM Sans", sans-serif;
    font-size: 22px !important;
    line-height: 26.4px;
    letter-spacing: -0.5px;
    font-weight: 400;
}

.fusion-body .slide-item-content,
body.fusion-body .fusion-accordian .toggle-content,
.long-abt-dr p {
    font-family: "DM Sans", sans-serif;
    font-size: 14px !important;
    line-height: 19.6px;
    letter-spacing: -0.25px;
    font-weight: 400;
}

.long-abt-dr h4 {
    margin-bottom: 20px;
}

.thankyou_page_des {
    margin: 0 auto !important;
}

.arrows p::before {
    background-image:url('/wp-content/uploads/2024/10/arrow-left.svg') !important;
    top: 10px !important;
}

.arrows p::after {
    background-image:url('/wp-content/uploads/2024/10/arrow-right.svg') !important;
}

.dnac-mobile-menu-trigger {
    background-image:url('/wp-content/svgs/mobile-menu.svg');
    background-size: 20px;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 0 !important;
}

.dnac-mobile-menu-trigger:before {
    display: none !important;
}

body .awb-menu__main-li_regular.current-menu-ancestor .awb-menu__main-a_regular, 
body .awb-menu__main-li_regular.current-menu-item .awb-menu__main-a_regular, 
body .awb-menu__main-li_regular.current-menu-parent .awb-menu__main-a_regular, 
body .awb-menu__main-li_regular.expanded .awb-menu__main-a_regular, 
body .awb-menu__main-li_regular.hover .awb-menu__main-a_regular, 
body .awb-menu__main-li_regular:active .awb-menu__main-a_regular, 
body .awb-menu__main-li_regular:focus .awb-menu__main-a_regular, 
body .awb-menu__main-li_regular:focus-within .awb-menu__main-a_regular, 
body .awb-menu__main-li_regular:hover .awb-menu__main-a_regular {
    color: #ff7f48 !important;
}

div#monthly-option, div#annual-option {
    width: 100% !important;
    display: block;
    margin-bottom: 8px !important;
    opacity: 0.55;
    transition: 0.2s;
}

div#monthly-option svg, div#annual-option svg {
    float: left;
}

div#monthly-option span {
    color: rgba(58, 59, 43, 1);
    background-color: rgba(206, 205, 183, 1);
    font-size: 12px;
    font-weight: 400;
    padding: 3.5px 8px;
    position: relative;
    bottom: 4px;
    left: 10px;
}

div#monthly-option.active, div#annual-option.active {
    opacity: 1;
}

div#monthly-option .option-unchecked, div#annual-option.active .option-checked {
    display: block;
}

div#monthly-option .option-checked, div#annual-option.active .option-unchecked {
    display: none;
}

div#monthly-option.active .option-checked, div#annual-option .option-unchecked {
    display: block;
}

div#monthly-option.active .option-unchecked, div#annual-option .option-checked {
    display: none;
}

#annual-subscription,
#monthly-subscription {
    accent-color: #000;
    opacity: 0;
    width: 0;
    height: 0;
    padding: 0;
    margin: 0;
}

.nebula-checkout-payment-methods svg {
    max-width: 100%;
}

div#annual-option img, div#monthly-option img {
    width: 72px !important;
    position: absolute;
    left: -38px;
    bottom: 30px;
}

#step-2 .content-left h2 {
    margin-bottom: 0;
}

div#annual-option .content .content-left span {
    bottom: 10px !important;
}

div#monthly-option .content .content-left span {
    bottom: 21px !important;
}

#monthly-option input[type="radio"], #annual-option input[type="radio"] {
    position: relative;
    top: -2px;
}

.home-testimonials .slider-container {
    overflow: visible;
}

.custom_order_summary .add-to-cart-button {
    width: 100% !important;
}

.custom_order_summary .quantity-only {
    max-width: 100% !important;
    position: relative;
    display: flex;
}

.tableCustom .bgWhite, .tableCustom .bgBage {
    line-height: 19.6px !important;
}

.header-cart-icon {
    position: relative;
    overflow: visible !important;
}

.cart-count {
    position: absolute;
    top: -8px;
    right: -8px;
    background-color: #FF7F48;
    color: white;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 9px;
    font-weight: bold;
    line-height: 1;
    padding: 2px;
}

.cart-actions {
    display: none;
}

.dnac-home-menu {
    display: none;
}

.dnac-home-menu .awb-menu__main-ul {
    justify-content: left !important;
    padding-left: 20px !important;
}

body.page-id-265 .dnac-home-menu,
body.page-id-15 .dnac-home-menu,
body.page-id-393 .dnac-home-menu {
    display: block;
}

/*body.page-id-265 .dnac-full-menu,
body.page-id-15 .dnac-full-menu,
body.page-id-393 .dnac-full-menu {
    display: none;
}*/

body.page-id-265:not(.fusion-builder-live) .scroll-tbl-sec {
    display: none;
}

.product-description {
    font-size: 14px;
    line-height: 19.6px;
    color: #5C5C5A;
}

#gform_wrapper_4[data-form-index="0"].gform-theme, [data-parent-form="4_0"] {
    width: 717px !important;
    max-width: 100% !important;
    margin: 0 auto;
}

.floating-atc-item-button .quantity-only,
.tier-select-header .quantity-only {
    align-items: center;
    justify-content: center;
    gap: 8px; /* Add spacing between buttons and input */
    max-width: 120px;
    border: 1px solid #9E9E9E;
    border-radius: 50px;
    height: 32px;
    margin: 0 auto;
    background-color: #fff;
    position: relative;
    overflow: hidden;
    display: none;
}

.custom_order_summary .quantity-only {
    display: flex;
    align-items: center;
    justify-content: space-between; /* Space out buttons evenly */
    gap: 8px; /* Adjust gap between elements */
    max-width: 120px;
    border: 1px solid #9E9E9E;
    border-radius: 50px;
    height: 32px;
    margin: 0 auto;
    background-color: #fff;
    position: relative;
    overflow: hidden;
}

.tier-select-header .quantity-only {
    width: 100%;
    max-width: 100%;
    height: 48px;
}

.floating-atc-item-button .quantity-only input,
.tier-select-header .quantity-only input,
.custom_order_summary .quantity-only input {
    text-align: center;
    width: 100%;
    border: none;
    background-color: transparent;
    font-size: 16px;
    color: #000;
    padding: 0;
    margin: 0;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: textfield;
}

.floating-atc-item-button .quantity-button,
.tier-select-header .quantity-button,
.custom_order_summary .quantity-button {
    cursor: pointer;
    background: none;
    border: none;
    font-size: 20px;
    font-weight: 300;
    color: #5C5C5A;
    display: flex;
    align-items: center;
    justify-content: center;
}

.custom_order_summary .quantity-button {
    top: 3px;
    cursor: pointer;
    background: none;
    border: none;
    font-size: 20px;
    font-weight: 300;
    color: #5C5C5A;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 100%;
}

.floating-atc-item-button .quantity-button.quantity-increase,
.floating-atc-item-button .quantity-button.quantity-decrease,
.tier-select-header .quantity-button.quantity-incrase,
.tier-select-header .quantity-button.quantity-decrease,
.custom_order_summary .quantity-button.quantity-increase,
.custom_order_summary .quantity-button.quantity-decrease, {
    flex-shrink: 0;
}

.floating-atc-item-button .quantity-button.quantity-decrease,
.tier-select-header .quantity-button.quantity-decrease,
.custom_order_summary .quantity-button.quantity-decrease {
    position: static;
    left: 1px;
    margin: 0;
}

.floating-atc-item-button .quantity-button.quantity-increase,
.tier-select-header .quantity-button.quantity-increase,
.custom_order_summary .quantity-button.quantity-increase {
    position: static;
    right: 1px;
    margin: 0;
}

.floating-atc-item-button input::-webkit-outer-spin-button,
.floating-atc-item-button input::-webkit-inner-spin-button,
.tier-select-header input::-webkit-outer-spin-button,
.tier-select-header input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.floating-atc-item-button input[type="number"],
.tier-select-header input[type="number"],
.custom_order_summary input[type="number"] {
    -moz-appearance: textfield;
}


.annual-disclaimer {
    display: none;
}

@-moz-keyframes spin {
    from { -moz-transform: rotate(0deg); }
    to { -moz-transform: rotate(360deg); }
}
@-webkit-keyframes spin {
    from { -webkit-transform: rotate(0deg); }
    to { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
    from {transform:rotate(0deg);}
    to {transform:rotate(360deg);}
}

.mini-spinner {
    -webkit-animation-name: spin;
    -webkit-animation-duration: 4000ms;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: spin;
    -moz-animation-duration: 4000ms;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: spin;
    -ms-animation-duration: 4000ms;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    animation-name: spin;
    animation-duration: 4000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    margin-right: 5px;
    width: 20px;
    position: relative;
    top: 4px;
}

#card-errors {
    color: red;
    font-weight: bold;
}

body .order-summary-table {
    margin: 30px 0;
}

@media (max-width: 500px) {
    .order-summary-table table {
        width: 100%;
    }

    /* Hide the third column */
    .order-summary-table .quantity_column {
        display: none !important;
        width: 0 !important;
    }

    /* Adjust the width of the second column */
    .order-summary-table .products_column {
        width: 70% !important; /* Adjust to cover the width of the hidden third column */
    }

    /* Optional: Adjust width of the other columns if necessary */
    .order-summary-table th:first-child,
    .order-summary-table td:first-child {
        width: 10%; /* Checkbox column width */
    }

    .order-summary-table th:last-child,
    .order-summary-table td:last-child {
        width: 20%; /* Price column width */
    }
}

.order-summary-table .quantity_column {
    width: 20%;
}

.order-summary-hidden {
    display: none;
}

/* Table Styles */
.order-summary-table {
    border-radius: 25px; /* Add border-radius to the wrapper div */
    border: 1px solid #CECDB7; /* Add border to the entire summary */
    overflow: hidden; /* Ensure the table fits inside rounded corners */
    background-color: #fff;
    max-width: 717px;
    margin: 0 auto 50px auto;
}

.order-summary-table table {
    width: 100%;
    border-collapse: collapse;
    font-family: DM Sans;
    font-size: 14px;
    margin-top: 0;
    background-color: #fff;
}

.order-summary-table th,
.order-summary-table td {
    padding: 12px;
    border-bottom: 1px solid #CECDB7;
    border-right: 1px solid #CECDB7;
    text-align: center;
}

.order-summary-table th:last-child,
.order-summary-table td:last-child {
    border-right: none;
}

.order-summary-table th {
    font-weight: 500;
}

.order-summary-table .total_row_footer tr,
.order-summary-table .total_row_footer td {
    border-bottom: none;
}

/* Checkbox Tick Icons */
.order-summary-table .tick-icon {
    width: 20px;
    height: 20px;
    display: inline-block;
    background-size: cover;
    background-repeat: no-repeat;
}

.order-summary-table .tick-icon.green {
    background-image: url("https://dnacomplet1stg.wpenginepowered.com/wp-content/uploads/2024/08/Check-3.png");
}

.order-summary-table .tick-icon.grey {
    background-image: url("https://dnacomplet1stg.wpenginepowered.com/wp-content/uploads/2024/08/Check2.png");
}

.order-summary-table .quantity-only {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 104px;
    border: 1px solid #9E9E9E;
    border-radius: 50px;
    height: 32px;
    margin:0 auto;
}

.order-summary-table .quantity-only input {
    border: none;
    background: none;
    text-align: center;
    width: 100%;
    font-size: 16px;
    position: relative;
    left: 8px;
}

.order-summary-table .add-to-cart-button {
    background-color: #FF7F48;
    color: #2A2B1F;
    border: none;
    padding: 9px 16px;
    font-size: 14px;
    cursor: pointer;
    border-radius: 20px;
    font-weight: 500;
}

.order-summary-table .add-to-cart-button:hover {
    background-color: #FF7F48;
}

.order-summary-table .quantity-button {
    cursor: pointer;
    background: none;
    border: none;
    font-size: 14px;
    font-size: 21px;
    font-weight: 300;
    color: #5C5C5A;
}

.order-summary-table .quantity-button.quantity-decrease {
    font-size: 28px;
    position: relative;
    bottom: 2px;
    left: 2px;
}

.order-summary-table .total-row {
    font-weight: bold;
    text-align: left;
}

/* Footer */
.order-summary-table tfoot td {
    text-align: center;
}

.order-summary-table tfoot td:first-child {
    width: 80%;
}

.order-summary-table tfoot td:last-child {
    width: 20%;
    text-align: center;
}

table#tier {white-space: nowrap; margin: 0; border: none; border-collapse: separate; border-spacing: 0; table-layout: fixed;}
table#tier *, #comp-table table#tier * { white-space: normal; }
table#tier tbody th, table#tier td{border-top: 1px solid #cecdb7; border-right:1px solid #cecdb7; padding:25px 15px; height:100px; text-wrap: wrap;}
table#tier td { max-width: 183px; min-width: 183px;}
table#tier tbody tr:nth-child(1) th{border-radius:15px 0 0 0;}
table#tier tbody tr th{border-right: 1px solid #cecdb7; border-left: 1px solid #cecdb7; }
table#tier tbody tr:last-child th, table#tier tbody tr:last-child td{border-bottom: 1px solid #cecdb7;}
table#tier thead th {padding: 3px; position: sticky; top: 0; z-index: 1; background: white;}
.report-page-table table#tier thead th { background: unset; }
table#tier td {background: #fff; padding: 4px 5px; text-align: center; font-size:12px;}
table#tier td img[src*='tick'] { width: 14px; display: block;
    margin: 0 auto; }
table#tier .fusion-popover{color:#000!important;}
table#tier tbody th { white-space: normal; font-weight: 500; font-size: 12px; line-height: 16.8px; letter-spacing: -0.25px; text-align: left; position: sticky; left: 0; background: white; z-index: 1; min-width: 143px; max-width: 143px;}
table#tier tbody .report-table th { background: unset; }
table#tier thead th { max-width: 183px; min-width: 183px; }
table#tier thead th:first-child{position: sticky; left: 0; z-index: 2; min-width: 143px; max-width: 143px;}
div[role="region"] {-webkit-overflow-scrolling: touch; }
[role="region"][aria-labelledby][tabindex] {width: 100%; overflow: auto;}
[role="region"][aria-labelledby][tabindex]:focus{outline: 0;}

#comp-table table#tier tbody th, #comp-table table#tier td { height: 140px; }
#comp-table table#tier tbody tr:first-child th, #comp-table table#tier tr:first-child td { height: 79px; }
#comp-table table#tier td { max-width: 220px; min-width: 220px; }
#comp-table table#tier tbody tr:nth-child(1) th{border-radius:0;}
#comp-table table#tier tbody tr th, #comp-table table#tier tbody tr td { font-weight: 400; text-align: left; line-height: 16.8px; padding: 16px; width: 240px; min-width: 240px; height: 140px; }
#comp-table table#tier tbody tr th { font-weight: 500; text-align: center; width: 112px; min-width: 112px; box-shadow: 0 12px 20px rgba(0, 0, 0, 0.2); }
#comp-table table#tier .d-flex img { margin-right: 10px; }
#comp-table table#tier tbody tr:first-child th, #comp-table table#tier tbody tr:first-child td { white-space: normal; font-weight: 500; text-align: left; line-height: 16.8px; padding: 16px; }
#comp-table table#tier tbody tr:nth-child(2) th, #comp-table table#tier tbody tr:nth-child(2) td { background-color: #FBF8F1; }
.comp-table-disclaimer { margin-top: 10px; padding: 0 16px; font-size: 14px; margin-bottom: 30px;}

.dna-expand-table .d-flex { justify-content: center; }

.report-page-table table#tier tbody tr.report-table:first-child th { background: #fbf8f1; border: none; }

.report-page-table table#tier tbody tr.report-table:first-child td { background: none; }

.report-page-table table#tier tbody tr.report-table:first-child td {
    vertical-align: top;
    text-align: left;
    padding: 20px;
}

.report-page-table table#tier tbody tr.report-table:first-child td:first-of-type { border-radius: 12px 0 0 0; border-left: 1px solid #cecdb7;}

.report-page-table table#tier tbody tr.report-table:first-child td:last-of-type { border-radius: 0 12px 0 0; background: #e5e5dc;}

.report-page-table table#tier thead th.tier-cart-sec {
    text-wrap: auto;
}

.report-page-table .awb-icon-plus:before,
.report-page-table .awb-icon-minus:before {
    filter: brightness(0) saturate(100%) invert(55%) sepia(95%) saturate(1196%) hue-rotate(330deg) brightness(104%) contrast(101%);
}

table#tier thead th.tier-cart-sec .fusion-text p {
    margin-bottom: 24px;
}

table#tier thead th.tier-cart-sec .fusion-text-label p {
    font-size: 24px;
    line-height: 28.8px;
    letter-spacing: -1px;
    margin-bottom: 4px;
}

table#tier thead .fusion-text-price {
    position: absolute;
    top: 25px;
    right: 16px;
}

table#tier thead .fusion-text-price p {
    font-size: 20px;
    line-height: 24px;
    letter-spacing: -0.5px;
}

table#tier thead a.fusion-button {
    font-size: 16px;
    padding: 13px 10px;
}

.tier-select-header-sale th:nth-child(2) {
    border-radius: 12px 0 0 0;
    border-right: 1px solid white;
}

.tier-select-header-sale th:nth-child(3) {
    border-right: 1px solid white;
}

.tier-select-header-sale th:nth-child(4) {
    border-radius: 0 12px 0 0;
}

.tier-select-header-sale th:nth-child(2),
.tier-select-header-sale th:nth-child(3),
.tier-select-header-sale th:nth-child(4) {
    background-color: #2a2b1f !important;
}

table#tier tbody tr.report-table {
    display: none;
}

table#tier tbody tr.report-table {
    display: none;
}

.report-page-table table#tier tbody tr.report-table {
    display: table-row;
}

table#tier tbody tr.report-table th {
    padding: 0 10px;
}

table#tier tbody tr.report-table th .toggle-icon {
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -4px;
}

table#tier tbody tr.report-table th .report-table-top {
    position: relative;
    padding: 10px 40px 10px 10px;
    background: #FBF8F1;
    word-break: break-word;
}

.report-page-table table#tier tbody tr.report-table th .report-table-top,
.report-page-table table#tier tbody tr.report-table th {
    background: #fff;
}

table#tier tbody tr.report-table th .report-table-subsection {
    background: #FBF8F1;
    padding: 10px;
    border-top: 2px solid #cecdb7;
    display: none;
}

.report-page-table table#tier tbody tr.report-table th .report-table-subsection {
    background: #fff;
}

table#tier tbody tr.report-table th,
table#tier tbody tr.report-table td {
    height: unset;
}

table#tier tbody tr.report-table td .report-table-subsection {
    display: none;
}

.tfs-slider {
    padding-bottom: 60px !important;
}

.tfs-slider img {
    margin: 0 auto 20px auto;
    margin-right: auto !important;
}

@media only screen and (max-width:768px) and (min-width:0px) {
    table#tier tbody th{padding-left: 20px; padding-right:50px; white-space:normal;}
}

table#tier thead th.tier-cart-sec {
    background: #fbf8f1;
    padding: 16px;
    text-align: left;
    border: 1px solid #cecdb7;
    border-bottom-width: 1px;
}

table#tier thead th.tier-cart-sec:last-child {
    background: #e5e5dc;
    border-radius: 0 0 0 0;
}

table#tier thead th.tier-cart-sec:nth-child(2) {
    border-radius: 0 0 0 0;
}

.report-table-subsection ul {
    margin-left: 0;
    padding-left: 25px;
    word-wrap: break-word;
    text-wrap: wrap;
    max-width: 100%;
    text-align: left;
    line-height: 16.8px;
}

.report-table-subsection ul li {
    word-wrap: break-word;
    text-wrap: wrap;
}

.report-table th,
.report-table td {
    vertical-align: middle;
}

.floating-atc-arrow-left {
    display: none;
}

.floating-atc-arrow-right {
    display: none;
}

.swiper-slide img {
    height: auto !important;
    object-fit: cover; 
}

.swiper-slide .fusion-image-wrapper {
    align-items: flex-start !important;
}

@media (max-width: 500px) {
    .custom_order_summary table {
        width: 100%;
    }

    /* Hide the third column */
    .custom_order_summary .quantity_column {
        display: none !important;
        width: 0 !important;
    }

    /* Adjust the width of the second column */
    .custom_order_summary .products_column {
        width: 70% !important; /* Adjust to cover the width of the hidden third column */
    }

    /* Optional: Adjust width of the other columns if necessary */
    .custom_order_summary th:first-child,
    .custom_order_summary td:first-child {
        width: 10%; /* Checkbox column width */
    }

    .custom_order_summary th:last-child,
    .custom_order_summary td:last-child {
        width: 20%; /* Price column width */
    }
}

.custom_order_summary .quantity_column {
    width: 20%;
}

/* Table Styles */
.custom_order_summary {
    border-radius: 25px; /* Add border-radius to the wrapper div */
    border: 1px solid #CECDB7; /* Add border to the entire summary */
    overflow: hidden; /* Ensure the table fits inside rounded corners */
    background-color: #fff;
    max-width: 717px;
    margin: 0 auto 25px auto;
}

.custom_order_summary table {
    width: 100%;
    border-collapse: collapse;
    font-family: DM Sans;
    font-size: 14px;
    margin-top: 0;
    background-color: #fff;
}

.custom_order_summary th,
.custom_order_summary td {
    padding: 12px;
    border-bottom: 1px solid #CECDB7;
    border-right: 1px solid #CECDB7;
    text-align: center;
}

.custom_order_summary th:last-child,
.custom_order_summary td:last-child {
    border-right: none;
}

.custom_order_summary tbody td:last-child {
    font-size: 20px;
    line-height: 24px;
}

.custom_order_summary th {
    font-weight: 500;
}

.total_row_footer tr,
.total_row_footer td {
    border-bottom: none;
}

/* Checkbox Tick Icons */
.custom_order_summary .tick-icon {
    width: 20px;
    height: 20px;
    display: inline-block;
    background-size: cover;
    background-repeat: no-repeat;
}

.custom_order_summary .tick-icon.green {
    background-image: url("/wp-content/uploads/2024/08/Check-3.png");
}

.custom_order_summary .tick-icon.grey {
    background-image: url("/wp-content/uploads/2024/08/Check2.png");
}

.custom_order_summary .add-to-cart-button {
    background-color: #FF7F48;
    color: #2A2B1F;
    border: none;
    padding: 9px 16px;
    font-size: 14px;
    cursor: pointer;
    border-radius: 20px;
    font-weight: 500;
}

.custom_order_summary .add-to-cart-button:hover {
    background-color: #000;
    color: #fff;
}

.custom_order_summary .total-row {
    font-weight: bold;
    text-align: left;
}

/* Footer */
.custom_order_summary tfoot td {
    text-align: center;
}

.custom_order_summary tfoot td:first-child {
    width: 80%;
}

.custom_order_summary tfoot td:last-child {
    width: 20%;
    text-align: center;
}

button#next-button {
    transition: 0.2s;
}

button#next-button:hover {
    background-color: #000;
    color: #fff;
}

@media (max-width: 1481px){

    .dnac-menu-desktop a,
    .dnac-header-right a {
        font-size: 1.05vw;
    }

}

@media (max-width: 1265px){

    div#monthly-option, div#annual-option {
        padding: 16px 24px 16px 46px !important;
    }

    div#annual-option img, div#monthly-option img {
        left: -18px !important;
    }

}

@media (max-width: 1262px){

    .tier-select-content, .tier-select-header {
        margin-left: -34px !important;
        margin-right: -34px !important;
    }

    .tier-select-header {
        margin-left: -34px !important;
    }

}

@media (max-width: 1000px){
    
    body .dnac-menu-desktop .menu-item {
        margin-right: 0 !important;
    }

}

@media only screen and (max-width: 800px) {

    .tier-select-content {
        width: 1100px !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .tier-select-content > .fusion-builder-row {
        max-width: 1100px !important;
        margin-left: 7px !important;
        margin-right: 0 !important;
    }

    .tier-select-header > .fusion-builder-row {
        max-width: 1100px !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .tier-select-header {
        width: 1100px !important;
        max-width: 1100px !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .no-cart {
        display: none !important;
    }

    div#annual-option .content, div#monthly-option .content {
        justify-content: flex-end;
    }

    .content-right {
        width: 150px;
        margin-left: 10px;
    }

    div#subscription-options> div {
        max-width: 343px;
        margin: 20px auto !important;
    }

    div#annual-option .content .content-right span, div#monthly-option .content .content-right span {
        margin-left: 0 !important;
    }

    div#annual-option img,
    div#monthly-option img  {
        width: 84px !important;
        bottom: 30px !important;
    }

    .content-right p {
        margin-bottom: 0 !important;
    }

    div#annual-option .content .content-left, div#monthly-option .content .content-left {
        padding-left: 10px !important;
    }

    div#annual-option .content .content-left span, div#monthly-option .content .content-left span {
        left: -11px !important;
        width: 70px !important;
    }

    .upsell-desc p {
        position: relative;
    }

    .upsell-desc p:before {
        left: 7px !important;
        top: 2px !important;
    }

    body.page-id-197 .upsell-desc p:before,
    body.page-id-198 .upsell-desc p:before {
        left: 15px !important;
        top: 2px !important;
    }

    .slider-card {
        flex: unset !important;
        width: 95%;
        margin: 0 20px;
    }

}

.dnac-top-offers {
    background-color: #ff7f48;
    text-align: center;
    padding: 10px 65px;
    display: none;
}

.dnac-top-offers.flickity-enabled {
    display: block;
}

.dnac-top-offer {
    width: 100%;
}

.dnac-top-offers .flickity-prev-next-button .flickity-button-icon {
    display: none;
}

.dnac-top-offers .flickity-button {
    background: transparent;
    border-radius: 0;
    background-repeat: no-repeat;
    background-position: center center;
}

.dnac-top-offers .flickity-prev-next-button.previous {
    background-image: url(/wp-content/uploads/2024/07/arrow_left.png);
}

.dnac-top-offers .flickity-prev-next-button.next {
    background-image: url(/wp-content/uploads/2024/07/arrow_right.png);
}

.flickity-button:disabled {
    opacity: 1;
    display: none;
}

.fifty-off {
    position: absolute !important;
    top: 0;
    left: -34px;
}

.home-top-dash-mobile {
    display: none !important;
}

.top-ribbon-container {
    background-color: #FBF8F1 !important;
}

.dnac-top-ribbon {
    padding: 20px 0;
}

.dnac-top-ribbon-close {
    position: absolute;
    top: 16px;
    right: 40px;
    cursor: pointer;
}

.dnac-top-ribbon-content {
    text-align: center;
}

.dnac-top-ribbon-content a.section-button {
    padding: 8px 20px;
    max-width: 100%;
    width: 216px;
    margin-left: 30px;
    position: relative;
    top: -2px;
}

.dnac-top-ribbon-content span:not(.fusion-button-text) {
    font-size: 32px;
    line-height: 38px;
    font-weight: 700;
    position: relative;
    top: 2px;
    font-weight: 500;
}

.tier-sale-topper {
    color: white;
    padding: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.tier-sale-topper-heading {
    font-size: 32px;
    line-height: 38.4px;
    font-weight: 400;
}

.tier-sale-topper-small {
    font-size: 14px;
    line-height: 19.6px;
    font-weight: 500;
}

.checkout-table-strike {
    text-decoration: line-through;
    font-size: 16px;
    line-height: 19.2px;
    color: #9E9E9E;
    font-weight: 700;
}

.testimonial-wrapper {
    max-width: 900px;
    margin: 0 auto;
    padding: 0 15px;
}

h2.testimonial-title {
    font-size: 48px;
    line-height: 57.6px;
    letter-spacing: -2px;
    margin-bottom: 20px;
}

.testimonial-subtitle {
    font-size: 20px;
    line-height: 28px;
    letter-spacing: -0.5px;
    margin-bottom: 30px;
}

.home-testimonials .slider-card {
    width: calc(26%);
    margin-right: 20px;
    padding: 56px 30px;
    background-color: #CECDB7;
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    text-align: left;
    justify-content: center;
}

.home-testimonials .slider-card p {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 24px;
}

.home-testimonials .slider-card img {
    position: absolute;
    top: 25px;
    right: 28px;
}

.home-testimonials .slider-container {
    margin-bottom: 30px;
}

.home-testimonials .slider-container.initial {
    padding-left: calc(50vw - 442px);
}

.home-testimonials .slider-wrapper {
    opacity: 0;
    transition: 1.5s;
}

.home-testimonials .slider-wrapper.flickity-enabled {
    opacity: 1;
}

.home-testimonials .slider-container .flickity-page-dots {
    display: none;
}

.home-testimonials .slider-container .flickity-prev-next-button {
    top: unset;
    bottom: -64px;
    transform: unset;
    width: 44px;
    height: 44px;
    border-radius: unset;
    background: none;
    padding: 0;
}

.home-testimonials .slider-container .flickity-prev-next-button.next {
    right: 120px;
}

.home-testimonials .flickity-prev-next-button.previous {
    left: unset;
    right: 180px;
}

.home-testimonials .custom-arrow {
    position: absolute;
    background: none;
    border: none;
    cursor: pointer;
    z-index: 99999;
}

.custom-arrow.prev {
    right: 180px;
    bottom: 8px;
}

.custom-arrow.next {
    right: 120px;
    bottom: 8px;
}

body.page-id-265 .hsa-fsa-button {
    margin: 0 auto 20px auto;
    display: block;
}

.nebula-checkout-hsa-fsa {
    margin-bottom: 20px;
}

.hsa-fsa-button {
    -webkit-transform: translate3d(0,0,0);
}

/* Responsive */

@media (max-width: 1379px){

    .fifty-off {
        left: 25px;
    }

    .home-top-title {
        padding-left: 100px !important;
    }

}

@media (max-width: 1260px){

    .no-cart {
        padding: 0 20px;
    }

}

@media (max-width: 1147px){

    .business-left-content {
        width: 100% !important;
        background-color: #fbf8f1 !important;
        margin-bottom: 0 !important;
    }

    .business-right-content {
        width: 100% !important;
    }

    .business-left-content .fusion-column-wrapper {
        padding: 50px 16px 20px 16px !important;
    }

    body.page-id-147 .post-content .fusion-fullwidth {
        margin: 0 !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    body.page-id-147 #main {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

}

@media (max-width: 1000px){

    .tier-select-content {
        display: flex !important;
        flex-wrap: nowrap; /* Prevents wrapping */
        overflow-x: scroll !important; /* Ensures scrollability */
        width: 1500px !important;
        justify-content: flex-start !important;
        -webkit-overflow-scrolling: touch;
        --awb-overflow: scroll !important;
        overflow: scroll !important;
    }

    .tier-select-header .quantity-only {
        height: 45.2px;
    }

    .tier-select-content .fusion_builder_column_1_4,
    .tier-select-header .fusion_builder_column_1_4 {
        min-width: 25%; /* Ensure columns don't shrink */
        flex: 0 0 25%; /* Maintain 1/4 column layout */
        box-sizing: border-box; /* Consistent sizing */
        margin-right: 0 !important;
    }

    .tier-select-content > .fusion-builder-row {
        max-width: 1500px !important;
        overflow-x: scroll !important;
    }

    .tier-select-header > .fusion-builder-row {
        max-width: 1468px !important;
        overflow-x: scroll !important;
    }

    .tier-select-header {
        width: 1468px !important;
        max-width: 1468px !important;
        justify-content: flex-start !important;
    }

    .tier-select-header, .fusion-flex-column.tier-cart-sec {
        margin-bottom: 0 !important;
    }

    body.page-id-265 #main {
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    body.page-id-265 #main .post-content {
        overflow-x: scroll !important;
    }

    body.page-id-265 #main .post-content .fusion-fullwidth, 
    body.page-id-265 #main .post-content .nonhundred-percent-fullwidth {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    body.page-id-265 .popover {
        width: 300px !important;
    }

    .section-competitors {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .floating-atc-item-title {
        font-size: 14px;
        margin-bottom: 8px;
    }

    .floating-atc-item-price {
        position: absolute;
        right: 0;
        top: 9px;
        font-size: 14px;
        font-weight: 400;
    }

    body .thankyou_page_des {
        width: 100% !important;
        word-break: break-word;
    }

    .fifty-off {
        left: unset;
        top: unset;
        margin-top: 0;
        margin: 0 auto 45px auto;
        position: relative !important;
        text-align: center;
        margin-bottom: 45px;
        max-width: 100%;
        width: 208px;
        display: block !important;
    }

    .home-top-title {
        padding-left: 0 !important;
        margin-bottom: -20px !important;
    }

    .home-top-title .fusion-column-wrapper {
        padding: 30px 0 0 0 !important;
    }

    .home-top-dash {
        display: none !important;
    }

    .home-top-dash-mobile {
        display: block !important;
        margin-top: -49px;
    }

    .dnac-top-ribbon-content {
        padding-right: 45px;
        padding-left: 16px;
    }

    .dnac-top-ribbon-content > span {
        float: left;
        width: 50%;
        text-align: left;
        display: block;
        padding-right: 10px;
    }

    .dnac-top-ribbon-content span:not(.fusion-button-text) {
        font-size: 18px;
        line-height: 21.6px;
        font-weight: 700 !important;
    }

    .dnac-top-ribbon-content a.section-button {
        float: right;
        width: 50%;
        margin-left: 0;
    }

    .dnac-top-ribbon-close {
        top: 11px;
        right: 16px;
    }

    .hsa-fsa-button {
        margin: 20px auto;
        display: block;
    }

    body.page-id-265 .hsa-fsa-button {
        margin: 10px auto 5px;
    }

    .nebula-checkout-hsa-fsa .hsa-fsa-button {
        margin: 20px 0;
    }

}

@media (max-width: 1000px) and (min-width: 700px){

    table#tier {
        margin: 0 auto;
        padding: 0;
        width: 100%;
    }

    .floating-atc-item .clearfix {
        display: block;
    }

    .floating-atc-item-left {
        float: none;
        display: block;
        width: 100%;
        margin-bottom: 10px;
    }

    .floating-atc-item-right {
        float: none;
        display: block;
        width: 100%;
        text-align: left;
    }

    .floating-atc-item-button .quantity-only {
        float: none;
    }

    .floating-atc-item-button {
        max-width: 104px;
    }

    .floating-atc-logo img {
        max-width: 100%;
    }

}

@media (max-width: 850px){

    .home-testimonials .slider-container.initial {
        padding-left: 0;
    }

    .home-testimonials .slider-card {
        width: 100%;
        margin-right: 10px;
        margin-left: 10px;
    }

    .home-testimonials .slider-container .flickity-page-dots {
        display: block;
    }

    .home-testimonials .testimonial-button {
        text-align: center;
        margin-top: 100px;
    }

    .home-testimonials .flickity-page-dots {
        bottom: -57px;
    }

    .home-testimonials .flickity-page-dots .dot {
        opacity: 1;
        width: 20px;
        height: 1.5px;
        border-radius: 0.5px;
    }

    .home-testimonials .flickity-page-dots .dot.is-selected {
        height: 7px;
        border-radius: 2px;
        position: relative;
        top: 2.5px;
    }

    .home-testimonials .flickity-prev-next-button.previous {
        right: unset;
        left: 0;
        z-index: 99999;
    }

    .home-testimonials .slider-container .flickity-prev-next-button.next {
        right: 0;
        z-index: 99999;
    }

    .custom-arrow.next {
        right: 6px;
        bottom: 72px;
    }

    .custom-arrow.prev {
        right: unset;
        left: 6px;
        bottom: 74px;
    }

}

@media (max-width: 781px){

    body.admin-bar .floating-atc {
        top: 46px;
    }

    .floating-atc-arrow-left {
        position: fixed;
        left: 10px;
        top: 88px;
        z-index: 99999999;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
    
    .floating-atc-arrow-right {
        position: fixed;
        right: 10px;
        top: 92px;
        z-index: 99999999;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
    
    body.admin-bar .floating-atc-arrow-left {
        top: 130px;
    }
    
    body.admin-bar .floating-atc-arrow-right {
        top: 134px;
    }

}

@media (max-width: 768px){
    
    .tier-sale-topper-heading {
        font-size: 22px;
        line-height: 26.4px;
        font-weight: 400;
    }

    .tier-sale-topper-small {
        font-size: 12px;
        line-height: 16.8px;
        font-weight: 400;
    }

}

@media (max-width: 767px){

    .sfl p {
        padding-left: 30px !important;
        position: relative;
    }

    body .sfl p:before {
        left: -4px !important;
        padding-top: 0 !important;
        top: 8px !important;
    }

}

@media (max-width: 699px){

    .floating-atc {
        width: 100%;
        max-width: 100%;
        overflow-x: auto; /* Changed to auto */
        white-space: nowrap; /* Prevent content wrapping */
        -webkit-overflow-scrolling: touch;
    }

    .floating-atc-wrapper {
        width: 693px;
        max-width: 693px;
        overflow-x: auto; /* Changed to auto */
        white-space: nowrap;
    }

    .floating-atc-item {
        width: 183.5px;
        position: relative;
        z-index: 5;
    }

    .floating-atc-items {
        padding-left: 142px;
    }

    .floating-atc-items .floating-atc-item:nth-child(1){ 
        width: 143px;
        position: fixed;
        left: 0;
        top: 0;
        height: 74.8px;
        z-index: 10;
        border-right: 1px solid #CECDB7;
        border-top: 1px solid #CECDB7;
    }

    .floating-atc-items .floating-atc-item img {
        max-width: 100%;
    }

    .floating-atc-logo {
        position: relative;
        top: 15px;
    }

    .floating-atc-items .floating-atc-item:nth-child(2){
        border-left: none;   
    }

    .floating-atc-item .clearfix {
        display: block;
    }

    .floating-atc-item-left {
        float: none;
        display: block;
        width: 100%;
        margin-bottom: 10px;
    }

    .floating-atc-item-right {
        float: none;
        display: block;
        width: 100%;
        text-align: left;
    }

    .floating-atc-item-button .quantity-only {
        float: none;
    }

    .floating-atc-item-button {
        max-width: 104px;
    }

    .floating-atc-logo img {
        max-width: 100%;
    }

}

@media (max-width: 640px){

    .fusion-flex-container > .fusion-row > .fusion-flex-column.tier-cart-sec > .fusion-column-wrapper:not(.fusion-flex-column-wrapper-legacy).fusion-content-layout-column {
        border: 1px solid #cecdb7;
        border-radius: 0 !important;
    }

    .no-cart {
        text-align: center;
    }

    h2.fusion-title-heading {
        font-size: 32px !important;
        line-height: 32px !important;
        letter-spacing: -1px !important;
    }

    .section-title .fusion-title-heading {
        font-size: 28px !important;
        line-height: 33.6px !important;
        letter-spacing: -1px !important;
    }

    .section-title.section-title-top .fusion-title-heading {
        font-size: 32px !important;
        line-height: 32px !important;
    }

    .fusion-body .section-image-text-header.section-image-text-header-top .fusion-title-heading {
        font-size: 28px !important;
        line-height: 33.6px !important;
        letter-spacing: -1px !important;
        font-weight: 700 !important;
    }

    .fusion-body .section-image-text-content {
        font-size: 14px !important;
        line-height: 19.6px !important;
        letter-spacing: -0.25px !important;
    }

    .fusion-body .section-image-text-content.testimonial-content {
        font-size: 16px !important;
        line-height: 24px !important;
        letter-spacing: -0.5px !important;
    }

    .section-title .fusion-title-heading br {
        display: none;
    }

    .fusion-body .section-image-text-header, .fusion-body .section-image-text-header .fusion-title-heading {
        font-size: 24px !important;
        line-height: 28.8px !important;
        letter-spacing: -1px !important;
    }

    .fusion-body .section-button {
        font-size: 14px !important;
    }

    .fusion-body .fusion-text.section-after-title.sandt {
        font-size: 14px !important;
        line-height: 19.6px !important;
        letter-spacing: -0.5px !important;
    }

    .fusion-body .fusion-text.section-after-title.dna-test-comparison,
    .fusion-body .fusion-text.section-after-title.transformative-testing-after-title {
        font-size: 16px !important;
        line-height: 24px !important;
        letter-spacing: -0.5px !important;
    }

    .why-us-slider {
        height: 330px !important;
        max-height: 330px !important;
    }

    .why-us-slider .flexslider {
        padding-bottom: 40px !important;
        height: 350px !important;
    }

    .why-us-slider .flexslider .slides img {
        margin: 0 auto 20px auto !important;
    }

    .why-us-slider .flexslider .slide-content-container .heading {
        margin: 0 !important;
    } 

    .why-us-slider .flexslider h3.fusion-title-heading {
        margin-top: 0 !important;
    }

    .fusion-body .why-us-slider .slide-content-container .fusion-title {
        margin-bottom: 0 !important;
    }

    .why-us-slider .flex-control-nav {
        bottom: 0 !important;
    }

    .why-us-slider .tfs-slider[data-animation=slide] {
        height: 330px !important;
    }

    .why-us-slider .flex-control-paging li a:not(.flex-active) {
        width: 20px;
        height: 1.5px;
        border-radius: 0;
        position: relative;
        top: 2px;
    }

    .why-us-slider .flex-control-paging li a.flex-active {
        width: 20px;
        border-radius: 0;
        height: 7px;
    }

    .long-abt-col2 .long-abt-dr p {
        margin-bottom: 0 !important;
    }

    body.fusion-body .fusion-accordian .panel-title {
        font-size: 16px !important;
        line-height: 24px !important;
    }

    .bgBage {
        width: 75% !important;
    }

    .discover-understand-empower h2.fusion-title-heading {
        font-size: 48px !important;
        line-height: 57.6px !important;
        letter-spacing: -2px !important;
    }

    .mobile-menu a {
        text-decoration: none !important;
        font-weight: 400;
    }

    .quantity_column {
        display: none !important;
    }

    body .custom_order_summary .products_column {
        width: 73% !important;
    }

    .cart-actions {
        display: block;
        margin-top: 10px;
    }

}

@media (max-width: 500px){

    .custom_order_summary .quantity-only input {
        left: unset !important;
        padding: 0;
        font-size: 13px !important;
    }

}

@media (max-width: 425px){

    .no-cart-checkout {
        display: block;
        top: unset;
        margin-top: 20px;
    }

}

@media (max-width: 365px){

    #checkout-button-container {
        max-width: calc(100% - 20px);
        left: 10px;
        margin-left: 0;
    }

}