/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jan 06 2026 | 06:07:10 */
.rs-addon-services.style9 .services-inner .services-btn svg path,
.rs-addon-services.style8 .services-inner .services-btn svg path,
.rs-addon-services.style7 .services-inner .services-btn svg path,
.rs-addon-services.style1 .services-inner .services-btn svg path,
.rs-addon-services.style2 .services-inner .services-btn svg path,
.rs-addon-services.style3 .services-inner .services-btn svg path {
	fill: var( --e-global-color-primary ) !important;
}

.rs-addon-services .services-inner:hover {
	background-color: var( --e-global-color-primary ) !important;
}
.rs-addon-services .services-inner:hover .numbering span {
	color: rgb(255 255 255 / 20%) !important;
}

.rs-addon-services.style6 .services-inner .numbering span {
	color: var( --e-global-color-primary );
}

.rs-addon-services.style6 .services-inner:hover .numbering {
	background-color: var( --e-global-color-primary );
	border-color: var( --e-global-color-primary );
}

input[type=tel] {
	height: auto;
}
.rs-header-sticky .rs___sticky-logo {
	margin: 0 auto;
}
.twae-label-small {
	display: none;
}
.twae-wrapper .twae-description {
	text-align: left !important;
}
.twae-icon-link {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 1;
}
.woocommerce table th {
	color: #616161;
}
.pre-blog-meta li:nth-child(1) {
	display: none;
}
.pre-blog-meta li:nth-child(2) {
	margin: 0 !important;
	padding: 0 !important;
}
.pre-blog-meta li:nth-child(2):before {
	display: none;
}
.single-product p.price {
	display: none;
}
.single-product .single_variation_wrap {
	display: none !important;
}
span.price {
	display: none !important;
}
.product-list .single-details .overley {
	display: none !important;
}
.woocommerce-loop-category__title mark.count {
	display: none;
}
.hfe-nav-menu .highlightedlink a {
	color: var(--e-global-color-primary) !important;
}
input[type=tel] {
	padding: 15px 20px;
}
input[type="tel"]::placeholder,
textarea::placeholder,
input::placeholder {
	color: #303030 !important;
	opacity: 1;
}
body div textarea,
textarea {
	outline: none;
	height: 51px;
}
.hfe-site-logo-container img {
	aspect-ratio: 5/2;
	object-fit: contain;
}
.footer-social-icons {
	display: flex;
	gap: 10px;
}
.footer-social-icons a {
	height: 40px;
	width: 40px;
}
.footer-social-icons a.social-icon-facebook-f {
	display: inline-block;
	width: 48px;
	height: 48px;
	border-radius: 50%;
	background-color: #3b5998;
	background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'><path d='M22.675 0h-21.35C.597 0 0 .592 0 1.32v21.36C0 23.409.597 24 1.325 24h11.495v-9.294H9.691V11.07h3.13V8.41c0-3.1 1.894-4.788 4.66-4.788 1.325 0 2.466.098 2.797.142v3.243h-1.918c-1.504 0-1.795.715-1.795 1.763v2.314h3.587l-.467 3.636h-3.12V24h6.116c.728 0 1.324-.592 1.324-1.32V1.32c0-.728-.596-1.32-1.324-1.32z'/></svg>");
	background-size: 60% 60%;
	background-repeat: no-repeat;
	background-position: center;
	transition: background-color 0.3s;
}
.footer-social-icons a.social-icon-instagram {

}
.footer-social-icons a.social-icon-youtube {

}
header#rs-header .hfe-site-logo-container {
	padding: 10px 0 !important;
}
.woocommerce-result-count, form.woocommerce-ordering {
	display: none;
}
.woocommerce ul.products li .woocommerce-loop-product__title {
	float: none;
}
body.post-type-archive-product ul.products li.product-category h2.woocommerce-loop-category__title,
.woocommerce ul.products li .woocommerce-loop-product__title a {
	color: var(--e-global-color-primary);
}
body.post-type-archive-product ul.products li.product-category h2.woocommerce-loop-category__title::after,
.woocommerce ul.products li .woocommerce-loop-product__title a::after {
	content: " \00BB";
	font-size: inherit;
	margin-left: 0.2em;
}

.custom-post-navigation {
	display: flex;
	justify-content: space-between;
	margin: 2em 0;
	gap: 2em;
}
.custom-post-navigation a {
	display: flex;
	align-items: center;
	text-decoration: none;
	box-shadow: 0 2px 8px rgba(0,0,0,0.07);
	padding: 1em;
	border-radius: 8px;
	background: #fff;
	flex: 1;
	min-width: 0;
	transition: background 0.2s;
}
.custom-post-navigation a:hover {
	background: #f9f9f9;
}
.custom-post-navigation .nav-content {
	display: flex;
	flex-direction: column;
	min-width: 0;
}
.custom-post-navigation .nav-label {
	font-size: 0.85em;
	color: #888;
}
.custom-post-navigation .nav-title {
	font-weight: bold;
	color: #222;
	/* 	white-space: nowrap; */
	/* 	overflow: hidden; */
	/* 	text-overflow: ellipsis; */
}
.custom-post-navigation .nav-date {
	font-size: 0.80em;
	color: #aaa;
}
.custom-post-navigation .arrow {
	font-size: 2em;
	color: var(--e-global-color-primary);
	margin: 0;
	width: 120px;
	text-align: center;
}
.next-post .arrow {
	order: 2;
}
.prev-post .arrow {
	order: 0;
}
.custom-post-navigation a {
	position: relative;
	display: flex;
	align-items: center;
	min-height: 120px;
	padding: 0;
	overflow: hidden;
	background: #fff;
	border-radius: 8px;
	box-shadow: 0 2px 8px rgba(0,0,0,0.07);
	justify-content: flex-start;
	max-width: calc(50% - 1em);
}

.nav-thumb-wrap {
	position: absolute;
	left: 0;
	top: 0;
	width: 120px;
	height: 100%;
	overflow: hidden;
	z-index: 1;
	border-radius: 8px 0 0 8px;
}

.next-post .nav-thumb-wrap {
	left: auto;
	right: 0;
	border-radius: 0 8px 8px 0;
}

.nav-thumb-wrap img.nav-thumb {
	width: 120px;
	height: 100%;
	object-fit: cover;
	opacity: 0.5;
	filter: brightness(0.25);
}

.custom-post-navigation .arrow {
	position: relative;
	z-index: 2;
	/* 	margin-left: 130px; */
	font-size: 2em;
	color: var(--e-global-color-primary);
}

.prev-post .nav-content, .next-post .nav-content {
	position: relative;
	z-index: 3;
	padding: 0.5em 1em;
	border-radius: 8px;
	width: calc(100% - 120px);
}

.next-post .nav-content {
	text-align: right;
}

.custom-post-navigation a:hover .nav-title {
	color: var(--e-global-color-primary);
}

input[type=text], input[type=number], input[type=email], input[type=url], input[type=tel], body div textarea {
	padding: 10px;
}

section.related.products {
	margin-top: 30px;
	border-top: 2px solid var(--e-global-color-primary);
}

section.related.products h2 {
	font-size: 25px;
	padding-top: 25px;
	margin-bottom: 15px;
}

section.related.products ul.products.columns-3 li {
	box-shadow: 0px 0 20px color(srgb 0.38 0.38 0.38 / 0.25);
	border-radius: 20px;
	padding-bottom: 15px !important;
}

body.archive.tax-product_cat ul.products li.product,
body.post-type-archive-product ul.products li.product-category {
	box-shadow: 0px 0 20px color(srgb 0.38 0.38 0.38 / 0.25);
	border-radius: 20px;
	padding: 0 !important;
	margin-bottom: 30px;
}

body.archive.tax-product_cat ul.products li.product h2.woocommerce-loop-product__title,
body.post-type-archive-product ul.products li.product-category h2.woocommerce-loop-category__title {
	padding: 10px !important;
	margin: 0;
	line-height: 1.5;
}

button, html input[type=button] {
	padding: 12px 24px;
}

body.wp-singular.product-template-default.single.single-product div#content {
	padding-top: 40px;
	padding-bottom: 40px;
}

.summary.entry-summary h1.product_title.entry-title {
	display: none;
}

body.home .body-top-section {
	display: none;
}

.woocommerce-Tabs-panel--technical-documents h2.yikes-custom-woo-tab-title.yikes-custom-woo-tab-title-technical-documents {
	display: none;
}

.woocommerce-Tabs-panel--technical-documents a[href$=".pdf"]::before {
	content:"• ";
}

.woocommerce-Tabs-panel--technical-documents a[href$=".pdf"]::after {
	content: url('https://ahmedabada2z.com/cemseal/wp-content/uploads/2025/08/pdf.svg');
	vertical-align: middle;
	margin-left: 5px;
	display: inline-block;
	transform: scale(0.75);
}

div[data-widget_type="wc-categories.default"] li.product-category.product {
	box-shadow: 0px 0 20px color(srgb 0.38 0.38 0.38 / 0.25);
	border-radius: 20px;
	padding-bottom: 0 !important;
}

div[data-widget_type="wc-categories.default"] li.product-category.product h2 {
	padding: 10px !important;
	line-height: 1.5;
}

.home-footer-social-icons {
	position: absolute;
	z-index: 2;
	left: 100px;
	top: 30px;
}

body.wp-singular.post-template-default.single.single-post.single-format-standard .header-breadcamb-fixer {
	display: none;
}

body.wp-singular.post-template-default.single.single-post.single-format-standard #content {
	padding-top: 40px;
	padding-bottom: 40px;
}

span.sku_wrapper {
	display: none;
}

table.variations {
	display: none;
}

.wa__btn_popup {
	right: 32px !important;
	bottom: 100px !important;
}

select.gt_selector {
	margin-bottom: 0;
}

body.archive.post-type-archive.post-type-archive-product #content .row .col-md-8.col-xs-12 {
	flex: 0 0 auto;
	width: 100%;
}

body.archive.post-type-archive.post-type-archive-product .sidebar-gap {
	display: none;
}

body.archive.post-type-archive.post-type-archive-product #content ul.products {
	gap: 30px;
	display: grid;
	grid-template-columns: repeat(4, 1fr);

	&:before{
		display: none;
	}
}

body.archive.post-type-archive.post-type-archive-product #content ul.products li.product-category.product {
	margin: 0;
	width: 100%;
}

.jobwp-item .jobwp-job-title, .jobwp-item .jobwp-job-title a.jobwp-job-title-a {
	color: var(--e-global-color-primary) !important;
}

.faq-container {
	background-color: var(--e-global-color-ce05037);
}

.faq-container .container {
	margin: 0 auto;
	padding: 40px 0 50px;
}
.single-product .accordion button {
	padding: 8px;
	color: #212121 !important;
	font-weight: 500;
}

.single-product .accordion .accordion-item button[aria-expanded='true'] {
	border-color: transparent;
}

.single-product .accordion button .accordion-title {
	padding: 0.5em 1.5em 0.5em 0;
}

.single-product .accordion button .icon {
	right: 0.5em;
	top: calc(50% - 11px);
}

.single-product .accordion .accordion-content p {
	margin: 0.5em;
}

.single-product .accordion .accordion-item {
	border-top: none;
	border-left: none;
	border-right: none;
	background-color: transparent;
}

.elementor-widget-woocommerce-product-additional-information h2 {
	font-size: 32px;
	line-height: 1;
	font-family: 'Space Grotesk';
}

.footer_certificate_display img {
	aspect-ratio: 1;
	width: 100px;
	object-fit: contain;
}

.download-app-icon {
	text-align: left;
}

.download-app-icon figure.wp-caption {
	display: flex;
	gap: 15px;
	align-items: center;
	position:relative;

	a:after {
		position: absolute;
		content: '';
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
	}

	figcaption {
		margin-bottom: 0;
	}
}
sr7-arrow.sr7-rightarrow.sr7-arrows,
sr7-arrow.sr7-leftarrow.sr7-arrows {
	background-color: var(--e-global-color-primary) !important;
	opacity: 0.5 !important;

	&:hover {
		opacity: 1 !important;
	}
}

.rs-grid-figure {
	outline: none !important;
}

.testimonials-wrap {
	.content-part-modify {
		flex-direction: column;
		gap: 0 !important;
		align-items: flex-start !important;
	}
}

.rs-addon-slider.rsl_logo_style1 .rs-grid-figure .logo-img img:hover {
	transform: none;
}

.post-views.entry-meta,
.blog-meta,
.date-post {
	display: none !important;
}

.become-destributor-btn {
	display: none;
}

.become-destributor-form:has(.jet-form-builder-message--success) .become-destributor-btn {
	display: block;
}

.become-destributor-btn a {
	background-color: var(--e-global-color-primary);
	margin-top: 10px;
	color: #fff;
	padding: 8px 16px;
	display: inline-block;

	&:hover {
		background-color: var(--e-global-color-b3dbd4f);
	}
}

body .circulr-details-bottom-email .jobwp-primary-button,
body .jobwp-search-container .jobwp-search-item .button.submit-btn {
	background-color: var(--e-global-color-primary);

	&:hover {
		background-color: var(--e-global-color-b3dbd4f);
		color: #fff;
	}
}

.rs-blog-details .bs-desc,
.rs-blog .blog-item .blog-desc {
	text-align: justify;
}

.post-3 .entry-content,
.post-29215 .entry-content {
	text-align: justify;
}

body.page-id-29146 {
	.elementor-element-9112c16 {
		display: none;
	}
}
#content {
	padding-top: 40px;
	padding-bottom: 40px;
}
.jobwp-listing-top {
	display: flex;
	align-content: center;
	flex-direction: row;
	align-items: center;
	flex-wrap: wrap;
}
.woocommerce table.shop_attributes {
	margin-bottom: 0;
}
.elementor-image-carousel-wrapper .elementor-swiper-button {
    background-color: var( --e-global-color-primary );
    padding: 10px;
    border-radius: 4px;
    opacity: 0.8;
	transition: all 0.3s ease 0s;
}
.elementor-image-carousel-wrapper .elementor-swiper-button:hover {
    opacity: 1;
}
/* Responsive tweak */

/* Extra Large Desktop */
@media (min-width: 1601px) and (max-width: 1870px) {
	.single-header .hfe-nav-menu nav > ul > li > .hfe-has-submenu-container > a, 
	.single-header .hfe-nav-menu nav > ul > li > a{
		padding: 10px !important;
		font-size: 15px !important;
	}
}
@media only screen and (max-width: 1680px) {}

/* Large Desktop */
@media only screen and (max-width: 1600px) {}
@media (min-width: 1367px) and (max-width: 1600px) {
	.single-header .hfe-nav-menu nav > ul > li > .hfe-has-submenu-container > a, 
	.single-header .hfe-nav-menu nav > ul > li > a{
		padding: 10px !important;
		font-size: 15px !important;
	}
}
/* Large Desktop */
@media only screen and (max-width: 1550px) {}

/* Large Desktop */
@media only screen and (max-width: 1512px) {}

/* Large Desktop */
@media only screen and (max-width: 1440px) {}

/* Desktop - Most Common Laptop */
@media only screen and (max-width: 1366px) {}
@media (min-width: 1025px) and (max-width: 1366px) {
	.single-header .hfe-nav-menu nav > ul > li > .hfe-has-submenu-container > a, 
	.single-header .hfe-nav-menu nav > ul > li > a{
		padding: 10px !important;
		font-size: 15px !important;
	}
}
/* Small Desktop */
@media only screen and (max-width: 1300px) {}

/* Small Desktop */
@media only screen and (max-width: 1280px) {}

/* Small Desktop */
@media only screen and (max-width: 1240px) {}

/* Large Tablet / Small Desktop */
@media only screen and (max-width: 1199px) {}

/* Tablet Landscape */
@media only screen and (max-width: 1024px) {
	#content {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.section-header,
	.section-content {
		padding: 20px;
	}
	.download-item.main-download {
		gap: 20px;
		padding: 20px;
		margin-bottom: 20px;
	}
	.individual-downloads {
		margin-top: 20px;
	}
	.download-section {
		margin-bottom: 30px;
	}
	body.blog .rs-blog .blog-item {
		padding-bottom: 20px;
		margin-bottom: 20px;
	}
	.blog .rs-blog .blog-item .blog-img, .archive .rs-blog .blog-item .blog-img {
		margin-bottom: 0;
	}
	.rs-blog .blog-item:not(.rs-flat) .blog-button {
		margin-top: 10px;
	}
	body.archive.post-type-archive.post-type-archive-product #content ul.products {
		gap: 20px;
		grid-template-columns: repeat(3, 1fr);
	}
}

/* Tablet Portrait / Small Tablet - CRITICAL BREAKPOINT */
@media only screen and (max-width: 991px) {
	.dynamic-sidebar {
		margin-top: 0;
	}
	.faq-container .container {
		margin: 0 auto;
		padding: 30px 20px;
		max-width: none;
	}
	.bs-sidebar .recent-post-widget .post-desc a {
		font-size: 14px;
	}
}
@media only screen and (max-width: 991px) and (min-width: 768px) {
	.pagination-area {
		margin-bottom: 0;
	}
}
@media(min-width: 768px) {
	body.page-id-29146 {
		.elementor-2144 .elementor-element.elementor-element-5b97131 {
			margin-right: 24%;
		}
	}
}
/* Tablet Portrait */
@media only screen and (max-width: 768px) {}
@media (max-width: 767px) {
	.woocommerce div.product .woocommerce-tabs ul.tabs li {
		padding: 5px 15px !important;
		font-size: 16px !important;
	}
	.hfe-site-logo-container img {
		height: 70px !important;
	}
	footer .elementor-nav-menu {
		flex-direction: column;
	}
	.custom-post-navigation {
		margin: 1em 0;
		gap: 1em;
		flex-direction: column;
	}
	.custom-post-navigation a {
		max-width: 100%;
		min-height: 100px;
	}
	.nav-thumb-wrap {
		width: 50px;
	}
	.nav-thumb-wrap img.nav-thumb {
		width: 50px;
	}
	.custom-post-navigation .arrow {
		width: 50px;
	}
	.custom-post-navigation .arrow {
		width: 50px;
	}
	.prev-post .nav-content, .next-post .nav-content {
		width: calc(100% - 50px);
	}
	body.archive.post-type-archive.post-type-archive-product #content ul.products {
		grid-template-columns: repeat(2, 1fr);
	}
}
/* Mobile Landscape */
@media only screen and (max-width: 640px) {}
@media (max-width: 600px) {
	.nav-thumb-wrap, .nav-thumb-wrap img.nav-thumb {
		width: 70px;
	}
	.arrow {
		margin-left: 80px;
	}
	.woocommerce div.product .woocommerce-tabs ul.tabs li {
		padding: 5px 7px !important;
		font-size: 14px !important;
		margin: 0;
	}
}
@media only screen and (max-width: 590px) {	
	.woocommerce ul.products[class*="columns-"] li.product:nth-child(2n), .woocommerce-page ul.products[class*="columns-"] li.product:nth-child(2n),
	.woocommerce ul.products[class*="columns-"] li.product, .woocommerce-page ul.products[class*="columns-"] li.product{
		margin: 0 0 30px;
	}
	.home-product-category-block ul.products.elementor-grid {
		grid-row-gap: 30px !important;
		grid-template-columns: repeat(1, 1fr);
	}
	.home-product-category-block ul.products[class*="columns-"].elementor-grid li.product {
		margin: 0;
	}
}
/* Mobile Portrait */
@media only screen and (max-width: 480px) {}

/* Small Mobile - iPhone SE */
@media only screen and (max-width: 375px) {}

/* Extra Small Mobile */
@media only screen and (max-width: 320px) {}




