/*
Theme Name: B2Bpharma
Theme URI: B2Bpharma
Author: Rahul Kachhava
Author URI: 
Description: Pharmacy B2B theme
Version: 1.0.0
Requires at least: 5.0
Tested up to: 5.4
Requires PHP: 7.0
Text Domain: B2Bpharma
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
.main-menu ul.nav li ul.sub-menu li a {
    color: #444!important;
}
.product-description h2 {
    background: #f7f7f7;
    background-color: #f7f7f7;
    border-left: 5px solid #e76f5c !important;
    color: #000;
    font-family: Arial;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 34px;
    margin-bottom: 15px;
    padding: 10px 15px !important;
    text-align: left;
    text-transform: none;
}

.banner-area {
    padding: 0px 0!important;
}

.header-area-6 {
    background: #24567d!important;
    border-top: 0px solid rgb(255 94 20 / 0.2);
    box-shadow: none;
}

.header-area-6 .main-menu ul.navbar-nav li a {
    padding: 10px 10px;
    color: #ffffff!important;
    margin: 0;
}

main#main p {
    font-size: 16px!important;
}


/* Chrome, Edge, Safari */
.wc-block-product-categories-list::-webkit-scrollbar {
    width: 10px;
}

.wc-block-product-categories-list::-webkit-scrollbar-track {
    background: #f2f2f2;
    border-radius: 10px;
}

.wc-block-product-categories-list::-webkit-scrollbar-thumb {
    background: #9e9e9e;
    border-radius: 10px;
}

.wc-block-product-categories-list::-webkit-scrollbar-thumb:hover {
    background: #7a7a7a;
}

/* Firefox */
.wc-block-product-categories-list {
    scrollbar-width: thin;
    scrollbar-color: #9e9e9e #f2f2f2;
}


.main-menu ul.nav li ul.sub-menu {
    list-style: none;
    margin: 0;
}

.custom-product-description p, .product-description p {
    font-size: 17px;
    color: #000000c9;
}

.custom-product-description, .product-description  {
    font-size: 17px;
    color: #000000c9;
}

.tax-product_cat .product-description ul {
    list-style: unset;
}

.header-middle-area .logo {
    width: 301px;
    padding: 12px 4px 1px 0px;
    display: inline-block;
}

.fa.fa-twitters{
    font-family:sans-serif!important;
}
.fa.fa-twitters::before{
    content:"𝕏"!important;
    font-size:1.2em!important;
}

ul {
    list-style: disc;
    margin: 15px;
    padding: 0;
}
/*div.wpcf7.js {
    color: white;
}*/
.listing-section, .cart-section {
    width: 100%;
    border-bottom: 0.00em solid #dddbdb;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.listing-section .product {
  	float: left;
    width: 32.33%;
    border-radius: 2%;
    margin: 0px;
}

.listing-section .product:hover {
  box-shadow: 1.5px 1.5px 2.5px 3px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 1.5px 1.5px 2.5px 3px rgba(0, 0, 0, 0.4);  
  -moz-box-shadow:    1.5px 1.5px 2.5px 3px rgba(0, 0, 0, 0.4);
}

.listing-section div.product {
	margin-bottom: 15px;
}
.listing-section div.product div.images {
    margin-bottom: 0em;
}

.listing-section .image-box {
  	width: 100%;
    overflow: hidden;
    border-radius: 2% 2% 0 0;
    border: 0.01em solid #dddbdb;
    border-bottom: none;
    padding: 10px;
}

.listing-section .images {
  height: 15em;
  background-size: cover; 
  background-position: center center; 
  background-repeat: no-repeat;
  border-radius: 2% 2% 0 0;
  transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
}

.listing-section .images:hover {
  transform: scale(1.2);
  overflow: hidden;
  border-radius: 2%;
}

.listing-section .text-box {
  width: 100%;
  float: left;
  border: 0.01em solid #dddbdb;
  border-radius: 0 0 2% 2%;
  padding: 1em;
  height: 100px;
}

.listing-section h2{
  float: left;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 1em;
  text-transform: uppercase;
  margin: 0.2em auto;
}

.listing-section .item, .price {
    clear: left;
    width: 100%;
    text-align: left;
    margin-bottom: 2px;
    font-size: 16px;
    font-weight: 700;
}

.listing-section .price {
  color: Grey;
}

.single-product-sidebar h2.wp-block-heading {
    color: #0f1d43 !important;
}
h3.wp-block-heading {
    font-size: 17px;
}

h2.wp-block-heading, h3.wp-block-heading {
    background-color: #c0c8cf47 !important;
    padding: 5px 10px;
    font-size: 22px !important;
    color: #000000;
    border-left: 6px solid #0f1d43;
    margin-bottom: 15px;
}

h3 {
	    display: inline-block!important;
    width: 100%!important;
}
.text-white {
    color: #fff!important;
}


/* Grid Layout */
.blog-grid-archive {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

/* Card */
.blog-grid-archive .blog-item {
    background: #fff;
    border-radius: 12px;
    /*overflow: hidden;
    box-shadow: 0 8px 25px rgba(0,0,0,0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;*/
    border: 1px solid #00000063;
}

.blog-grid-archive {
    margin-top: 20px;
}

.blog-item:hover {
   /* transform: translateY(-6px);
    box-shadow: 0 15px 40px rgba(0,0,0,0.12);*/
}

/* Image */
.blog-thumb img {
        width: 100%;
    object-fit: cover;
    display: block;
    border-radius: 11px 10px 0px 0px;
    border-bottom: 1px solid #9c9c9c;
}

/* Content */
.blog-content {
    padding: 18px;
}

.blog-cat {
    display: inline-block;
    font-size: 12px;
    background: #2563eb;
    color: #fff;
    padding: 4px 10px;
    border-radius: 6px;
    margin-bottom: 10px;
}

.blog-title {
    font-size: 18px;
    margin: 8px 0;
    line-height: 1.4;
}

.blog-title a {
    color: #111;
    text-decoration: none;
}

.blog-title a:hover {
    color: #2563eb;
}

.blog-excerpt {
    font-size: 14px;
    color: #555;
    margin-bottom: 14px;
}

/* Meta */
.blog-meta {
    font-size: 13px;
    color: #888;
    display: flex;
    justify-content: space-between;
}

/* Pagination */
.blog-pagination ul {
    display: flex;
    justify-content: center;
    list-style: none;
    padding: 0;
    margin-top: 40px;
    gap: 8px;
}

.blog-pagination a,
.blog-pagination span {
    padding: 8px 14px;
    background: #f2f2f2;
    border-radius: 6px;
    text-decoration: none;
    color: #333;
}

.blog-pagination .current {
    background: #2563eb;
    color: #fff;
}

.blog-thumb {
    position: relative;
    display: block;
}

.blog-date {
    position: absolute;
    bottom: 10px;
    left: 10px;
    background: #000;
    color: #fff;
    font-size: 12px;
    padding: 5px 10px;
    border-radius: 6px;
}

.read-more-btn {
    display: inline-block;
    margin-top: 12px;
    font-size: 14px;
    font-weight: 600;
    color: #2563eb;
    text-decoration: none;
}

.read-more-btn:hover {
    text-decoration: underline;
}

.banner-content.text-left {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.banner-content.text-left h4{
    font-size: 21px!important;
}

/* Responsive */
@media (max-width: 992px) {
    .blog-grid-archive {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    .blog-grid-archive {
        grid-template-columns: 1fr;
    }
}

@media only screen and (max-width: 767px) {
    .blog-title {
        font-size: 22px !important;
        margin: 8px 0;
        line-height: 1.4;
    }
    h1.page-title.text-dark {
    font-size: 22px !important;
}
    .blog-grid-archive .blog-item {
        margin: 10px;
    }
	.listing-section .product {
	    width: 49%;
	}

	#active-ingredient-form, #manufacturer-form {
	    margin-bottom: 10px;
	    width: 100%;
	}

	.search-by {
	    padding: 0 0;
	}

    .logo {
        height: inherit;
        left: 0;
        position: absolute;
        top: 4px;
        max-width: 250px!important;
    }

    .mobile-logo img {
        padding: 0 15px;
        width: 250px;
    }
}