/**
 * Theme Name:     Pharmaceutra
 * Author:         Pharmacy Mentor
 * Template:       pharmacymentor
 * Text Domain:	   pharmaceutra
 * Description:    Child theme for Pharmaceutra
 */
/*
.card-header .btn-check:focus+.btn, .card-header .btn:focus{box-shadow:none!important}
.navbar-brand.faux-heading {
    padding: 0px;
}
header .logo-container {
    padding: 0px!important;
}
*/
:root {
    --cf-submit-button-color: #1a1a1a!important;
    --cf-submit-button-bg-color: #6b6ba6!important;
    --cf-cancel-button-color: #66b537!important;
    --cf-hover-color: #ffffff;
    --cf-form-border-radius: 30px;
    --cf-form-border: 2px;
    --cf-form-border-radius-color: #d3d8da!important;
    --cf-form-heading-font-size: 24px;
    --cf-form-question-font-size: 16px;
    --cf-text-color: #3c445c!important;
    --cf-number-text-color: #ffffff;
    --cf-number-bg-color: #66b537!important;
    --cf-need-help-text-size: 15px;
    --cf-need-help-color: #3c445c!important;
}

.sidebar-button{background: linear-gradient(95.95deg, #3c445c -0.46%, #66b537 88.47%)!important;}

i.fa.fa-question {
    border: 1px solid var(--theme-primary-color)!important;
	color: var(--theme-primary-color)!important;}

a.sidebar-cancle-assesment {
    border: 1px solid var(--theme-primary-color)!important;
	color: var(--theme-primary-color)!important;
}

button#submitBtn {	color: #fff;}

.banner-list-items ul li i{margin-right:10px;}


.quick-contact h2 {
    color: var(--theme-secondary-color)!important;
}
.quick-contact i {
    color: var(--theme-secondary-color)!important;
}

.quick-contact .border-left {
    border: 4px solid var(--theme-secondary-color) !important;
}

.quick-contact img {
    width: 200px;
}

nav.navbar.navbar-expand-lg.navbar-light{background:var(--theme-primary-color)!important;}

.single .page-banner .banner-content {
    max-width: inherit!important;
}

.quick-contact img, .site-footer .upper-footer .logo img {
    background: #fff;
    border-radius: 5px;
    padding: 5px;
}
header nav.navbar {
    padding: 10px;
}
header .header-middle-wrapper .banner-content {
    margin: 0.8rem 0 0.6rem 0 !important
}

.site-header #navbar #menu-main-menu li a, ul#menu-main-menu li a span{color:#fff;}
span.title-only {
    color: #fff;
}

.faq-achievement-section .btn.focus, .faq-achievement-section .btn:focus {
    box-shadow: none!important;
}
p.copyright a {
    color: #fff !important;
    text-decoration: underline;
}


.site-header #navbar > ul > li .sub-menu a {
        color: var(--theme-dark-background) !important;
    }


section ul li, section ul {
    list-style-type: disc;
    list-style: disc;
}
section ol li, section  ol {
    list-style-type: decimal;
    list-style: decimal;
}
section ul, section ol {
    padding-left: 15px;
}
.banner-content ul {
    padding-left: 0px !important;
}
.banner-content ul li{ list-style-type: none !important;}

.map-area p {
    line-height: 0px;
}

.woocommerce div.product form.cart .variations {
    align-items: flex-start!important;
}

/**********/

.search-container .result li:before{background: none;}

.condition-products {background: var(--section-background-1) !important;}


/*************Blood test search***********/	
	
/* Change placeholder text color */
.contact-form ::placeholder {
    color: #999 !important; /* Change to desired color */
    opacity: 1; /* Ensure full visibility */
}

/* For older browsers */
.contact-form :-ms-input-placeholder { /* IE 10+ */
    color: #999 !important;
}

.contact-form::-ms-input-placeholder { /* Edge */
    color: #999 !important;
}	
	
	
.woocommerce span.onsale {width: 50px;
    height: 50px;}
	.plines-badge-no-text {
		left: 6px;}
	
.banner-content {
    position: relative;
    z-index: 9;
}
.inner-container {
    position: relative;
    text-align: center;
}
.form-box {
    line-height: 0px;
    position: relative;
}

input.searchinput {
    border: 1px solid var(--theme-text-color);
    width: 100%;
    border-radius: 30px;
    height: 50px;
    padding: 15px;
}

.loader {
    position: absolute;
    top: 10px;
    width: 30px;
    right: 40px;
}
.searchicon {
    position: absolute;
    right: 15px;
    top: 18px;
    line-height: 0px;
}

.result {
    z-index: 9999999;
    position: absolute;
    width: 100%;
    display: block;
    background: #fff;
}

.result ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

.result ul li.heading {
    padding: 0px !important;
}

.result li {
text-align: left;
    border-bottom: 1px solid var(--theme-text-color);
    margin-bottom: 10px;
}

.heading h6.product-title {
    padding: 10px;
    color: #fff !important;
	background: var(--theme-text-color);
	text-align: left;
}

.no-data {
    text-align: left;
}

.result ul li {
    padding: 10px;
	width:100%;
	list-style:none;
}

.result a {
    text-decoration: none;text-align: left;
}

.suppliers-data {
    display: flex;
    justify-content: left;
    align-items: normal;
}

.suppliers-data .supp-img {
    width: 10%;
    height: 100%;
margin-right: 15px;
}
.suppliers-data .supp-img img {
    height: 100%;
}
.supp-img img {
    width: 70px;
    height: auto !important;
}

.supplier-head {
    width: auto;
}

.supp-img span.dashicons:before {
    font-size: 60px;
}

input.searchinput {
    border: 1px solid var(--theme-text-color)!important;
}
.result ul li.heading h6{color:var(--theme-text-color);}	
	
.result p {
    color:var(--theme-text-color);
    margin-bottom: 0px;
    font-size: 12px;
    text-decoration: none;
}
.sticky-navbar {
   position: fixed;
    top: 0;
    width: 100%;
    z-index: 21;
}
span.password-input button{top:50%!important;}

.featured-prod-col .products .owl-buttons .owl-prev {z-index:1!important;left: -50px!important;}
.featured-prod-col .products .owl-buttons .owl-next{z-index:1!important;right: -50px!important;}

.blog-section .details {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}
.owl-carousel.tagline-carousel .owl-item img {
    width: 40px;
    height: 40px;
}

.owl-carousel.tagline-carousel .item {
    flex-direction: row;
}
.owl-carousel.tagline-carousel .owl-nav.disabled {    display: none;}

.site-footer .lower-footer .copyright a {
  color: var(--theme-light-color);text-decoration:underline;
}

.map-area p {
    line-height: 0px!important;
}
section ul li, section ul {
    list-style-type: disc;
    list-style: disc;
}
section ol li, section  ol {
    list-style-type: decimal;
    list-style: decimal;
}
section ul, section ol {
    padding-left: 15px;
}
.banner-content ul {
    padding-left: 0px !important;
}
.banner-content ul li{ list-style-type: none !important;}

.woocommerce div.product form.cart .variations {
    align-items: flex-start!important;
}

.featured-image-wrapper {    margin-bottom: 20px;}
.call-to-action{margin-bottom:20px;}

.featured-image-wrapper {    margin-bottom: 20px;}
.call-to-action{margin-bottom:20px;}
.woocommerce-MyAccount-navigation .row [class*="col-"] {        padding: 0 15px;    }

.featured-prod-col .products .owl-buttons .owl-prev, .featured-prod-col .products .owl-buttons .owl-next{width:40px;height:40px;}


.featured-prod-col .products .owl-buttons .owl-prev {
    left: 0;
    z-index: 1;
}
.featured-prod-col .products .owl-buttons .owl-next {
    right: 0px;
    z-index: 1;
}

.single-post .page-banner-section h1{color:var(--theme-primary-color);}


.woocommerce-MyAccount-content .woocommerce-Button.button:hover, .woocommerce-MyAccount-content .woocommerce-Button.button:focus {
    color: #ffffff!important;             /* Text color on hover */
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 29px;
    float: left;
    height: 45px;
}

.woocommerce-MyAccount-content .woocommerce-Button.button:hover, .woocommerce-MyAccount-content .woocommerce-Button.button:focus {
    color: #ffffff!important;             /* Text color on hover */
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    float: left;
}

.woocommerce-columns.woocommerce-columns--2 {
    display: flex;
    flex-wrap: wrap; /* ensures responsiveness */
    gap: 20px;        /* optional spacing between columns */
}

.woocommerce-column {
    flex: 1;          /* make both columns take equal width */
    display: flex;
    flex-direction: column;
}

.woocommerce-column--shipping-address address{height:100%;}	

.login-wrapper .switch-wrapper ul li {
  list-style: none !important;
}
span.header-cart-count.d-none {    display: block !important;}
.product-remove a.remove{color:var(--wc-red)!important;}

div#payment ul li {
    list-style: none;
}

section.woo-page-banner-section {    background: var(--section-background-1)!important;}
section.page-banner-section.woo-myaccount-banner-section, .shop-page-top-section  {    background: var(--section-background-1)!important; padding:40px 0!important;}

.page-banner-section{padding:40px 0!important;}

.page-banner-section {
    background: var(--section-background-1);
    padding: 40px 0;
}

.widget.service-list-widget ul li {
    list-style: none;
}

.widget.service-list-widget ul {
    padding-left: 0px;
}

ol.breadcrumb li {
    list-style: none !important;
}

.product-item-wrapper .owl-item .woocommerce-LoopProduct-link{display:block!important;}

.faq-accordion .btn-check:focus+.btn, .faq-accordion .btn:focus {
    box-shadow: none !important;
}


.site-header #navbar #menu-main-menu li ul.sub-menu li {
    text-align: left!important;
}

.site-header #navbar ul.sub-menu li a:hover, .site-header #navbar ul.sub-menu li a:focus{ color:var(--theme-secondary-color)!important}

.panel-menu li a:hover h4, .panel-menu li a:hover .menu_icon i:before, .panel-menu li a:hover span p{color:var(--theme-secondary-color)!important}

.panel-menu li a:hover h4:has(+ p):after{background:var(--theme-secondary-color)!important}
section.page-title{    background-repeat: no-repeat;    background-size: cover;}

.owl-carousel.tagline-carousel .owl-item img {
    width: 40px;
    height: 40px;
}
.owl-carousel.tagline-carousel .item > div {
    flex: 1;
    display: flex;
    flex-direction: column;
}
.tagline-content p {
    color: #fff;
    margin-bottom: 0;
    font-family: sans-serif;
    font-size: 16px;
    line-height: 1.2em;
}
.tagline-content p:last-child {
    font-family: sans-serif;
    font-size: 12px;
}

.tagline-content p {
    color: #fff;
    margin-bottom: 0;
    line-height: 1.2em;
}
.newsletter-section {
    padding-top: 50px !important;
}

input.wpcf7-form-control.wpcf7-submit.has-spinner.theme-btn-gradient.btn, .column-1 a.theme-btn-gradient.w-100.text-center {
    background: #66b537 !important;
}

.switch-wrapper ul li.active {
  color: #fff!important;
}

.panel-menu {
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2)!important; /* Customize as needed */
}

.blog-featured-image {
    text-align: center !important;
}
.blog-featured-image img {
    border-radius: 10px;
}

.featured-image.position-relative img {
  width: 100%;
}

#faq-accordion .btn-link.focus,  #faqAccordion .btn-link.focus, #faqAccordion .btn-link:focus, #faq-accordion .btn-link:focus {
    text-decoration: none!important;
}	
#faq-accordion  i.fa {
    transition: transform 0.3s ease;
}
#faq-accordion  .rotated {
    transform: rotate(180deg);
}

.woocommerce form .show-password-input::before, .woocommerce-page form .show-password-input::before{float: right!important;}	

.woocommerce form .show-password-input::after, .woocommerce-page form .show-password-input::after{float: right!important;}


.woocommerce-product-details__short-description ul li, .woocommerce-Tabs-panel ul li{
    list-style-type: disc;
    list-style: disc;
}

.woocommerce-product-details__short-description ul, .woocommerce-Tabs-panel ul {
    list-style-type: disc;
    list-style: disc;
}

.woocommerce-product-details__short-description ol li, .woocommerce-Tabs-panel ol li{
    list-style-type: decimal;
    list-style: decimal;
}

.woocommerce-product-details__short-description ol, .woocommerce-Tabs-panel ol{
    list-style-type: decimal;
    list-style: decimal;
}

.woocommerce-product-details__short-description ol, .woocommerce-product-details__short-description ul, .woocommerce-Tabs-panel ul, .woocommerce-Tabs-panel ol {
    padding-left: 15px;
}

td.woocommerce-table__product-name.product-name {
    text-decoration: underline;
    font-weight: bold;
}
.page-banner-cta a {
    margin-right: 0px !important;
}

.page-banner-cta [class*="theme-btn"]:not(:last-child) {
    margin-bottom: 15px!important;
}
.quick-contact a {  word-break: break-all;}	

.woocommerce-cart-form td.product-name a {
    text-decoration: underline;
}

.featured-image-wrapper img.img-fluid.wp-post-image {
    border-radius: 30px;
}

.product-remove a.remove:hover {
    color: var(--wc-red) !important;
}
.woo-myaccount-banner-section h1{
    margin-bottom: 15px;
}

:root {
    --theme-btn-gradient-1: linear-gradient(95.95deg, #3c445c -0.46%, #66b537 88.47%)!important;
    --theme-btn-gradient-2: linear-gradient(270deg, #3c445c 0%, #66b537 100%)!important;
    --theme-back-gradient-1: linear-gradient(270deg, #66b537 0%, #3c445c 100%)!important;
}
.checkbox-group .form-check input[type="checkbox"]::before {
	background-color: #66b537;}

.checkbox-group label.form-check-label.has-class input.form-check-input {
    border: 2px solid #66b537;
}
.woocommerce-checkout form .woo-gp-form-wrapper .consent-checkbox label {
    width: 100%!important;
}
p.woocommerce-form-row.woocommerce-form-row--wide.form-row.form-row-wide.consent-checkbox {
    display: inline-block!important;
}

section.related.products h2 {
    margin-top: 20px;
    margin-bottom: 20px;
}

.woocommerce div.product form.cart .variations select {
    padding: 10px 30px 10px 20px;
    background-position: right 16px center;
    min-width: fit-content;
}
    .newsletter-form input[class*="theme-btn-"] {
        margin-left: 0px!important;
    }

header#header{background:#fff;}

.order-step-section .order-counter {    position: relative!important;}

.section-header-wrapper .content-block h5 {	color: var(--theme-secondary-color);}

.needsclick.kl-private-reset-css-Xuajs1 {
  border-radius: 25px 0 0 25px !important;
  border: none !important;
}
.needsclick.go300628013.kl-private-reset-css-Xuajs1 {
  border-radius: 0 25px 25px 0 !important;
  padding: 0 20px !important;
  font-size: 16px !important;
}
.needsclick.klaviyo-form.klaviyo-form-version-cid_1.go444687497.kl-private-reset-css-Xuajs1 {
  margin: 0 !important;
  min-width: 100% !important;
}
.ql-font-nunito-sans {
	color: #ffff !important;
}


/*******CSS as on 25th June 2025**********/

.about-condition-content .content-column .featured-image-wrapper img{width:100%;}



.woocommerce .woo-practitioner-orders-wrapper table tbody td:not(:last-child)::before, .woocommerce .practitioner-order-completed-wrapper table tbody td:not(:last-child)::before {
  height: 100%;
  transform: translateY(0%);
}


.woocommerce-orders-table.woocommerce-review-orders-table.woocommerce-MyAccount-orders.shop_table.shop_table_responsive.my_account_orders.account-orders-table tr td {  background-color: #fff;}


.woocommerce-MyAccount-content .theme-btn-secondary {padding: 10px 15px 10px 15px!important;font-weight: normal!important;font-size: 13px;  margin-bottom: 10px;}


.order-status-wrapper .order-status {  width: auto;}

.woocommerce table.my_account_orders td, .woocommerce table.my_account_orders th {  text-align: center;}

.woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table.woocommerce-MyAccount-orders.shop_table.shop_table_responsive.my_account_orders.account-orders-table.personal-orders-table tbody td.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-actions:last-child {
  padding-left: 30px !important;
}

/*******CSS end******/


.cross-sells h2 {
    padding: 20px;
}

.woocommerce .cart-collaterals .cross-sells, .woocommerce-page .cart-collaterals .cross-sells {
    width: 100%;
    float: none;
}
.newsletter-form {
    display: block;
}
#menu-main-menu li i:before{ color:var(--theme-text-color);}
.newsletter-form {display: block;}
.btn.newsletter{
    position: absolute !important;
    right: 5px;
    z-index: 9;
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
    top: 0;
}
.newsletter-form input[class*="theme-btn-"] {
    width: auto;
}

@media (min-width: 991px) {
	/*body.single .woocommerce .cart-collaterals .cross-sells {
		width: 65% !important;
	}
	body.single .woocommerce .cart-collaterals .cart_totals .shop_table{
		width: 32% !important;
		float: right !important;
	}	*/
	
	a.checkout-button.button.alt.wc-forward {
    max-width: 300px;
    float: left;
    text-align: center;
	}
	
}

@media(min-width:1024px) and (max-width:1200px){
.left-menu ul.privacy-links li:last-child{margin-left:0px!important;}
}
	
@media (min-width: 992px) {
.woocommerce-ordering {width:25%;}
.woocommerce-ordering select.orderby{width:100%;}
.slide-featured-image {    width: 250px!important;}	
	
.slide-inner.slide-bg-image.slide-7013 .slide-featured-image{width:400px!important;}	
	
}

@media (max-width: 991px) {
	
	.woocommerce .practitioner-order-completed-wrapper, .woocommerce .practitioner-order-under-review-wrapper{  overflow: scroll;}
	
    .site-header #navbar #menu-main-menu li a, ul#menu-main-menu li a span{
        color: var(--theme-text-color)!important;
    }

    header .logo-container {
        margin-bottom: 10px;
        padding: 0;
	}
	
	.header-style-3 .topbar .topbar-links {
    display: inline-block;
    margin-bottom: 10px;
	}
	
	body .site-header #navbar > ul > li.menu-btn {
        background: #fff!important;
    }
	
	header nav.navbar {    padding: 0px!important;}
	
	
	
	ul.privacy-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0;
    margin: 0;
    list-style: none;
  }

  ul.privacy-links li {
    position: relative;
    padding: 0 8px;
    font-size: 14px;
	  margin-left:0px!important;
	  text-decoration:underline;
  }

  ul.privacy-links li:not(:last-child)::after {
    content: "|";
    margin-left: 8px;
    color: #fff; /* Change color if needed */
  }
	
	
}

@media (max-width: 992px) {
.contact-content-wrapper {
    padding: 0px;
}
.content-block.left-area {
    padding: 50px 20px;
    margin-bottom: 20px;
}

.row.d-flex.justify-content-center.contact-content {
    display: block !important;
}
	
.navbar.navbar-expand-lg.navbar-light.sticky-navbar {
    position: static;
}	
.page-content-section .products.row .col-lg-4.col-md-6.mb-lg-5 {    margin-bottom: 20px;}	
	
body .desktop-visible{display:none!important;}
body .header-right-section {    display: flex!important;  }	
	
body .header-bar {background: #fff!important;}	

.woocommerce form .show-password-input::before, .woocommerce-page form .show-password-input::before{float: right;}	
	
.featured-prod-col .products .owl-buttons .owl-prev {
    left: 0!important;
    z-index: 1!important;
}
.featured-prod-col .products .owl-buttons .owl-next {
    right: 0px!important;
    z-index: 1!important;
}	
	
 .woocommerce-columns.woocommerce-columns--2 {
        flex-direction: column;
    }	
	
.related.products .products.row > [class*="col-md-"] {
        padding-left: 15px!important;
        padding-right: 15px!important;
    }	
	
	
}


@media(min-width:1921px){
.site-header #navbar > ul > li .sub-menu a {
    padding: 13px 15px;
}
 
 
.site-header #navbar .shop-mega-menu > .sub-menu {
    padding: 1.2rem 5.8%!important
}
 
}



@media(min-width:1699px) and (max-width:1920px){
.site-header #navbar > ul > li .sub-menu a {
    padding: 13px 15px;
}
 
 
.site-header #navbar .shop-mega-menu > .sub-menu {
    padding: 1.2rem 5.6% !important;
}
 
}

@media(min-width:1400px) and (max-width:1599px){
.site-header #navbar > ul > li .sub-menu a {
    padding: 13px 10px;
}
 
 
.site-header #navbar .shop-mega-menu > .sub-menu {
    padding: 1.2rem 5.4%;
}
 
}

@media (max-width: 1199px){
.mobile-visible {
    display: none;
  }

	
.column-1 ul.social-links {
    justify-content: center;
    display: flex;
}	
	
.footer-action-wrapper.left-col-menu {
    display: flex;
}	


	.practitioner-order-completed-wrapper table tr td, .woocommerce-review-orders-table.woocommerce-MyAccount-orders.shop_table.shop_table_responsive.my_account_orders.account-orders-table td {	  white-space: nowrap;	}
		
	.woocommerce .practitioner-order-completed-wrapper, .woocommerce .practitioner-order-under-review-wrapper{  overflow: scroll;}

	
}

@media (max-width: 991px){
.right_info {
    float: left;
}
.stock-quantity {    display: inline-block;float: none;}

button.single_add_to_cart_button.theme-btn-primary {
    min-width: auto;
}	
	
.woocommerce .product .summary .price, .woocommerce .product form.cart .price {
	font-size: 35px;}	

.delivery-info {
    margin: 20px 0 5px 0;
}	
	
	
}

@media(min-width:768px) and (max-width:768px){
	.woocommerce-orders-table__row td { border-radius: 30px;}
	body .woocommerce .cart-collaterals .cross-sells {
		width: 65% !important;
		float: left !important;
	}
	body .woocommerce .cart-collaterals .cart_totals {
		width: 32% !important;
		float: right !important;
	}	
}
 
@media (min-width: 768px) and (max-width: 1024px) {
	
	
	
    form.cflp-form .form-content.col-md-8 {
        max-width: 100%;
        flex: 0 0 100%;
    }
	
	    form.cflp-form .form-sidebar.col-md-4 {
        max-width: 50%;
        margin-top: 30px;
        flex: 0 0 50%;
    }
	.sidebarback{position:static!important}
	
	.woocommerce-orders-table__cell-order-actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.woocommerce-orders-table__cell-order-actions::before {
  content: "Action:"; /* ← your custom left-aligned label */
  font-weight: 500;
  color: #333;
}
	.featured-image-wrapper img {
    width: 100%;
	}	
	
body .woocommerce .cart-collaterals .cross-sells {
		width: 100% !important;
	}
	body .woocommerce .cart-collaterals .cart_totals {
		width: 100% !important;
	}
	
}



@media(min-width:768px) and (max-width:1199px){
	
.footer-navs .nav-list, .footer-social-info .social-list {
    text-align: left;
}

.column-4 .pl{padding-left:0px}	
	
.banner-call-to-action a {
    margin-bottom: 10px;
}	
.add_to_cart_button, .product a.theme-btn.start-assessment-btn{text-align:center!important;}	
}


@media(min-width:768px) and (max-width:991px){
	
	
	.woocommerce-MyAccount-content .woocommerce-orders-table.woocommerce-MyAccount-orders.shop_table.shop_table_responsive.my_account_orders.account-orders-table.personal-orders-table {width: max-content;}

	.woocommerce .woocommerce-MyAccount-content {
	  overflow: scroll;
	}
		
	.condition-products .product img {
	  width: 100%;
	  height: 250px; /* You can change to any fixed height */
	  object-fit: cover; /* Crop and center image */
	  aspect-ratio: 1 / 1; /* Square ratio; remove this line for fixed height instead */
	  display: block;
	}	
	
	.condition-products .product h2 {
    display: -webkit-box !important;
    -webkit-line-clamp: 3 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
    min-height: 2lh;
	}	
	
	.woocommerce .woo-practitioner-orders-wrapper .woocommerce-review-orders-table.woocommerce-MyAccount-orders.shop_table.shop_table_responsive.my_account_orders.account-orders-table tbody td {  padding: 10px;}
	
	
}

 
@media screen and (min-width: 992px){
	.site-header #navbar .shop-mega-menu > .sub-menu {
		padding: 1.2rem 6rem;
	}	
	.column-1 {
		padding-right: 30px;
	}
	
	.owl-carousel.owl-theme.tagline-carousel {
    padding: 20px 0;
	border-radius: 20px;
}
.cross-sells h2 {
		margin-bottom: 15px;
	}
	
.condition-products .product img {
  width: 100%;
  height: 250px; /* You can change to any fixed height */
  object-fit: cover; /* Crop and center image */
  aspect-ratio: 1 / 1; /* Square ratio; remove this line for fixed height instead */
  display: block;
}	
	
.condition-products .product h2 {
    display: -webkit-box !important;
    -webkit-line-clamp: 3 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
    min-height: 2lh;
}	
	
}

@media only screen and (max-width:991px) {
    a.my-basket:after {
        content: attr(title);
        position: relative;
        font-size: 14px;
        padding-left: .5rem;
    }
	
	.site-footer .upper-footer .column-1 > .row {
		margin:0 auto;
	}
	
	.content-group-sections .content-column {
 	 max-width: 100%;
	}
	.col-lg-5.col-md-12.featured-img-column {
 	 margin-bottom: 15px;
	}
	.col-lg-4.col-md-6.content-column {
  margin-bottom: 15px;
	}
	.tagline-carousel{border-radius: var(--card-radius);}

	.header-right-section a {  margin-right: 0px !important;}
	
	.content-group-sections.section-even .content-column {
    order: 2;
	}
	
	#navbar .mobile-visible{display:block!important;}
	
	.woocommerce-MyAccount-content .woocommerce-orders-table tr {
		margin-bottom: 20px!important;
	}

	.woocommerce-MyAccount-content .woocommerce-orders-table tbody td {
		text-align: right !important;
		padding: 15px!important;
	}
	
	.site-header #navbar > ul > li.menu-btn {
        background: var(--theme-primary-color)!important;
		padding: 0px !important;
    }
	
.navbar-header .my-basket {
        margin-top: 10px;}
		
li.menu-btn.d-none.d-lg-flex{display: block !important;}
li.menu-btn.d-none.d-lg-flex a{padding-top:5px!important}	
	
	ul.header-socials li a {
    width: 100%;
    float: left;
	}
	
	.top-header-tagline .col-lg-6.col-md-6.col-sm-12.text-right {
    text-align: center !important;
	}
	
}


@media (max-width: 767px) {
	
	.owl-theme .owl-dots .owl-dot {
        background: transparent !important;
        border: none !important;
    }
	
	ul.header-socials li a {
    width: 100%;
    float: left;
	}
	
	.top-header-tagline .col-lg-6.col-md-6.col-sm-12.text-right {
    text-align: center !important;
	}
	
	
	.owl-carousel.tagline-carousel .item {
    margin: 0 auto;
	}
	
	
.mobile-visible {
    display: block !important;
  }
	
.column-1 h4, .column-2 h4, .column-3 h4, .column-4 h4{text-align:center;}
	.newsletter-form {
  display: block;
}

.newsletter-form label {
  margin-left: 0px;margin-bottom: 10px;}
	
.column-1 ul.social-links{
  justify-content: center;
  display: flex;
}	
	
.header-style-3 .topbar .topbar-links {
  display: inline-block!important;
}	
.header-socials {
  margin-top: 10px;
}	
	
.order-step-section .content-column {
  max-width: 100%;
}	
.site-footer .upper-footer .column-1 > .row {
    max-width: 100%;
}	
	
.featured-prod-col .products .owl-buttons .owl-next {
  right: 18px!important;
}

.featured-prod-col .products .owl-buttons .owl-prev {
  left: 18px !important;
}
.featured-prod-col .products .owl-buttons .owl-prev, .featured-prod-col .products .owl-buttons .owl-next {
  width: 40px!important;
  height: 40px!important;}	
	
		
	
	ul.nav-list {
    text-align: left;
}
.footer-navs h4 {
    text-align: left;
}
.footer-social-info, .footer-social-info h4{text-align:left;}
.col-xl-4.col-lg-4.col-md-12.column-4 {
    text-align: left;
}
	
	.slide-featured-image	{ width: 150px !important;        float: left;}
	.slide-inner.slide-bg-image.slide-7013 .slide-featured-image{width:160px!important;}	
	
	.cart-collaterals {
    display: flex;
    flex-direction: column;
  }

  .cart-collaterals > .cart_totals {
    order: 1; /* show totals first */
  }

  .cart-collaterals > .cross-sells {
    order: 2; /* show cross-sells after totals */
  }
	.cross-sells h2 {
		margin: 30px 0px;
	}

	.upper-footer .column-1 {
    text-align: left;
	}	
	.upper-footer ul.social-links{
    display: inline-block;
	}
	
}

@media (max-width: 575px) {
	.col-lg-6.col-md-6.col-sm-8.col-xs-8 {  width: 85%!important;}
	.col-lg-3.col-md-6.col-sm-4.col-xs-4 {  width: 15%!important;}	
	.slide-featured-image	{ width: 110px !important;        float: left;}
}


@media (max-width: 480px) {
	
	header .topbar {
		display: block!important;
	  }
	
	 form#order_review table.shop_table td.product-price, td.product-subtotal {
        display: table-cell!important;
        text-align: left !important;
    }
	
	.practitioner-order-section table.woocommerce-review-orders-table.woocommerce-MyAccount-orders.shop_table.shop_table_responsive.my_account_orders tr td {
    padding-left: 15px;
    padding-right: 15px;
	}
	
.practitioner-order-action, .order-status-wrapper .order-status, .order-notes-action-wrapper a {
	 width: auto!important;}
	
	
	.woocommerce-MyAccount-content table.woocommerce-orders-table.woocommerce-MyAccount-orders.shop_table.shop_table_responsive.my_account_orders.account-orders-table.personal-orders-table tr.order td::before {
		content: attr(data-title) ": "!important;
	}
	
	
}



/************Updated CSS after Testing issues**************/


@media only screen and (min-width: 769px) {
	

 table.woocommerce-orders-table.woocommerce-MyAccount-orders.shop_table.shop_table_responsive.my_account_orders.account-orders-table.personal-orders-table tbody td:not(:last-child)::before, table.woocommerce-orders-table.woocommerce-MyAccount-orders.shop_table.shop_table_responsive.my_account_orders.account-orders-table.personal-orders-table tbody td:not(:last-child)::before {
  background: rgb(189 186 179) !important;
}
table.woocommerce-orders-table.woocommerce-MyAccount-orders.shop_table.shop_table_responsive.my_account_orders.account-orders-table.personal-orders-table tbody td:not(:last-child)::before, table.woocommerce-orders-table.woocommerce-MyAccount-orders.shop_table.shop_table_responsive.my_account_orders.account-orders-table.personal-orders-table tbody td:not(:last-child)::before {
  top: calc(50% - 25px) !important;
  transform: translateY(0%) !important;
}
table.woocommerce-orders-table.woocommerce-MyAccount-orders.shop_table.shop_table_responsive.my_account_orders.account-orders-table.personal-orders-table tbody td:not(:last-child)::before, table.woocommerce-orders-table.woocommerce-MyAccount-orders.shop_table.shop_table_responsive.my_account_orders.account-orders-table.personal-orders-table tbody td:not(:last-child)::before {
  content: '';
  background: rgba(223, 233, 240, 1);
  height: 50px;
  width: 1px;
  right: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  transform: translateY(30%);
}

}

.container.featured-prod-col {
    z-index: 0;
    position: relative;
}
.result {
    max-height: 500px;
    overflow-y: scroll;
    border-radius: 5px;
    overflow-x: hidden;
}

@media only screen and (max-width: 768px) {
	
	table.woocommerce-orders-table.woocommerce-MyAccount-orders.shop_table.shop_table_responsive.my_account_orders.account-orders-table td.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-actions::before {
        top: 10px;
    }
	
	
	.woocommerce-orders-table.woocommerce-MyAccount-orders.shop_table.shop_table_responsive.my_account_orders.account-orders-table.personal-orders-table .woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-actions{justify-content: end!important;}
 
 
	 .woocommerce-orders-table.woocommerce-MyAccount-orders.shop_table.shop_table_responsive.my_account_orders.account-orders-table.personal-orders-table .woocommerce-orders-table__row.woocommerce-orders-table__row--status-processing.order td.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-actions {

    justify-content: end !important;
	}
 
	
	.woocommerce .practitioner-order-section td.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-approve-decline .order-action-wrapper .theme-btn-secondary {display: block;}
	
	.woocommerce .woocommerce-MyAccount-content table.woocommerce-orders-table.woocommerce-MyAccount-orders.shop_table.shop_table_responsive.my_account_orders.account-orders-table.personal-orders-table td.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-actions{
	align-items: end; 
    justify-content: space-between;
	}
	
	.woocommerce .woocommerce-MyAccount-content table.woocommerce-orders-table.woocommerce-MyAccount-orders.shop_table.shop_table_responsive.my_account_orders.account-orders-table.personal-orders-table td.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-actions{
		width:fit-content!important.
	}
	
	
	.practitioner-order-section .woocommerce-MyAccount-orders.shop_table.shop_table_responsive.my_account_orders.account-orders-table .woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-prescription-details .order-notes-action-wrapper a{margin-left:0px!important;margin-right:0px!important}
	
	
	.pharmacy-prec-table .woocommerce-order-items-table.woocommerce-MyAccount-orders.shop_table.shop_table_responsive.my_account_orders.account-orders-table tr td::before{  content: "";}
	
	td.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-prescription-details .order-notes-action-wrapper a.theme-btn-secondary.text-capitalize {
	  margin-left: .5rem!important;
	  margin-right: .5rem!important;
	}
	
	
	.practitioner-order-wrapper .template-wrapper .btn.theme-btn-secondary-s4.mr-3.dismiss-modal.my-3{width:auto;display: inline-block;}
	
	.practitioner-order-wrapper .template-wrapper .btn.theme-btn-secondary.prescription-status-action.mr-3.my-3.w-auto{display: inline-block;}
	
	
	
	form.woocommerce-form.woocommerce-form-register.register p.form-row.form-row-last, form.woocommerce-form.woocommerce-form-register.register p.form-row.form-row-first, form.woocommerce-form.woocommerce-form-register.register select#req_patient_gender {
    width: 100%!important;
	display:block!important;
	}
	
	 table.shop_table.shop_table_responsive.woocommerce-checkout-review-order-totals-table tr.cart-subtotal {
        border-bottom: 1px solid;
    }
	
    table.shop_table.shop_table_responsive.woocommerce-checkout-review-order-totals-table tr.order-total td {
        background-color: transparent;
    }	
	
	table.woocommerce-orders-table.woocommerce-MyAccount-orders.shop_table.shop_table_responsive.my_account_orders.account-orders-table td.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-actions a {
    width: 110px!important;
	}
	table.woocommerce-orders-table.woocommerce-MyAccount-orders.shop_table.shop_table_responsive.my_account_orders.account-orders-table td.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-actions .button {
     margin-right: 0px!important;
	}
	
	button.shipping-form-toggle.theme-btn-gradient.border-none.active{		margin-bottom: 15px !important;	}
	
	table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents tbody tr td .coupon button.button{margin-left: 0 !important;    margin-right: 0px !important;}
	
	.woocommerce #content table.cart td.actions .coupon, .woocommerce table.cart td.actions .coupon, .woocommerce-page #content table.cart td.actions .coupon, .woocommerce-page table.cart td.actions .coupon{width:100%!important;margin-right:0px!important;margin-left:0px!important;}
	
	
	
	.woocommerce #content table.cart td.actions .coupon {    width: 100% !important;}
	.woocommerce #content table.cart td.actions .coupon input#coupon_code{    width: 100% !important;}

	.woocommerce #content table.cart td.actions .coupon button.button{margin-left: 0 !important;    margin-right: 0px !important;}	
	
	#add_payment_method table.cart td.actions .coupon .input-text, .woocommerce-cart table.cart td.actions .coupon .input-text, .woocommerce-checkout table.cart td.actions .coupon .input-text {
    width: 100% !important;}
		
	p.woocommerce-shipping-destination {
    margin-top: 10px;
	}
	
	.woocommerce-cart-form__contents tr.woocommerce-cart-form__cart-item.cart_item td::before { content: ""!important;    }
	
	
	.cart-collaterals table.shop_table.shop_table_responsive td::before { content: ""!important;    }
	
	
	table.woocommerce-orders-table.woocommerce-MyAccount-orders.shop_table.shop_table_responsive.my_account_orders.account-orders-table td.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-actions{
		justify-content: flex-end !important;
		gap: 5px;}
	
	
	a.theme-btn-s4.re-order.w-100.mt-2.text-center.re-order{width:150px;}
	
	table.woocommerce-orders-table.woocommerce-MyAccount-orders.shop_table.shop_table_responsive.my_account_orders.account-orders-table td.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-actions::before{position:absolute; left:15px;}
	
	table.woocommerce-orders-table.woocommerce-MyAccount-orders.shop_table.shop_table_responsive.my_account_orders.account-orders-table td{padding:15px!important;}
	
	
	table.woocommerce-orders-table.woocommerce-MyAccount-orders.shop_table.shop_table_responsive.my_account_orders.account-orders-table td.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-total {
    justify-content: flex-end !important;
    gap: 5px;
	}
	
	
	
	a.theme-btn-s4.re-order.w-100.mt-2.text-center.re-order {
    width: auto!important;
	}

	
	table.woocommerce-orders-table.woocommerce-MyAccount-orders.shop_table.shop_table_responsive.my_account_orders.account-orders-table td.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-total {
    justify-content: flex-end !important;
    gap: 5px;
	}


	.woocommerce table.woocommerce-orders-table.woocommerce-MyAccount-orders.shop_table.shop_table_responsive.my_account_orders.account-orders-table tr td.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-total::before, .woocommerce-page table.woocommerce-orders-table.woocommerce-MyAccount-orders.shop_table.shop_table_responsive.my_account_orders.account-orders-table tr td.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-total::before {
			position: absolute;
			left: 15px;
	}
		
	
	
	.woocommerce-page table.woocommerce-order-items-table.woocommerce-MyAccount-orders.shop_table.shop_table_responsive.my_account_orders.account-orders-table tr td {
    width: 33%!important;
    flex: 0 0 calc(33.33% - 2px);
	}
	
	.practioner-order-items .woocommerce-order-items-table.woocommerce-MyAccount-orders.shop_table.shop_table_responsive.my_account_orders.account-orders-table tr td{width:33.33%;}
	
	
	/*.woocommerce-orders-table.woocommerce-MyAccount-orders.shop_table.shop_table_responsive.my_account_orders.account-orders-table.personal-orders-table td.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-actions::before{position:absolute;    left: 0;}*/
	
	
	.woocommerce-orders-table.woocommerce-MyAccount-orders.shop_table.shop_table_responsive.my_account_orders.account-orders-table.personal-orders-table .woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-actions a{width:100%!important;}
	
	.woocommerce-orders-table.woocommerce-MyAccount-orders.shop_table.shop_table_responsive.my_account_orders.account-orders-table.personal-orders-table tr td{
	display: flex !important;
    justify-content: space-between !important;
	width: 100% !important;
	align-items:center;}
	
	
	.woocommerce-cart .woocommerce table.shop_table_responsive tr, .woocommerce-page table.shop_table_responsive tr {
	  display: block !important;
	}
	
	
	.woocommerce .woo-practitioner-orders-wrapper table tbody tr:first-child, .woocommerce .woo-practitioner-orders-wrapper table tbody tr td:first-child {
	  border-top-left-radius: 0px!important;
	  border-bottom-left-radius: 0px!important;
	}
	
	.woocommerce table.shop_table_responsive tr td, .woocommerce-page table.shop_table_responsive tr td {
	  border-radius: 0px!important;}
	
	
	.woocommerce .woo-practitioner-orders-wrapper table tbody tr:last-child, .woocommerce .woo-practitioner-orders-wrapper table tbody tr td:last-child {
	  border-top-right-radius: 0px!important;
	  border-bottom-right-radius: 0px!important;

	}
	
	
	.pharmacy-prec-table .woocommerce-order-items-table.woocommerce-MyAccount-orders.shop_table.shop_table_responsive.my_account_orders.account-orders-table thead tr{background-color: var(--color-theme-green);}
	
	
	.practitioner-order-completed-wrapper table.woocommerce-MyAccount-orders.shop_table.shop_table_responsive.my_account_orders.account-orders-table tr td.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-approve-decline .order-status-wrapper {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
	}
	.practitioner-order-completed-wrapper table.woocommerce-MyAccount-orders.shop_table.shop_table_responsive.my_account_orders.account-orders-table tr td.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-prescription-details a {
		margin: 0;
		width: 100%;
	}

	.practitioner-order-completed-wrapper .practitioner-order-section table.woocommerce-MyAccount-orders.shop_table.shop_table_responsive.my_account_orders.account-orders-table tr.woocommerce-orders-table__row.order td {
		width: 100%;
	}
	
	
	.order-notes-action-wrapper strong.mobile-only-table-heading{position: absolute;        left: 30px;}
		
	.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-prescription-details .order-notes-action-wrapper strong.mobile-only-table-heading{left: 10px!important;}	
	
	.practitioner-order-completed-wrapper .practitioner-order-section table.woocommerce-MyAccount-orders.shop_table.shop_table_responsive.my_account_orders.account-orders-table tr{margin-bottom: 10px;}

	tr.cart_item > td {
		border: none !important;
	}

	.woocommerce-checkout-review-order-totals-table tr {
		display:table-row !important;
	}
	.woocommerce-checkout-review-order-totals-table th {
		display:table-cell !important;
	}

    .page-title .breadcrumb li {
        font-size: 14px;
        font-size: 0.875rem;
    }
	
	.banner-content .theme-btn{width:100%!important;}
	
	.call-to-action .theme-btn-gradient {
    margin-bottom: 15px;
	}
	
	.woocommerce .woo-practitioner-orders-wrapper table.shop_table tbody td {text-align:left!important}
	   
	.mobile-only, .mobile-only-table-heading {
        margin-bottom: 5px;
    }
	
	
	.woocommerce .woocommerce-MyAccount-content .modal table.shop_table tbody td {text-align:left!important;}

	
	.u-columns.woocommerce-Addresses.col2-set.addresses .woocommerce-Address {
    max-width: 100%!important;
	}
	
	
	.page-title .breadcrumb li {
        font-size: 14px;
        font-size: 0.875rem;
    }
	
	.banner-content .theme-btn{width:100%!important;}
	
	.call-to-action .theme-btn-gradient {
    margin-bottom: 15px;
	}
	
	.woocommerce .woo-practitioner-orders-wrapper table.shop_table tbody td {text-align:left!important}
	   
	.mobile-only, .mobile-only-table-heading {
        margin-bottom: 5px;
    }
	
	
	.woocommerce .woocommerce-MyAccount-content .modal table.shop_table td.product-thumb {
    width: 50%;}
	
	.woocommerce .woocommerce-MyAccount-content .modal table.shop_table tbody td {text-align:left!important;}
	
	.woocommerce .woocommerce-MyAccount-content .modal table.shop_table td.product-thumb img {
    border-bottom-left-radius: var(--border-radius)!important;
    border-bottom-right-radius: var(--border-radius)!important;
	}
	
	
	.woocommerce-page  .woocommerce-notices-wrapper .woocommerce-message .button.wc-forward {
	  max-width: fit-content;
	  margin-left: 0px;
	  align-self: flex-start;
	  margin-top: 1.5rem !important;
	}

	.woocommerce-notices-wrapper .woocommerce-message {
	  display: flex;
	  flex-direction: column;
	  gap: .5rem;
	  align-items: flex-start;
	}
	.woocommerce-notices-wrapper .woocommerce-message::before {
	  top: 30px;
	}
	
	.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-date {
	  display: flex !important;
	  justify-content: space-between!important;
	  width: 100%!important;
	}


	.woocommerce-button.button.view {
	  margin: 0 !important;
	  width: fit-content!important;
	}
	
	.woocommerce table.woocommerce-order-items-table.woocommerce-MyAccount-orders.shop_table.shop_table_responsive.my_account_orders.account-orders-table tr, .woocommerce-page table.woocommerce-order-items-table.woocommerce-MyAccount-orders.shop_table.shop_table_responsive.my_account_orders.account-orders-table tr {
    justify-content: flex-start!important;
    gap: 5px;
	}
	.woocommerce-page table.woocommerce-order-items-table.woocommerce-MyAccount-orders.shop_table.shop_table_responsive.my_account_orders.account-orders-table tr td:last-child {
		width: 25%;
	}
	.woocommerce-page table.woocommerce-order-items-table.woocommerce-MyAccount-orders.shop_table.shop_table_responsive.my_account_orders.account-orders-table tr td {
		width: 35%;
	}
	.woocommerce-page table.woocommerce-order-items-table.woocommerce-MyAccount-orders.shop_table.shop_table_responsive.my_account_orders.account-orders-table tr:nth-child(2n) td, .woocommerce-page table.woocommerce-order-items-table.woocommerce-MyAccount-orders.shop_table.shop_table_responsive.my_account_orders.account-orders-table tr:nth-child(2n) {
		background: #f3f3f3!important;
	}
	.woocommerce-page table.woocommerce-order-items-table.woocommerce-MyAccount-orders.shop_table.shop_table_responsive.my_account_orders.account-orders-table tr td {
		border: 0!important;
	}
	.woocommerce-page table.woocommerce-order-items-table.woocommerce-MyAccount-orders.shop_table.shop_table_responsive.my_account_orders.account-orders-table tr .mobile-only-table-heading {
		display: block !important;
		line-height: 1.2;
		font-size: 14px;
		margin-bottom: 9px;
	}
	.practitioner-order-under-review-wrapper .practitioner-order-section table.woocommerce-review-orders-table.woocommerce-MyAccount-orders.shop_table.shop_table_responsive.my_account_orders.account-orders-table td.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-approve-decline .order-action-wrapper strong {
		float: left;
		width: fit-content!important;
		position: absolute;
		left: 30px;
		top: 30px;
	}
	
	
	table.woocommerce-orders-table.woocommerce-MyAccount-orders.shop_table.shop_table_responsive.my_account_orders.account-orders-table td {
	margin-bottom: 0!important;
	}
	table.woocommerce-orders-table.woocommerce-MyAccount-orders.shop_table.shop_table_responsive.my_account_orders.account-orders-table tr {
		border-radius: 2px;
		margin-bottom: 20px;
	}
	table.woocommerce-orders-table.woocommerce-MyAccount-orders.shop_table.shop_table_responsive.my_account_orders.account-orders-table td:last-child {
		padding-left: 25px;
		border-radius: 0px 0px 2px 2px !important;
		padding-right: 25px;
	}
	footer.site-footer .upper-footer .col-lg-4.col-xl-4.col-md-12.mb-3.column-1 {
		display: flex;
		justify-content: center;
	}
	.woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table tbody tr:first-child, .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table tbody tr td:first-child {
		border-top-left-radius: 2px!important;
		border-bottom-left-radius: 0px!important;
	}
	.my_account_orders tr.woocommerce-orders-table__row.order {
		flex-wrap: wrap;
	}
	.my_account_orders tr.woocommerce-orders-table__row.order td.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-actions {
		justify-content: end;
		gap: 10px;
	}
	table.woocommerce-orders-table.woocommerce-MyAccount-orders.shop_table.shop_table_responsive.my_account_orders.account-orders-table tr td {
		width: 100%;
	}
		div#practitioner-order-modal.view-prescriptions  .practitioner-order-wrapper .woo-practitioner-orders-wrapper .col-lg-12 {
		padding: 0;
	}
	div#practitioner-order-modal.view-prescriptions  .practitioner-order-wrapper .woo-practitioner-orders-wrapper a.theme-btn-secondary.mx-2.order-prescription-action {
		width: fit-content!important;
		padding-left: 15px!important;
		padding-right: 15px!important;
		min-width: fit-content!important;
		font-size: 13px!important;
	}
	div#practitioner-order-modal.view-prescriptions  .practitioner-order-wrapper .woo-practitioner-orders-wrapper td.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-patient-details strong {
		/*display: none!important; */
		position: absolute;
		left: 5px;
		display: block!important;
	}
	div#practitioner-order-modal.view-prescriptions  .practitioner-order-wrapper .woo-practitioner-orders-wrapper td.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-patient-details {
		flex-wrap: wrap;
		justify-content: end!important;
		align-items: center;
		gap: 15px;
	}
	div#practitioner-order-modal.view-prescriptions  .practitioner-order-wrapper .woo-practitioner-orders-wrapper td.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-patient-details a {
		width: fit-content !important;
		margin: 0;
	}
	div#practitioner-order-modal.view-prescriptions  .practitioner-order-wrapper .woo-practitioner-orders-wrapper td.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-patient-details {
		flex-wrap: wrap;
	}
	div#practitioner-order-modal.view-prescriptions  .practitioner-order-wrapper .woo-practitioner-orders-wrapper td:before {
		display: none!important;
	}
	

	div#practitioner-order-modal.view-prescriptions .practitioner-order-under-review-wrapper .practitioner-order-section tbody tr {
		flex-wrap: wrap;
	}
	div#practitioner-order-modal.view-prescriptions .practitioner-order-under-review-wrapper .practitioner-order-section tbody tr td.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-patient-details a {
		min-width: 150px;
	}
	div#practitioner-order-prescription-modal .practitioner-prescription-wrapper thead tr, div#practitioner-order-prescription-modal .practitioner-prescription-wrapper thead td {
		text-align: center;
		justify-content: flex-start;
	}
	div#practitioner-order-prescription-modal .practitioner-prescription-wrapper thead {
		display: block !important;
		text-align: center;
	}
	div#practitioner-order-prescription-modal .practitioner-prescription-wrapper thead th {
		width: 50%!important;
		text-align: center!important;
	}
	div#practitioner-order-prescription-modal .practitioner-prescription-wrapper td{
		text-align: center!important;
		background: transparent;
	}
	div#practitioner-order-prescription-modal .practitioner-prescription-wrapper .presc-header-row .header-col-right h2 {
		font-size: 20px !important;
		margin-left: 20px;
	}
	div#practitioner-order-prescription-modal .practitioner-prescription-wrapper tbody tr:nth-child(even) td {
		background: transparent!important;
	}
	div#practitioner-order-prescription-modal .practitioner-prescription-wrapper tbody tr:nth-child(even) {
		background: #dddddd40 !important;
	}
	.woocommerce div#practitioner-order-prescription-modal table.shop_table_responsive tr:nth-child(2n) td, div#practitioner-order-prescription-modal table.shop_table_responsive tr:nth-child(2n) td {
		background-color: transparent;
	}
	
	.practitioner-order-section table.woocommerce-review-orders-table.woocommerce-MyAccount-orders.shop_table.shop_table_responsive.my_account_orders tr td {
    margin: 0!important;
	}
	
	
	.practitioner-order-section table.woocommerce-review-orders-table.woocommerce-MyAccount-orders.shop_table.shop_table_responsive.my_account_orders tr td {
        width: 100%!important;
        display: flex!important;
        justify-content: space-between!important;
    }
	
	.practitioner-order-section table.woocommerce-review-orders-table.woocommerce-MyAccount-orders.shop_table.shop_table_responsive.my_account_orders tr td.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-approve-decline {
    justify-content: flex-end !important;
	}
	
	.woocommerce .woo-practitioner-orders-wrapper .practitioner-order-section table.shop_table tbody td:not(:last-child)::before, .woocommerce .practitioner-order-completed-wrapper table.shop_table tbody td:not(:last-child)::before {
		
		width: 0px!important;
	}
	
	.woocommerce .practitioner-order-section tr td.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-approve-decline::before{content: ""!important;} 

	 
	.woocommerce .woo-practitioner-orders-wrapper table.shop_table tbody tr:last-child, .woocommerce .woo-practitioner-orders-wrapper table.shop_table tbody tr td:last-child {
	  overflow: hidden;
	}
	
	.woocommerce table.woocommerce-order-items-table.woocommerce-MyAccount-orders.shop_table.shop_table_responsive.my_account_orders.account-orders-table tr, .woocommerce-page table.woocommerce-order-items-table.woocommerce-MyAccount-orders.shop_table.shop_table_responsive.my_account_orders.account-orders-table tr {
        justify-content: flex-start !important;
        gap: 5px;
		display: flex !important;
        align-items: flex-start!important;
    }
	.woocommerce-page table.woocommerce-order-items-table.woocommerce-MyAccount-orders.shop_table.shop_table_responsive.my_account_orders.account-orders-table tr td {
        width: 35%;
    }
	
	
	
	.woocommerce .practioner-order-items .woocommerce-order-items-table.woocommerce-MyAccount-orders.shop_table.shop_table_responsive.my_account_orders.account-orders-table tr td::before, .woocommerce-page .practioner-order-items .woocommerce-order-items-table.woocommerce-MyAccount-orders.shop_table.shop_table_responsive.my_account_orders.account-orders-table tr td::before {
	  content: ""!important;
	}
	
	.woocommerce .woocommerce-MyAccount-content .modal table.shop_table{border:1px solid var(--color-theme-blue);}
	
	.woocommerce .prescription-items-data table.woocommerce-order-items-table.shop_table.woocommerce-MyAccount-orders.shop_table_responsive.my_account_orders.account-orders-table tr td::before {	content: ""!important;}
	
	
	.practitioner-order-completed-wrapper table tr td.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-prescription-details::before {
		content: ""!important;}
	
	.practitioner-order-completed-wrapper .practitioner-order-section table.woocommerce-MyAccount-orders.shop_table.shop_table_responsive.my_account_orders.account-orders-table tr.woocommerce-orders-table__row.order td.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-prescription-details {
        justify-content: flex-end !important;
    }
	
	.consulation_form_section .woo-practitioner-orders-wrapper .practitioner-order-section table.woocommerce-MyAccount-orders.shop_table.shop_table_responsive.my_account_orders.account-orders-table td.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-prescription-details {
        position: relative;
    }
	
	.order-notes-action-wrapper {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    row-gap: .5rem;
	}

	
	.woocommerce table.shop_table_responsive tr, .woocommerce-page table.shop_table_responsive tr {
        display: flex !important;
        align-items: flex-start;
        justify-content: space-between;
    }
	
	
	
	.practitioner-order-completed-wrapper table.woocommerce-MyAccount-orders.shop_table.shop_table_responsive.my_account_orders.account-orders-table tr td {
        margin-bottom: 0;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
	
	.page-banner .banner-image{	margin: 0 auto;}
	
	
	
	
	.term-banner-content-wrapper a.theme-btn-gradient.mr-3 {
    margin-bottom: 10px !important;
	}


	.practitioner-order-section .woocommerce-MyAccount-orders.shop_table.shop_table_responsive.my_account_orders.account-orders-table tr td{padding:10px;}

	 .pharmacy-prec-table .woocommerce-order-items-table.woocommerce-MyAccount-orders.shop_table.shop_table_responsive.my_account_orders.account-orders-table{  content: "";}


	#add_payment_method .cart-collaterals .cart_totals tr td, #add_payment_method .cart-collaterals .cart_totals tr th, .woocommerce-cart .cart-collaterals .cart_totals tr td, .woocommerce-cart .cart-collaterals .cart_totals tr th, .woocommerce-checkout .cart-collaterals .cart_totals tr td, .woocommerce-checkout .cart-collaterals .cart_totals tr th, .woocommerce-cart .cart-collaterals .cart_totals tr th, .cart-collaterals .cart_totals tr th {
		  border-top: 0px!important;
		}

	  table.woocommerce-orders-table.woocommerce-MyAccount-orders.shop_table.shop_table_responsive.my_account_orders.account-orders-table td.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-actions::before {
		position: absolute;
		left: 5px!important;
	  }

	  table.woocommerce-orders-table.woocommerce-MyAccount-orders.shop_table.shop_table_responsive.my_account_orders.account-orders-table td {
		padding: 5px !important;
	  }

	  .woocommerce table.woocommerce-orders-table.woocommerce-MyAccount-orders.shop_table.shop_table_responsive.my_account_orders.account-orders-table tr td.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-total::before, .woocommerce-page table.woocommerce-orders-table.woocommerce-MyAccount-orders.shop_table.shop_table_responsive.my_account_orders.account-orders-table tr td.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-total::before {
		position: absolute;
		left: 5px;
	  }
	  
	   .practitioner-order-under-review-wrapper .practitioner-order-section table.woocommerce-review-orders-table.woocommerce-MyAccount-orders.shop_table.shop_table_responsive.my_account_orders.account-orders-table td.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-approve-decline .order-action-wrapper strong {
	   left: 10px;}
	   
	 .practitioner-order-sectionn table.woocommerce-review-orders-table.woocommerce-MyAccount-orders.shop_table.shop_table_responsive.my_account_orders.account-orders-table td.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-approve-decline tr td::before {
	   content: ""!important;}
	   
	  
	 .service-single-section.about-section .col.col-md-12{padding:0px!important}
		
	 
	.practioner-order-items .woocommerce-order-items-table.woocommerce-MyAccount-orders.shop_table.shop_table_responsive.my_account_orders.account-orders-table tr {    gap: 0!important; }	

	.practitioner-order-section .woocommerce-orders-table.woocommerce-review-orders-table.woocommerce-MyAccount-orders.shop_table.shop_table_responsive.my_account_orders.account-orders-table .woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-patient-details a{text-align:center;}


	.prescriber-verification-form .modal-action-wrapper.mt-3 .btn.theme-btn-s4.mx-1.dismiss-modal.my-3{margin: 0px 0px 0px 5px!important;}
		
		
	
}






@media only screen and (min-width: 400px) and (max-width: 525px) {
	div#practitioner-order-modal.view-prescriptions  .practitioner-order-wrapper .woo-practitioner-orders-wrapper td.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-patient-details {
		gap: 10px!important;
	}
	div#practitioner-order-modal.view-prescriptions .practitioner-order-under-review-wrapper .practitioner-order-section tbody tr td.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-patient-details a {
		min-width: fit-content!important;
		padding-left: 15px!important;
		padding-right: 15px!important;
	}
}




@media only screen and (min-width: 769px) and (max-width: 1024px) {

.woocommerce-orders-table.woocommerce-MyAccount-orders.shop_table.shop_table_responsive.my_account_orders.account-orders-table.personal-orders-table tr td {
    border-radius: 0px!important;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
  }
  
    .woocommerce-orders-table__cell-order-actions::before {
    content: "";}

}


@media only screen and (min-width: 601px) and (max-width: 768px) {
	.my_account_orders tr.woocommerce-orders-table__row.order td.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-actions:before {
		position: absolute;
		left: 30px;
	}
	}

@media only screen and (min-width: 425px) and (max-width: 525px) {
	div#practitioner-order-modal.view-prescriptions  .practitioner-order-wrapper .woo-practitioner-orders-wrapper td.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-patient-details {
		gap: 10px!important;
	}
	div#practitioner-order-modal.view-prescriptions .practitioner-order-under-review-wrapper .practitioner-order-section tbody tr td.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-patient-details a {
		min-width: fit-content!important;
		padding-left: 15px!important;
		padding-right: 15px!important;
	}
}

@media (max-width: 550px) {
	
	.header-style-1 .topbar .container, .header-style-2 .topbar .container, .header-style-3 .topbar .container {  font-size: 13px;}
	
	nav.woocommerce-MyAccount-navigation a.theme-btn-primary-new.mr-3.review_orders {
		display: block!important;
		width: fit-content!important;
		margin: 0 auto 20px!important;
	}
	nav.woocommerce-MyAccount-navigation a.theme-btn-dark-1.change_my_signature {
		display: block!important;
		width: fit-content!important;
		margin: 0 auto!important;
	}
	.woo-practitioner-orders-wrapper .col-lg-12.col-md-12.mb-4 {
		padding: 0!important;
	}
	.practitioner-order-section table.woocommerce-review-orders-table.woocommerce-MyAccount-orders.shop_table.shop_table_responsive.my_account_orders tr td {
		padding-left: 17px;
		padding-right: 17px;
	}
	.practitioner-order-under-review-wrapper .practitioner-order-section table.woocommerce-review-orders-table.woocommerce-MyAccount-orders.shop_table.shop_table_responsive.my_account_orders.account-orders-table td.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-approve-decline .order-action-wrapper strong {
		left: 17px!important;
	}
	
	.order-action-wrapper a {padding:10px;}
	
	
	.practitioner-order-section .woocommerce-orders-table.woocommerce-review-orders-table.woocommerce-MyAccount-orders.shop_table.shop_table_responsive.my_account_orders.account-orders-table .woocommerce-orders-table__cell.woocommerce-orders-table__cell-consultation-details{display:inline-block!important;float:right;}
	
	.practitioner-order-section .woocommerce-orders-table.woocommerce-review-orders-table.woocommerce-MyAccount-orders.shop_table.shop_table_responsive.my_account_orders.account-orders-table .woocommerce-orders-table__cell.woocommerce-orders-table__cell-consultation-details a{float:right;}
	
	.practitioner-order-under-review-wrapper, .practitioner-order-completed-wrapper {
    padding: 15px!important;}
	
	div#practitioner-order-modal.view-prescriptions .practitioner-order-under-review-wrapper .practitioner-order-section tbody tr td.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-patient-details a {
        min-width: 130px;
    }
	
	
	.service-single-section .col.col-md-12{padding:0px!important;}

	.practitioner-order-section table.woocommerce-MyAccount-orders.shop_table.shop_table_responsive.my_account_orders.account-orders-table tr td{padding:5px!important}

	.practitioner-order-section table.woocommerce-MyAccount-orders.shop_table.shop_table_responsive.my_account_orders.account-orders-table tr td .order-status{		width: 130px;}
		
		
	.order-notes-action-wrapper strong.mobile-only-table-heading {
        position: absolute;
        left: 15px;
    }	
	

	table.woocommerce-orders-table.woocommerce-MyAccount-orders.shop_table.shop_table_responsive.my_account_orders.account-orders-table td.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-actions .button {
     margin-right: 0px!important;
	}
	table.woocommerce-orders-table.woocommerce-MyAccount-orders.shop_table.shop_table_responsive.my_account_orders.account-orders-table td.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-actions a {
    width: 105px!important;
	}
	.woocommerce .practitioner-order-completed-wrapper, .woocommerce .practitioner-order-under-review-wrapper {
    padding: 10px !important;
	}
		
}


@media only screen and (max-width: 549px) {
 .woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-prescription-details .order-notes-action-wrapper strong.mobile-only-table-heading {
    left: 5px!important;
  }
  
  	.woocommerce-orders-table.woocommerce-MyAccount-orders.shop_table.shop_table_responsive.my_account_orders.account-orders-table .woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-actions a.pay, .woocommerce-orders-table.woocommerce-MyAccount-orders.shop_table.shop_table_responsive.my_account_orders.account-orders-table .woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-actions a.view, .woocommerce-orders-table.woocommerce-MyAccount-orders.shop_table.shop_table_responsive.my_account_orders.account-orders-table .woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-actions a.cancel{width: 75px !important;
    text-align: center !important;
    margin-bottom: 0px;}
	
	  div#practitioner-order-modal.view-prescriptions .practitioner-order-under-review-wrapper .practitioner-order-section tbody tr td.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-patient-details a {
		  min-width: 150px;
	  }
	
}	


@media screen and (max-width: 480px) {
    form#order_review table.shop_table td.product-price, td.product-subtotal {
        display: table-cell!important;
        text-align: left !important;
    }
	
	.practitioner-order-section table.woocommerce-review-orders-table.woocommerce-MyAccount-orders.shop_table.shop_table_responsive.my_account_orders tr td {
    padding-left: 15px;
    padding-right: 15px;
	}
	
	
	 .practitioner-order-action, .order-status-wrapper .order-status, .order-notes-action-wrapper a {
	 width: auto!important;}
	 
	 .header-socials > li {    margin-bottom: 0px;  }
	 
	  .header-style-3 .topbar .topbar-links {margin-bottom: 0px; }
	  
	  
	 .woocommerce-MyAccount-content .woocommerce-orders-table.woocommerce-MyAccount-orders.shop_table.shop_table_responsive.my_account_orders.account-orders-table.personal-orders-table .woocommerce-orders-table__row.woocommerce-orders-table__row--status-cancelled.order td::before {
		  content: attr(data-title) ": "!important;
		}
		
		
		
		
	.woocommerce-MyAccount-content .woocommerce-orders-table.woocommerce-MyAccount-orders.shop_table.shop_table_responsive.my_account_orders.account-orders-table.personal-orders-table .woocommerce-orders-table__row.woocommerce-orders-table__row--status-pending.order td::before {
		  content: attr(data-title) ": "!important;
		}
	
	.btn.newsletter {
    position: relative !important;
    border-top-left-radius: var(--btn-radius) !important;
	border-bottom-left-radius: var(--btn-radius) !important;
	}
	input.wpcf7-form-control.wpcf7-email.wpcf7-validates-as-required.wpcf7-text.wpcf7-validates-as-email.form-control.input-field {
    margin-bottom: 20px;
	}
	
}

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

	.wc-tabs-wrapper ul.tabs.wc-tabs li, .wc-tabs-wrapper ol.tabs.wc-tabs li{display:inline-block!important;margin-right: 10px !important;
    margin-bottom: 10px !important;}
	
}

@media only screen and (max-width: 800px) {
	
	.woocommerce nav.woocommerce-pagination ul li a{	padding: .5em!important;}

	.mobile-only-table-heading {
	display: none !important;
	}
	
	.woocommerce .cart-collaterals .cart_totals .shop_table .woocommerce-shipping-totals td {
    padding: 0px;
    background: transparent;
  }

}

@media only screen and (max-width: 768px) {
	
	.cart_totals .shop_table.shop_table_responsive th{display:block;}
	
	 .mobile-only-table-heading {    display: block !important;  }
	
	.woocommerce nav.woocommerce-pagination ul li a{	padding: .5em!important;}
	
	.woocommerce .woocommerce-tabs .panel {
		padding: 10px !important;
	}
	
	.woocommerce .woocommerce-tabs .faq-accordion .card-header {
		  padding: 20px;
	}
	.content-group-sections .content-column {
	max-width: 100%!important;}
	
	
	.woocommerce .woocommerce-MyAccount-content table.woocommerce-orders-table.woocommerce-MyAccount-orders.shop_table.shop_table_responsive.my_account_orders.account-orders-table.personal-orders-table td.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-actions{
	align-items: end; 
    justify-content: space-between;
	}
	
	.woocommerce .woocommerce-MyAccount-content table.woocommerce-orders-table.woocommerce-MyAccount-orders.shop_table.shop_table_responsive.my_account_orders.account-orders-table.personal-orders-table td.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-actions a{
		width:fit-content!important;
	}
	
	
	.woocommerce #content table.cart .product-thumbnail, .woocommerce table.cart .product-thumbnail, .woocommerce-page #content table.cart .product-thumbnail, .woocommerce-page table.cart .product-thumbnail {
  display: block;
	}	
	
	.woocommerce table.shop_table_responsive .woocommerce-cart-form__cart-item.cart_item td, .woocommerce-page table.shop_table_responsive .woocommerce-cart-form__cart-item.cart_item td {
	display: block;}
	
	.woocommerce table.shop_table_responsive tr.woocommerce-cart-form__cart-item.cart_item td::before{
	content: attr(data-title) ": "!important;}
	
	.woocommerce table.shop_table_responsive tr.woocommerce-cart-form__cart-item.cart_item td.product-thumbnail::before{
	content: ""!important;}
	
	 .practitioner-order-under-review-wrapper .practitioner-order-section table.woocommerce-review-orders-table.woocommerce-MyAccount-orders.shop_table.shop_table_responsive.my_account_orders.account-orders-table td.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-approve-decline .order-action-wrapper strong {
    left: 5px!important;
  }
  
  body .woocommerce .cart-collaterals .cross-sells {
		width: 100% !important;
	}
	body .woocommerce .cart-collaterals .cart_totals {
		width: 100% !important;
	}
}


/*Contact Page*/
.map-area iframe{
    margin-bottom: -10px !important;
}

/*Repeat Prescription Page*/

.template-content-right .wpcf7 {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    background: none;
    border-radius: 10px;
}