<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* body.woocommerce {
  background: url("/wp-content/uploads/2024/02/product-listing-bg.jpg")
    no-repeat;
  background-position: top;
  background-size: cover;
} */

body.woocommerce .ast-container {
  width: 100%;
  max-width: 1300px !important;
}

body.woocommerce .ast-container #secondary {
  width: 20%;
  padding-right: 0;
	border-right:transparent;
}
body.woocommerce.ast-left-sidebar #primary{
	border-left:transparent;
}
body.woocommerce .ast-container #primary {
  width: 80%;
}
body.woocommerce a.woocommerce-LoopProduct-link {
    position: relative;
    padding: 24px 0;
    transition: all 0.5s;
}
body.woocommerce a.woocommerce-LoopProduct-link::before {
    position: absolute;
    top: 0;
    left: 0;
 content: "View Detail";
    width: 100%;
    height: 100%;
   background: rgb(250 70 22 / 60%);
    opacity: 0;
	display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
  color: #fff;
    transition: all 0.5s;
}
body.woocommerce a.woocommerce-LoopProduct-link:hover::before {
    opacity: 1;
}
body.woocommerce .product .astra-shop-thumbnail-wrap {
  background: #fff;
/*   padding: 24px 0; */
  border: 1px solid #e4e4e4;
  border-radius: 12px;
  transition: all 1s;
  position: relative;
  overflow: hidden;
	 padding: 0;
}

/* body.woocommerce .product .astra-shop-thumbnail-wrap::before {
  position: absolute;
  content: "View Detail";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
  color: #fff;
  background: rgb(250 70 22 / 60%);
  opacity: 0;
  transition: all 1s;
} */

/* body.woocommerce .product .astra-shop-thumbnail-wrap:hover::before {
  opacity: 1;
}
 */
body.woocommerce .product img.attachment-woocommerce_thumbnail {
  width: 132px !important;
  height: 185px !important;
  object-fit: contain;
  margin: auto !important;
  transition: all 0.5s;
}

/* body.woocommerce
  .product
  .astra-shop-thumbnail-wrap:hover
  img.attachment-woocommerce_thumbnail {
  transform: scale(1.2);
} */

body.woocommerce .product a.ast-on-card-button {
  display: none;
}

body.woocommerce .product h2.woocommerce-loop-product__title {
  font-size: 16px !important;
  padding: 15px 0 !important;
  margin: 0 auto !important;
  text-align: center;
}

body.woocommerce nav.woocommerce-breadcrumb,
body.woocommerce p.woocommerce-result-count,
body.woocommerce form.woocommerce-ordering {
  display: none;
}

h1.ast-archive-title {
  color: #000 !important;
}

/* Sidebar styles */
.categories-wrapper {
  display: grid;
  row-gap: 6px;
}
body {
  overflow-x: hidden;
}
.categories-wrapper h5 {
  /* padding: 7px 9px; */
  cursor: pointer;
  background: transparent;
  color: #253746;
  border-radius: 8px;
  transition: all 0.5s;
}

.categories-wrapper h5 a, .categories-wrapper h5 span {
  display: inline-block;
  color: #253746 !important;
  width: max-content;
  height: 100%;
  color: #253746;
  padding: 7px 9px;
  transition: all 0.5s;
}

.categories-wrapper h5:hover {
  background: #ec7d30;
  color: #fff;
}

.categories-wrapper h5:hover span {
  color: #fff !important;
}
.categories-wrapper h5{
	background-color:#25374612;
}
.categories-wrapper .child-categories {
  display: grid;
  padding-left: 10%;
  row-gap: 4px;
}

.categories-wrapper .child-categories li {
  list-style-type: square;
  margin-bottom: 0 !important;
}

.categories-wrapper .child-categories li::marker {
  color: #ec7d30;
}

.categories-wrapper .child-categories a {
  line-height: 125%;
  color: #000000e0;
}

.categories-wrapper .child-categories a:hover {
  color: #ec7d30;
}
/* Sidebar styles */

body.shop-page .ast-container {
  flex-wrap: wrap;
}

body.shop-page .ast-container section.listing-top-image {
  width: 100%;
  padding: 20px 0;
}

body.shop-page .ast-container section.listing-top-image img {
  width: 100%;
  object-fit: cover;
  max-height: 480px;
  border-radius: 20px;
}

body.shop-page .categories-wrapper .category-container h5 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

body.shop-page .categories-wrapper .category-container.active h5 img {
  transform: rotate(-180deg);
}

body.shop-page .categories-wrapper .category-container h5 img {
  transition: all 0.5s;
}

body.shop-page .categories-wrapper .category-container .child-categories {
  height: 0px;
  transition: all 0.5s;
  max-height: 240px;
  overflow-y: hidden;
  margin-bottom: 12px;
}

body.shop-page
  .categories-wrapper
  .category-container.active
  .child-categories {
  height: 100%;
  padding-bottom: 20px;
  /* overflow-y: scroll; */
}

body.shop-page
  .categories-wrapper
  .category-container.active
  .child-categories
  li.sub-subCategory {
  padding-left: 20px;
}

/* Cart Page styles */
body.cart-page table.shop_table td.product-price,
body.cart-page table.shop_table td.product-subtotal,
body.cart-page table.shop_table th.product-subtotal,
body.cart-page table.shop_table th.product-price {
  display: none;
}

body.cart-page table.shop_table td.actions {
  display: none;
}

body.cart-page .cart_totals h2,
body.cart-page .cart_totals table.shop_table {
  display: none;
}

body.enquiry-page textarea {
  resize: none;
}

body.shop-page .ast-container {
  flex-wrap: wrap;
}

body.shop-page .ast-container section.listing-top-image {
  width: 100%;
  padding: 20px 0;
}

body.shop-page .ast-container section.listing-top-image img {
  width: 100%;
  object-fit: cover;
  max-height: 480px;
  border-radius: 20px;
}

body.shop-page .categories-wrapper .category-container h5 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

body.shop-page .categories-wrapper .category-container.active h5 img {
  transform: rotate(-180deg);
}

body.shop-page .categories-wrapper .category-container h5 img {
  transition: all 0.5s;
}

body.shop-page .categories-wrapper .category-container .child-categories {
  height: 0px;
  transition: all 0.5s;
  max-height: 240px;
	display:none;
/*   overflow-y: hidden; */
  margin-bottom: 12px;
}

body.shop-page
  .categories-wrapper
  .category-container.active
  .child-categories {
	  display:grid;
  height: 100%;
  padding-bottom: 20px;
	  padding-top:10px;
  /* overflow-y: scroll; */
}

body.shop-page
  .categories-wrapper
  .category-container.active
  .child-categories
  li.sub-subCategory {
  padding-left: 20px;
}

/* Cart Page styles */
body.cart-page table.shop_table td.product-price,
body.cart-page table.shop_table td.product-subtotal,
body.cart-page table.shop_table th.product-subtotal,
body.cart-page table.shop_table th.product-price {
  display: none;
}

body.cart-page table.shop_table td.actions {
  display: none;
}

body.cart-page .cart_totals h2,
body.cart-page .cart_totals table.shop_table {
  display: none;
}

body.enquiry-page textarea {
  resize: none;
}

/* Cart Page */
body.cart-page .cart_totals {
  border: none !important;
}

body.cart-page .cart_totals a.checkout-button {
  width: max-content;
  padding: 8px 28px;
  margin-left: auto;
  margin-right: 20px;
  background: #ec7d30;
  color: #fff;
  border: 1px solid transparent;
  transition: all 0.5s;
}
body.cart-page .cart_totals a.checkout-button:hover {
  color: #ec7d30;
  background: #fff;
  border: 1px solid #ec7d30;
}

/* Enquiry Page */
body.enquiry-page h2.elementor-heading-title {
  color: #000 !important;
  width: 90%;
  margin: auto;
}

body.enquiry-page form {
  width: 90%;
  margin: auto;
  padding: 20px 0;
}

body.enquiry-page form input,
body.enquiry-page form textarea {
  width: 100%;
  height: 56px;
  line-height: 54px;
  padding: 0 23px;
  background: #f5f6f8 !important;
  border-radius: 4px;
  border: 2px solid #f5f6f8 !important;
  color: #031220;
  font-size: 16px;
  transition: all 0.5s ease-out 0s;
}
body.enquiry-page form textarea {
  height: 100px;
  resize: none;
  line-height: 1.2;
}
body.enquiry-page form input:hover,
body.enquiry-page form textarea:hover {
  background: #fff;
  border: 1px solid #000;
}

body.enquiry-page form input:focus,
body.enquiry-page form textarea:focus {
  border: 1px solid #006099 !important;
  background-color: #fff !important;
}

body.enquiry-page form input.form-submit {
  color: #fff !important;
  background: #ec7d30 !important;
  border: 2px solid transparent !important;
  transition: all 0.5s;
}

body.enquiry-page form input.form-submit:hover {
  color: #ec7d30 !important;
  border: 2px solid #ec7d30 !important;
  background: #fff !important;
}

/* Single Product */
body.single-product-page h1.product_title {
  display: none !important;
}

body.single-product-page h1.product-title {
  color: #000 !important;
  margin-bottom: 20px;
  font-family: "Open Sans", serif !important;
}

body.single-product-page p.ast-stock-detail {
  display: none;
}

body.single-product-page .wc-tabs-wrapper {
  display: none !important;
}

body.single-product-page .woocommerce-message {
  border: none;
  padding: 0;
  color: transparent;
  background: transparent;
}

body.single-product-page .woocommerce-message a.button {
  width: max-content;
  padding: 8px 24px;
  background: #000;
  color: #fff;
  border: 1px solid transparent;
  transition: all 0.5s;
}

body.single-product-page .woocommerce-message a.button:hover {
  color: #000;
  background: #fff;
  border: 1px solid #000;
}

body.single-product-page .woocommerce-message::before,
body.single-product-page .woocommerce-message::after {
  display: none;
}

body.single-product-page .woocommerce-product-gallery {
  width: 40% !important;
}

body.single-product-page .woocommerce-product-gallery ~ .summary {
  width: 56% !important;
}

/* Attribute table */
table.attribute-table {
  border: none;
  border-collapse: collapse;
}

table.attribute-table td {
  border: none;
  font-family: "Inter", sans-serif;
}
table.attribute-table td.label {
  text-transform: capitalize;
  width: 30%;
  padding-left: 0;
}

table.attribute-table tr {
  border-bottom: 1px solid #00000080;
}
table.attribute-table tr:nth-last-child(1) {
  border-bottom: none;
}

/* Product Listing */
body.shop-page .ast-container {
  width: 92%;
  margin: auto;
}

@media screen and (max-width: 1080px) {
  /* Listing Page */
  body.shop-page .ast-container #secondary {
    width: 25%;
  }

  body.shop-page .ast-container #primary {
    width: 75%;
  }

  body.shop-page .ast-container ul.products {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media screen and (max-width: 920px) {
  body.shop-page .ast-container {
    width: 92% !important;
    flex-direction: row !important;
  }
  body.shop-page .ast-container #secondary {
    width: 30%;
    padding-right: 20px;
  }
  body.shop-page .ast-container #primary {
    width: 70%;
  }
	body.single-product-page .woocommerce-product-gallery,
	body.single-product-page .woocommerce-product-gallery ~ .summary{
		width:100% !important;
	}
}

@media screen and (max-width: 820px) {
  body.shop-page .ast-container #secondary {
    width: 35%;
  }
  body.shop-page .ast-container #primary {
    width: 65%;
  }
  body.shop-page .ast-container ul.products {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}



.woocommerce-cart .ast-container {
  width: 90%;
  max-width: 1400px;
  margin: auto;
}
.ast-woocommerce-container .product-category{
	padding:10px !important;
	border-radius:20px;
	border:1px solid #000;
}
.ast-woocommerce-container .product-category img{
	border-radius:20px;
	object-fit:contain;
}
.ast-woocommerce-container .product-category .woocommerce-loop-category__title{
	font-size:18px !important;
	    bottom: 10px !important;
}
.woocommerce.woocommerce-shop .widget-area.secondary{
	display:none;
	
}
body.woocommerce.woocommerce-shop .ast-container #primary{
	width:100%;
	padding-left:0;
}
#ast-scroll-top{
	background-color:#ec7d30 !important;
}
@media screen and (max-width: 680px) {
  body.shop-page .ast-container #secondary {
    width: 100%;
  }
  body.shop-page .ast-container #primary {
    width: 100%;
  }
	.ast-woocommerce-container .product-category .woocommerce-loop-category__title{
		font-size:14px !important;
	}
}</pre></body></html>