/*
Theme Name: Pharmacy Mentor - B6 Ultimate DSP 1
Author: Pharmacy Mentor
Author URI: https://www.pharmacymentor.com/
*/
/*
.woocommerce .product .variable-bulk-qty-form .single_variation_wrap .quantity {
    display: block!important;
}*/

html{scroll-behavior: smooth;}

.woo-cart-form-meta-wrapper {
    text-align: right;
}

.newsletter-form label {
    margin-left: -10px;
    width: 100%;
	display: inline-block;
    margin-bottom: 0px;
}
.newsletter-form {
    display: flex;
}

.grecaptcha-badge { 
    visibility: hidden !important;
}

.woo-cart-form-meta-wrapper p.price {
    text-align: left;
}

.summary.entry-summary .quantity {
    text-align: right;
}

.woo-cart-form-act-wrapper {
    text-align: right;
}

.ti-facebook:before {
    content: "\e741";
}
	.ti-linkedin:before {
    content: "\e735";
}.ti-pinterest-alt:before {
    content: "\e753";
}.ti-youtube:before {
    content: "\e728";
}	
		
.column-1 ul li{margin-right:10px;}
		
ul.social-links li {
	width: 30px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
}
ul.social-links li a {
    color: var(--theme-dark-background);
    padding: 0;
	background: #fff;
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: center;
	height: 100%;
}			
	
.social-links li a:hover {
    background-color: #fff;
}
.column-1 a.theme-btn-secondary.mt-2 {
    text-align: center;
}	

		
.extra-link.left-menu {
    text-align: left;
    float: left !important;
}			
		

.slide-content h2.h1-size {
    font-size: 38px;
}

.footer-social-info h4, .footer-navs h4{
	text-transform:capitalize;
	font-size: 22px;color: #FFFFFF;
	font-weight: 800;
	line-height: 25.72px;
	text-align: left;
}

.product_meta .product-tags label{
    color: rgb(38 159 176)!important;
    opacity: inherit!important;
    margin-bottom: 20px!important;
}

.ti-google:before {
    content: "\e73e";
}

.ti-twitter-alt:before {
    content: "\e74b";
}

.mobile-visible {
    display: none !important;
  }

.woocommerce .bulk-discount-description-table ul {    margin-right: 0px !important;}


.stock-quantity {
	border-radius: 7px;
	background: rgba(224, 255, 253, 1);
	font-size: 16px;
	font-weight: 700;
	line-height: 18.7px;
	text-align: left;
	color:rgba(88, 217, 202, 1);
	padding: 5px 10px;	
	border: 1px solid rgba(224, 255, 253, 1);
}
.stock-quantity.out-of-stock {
	border-radius: 7px;
	background: #ffc0cb45;
	font-size: 16px;
	font-weight: 700;
	line-height: 18.7px;
	text-align: left;
	color: rgba(217, 88, 88, 0.84) !important;
	padding: 5px 10px;
	border: 1px solid #ffc0cb45;
}
.restock {
	font-size: 11px;
	color: rgb(217, 88, 88);
}
p.stock.in-stock {
    display: none;
}

.woocommerce-tabs.wc-tabs-wrapper section.related.products {padding-top: 0px;}
.woocommerce-tabs.wc-tabs-wrapper  section.related.products .products.row {    margin-top: 0px!important;}

.woocommerce .woo-single-product-wrapper section.related.products .product.type-product {
    margin-top: 0px !important;
}

.accordion .item .collapse {
    padding: 15px;
}
.accordion .item .item-header h2 button.btn.btn-link {
    background: var(--theme-primary-color);
    color: white;
    border-radius: 0px;
    font-size: 16px;
    font-weight: 400;
    line-height: 2.5;
    text-decoration: none;
}
.accordion .item .item-header {
    border-bottom: none;
    background: transparent;
    padding: 0px;
    margin: 2px;
}

.accordion .item .item-header h2 button {
    color: white;
    font-size: 20px;
    padding: 15px;
    display: block;
    width: 100%;
    text-align: left;
}

.accordion .item .item-header h2 i {
    float: right;
    font-size: 18px;
    color: #fff;
    background-color: transparent;
    width: 60px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
}

.accordion .item .item-header .btn.focus, .accordion .item .item-header .btn:focus {
    outline: 0;
    box-shadow: none;
}


button.btn.btn-link.collapsed i {
    transform: rotate(0deg);
}

button.btn.btn-link i {
    transform: rotate(180deg);
    transition: 0.5s;
}

.red-error {
  color: red;
}

.product-tags {
  display: none;
}
.stock-quantity.redcolor{border: 1px solid red;    color: red;}

table.variations.custom-variations .bulk-discount-description-table ul {
    margin-right: 0px !important;
}

.variations.custom-variations.price-variation {
    display: flex;
    justify-content: space-between;margin-top: 30px;
}

.price-area .variation-input-wrapper {
    display: flex;
    align-items: center;
}


.price-area .variation-input-wrapper label.variation-input-label{font-size: 16px;
font-weight: 700;
line-height: 18.7px;
text-align: left;
color:#269FB0;}

.woocommerce div.product form.cart .variations .variation-input-label {
    margin-bottom: 10px;
}


.quantity-cartbtn {
    float: left;
    width: 100%;
    display: flex !important;
    align-items: center;
    justify-content: space-between;
}
.woo-cart-form-meta-wrapper .quantity {
    display: flex;
    justify-content: normal;
    align-items: center;
}


.quantity label.screen-reader-text {
    margin-right: 10px;
}

.variation-input-wrapper label.variation-input-label {
    padding-right: 10px!important;
}
.woocommerce div.product form.cart .variations .variation-input-label {
    margin-bottom: 0px !important;
}

.variation-input-wrapper1 {
    display: flex;
    align-items: center;
    width: -webkit-fill-available;
	 width:-moz-available;
    padding-right: 10px;
}


.woocommerce-product-details__short-description p{
	font-size: 13px;
	font-weight: 400;
	line-height: 19.2px;
	text-align: left; 
	margin-top: 20px;
}

.woocommerce-product-details__short-description a, .woocommerce-product-details__short-description h2, .woocommerce-product-details__short-description h3, .woocommerce-product-details__short-description h4, .woocommerce-product-details__short-description h5, .woocommerce-product-details__short-description h6{
	font-size: 13px;
	font-weight: 700;
	line-height: 15.2px;
	text-align: left;color: #269FB0;
	font-weight: 700;
}

.woocommerce .bulk-discount-description-table ul li:nth-child(odd) {
    background: #E5F3F7;
}
.woocommerce .bulk-discount-description-table ul li:nth-child(even) {
    background: #F1F9FB;
}

button.single_add_to_cart_button.theme-btn-primary {
    min-width: 240px;
}


/**********Custom css*********/

/* Ensure the brand container is positioned relatively */
.brand {
  position: relative;
  display: inline-block;
}

/* Create the gray overlay */
.brand img {
  width: 100%;
  height: auto;
  display: block;
}

.brand:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
/*  background-color: rgba(0, 0, 0, 0.5); /* Gray overlay with transparency */
  z-index: 1; /* Makes sure the overlay appears on top of the image */
  pointer-events: none; /* Allows clicks to pass through the overlay */
}

/* Optional: Ensure the link appears on top of the overlay */
.brand .overlay-link {
  position: relative;
  z-index: 2; /* Makes the link clickable over the overlay */
}
.brand:before{
	display: block;
}
.brand img {
    filter: grayscale(1);
}

/*********end**********/


@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;
}	
	
}

@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:1199px){
	
.footer-navs .nav-list, .footer-social-info .social-list {
    text-align: left;
}

.column-4 .pl{padding-left:0px}	
	
}


 
@media screen and (min-width: 992px){
		
	.site-header #navbar li{margin-right:0px !important;}	
		
	.column-1 {
		padding-right: 30px;
	}

    .home .content-group-sections .call-to-action {
        display: block!important;
    }
 
}


@media (max-width: 767px) {
	
.mobile-visible {
    display: flex !important;
    width: 100%;
    justify-content: center;
    padding: 15px;
  }
	
.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;
}	
	
	
}
