/*
Theme Name: Pharmacy Mentor
Author: Pharmacy Mentor
Author URI: https://www.pharmacymentor.com/
*/


.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 {
	position: absolute !important;
	right: 0;
	top: 0;
	height: 100%;
	padding: 0;
}
.banner-img img {
	height: 100%;
	object-fit: cover;
	width: 100vw;
	object-position: center;
}
.order-confirmation .order-confirmation-act-btns {
	margin-bottom: 50px;
}
.order-confirmation .order-confirmation-act-btns a:hover {
	color: #fff !important;
}


.contact-pg-section .contact-info {
    background: linear-gradient(90deg, rgb(3, 41, 64) 16%, rgb(255, 145, 89) 89%)!important;
}

	.hero-slider .banner-content {    padding: 95px!important; padding-left: 80px!important;}


.background-logo {
    position: absolute;
    bottom: 10px;
    right: 10px;
    z-index: -1;
    width: 70px;
    height: auto;
}
.backgroundImage {
    height: 100%;
    width: auto;
    opacity: 0.3;
    position: relative;
    z-index: 2;
}

.upw__search {
    box-shadow: none!important;
    border: 1px solid #c0dadf !important;
}


.upw__product_list li {
    box-shadow: none!important;
    border: 1px solid #c0dadf!important;
}
.owl-prev::before {
    content: '\f104'; /* Unicode for a left arrow */
    font-family: 'Font Awesome 5 Free'; /* Specify your icon font */
    font-weight: 900; /* Adjust weight for solid icons */
    margin-right: 0px; /* Add spacing between icon and text */
	font-size: 15px;
}

.owl-next::after {
    content: '\f105'; /* Unicode for a right arrow */
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    margin-left: 0px; /* Add spacing between text and icon */
	font-size: 15px;
}
.owl-theme .owl-controls .owl-nav [class*=owl-] {
	font-size: 0px;}

.services-section .grid p, .services-section .grid h3 {
    z-index: 9!important;
}

.hero-slider .banner-content {
    padding: 90px;
}

.theme-background-dark{border-bottom-right-radius: 100px;border-top-right-radius: 100px;}


.upw__sidebar .upw__logo img {
    padding: 5px;
    background: #fff;
    border-radius: 5px;
}

.service-grids .icon{width:100px;    margin: 0 auto;}

.backgroundImage i{
    font-size: 3rem;
}

.backgroundImage i:before{color: #FF9159;}

.condition_link{position:absolute; height:100%;left:0; right:0;    z-index: 9;}


.presc-banner-content h1, .presc-banner-content p{color:#fff;}

@media only screen and (max-width: 992px) {
    .tagline-text {
        justify-content: center;
    }
	
	
	ul.sub_menu_upw.upw_category_submenu .parent-menu{padding-left:5px!important}

	.hero-slider .banner-content {    padding: 15px!important;}
	
	.hero-slider .banner-content h1 {
    font-size: 30px;
	}
	
	w-100.mt-4 a {
        width: 70%;
    }
	
	input.form-control{border-top-left-radius: 50px!important;border-bottom-left-radius: 50px!important;}
	
}

@media only screen and (max-width: 767px) {
	
body .upw .upw .sub_menu_upw .parent-menu{padding-left: 0px !important;}

	.backgroundImage {
    height: auto;
		width: auto;}
	

}