.buy_treatment_main_box {
    display: flex;
    align-items: center;
    gap: 5px;
    justify-content: center;
    background: #f4f4f4;
    min-height: 40px
}

.buy_treatment_main_box select#location_box_mian {
    width: auto;
    padding: 5px;
    font-size: 16px;
    line-height: 1;
    border: 0;
    border: none;
    height: auto;
    border-radius: 5px;
    background: url(http://cdn1.iconfinder.com/data/icons/cc_mono_icon_set/blacks/16x16/br_down.png) no-repeat right;
    -webkit-appearance: none;
    background-position-x: right;
    font-weight: 600;
    padding-right: 20px
}

.product-cat-list ul {
    display: flex;
    list-style: none;
    justify-content: center;
    flex-flow: wrap;
    gap: 15px
}

.product-cat-list ul li {
    padding: 5px 20px;
    background: var(--e-global-color-primary);
    border-radius: 100px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    cursor: pointer;
    box-shadow: 0 0 5px rgb(63 0 108 / 49%);
    min-height: 50px;
    display: flex;
    align-items: center;
    margin: 0!important
}
.product-loop-item {
    position: relative;
}
.product-add-poppup .latest_post_open {
    opacity: 0;
    visibility: hidden;
    transform: translatey(30px);
    position: absolute;
    left: 0;
    right: 0px;
    margin: auto;
    z-index: 999;
    transition: all .4s ease-in-out;
    max-width: 100%;
    width: 95%;
    top: 93%;
}
.add-cart-box-popup {
    max-height: 300px;
    overflow: auto;
}
::-webkit-scrollbar {
  width: 4px;
}

/* Track */
.add-cart-box-popup::-webkit-scrollbar-track {
  background: #c6d1e4; 
}
 
/* Handle */
.add-cart-box-popup::-webkit-scrollbar-thumb {
  background: #17416e ; 
}

/* Handle on hover */
.add-cart-box-popup::-webkit-scrollbar-thumb:hover {
  background: #97b1d9; 
}
.product-add-poppup .latest_post_open .add-cart-box-popup {
    background: #fff;
    padding: 20px;
    box-shadow: 0 0 20px #00000038;
    border-radius: 10px;
    padding-top: 40px;
    transition: all .3s ease-in-out
}

.product-add-poppup .latest_post_open::before,.product-add-poppup .latest_post_open::after {
    content: "";
    background: #fff;
    position: relative;
    left: auto;
    right: 0;
    height: 100%;
    z-index: -1;
    border-radius: 10px;
    margin: auto;
    box-shadow: 0 0 10px rgb(0 0 0 / 13%);
    transition: all .3s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-appearance: none
    max-width:300px;
    width:100%;
    right:0;
    left:0;
}

.product-add-poppup .latest_post_open::before {
    width: 90%;
    z-index: -1;
    top: 0;
    transition-delay: 0.1s
}

.product-add-poppup .latest_post_open::after {
    width: 80%;
    z-index: -2;
    top: 0;
    transition-delay: 0.1.5s
}

.add-product-pop-active .latest_post_open::before {
    top: 10px
}

.add-product-pop-active .latest_post_open::after {
    top: 20px
}

.add-product-pop-active .latest_post_open {
    opacity: 1;
    visibility: visible;
    transform: translatey(0px);
}
.product-loop-item p.product.woocommerce.add_to_cart_inline{
    margin-bottom: 0px;
}
.product-loop-item .treatment-box {
    padding: 20px;
    box-shadow: 0px 0px 20px rgb(0 0 0 / 22%);
    border-radius: 10px;
    margin-bottom: 20px;
    min-height: 220px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
}

.term-156 .product-loop-item .treatment-box {
    padding: 20px;
    box-shadow: 0px 0px 20px rgb(0 0 0 / 22%);
    border-radius: 10px;
    margin-bottom: 20px;
    min-height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
}
.product-add-poppup .pack_value {
    display: flex;
    align-items: start;
    justify-content: space-between;
    line-height: 1.4;
}

.product-add-poppup .pack_value a,.product-add-poppup .pack_value button {
    width: 35px;
    height: 35px;
    min-width: auto;
    display: flex!important;
    align-items: center;
    justify-content: center;
    padding: 0;
    min-height: auto;
    font-size: 20px;
    font-weight: 200;
    background: #f3f3f3;
    color: #000
}

.product-add-poppup a.added_to_cart.wc-forward,.product-add-poppup button.added_to_cart.wc-forward {
    display: none!important
}

.product-add-poppup .pack_value span.price {
    display: block
}

.product-add-poppup .pack_price:not(last-child) {
    margin-bottom: 5px
}

.product_row.products__row.product-loop-item .product-loop-item-inner {
    text-align: center;
    min-height: 150px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: #f4f4f4;
    border-radius: 15px
}

.product_row.products__row.product-loop-item .product-loop-item-inner {
    text-align: left;
    min-height: 180px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: #f4f4f4;
    border-radius: 15px;
    padding: 15px
}

.product_row.products__row.product-loop-item {
    padding-top: 10px;
    padding-bottom: 10px
}

.product_row.products__row.product-loop-item .product-loop-title label {
    font-size: 16px;
    font-weight: 600
}

.product-add-poppup .topbar_title {
    text-align: center;
    font-size: 13px;
    margin-bottom: 0;
    background: #17416e;
    border-radius: 8px;
    padding: 6px 15px;
    cursor: pointer;
    transition: all .3s ease-in-out;
    display: flex;
    justify-content: space-around;
    align-items: center;
    color: #fff;
    width: max-content;
    gap: 5px;
    width: 180px;
    height: 42px;
    font-family: Futura;
}

.product-add-poppup .topbar_title span.select_arrow {
    display: none
}

.product-add-poppup .topbar_title::after {
    content: "\e994";
    font-family: 'elementskit';
    font-weight: 900;
    font-size: 13px;
    position: relative;
    top: 2px;
    transition:all .3s ease-in-out;
    
}

.add-product-pop-active .topbar_title::after {
    transform: rotateX(180deg);
}
.product-add-poppup .topbar_title:hover, .add-product-pop-active .topbar_title {
    background:#97b1d9;
    color: #fff;
}

#horizontalTabProduct ul.resp-tabs-list {
    display: block;
    float: none;
    text-align: center;
    font-size: 0;
    border-bottom: 1px solid #17416e;
    margin-bottom: 20px;
}

#horizontalTabProduct ul.resp-tabs-list li {
    display: inline-block;
    float: none;
    border: none;
    background: transparent;
    margin: 0 5px 0px 5px!important;
    width: 19%;
    color: #000;
    line-height: normal;
    padding: 12px 10px!important;
    border-radius: 10px 10px 0px 0px;
    transition: all .3s ease-in-out;
    font-weight: 200;
    font-size: 15px;
    font-family: Futura;
}
h2.resp-accordion {
    font-size: 15px;
    font-family: Futura;
}
#horizontalTabProduct .resp-tab-content {
    border: 1px solid #c1c1c1;
    border: none;
    padding: 0
}

#horizontalTabProduct ul li.resp-tab-active {
    background: #17416e;
    color: #fff;
    border-color: #17416e!important;
}

#horizontalTabProduct .products_listing_main table {
    text-align: left
}

table#product_table .price_text {
    text-align: center
}

table#product_table label.lbl_radio {
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 0
}

.products_listing_main table tr td {
    border-bottom: 0 solid #7d4e95!important
}

#horizontalTabProduct .products_listing_main table tr th {
    border-bottom: 0 solid #7d4e95!important
}

.resp-tabs-container.product-show-content .resp-accordion {
    border: 1px solid #97b1d9 !important;
    border-radius: 5px;
    margin-bottom: 10px;
    background: #97b1d9;
    color: #fff;
    border-radius: 5px;
}


.resp-tabs-container.product-show-content span.fa {
    position: absolute;
    right: 8px;
    transition: all .3s ease-in-out
}

.resp-tabs-container.product-show-content .resp-accordion.resp-tab-active span.fa {
    transform: rotateX(180deg);
    color: #fff!important
}

.resp-tabs-container.product-show-content .resp-accordion.resp-tab-active {
    background: #17416e !important;
    border-color: #17416e !important;
    color: #fff!important;
}

.resp-tabs-container.product-show-content .resp-accordion:not(last-child) {
    margin-bottom: 10px!important;
}

.add_to_cart_button.loading span,.add_to_cart_button.added span,.add_to_cart_button.loading span,.add_to_cart_button.added span {
    display: none
}

body .single_add_to_cart_button.loading:after {
    display: none
}

.add_to_cart_button.loading::before,body .single_add_to_cart_button.loading:before {
    content: "";
    background-image: url(../../inc/core/ajax/loader.gif);
    background-size: contain;
    background-position: center;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 30px;
    min-width: 30px;
    background-position: center;
    background-repeat: no-repeat
}
}

.add_to_cart_button.added::before,body .single_add_to_cart_button.added:before {
    content: "\eaaf"!important;
    font-family: 'elementskit';
    width: 100%;
    height: 100%;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1
}

.product-add-poppup .pack_value a:hover, .product-add-poppup a.add_to_cart_button.added, .product-add-poppup .pack_value button:hover, .product-add-poppup button.add_to_cart_button.added {
    background: #17406e!important;
    color: #fff;
}
.product-add-poppup a.add_to_cart_button.added:after {
    font-size: 12px;
}
@media(max-width: 767px) {
    .product-add-poppup .latest_post_open .add-cart-box-popup {
        padding:10px;
        padding-top: 40px;
        right: 0;
    }

    .product-add-poppup .latest_post_open .add-cart-box-popup {
        min-width: 100%
    }
}

.product-loop-price-list {
    display: flex;
    gap: 15px;
    font-size: 13px;
    flex-flow: wrap
}

.pricetable-list-locaton .buy_treatment_main_box {
    width: fit-content;
    margin: auto;
    padding: 0 20px;
    border-radius: 100px;
    margin-bottom: 15px
}

.amount {
    color: black!important;
}

.product-loop-price span.price {
    display: flex;
    flex-direction: row-reverse;
    place-content: flex-end;
    align-items: center;
    gap: 5px
}

.treatment-container ul.treatment-lists {
    margin: auto;
    text-align: center;
    padding: 0;
    margin: auto;
    display: flex;
    flex-flow: wrap;
    justify-content: center
}

.treatment-container ul.treatment-lists li.treatment-item {
    display: inline-block;
    float: none;
    width: 280px;
    margin: 0 5px 10px 5px!important;
    background: #fff0;
    transition: all .3s ease-in-out
}

.treatment-container ul.treatment-lists li.treatment-item a {
    border: 1px solid #d4d4d4!important;
    background: #fff0;
    text-transform: uppercase;
    color: #000;
    line-height: normal;
    padding: 5px 20px!important;
    border-radius: 100px;
    display: flex;
    text-align: center;
    height: 55px;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    line-height: 1.2
}

.treatment-container ul.treatment-lists li.treatment-item:hover a {
    background: var(--e-global-color-primary);
    color: #fff;
    border-color: var(--e-global-color-primary)!important;
    box-shadow: 0 0 12px rgb(63 0 115 / 62%)
}

@media(max-width: 767px) {
    .treatment-container ul.treatment-lists li.treatment-item {
        width:100%
    }
}

.product-add-poppup .pack_price {
    text-transform: capitalize;
    font-family: "Futura PT bold";
}
.product-info-bottom p.price bdi {
    font-family: 'Futura PT bold'!important;
    color: #17416e;
}
.product-add-poppup .pack_price .variation-price ins {
    color: #cb0c0c
}
body .product-add-poppup .pack_price .variation-price .woocommerce-Price-amount.amount * {
    color: var(--e-global-color-6b69f60)!important;
    font-weight: 600;
}
body .product-add-poppup .pack_price .variation-price ins .woocommerce-Price-amount.amount * {
    color: #b80000!important;
}
body .product-add-poppup .pack_price .variation-price ins{
	background:transparent!important;
}

.product-add-poppup .pack_price .variation-price {
    color: var(--wd-primary-color);
}

.loop-add-cart-btn-wrap a.button.loop-add-cart-btn {
    width: 100%;
    background: #fff;
    text-align: left;
    justify-content: space-around;
    font-weight: 900;
    margin-top: 0;
    flex-direction: row-reverse;
    min-height: 45px
}

.loop-add-cart-btn-wrap a.button.loop-add-cart-btn:not(.added,.loading)::before {
    content: "\f105";
    font-family: "woodmart-font"
}

.loop-add-cart-btn-wrap a.button.loop-add-cart-btn:before {
    width: auto
}

.loop-add-cart-btn-wrap a.button.loop-add-cart-btn.added {
    justify-content: end
}

.loop-add-cart-btn-wrap {
    position: relative;
    margin-top: 10px
}

.loop-add-cart-btn-wrap a.added_to_cart.wc-forward {
    position: absolute;
    left: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    justify-content: center;
    display: flex;
    align-items: center;
    font-weight: 600;
    text-transform: uppercase;
    width: 100%;
    left: 0;
    border-radius: 100px;
    padding: 5px 25px;
    justify-content: space-around;
    background: #fff;
    flex-direction: row-reverse;
    min-height: 45px
}

.loop-add-cart-btn-wrap a.button.loop-add-cart-btn.loading span {
    display: block!important
}

.loop-add-cart-btn-wrap a.added_to_cart.wc-forward::before {
    content: "\eaaf";
    font-family: 'elementskit';
    width: auto;
    height: 100%;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center
}

.loop-add-cart-btn-wrap a.added_to_cart.wc-forward:hover::before {
    color: #fff
}

.table-responsive thead {
    background: #d1b598;
    border: none;
}
.table-responsive.products :is(td,tr , th) {
    border: none;
    font-weight: 400;
}
.table-responsive thead th {
    padding: 15px;
}
.table-responsive tbody td {
    padding: 0px 15px;
}
.table-responsive thead th {
    font-weight: 500;
    text-transform: uppercase;
}
.table-responsive.products table{
    border:none;
}
.products_listing_main table tbody tr:nth-child(even) ,
.table-responsive-acc .product-loop-wrap-inner table tbody tr:nth-child(even){
    background: #fcf8f5;
}
.products_listing_main table tbody tr:nth-child(odd) ,
.table-responsive-acc .product-loop-wrap-inner table tbody tr:nth-child(odd){
    background: #fff;
}

.table-responsive.products table tbody::-webkit-scrollbar {
  height: 3px;
}

/* @media(max-width:767px){
table.treatment-data-table {
    display: flex;
}
.table-responsive.products table tbody {
    display: flex;
    overflow: auto;
    flex: 1;
}
.table-responsive tbody tr {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.table-responsive thead tr {
    display: flex;
    flex-direction: column;
    flex: 1;
}
.table-responsive tbody td {
    padding: 10px;
    font-size: 14px;
    min-height: 50px;
}
.table-responsive thead th {
    padding: 10px;
    font-size: 14px;
    min-height: 50px;
    
}
} */
.add-cart-box-popup .add_to_cart_inline .button {
    padding: 0;
    width: 35px!important;
    background: #97b1d9;
    height: 35px;
    font-weight: 400;
    text-transform: capitalize;
    font-size: 0!important;
    color: black;
}
.add-cart-box-popup .add_to_cart_inline .button::after {
    content: "\eaae";
    font-family: 'elementskit';
    font-size: 18px;
    margin: auto !important;
}
.add-cart-box-popup .add_to_cart_inline {
    padding: 0!important;
    margin: 0!important;
}
.product-add-poppup .close-cart-pop{
    position: absolute;
    right: 20px;
    top: 10px;
    font-size: 8px;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--e-global-color-secondary);
    border-radius: 100px;
    color: #fff;
    text-shadow: 0px 0px;
    cursor: pointer;
    transition:all .3s ease-in-out;
    z-index: 9;
}
.product-add-poppup .close-cart-pop:hover {
    background:black;
}
#horizontalTabProduct .products_listing_main table * {
    font-family: 'Poppins' !important;
}
.table-responsive.products table.treatment-data-table {
    margin: 0;
}
.table-responsive.products.unlimited-package table.treatment-data-table tr {
    background: #e4cbb2!important;
    font-size: 16px;
}
.table-responsive.products.unlimited-package .variation-loop-price {
    text-align: center;
}

.table-responsive.products.unlimited-package .variation-loop-price span.woocommerce-Price-amount * ,
.table-responsive.products.unlimited-package .product-loop-title{
    font-weight: 600!important;
}
/* @media(max-width:767px){
.unlimited-package table.treatment-data-table tbody tr {
    text-align: center!important;
    gap: 10px;
    padding: 20px 15px;
    width: 100%;
}
.unlimited-package table.treatment-data-table tbody tr td {
    text-align: center!important;
    margin: auto;
    padding: 0!important;
    height: fit-content;
    min-height: auto;
}
} */
#horizontalTabProduct .resp-tab-content {
    padding-bottom: 20px;
}


.product-add-poppup .topbar_title::before {
    content: "\eaae";
    font-family: 'elementskit';
    font-size: 15px;
}
.treatment-data-table .variation-price {
    display: flex;
    column-gap: 10px;
    flex-flow: wrap;
}
/* .table-responsive:not(.unlimited-package) .treatment-data-table .variation-price {
    
} */
@media(min-width:1151px){
.table-responsive th.combo-data ,
.table-responsive th.data-item-action {
    width: 180px;
}
}
@media(max-width:1150px) and (min-width:991px){
.table-responsive th.combo-data ,
.table-responsive th.data-item-action {
    width: 130px;
}
}
@media(max-width:1150px){
.product-add-poppup .topbar_title::before {
    font-size: 14px!important;
}
.table-responsive tr * {
    font-size: 12px;
}
}
@media(max-width:991px){
.product-add-poppup .topbar_title::before {
    font-size: 16px!important;
}
.table-responsive tr * {
    font-size: 13px;
}
.product-add-poppup .topbar_title {
    align-items:center;
}
/* .product-add-poppup .topbar_title::after{
    display:none;
} */
}

@media(max-width:767px){
.table-responsive tr * {
    font-size: 12px;
}
.table-responsive thead th {
    padding: 10px;
    padding-right: 0px;
}
.table-responsive tbody td {
    padding: 0px 10px;
}
}
@media(max-width:500px){    
.product-add-poppup .topbar_title::before {
    font-size: 14px!important;
}


.data-item-action {
    width: 20px !important;
    padding-left:0!important;
    padding-right:3px!important;
}
.table-responsive thead th {
    padding: 10px;
    padding-right: 0px;
    text-transform: capitalize;
}
.table-responsive:not(.unlimited-package) .treatment-data-table td:not(.data-item-action) .variation-price {
    flex-direction: column;
}
}
.product-add-poppup .pack_value * {
    font-size: 15px!important;
    font-weight: 500;
	
}
.product-add-poppup .pack_price .variation-price * {
    font-size: 13px!important;
}

/* Shortcode table  */
.service-table-close {
    text-align: right;
    font-size: 16px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    float: right;
    width: 35px;
    cursor: pointer;
}
.table-responsive-acc{
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.table-responsive-acc .product-loop-wrap-inner table tbody {
    opacity: 0;
    visibility: collapse;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.table-responsive-acc.active .product-loop-wrap-inner table tbody {
    opacity: 1;
    visibility: visible;
}
.table-responsive.table-responsive-acc th {
    padding: 15px;
    padding-top: 6px;
    padding-bottom: 6px;
}

.table-responsive-acc.active .icon-plus ,
.table-responsive-acc:not(.active) .icon-minus{
    display:none;
}

.table-responsive-acc .product-add-poppup .topbar_title {
    background: transparent;
    color: black;
    border: 1px solid #000;
}

.table-responsive.unlimited-package .variation-loop-price {
    flex-direction: row!important;
    justify-content: center;
}

.service-treatment-pricing .add-cart-box-popup .add_to_cart_inline .button:not(:hover) {
    background: var(--e-global-color-secondary);
}
.product-add-poppup .pack_value .pop-package-info {
    font-size: 12px!important;
    text-transform: capitalize!important;
}
.product-content-info {
    position: absolute;
    background: #fff;
    padding: 20px;
    width: 95%;
    left: 0;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    left: 0;
    margin: auto;
    right: 0;
    z-index: 99;
    transform: translateY(30px);
    transition: all .3s ease-in-out;
    font-size: 12px;
    opacity: 0;
    visibility: hidden;
}
.product-content-info p {
    line-height: 1.4;
    margin-bottom: 10px;
}
.trigger-info{
    cursor: pointer;
}
.close-content {
    position: absolute;
    right: 8px;
    top: 8px;
    cursor: pointer;
}
.active-content .product-content-info{
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
	font-family: "Futura PT book";
}
.product-loop-title {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 10px;
    line-height: 1.3;
}
.product-title p {
    font-size: 12px;
    margin-bottom: 5px;
}
.product-loop-item .treatment-box .loop-title {
    font-family: "Futura PT bold";
    font-size: 18px;
    margin-bottom: 3px;
	color:#17416e;
}

.term-156 .page-header-wrapper::after {
    content: "*If you are not sure about the treatment areas, please contact us.\A
*Maximum purchase limit apply for Black Friday Deals.\A
*Standard Expiration dates apply\A
*General T&C’s also apply.";
    white-space: pre-wrap;
    display: block;
    margin-top: 10px;
    padding: 20px;
    border-radius: 6px;
    font-size: 16px;
    line-height: 1.5;
    color: #000;
	text-align: center
}


@media (max-width: 767px) {
    .term-156 .product-loop-item .treatment-box {
        margin-bottom: 110px !important;  /* Increase spacing for mobile */
        padding-bottom: 35px !important;  /* Ensures content doesn’t overlap */
    }

    
    .term-156 .product-loop-item {
        margin-bottom: 90px !important;
    }
}