/*
 Theme Name:   Organic Food Child
 Theme URI:    http://organic-food.bold-themes.com
 Description:  OrganicFood Child Theme
 Author:       BoldThemes
 Author URI:   http://bold-themes.com
 Template:     organic-food
 Version:      1.0.24
 Tags:         one-column, right-sidebar, custom-menu, featured-images, sticky-post, theme-options, threaded-comments, translation-ready
 Text Domain:  organic-food-child
*/


/* Theme customization starts here
-------------------------------------------------------------- */
.az-filter-bar {
    list-style: none;
    padding: 0;
    margin: 20px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
	 flex-direction: column;
	align-items: center;
	
    gap: 10px;
}
.az-filter-bar ul {
	 display: flex;
	 flex-direction: row;
}

.az-filter-bar li {
    list-style: none;
    margin: 10px;
    padding: 0;
}

.az-filter-bar a {
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    color: #0073aa;
    transition: all 0.2s ease;
}

.az-filter-bar a:hover {
    color: #fff;
    background: #0073aa;
    padding: 4px 8px;
    border-radius: 4px;
}
.az-filter-bar {
    overflow-x: auto;
    padding: 10px 0;
    white-space: nowrap;
}

.az-letter-list {
    display: flex;
    flex-wrap: nowrap;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 5px;
}

.az-letter-item {
    display: inline-block;
}

.az-letter-link {
    display: inline-block;
    padding: 8px 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    text-decoration: none;
    color: #333;
    font-size: 14px;
    transition: all 0.3s ease;
    white-space: nowrap;
}

.az-letter-link:hover,
.az-letter-item.active .az-letter-link {
    background-color: #0073aa;
    color: #fff;
    border-color: #0073aa;
}

/* Container card */
.product.type-product {
  list-style: none;
  margin: 1rem;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* Lift & deepen shadow on hover */
.product.type-product:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 16px rgba(0,0,0,0.1);
}

/* Image wrapper */
.product .bpgPhoto {
  overflow: hidden;
  border-bottom: 1px solid #eee;
}

/* Fluid image + zoom on hover */
.product .bpgPhoto img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.3s ease;
}
.product.type-product:hover .bpgPhoto img {
  transform: scale(1.05);
}

/* Title area */
.product header.header {
  padding: 1rem;
  text-align: center;
}
.product header.header .headline a {
  color: #222;
  font-size: 1.1rem;
  font-weight: 600;
  text-decoration: none;
  transition: color 0.3s ease;
}
.product header.header .headline a:hover {
  color: #0073aa;
}

.product {
/* 	margin:5px !important; */
	border-left:none !important;
}

/* Hide any empty caption overlays */
.product .captionPane { display: none; }

///
.az-products-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
    padding: 20px 10px;
}

.az-product-card {
    border: 1px solid #eee;
    border-radius: 10px;
    padding: 15px;
    text-align: center;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.03);
    transition: all 0.3s ease;
}

.az-product-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}

.az-product-card img {
    max-height: 150px;
    object-fit: contain;
    margin-bottom: 10px;
}

.az-product-card h3 {
    font-size: 15px;
    font-weight: 500;
    color: #222;
    margin: 0;
}





.zejula-price {
    color: black; /* Set the text color to black */
}
.mb-5{
   color: black;
}
.box-shadow {
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1); 
    background-color: white; 
    padding: 20px; 
    border-radius: 8px; 
    display: flex; 
    justify-content: space-between; 
    width: 100%; 
}

.note-box {
  background: #f7f7f5;
  padding: 15px;
  border-radius: 5px;
  margin-bottom: 15px;
}

.note-box a {
  color: #f56a00;
  
}
.note-box a:hover {
  text-decoration: underline !important; 
}
.links {
  display: flex;
  justify-content: center; 
  gap: 5px; 
   margin: 5px 0;
}

.links a {
  text-decoration: none; 
  margin: 0 6px; 
    color: #f56a00;
  margin-right: 5px;
}

.links a:first-child {
  margin-left: 0; 
}

.links a:last-child {
  margin-right: 0; 
}
.links a:hover {
  text-decoration: underline !important; 
}

.description {
  margin-top: 15px;
}
.product.attribute.description ul {
  list-style-type: disc;
  margin-left: 20px;
}

.note-line {
  display: flex;
  align-items: center;
  position: relative;
  margin-bottom: 10px;
}
.note-line img.icon {
  width: 27px;
  height: 18px;
  flex-shrink: 0; 
  object-fit: contain; 
}

.delivery {
  font-weight: bold;
  margin-top: 20px;
}
.container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  padding: 20px;
  justify-content: center; 
}
.product-section {
  flex: 1 1 300px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.product-image {
  max-width: 50%; 
  height: auto;
}
.info-section {
  flex: 1 1 300px; 
  max-width: 600px;
  font-size: 14px;
  margin-right: 150px; 
}
.page-title span {
  font-family: 'Montserrat', Helvetica, sans-serif;
}
span a {
  text-decoration: none;
  color: inherit; 

}
span a:hover {
  text-decoration: underline;
}


.product-details-wrap {
   background-image: url('../images/pdp-details-bg.jpg');
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100% auto;
    width: 100%;
    min-height: 600px;
    margin-bottom: 3rem;
}
.section-with-bg {
  padding: 80px 0; /* or more */
  min-height: 100vh; /* full screen height */
  
}

.section-white-bg .container {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
     border: 2px solid #000;
}

/* Background image section */
.bg-image {
    background-image: url('your-image-url.jpg');
    background-size: cover;
    background-position: center;
    height: 500px; /* Adjust the height of the background image */
    color: white; /* Text color inside the image section */
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
/* Section with background image */
.section-with-bg {
    background-image: url('images/pdp-details-bg.jpg');
    background-size: cover;
    background-position: center;
    padding: 60px 0; /* Reduced padding to decrease section height */
    color: white;
    text-align: center;
}

/* Content inside the section with white background */
.content-with-white-bg {
    background-color: #fff;
    max-width: 850px; /* Reduced max-width */
    margin: 0 auto;
   padding-top: 10px;
   padding-left: 40px;
   padding-right: 40px;
   padding-bottom: 10px;
    border-radius: 8px;
    text-align: center;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1)
}

.content-with-white-bg h2,
.content-with-white-bg p {
    color: #444;
}
/* Base tab style */
.nav-tabs .nav-link {
  border: none !important;             /* Remove all borders */
  background-color: transparent;
  color: #555;
  padding: 10px 15px;
  margin-right: 5px;
  transition: color 0.3s ease, border-bottom 0.3s ease;
  font-weight: 500;
  box-shadow: none !important;        
  outline: none !important;           
}

.nav-tabs .nav-link:hover {
  color: orange;
  box-shadow: none !important;
  outline: none !important;
}
.nav-tabs .nav-link.active {
  color: orange !important;
  border-bottom: 2px solid orange !important;
  background-color: transparent;
  box-shadow: none !important;
  outline: none !important;
}
.nav-tabs .nav-link:focus {
  box-shadow: none !important;
  outline: none !important;
}

.first-tab .product.attribute.description {
  font-size: 14px; 
    text-align: left; 
  margin-left: 40px; 
  margin-right: 40px; 
}

.first-tab .product.attribute.description h2,
.first-tab .product.attribute.description h3 {
  font-size: 18px; 
  font-weight: bold;
}

.first-tab .product.attribute.description p,
.first-tab .product.attribute.description ul {
  font-size: 14px; 
}
.tab-pane .product.attribute.clinical-trials .value {
  text-align: left;
  margin-left: 15px; 
  margin-right: 15px; 
}

.tab-pane .product.attribute.clinical-trials h2,
.tab-pane .product.attribute.clinical-trials h3,
.tab-pane .product.attribute.clinical-trials h4 {
  text-align: left;
}


.tab-pane .product.attribute.clinical-trials .value p {
  padding-left: 10px;
}
.navbar-nav-wrap {
    margin-top: 30px;
}

.navbar-nav {
    list-style: none;
    padding: 0;
}

.nav-item {
    display: inline-block;
    margin-right: 20px;
}
ul {
    list-style-type: disc; 
    padding-left: 20px; 
}
li {
    text-align: left !important; 
}

::marker {
    font-size: 1em; 
    color: black; 
    text-align: left !important; 
}

.nav-link {
    text-decoration: none;
    color: #333;
    font-size: 16px;
}

.nav-link.active {
    color: #007bff;
    font-weight: bold;
}

.nav-link.fake-nav-link {
    color: #ccc;
}
/* Custom table styling */
.currency-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 15px; /* Increased space between rows (vertical spacing) */
  margin-top: 20px;
  
}


.currency-table th {
  background-color: #f2f2f2;
  font-weight: bold;
  border: none;
}

.currency-table td {
  padding: 10px;
  text-align: left;
}

.currency-table .currency-row {
  background-color: #fff;
  border-radius: 6px; /* Optional: Rounded row corners */
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05); /* Optional: subtle shadow for row separation */
}

.currency-table .currency-row:nth-child(even) {
  background-color: #f9f9f9;
}

.currency-table th, .currency-table td {
  color: #000;
}

/* Ensure table responsiveness */
.currency-table-wrap {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.currency-table td {
  word-wrap: break-word;
}

.currency-table {
  text-align: left;
}

.currency-wrapper {
  text-align: left;
}

.product.attribute.costs h2, 
.product.attribute.costs h3, 
.product.attribute.costs p {
  text-align: left;
}

.currency-table, 
.currency-table th, 
.currency-table td {
  padding-left: 10px;
  padding-right: 10px;
}

.currency-table th:first-child, 
.currency-table td:first-child {
  width: 200px;
}

.tab-pane {
    text-align: left; 
}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:focus-visible {
  outline: none;
  box-shadow: none;
}

.tab-pane h2 {
  font-size: 18px;
  font-weight: bold;
}

@media (max-width: 1024px) {
  .container {
    flex-direction: row; 
    justify-content: space-between; 
    flex-wrap: wrap;
  }

  .content-with-white-bg {
    background-color: #fff;
    max-width: 650px;
    margin: 0 auto;
    padding-top: 10px;
    padding-left: 40px;
    padding-right: 40px;
    border-radius: 8px;
    text-align: center;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
  }

  .product-image {
    max-width: 100%; 
    height: auto;
  }

  .info-section {
    flex: 1 1 45%;  /* Reduced width */
    margin-left: 10px; 
    margin-right: 0px; 
  }

  .product-section {
    flex: 1 1 45%;  /* Reduced width */
    margin-right: 10px;
  }

  .note-line img.icon {
    width: 24px;
    height: 16px;
    flex-shrink: 0;
  
  }

  /* Ensure scroll behavior is properly controlled */
  .custom-tabs-wrapper {
    overflow-x: auto !important;
   
   
    overflow-y: hidden; /* Prevent vertical scrolling */
    width: 100%; /* Ensure the wrapper fits within its parent container */
  }

  /* Hide scrollbar in Chrome, Safari */
  .custom-tabs-wrapper::-webkit-scrollbar {
    display: none !important;
  }

  #customTabs {
    flex-wrap: nowrap;
    white-space: nowrap;
    
  }

  #customTabs .nav-item {
    flex: 0 0 auto;
  }
}



@media (max-width: 767px) {
  .container {
    flex-direction: column; 
    align-items: center; 
  }
  .content-with-white-bg {
        background-color: #fff;
        max-width: 300px;
        margin: 0 auto;
        padding-top: 10px;
        padding-left: 40px;
        padding-right: 40px;
        border-radius: 8px;
        text-align: center;
        box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    }

  .info-section {
    max-width: 100%; 
    margin-left: 0;
    margin-right: 0;
  }

  .product-section {
    max-width: 100%;
  }
    .product-image {
  max-width: 100%; 
  height: auto;
}
.note-line {
    flex-direction: row;
    align-items: center;
  }
  .note-line img.icon {
    margin-top: 0;
    vertical-align: middle;
  }
  .note-line a {
  white-space: nowrap;
}
.note-line img.icon {
  width: 27px;
  height: 18px;
  flex-shrink: 0;
  object-fit: contain; 
}
.custom-tabs-wrapper {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

#customTabs {
  flex-wrap: nowrap;
  white-space: nowrap;
  gap: 5px; /* Optional spacing between tabs */
}

#customTabs .nav-item {
  flex: 0 0 auto;
}
 .custom-tabs-wrapper {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  #customTabs {
    flex-wrap: nowrap;
    white-space: nowrap;
    gap: 5px;
  }

  #customTabs .nav-item {
    flex: 0 0 auto;
  }

  /* Hide scrollbar for Webkit browsers (Chrome, Safari) */
  .custom-tabs-wrapper::-webkit-scrollbar {
    display: none;
  }

  /* Hide scrollbar for Firefox */
  .custom-tabs-wrapper {
    scrollbar-width: none;
  }

}
.our-process li:before {
    content: "";
    width: 1px;
    position: absolute;
    left: -24px;
    height: 100%;
    top: 42px;
    border: 1px grey dashed;
}

*, ::after, ::before {
    box-sizing: border-box;
}
*, *:after, *:before {
    box-sizing: border-box;
}
*, ::after, ::before {
    box-sizing: border-box;
}
.our-process .step {
    position: absolute;
    top: 0;
}
.our-process .step {
    color: rgba(68, 68, 68, .5);
}
.catalog-product-view, .catalog-product-view h1, .catalog-product-view h2, .catalog-product-view h3, .catalog-product-view h4, .catalog-product-view h5, .catalog-product-view p {
    color: #444;
}
.our-process p {
    font-size: 16px;
}
.our-process li {
    position: relative;
    padding-top: 25px;
    padding-left: 15px;
    margin-bottom: 0;
    padding-bottom: 15px;
}
ul>li, ol>li {
    margin-top: 0;
    margin-bottom: 1rem;
}
a, p, span, body, ul, li {
    font-family: 'Open Sans', Helvetica, sans-serif;
}
*, ::after, ::before {
    box-sizing: border-box;
}
.our-process li {
    position: relative;
    padding-top: 25px;
    padding-left: 15px;
    margin-bottom: 0;
    padding-bottom: 15px;
}
ul>li, ol>li {
    margin-top: 0;
    margin-bottom: 1rem;
}
a, p, span, body, ul, li {
    font-family: 'Open Sans', Helvetica, sans-serif;
}
*, ::after, ::before {
    box-sizing: border-box;
}
*, *:after, *:before {
    box-sizing: border-box;
}
*, ::after, ::before {
    box-sizing: border-box;
}

li {
    display: list-item;
    text-align: -webkit-match-parent;
    unicode-bidi: isolate;
}
.catalog-product-view .our-process h3 {
    font-size: 18px;
    line-height: 22px;
    font-family: 'Montserrat', Helvetica, sans-serif;
    font-weight: 700;
}
.catalog-product-view, .catalog-product-view h1, .catalog-product-view h2, .catalog-product-view h3, .catalog-product-view h4, .catalog-product-view h5, .catalog-product-view p {
    color: #444;
}
/* CSS for Zejula Product Page - Add to WordPress Customizer or CSS Plugin */

.zejula-container {
    display: flex;
    flex-wrap: wrap;
    margin: 30px 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

.zejula-product-image {
    flex: 1;
    min-width: 250px;
    padding-right: 20px;
    display: flex;
    justify-content: center;
}

.zejula-product-image img {
    max-width: 100%;
    height: auto;
}

.zejula-product-info {
    flex: 2;
    min-width: 300px;
}

.zejula-product-title {
    font-size: 28px;
    margin-bottom: 20px;
    color: #444;
    font-weight: 600;
}

.zejula-alert-box {
    background-color: #f9f9e8;
    border-radius: 5px;
    padding: 15px;
    margin-bottom: 20px;
}

.zejula-alert-box p {
    margin: 5px 0;
    line-height: 1.6;
}

.zejula-tabs {
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
}

.zejula-tab {
    padding: 10px 15px;
    cursor: pointer;
    color: #f08741;
    margin-right: 10px;
    text-decoration: none;
}

.zejula-active-tab {
    font-weight: bold;
    border-bottom: 2px solid #f08741;
}

.zejula-description, .zejula-delivery-info {
    line-height: 1.6;
    margin-bottom: 20px;
}

.zejula-icon {
    margin-right: 5px;
}

.zejula-link {
    color: #f08741;
    text-decoration: none;
}

.zejula-link:hover {
    text-decoration: underline;
}



.tabsHeader {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 20px;
  list-style: none;
  padding: 0;
}

.tabsHeader li {
  margin: 0;
}

.tabsHeader li a {
  display: block;
  padding: 10px 18px;
  border: 1px solid #ccc;
  border-radius: 20px;
  background-color: #fff;
  color: #555;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.3s ease;
}

.tabsHeader li a:hover {
  background-color: #f2f2f2;
}

.tabsHeader li.on a,
.tabsHeader li.active a {
  background-color: #777;
  color: #fff;
  border-color: #777;
}
.btWithSidebar .btContentHolder{
	max-width: 100% !important;
}
.btDarkSkin .btSiteFooterWidgets, .btLightSkin .btDarkSkin .btSiteFooterWidgets, .btDarkSkin .btLightSkin .btDarkSkin .btSiteFooterWidgets{
	color:white !important
}

.btLogoArea .logo img {
    height: 90px;
}

.btMenuHorizontal .menuPort > nav > ul li{
	font-size:15px;
}

.bottomSemiSpaced{
	margin-bottom:0px !important
}
.az-filter-wrapper .products-wrapper ul.products li.product
{
	flex-wrap: wrap;
    flex-direction: column;
    align-content: flex-start;
    justify-content: flex-end;
    align-items: center;
}
@media (max-width: 1199px) {
.gutter .port {
    width: 100%;
    max-width: none;
  	padding:0px;
    }
	
}


/* Mobile Responsiveness */
@media (max-width: 768px) {
    .zejula-container {
        flex-direction: column;
    }
    
    .zejula-product-image {
        padding-right: 0;
        margin-bottom: 20px;
    }
    
    .zejula-tabs {
        overflow-x: auto;
    }
	.btLogoArea .logo img{
		height:65px !important;
	}
	.btLogoArea .logo{
		width:100%;
		display:flex;
		justify-content:center;
	}
	.woocommerce img, .woocommerce-page img{
		height:100%;
	}
	#category-title-section,#category-list-section{
		display:none;
	}
	.bt_bb_fe_wrap{
		min-height:0px !important;
	}
	ul.products{
		flex-direction: column;
	}
	.header.medium .btSubTitle{
		display:none;
	}
	.product header.header , .header .dash{
		padding:0px;
	}
	.az-filter-wrapper .products-wrapper ul.products li.product header h3{
		margin:0px !important;
	}
	
}

