/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 10 2026 | 15:52:29 */
.site-header {
	background-color: #fff !important;
}

.site-header-search.primary-light button {
	background-color: rgb(20, 184, 178);
}

.site-menu.primary-menu .menu li a {
	font-weight: normal;
	color: #282828;
}

.site-header-search.primary-light i, .site-header-action.primary-light-filled .action-icon, .site-header-action.primary-light-bordered .action-icon {
	color: rgb(20, 184, 178);
}

.site-header-search.primary-light .search-input, .site-header-action.primary-light-filled .action-icon {
	background-color: rgba(150, 150, 150, .1)
}

.site-header-action.primary-light-bordered .action-icon {
	border-color: rgb(20, 184, 178);
}

.site-categories-section {
	max-height: 587px;
	overflow-y: scroll;
  scrollbar-width: thin;
  scrollbar-color: rgba(var(--theme-color-primary), 0.3) #f1f1f1;
	border: none;
}

.site-categories-menu.menu-vertical .menu > li a {
	color: #282828;
}

.site-categories-section::-webkit-scrollbar {
  width: 3px;
}
.site-categories-section::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 4px;
}

.site-categories-section::-webkit-scrollbar-thumb {
  background: rgba(var(--theme-color-primary), 0.3) ;
  border-radius: 4px;
	width: 3px;
}

.site-categories-section::-webkit-scrollbar-thumb:hover {
  background: #f1f1f1;
	width: 3px;
}

.site-announcement.style-theme-secondary {
	background-color: rgb(var(--theme-color-secondary));
}

.site-announcement.has-pattern {
	background-image: none;
}

.site-categories-section .site-menu .menu > li:hover > a {
	background-color: rgb(var(--theme-color-primary));
	color: #fff;
}

.site-module-header .entry-title, .klb-module-header .entry-title{
	font-size: 2.25rem !important;
	color: #1c735a;
	font-weight: bold;
}

.klb-product-vertical-tab .woocommerce-tabs.wc-tabs-wrapper ul.tabs li.active a {
background-color: rgba(var(--theme-color-primary), 1) !important;
}

.product .product-wrapper.bordered {
	background-color: #fff;
}

.product .product-type-1 .product-price-wrapper + a.button, .product .product-type-2 a.button {
	border-radius: 8px;
}

.product-sku {
	display: none !important;
}

.products .product:hover .product-wrapper.bordered {
	border-color: rgb(var(--theme-color-primary))
}

.product .product-type-1 .product-price-wrapper + a.button {
	color: rgb(var(--theme-color-primary))
}

.product .product-type-1 .product-price-wrapper + a.button {
	background-color: rgba(var(--theme-color-primary), 0.2)
}

.product .product-type-1 .product-price-wrapper + a.button:hover {
	background-color: rgb(var(--theme-color-primary));
}

.product .product-thumbnail-wrapper .product-badge .badge.sale {
	background-color: #dc283c;
}

.product .product-thumbnail-wrapper .product-buttons.bottom-center a {
	white-space: nowrap;
}

.price ins {
	color: rgb(var(--theme-color-secondary));
}

.clerk#category-page-popular {
	margin-bottom: 20px;
	display: block;
}

.site-slider.arrows-secondary .slick-arrow {
	background-color: rgb(var(--theme-color-primary))
}

.woocommerce-breadcrumb {
	padding: 1rem auto;
	margin-bottom: 20px;
}

.woocommerce-breadcrumb ul li:last-child {
	max-width: 100ch;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	vertical-align: middle;
	display: none;
}

.woocommerce-breadcrumb ul li:nth-last-child(2) a::after {
  content: none !important; 
}

/* Content Table Styling */
/* .elementor-element table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  margin: 15px 0;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05), 0 2px 4px -1px rgba(0, 0, 0, 0.03);
  font-family: inherit;
}

.elementor-element th {
  background-color: #2c3e50;
  color: #ffffff;
  font-weight: 600;
  text-align: left;
  padding: 14px 18px;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 0.5px;
}

.elementor-element td {
  padding: 12px 18px;
  color: #333333;
  font-size: 14px;
  border-bottom: 1px solid #eef2f5;
}

.elementor-element tbody tr:nth-child(odd) {
  background-color: #ffffff;
}

.elementor-element tbody tr:nth-child(even) {
  background-color: #f8fafc;
}

.elementor-element tbody tr:hover {
  background-color: #f1f5f9;
  transition: background-color 0.2s ease;
}

.elementor-element tr:first-child th:first-child { border-top-left-radius: 8px; }
.elementor-element tr:first-child th:last-child { border-top-right-radius: 8px; }
.elementor-element tr:last-child td:first-child { border-bottom-left-radius: 8px; }
.elementor-element tr:last-child td:last-child { border-bottom-right-radius: 8px; } */

@media screen and (min-width: 1024.1px) {
	.single-product-wrapper .product_title {
		font-size: 1.75rem;
	}
}

/* Ovulation Calendar Style*/

.calculator_table #ovulationCalculatorForm {
	border-radius: 8px !important;
	background-color: #fff;
	border: 1px solid var(--gray-200);
}

.calculator_table h2, .calculator_table p, .calculator_table a {
	font-family: "Juli Sans", sans-serif !important;
	color: #fff;
}

.calculator_table .submit-btn input[disabled][type=submit] {
	background-color: #28a582;
	font-family: "Juli Sans", sans-serif;
	padding:2px 2em;
}

/* WP7Form Custom Style */

.wpcf7-form {
  max-width: 600px;
  margin: 0 auto;
  padding: 30px;
  background-color: #fff;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  font-family: "Juli Sans", sans-serif;
  border: 1px solid var(--gray-200);
}

.wpcf7-form-control-wrap {
  display: block;
  margin-top: 6px;
}

.wpcf7-form label {
  display: block;
  font-weight: 600;
  font-size: 0.9rem;
  color: #334155;
  margin-bottom: 16px;
}

.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="tel"],
.wpcf7-form input[type="url"],
.wpcf7-form input[type="number"],
.wpcf7-form input[type="date"],
.wpcf7-form select,
.wpcf7-form textarea {
  width: 100%;
  padding: 12px 16px;
  font-size: 0.95rem;
  color: #1e293b;
  background-color: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  box-sizing: border-box;
  transition: all 0.25s ease-in-out;
  outline: none;
}

.wpcf7-form input[type="text"]:focus,
.wpcf7-form input[type="email"]:focus,
.wpcf7-form input[type="tel"]:focus,
.wpcf7-form input[type="url"]:focus,
.wpcf7-form input[type="number"]:focus,
.wpcf7-form input[type="date"]:focus,
.wpcf7-form select:focus,
.wpcf7-form textarea:focus {
  background-color: #ffffff;
  border-color: rgb(var(--theme-color-primary));
  box-shadow: 0 0 0 4px rgba(37, 99, 235, 0.1);
}

.wpcf7-form textarea {
  resize: vertical;
  min-height: 120px;
}

.wpcf7-form input[type="submit"] {
  width: 100%;
  background-color: rgb(var(--theme-color-primary));
  color: #ffffff;
  font-weight: 600;
  font-size: 1rem;
  padding: 14px 24px;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  box-shadow: 0 4px 12px rgba(37, 99, 235, 0.2);
}

.wpcf7-form input[type="submit"]:hover {
  background-color: rgba(var(--theme-color-primary), .8);
  transform: translateY(-1px);
  box-shadow: 0 6px 16px rgba(37, 99, 235, 0.3);
}

.wpcf7-form input[type="submit"]:active {
  transform: translateY(0);
}

.wpcf7-not-valid-tip {
  color: #ef4444;
  font-size: 0.8rem;
  font-weight: 500;
  margin-top: 6px;
}

.wpcf7 input.wpcf7-not-valid,
.wpcf7 textarea.wpcf7-not-valid {
  border-color: #ef4444;
  background-color: #fef2f2;
}

.wpcf7-response-output {
  margin: 20px 0 0 0 !important;
  padding: 12px 16px !important;
  border-radius: 8px !important;
  font-size: 0.9rem !important;
  text-align: center;
}

.wpcf7 form.sent .wpcf7-response-output {
  background-color: #f0fdf4;
  border: 1px solid #bbf7d0 !important;
  color: #166534;
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.invalid .wpcf7-response-output {
  background-color: #fef2f2;
  border: 1px solid #fecaca !important;
  color: #991b1b;
}

.wpcf7 .ajax-loader {
  display: block;
  margin: 10px auto 0 auto;
}

.scrollToTop {
	bottom: 80px;
}	

.post .post-meta {
	display: none !important;
}

.post.post-small .post-title{ 
	font-weight: 400;
}

@media screen and (min-width: 1024.1px) {
	.post.post-small .post-title{
		font-size: 1.25rem;
	}
}

#CookiebotWidget {
	display: none !important;
}

[id^="minimized-trustbadge"] {
	height: 40px !important;
}

@media screen and (max-width: 576px) {	
	.site-announcement {
		font-size: 12px;
		padding-top: 3px;
		padding-bottom: 3px;
	}
	
	.site-announcement .site-slider .slick-track{
		align-items: center;
	}
	
	.site-header-main .site-header-inner {
		padding-top: 8px;
		padding-bottom: 8px;
	}
	
	.woocommerce-breadcrumb {
		margin-bottom: 0px;
	}
	
	.scrollToTop {
		bottom: 165px;
	}
	
	#chatbase-bubble-button {
	  	opacity: 0;
	  	visibility: hidden;
	  	pointer-events: none;
	  	transition: opacity 0.3s ease, visibility 0.3s ease;
	}

	#chatbase-bubble-button.show {
		opacity: 1;
	  	visibility: visible;
	  	pointer-events: auto;
		bottom: 115px !important;
		right: 12px !important;
		width: 40px !important;
		height: 40px !important;
	}
	
	.site-module-header .entry-title, .klb-module-header .entry-title {
		font-size: 1.75rem !important;
	}
}

.site-footer {
	border-top: 1px solid #e9e9e9;
}

.klbfooterwidget .widget-title {
	font-size: 1.25rem !important;
}