.button:active, .button:focus, button:active, button:focus, input[type=button]:active, input[type=button]:focus, input[type=reset]:active, input[type=reset]:focus, input[type=submit]:active, input[type=submit]:focus {
	background: unset !important;
}
.page-banner-title h1 {
	font-size: 40px !important;
}
h1, h2, h3, h4, h5, h6{margin-top: 0;}
.woocommerce-cart div#primary .page-banner-area, .woocommerce-checkout div#primary .page-banner-area, .woocommerce-account .content-area .page-banner-area {
	display: none;
}
/* .woocommerce-account .woocommerce-MyAccount-navigation ul {
padding: 15px 0px;
} */
table thead th {
    text-transform: capitalize;
}
.woocommerce-cart .wc-block-components-sidebar-layout.wc-block-cart, .woocommerce-checkout .wc-block-components-sidebar-layout.wc-block-checkout {
	padding-top: 0;
	padding: 60px 80px 0;
}
.woocommerce-account .entry-content {
	padding: 80px;
}
.woocommerce-MyAccount-content a, .woocommerce-account nav.woocommerce-MyAccount-navigation li a:hover {
	color: #27aa59 !important;
}
a.woocommerce-Button.wc-forward.button, button.woocommerce-Button.button {
	background: linear-gradient(270deg, #27AB59 40.32%, #97E48C 100%) !important;
	color: #fff !important;
	text-transform: capitalize;
	border-radius: 50px;
	font-size: 14px;
}
.woocommerce-account .woocommerce h2 {
	padding-bottom: 16px;
	font-weight: 600;
}
.woocommerce-account .login, .woocommerce-account .woocommerce h2 {
	max-width: 50%;
	margin: 0 auto;
}
.woocommerce-account input[type=text], .woocommerce-account input[type=email], .woocommerce-account input[type=password], .woocommerce-account textarea {
	border: 1px solid #000 !important;
}
.woocommerce-cart a.wc-block-components-button.wp-element-button.wc-block-cart__submit-button.contained, .woocommerce-checkout .wp-element-button, .woocommerce-checkout .wp-block-button__link {
	background: linear-gradient(270deg, #27AB59 40.32%, #97E48C 100%) !important;
	color: #fff !important;
}
.woocommerce-cart .wc-block-cart-item__wrap a {
	color: #000;
}
.page-id-13 h2.wp-block-heading {
	font-size: 30px;
	font-weight: 600;
}
.page-banner-area {
	background-image: url(/wp-content/uploads/2026/05/banner-inner-bg.webp);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	min-height: 180px;
	position: relative;
}
.page-banner-title {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
}
.page-banner-title .entry-title {
	color: #fff;
	font-size: 60px;
}
.breadcrumb_wrapper > .breadcrumb_separator {
	padding:0 15px;
}
.breadcrumb_wrapper span {
	color: #fff;
}
.archive footer#colophon {
	margin-top: 0;
}
.section-support p.hero-btn {
	padding: 6px 18px;
}
.service-text-center p:not(:last-child) {
	margin-bottom: 18px;
}

/* Load Font Awesome first if not already on the site */
/* <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css"> */

.password-input {
	position: relative;
	display: inline-block;
	width: 100%;
}

.password-input .show-password-input {
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translateY(-50%);
	background: none;
	border: none;
	padding: 0;
	cursor: pointer;
	color: #888;
	font-size: 16px;
	width: auto;
	height: auto;
}

.password-input .show-password-input::before {
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	content: "\f06e"; /* fa-eye (show state) */
}

.password-input .show-password-input.display-password::before {
	content: "\f070"; /* fa-eye-slash (hide state) */
}
/*about*/
.about-section .tablets-one {
	right: auto;
	left: 36%;
	top: 10%;
}
.about-section .tablets-two {
	left: 70%;
	bottom: 56%;
}
/*team member*/
.team-section{background:#15323E;}
.team-heading{margin-bottom:40px;}
.team-title{color:#fff;}
/* .team-slider{
display:grid;
grid-template-columns:repeat(5,1fr);
gap:24px;
} */
.team-slider {
	margin: 0 -12px;
}

.team-slider .slick-slide {
	margin: 0 12px;
}

.team-card {
	text-align: center;
	background: #fff;
	border-radius: 10px;
	overflow: hidden;
	height: 100%;
}

.team-img img {
	width: 100%;
	display: block;
}

.team-content {
	padding: 15px;
}

.team-content h3 {
	margin: 0 0 5px;
	font-size: 18px;
}

.team-content p {
	margin: 0;
	font-size: 14px;
}

element.style {
}
a#service-prev {
	position: absolute;
	top: 50%;
	left:60px;
	transform: translateY(-50%);
	background-color: #239a50;
	padding: 10px 14px;
}
a#service-next {
	background-color: #239a50;
	position: absolute;
	right:60px;
	top: 50%;
	transform: translateY(-50%);
	padding: 10px 14px;
}
.team-card{
	background: rgba(255, 255, 255, 0.05);
	border-radius:20px;
	padding:38px 24px;
	text-align:center;
	transition:.4s ease;
	position:relative;
	overflow:hidden;
	margin-bottom: 16px;
}
.team-card.active,
.team-card:hover{background: linear-gradient(180deg, #27AB59 0%, #104524 100%);}
.team-img{
	width:150px;
	height:150px;
	border-radius:50%;
	margin:0 auto 30px;
	padding:4px;
	background:#1DB35A;
}
.team-img img{
	width:100%;
	height:100%;
	object-fit:cover;
	border-radius:50%;
	display:block;
	border:4px solid #E9ECE6;
}
.team-content h3 {
	font-size: 24px;
	color: #fff;
	margin: 0 0 10px;
}
.team-content p{
	font-size:20px;
	line-height:1.4;
	color:#fff;
	margin:0;
	opacity:.95;
}

/* Mobile Slider */

@media(max-width:991px){

	.team-slider{
		grid-template-columns:repeat(2,1fr);
	}

	.team-title{
		font-size:48px;
	}

}

@media(max-width:767px){
	.page-banner-area{ min-height: 180px;}
	.team-section{
		padding: 40px 0;
		margin-top: 40px;
	}

	.team-section .corp-container{
		padding:0 20px;
	}

	.team-title{
		font-size:38px;
		letter-spacing:-1px;
	}

	.team-slider{
		display:block;
		margin:0 -10px;
	}

	.team-slider .slick-slide{height:auto;}
	.team-card{
		padding:30px 20px;
		border-radius:24px;
	}

	.team-img{
		width:120px;
		height:120px;
		margin-bottom:24px;
	}

	.team-content h3{
		font-size:28px;
	}

	.team-content p{
		font-size:16px;
	}

	/* Dots */

	.team-slider .slick-dots{
		position:relative;
		bottom:0;
		margin-top:30px;
		display:flex !important;
		align-items:center;
		justify-content:center;
		gap:8px;
	}

	.team-slider .slick-dots li{
		width:auto;
		height:auto;
		margin:0;
	}

	.team-slider .slick-dots li button{
		width:22px;
		height:5px;
		padding:0;
		border-radius:30px;
		background:rgba(255,255,255,.25);
	}

	.team-slider .slick-dots li button:before{
		display:none;
	}

	.team-slider .slick-dots li.slick-active button{
		background:#2BC05B;
		width:34px;
	}

}
/*how it work about*/
.page-id-245 .howit-work-section {
	padding-top: 100px;
}
/*faq*/
.page-id-245 .faq-section, .single-product .product-slider-section, .single-medical_conditions .contact-section {
	position: relative;
}
.page-id-245 .faq-section:before, .single-product .product-slider-section:before, .single-medical_conditions .contact-section:before {
	content: '';
	left: 0;
	top: -50px;
	background-image: url(/wp-content/uploads/2026/06/wave-ribbon-animated-1.gif);
	background-repeat: no-repeat;
	width: 100%;
	height: 80px;
	position: absolute;
	background-size: 100% 100%;
}
/*contact US*/
.contact-section{
	padding: 120px 0;
	background: #f5f5f5;
}

.contact-inner{
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 40px;
	align-items: stretch;
}
.cus-input {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.inputWithIcon {width: calc((100% - 30px)/2);}
.inputWithIcon2 {width: calc((100% - 30px)/3);}
input[type="text"], input[type="email"],input[type=tel], .wpcf7-form-control.wpcf7-select, .inputWithIcon1{width: 100%;}
textarea, textarea:focus{height:100px;resize: none;background-color: transparent;}
input[type=text], input[type=email], input[type=url], input[type=password], input[type=search], input[type=number], input[type=tel], input[type=range], input[type=date], input[type=month], input[type=week], input[type=time], input[type=datetime], input[type=datetime-local], input[type=color], textarea {
	border: 1px solid #fff !important;
}
/* Contact Form 7 Select */
.wpcf7-form-control-wrap {
	position: relative;
	display: block;
}

.wpcf7-form-control-wrap select {
	width: 100%;
	padding: 14px 50px 14px 20px;
	border-radius: 50px;

	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;

	background-color: #fff;

	/* Custom SVG Arrow */
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='8' viewBox='0 0 14 8'%3E%3Cpath d='M1 1L7 7L13 1' stroke='%23333' stroke-width='2' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right 20px center;
	background-size: 14px;
}
/* LEFT SIDE */
.contact-left{
	position: relative;
	border-radius: 32px;
	overflow: hidden;
	min-height: 720px;
}

.contact-img-wrap{
	height: 100%;
}

.contact-main-img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

/* CONTACT INFO */
.contact-info-list{
	position: absolute;
	left: 25px;
	bottom: 25px;
	display: flex;
	flex-direction: column;
	gap: 12px;
	z-index: 2;
}
.contact-info-item{
	display: flex;
	align-items: center;
	gap: 15px;
	padding: 14px 22px 14px 14px;
	border-radius: 60px;
	background: #15323E;
	min-width: 320px;
}
.contact-info-item:hover, .contact-social-btn:hover {background: #27AB59;}
.contact-info-text{
	display: flex;
	flex-direction: column;
}
.contact-social-icons{
	position: absolute;
	right: 25px;
	bottom: 25px;
	display: flex;
	flex-direction: column;
	gap: 12px;
	z-index: 3;
}
.contact-info-text a {color: #fff;text-decoration:none;}
.contact-social-btn{
	width: 48px;
	height: 48px;
	border-radius: 50%;
	background: #0000006E;
	backdrop-filter: blur(12px);
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all .3s ease;
}
.contact-social-btn:hover{transform: translateY(-3px);}
.contact-social-btn img{
	width: 20px;
	height: 20px;
	object-fit: contain;
}
.contact-right{
	background: #E0F3E7;
	border-radius: 30px;
	padding: 30px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
}
.contact-form-desc{
	font-size: 18px;
	line-height: 1.7;
	color: #2d2d2d;
	margin-bottom: 40px;
}
.contact-right .wpcf7 form{
	display: flex;
	flex-direction: column;
	gap: 18px;
	text-align: left;
}
.contact-right .wpcf7-form-control-wrap{display: block;}
.contact-right input,
.contact-right textarea{
	width: 100%;
	border: none;
	outline: none;
	background: #fff;
	border-radius: 60px;
	padding: 18px 28px;
	font-size: 16px;
	color: #000;
}

.contact-right textarea{
	border-radius: 28px;
	height: 160px;
	resize: none;
	padding-top: 22px;
}

.contact-right input::placeholder,
.contact-right textarea::placeholder{
	color: #666;
}
select.wpcf7-form-control.wpcf7-select {
	padding: 18px 28px;
	width: 100%;
	border-radius: 60px;
}
/* BUTTON */
.contact-right .wpcf7-submit{
	border: none;
	cursor: pointer;
	width: auto;
	min-width: 240px;
	padding: 0 34px;
	height: 70px;
	border-radius: 60px;
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	background: linear-gradient(270deg, #97E48C 0%, #27AB59 43.51%) !important;
	transition: all .3s ease;
}

.contact-right .wpcf7-submit:hover{
	transform: translateY(-3px);
}

/* MOBILE */
@media(max-width:991px){

	.contact-section{
		padding: 70px 0;
	}

	.contact-inner{
		grid-template-columns: 1fr;
	}

	.contact-left{
		min-height: auto;
	}

	.contact-main-img{
		height: 620px;
	}

	.contact-right{
		padding: 40px 24px;
	}

	.contact-form-title{
		font-size: 42px;
	}

	.contact-form-desc{
		font-size: 16px;
		margin-bottom: 28px;
	}

	.contact-info-list{
		left: 20px;
		bottom: 20px;
		right: 20px;
	}

	.contact-info-item{
		min-width: auto;
		width: 100%;
		padding: 14px 18px;
	}

	.info-value{
		font-size: 15px;
	}

	.contact-social-icons{
		right: 18px;
		bottom: 20px;
	}

	.contact-right .wpcf7-submit{
		width: 100%;
		min-width: 100%;
		height: 64px;
	}
}

@media(max-width:575px){

	.contact-main-img{
		height: 500px;
	}

	.contact-form-title{
		font-size: 34px;
	}

	.contact-info-item{
		gap: 12px;
		padding: 12px 16px;
	}

	.contact-info-icon{
		width: 40px;
		height: 40px;
		min-width: 40px;
	}

	.info-label{
		font-size: 12px;
	}

	.info-value{
		font-size: 14px;
	}

	.contact-social-btn{
		width: 42px;
		height: 42px;
	}
}

/*contact details box*/
.member-list-section {background: #E0F3E7;}
.section-title {margin-bottom: 44px;text-align: center;}
.member-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 25px;
}
.member-card {
	background: #15323E;
	border-radius: 30px;
	overflow: hidden;
	min-height: 240px;
	/* 	display: flex;
	align-items: stretch; */
}
.member-card:hover {background: #27AB59;}
.member-content .contact-info {padding-top: 22px;}
.member-content {padding: 37px;}
.member-content h3 {
	font-size: 20px;
	font-weight: bold;
}
.contact-info a {
	color: #fff;
	text-decoration: none;
}
.member-card img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
.single-medical_conditions footer#colophon {
	margin-top: 0;
}
/*archive page -category*/
nav#cwf-pagination a {
	color: #3dba5e;
}
#cwf-drawer-overlay {
	background: unset;
	inset: unset;
	backdrop-filter: unset;
}
.archive .why-choose-section, .ordering-selector-wrapper.cwf-filter-open {
	display: none;
}
.cwf-name {
	cursor: default !important;
}
.shop-page-section{
	padding:80px 0 0;
	background: linear-gradient(0deg, #E0F3E7 0%, #FFFFFF 100%);

}
.woocommerce section {
	margin-bottom: 0 !important;
}
.shop-layout{
	display:grid;
	grid-template-columns:280px 1fr;
	gap:40px;
	align-items:start;
}

.shop-sidebar{
	position:sticky;
	top:120px;
}
.bottom-badges-about {
	display: flex;
	align-items: center;
	gap: 20px; /* space between images */
}
/*about circle*/
.bottom-badges-about {
	display: flex;
	align-items: center;
	gap: 30px;
	flex-wrap: nowrap;
}

.badge-circle-about {
	flex-shrink: 0;
}

.badge-circle-about img {
	display: block;
	max-width: 180px; /* adjust size as needed */
	height: auto;
	animation: rotateCircle 15s linear infinite;
}
.shop-filter-head{
	display:flex;
	align-items:center;
	justify-content:space-between;
	margin-bottom:30px;
}

.shop-filter-head h3{
	font-size:28px;
	font-weight:700;
	margin:0;
}

.shop-topbar{
	display:flex;
	align-items:center;
	justify-content:space-between;
	margin-bottom:40px;
}

.shop-view-sort{
	display:flex;
	align-items:center;
	gap:0px !important;
}

.view-toggle{
	display:flex;
	align-items:center;
	gap:12px;
}

.view-toggle button{
	border:none;
	background:none;
	padding:0;
	cursor:pointer;
}
nav.woocommerce-pagination, a.cwf-clear {
	display: none !important;
}
.cwf-clear-top:hover {
	background: transparent;
}
.shop-ordering {
	display: flex;
	align-items: center;
	padding-left: 14px;
}
.shop-ordering span {
	padding-right: 12px;
}
.products-grid{
	display:grid;
	grid-template-columns:repeat(3,1fr);
	gap:30px;
	margin-bottom: 30px;
}

.custom-product-card{
	background:#fff;
	border:1px solid #d7d7d7;
	border-radius:22px;
	padding:22px;
	position:relative;
	text-align:center;
	transition:.3s;
}

.custom-product-card:hover{
	border-color:#27AB59;
}

.consult-badge{
	position:absolute;
	top:16px;
	left:16px;
	background:#fff;
	border:1px solid #000;
	border-radius:30px;
	padding:4px 14px;
	font-size:13px;
	z-index:2;
}

.product-image-wrap{
	position:relative;
	display:flex;
	align-items:center;
	justify-content:center;
	height:250px;
}
.cwf-item a {
	color: #000;
}
.cwf-section-toggle:hover {
	background: #3dbb5e !important;
}
.cwf-section-toggle {
	background: #3dbb5e !important;
}
.cwf-clear-top {
	color: #3dbb5e !important;
	border: 1.5px solid #3dbb5e;
}
.product-circle-bg{
	width:175px;
	height:175px;
	background: linear-gradient(270deg, #97E48C 0%, #27AB59 43.51%);
	border-radius:50%;
	position:absolute;
}
.custom-product-image{
	position:relative;
	z-index:2;
	max-width:180px;
	height:auto;
}
.product-rating{margin-bottom:15px;}
.product-rating .star{
	font-size:16px;
	color:#ff8a00;
}
.product-title{font-size:16px;line-height:1.4;}
.product-title a{
	color:#111;
	text-decoration:none;
}
.product-price{
	display:flex;
	align-items:center;
	justify-content:center;
	gap:10px;
	margin-bottom:22px;
}
.price-now{
	font-size:20px;
	font-weight:700;
	color:#000;
}
.price-old{
	font-size:18px;
	color:#a9a9a9;
	text-decoration:line-through;
}

.shop-product-btn{
	height:56px;
	border-radius:60px;
	background:linear-gradient(270deg,#97E48C 0%,#27AB59 43.51%);
	display:flex;
	align-items:center;
	justify-content:center;
	color:#fff !important;
	font-size:18px;
	font-weight:600;
	text-decoration:none;
	transition:.3s;
	display: none;
	padding: 0 26px;
}
.custom-product-card:hover .shop-product-btn {
	display: block;
	display: flex;
}
.single-product .page-banner-area {
	display: none;
}
.shop-product-btn a{color: fff;}
.shop-product-btn:hover{
	color:#fff;
	transform:translateY(-2px);
}
.products-list .custom-product-card {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 40px;
	text-align: left;
	margin-bottom: 20px;
}

.products-list .product-image-wrap{
	flex:0 0 180px;
	margin-bottom:0;
	justify-content:flex-start;
}

.products-list .product-circle-bg,
.products-list .product-rating{
	display:none;
}

.products-list .custom-product-image{
	max-width:140px;
}

.products-list .product-content{
	flex:1;
	display:flex;
	flex-direction:column;
	align-items:flex-start;
}

.products-list .product-price-btn{
	flex:0 0 220px;
	display:flex;
	flex-direction:column;
	align-items:flex-end;
	gap:20px;
}

.products-list .product-price{
	justify-content:flex-end;
	margin-bottom:0;
}
a.next.page-numbers::before{
	background-image: url(/wp-content/uploads/2026/05/right-arrow.svg);
	background-repeat: no-repeat;
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	padding: 20px;
	top: 8px;
	right: -18px;
}

a.prev.page-numbers::before {
	background-image: url(/wp-content/uploads/2026/05/right-arrow.svg);
	background-repeat: no-repeat;
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	transform: rotate(180deg);
	padding: 20px;
	top: -18px;
	left: -18px;
}
a.prev.page-numbers, a.next.page-numbers {position: relative;}
a.prev.page-numbers, a.next.page-numbers {border: none !important;}
#content_left_and_right_image-3 div#beans_img {
	display: none;
}
/*shop page*/
#cwf-backdrop {
	inset: unset;
}
.wp-singular .product-slider-section {
	background-color: #E0F3E7;
	padding: 80px 0;
}
.product-slider-section h4 {
	font-size: 16px;
	color: #10BC94;
}
.two-col-section {
	background: #112832;
}
.two-col-section p {
	color: #fff;
	margin-bottom: 18px;
	/* 	width: 80%; */
}
.two-cols-box-layout .cta-card {
	padding: 44px;
}
.two-cols-box-layout h3 {margin-bottom: 30px;}
/*shop - whychoose section*/
.why-choose-section{
	background: #E0F3E7;
	overflow: hidden;
}
.why-choose-content{
	max-width: 1220px;
	margin: 0 auto;
}
.why-choose-text {
	margin-bottom: 30px;
}
.why-choose-text h2{
	font-size: 4rem;
	line-height: 1.1;
	font-weight: 500;
	color: #000;
	margin-bottom: 1.5rem;
}

.why-choose-text p{
	font-size: 1.5rem;
	line-height: 1.6;
	color: #3B3B3B;
	margin: 0;
}

.why-icon-list{
	display: grid;
	grid-template-columns: repeat(4,1fr);
	gap: 1.75rem;
}

.why-icon-box{
	background: #F5F5F5;
	border-radius: 2rem;
	padding: 3rem 2rem;
	text-align: center;
	flex-direction: column;
	justify-content: flex-start;
	height: 100%;
	min-height: 380px;
	transition: 0.3s ease;
}

.why-icon-box:hover{
	transform: translateY(-5px);
}

.why-icon-img{
	width: 72px;
	height: 72px;
	margin: 0 auto 2rem;
	display: flex;
	align-items: center;
	justify-content: center;
}

.why-icon-heading {
	font-size: 24px;
	line-height: 1.3;
	font-weight: 500;
	color: #102B3A;
	margin-bottom: 1.25rem;
}
.two-col-right-img .about-image-left img {
	border-radius: 30px;
}
.two-col-right-img p {
	padding-bottom: 26px;
}
.two-col-right-img .content-right {
	padding-left: 40px;
}
.cwf-row a {
	color: #000;
	font-size: 16px;
}
div#cwf-sidebar button:hover {
	background-color: transparent;
}
div#cwf-sidebar button:focus{
	color: #000;
}
.cwf-group.is-open button span {
	color: #38ac56;
}
/*product details*/
.single-product .faq-item {
	border: 1px solid #DEDEDE;
	border-radius: 0;
}
.single-product footer#colophon {
	margin-top: 0;
}
.widget_shopping_cart .buttons a:first-of-type {
	padding: 11px 19px;
}
.woocommerce-mini-cart__buttons.buttons a {
	background: linear-gradient(270deg, #27AB59 40.32%, #97E48C 100%) !important;
	color: #fff !important;
	text-decoration: none;
	border: none !important;
}
.site-header .shopping-cart-dropdown .widget li a {
	border-bottom: none;
	color: #000;
	text-decoration: none !important;
	font-family: 'DegularDisplay', sans-serif !important;
	text-transform: capitalize !important;
}
.prs-progress-wrap{margin-top: 40px;}

/*medical condition page*/
.about-image-left img {
	height: 430px;
	width: 100%;
	object-fit: cover;
}
.two-col-right-image {
	background: #15323E;
}
.two-col-right-image p {
	color: #fff;
}
.left-img-dark {
	position: relative;
}

.left-img-dark::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 1019px; 
	height: 1019px;
	background: url('/wp-content/uploads/2026/06/left-image-bg.webp') no-repeat center center;
	background-size: contain;
	transform: translate(-50%, -50%);
	z-index: 0;
}
.left-img-dark img {
	position: relative;
	z-index: 1;
}
.section-support .tablets-one {
	position: absolute;
	right: 15%;
	top: 30%;
}
.section-support .tablets-two {
	position: absolute;
	left: 50%;
	top: 22%;
	bottom: auto;
}

/*blog-deatils*/
.single-post .entry-header h1.entry-title {
	display: none;
}
table {
	font-family: 'DegularDisplay', sans-serif !important;
}
.blog-post-img img {
	width: 100%;
}
img.img-first {
	padding-right: 20px;
}
.wp-singular .page-banner-title {width: 50%;}
.wp-singular .page-banner-title h1 {
	font-size: 28px !important;
}
.entry-meta span:last-child::after {
	content: "" !important;
}
.wp-singular .corp-content-wrapper {
	padding: 60px 80px;
	width: 70%;
	margin: -40px auto 0;
	position: relative;
	z-index: 2;
	background-color: #fff;
	border-radius: 20px;
}
.entry-thumbnail {
	display: none;
}
span.comments-link {
	display: none;
}
@media(max-width:1024px){

	.why-icon-list{
		grid-template-columns: repeat(2,1fr);
	}

	.why-choose-text h2{
		font-size: 3rem;
	}
}

@media(max-width:767px){
	.page-banner-title h1 {
		font-size: 24px !important;
	}
	.page-id-245 .howit-work-section {
		padding-top: 30px !important;
	}
	.bottom-badges-about {justify-content: center;}
	.page-id-245 .faq-section:before{background-image: none;}
	.shop-page-section {padding: 20px 0;}
	.why-choose-section{
		padding: 4rem 0;
	}

	.why-icon-list{
		grid-template-columns: 1fr;
		gap: 1.25rem;
	}

	.why-choose-text{
		margin-bottom: 2.5rem;
	}

	.why-choose-text h2{
		font-size: 2.4rem;
	}

	.why-choose-text p{
		font-size: 1rem;
	}

	.why-icon-box{
		padding: 2rem 1.5rem;
		min-height: auto;
		border-radius: 1.5rem;
	}

	.why-icon-heading{
		font-size: 1.5rem;
	}

	.why-icon-text p{
		font-size: .95rem;
		line-height: 1.7;
	}
	.inputWithIcon, .inputWithIcon2 {
		width: 100%;
	}
}


@media(max-width:767px){

	.products-list .custom-product-card{
		flex-direction:column;
		text-align:center;
	}

	.products-list .product-content{
		align-items:center;
	}

	.products-list .product-price-btn{
		align-items:center;
	}

}
@media(max-width:1024px){

	.products-grid{
		grid-template-columns:repeat(2,1fr);
	}

}

@media(max-width:767px){

	.shop-layout{
		grid-template-columns:1fr;
	}
	.shop-topbar{
		flex-direction:column;
		align-items:flex-start;
	}
	button#list-view {
		display: none;
	}
	.products-grid {
		grid-template-columns: repeat(1, 1fr);
		gap: 15px;
	}
	.custom-product-image {
		max-width: 100% !important;
		height: auto;
	}
	.product-title{font-size:14px;margin-top: 20px;}
	.price-now{font-size:26px;}
	.product-price {margin-bottom: 0;}
	span.woocommerce-Price-amount.amount {
		font-size: 16px;
	}
	.product-circle-bg {background: unset;}
	.product-image-wrap {height: auto;}
	.shop-product-btn {
		height: auto;
		font-size: 14px;
		padding: 12px;
	}
}
/* Responsive */
@media (max-width: 768px) {
	.shop-ordering {padding-left: 0px;}
	.shop-ordering span {padding-right: 0px;}
	.member-grid {
		grid-template-columns: 1fr;
	}
	.badge-circle-about img {max-width: 160px;}
	.products-grid{
		position: relative;
		z-index: 999;
	}
	.products-grid.cwf-filter-open{
		z-index: -1;
	}
	.section-title {
		font-size: 32px;
	}
	.wp-singular .corp-content-wrapper {
		padding: 30px 15px;
		width: 100%;
		margin: 0;
	}
	.member-content {
		padding: 25px;
	}
	.about-section .tablets-one {
		left: 20px;
		top: 4%;
	}
	.about-section .tablets-two {
		left: 78%;
		bottom: 60%;
	}
	.mc-product-title {font-size: 22px !important;}
	.single-product .product-slider-section:before{background-image: none;}
	.mc-product-main {padding: 70px 0 0px !important;}
	.product-slider-section {padding: 40px 0 1px !important;}
	#content_left_and_right_image-3 #beans_img {display: none;}
	.shop-view-sort {width: 100%;}
	.view-toggle {display: none;}
	.woocommerce-ordering{display: block !important;}
	.wp-singular .page-banner-title {width: 100%;}
	#content_left_and_right_image-1 div#coffe_beans {display: none;}
	.about-content-left {margin-top: 30px;}
	.two-col-right-img .content-right {padding: 0 15px !important;}
	.page-id-245 .faq-section:before, .single-product .product-slider-section:before, .single-medical_conditions .contact-section:before{background-image: none;}
	a#service-prev, a#service-next {position: unset;}
	.about-slide-arrow-wrapper {
		margin: 0 auto;
		width: 30%;
	}
	a#service-prev {margin-right: 12px;}
}