<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name: PressMart Child
Theme URI: https://pressmart.presslayouts.com/
Author: PressLayouts
Description: This is a child theme for PressMart
Version: 1.0
Author URI: https://www.presslayouts.com/
Template: pressmart
Text Domain: pressmart-child
*/

html {
  scroll-behavior: smooth;
}

::placeholder {
  opacity: 0.5;
}
p.popup_manufacture {
    text-align: center;
    padding-top: 10px;
    color: #000000;
    text-decoration: underline;
    cursor: pointer;
    display: inline-block;
}
p.popup_manufacture:hover {
    color: #72c068;
}

.list_logo{
    text-align:center;
}
.wpcf7-submit {
  border: 1px solid transparent !important;
  border-radius: 6px !important;
  background: #0b9444 !important;
  font-weight: 400 !important;
  padding: 14px 30px !important;
  transition: 0.5s !important;
}

.wpcf7-submit:hover {
  background: transparent !important;
  border-color: #000 !important;
  color: #000 !important;
}

.wpcf7-textarea,
.wpcf7-text {
  border-radius: 6px !important;
}

.site-wrapper {
  overflow: unset !important;
}

.site-header .pressmart-block-4882 {
  position: relative;
}

.categories-menu-title {
  height: 28px !important;
}

.header-navigation .main-navigation ul.menu &gt; li &gt; a {
  text-transform: uppercase;
  font-weight: 700;
}

.woocommerce div.product form.cart .variations th.label {
  padding-left: 0 !important;
}

.woocommerce div.product form.cart .variations select {
  width: 230px !important;
  /* text-transform: uppercase !important; */
}

.woocommerce div.product .pressmart-breadcrumb {
  display: flex;
  align-items: center;
}

.header-myaccount:hover .myaccount-items {
  z-index: 9999 !important;
}

.single_variation_wrap {
  margin-top: 40px;
}

.owl-item .tax-wrap {
  display: none;
}

.woocommerce div.product form.cart .variations th.label {
  width: 92px !important;
}

.woocommerce div.product .variations_form table tr {
  display: flex !important;
  align-items: center !important;
}

ul.variable-items-wrapper.radio-variable-items-wrapper.wvs-style-squared {
  display: flex;
  flex-direction: row;
}

.woocommerce div.product form.cart .variations .value {
  display: flex;
}

@keyframes shadow-pulse {
  0% {
    box-shadow: 0 0 0 0px rgba(11, 148, 68, 0.4);
  }
  100% {
    box-shadow: 0 0 7px 25px rgba(11, 148, 68, 0);
  }
}

.button-pulse .elementor-button-link {
  animation: shadow-pulse 1.5s infinite;
}

.fixed-header {
  background: #fff !important;
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.1);
  position: fixed !important;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999 !important;
  -webkit-animation: fadeInDown 0.5s ease;
  animation: fadeInDown 0.5s ease;
}

@-webkit-keyframes fadeInDown {
  0% {
    -webkit-transform: translateY(-100%);
  }

  100% {
    -webkit-transform: translateY(0);
  }
}

@keyframes fadeInDown {
  0% {
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
  }

  100% {
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.page-id-607 .site-content,
.page-id-615 .site-content,
.page-id-592 .site-content,
.home .site-content {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.page-title .title {
  color: #000;
  font-weight: 600;
}

.pressmart-breadcrumb a,
.pressmart-breadcrumb span {
  color: #000;
  font-size: 18px;
  font-weight: 400;
}

.new-products:before {
  content: "new";
  background: #29a15b;
  padding: 2px 18px;
  text-transform: uppercase;
  color: #fff;
  border-radius: 6px;
  font-weight: 600;
  position: absolute;
  top: 20px;
  right: 20px;
}
.payment_box.payment_method_alg_custom_gateway_1 label {
    font-weight: 600 !important;
}

.woocommerce-checkout input[type="radio"] + label{
    font-weight: 600 !important;
}
.page-id-1090 h3.banner-title,
.page-id-1090 .banner-content-text {
  color: #fff !important;
}

.customer-signup-right {
  padding: 60px;
  border: 1px solid #eaeaea !important;
}

.page-id-18985 #page-title,
.page-id-1931 #page-title {
  display: none;
}

label.wcpa_field_label {
  font-weight: 700 !important;
  width: 140px !important;
}

.wcpa_wrap .wcpa_field,
.wcpa_field_wrap {
  display: flex !important;
}

.wcpa_wrap .wcpa_radio label input {
  margin: 3px 8px 3px 4px !important;
}

select#reg_type_of_business {
  width: 100%;
}

.reg-btn {
  background: #72c068;
  padding: 10px 20px !important;
  color: #fff !important;
  font-weight: 500;
  border-radius: 6px;
}

.reg-btn.border {
  background: transparent !important;
  border: 1px solid #72c068;
  color: #72c068 !important;
  margin-right: 10px;
  transition: 0.5s;
}

.reg-btn.border:hover {
  background: #72c068 !important;
  color: #fff !important;
}

.d-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.header-col-center {
  justify-content: end !important;
}

.banner-image:before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  background: linear-gradient(#000000d4 25%, #00000091 72%);
  z-index: 1;
  position: absolute;
}

.copyright-wrap {
  align-items: center;
}

.copyright-wrap .text-right img {
  width: 160px;
}

.customer-login.active,
.customer-signup.active {
  display: flex;
  flex-direction: column;
}

/* Tab menu styling */
.tab-menu {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  width: 100%;
  border-bottom: 1px solid #ddd;
}

.tab-menu li {
  padding: 10px 20px;
  font-size: 32px;
  cursor: pointer;
}

.tab-menu li.active {
  color: #72c068;
}

.login-tab-content {
  display: none;
  padding: 20px;
  border: 1px solid #ddd;
  border-top: none;
}

.login-tab-content.active {
  display: block;
}

.customer-login-left p,
.woocommerce-privacy-policy-text p {
  margin-bottom: 0px;
  text-align: center;
  font-size: 18px;
}

.woocommerce-privacy-policy-text p a:hover {
  color: #000 !important;
}

.form-step {
  display: none;
}

.form-step-active {
  display: block;
}

.d-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.d-flex-three {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}

.country_to_state,
select#billing_state {
  width: 100%;
}

.primary-btn {
  background: #72c068;
  color: #fff;
  padding: 8px 25px;
}

.gap-3 {
  gap: 30px;
}

.primary-btn:hover {
  color: #fff;
}

.step {
  display: none;
}

.step.active {
  display: block;
}

.buttons {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-top: 20px;
}

.buttons .div-button {
  width: 162px;
  text-align: center;
  text-transform: uppercase;
}

.div-button {
  background: #72c068;
  color: #fff;
  font-size: 16px;
  padding: 6px 35px;
  font-weight: 400;
}

.other-btns .div-button {
  background: #fbfbfb;
  font-weight: 400;
  color: #000;
}

.div-button.active {
  background: #72c068;
  color: #fff;
}

.noClick {
  pointer-events: none;
}

.noClick {
  background-color: #ccc !important;
  cursor: not-allowed !important;
}

.div-button:hover {
  cursor: pointer;
}

.other-btns {
  margin: 50px 0;
}

.border-line {
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 1) 17%,
    rgba(140, 198, 63, 1) 81%
  );
  display: inline-block;
  width: 112px;
  height: 4px;
}

.inline-border .border-line {
  margin-left: 10px;
  margin-bottom: 3px;
}

.header-line {
  background: linear-gradient(
    90deg,
    rgba(140, 198, 63, 1) 17%,
    rgb(255 255 255 / 0%) 81%
  );
  display: inline-block;
  width: 112px;
  height: 4px;
  margin-bottom: 4px;
  margin-left: 10px;
}

/* .footer-subscribe{
	background:url(https://cew.bioadmin.com/wp-content/uploads/2024/06/mailchimpbg-scaled.jpg)!important;
}
 */

.grad-bottom .banner-wrapper {
  border-top-right-radius: 50px !important;
  border-bottom-left-radius: 50px !important;
}

.two-rounded .banner-wrapper {
  border-top-right-radius: 50px !important;
  border-bottom-left-radius: 50px !important;
}

.one-rounded .banner-wrapper {
  border-top-right-radius: 50px !important;
}

.grad-bottom .banner-image:before {
  background: linear-gradient(
    transparent 10%,
    #000000ed 70%,
    #000000de 20%
  ) !important;
}

.e-con-inner {
  z-index: 99;
}

.category-section {
  position: relative;
}

.category-section:before {
  position: absolute;
  content: "";
  display: inline-block;
  left: 0;
  top: 0;
  width: 65%;
  height: 100%;
  background: #262b2f;
  border-bottom-left-radius: 50px;
  z-index: 2;
}

.category-section:after {
  position: absolute;
  content: "";
  display: inline-block;
  right: 0;
  top: -50px;
  width: 50%;
  height: 100%;
  background: url(https://cew.bioadmin.com/wp-content/uploads/2024/06/cat-img.jpg);
  border-top-right-radius: 50px;
}

.mc4wp-form-fields input:not(input[type="checkbox"]),
.mc4wp-form-fields select {
  height: auto !important;
  border-radius: 6px;
}

.overlay-form .mc4wp-form-fields [type="submit"] {
  box-shadow: none;
  margin: 0 !important;
  padding: 12px 40px !important;
  height: auto;
}

/* .overlay-form .mc4wp-form-fields input[type="email"] {
  border-color: transparent !important;
}

.overlay-form .mc4wp-form-fields [type="submit"] {
  margin: 0 !important;
} */

/* .overlay-form .mc4wp-form-fields input[type="email"] {
  border-bottom-left-radius: 10px;
} */

/* .overlay-form .mc4wp-form-fields input:not(input[type="checkbox"]),
.mc4wp-form-fields select {
  height: auto !important;
} */

.pressmart-login-signup-wrapper {
  padding: 100px 0;
}

.customer-signup-wrap {
  margin: 0 auto;
  min-width: 85%;
}

.woocommerce-form-login__submit,
.woocommerce-Input--select {
  width: 100%;
}

/* .ref_field {
  display: none;
} */

.main-heading {
  font-size: 52px;
  font-weight: 500;
}

.step-1 h2 {
  font-weight: 500;
  color: #97999b;
}

.step-1 h4 {
  font-size: 24px;
  padding-top: 20px;
}

.step-1 h2 span {
  font-weight: 600;
}

.contact-details {
  text-align: center;
}

.contact-details a {
  text-decoration: underline;
}

#existing-wrapper {
  background: #fff5dd;
  text-align: center;
  padding: 20px;
  display: none;
}

#existing-wrapper a {
  color: red;
}

.list-inline {
  margin: 0;
  padding: 0;
  justify-content: center;
  gap: 40px;
}

/* card section  */

.card-wrapper {
  display: flex;
  background: #fff;
  overflow: hidden;
  border-radius: 6px;
  -webkit-box-shadow: 0px 0px 21px -5px rgba(196, 196, 196, 1);
  -moz-box-shadow: 0px 0px 21px -5px rgba(196, 196, 196, 1);
  box-shadow: 0px 0px 21px -5px rgba(196, 196, 196, 1);
}

.card-left {
  display: flex;
  flex-direction: column;
}

.card-left .card-icon {
  width: 60px;
  margin-bottom: 40px;
}

.card-left h4 {
  font-size: 22px;
  font-weight: 600;
  color: var(--e-global-color-fef8d3c);
}

.card-left a {
  display: flex;
  align-items: center;
}

.card-left a span {
  margin-right: 10px;
  font-size: 15px;
}

.card-left a svg {
  width: 16px;
}

.card-left,
.card-right {
  width: 50%;
}

.card-left {
  padding: 37px 50px;
}

.card_4 .card-left {
	    padding: 58px 50px;
}

.card-right {
  background-size: cover !important;
  background-position: right center !important;
}

.card-wrapper2 {
  background: #fff;
  overflow: hidden;
  border-radius: 6px;
  display: flex;
  flex-direction: column;
  -webkit-box-shadow: 0px 0px 21px -5px rgba(196, 196, 196, 1);
  -moz-box-shadow: 0px 0px 21px -5px rgba(196, 196, 196, 1);
  box-shadow: 0px 0px 21px -5px rgba(196, 196, 196, 1);
}

.card-top {
    width: 100%;
    height: 220px;
    background-position: center center !important;
    background-size: cover !important;
}

.card_2 .card-top {
    background-size: contain !important;
    background-repeat: no-repeat !important;
}

.card-top2 {
  height: 210px !important;
}

.card-bottom {
  display: flex;
  padding: 10px 40px;
  background: #fff;
  align-items: center;
}

.card-bottom.card_3_bottom {
	padding: 10px 20px;
}

.card-bottom h4 {
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 600;
  color: var(--e-global-color-fef8d3c);
}

.card-bottom.card_3_bottom h4 {
	font-size: 20px;
}

.card-bottom img {
  width: 48px;
  margin-right: 16px;
}

@media (max-width: 767px) {
  .card-wrapper {
    flex-direction: column-reverse;
  }
  .card-left {
    width: 100%;
  }
  .card-right {
    width: 100%;
    height: 240px;
  }

  .card-bottom {
    padding: 20px !important;
  }
}

@media (max-width: 1024px) {
  .header-logo {
    display: flex;
    justify-content: center;
    width: 100%;
  }
}

@media (max-width: 782px) {
  .header-col-center .welcome-message {
    width: 100%;
    display: flex;
    justify-content: center;
  }
}

.widget-toggle .widget-title {
  font-weight: 600;
  border-bottom: 1px solid #72c068;
  padding-bottom: 10px;
}

.categories-menu-wrapper span.title {
  text-transform: uppercase;
}

.manufacture-wrapper {
  text-transform: uppercase;
  color: #000;
  margin-right: 10px;
}

.header-5 .header-topbar {
  background: #fff;
  color: #000;
  border-bottom: 1px solid #e9e9e9 !important;
}

.header-topbar .header-col &gt; * {
  border: none !important;
}

.pressmart-sticky-add-to-cart {
  z-index: 999;
}

.pressmart-breadcrumb,
.product-share,
.stock-availability,
.single-product-page .posted_in {
  text-transform: uppercase;
}

.variation-selector select {
  border-radius: 4px;
}

.woocommerce-variation-add-to-cart .quantity .plus {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.woocommerce-variation-add-to-cart .quantity .minus {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.single_add_to_cart_ajax_button,
.pressmart_quick_buy_button {
  border-radius: 4px;
}

.single-product-page .pressmart-breadcrumb .last {
  font-size: 12px;
}

a.add_to_wishlist.single_add_to_wishlist,
a.compare.button {
  text-transform: uppercase !important;
}

.header-col:hover .categories-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: visible;
  pointer-events: unset;
}

.categories-menu {
  top: 44px !important;
}

/* MegaMenu Tab */

.mega-menu-tab .elementor-tabs-wrapper {
  background: #fff;
  display: inline-block;
  border-radius: 10px;
  color: #000;
}

.elementor-tab-title {
  width: 160px;
  text-align: center;
}

.elementor-active.elementor-tab-title {
  background: var(--e-global-color-82e0c03);
  color: #fff;
}

.elementor-widget-tabs .elementor-tab-desktop-title {
  padding: 14px !important;
}

/* Alfabetical Tabs */

.alphabetical-tabs .tab-list {
  display: flex;
  list-style: none;
  padding: 0;
  margin-bottom: 20px;
}

.alphabetical-tabs .tab-list li {
  margin-right: 5px;
	color: #b9b9b9;
}
.alphabetical-tabs .tab-list li.inactive {
	padding: 5px 11px;
}



.alphabetical-tabs .tab-list li a {
  text-decoration: none;
	display: inline-block;
/*   padding: 10px 15px;
  background-color: #f1f1f1;
  border: 1px solid #ddd; */
  color: #000;
	padding: 5px 13px;
	border-radius: 4px;
	border: 2px solid;
    font-weight: 700;
}

.alphabetical-tabs .tab-list li a:hover {
  background-color: #ddd;
}

.alphabetical-tabs .tab-list .disabled {
  color: #ccc;
  pointer-events: none;
}

.tab-content {
  width: 75%;
}

.tab-content .tab-pane {
  display: none;
}

.tab-content .tab-pane.active {
  display: block;
}

#elementor-tab-content-2061 {
  padding: 0 !important;
}

.main-wrapper {
  display: flex;
  min-height: 200px;
}

.parent-terms {
  list-style: none;
  padding-right: 20px;
/*   border-right: 2px solid #72c068; */
}

#elementor-tab-content-2061 .parent-terms {
	border-right: none;
}

.parent-terms li a {
    display: inline-block;
    padding: 10px;
    background: #fff;
}

.child-terms-wrapper {
  width: 25%;
  padding-left: 20px;
  padding-top: 20px;
}

.child-terms {
  list-style: none;
}

.child-terms-wrapper ul li {
  list-style: none;
}

.child-terms-wrapperh3 {
  margin-bottom: 0;
  color: #b8b8b8;
  font-weight: 600;
}

.child-terms-wrapper h4 {
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 5px;
}

.child-terms-wrapper h5 {
  margin-bottom: 20px;
}

.child-terms-wrapper ul li a {
  text-decoration: underline;
  font-size: 16px;
}

/* .alphabetical-tabs .tab-list li .active {
  background: #000;
  color: #fff;
} */

.parent-terms {
  display: grid;
  grid-gap: 10px;
  height: fit-content;
  grid-template-columns: repeat(7, 1fr);
}

.parent-term {
  overflow: hidden;
  border-radius: 6px;
  display: block;
  border: 1px solid transparent;
  padding: 10px 0;
  background: #fff;
}

.parent-term.active {
  border: 2px solid #72c068;
}

.cat-wrapper {
  margin-top: 20px;
  display: flex;
}

.mega-top-wrap {
  width: 200px;
  color: #fff;
  font-weight: 600;
  cursor: pointer;
}

.parent-categories-container {
  width: 75%;
/* 	width: 100%; */
}

.child-categories-container {
  width: 25%;
/* 	  width: 0%; */
}

.child-categories-container h3 {
  color: #b8b8b8;
  font-weight: 600;
  margin-bottom: 0;
  font-size: 18px;
}

.child-categories-container h4 {
  font-weight: 600;
}

.child-categories-container h5 {
  color: #b8b8b8;
  margin-bottom: 20px;
}

.parent-categories-container ul {
  list-style: none;
  display: grid;
  grid-gap: 10px;
  grid-template-columns: repeat(4, 1fr);
  margin: 0;
  padding: 0;
}

.parent-categories-container ul li {
  min-height: 70px;
}

.child-categories-container ul li a {
  font-size: 16px;
  text-decoration: underline !important;
}

.parent-category {
  padding: 10px;
  border-radius: 6px;
  border: 1px solid #000;
  cursor: pointer;
}

#elementor-tab-content-2062 {
  padding: 0;
}

.child-categories-container {
  margin-left: 30px;
  border-left: 1px solid #72c068;
  padding-left: 20px;
}

.child-categories-container ul li {
  list-style: none;
}

.parent-category.active {
  background: #72c06829;
  color: #000;
  font-weight: 600;
  border-color: #72c068;
}

.parent-category img {
  width: 35px;
}

.custom-megamenu-wrap {
  opacity: 0;
  transform: translateY(10px);
  transition: 0.5s;
  visibility: hidden;
}

.custom-megamenu-wrap.active {
  visibility: visible;
  opacity: 1 !important;
  transform: translateY(0) !important;
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.1);
}

.child-terms-wrapper ul {
  max-height: 250px;
  overflow-y: auto;
}

.parent-category {
  display: flex;
  align-items: center;
}

.parent-category span {
  margin-left: 6px;
  font-weight: 600;
  line-height:16px;
  font-size: 12px;
}

.child-category-buttons {
  display: flex;
  justify-content: space-between;
}

.child-category-buttons a {
  color: #72c068;
  font-weight: 600;
}

.all-cat-wrap {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin: 0;
  padding: 0;
  gap: 20px;
}

.all-cat-wrap li {
  list-style: none;
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-bottom: 0 !important;
  border: 1px solid #72c068;
  border-radius: 10px;
  min-height: 240px;
  justify-content: center;
  transition: 0.5s;
}

.all-cat-wrap li:hover {
  background: #72c06817;
}

.all-cat-wrap li p {
  color: #000;
}

ul.all-cat-wrap li a {
  display: flex;
  flex-direction: column;
  align-items: center;
}

ul.all-cat-wrap li a img {
  width: 75px;
}

ul.all-cat-wrap li a span {
  margin-top: 20px;
  font-size: 18px;
  font-weight: 600;
  color: #000;
  text-align: center;
  padding: 0px 20px;
  line-height: 24px;
}

.all-prod {
  color: #72c068;
  font-weight: 600;
}

.product-cats a {
  text-transform: uppercase;
  font-weight: 700;
}

a.reset_variations {
  margin-left: 10px;
  background: #72c068;
  padding: 0;
  height: 23px;
  padding: 1px 8px;
  font-weight: 700;
  border-radius: 5px;
  color: #fff;
}

.product-labels span.on-sale {
  display: none !important;
}

.mfp-wrap .woocommerce-product-gallery__wrapper {
  padding: 22px 0 !important;
}

.all-manufacturers {
  font-weight: 600;
  color: #72c068;
}

a.button.product_type_variable.add_to_cart_button {
  font-weight: 400;
}

a.quickview-btn {
  text-transform: uppercase;
}

.widget-custom-title {
  text-transform: uppercase;
  font-size: 25px;
  font-weight: 600;
}

.woo-variation-swatches
  .wvs-style-squared.variable-items-wrapper
  .variable-item:not(.radio-variable-item) {
  border-radius: 1px !important;
}

.woo-variation-swatches .variable-items-wrapper .variable-item img {
  border-radius: 1px !important;
}

.woo-variation-swatches
  .variable-items-wrapper
  .variable-item:not(.radio-variable-item) {
  padding: 0 !important;
}

.woo-variation-swatches
  .variable-items-wrapper
  .variable-item:not(.radio-variable-item).selected {
  -webkit-box-shadow: var(#ccc, 0 0 0 2px #ccc) !important;
  box-shadow: 0px 0px 0 2px #ccc !important;
  color: var(#ccc, #ccc) !important;
}

.my-account-btn {
  background: #72c068;
  color: #fff;
  padding: 8px 40px;
  text-transform: capitalize;
  font-size: 15px;
  font-weight: 500;
  border-radius: 3px;
  transition: 0.5s;
  border: 1px solid transparent;
  animation: shadow-pulse 1.5s infinite;
}

.my-account-btn:hover {
  background: transparent;
  border-color: #000;
  color: #000;
}

.widget ul li:not(:last-child),
.widget ol li:not(:last-child) {
  margin-bottom: 0 !important;
}

.widget-title {
  margin-bottom: 10px !important;
}

.manufacturer-list {
  list-style: none;
  padding: 0;
  margin: 0;
  overflow: hidden; /* Important for smooth transition */
}

.manufacturer-item {
  margin-bottom: 5px;
  display: block;
  max-height: 20px; /* Adjust as needed for initial display */
  transition: max-height 0.3s ease-in-out;
}

.manufacturer-item a {
  text-decoration: none;
  color: #333;
}

.manufacturer-item.hidden {
  max-height: 0;
}

.toggle-manufacturers {
  background-color: #4caf50;
  border: none;
  color: white;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 10px 0;
  cursor: pointer;
  border-radius: 5px;
}

.toggle-manufacturers:hover {
  background-color: #3e8e41;
}

.manufacturer-list {
  list-style: none;
  padding: 0;
  margin: 0;
  overflow: hidden; /* Important for smooth transition */
}

.manufacturer-item {
  margin-bottom: 5px;
  display: block;
  max-height: 20px; /* Adjust as needed for initial display */
  transition: max-height 0.3s ease-in-out;
}

.manufacturer-item a {
  text-decoration: none;
  color: #333;
}

.manufacturer-item.hidden {
  max-height: 0;
}

.toggle-manufacturers {
  background-color: #4caf50;
  border: none;
  color: white;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 10px 0;
  cursor: pointer;
  border-radius: 5px;
}

.toggle-manufacturers:hover {
  background-color: #3e8e41;
}

.show-more-manufacturers {
  margin-top: 10px;
  margin-bottom: 0;
  font-weight: 600;
  color: #72c068;
  cursor: pointer;
}

.manufacturer-item {
  padding-bottom: 25px;
}

.manufacturer-item:hover a {
  color: #29a15b;
}

.manufacturer-item:last-child {
  padding-bottom: 0 !important;
}

/* =========== */

/* .team-card-info::before {
  top: 0;
  left: 0;
}

.team-card-info::after {
  bottom: 0;
  right: 0;
}

.team-card-info::before,
.team-card-info::after {
  border: 3px solid transparent;
  width: 0;
  height: 0;
  position: absolute;
  content: "";
}

.team-card-info {
  -webkit-transition: color 0.25s;
  transition: color 0.25s;
  position: relative !important;
}

.team-member:hover .team-card-info::before {
  border-top-color: #72c068;
  border-right-color: #72c068;
  transition: width 0.25s ease-out, height 0.25s ease-out 0.25s;
}

.team-member:hover .team-card-info::before,
.team-member:hover .team-card-info::after {
  width: 100%;
  height: 100%;
}

.team-member:hover .team-card-info::after {
  border-bottom-color: #72c068;
  border-left-color: #72c068;
  transition: border-color 0s ease-out 0.5s, width 0.25s ease-out 0.5s,
    height 0.25s ease-out 0.75s;
} */

.team-member:hover .team-card-info::after,
.team-member:hover .team-card-info::before {
  transform: scale(1, 1);
}
.team-card-info::after,
.team-card-info::before {
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  transition: all 0.5s;
}
.team-card-info::after {
  border-right: 3px solid #72c068;
  border-left: 3px solid #72c068;
  transform: scale(1, 0);
}
.team-card-info::before {
  border-top: 3px solid #72c068;
  border-bottom: 3px solid #72c068;
  transform: scale(0, 1);
}

/* =====  Mega Menu  ====== */

.mega-menu {
  position: relative;
  background: #246b4a;
}

.mega-menu .pressmart-block {
  width: 100%;
  position: absolute;
  left: 0;
  top: 48px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
  background: #fff;
}

.menu-top {
  padding: 10px 0;
}

.menu-top span {
  font-weight: 600;
  font-size: 16px;
}

.menu-right .menu {
  display: flex;
  justify-content: end;
  align-items:center;
}

.menu-right .menu li {
  list-style: none;
}

.menu-left .menu-top {
    display: flex;
    color: #fff;
    width: 192px;
    justify-content: center;
    cursor: pointer;
    background: #1d5f40;
    padding: 10px 10px;
    gap: 7px;
}

.pressmart-block:hover,
.menu-top:hover ~ .pressmart-block {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}

.mega-menu #menu-main-menu {
  margin: 0;
  padding: 0;
}

.mega-menu #menu-main-menu li {
  	margin-right: 50px;
	font-size: 16px;
}

.mega-menu #menu-main-menu li:last-child {
  margin-right: 0;
	display: none;
}

.mega-menu #menu-main-menu li a {
  text-transform: uppercase;
  color: #fff;
  font-weight: 600;
}

.mega-menu span.arrow-down-up:after {
  content: "\ea20";
}

.mega-menu span.arrow-down-up {
  font-family: "presslayouts-font";
}

ul.all-manufaturer-wrap {
  margin: 0;
  padding: 0;
  list-style: none;
}

ul.all-manufaturer-wrap li strong {
  font-size: 28px;
}

ul.all-manufaturer-wrap ul {
  display: grid;
}

ul.all-manufaturer-wrap ul {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  margin: 0;
  padding: 0;
}

ul.all-manufaturer-wrap ul li a {
  display: block;
  border: 1px solid #000;
  border-radius: 6px;
  padding: 20px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

ul.all-manufaturer-wrap ul li a img {
  width: 180px;
}

ul.all-manufaturer-wrap ul li a span {
  font-size: 14px;
  font-weight: 600;
}

.manufacturer-alphabet-list {
  display: flex;
  list-style: none;
  gap: 10px;
  padding: 0;
  margin: 0;
  flex-wrap: wrap;
}

.manufacturer-alphabet-list li {
  display: flex;
  align-items: center;
  justify-content: center;
}

.manufacturer-alphabet-list li a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border-radius: 6px;
  background: #000;
  width: 30px;
  height: 30px;
/* 	 */
	pointer-events: none;
	color: #33333370;
    background: #dddddd00;
}

/*  */

.manufacturer-alphabet-list li:nth-child(3),
.manufacturer-alphabet-list li:nth-child(6),
.manufacturer-alphabet-list li:nth-child(19) {
/* 	pointer-events: auto !important;
    opacity: 1 !important; */
}

.manufacturer-alphabet-list li:nth-child(3) a,
.manufacturer-alphabet-list li:nth-child(6) a,
.manufacturer-alphabet-list li:nth-child(19) a {
	pointer-events: auto !important;
    opacity: 1 !important;
	color: #fff;
	background: #000;
}

/* =====  Mega Menu  End ====== */

/* custom swatch  */

.pressmart-swatches .swatch-image {
  border: 1px solid #ccc;
  border-radius: 1px !important;
  padding: 0;
  box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.75);
  transition: 0.5s;
}

.pressmart-swatches .swatch-image:hover {
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.75);
}

.pressmart-swatches .swatch-image.swatch-selected {
  border-color: #ccc !important;
}

.pressmart-swatches .swatch-image img {
  border-radius: 1px;
  width: 30px;
  height: 30px;
}

.pressmart-swatches .swatch-image {
  position: relative;
}

.swatch-selected:before {
  background-image: url("data:image/svg+xml;utf8,&lt;svg filter='drop-shadow(0px 0px 2px rgb(0 0 0 / .8))' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'&gt;&lt;path fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='4' d='M4 16L11 23 27 7'/&gt;&lt;/svg&gt;");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 60%;
  content: " ";
  display: block;
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 999;
}

.swatch-disabled {
  position: relative;
  opacity: 0.5;
}

.swatch-disabled:before {
  background-image: url("data:image/svg+xml;utf8,%3Csvg filter='drop-shadow(0px 0px 5px rgb(255 255 255 / .6))' xmlns='http://www.w3.org/2000/svg' width='72px' height='72px' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='%23ff0000' stroke-linecap='round' stroke-width='0.6' d='M5 5L19 19M19 5L5 19'/%3E%3C/svg%3E");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 60%;
  content: " ";
  display: block;
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 999;
}

.pressmart-swatches .swatch-image .tooltiptext {
  visibility: hidden;
  width: max-content;
  min-width: 120px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  bottom: 150%;
  left: 50%;
  margin-left: -60px;
  opacity: 0;
  transition: 0.5s;
  padding: 0 10px;
  min-height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.pressmart-swatches .swatch-image .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: black transparent transparent transparent;
}

.pressmart-swatches .swatch-image:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}

.swatch-disabled:hover .tooltiptext {
  visibility: hidden !important;
  opacity: 0 !important;
}

/* custom swatch end */

.term-counts {
  color: #000 !important;
}

.manu-sub-cats h1 {
  font-weight: 600;
}

.manu-sub-cats ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.manu-sub-cats ul li {
  border: 1px solid;
  border-radius: 6px;
  /* padding: 15px; */
}

.manu-sub-cats ul li a {
  display: block;
  padding: 10px 30px;
  font-weight: 400;
  color: #000;
}

/* .page-id-6605 .site-content {
  padding: 150px 0;
} */

.child-categories-container ul {
  max-height: 300px;
  overflow-y: auto;
}

td.value.with-swatches {
    flex-direction: column;
    position: relative;
}

td.value.with-swatches .reset_variations{
	position:absolute;
	right:-100px;
}


.header-col .header-cart-count,
.header-col .header-wishlist-count {
	background-color: #246b4a;
}

/* new header style */

.header-topbar {
     max-height: 36px;
/*    height: 50px; */
}

.top_tight_items {
/*    margin-top: -6px;*/
}


.ht_email_phone ul {
    display: flex;
    gap: 30px;
    align-items: center;
}

.ht_email_phone ul {
    line-height: 1;
}

.ht_email_phone ul li a {
    color: #333 !important;
    font-size: 14px;
    position: relative;
    display: inline-block;
}

.ht_email_phone ul li:first-child a {
    font-size: 13px;
}

.ht_email_phone ul li:first-child a:after {
    content: "";
    position: absolute;
    right: -15px;
    top: -2px;
    height: 22px;
    width: 1px;
    background: #bebebe;
}

.ht_email_phone ul li a i {
    font-size: 14px;
    transform: translateY(1px);
}

span.contact-phone {
    display: none !important;
}

/*  */
.top_tight_items {
    display: flex !important;
    align-items: center !important;
    padding: 0 !important;
}

.top_tight_items&gt;a {
    color: #ffffff;
    display: inline-block;
    background: #246b4a;
    font-size: 16px;
    text-align: center;
    height: 35px;
    line-height: 35px;
    padding: 0px 12px;
    border: 1px solid #246b4a;
    transition: .5s;
    font-weight: 600;
}

.top_tight_items&gt;a:hover {
	color: #246b4a;
	background-color: #fff;
}

#currency-dropdown,
#language-dropdown select {
    height: 35px;
    width: 110px;
    padding: 0px 8px;
	border-left: 0;
	border-color: #e9e9e9;
    display: none;
}

.wcuCurrencySwitcher {
    width: 0;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

span.welcome-message {
    display: none !important;
}
/*  */

.mega-menu .menu-right {
    margin-left: 40px;
}


.right_menu {
    line-height: 1;
}

.right_menu ul {
    display: flex;
}

.right_menu ul li {
    
}

.right_menu ul li a {
    color: #333;
    line-height: 1;
    display: inline-block;
    padding: 10px;
}

.right_menu ul li a:hover {
    color: #333;
}

/* Responsive Designs */

@media (max-width: 1260px) {
  .all-cat-wrap {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 1024px) {
  .mega-menu {
    display: none;
  }
	
	.header-5 .header-topbar {
		display: none;
	}
}

@media (max-width: 768px) {
  .all-cat-wrap {
    grid-template-columns: repeat(2, 1fr);
  }
  .manu-sub-cats ul {
    grid-template-columns: repeat(2, 1fr);
  }

  ul.all-manufaturer-wrap ul {
    grid-template-columns: repeat(3, 1fr) !important;
  }
}

@media (max-width: 590px) {
  .site-content {
    overflow: hidden;
  }
  .all-cat-wrap {
    grid-template-columns: repeat(1, 1fr);
  }
  .manu-sub-cats ul {
    grid-template-columns: repeat(1, 1fr);
  }
  ul.all-manufaturer-wrap ul {
    grid-template-columns: repeat(1, 1fr) !important;
  }
}


li#menu-item-8473 {
	border:1px solid #fff;
    background: #fff;
    border-radius: 6px;
	margin:10px 0;
}

li#menu-item-8473 a {
    color: #000!important;
	padding: 6px 36px;
    display: block;
	transition:.5s;
}

li#menu-item-8473:hover{
	background:transparent;
}

li#menu-item-8473:hover a{
	color:#fff!important;
}

.hfe-nav-menu li#menu-item-8473 {
	display:none!important;
}


.aws-container{
	width:100%;
}

.aws-container .aws-show-clear .aws-search-field{
/* 	border-bottom-left-radius: 20px !important;
    border-top-left-radius: 20px!important; */
	padding-left:20px;
}

.aws-search-btn.aws-form-btn{
	background:#246b4a!important;
	width:50px;
	border-top-right-radius: 0% !important;
    border-bottom-right-radius: 0% !important;
}

.aws-container .aws-search-form .aws-search-btn_icon{
	color:#fff!important;
}

.aws-container .aws-search-form .aws-search-btn{
	width:52px!important;	
}

.aws-container .aws-search-field{
	font-size:15px!important;
}

.pressmart-swatches .swatch.swatch-selected{
	position:relative!important;
}

.swatch-color{
	padding:0!important;
	border:none!important;
}

.swatch-color.swatch-selected:before{
	width:90%!important;
}

/* Notification start */
.notification .e-con-inner {
    background: #eefff55c;
    position: relative;
    border-radius: 6px;
    box-shadow: 0px 0px 20px #0000001c;
}

.noty_cls_btn {
    position: absolute;
    right: 15px;
    top: 14px;
    cursor: pointer;
}

.notification.hide {
	display: none;
}
/* End */

/* Product catagory hide */
.product-title-rating .product-cats {
    display: none;
}

.woocommerce.widget_shopping_cart .buttons a.checkout {
    height: 42px;
}

.wc_payment_methods .payment_method_alg_custom_gateway_1 .payment_box p {
    display: none;
}

.wc_payment_methods .payment_box p.form-row.form-row-wide {
    display: block !important;
}

/*popup style*/
#manufacture_popupOverlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9999;
}

#manufacture_popup {
    position: relative;
    margin: 100px auto;
    padding: 20px;
    background: #fff;
    max-width: 530px;
    border-radius: 8px;
	padding-bottom: 1px;
}

#manufacture_closePopup {
    position: absolute;
    top: -3px;
    right: -3px;
    cursor: pointer;
    font-size: 30px;
    z-index: 2;
    height: 30px;
    line-height: 30px;
    width: 30px;
    text-align: center;
    border-radius: 50%;
}

@media screen and (min-width: 767px) {
    #manufacture_popup .one-line {
        display: flex;
        gap: 20px;
    }
}


.popup_manufacture {
    cursor: pointer;
    color: #0073e6;
}
h1.product_title.entry-title {
    text-transform: uppercase;
}
.yith-wcwl-share,th.product-stock-status,td.product-stock-status {
    display: none !important;
} 
span.nobr {
    text-transform: capitalize;
}

.stock-availability.in-stock {
    display: none;
}

.elementor-1947 .elementor-element.elementor-element-d728d33 .elementor-button {
  padding: 12px 14px 12px 14px !important;
}


.custom_shipping_disclaimer {
    padding: 0 20px;
    margin-top: -20px;
}

.custom_shipping_disclaimer p {
  font-weight: 600;
  font-size: 18px;
  line-height: 1.4;
  margin-bottom: 0px;
  margin-top: 10px;
  color: #3b8432;
}

.product_meta_top span.posted_in,
.product_meta_bottom span.sku_wrapper {
    display: none !important;
}

@media (min-width: 768px) {
    .product_meta_top {
        margin-left: -16px;
    }
}

p.tax-wrap {
  margin-bottom: 7px;
}

.product-style-4 {
    margin-left: 3px;
}

.summary.entry-summary .summary.entry-summary.pressmart-is-stucked {
    position: inherit !important;
}

.product_meta_top .product_meta &gt; span span, .product_meta &gt; span a {
    margin: 0 0px;
}

.site-content {
    padding-bottom: 75px !important;
}

/* product finish color */

.term-brushed-black {
    background-color: #363636;
}

.term-brass,
.term-brushed-brass {
	background-color: #ac8d4a;
}

.term-bronze,
.term-brushed-bronze {
	background-color: #615144;
}

.term-brushed-nickel {
	background-color: #A29F8A;
}

.term-stainless-steel,
.term-brushed-stainless {
	background-color: #96938E;
}

.term-aluminum {
	background-color: #9e9693;
}

.term-satin-stainless-steel {
	background-color: #CED0D1;
}

.term-bright-stainless-steel {
	background-color: #E9E2E0;
}

.term-flat-black {
	background-color: #1A1A1A;
}

.term-bright-chromium-plated {
	background-color: #AFAFAF;
}

.term-satin-chromium-plated {
	background-color: #B4B4B4;
}

.term-satin-chromium-plated img,
.term-bright-chromium-plated img,
.term-flat-black img,
.term-bright-stainless-steel img,
.term-satin-stainless-steel img,
.term-stainless-steel img,
.term-bronze img,
.term-brass img,
.term-aluminum img,
.term-brushed-stainless img,
.term-brushed-nickel img,
.term-brushed-bronze img,
.term-brushed-brass img,
.term-brushed-black img {
	opacity: 0;
}


</pre></body></html>