/*
Theme Name: Firexo Station Theme
Theme URI: https://rootscope.dev
Description: A custom theme for the Firexo Station
Author: RootScope
Author URI: https://rootscope.dev/
Template: Divi
Version: 1.0.0
*/

:root {
  --color-dark-green: #008D36;
  --color-light-green: #95C11F;
}

.et_pb_fullwidth_menu--without-logo .et_pb_menu__menu>nav>ul,
.et-db #et-boc .et-l .et_pb_fullwidth_menu--without-logo .et_pb_menu__menu>nav>ul {
  padding: 15px 0 0!important;
  column-gap: 1.5rem;
}

footer .et-menu>li {
  width: 100%;
}
footer .et-menu>li a {
  line-height: 100%;
}

.bestsellers-slider .dnwoo_product_categories,
.products-grid .dnwoo_product_categories {
  min-height: 170px;
  justify-content: space-between !important;
}

.home .dnwoo_product_cate_grid_wrapper_layout_one .dnwoo_product_cate_grid_content_inner {
  position: relative !important;
  margin: 0 !important;
  min-height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 !important;
  background: transparent !important;
}
.dnwoo_product_cate_grid_wrapper_layout_one .dnwoo_product_cate_grid_content_inner h3 {
  padding-bottom: 0 !important;
}

.wc-new-badge {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
 }

.woocommerce.ags-divi-wc-layout-grid ul.products::before { display: none; }
.woocommerce.ags-divi-wc-layout-grid ul.products {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #008d36;
}

.woocommerce.ags-divi-wc-layout-grid ul.products li {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.ags_woo_shop_plus_multiview {
  display: flex;
  align-items: center;
  column-gap: .5rem;
}

.ags_woo_shop_plus_multiview::before {
  content: "View: ";
  color: var(--color-dark-green);;
}

@media (max-width: 479px) {
  .woocommerce.ags-divi-wc-layout-grid ul.products {
    grid-template-columns: repeat(2, 1fr);
  }
}
.woocommerce ul.products li.product a.woocommerce-loop-product__link .woocommerce-loop-product__title {
  min-height: 95px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#wc-stripe-express-checkout-element {
  justify-content: flex-start !important;
}

.et_pb_wc_cart_products table.cart img {
  width: 150px;
}

.woocommerce .quantity input.qty {
  padding: 5px 0 5px 10px;
  text-align: center;
  font-size: 16px;
}

.woocommerce-cart table.cart td.actions .coupon .input-text {
  padding: 12px;
}

#woocommerce-shipping-calculator button::after {
  display: none;
}

.woocommerce-cart #content-area h1,
.woocommerce-checkout #content-area h1 {
  font-weight: 800;
  font-size: 36px;
  color: #008d36 !important;
  text-align: center;
}

.woocommerce-cart #content-area a,
.woocommerce-checkout #content-area a {
  color: #008d36 !important;
}

.wc-block-cart table.wc-block-cart-items {
  border: none !important;
}

.wc-block-cart table.wc-block-cart-items,
table.wc-block-cart-items .wc-block-cart-items__header,
.is-large.wc-block-cart .wc-block-cart__totals-title,
.wc-block-components-checkbox__label,
.wc-block-components-checkout-step__description {
  font-size: 1rem !important;
}

.wc-block-components-checkout-step__description {
  color: #000;
}

table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image img {
  min-width: 150px;
}

.wc-block-components-totals-item {
  font-size: 16px;
}

.woocommerce-cart #content-area a.wc-block-cart__submit-button,
.wc-block-components-totals-coupon__form .wc-block-components-totals-coupon__button,
.woocommerce-checkout #content-area button.wc-block-components-checkout-place-order-button {
  background-color: #008d36;
  color: #fff !important;
}

.price.wc-block-components-product-price {
  font-weight: 700;
}

.wc-block-components-totals-coupon__form .wc-block-components-totals-coupon__button {
  padding: 0;
}

.wc-block-components-title.wc-block-components-title,
.wc-block-components-product-name {
  color: #008d36 !important;
}

.wc-block-checkout__shipping-method-option.wc-block-checkout__shipping-method-option--selected span,
.wc-block-components-express-payment-continue-rule {
  color: #008d36 !important;
}

.wc-block-checkout__shipping-method-option.wc-block-checkout__shipping-method-option--selected svg {
  fill: #008d36 !important;
}

.wc-block-components-form .wc-block-components-text-input input,
.wc-block-components-form .wc-block-components-text-input label,
.wc-blocks-components-select .wc-blocks-components-select__select,
.wc-block-components-text-input label {
  font-size: 16px !important;
}

.et_pb_fullwidth_menu--without-logo .et_pb_menu__menu nav ul#menu-top-menu li .sub-menu a {
  padding-bottom: 6px !important;
}

.et_pb_fullwidth_menu--without-logo .et_pb_menu__menu nav ul li .sub-menu {
  padding: 15px 0 !important;
}

#menu-top {
  align-items: center;
}

#menu-top .dswcp-cart-icon {
  color: #008d36;
}

#menu-top .dswcp-count {
  color: #008d36;
  background-color: #fff;
  border: 1px solid #008d36;
  min-width: 23px;
}

.home .dnwoo_product_cate_grid_wrapper_layout_one .dnwoo_product_cate_grid_thumbnail a img {
    box-shadow: 0px 12px 18px -6px rgba(0, 0, 0, 0.3);
    padding: 10px 5px;
    transition: transform 0.3s ease;
}

.home .dnwoo_product_cate_grid_wrapper_layout_one .dnwoo_product_cate_grid_thumbnail a img:hover {
  transform: scale(1.1);
}

.dnwoo_cat_grid_0_tb_body .dnwoo_product_cate_grid_title {
  font-size: 22px !important;
}

.home .dnwoo_product_grid_wrapper_layout_eight.woocommerce .dnwoo_product_grid_item .dnwoo_icon_wrapgrid li a:hover {
  background-color: #fff !important;
}

.et_pb_tab_content a,
.et_pb_wc_description a {
  color: #008d36;
  font-weight: 700;
}

.et_pb_tab_content,
.et_pb_wc_description {
  font-size: 1rem;
}

.download-data-sheet {
  text-align: center;
  margin-top: 15px;
}

.data-sheet-embed {
    width: 100%;
    max-height: 800px;
    overflow: hidden;
    position: relative;
    border: 1px solid #ddd;
    border-radius: 8px;
    margin-top: 20px;
}

.data-sheet-embed iframe {
    width: 100%;
    height: 800px;
    border: none;
}

.et_pb_image_0_tb_header .et_pb_image_wrap img {
  transition: max-height 0.3s ease;
}

.et_pb_sticky .et_pb_image_0_tb_header .et_pb_image_wrap img {
  max-height: 81px;
}

.woocommerce-checkout .et_pb_row_0_tb_header.et_pb_row {
  display: flex;
  align-items: center;
}

.woocommerce-checkout .et_pb_row_0_tb_header.et_pb_row a {
  color: #008d36;
}

.dnwoo_product_categories .dnwoo_single_price span:not(:last-child) {
  text-decoration: none;
}

.woocommerce-page div.product p.price.b2bking_tiered_active_price {
  color: var(--color-dark-green);;
  text-align: center;
  font-size: 28px;
  position: relative;
  bottom: -41px;
}

.woocommerce table.shop_table.b2bking_tiered_price_table {
  margin-top: 20px;
  max-width: 80%;
}

.b2bking_tiered_price_table th,
.b2bking_tiered_price_table td {
  text-align: center;
}

.woocommerce div.product form.cart div.quantity {
  margin-left: 20% !important;
}

.et_pb_wc_price p.price {
  position: relative;
  top: 55px;
}
.et_pb_wc_price .b2bking_tiered_range_replaced {
  display: none;
}

.et_pb_slide_description {
  padding: 8% !important;
}

.woocommerce-account:not(.logged-in) .et_pb_column_1_3 {
  display: none;
}

.woocommerce-account:not(.logged-in) .et_pb_column_2_3 {
  width: 100%;
}

.b2bking_custom_registration_container .b2bking_custom_registration_field,
#b2bking_request_custom_quote_name,
#b2bking_request_custom_quote_email,
.b2bking_custom_quote_field_container input {
    -webkit-appearance: none;
    background-color: #eee;
    max-width: 100%;
    border-width: 0;
    border-radius: 0;
    color: #999;
    font-size: 14px;
    padding: 16px;
    line-height: 1.7em;
    border-style: solid;
    font-family: inherit;
    font-weight: 400;
    letter-spacing: normal;
    box-sizing: border-box;
    width: 100% !important;
    margin: 0;
    height: auto;
}

.select2-container--default .select2-selection--single { height: auto; }

#billing_state_field { display: none; }

#b2bking_custom_field_836_field { background: none; }

.woocommerce button.button, .woocommerce-page button.button:hover {
  color: #4C8400;
}

.b2bking_before_quote_request_form {
  margin-top: 25px;
  padding-top: 25px;
  border-top: 1px solid #eee;
}

.woocommerce.firexo-products-container ul.products li.product .woocommerce-loop-product__link .woocommerce-loop-product__title,
.woocommerce.firexo-products-container ul.products li.product .woocommerce-loop-product__link .price,
.woocommerce.firexo-products-container ul.products li.product .woocommerce-loop-product__link .product-categories {
  background-color: #efefef;
  padding: 0 20px;
  text-align: center;
}

.woocommerce.firexo-products-container ul.products li.product .woocommerce-loop-product__link .woocommerce-loop-product__title {
  color: #222;
  font-size: 17px;
  font-weight: 700;
  text-transform: uppercase;
  min-height: 65px;
}

.woocommerce.firexo-products-container ul.products li.product a .et_shop_image img {
  margin-bottom: 0 !important;
}

.woocommerce.firexo-products-container ul.products li.product .woocommerce-loop-product__link .price {
  font-weight: 700;
  font-size: 20px;
  color: #4C8400 !important;
  padding-bottom: 20px;
}

.woocommerce.firexo-products-container ul.products li.product .woocommerce-loop-product__link .product-categories {
  font-size: 14px;
  color: #4C8400 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  font-weight: 400;
  padding-top: 20px;
  line-height: 1;
  min-height: 48px;
}

.woocommerce.firexo-products-container .et_overlay {
  background: rgba(255,255,255,0.9);
}
.woocommerce.firexo-products-container .et_overlay:before {
  color: #4C8400 !important;
  font-family: FontAwesome !important;
  font-weight: 900 !important;
  content: '\f134';
}

.entry-content ul.help-category-list {
  list-style: none;
  padding: 0;
}

.help-category-list li {
padding-top: 0.5rem;
padding-bottom: 0.5rem;
padding-left: 1.5rem;
padding-right: 1.5rem;
border-radius: 9999px;
color: var(--color-dark-green);;
background-color: #fff;
transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
transition-duration: 300ms;
transition-duration: 300ms;
border: 1px solid var(--color-dark-green);;
margin-bottom: 1rem;
margin-right: 1rem;
display: inline-block;
}

.help-category-list li:hover,
.help-category-list li.active {
  color: #ffffff;
  background-color: var(--color-dark-green);;
}
.help-category-list li:hover a,
.help-category-list li.active a{
  color: #ffffff !important;
}

.et_pb_blog_grid article,
.et-db #et-boc .et-l .ags_woo_shop_plus_0_tb_body ul.products li.product {
    transition: transform 0.3s ease;
}
.et_pb_blog_grid article .post-content-inner {
  margin-bottom: 1rem;
}

.et_pb_blog_grid article.et_pb_post:hover,
.et-db #et-boc .et-l .ags_woo_shop_plus_0_tb_body ul.products li.product:hover,
.dnwoo_carousel .dnwoo_product_carousel_frontend .swiper-slVdide:hover {
  transform: scale(1.05);
  border: 1px solid var(--color-dark-green);
}

.et-db #et-boc .et-l .ags_woo_shop_plus_0_tb_body ul.products li.product:hover .add_to_cart_button {
  padding-right: 2em;
  padding-left: 0.7em;
}

.et-db #et-boc .et-l .ags_woo_shop_plus_0_tb_body ul.products li.product:hover .add_to_cart_button:after {
  visibility: visible;
  opacity: 1 !important;
  margin-left: .3em !important;
}

body #page-container .et_pb_section .et_pb_wc_add_to_cart .button.button-buy-now {
  margin-left: 30px;
  min-width: 100px;
  background-color: var(--color-dark-green) !important;
  border: 1px solid var(--color-light-green) !important;
  font-weight: 700 !important;
}

.et_pb_menu--without-logo .et_pb_menu__menu>nav>ul#menu-top-header-menu>li {
  align-items:center !important;
  margin-top: 0;
}

.et_pb_menu--without-logo .et_pb_menu__menu>nav>ul#menu-top-header-menu>li>a {
  padding-bottom: 0 !important;
}

.et-db #et-boc .et-l .et_pb_menu_0_tb_header.et_pb_menu nav ul#menu-top-header-menu li a:hover {
  color: var(--color-dark-green) !important;
}
.et_pb_menu_0_tb_header.et_pb_menu ul li a.dswcp-cart-link {
    font-size: 16px !important;
    color: #FFFFFF !important;
    border-width: 0px !important;
    border-radius: 30px;
    font-weight: 500 !important;
    background-image: initial;
    background-color: var(--color-light-green);
}

.dswcp-cart-icon {
    color: #FFFFFF !important;
}

.dnwoo_carousel .dnwoo_product_carousel_frontend .swiper-slide:hover .dnwoo_product_content {
  background-color: #ededed!important;
}

.b2bking_tiered_active_price, .b2bking_tiered_range_replaced {
      font-size: 14px;
    color: #4C8400 !important;
    text-align: center;
}

.et-db #et-boc .et-l .home-blurbs .et_pb_main_blurb_image,
.et-db #et-boc .et-l .home-blurbs h6 {
  padding-bottom: 0;
  margin-bottom: 0;
}

@keyframes moveBackground {
  from {
    background-position: center center;
  }
  to {
    background-position: right center;
  }
}

.animated-bg {
  animation: moveBackground 2s ease-in-out forwards;
}

.logged-in .business-registration {
   display: none;
}

  .et_pb_column .et_pb_module.top-menu .et_mobile_nav_menu {
	  display: none !important;
  }
  .et_pb_column .et_pb_module.top-menu .et_pb_menu__menu {
	  display: flex !important;
  }

.et_pb_section_0_tb_header.et_pb_section .et_pb_menu__search-button {
  display: none !important;
}

@media (max-width: 479px) {
  #page-container .et_pb_section_0_tb_header.et_pb_section .et_pb_column {
	  margin-bottom: 0 !important;
  }

  #page-container .et_pb_section_0_tb_header.et_pb_section .et_pb_image_0_tb_header {
	  max-width: 100% !important;
  }

  #page-container .et_pb_section_0_tb_header.et_pb_section .et_pb_column.et_pb_column_0_tb_header {
	  width: 30% !important;
  }

  #page-container .et_pb_section_0_tb_header.et_pb_section .et_pb_menu .et-menu>li {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }

  #page-container .et_pb_section_0_tb_header.et_pb_section .et_pb_menu__search-button {
    display: none !important;
  }

  #page-container .et_pb_section_1_tb_header.et_pb_section .et_pb_fullwidth_menu.top-menu .et_pb_row {
    min-height: 48px;
    display: flex;
    width: 95%;
  }

  #page-container .et_pb_section_1_tb_header.et_pb_section .et_pb_fullwidth_menu.top-menu .et_pb_row .et_pb_menu__wrap {
    justify-content: space-between;
  }
  #page-container .et_pb_section_1_tb_header.et_pb_section .et_pb_fullwidth_menu.top-menu .et_pb_menu__search-input {
    background: #fff;
    padding: 2px 5px;
  }
  #page-container .et_pb_slider_with_text_overlay .et_pb_text_overlay_wrapper {
    padding: 10px;
  }
  #page-container .et_pb_section_0_tb_body.homepage-hero {
    height: 300px;
  }

  #page-container .homepage-hero .et_pb_row_0_tb_body.et_pb_row {
    margin-top: -20px !important
  }

  #page-container .homepage-benefits-slider .et_pb_slides .et_pb_slider_container_inner {
    display: flex;
    align-items: center;
  }

  #page-container .homepage-benefits-slider .et_pb_slide_description {
    text-align: left;
  }
  #page-container .homepage-benefits-slider .et_pb_slide_description .et_pb_slide_title {
    text-shadow: none;
    padding-bottom: 0;
  }
  #page-container .homepage-benefits-slider.et_pb_slider_show_image .et_pb_slide_image {
    margin-top: 0 !important;
  }

  #page-container .homepage-benefits-slider .et_pb_slides .et_pb_container {
    display: flex;
    align-items: center;
  }

  #page-container .firexo-social-grid .et_pb_column {
    width: 33.33% !important;
  }

  footer .et_pb_menu .et_pb_menu__menu {
    display: flex !important;
    width: 100%;
  }

  footer .et_pb_text {
    margin-bottom: 0 !important
  }

  footer .et_pb_text h5 {
    font-size: 16px;
  }

  footer .et_pb_menu .et_mobile_nav_menu {
    display: none !important;
  }

  footer .et_pb_row .et_pb_column {
    padding-top: 10px;
    border-top: 1px solid #fff;
    margin: 0 0 10px !important;
  }

  footer .et_pb_column:first-child {
    border: none;
  }

  .category-grid .dnwoo_cat_grid_0_tb_body .dnwoo_product_cate_grid_wrapper_layout_one {
    grid-template-columns: repeat(2, 1fr) !important;
    grid-gap: 20px;
  }
  .category-grid .dnwoo_cat_grid_0_tb_body .dnwoo_product_cate_grid_wrapper_layout_one .dnwoo_product_cate_grid_thumbnail img,
  .category-grid .dnwoo_cat_grid_0_tb_body .dnwoo_product_cate_grid_wrapper_layout_one .dnwoo_cat_no_image {
    max-height: 150px !important;
  }

  .et_pb_row_3_tb_body,
  .et_pb_row_6_tb_body {
    padding: 0;
  }
  .et_pb_row_3_tb_body h2,
  .et_pb_row_6_tb_body h2 {
    padding-top: 10px;
  }

  .et-db #et-boc .et-l .et_pb_section_1_tb_body.et_pb_section {
    padding-top: 0 !important;
  }

  .et-db #et-boc .et-l .et_pb_heading_0_tb_body {
    max-width: 85%;;
  }

  .woocommerce-page div.product p.price.b2bking_tiered_active_price {
    bottom: 0;
  }

  .checkout-header {
    flex-wrap: wrap
  }


  #page-container .et_pb_section_0_tb_header.et_pb_section .et_pb_column.et_pb_column_0_tb_header.back-to-cart {
    width: 50% !important;
    order: 2;
  }

  #page-container .et_pb_section_0_tb_header.et_pb_section .et_pb_column.et_pb_column_2_tb_header.shop-more {
    width: 50% !important;
    order: 3;
  }

  #page-container .checkout-header .checkout-logo {
    order: 1;
  }
  .checkout-header .et_pb_image_0_tb_header .et_pb_image_wrap img {
    max-height: 100px;
  }
}

.dnwoo_carousel_0_tb_body .dnwoo_product_carousel_container {
  border-width: 1px !important;
  border-color: #ededed !important;
}

@media(min-width: 768px) {
  .et_pb_fullwidth_menu_0_tb_header .et_pb_menu__icon.et_pb_menu__search-button {
    display: none;
  }
}
#menu-top-menu-green .menu-item-home {
  margin-top: 0 !important;
}

#menu-top-menu-green .menu-item-home a {
  background: url('/wp-content/uploads/2025/05/home.png') no-repeat center center;
  background-size: contain;
  padding: 0;
  width: 25px;
  height: 25px;
  display: inline-block;
  text-indent: -9999px;
}

body #page-container .et_pb_section .et_pb_wc_add_to_cart_0_tb_body .button {
  min-width: 25%;
}

#product_gallery_shortcode .images {
  width: 100%;
}