.wvs-has-image-tooltip:hover:after, .wvs-has-image-tooltip:hover:before, [data-wvstooltip]:hover:after, [data-wvstooltip]:hover:before {
	opacity: 0;
	visibility: hidden !Important
}

.otherapplicationextra h2 {
    color: var(--Grantex-Black, #222);
    text-align: center;
    leading-trim: both;
    text-edge: cap;
    font-family: Barlow;
    font-size: 42px;
    font-style: normal;
    font-weight: 500;
    line-height: 54px;
    margin-bottom: 30px !important;
}
.otherapplicationextra {
  position: relative;
  overflow: hidden;
}
body:not(.term-other_applications) .otherapplicationextra {
	display: none;
}
body.term-coloured_quartz .categorycolor {
    background: linear-gradient(81deg, #006A52 0.9%, #006772 9.56%, #00759D 18.21%, #962071 26.87%, #AE0F0A 35.53%, #C94D1B 44.19%, #F7941D 51.12%, #C19919 58.62%);
}
.otherapplicationextra.collapsed {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.otherapplicationextra-toggle {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-top: 30px;
    cursor: pointer;
    color: var(--Grantex-Black, #222);
    font-family: Barlow;
    font-size: 18px;
    font-weight: 500;
    line-height: 18px;
    justify-content: center;
}
.otherapplicationextra-toggle svg {
  transition: transform 0.3s ease;
}

.otherapplicationextra.expanded + .otherapplicationextra-toggle {
  color: var(--Grantex-Orange, #F7941D);
  font-weight: 700;
}

.otherapplicationextra.expanded + .otherapplicationextra-toggle svg {
  transform: rotate(180deg);
}

.term-40 .catleftsec h1,.term-40 .catleftsec p,.term-41 .catleftsec h1,.term-41 .catleftsec p,.term-42 .catleftsec h1,.term-42 .catleftsec p,.term-43 .catleftsec h1,.term-43 .catleftsec p,.term-44 .catleftsec h1,.term-44 .catleftsec p{color:#232922 !Important}
.nobottomspacing p:last-child {
    margin-bottom: 0px;
}
.variations_form table.variations {
    display: flex;
    flex-wrap: wrap;
    border: none !important;
}

.variations_form table.variations tbody {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.woocommerce-js div.product form.cart .variations tr {
    display: flex;
    /* flex-direction: column; */
    align-items: center;
    margin-right: 25px;
    margin-bottom: 40px;
}
.recycled-packaging {
    display: flex;
    align-items: center;
    gap: 5px; 
    color: var(--Grantex-Black, #222);
    font-family: Barlow;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
}

body.single-product #content h1, body.single-product #content h2, body.single-product #content h3, body.single-product #content h4, body.single-product #content h5, body.single-product #content h6, body.archive.woocommerce #content h1, body.archive.woocommerce #content h2, body.archive.woocommerce #content h3, body.archive.woocommerce #content h4, body.archive.woocommerce #content h5, body.archive.woocommerce #content h6 {
    margin-bottom: 0px;
}
/* Product Card Base */
.custom-product-card {
    background: #FFF;
    border-radius: 1px 20px 1px 1px;
    overflow: hidden;
    transition: all 0.3s ease;
	padding-bottom: 0px !Important;
	border-radius: 0 20px;
}

/* Make entire card clickable */
.custom-product-card .product-link {
    display: block;
    color: inherit;
    text-decoration: none;
}

/* Image Wrapper */
.product-thumb-wrap {
    position: relative;
}

.product-thumb {
    width: 100%;
    height: auto;
    border-radius: 1px 20px 1px 20px !important;
    display: block;
}
.categorycolorhover {
	background-color: transparent !Important
}
.product-content.categorycolorhover, .product-content.categorycolor_two{
    padding: 20px 0px;
}
.cat-item:hover .product-content.categorycolorhover .product-title , .cat-item:hover .product-content.categorycolorhover_two .product-title {
	color: #ffffff;
}
.cat-item:hover .product-content.categorycolorhover, .cat-item:hover .product-content.categorycolorhover_two  {
    padding: 20px 20px;
}
/* Wrapper for multiple size badges */
.size-badge-wrap {
    position: absolute;
    bottom: 20px;
    left: 20px;
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}

/* Individual size badge */
.size-badge {
    color: #FFF;
    text-align: center;
    font-family: Barlow;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    display: flex;
    height: 30px;
    padding: 10px 15px;
    justify-content: center;
    align-items: center;
    border-radius: 40px;
    background: var(--Grantex-Black, #222);
}


/* Content Wrap */
.product-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    transition: all 0.3s ease;
}

/* Title */
.product-title {
    color: var(--Grantex-Black, #222);
    font-family: Barlow;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    margin: 0;
    transition: color 0.3s ease;
}

/* Arrow Button */
.product-arrow {
    display: flex;
    width: 40px;
    height: 40px;
    justify-content: center;
    align-items: center;
    border-radius: 0 0 10px 0;
    background: var(--LRS---Premium, #704F76);
    transition: background 0.3s ease;
}

/* Hover Effects */
.custom-product-card:hover {
    background: var(--LRS---Premium, #704F76);
}

.custom-product-card:hover .product-arrow {
    background: var(--Grantex-Black, #222);
}

.custom-product-card:hover .product-title {
    color: #FFF;
}
.product-arrow img {
    width: auto !important;
    margin: 0px !important;
}
.product-thumb-wrap img {
    margin: 0px !important;
}	
.woocommerce-product-details__short-description p:last-child {
    margin-bottom: 0px !important;
}
.woocommerce-product-details__short-description {
    color: var(--Grantex-Black, #222);
    font-family: Barlow;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
}
.woocommerce-js div.product form.cart .reset_variations {
    visibility: hidden !important;
    display: none !important;
    opacity: 0 !important;
}
.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item) {
    margin: 0px;
    margin-right: 10px;
    color: var(--Grantex-Black, #222);
    font-family: Barlow;
    font-size: 14px !important;
    font-style: normal;
    font-weight: 700;
    line-height: 26px;
    display: flex;
    padding: 0px !important;
    padding-left: 10px !important;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 8px !important;
    border: 1px solid #000;
    padding-right: 10px !important;
    min-height: 32px;
    text-transform: uppercase;
}
span.woo-selected-variation-item-name {
    display: none !important;
}
.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item.selected:not(.no-stock) {
    background: #222;
    color: #fff;
}
.woocommerce-js div.product form.cart .variations th {
    margin-bottom: 0px !important;
    margin-right: 10px;
}
.woocommerce-js div.product form.cart .single_variation_wrap {
    display: none !important;
}
.display-features {
    display: flex;
    align-items: center;
    gap: 10px;
}
body.archive.woocommerce #content>.ast-container {
    max-width: 100%;
    padding: 0px;
}
	.grantex-filter-layout {
		display: grid;
		grid-template-columns: 320px 1fr;
		gap: 30px;
	}
	.grantex-filter-sidebar {
		background: #F0F0F0;
		padding: 30px;
		border-radius: 8px;
	}
.grantex-filter-sidebar h3 {
    color: var(--Grantex-Black, #222);
    font-family: Barlow;
    font-size: 22px;
    font-weight: 500;
    line-height: 32px;
    border-bottom: 1px solid #DADADA;
    padding-bottom: 20px;
    margin-bottom: 20px !important;
}
.grantex-filter-group {
    margin-bottom: 14px;
    border-bottom: 1px solid #DADADA;
    padding-bottom: 20px;
}
	.grantex-filter-group label {
		display: block;
		margin-bottom: 10px;
		color: var(--Grantex-Black, #222);
		font-family: Barlow;
		font-size: 18px;
		font-weight: 500;
		line-height: 26px;
	}
	.grantex-filter-select {
		display: flex;
		height: 40px;
		position: relative;
	}
	.grantex-filter-select select {
		flex: 1;
		height: 100%;
		padding-left: 10px;
		border: none;
		border-radius: 8px 0 0 8px;
		outline: none;
		background: #fff;
		font-family: Barlow;
		font-size: 16px;
	}
	.grantex-filter-arrow {
		display: flex;
		width: 40px;
		justify-content: center;
		align-items: center;
		border-radius: 0 8px 8px 0;
		background: #DADADA;
		transition: all 0.3s ease;
	}
	.grantex-filter-select.open .grantex-filter-arrow {
		background: #222;
	}
	.grantex-filter-arrow img {
		width: 12px;
		height: auto;
		transition: transform 0.3s ease;
	}
	.grantex-filter-select.open .grantex-filter-arrow img {
		filter: brightness(0) invert(1);
		transform: rotate(180deg);
	}
.pagination-bar {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 40px;
  margin-top: 30px;
}

.pagination-info {
  color: var(--Grantex-Grey, #ADADAD);
  text-align: right;
  font-family: "Barlow", sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px; /* 145.455% */
}

.pagination-nav .ast-container {
    justify-content: space-between;
    display: flex;
    width: 100%;
	flex-direction: row;
}
.pagination-nav
 {
    display: flex;
    align-items: center;
    gap: 10px;
    background: var(--Off-White, #F0F0F0);
    align-content: flex-end;
    justify-content: space-between;
    width: 100%;
    padding: 50px 0px;
}
.pagination-nav button.is-disabled {
	opacity: 0.4;
	pointer-events: none;
	cursor: not-allowed;
}
.pagination-prev,
.pagination-next {
  display: flex;
  padding: 0px;
  justify-content: center;
  align-items: center;
  gap: 20px;
  border-radius: 10px 0;
  background: transparent !Important;
  /* background: var(--Black, #151814); */
  border: none;
  cursor: pointer;
}

.pagination-prev img,
.pagination-next img {
  display: block;
  /* width: 18px; */
  height: auto;
}
button.pagination-prev:hover, button.pagination-next:hover {
   /*  background: #F7941D; */
}
    .related-product-cats .cat-item {
        border-radius: 0 30px;
        overflow: hidden;
        position: relative;
    }

    .related-product-cats .cat-thumb {
        background-size: cover;
        background-position: center;
        position: relative;
        height: 316px;
        border-radius: 0 30px;
    }

    .related-product-cats .cat-title-wrap {
        position: absolute;
        bottom: 0;
        left: 0;
        border-radius: 0 0 0 30px;
        padding: 15px 39px;
		width: 100%;
    }

    .related-product-cats .cat-title {
        color: #FFF;
        font-family: Barlow, sans-serif;
        font-size: 24px;
        font-style: normal;
        font-weight: 500;
        line-height: 34px;
        margin: 0;
    }


.related-product-cats .owl-nav {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	transform: translateY(-50%);
	pointer-events: none;
}

.related-product-cats.owl-theme .owl-prev-icon, .related-product-cats.owl-theme .owl-next-icon {
    display: flex !important;
    padding: 15px 20px !important;
    justify-content: center;
    align-items: center;
    gap: 20px;
    border-radius: 10px 0 !important;
    background: #151814 !important;
    color: #fff;
    font-size: 22px;
    line-height: 1;
    cursor: pointer;
    pointer-events: auto;
    transition: all 0.3s ease;
}

.related-product-cats .owl-prev {
	margin-left: -60px;
}

.related-product-cats .owl-next {
	margin-right: -60px;
}

.related-product-cats .owl-prev-icon:hover,
.related-product-cats .owl-next-icon:hover {
	/* opacity: 0.8; */
}
.related-product-cats.owl-theme button:hover, .related-product-cats.owl-theme button:hover {
	background: transparent !important
}
.related-product-cats.owl-theme button:hover .owl-prev-icon, .related-product-cats.owl-theme button:hover .owl-next-icon {
	background: #F7941D !important;
}
	/* Dropdown Core */
	.grantex-filter-select {
		position: relative;
	}
	.grantex-multiselect {
		background: #FFF;
		border-radius: 8px;
		display: flex;
		flex-direction: column;
		width: 100%;
	}
.grantex-multiselect .selected-text {
    padding: 6px;
    border: 1px solid #DADADA;
    cursor: pointer;
    font-family: Barlow;
}
	.grantex-multiselect .dropdown-options {
		display: none;
		background: #FFF;
		border: 1px solid #DADADA;
		border-top: none;
		position: absolute;
		width: 100%;
		z-index: 99;
		max-height: 200px;
		overflow-y: auto;
		border-radius: 0 0 8px 8px;
	}
	.grantex-multiselect.open .dropdown-options {
		display: block;
	}

.grantex-multiselect label {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 8px 10px;
	gap: 10px;
	cursor: pointer;
	font-family: Barlow;
	font-size: 16px;
}
.term-name {
	flex: 1;
}
	.grantex-multiselect label:hover {
		background: #F0F0F0;
	}

	.color-box {
	width: 16px;
	height: 16px;
	border-radius: 5px 0px;
	border: none;
	display: inline-block;
	margin-right: 8px;
}

.accordion-icon {
	  display:none;
  }


.grantex-multiselect input[type="checkbox"] {
	display: none;
}

	.checkbox-style {
	width: 16px;
	height: 16px;
	border: 2px solid #000;
	border-radius: 50%;
	display: inline-block;
	position: relative;
	flex-shrink: 0;
}

.grantex-multiselect input[type="checkbox"]:checked + .checkbox-style::after {
	content: "";
	position: absolute;
	top: 3px;
	left: 3px;
	width: 6px;
	height: 6px;
	background: #000;
	border-radius: 50%;
}
#grantex-filter-form .grantex-filter-group:last-child {
    margin-bottom: 0px;
    padding-bottom: 0px;
    border-bottom: 0px;
}
.cat-thumb {
    position: relative;
    overflow: hidden;
}

.cat-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
    display: block;
}

.cat-item:hover .cat-thumb img {
    transform: scale(1.1);
}

.cat-title-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
}
.wpgs-nav .slick-next, .wpgs-nav .slick-prev {
    display: none !important;
}
.wpgs-for .slick-slide, .wpgs-for .slick-slide * {
    border-radius: 20px 0px;
}
.thumbnail_image.slick-slide, .thumbnail_image.slick-slide * {
    border-radius: 10px 0;
}
.woocommerce-js div.product div.images.woocommerce-product-gallery {
    margin-bottom: 0px !important;
}
.grantex-faq-accordion { display:flex; flex-direction:column; gap:20px; }
	.faq-item { border-radius:10px; box-shadow:0 0 10px rgba(0,0,0,0.05); background:#FFF; overflow:hidden; transition:all .3s ease; }
	.faq-title { display:flex; justify-content:space-between; align-items:stretch; min-height:70px; padding-left:20px; background:#FFF; border-radius:10px; cursor:pointer; transition:all .3s ease; }
	.faq-title-text { flex:1; display:flex; align-items:center; font-family:Barlow, sans-serif; font-size:22px; font-weight:500; line-height:32px; color:var(--Grantex-Black,#222); }
	.faq-icon { width:70px; height:70px; display:flex; justify-content:center; align-items:center; background-color:#DADADA; transition:all .3s ease; }
	.icon-active { display:none; }
	.faq-content { overflow:hidden; height:0; background:#FFF; font-family:Barlow, sans-serif; font-size:18px; line-height:26px; color:var(--Grantex-Black,#222); transition:height .45s ease; }
	.faq-inner { padding:20px; }
	.faq-item.active .faq-title { border-bottom:1px solid #F7941D; border-radius:10px 10px 0 0; }
	.faq-item.active .faq-icon { background-color:#F7941D; }
	.faq-item.active .icon-default { display:none; }
	.faq-item.active .icon-active { display:block; }
.woocommerce-product-gallery__image:before{content:url(/wp-content/uploads/2025/11/icon-circle-plus.svg); position:absolute;top:15px;right:15px;z-index:888}
.wpgs-nav .slick-current img{opacity:.5 !Important}

.categoryhubinto p {
    margin-bottom: 20px !important;
}
.categoryhubinto p:last-child {
    margin-bottom: 0px !important;
}
.grantex-icon-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.grantex-icon-list-item {
    display: flex;
    align-items: center;
    padding: 10px 15px;
    border: 1px solid #232922;
    border-radius: 10px;
    font-family: 'Barlow', sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.44;
}

.grantex-icon img {
    width: 30px;
    height: 30px;
    margin-right: 10px;
    display: block;
}
body.tax-product_cat header, body.single-product header {
    margin-bottom: 0px !important;
}
.category-header-white .conditionalwhite * {
    color: #fff !important;
}
.grantex-parent-category {
    color: var(--Grantex-White, #FFF) !Important;
    font-family: Barlow;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px;
    display: flex;
    padding: 3px 10px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 8px;
    border: 2px solid var(--Grantex-White, #FFF);
    width: fit-content;
}
body.category-header-black .grantex-parent-category {
    border: 2px solid var(--Grantex-Black, #222);
    color: #222  !Important;
}
.grantex-metrics-wrap {
    display: flex;
    padding: 20px;
    justify-content: center;
    align-items: center;
    gap: 20px;
    align-self: stretch;
    border-radius: 10px;
    background: var(--Off-White, #F0F0F0);
}

.metric-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    min-width: 60px;
}

.metric-value {
    color: var(--Grantex-Black, #222);
    text-align: center;
    font-family: Barlow;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px;
}

.metric-label {
    color: var(--Grantex-Black, #222);
    text-align: center;
    font-family: Barlow;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
}

.metric-separator {
    width: 1px;
    height: 48px;
    background: #ADADAD;
}

.metric-traffic img,
.metric-rating img {
    max-height: 26px;
    width: auto;
}
.subcat-flex-wrapper {
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
}

.subcat-flex-wrapper .cat-item {
	width: calc((100% - 60px) / 3);
}
/* CTA Card Wrapper */
.cta-item {
    display: flex;
    flex: 1 0 0;
}

.cta-wrapper {
    display: flex;
    padding: 53px 50px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 30px;
    flex: 1 0 0;
    align-self: stretch;
    transition: background 0.3s ease;
border-radius: 0 20px;
background: var(--Off-White, #F0F0F0);
}
.subcat-flex-wrapper .cat-item.cta-item {
    max-width: calc((100% - 60px) / 3);
}
/* Title */
.cta-wrapper h3 {
    color: var(--Grantex-Black, #222);
    font-family: Barlow;
    font-size: 30px;
    font-weight: 500;
    line-height: 42px;
    margin-bottom: 0px;
    margin-top: 0px;
}
body.term-other_applications .parentcatfaq
 {
    display: none;
}
/* Description */
.cta-wrapper p {
    color: var(--Grantex-Black, #222);
    font-family: Barlow;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    margin: 0;
}

/* Button */
.cta-button {
    width: 200px;
    height: 60px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-image: url("https://www.grantexaggregates.com/wp-content/uploads/2025/12/Rectangle-8-2.svg");
    background-size: cover;
    background-repeat: no-repeat;

    color: var(--Grantex-Black, #222);
    text-align: center;
    font-family: Barlow;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    transition: all 0.3s ease;
}

/* Hover effects */
.cta-item:hover .cta-wrapper {
    background: var(--Grantex-Orange, #F7941D);
}

.cta-item:hover .cta-button {
    color: #fff;
    background-image: url("https://www.grantexaggregates.com/wp-content/uploads/2025/12/Rectangle-8-1-1.svg");
}
/* Make anchor fill the card */
.cta-link-wrap {
    display: block;
    height: 100%;
    text-decoration: none;
}

/* CTA Card */
.cta-wrapper-subcat {
    display: flex;
    padding: 30px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 40px;
    flex: 1 0 0;
    align-self: stretch;

    border-radius: 0 20px;
    background: var(--cta-bg-color);
}

.cta-wrapper-subcat h3 {
    color: var(--Grantex-Black, #222);
    font-family: Barlow;
    font-size: 30px !important;
    font-style: normal;
    font-weight: 500;
    line-height: 42px;
    margin: 0px !important;
    padding: 0px !important;
}

/* Paragraph */
.cta-wrapper-subcat p {
    color: var(--Grantex-Black, #222);
    font-family: Barlow;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    margin: 0;
}

/* Button (visual only) */
.cta-btn-subcat {
    width: 200px;
    height: 60px;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    background-image: url("https://www.grantexaggregates.com/wp-content/uploads/2025/12/Rectangle-8-2-1.svg");
    background-size: cover;
    background-repeat: no-repeat;

    color: var(--Grantex-White, #FFF);
    text-align: center;
    font-family: Barlow;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}

/* Optional hover polish */
.cta-link-wrap:hover .cta-wrapper-subcat {
    filter: brightness(1.05);
}

.custom-product-card .product-thumb-wrap img{
    height: 310px;
}

@media (max-width: 1400px) {
	.woocommerce-product-gallery.wpgs-wrapper .slick-list
	{
		height: auto !important;
	}
}
@media (max-width: 1199px) {
	.grantex-metrics-wrap {
		gap: 10px;
	}
	.custom-product-card .product-thumb-wrap img {
		height: auto !important;
	}
}

@media (max-width: 1024px) {
	.subcat-flex-wrapper .cat-item {
		width: calc((100% - 30px) / 2);
	}
	
	.grantex-metrics-wrap {
		gap: 20px;
	}
	
	  .filter-accordion-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    padding: 15px;
    background: #f5f5f5;
		  gap:20px;
  }
	
	.filter-accordion-header h3 {
		width: 100%;
	}

  .filter-accordion-content {
    display: none;
    padding: 15px;
  }

  .grantex-filter-sidebar.active .filter-accordion-content {
    display: block;
  }

  .accordion-icon {
    font-size: 20px;
    transition: transform 0.3s ease;
	  display:flex;
  }

  .grantex-filter-sidebar.active .accordion-icon {
    transform: rotate(45deg);
  }
}

@media (max-width: 600px) {
	.subcat-flex-wrapper .cat-item {
		width: 100%;
	}
}

@media (max-width: 767px) {
    .grantex-icon-list-item {
        font-size: 16px;
        line-height: 1.5;
    }
	
	.grantex-metrics-wrap {
		gap: 20px 10px;
		flex-wrap:wrap;
	}
}

 @media only screen and (max-width: 1024px) {
.grantex-filter-layout {
    display: flex;
    flex-direction: column;
}
} 
 @media only screen and (max-width: 767px) {
	 .faq-title-text {font-size:18px;line-height:28px}
	 .faq-title {align-items:center}
	div#grantex-products ul {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        margin-bottom: 0px;
    }
	.pagination-bar {
		margin-top: 0px;
	}
	.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item), .woocommerce-js div.product form.cart .variations tr {
		margin-bottom: 20px;
	}
	.woocommerce-js div.product form.cart .variations tr {
		align-items: flex-start;
	}

} 

@media(max-width:575px){
	div#grantex-products ul {
        grid-template-columns: repeat(1, minmax(0, 1fr));
        margin: 0;
		gap:20px
    }
	
	div#grantex-products ul li{
        margin-bottom: 0;
    }
	
	.cta-wrapper-subcat {
		gap: 15px;
		padding:30px 20px
	}
	
	.pagination-nav .ast-container {
		flex-direction:row
	}
	
	.pagination-nav {
		padding: 35px 0px;
	}
	
    .faq-title-text{
        padding: 5px 0;
    }
	
	.faq-title{
		position:relative
	}
	.faq-title:after {
		content:'';
		width:70px;
		height:100%;
		position:absolute;
		right:0;
		top:0;
		background-color:#DADADA
	}
	
	.faq-title .faq-icon{
		z-index:1
	}
	
	.faq-item.active .faq-title:after {
		background-color: #F7941D;
	}
	
	.elementor-wc-products  ul.products {
		grid-row-gap: 20px;
	}
}
@media only screen and (min-width: 1500px) {
.related-product-cats .owl-prev {
	margin-left: -130px !Important;
}

.related-product-cats .owl-next {
	margin-right: -130px !Important;
}
}
/*.rating-stars {
    display: flex;
    gap: 4px;
}

.star-icon {
    width: 16px;
    height: 16px;
    fill: #f5a623; 
}*/