.woocommerce-cart .entry-hero.page-hero-section.entry-hero-layout-standard{
    display: none !important;
}
.site-footer .site-top-footer-wrap .mc4wp-form .newsletter-form input[type="submit"]{
    background-color: var(--global-palette1) !important;
}
.base-color-palette-fixed-switcher{
    display:none !important;
}
.product-thumbnail .product-tag {
  position: absolute;
  top: -30px !important;
  left: 0px !important;
  padding: 6px 12px;
  font-weight: normal;
  line-height: 13px;
  z-index: 1;
  /*font-family: "Lato", sans-serif;*/
  font-size: .8rem;
  letter-spacing: 1px;
  color: #fcfcfc;
  background: #de3366;
  border-radius: 0 8px;
}

.elementor-tabs .product-thumbnail .product-tag{  display: none; }
.summary.entry-summary .product-onsale{ display: none; }

.product-thumbnail .secondary-product-image{ background-color: #FFF; }

.product-hero-section .entry-hero-container-inner{ background-image: none !important;}
.single-product .entry-header.product-title{ min-height: auto !important; }

/* Show only first and last breadcrumb items */

#base-breadcrumbs .base-breadcrumb-container {
    display: flex;
    align-items: center;
    gap: 6px;
}

/* Hide all breadcrumb items */
#base-breadcrumbs .base-breadcrumb-container > span {
    display: none;
}

/* Show first breadcrumb */
#base-breadcrumbs .base-breadcrumb-container > span:first-child {
    display: inline-flex;
}

/* Show last breadcrumb */
#base-breadcrumbs .base-breadcrumb-container > span:last-child {
    display: inline-flex;
}

/* Show delimiter before last item */
#base-breadcrumbs .base-breadcrumb-container > .bc-delimiter:nth-last-child(2) {
    display: inline-flex;
}

@media (max-width: 768px) {
.woocommerce ul.products li.product .product-thumbnail .product-actions{
  gap: 20px !important;
}
}

.menu .menu-item .woocommerce ul.products li.product .woocommerce-loop-product__title a, .woocommerce .woocommerce-loop-product__title{
  -webkit-line-clamp: 4 !important;
}

.entry-header.product-archive-title .base-breadcrumbs{ width: 49%; }
.entry-header.product-archive-title #base-breadcrumbs .base-breadcrumb-container{ justify-content: center;}
.entry-header.product-archive-title .page-title.archive-title{ width: 49%; }
.entry-header.product-archive-title .archive-description{
  padding: 0rem 2rem;
  text-align: center !important;
}
@media (max-width: 480px) {
  .entry-header.product-archive-title .base-breadcrumbs{ width: 100%; }
  .entry-header.product-archive-title .page-title.archive-title{ width: 100%; }
}

/* Mobile Only Read More */

@media (max-width: 767px) {

    .archive-description {
        position: relative;
    }

    .archive-description .readmore-content {
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .archive-description.expanded .readmore-content {
        -webkit-line-clamp: unset;
        overflow: visible;
    }

    .read-more-toggle {
        display: inline-block;
        margin-top: 10px;
        cursor: pointer;
        font-weight: 600;
        color: #000;
        text-decoration: underline;
    }
}
.products ins .woocommerce-Price-amount.amount{ font-size: 1.2rem; color: #000 !important;}
.single-product .summary.entry-summary ins .woocommerce-Price-amount.amount{ font-size: 2rem; color: #000 !important;}



.base-sticky-add-to-cart-content .product-attribute-inline{ display: none; }

.base-sticky-add-to-cart-content .button.epf-add-prescription-button{ margin-bottom: 0px; }





/* ==========================================
   YeloCommerce Owl Carousel Styling
   Modern Premium Navigation & Dots
========================================== */

.yelocommerce-content-carousel {
    position: relative;
}

/* Navigation */
.yelocommerce-content-carousel .owl-nav {
    margin: 0;
}

.yelocommerce-content-carousel .owl-nav button.owl-prev,
.yelocommerce-content-carousel .owl-nav button.owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 58px;
    height: 58px;
    border-radius: 50% !important;
    border: 0 !important;
    outline: none !important;
    background: #ffffff !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
    display: flex !important;
    align-items: center;
    justify-content: center;
    transition: all 0.35s ease;
    z-index: 10;
    overflow: hidden;
}

.yelocommerce-content-carousel .owl-nav button.owl-prev {
    left: -30px;
}

.yelocommerce-content-carousel .owl-nav button.owl-next {
    right: -30px;
}

/* Gradient Hover Background */
.yelocommerce-content-carousel .owl-nav button.owl-prev::after,
.yelocommerce-content-carousel .owl-nav button.owl-next::after {
    content: "";
    position: absolute;
    inset: 0;
    background: var(--global-palette-btn-bg);
    opacity: 0;
    transition: all 0.35s ease;
    z-index: 1;
}

/* Hide Owl Default Icons */
.yelocommerce-content-carousel .owl-nav button span {
    display: none;
}

/* Custom Arrows */
.yelocommerce-content-carousel .owl-nav button.owl-prev::before,
.yelocommerce-content-carousel .owl-nav button.owl-next::before {
    position: relative;
    z-index: 2;
    font-size: 22px;
    font-weight: 700;
    color: #1f2937;
    transition: all 0.35s ease;
}

.yelocommerce-content-carousel .owl-nav button.owl-prev::before {
    content: "←";
}

.yelocommerce-content-carousel .owl-nav button.owl-next::before {
    content: "→";
}

/* Hover Effects */
.yelocommerce-content-carousel .owl-nav button.owl-prev:hover,
.yelocommerce-content-carousel .owl-nav button.owl-next:hover {
    transform: translateY(-50%) scale(1.08);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.35);
}

.yelocommerce-content-carousel .owl-nav button.owl-prev:hover::after,
.yelocommerce-content-carousel .owl-nav button.owl-next:hover::after {
    opacity: 1;
}

.yelocommerce-content-carousel .owl-nav button.owl-prev:hover::before,
.yelocommerce-content-carousel .owl-nav button.owl-next:hover::before {
    color: #ffffff;
}

/* Active Click Effect */
.yelocommerce-content-carousel .owl-nav button.owl-prev:active,
.yelocommerce-content-carousel .owl-nav button.owl-next:active {
    transform: translateY(-50%) scale(0.95);
}

/* Disabled */
.yelocommerce-content-carousel .owl-nav button.disabled {
    opacity: 0.35;
    cursor: not-allowed;
    pointer-events: none;
}

/* Dots */
.yelocommerce-content-carousel .owl-dots {
    margin-top: 35px;
    text-align: center;
}

.yelocommerce-content-carousel .owl-dot {
    outline: none;
}

.yelocommerce-content-carousel .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 0 6px;
    background: #d1d5db !important;
    border-radius: 50px;
    transition: all 0.35s ease;
    display: block;
}

.yelocommerce-content-carousel .owl-dot:hover span {
    background: #9ca3af !important;
}

.yelocommerce-content-carousel .owl-dot.active span {
    width: 36px;
    background: var(--global-palette-btn-bg) !important;
}

/* Slide Styling */
.yelocommerce-content-carousel .carousel-item {
    background: #ffffff;
    overflow: hidden;
    transition: all 0.35s ease;
}

.yelocommerce-content-carousel .carousel-item:hover {
    transform: translateY(-5px);
}

.yelocommerce-content-carousel .carousel-image img {
    width: 100%;
    height: auto;
    display: block;
}

.yelocommerce-content-carousel h3 {
    margin: 20px 0 12px;
    font-size: 24px;
    line-height: 1.3;
    font-weight: 700;
}

.yelocommerce-content-carousel .carousel-content {
    color: #6b7280;
    line-height: 1.7;
}

.yelocommerce-content-carousel .carousel-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
    padding: 12px 24px;
    border-radius: 50px;
    text-decoration: none;
    color: #ffffff;
    background: var(--global-palette-btn-bg);
    transition: all 0.35s ease;
}

.yelocommerce-content-carousel .carousel-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
}

/* Tablet */
@media (max-width: 1024px) {

    .yelocommerce-content-carousel .owl-nav button.owl-prev {
        left: 10px;
    }

    .yelocommerce-content-carousel .owl-nav button.owl-next {
        right: 10px;
    }
}

/* Mobile */
@media (max-width: 767px) {

    .yelocommerce-content-carousel .owl-nav button.owl-prev,
    .yelocommerce-content-carousel .owl-nav button.owl-next {
        width: 46px;
        height: 46px;
    }

    .yelocommerce-content-carousel .owl-nav button.owl-prev {
        left: 10px;
    }

    .yelocommerce-content-carousel .owl-nav button.owl-next {
        right: 10px;
    }

    .yelocommerce-content-carousel .owl-nav button.owl-prev::before,
    .yelocommerce-content-carousel .owl-nav button.owl-next::before {
        font-size: 18px;
    }

    .yelocommerce-content-carousel h3 {
        font-size: 20px;
    }

    .yelocommerce-content-carousel .owl-dot.active span {
        width: 28px;
    }
}



.tns-flow-preview *{ 
    font-family: Poppins, sans-serif !important;
}

.tns-flow-preview .MuiButton-outlinedPrimary{
    border-color: var(--global-palette-btn-bg) !important;
    color: var(--global-palette-btn-bg) !important;
}

.tns-flow-preview .MuiButton-colorPrimary:not(.MuiButton-outlined):not(.tns-flow-preview-reset-button):not(.tns-flow-review-edit-button){
    background-color: var(--global-palette-btn-bg) !important;
    color: var(--global-palette-btn-hover) !important;
    border-radius: 0px !important;
    box-shadow: none !important;
}

.tns-flow-prescription-actions .MuiButton-outlinedPrimary{
    background-color: var(--global-palette2);
    border-color: var(--global-palette2) !important;
    color: var(--global-palette-btn) !important;
     border-radius: 0px !important;
    box-shadow: none !important;
}
.tns-flow-option-actions{ text-align: right !important; }
.tns-flow-preview  .tns-flow-preview-back-to-frames{
    padding-left: 20px !important;
    padding-right: 20px !important;
}

.tns-flow-preview .tns-flow-preview-progress-step.is-completed .tns-flow-preview-progress-step-title{
    color: var(--global-palette3) !important;
}
.tns-flow-preview .tns-flow-preview-progress-step.is-completed .tns-flow-preview-progress-step-index{
    background-color: var(--global-palette3) !important;
}

.tns-flow-preview .tns-flow-preview-progress-step.is-completed + .tns-flow-preview-progress-connector{
    background-color: var(--global-palette3) !important;
}

.tns-flow-preview .tns-flow-preview-progress-step.is-current .tns-flow-preview-progress-step-title{
    color: var(--global-palette-btn-bg) !important;
}
.tns-flow-preview .tns-flow-preview-progress-step.is-current .tns-flow-preview-progress-step-index{
    background-color: var(--global-palette-btn-bg) !important;
}
.tns-flow-preview .tns-flow-preview-progress-step-index{
    line-height: normal !important ;
}

.tns-flow-prescription-table-corner, .tns-flow-preview .tns-flow-prescription-table-row-header, .tns-flow-preview .tns-flow-prescription-table-column-header{
    background-color: rgb(250, 139, 110, 0.1) !important;
}

.tns-flow-prescription-single-fields .tns-flow-prescription-field-label-cell{
    background-color: rgb(250, 139, 110, 0.1) !important;
}

.tns-flow-preview .tns-flow-prescription-table-row-label{ 
    white-space: nowrap !important;
}

.tns-flow-option-card.tns-flow-option-card-vertical-simple:hover{
    border-color: var(--global-palette-btn-bg) !important;
}

.tns-flow-preview .tns-flow-review-card-content{
    display: flex !important;
    flex-direction: column !important;
}
.tns-flow-review-price-row .tns-flow-review-price-label, .tns-flow-review-price-row .tns-flow-review-price-value{ font-weight: 800 !important; font-size: 1.2rem; }
.tns-flow-preview .tns-flow-preview-reset-button, .tns-flow-preview .tns-flow-review-edit-button{
     padding-left: 10px !important;
    padding-right: 10px !important;
    text-decoration: none !important;
    background-color: transparent !important;
    border: 1px solid var(--global-palette-btn-bg) !important;
    color: var(--global-palette-btn-bg) !important;
}

.tns-flow-option-card.tns-flow-option-card-grouped.is-active{
    border-color: var(--global-palette-btn-bg) !important;
}

.tns-flow-option-card.tns-flow-option-card-vertical-simple.is-selected{
    border-color: var(--global-palette-btn-bg) !important;
}

.yc-tns-discount-message{
    color: red;
    text-align: center;
  padding-bottom: 1rem;
}
.yc-tns-discount-message .yc-tns-discount-code{
    /*display: inline-block;
    border: 1px dashed red;
    padding: 2px 10px;
    border-radius: 25px;
    font-weight: 600;*/
}
.tns-flow-preview-product-image-wrap{
    background-color: transparent !important;
}
.tns-flow-preview-product-name{
    font-size: 1rem !important;
}
.tns-flow-preview-product-price{
    font-size: 2rem !important;
    color: var(--global-palette-btn-bg) !important;
}
.tns-flow-preview-flow-panel{
    padding: 20px 10px !important;
}
.tns-flow-preview-flow-panel-inner{
    max-width: 1920px !important;
}
.tns-flow-options-step.tns-flow-options-step-vertical{
    max-width: 100% !important;
}
.tns-flow-options-step.tns-flow-options-step-grouped{
    max-width: 100% !important;
}
.tns-flow-preview-step-title{
    text-align: center !important;
}
.tns-flow-preview-step-description{
    text-align: center !important;
}
.tns-flow-review-card{
    max-width: 100% !important;
}
.tns-flow-prescription-table{
    margin-left: auto !important;
    margin-right: auto !important;
    grid-template-columns: 162px repeat(3, 1fr) !important;
    width: 100% !important;
    max-width: 100% !important;
}
.tns-flow-option-card-title, .tns-flow-review-section-title{
    font-size: 1.2rem !important;
}
.tns-flow-review-primary-actions .tns-flow-preview-reset-button, .tns-flow-preview-add-to-cart-button{
    font-weight: 500 !important;
    font-size: 14px !important;
    line-height: 28px !important;
    letter-spacing: 0.3px !important;
    font-family: Poppins,var(--global-fallback-font) !important;
    text-transform: uppercase !important;
    border-radius: 0px !important;
    padding: 9px 25px 9px 25px !important;
    box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.0) !important;
    width: auto !important;
    min-height: auto !important;
    margin: 0px !important;
}
.tns-flow-review-section-text{ 
    font-size: 1rem !important;
}
.tns-flow-review-primary-actions .tns-flow-preview-reset-button{
    background-color: var(--global-palette2) !important;
    border: none !important;
    color: var(--global-palette-btn) !important;
}
.tns-flow-review-primary-actions{
    flex-direction: row-reverse !important;
    align-items: center !important;
    gap: 20px !important;
}
@media (max-width: 480px) {
    .tns-flow-review-primary-actions{
        flex-direction: column !important;
        align-items: stretch !important;
    }
}
.woocommerce ul.cart_list li dl.variation, .woocommerce ul.product_list_widget li dl.variation{
    padding: 10px !important;
  line-height: normal;
  /*border: 1px dashed #BBB !important;*/
  border-radius: 20px;
}
.yc-prescription-wrapper{
    display: flex;
    align-items: baseline;
    flex-direction: row-reverse;
    gap: 20px;
    justify-content: start;
}
@media (max-width: 480px) {
  .yc-prescription-wrapper{
    flex-direction: column-reverse;
    gap: 0px;
    margin-bottom: 1rem;
    align-items: inherit;
    text-align: center;   
  }
}
.yc-prescription-wrapper .button{
    white-space: nowrap !important;
}
.yc-prescription-wrapper form.cart{
    display: none !important;
}
.yc-prescription-wrapper .add_to_cart_button, .yc-prescription-wrapper .add_to_cart_button:visited {
    background-color: var(--global-palette2);
}
@media (max-width: 480px) {
  .base-sticky-add-to-cart-action-wrap .yc-prescription-wrapper .add_to_cart_button{ display: none; }
  .single-product .entry-hero .base-breadcrumbs{ display: none !important; }
  .single-product .entry-header.product-title{ display: none !important; }
}

.tns-flow-option-card.tns-flow-option-card-grouped{
    min-height: 15vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.tns-flow-prescription-comments textarea{
    width: 100% !important;
}
.tns-flow-prescription-comments-input{
    width: 100% !important;
    max-width: 100% !important;
}
.tns-flow-prescription-dual-pd-field{
    overflow: visible !important;
}
.tns-flow-prescription-dual-pd-cell{
    position: relative !important;
    overflow: visible !important;
}
.tns-flow-prescription-dual-pd-label{
    position: absolute;
  text-transform: uppercase;
  margin-top: -16px !important;
  font-size: 10px !important;
  font-weight: bold !important;
  background-color: #eee;
  border: 1px solid #EEE;
  padding: 2px 6px;
  border-radius: 10px;
  color: #666 !important;
}




.base-sticky-add-to-cart-footer.yc-sticky-show{
  -webkit-transform: translate(0,0) !important;
  transform: translate(0,0) !important;
  opacity: 1 !important;
}

.base-sticky-add-to-cart-footer.yc-sticky-hide{
  -webkit-transform: translate(0,100%) !important;
  transform: translate(0,100%) !important;
  opacity: 0 !important;
}