/*
Theme Name: Pharmacy Mentor
Author: Pharmacy Mentor
Author URI: https://www.pharmacymentor.com/
*/
.banner-content-wrapper .cta-block .btn.theme-btn-1 {
	padding: 1rem 2rem !important;
    font-size: 14pt !important;
    width: auto !important;
    animation: pulse-white 2s infinite;
}
.grid h3, .grid p {
	position: relative;
	z-index: 3;
}
.page-title .breadcrumb-container {
	margin: 0;
	border-radius: 0;
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}
.page-title .breadcrumb {
	background: transparent;
	justify-content: center;
	min-width: 90vw;
}
.login-modal .modal-dialog .modal-header img {
    max-width: 250px !important;
}
body.upw .upw > .upwthmenu .sub_menu_upw.from_right {
    right: 0 !important;
    left: auto !important;
    width: 1000px !important;
    max-width: 1000px !important;
    transform: none !important;
}

.menu__edge {
    padding: 20px;
	height: 100%;
    font-size: 14px;
    line-height: 1.3;
    font-weight: 500;
	background-color: rgba(236, 242, 246, 1);
	border-radius: 30px;
}

.menu__edge a.upw__button {
    padding: 10px 20px !important;
	width: auto !important;
	float: inline-start !important;
	margin: 0 0 20px 0;
}

body.upw .upw > .upwthmenu:hover {
    z-index: 999 !important;
    top: calc(100%) !important;
}

body.upw .upw > .upwthmenu .sub_menu_upw::before,
body.upw .upw > .upwthmenu .sub_menu_upw::after,
body.upw .upw > .upwthmenu .sub_menu_upw .sub_menu_upw::before,
body.upw .upw > .upwthmenu .sub_menu_upw .sub_menu_upw::after {
    content: none !important;
}

body.upw .upw > .upwthmenu .sub_menu_upw > li {
    float: left !important;
    width: 33% !important;
    margin: 0 0 0 0 !important;
    list-style: none !important;
    border: none !important;
	background: transparent !important;
}

body.upw .upw > .upwthmenu .sub_menu_upw > li.upw__title {
    width: 100% !important;
    margin: 0 0 20px 0 !important;
    line-height: 1;
}

body.upw .upw > .upwthmenu .sub_menu_upw > li.upw__title a,
body.upw .upw > .upwthmenu .sub_menu_upw > li.upw__title a:visited,
body.upw .upw > .upwthmenu .sub_menu_upw > li.upw__title:hover > a {
    font-size: 30px !important;
    padding: 0 !important;
    font-weight: 600;
    color: var(--upw-primary-color) !important;
    line-height: 1 !important;
}

body.upw .upw > .upwthmenu .sub_menu_upw > li:hover a {
    background: transparent !important;
    color: #383838;
}

body.upw .upw > .upwthmenu .sub_menu_upw > li.upw__title:hover > a {
    background-color: inherit !important;
}

body.upw .upw > .upwthmenu .sub_menu_upw > li a,
body.upw .upw > .upwthmenu .sub_menu_upw > li a:visited {
    font-size: 17px !important;
    width: 100% !important;
    max-width: 100% !important;
    transition: 300ms ease all;
    font-weight: 700 !important;
    color: var(--upw-primary-color);
    line-height: 1.5;
    word-wrap: break-word;
    display: flex;
    align-items: center;
    justify-content: flex-start;
	gap: 15px;
}

body.upw .upw > .upwthmenu .sub_menu_upw.upw-standard > li a,
body.upw .upw > .upwthmenu .sub_menu_upw.upw-standard > li a:visited {
    justify-content: unset;
}

body.upw .upw > .upwthmenu .sub_menu_upw > li a:hover,
body.upw .upw > .upwthmenu .sub_menu_upw > li a:focus {
    background-color: transparent !important;
    color: var(--upw-primary-color) !important;
}

body.upw .upw > .upwthmenu .sub_menu_upw > li > .sub_menu_upw {
    display: block !important;
    background: transparent;
    border-radius: none;
    color: #212121;
    opacity: 1;
    padding: 0;
    position: relative;
    right: auto;
    top: calc(100% + 2rem);
    transition: opacity 0.15s linear, transform 0.15s linear, right 0s 0.15s;
    transform: none;
    width: 100%;
    z-index: 1;
    margin: 5px 0 5px;
    float: left;
}

body.upw .upw > .upwthmenu .sub_menu_upw > li > .sub_menu_upw > li {
    width: 100% !important;
    padding: 0 0 0 20px !important;
}

body.upw .upw > .upwthmenu .sub_menu_upw > li:hover > ul,
body.upw .upw > .upwthmenu .sub_menu_upw > li:focus > ul,
body.upw .upw > .upwthmenu .sub_menu_upw > li.focus > ul {
    right: auto !important;
}

body.upw .upw > .upwthmenu .sub_menu_upw > li .arrow {
    display: inline-block;
    height: 10px;
    position: relative;
    width: 10px;
    padding: 0 !important;
    margin: 0 10px 0 0 !important;
}

body.upw .upw > .upwthmenu .sub_menu_upw > li .arrow::after {
    border-bottom-style: solid;
    border-bottom-width: 2px;
    border-right-style: solid;
    border-right-width: 2px;
    content: "";
    display: inline-block;
    height: 10px;
    left: 0;
    position: absolute;
    top: 0;
    width: 10px;
    border-color: var(--upw-primary-color);
}

body.upw .upw > .upwthmenu .sub_menu_upw > li .arrow.is-right {
    -moz-transform: rotate(315deg);
    -ms-transform: rotate(315deg);
    -webkit-transform: rotate(315deg);
    transform: rotate(315deg);
}

body.upw .upw > .upwthmenu .sub_menu_upw > li > a {
    text-decoration: none;
}

body.upw .upw > .upwthmenu {
	display: block;
	position: absolute !important;
	top: 100% !important;
	z-index: 999 !important;
	background-color: #fff !important;
	box-shadow: 0 20px 30px 0 rgb(0 0 0 / 20%), 0 3px 5px 0 rgb(0 0 0 / 10%) !important;
	white-space: normal !important;
	text-align: left !important;
	opacity: 0 !important;
	visibility: hidden !important;
	min-height: 280px !important;
	overflow: hidden;
	left: 50% !important;
	width: 100vw;
	max-width: 100vw !important;
	border-radius: 0 !important;
	padding: 30px 0;
	transform: translateX(-50%) !important;
}

body.upw .upw > .upwthmenu .sub_menu_upw > .menu__edge h4 {
    color: var(--upw-primary-color);
    font-size: 20px;
    line-height: 1.3;
    font-weight: 700;
    margin: 10px 0 20px 0;
}

body.upw .upw > .upwthmenu .sub_menu_upw > .menu__edge p {
    color: var(--upw-primary-color);
    font-size: 15px;
    line-height: 1.3;
    font-weight: 500;
    margin: 0 0 15px 0;
}

body.upw .upw > .upwthmenu .sub_menu_upw > .menu__edge a.upw__button {
    background-color: var(--upw-secondary-color) !important;
}

body.upw .upw > .upwthmenu .sub_menu_upw > .menu__edge {
    background-color: rgba(236, 242, 246, 1) !important;
    border-radius: 30px;
}

.upw li:hover > .upwthmenu, .upw li:hover > .upwthmenu .sub_menu_upw {
    opacity: 1 !important;
    visibility: visible !important;
}

body.upw .upw > .upwthmenu .upw_category_submenu {
    display: flex;
    flex-wrap: wrap;
}
#navbar #menu-main-menu .upw .sub_menu_upw .upw__menu_item a::after {
	content: "";
	position: absolute;
	bottom: -8px;
	left: 45px;
	width: 15%;
	border-bottom: 4px solid var(--upw-secondary-color);
}
@media (min-width: 992px) {
    #navbar #menu-main-menu .upw .upw__button:not(.inverse):hover {
        color: #fff !important;
    }
    #navbar .upw .sub_menu_upw .parent-menu .upw__menu_item.menu-item-has-children a {
        color: var(--upw-primary-color);
    }
    #navbar #menu-main-menu .upw .sub_menu_upw .upw__menu_item a {
        color: var(--upw-primary-color) !important;
		position: relative;
    }
    .upw .upw-shop-submenu  .upw__menu_item {
        background: #e7f4ff;
        margin-bottom: 20px !important;
        margin-right: 20px !important;
        border-bottom: 20px solid #c3e3ff !important;
        border-radius: 10px;
        padding: 20px 20px 40px 20px;
        width: 30.33% !important;
    }
    .upw .parent-menu .sub-cats {
        padding-left: 0;
        padding: 20px 20px 5px;
        background: #e7f4ff;
        list-style: none;
        border-bottom: 20px solid #e7f4ff;
        border-radius: 10px;
    }
    .upw .parent-menu .sub-cats li {
        margin: 0 0 10px 0;
    }

    /** Mega Menu **/
    .upw .sub_menu_upw:not(.upw_category_submenu) > li.upw__title {
        height: auto;
        margin: 0 0 20px 0 !important;
        padding: 0 0 10px 0 !important;
    }
    .upw .sub_menu_upw > li.upw__title {
        width: 100% !important;
    }
    .upw .upw-shop-submenu .upw__menu_item, .upw .sub_menu_upw > .upw__menu_item {
        background:none;
        margin-bottom: 20px !important;
        border-bottom: 20px solid var(--upw-secondary-color) !important;
        margin-right: 20px !important;
        border-radius: 10px;
        padding: 20px 20px 15px;
        width: 28% !important;
		color: var(--upw-primary-color) !important;
    }
    .upw .sub_menu_upw .parent-menu {
        width: 30% !important;
    }
    .upw .parent-menu h4 a, .upw .parent-menu h4 {
        color: var(--upw-primary-color) !important;
        font-size: 17px;
        text-transform: uppercase;
    }
    .upw .parent-menu .sub-cats {
        padding: 20px 20px 5px;
        background: var(--upw-primary-color);
        list-style: none;
        border-bottom: 20px solid var(--upw-secondary-color);
        border-radius: 10px;
    }
    .upw .parent-menu .sub-cats li {
        margin: 0 0 10px 0;
    }

    /** menu ends**/
}



:root {
	--upw-primary-faded-color: #5c9ba8;
}
h1, h2, h3, h4, h5, h6, p, a, ul, li {
	font-family: "Poppins", serif;
	font-style: normal;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: 700;
	color: var(--upw-primary-color);
}
.hero-slider .banner-content h1 {
	font-size: 55px;
}
.hero-slider .banner-content {
	padding: 95px 95px 95px 0;
	flex-direction: column;
}
.row {
	margin: 0;
}
.bg-light .section-padding {
	padding: 50px 0 100px 0;
}
.blog-wrapper {
	background: white;
	border-radius: 30px;
	overflow: hidden;
	min-height: 100%;
	transition: ease-in-out .1s;
}
.blog-wrapper:hover {
	outline: solid 1px var(--upw-primary-color);
}
.blog-wrapper .details-description {
	padding: 30px;
	min-height: 455px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.blog-wrapper .blog-readmore {
	width: 100%;
	text-align: center;
	background: var(--upw-primary-color);
	color: white !important;
	border-radius: 30px;
	padding: 10px 0;
	transition: ease-in-out .1s;
	border: 1px var(--upw-primary-color) solid;
}
.blog-wrapper:hover .blog-readmore {
	color: var(--upw-primary-color) !important;
	background: white;
}
.section-title-s3 p {
	color: var(--upw-primary-color);
}
.text-btn {
	border-bottom: 2px solid var(--upw-primary-color);
	padding: 0 15px 8px 15px;
	font-weight: 700 !important;
	transition: ease-in-out 0.4s;
}
.text-btn:hover {
	border-bottom: 2px solid var(--upw-secondary-color);
}
.site-header .navbar {
	background-color: var(--upw-secondary-color);
}
.header-style-3 .topbar {
	background: #ECF2F6 !important;
}
.form-control {
	background-color: transparent;
	border: none;
}
.search-form #prod-search button {
	right: 0;
}
.form-control::placeholder {
	color: var(--upw-primary-color);
}
.form-control:focus {
	border-radius: 30px;
}
.search-form #prod-search {
	border: var(--upw-primary-color) solid 2px;
	border-radius: 30px;
	padding: 2px;
}
input[type="text"].form-control {
    color: var(--upw-primary-color); 
}
.search-form #prod-search input[type='text'] {
	height: 40px;
}
.header-style-3 .topbar {
    background: #ECF2F6;
}
header .topbar p {
	color: var(--upw-primary-color);
}
.header-cta-block {
	display: flex;
	width: 100%;
	justify-content: center;
}
@media only screen and (min-width:992px) {
	.header-cta-block {
		justify-content: end;
	}	
}
.theme-btn, .theme-btn-trans-1 {
	padding: 10px 1.3rem !important;
}
.theme-btn-trans-1:hover {
	background-color: white;
	color: var(--upw-primary-color) !important;
	border: var(--upw-primary-color) solid 1px !important;
}
.header-cta-block .theme-btn:nth-child(1) {
	background-color: var(--upw-secondary-color);
	border: var(--upw-secondary-color) solid 2px;
}
.header-cta-block .theme-btn:nth-child(2) {
	background-color: white;
	color: var(--upw-primary-color);
	border: var(--upw-primary-color) solid 2px;
}
.header-cta-block .theme-btn:nth-child(1):hover, .header-cta-block .theme-btn:nth-child(2):hover {
	background-color: var(--upw-primary-color);;
	color: white;
	border: var(--upw-primary-color) solid 2px;
}
.header-style-3 #navbar > ul > li > a {
	color: var(--upw-primary-color);
}
header .cart-menu .bag-icon svg {
    fill: var(--upw-primary-color);
}
.hero-slider .slide-inner:before {
    background: transparent;
}
.hero-slider {
	border-bottom: none;
	background-color: var(--upw-primary-color);
}
.tagline-text {
	display: block;
}
.tag-wrapper {
	display: flex;
	align-items: center;
	background-color: white;
	padding: 18px 17px;
	border-radius: 40px;
	justify-content: center;
	box-shadow: 0 4px 6px -4px rgba(0, 0, 0, 0.2);
}
.section-title-s2 p {
	color: var(--upw-primary-color);
}
.theme-accordion-s1 .panel-heading a::before {
	top: 2rem;
}
@media only screen and (min-width:992px) {
	.theme-accordion-s1 .panel-heading a::before {
		top: 22px;
	}
}
.services-wrapper {
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
	justify-content: center;
}
.services-item {
	flex: 1 0 calc(100%);
	padding: 30px;
	max-width: 230px;
	min-height: 230px;
	border-radius: 30px;
	background-color: white;
	transition: ease-in-out 0.1s;
	min-width: calc(25%);
}
.services-item:hover {
	outline: 2px solid var(--upw-primary-color);
}
.conditions-section .services-wrapper {
	padding-bottom: 45px;
}
.conditions-section .services-item h3 {
	color: var(--upw-secondary-color) !important;
	text-transform: capitalize !important;
    margin: 0.4em 0 0.7em;
    font-weight: 700;
}

.services-item .icon {
	padding-bottom: 15px;
}
.story-section-s2 .btns .theme-btn {
	background-color: var(--upw-secondary-color);
	border: var(--upw-secondary-color) solid 2px;
	color: var(--upw-primary-color);
}
.site-footer {
	background-color: rgba(17, 59, 78, 1);
}
.site-footer .btns .theme-btn {
	background-color: var(--upw-secondary-color);
	border: var(--upw-secondary-color) solid 2px;
	color: var(--upw-primary-color);
}
.site-footer .btns .theme-btn.white {
	background-color: white;
	border: white solid 2px;
	color: var(--upw-primary-color);
}
.site-footer .btns .theme-btn.white:hover {
	background-color: transparent;
	border: white solid 2px;
	color: white;
}
.story-section-s2 .btns .theme-btn-s4 {
	background-color: transparent;
	border: white;
	color: white;
	border: 1px white solid;
}
.story-section-s2 .btns .theme-btn-s4:hover {
	background-color: white;
	color: var(--upw-primary-color) !important;
	border: white solid 1px !important;
}
.story-section-s2 .featured-image {
	height: 100%;
	display: grid;
	place-items: center;
}
.story-section-s2 .featured-image img {
	border-radius: 30px;
}
@media (min-width: 992px) {
	.story-section-s2 .featured-image img {
		border-radius: 50px;
		padding-top: 0;
	}
}
.section-title h2, .section-title p, .section-title a {
	color: white;
}

/* Homepage Curves */
.custom-shape-divider-top-1733938003 {
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
}
.custom-shape-divider-top-1733938003 svg {
    position: relative;
    display: block;
    width: calc(131% + 1.3px);
    height: 144px;
}
.custom-shape-divider-top-1733938003 .shape-fill {
    fill: #046677;
}

.custom-shape-divider-top-1733939888 {
    width: 100%;
    overflow: hidden;
    line-height: 0;
}
.custom-shape-divider-top-1733939888 svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 154px;
}
.custom-shape-divider-top-1733939888 .shape-fill {
    fill: var(--upw-primary-color);
}

.custom-shape-divider-top-1734003438 {
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
	margin-top: -1px;
}
.custom-shape-divider-top-1734003438 svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 115px;
}
.custom-shape-divider-top-1734003438 .shape-fill {
    fill: #046677;
}


.faq-achievement-section {
	background-color: var(--upw-primary-color);
}
.faq-achievement-section h2, .faq-achievement-section p {
	color: white;
}
.testimonials-section-s2 {
	background-color: var(--upw-primary-color);
}
.testimonials-section-s2 span, .testimonials-section-s2 h2 {
	color: white;
}
.sidebar-heading {
	background: rgba(52, 168, 47, 0.07);
	padding: 15px;
	color: #34A82F;
	font-size: 15px;
	font-weight: 600;
	margin-bottom: 15px;
}
.icon-control {
	margin-top: 0;
	float: right;
	font-size: 80%;
	width: 0.55em;
}
.upw__sidebar__shop .categories-filers {
	margin-bottom: 40px;
}
.upw--cta-block button {
	width: auto !important;
}
input.js-input-from.form-control {
	width: 46px;
	padding: 0;
	text-align: center;
}
.price-range-input input[type="number"] {
  -moz-appearance: textfield;
}
.price-range-input span.pound {
	margin-right: 5px;
}
.upw__with_sidebar__shop .sort-by {
	background: #f0f9f0;
	padding: 6.8px;
	margin-bottom: 30px;
}
.upw__with_sidebar__shop .sort-by .sorting {
	font-weight: 600;
	font-size: 15px;
	color: #34A82F;
}
.select-sort-by  {
  display: inline;
  width: 215px;
  margin-left: 10px;
}
.product-info .product-title {
	color: var(--upw-primary-color);
	font-size: 25px;
	border-bottom: none;
	text-transform: unset;
}
.upw #add-address-details-form {
	display: flex;
	flex-flow: row wrap;
}
.upw #addAddressModal .modal-body {
	padding-right: 0 !important;
}
.upw #add-address-details-form .half {
	float: unset;
}
.upw #add-address-details-form .half:last-child {
	display: flex;
	flex-direction: column;
	flex: 0 0 100%;
}
.banner-img {
	display: none;
}
@media (min-width: 992px) {
	.banner-img {
		padding: 50px 0;
		display: block;
	}
}
.banner-img img {
	height: 100%;
	object-fit: cover;
	width: 100vw;
	object-position: center;
	border-radius: 50px;
}
.order-confirmation .order-confirmation-act-btns {
	margin-bottom: 50px;
}
.order-confirmation .order-confirmation-act-btns a:hover {
	color: #fff !important;
}

.header-style-3 .topbar {
    background: linear-gradient(90deg, #046677 16%, #A7CA5F 89%);
}

.theme-btn:hover, .theme-btn-s2:hover, .theme-btn-s3:hover, .theme-btn:focus, .theme-btn-s2:focus, .theme-btn-s3:focus, .theme-btn:active, .theme-btn-s2:active, .theme-btn-s3:active {
    background-color: rgb(167, 202, 95);
    color: #fff !important;
    text-decoration: none;
}

.theme-background-light, .theme-background-dark {
    background: #046677 !important;
}

.theme-background-light:hover, .theme-background-dark:hover {
    background: #A7CA5F !important;
}

.theme-background-medium {
    background: #A7CA5F !important;
}

.theme-background-medium:hover {
    background: #046677 !important;
}

.back-to-top {	background: #A7CA5F!important;}

.footer-content-block .custom-logo {
	height: auto;
}
.footer-content-block .btns {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}
footer h2 {
	color: white;
}
.footer-btn-wrapper {
	display: flex;
	flex-direction:column;
	justify-content: center;
	padding-block: 40px;
	flex-wrap: wrap;
	row-gap:1rem;
}
@media only screen and (min-width:992px) {
	.footer-btn-wrapper {
		justify-content: space-between;
		flex-wrap: nowrap;
		flex-direction:row;
		padding-bottom:0;
	}
}
.tb-wrapper {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
}
.tb-item {
	display: flex;
}
.topbar .container {
	padding-left: 15px !important;
	padding-right: 15px !important;
}
header .topbar p {
	font-weight: inherit !important;
	padding: 5px 0;
}
.site-header #navbar > ul > li > a:hover {
	border-top: 3px solid;
	color: var(--upw-primary-color) !important;
}
.site-header .theme-btn:hover {
	color: var(--upw-primary-color);
}


/* UPW Overrides  */

.upw.single-condition .banner-content-wrapper .btn.theme-btn-1 {
    padding: 1rem 1rem 1rem 2rem !important;
    font-size: 14pt !important;
    width: auto !important;
    animation: pulse-white 2s infinite;
    background-color: var(--upw-primary-color) !important;
    color: #fff !important;
    font-weight: 600 !important;
    box-shadow: 0 0.5rem 1rem 0 rgb(24 67 99 / 10%), 0 1px 2px 0 rgb(24 67 99 / 10%) !important;
    transition: 300ms ease all !important;
}

.upw.single-condition .banner-content-wrapper .btn.theme-btn-1:after {
    content: "\f054";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    background-color: white !important;
    border-radius: 100%;
    padding: 8px 13px;
    color: var(--upw-primary-color) !important;
    margin-left: 10px;
}