/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* custom styles here */
.products-tab .e-n-tabs-heading:before {
  content: "Product Categories";
  width: 100%;
  height: auto;
  display: block;
  padding: 35px 35px 10px;
  font-size: 27px;
  font-weight: 700;
  font-family: "Onest", Sans-serif;
}

.products-tab .e-n-tabs-heading {
  background: #f0f2f4;
  border-radius: 15px;
}

.shopSection {
  max-width: 1340px !important;
  margin: auto;
  padding: 80px 0;
}

.shopSection a {
  color: #133d67;
}

.type-product .woocommerce-product-gallery .flex-viewport {
  border-radius: 20px;
  border: 2px solid #c9c9c9;
}

.type-product .woocommerce-product-gallery .flex-control-thumbs {
  overflow: unset !important;
  display: flex !important;
  flex-wrap: wrap;
  gap: 20px !important;
  margin-top: 30px !important;
}

.type-product .woocommerce-product-gallery .flex-control-thumbs li {
  padding: 15px;
  box-shadow: 2px 4px 8px 0px rgba(0, 0, 0, 0.24);
  border-radius: 10px;
  height: 190px;
  width: 190px !important;
  object-fit: cover;
}

.woocommerce div.product .product_title {
  margin: 10px 0 25px;
  color: #000000;
  font-size: 48px;
  font-weight: 700;
  text-align: left;
}

.woocommerce div.product form.cart .variations td.label {
  align-content: center;
  padding: 0;
  width: fit-content;
}

.woocommerce div.product p.price,
.woocommerce div.product span.price {
  color: #133d67;
  font-size: 40px;
  font-weight: 800;
  margin-bottom: 20px;
}
.woocommerce div.product form.cart .variations {
  margin-bottom: 0 !important;
}

.variations tr {
  display: flex;
  gap: 20px;
}
.woocommerce div.product form.cart .variations select {
  background: #efefef;
  border-radius: 7px;
  padding: 6px 18px;
  appearance: none;
  min-width: 60%;
  line-height: 2em;
  border: none;
  outline: none;
}

.woocommerce div.product form.cart .variations td,
.woocommerce div.product form.cart .variations th {
  border: 0;
  line-height: 2em;
  vertical-align: top;
  background: none;
}
.woocommerce div.product form.cart .variations label,
p.qty {
  font-size: 18px;
  font-weight: 600;
}

.woocommerce-variation-add-to-cart.variations_button.woocommerce-variation-add-to-cart-enabled {
  display: flex;
  align-items: center !important;
  gap: 13px;
}

.quantity {
  position: relative;
  display: inline-block;
}

.quantity::before {
  content: "−";
  position: absolute;
  left: 0;
  top: 0;
  width: 30px;
  height: 100%;
  background: #e1e1e1;
  color: #616161;
  font-size: 26px;
  text-align: center;
  line-height: 40px;
  cursor: pointer;
  border: 1px solid #d6d6d6;
  outline: none;
}
.quantity::after {
  content: "+";
  position: absolute;
  right: 0;
  top: 0;
  width: 30px;
  height: 100%;
  background: #e1e1e1;
  color: #616161;
  font-size: 26px;
  text-align: center;
  line-height: 40px;
  cursor: pointer;
  border: 1px solid #d6d6d6;
}
.single-product .quantity::after,
.single-product .quantity::before {
  border: 1px solid #d6d6d6;
  height: 100% !important;
}
.quantity .qty {
  height: 100% !important;
}

p.qty {
  margin: 0;
}

.woocommerce .quantity .qty {
  width: 105px;
  text-align: center;
  padding: 10px 5px;
  font-size: 17px;
  color: #000;
  line-height: 1.2em;
  border: 1px solid #d6d6d6;
  padding-left: 30px;
  padding-right: 30px;
  height: 40px;
  font-size: 16px;
  text-align: center;
  outline: none;
  cursor: auto;
  background: #efeff0;
}

.woocommerce .quantity input.qty::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

.woocommerce div.product form.cart .variations td.value {
  display: flex;
  padding: 0;
  align-items: center;
}

.woocommerce-variation-price {
  margin: 10px 0px;
}

.product_meta {
  color: #e58324 !important;
  font-size: 18px;
  font-weight: 600;
}
.product_meta .posted_in a,
.product_meta .sku {
  color: #e58324 !important;
  font-weight: 400;
}

p.wc-store-catalog-pdf-download {
  margin-top: 20px !important;
}

.woocommerce div.product form.cart .button,
a.wc-store-catalog-pdf-download-link.button,
.wc-store-catalog-pdf-download a.wc-store-catalog-pdf-download-link:active,
.woocommerce .cart .button,
.My-acc .woocommerce-Button {
  background-color: #133d67 !important;
  padding: 15px 30px !important;
  border-radius: 30px !important;
  font-size: 18px !important;
  font-weight: 500 !important;
  text-transform: capitalize;
  line-height: 1.2em;
}

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce a.button:hover,
.woocommerce button.button,
.woocommerce input.button {
  background-color: #133d67;
  font-size: 14px;
  padding: 10px 14px;
  color: #fff !important;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
a.wc-store-catalog-pdf-download-link.button {
  display: flex;
  justify-content: flex-start;
  gap: 6px;
  flex-direction: row-reverse;
  width: fit-content;
  align-items: center;
}

.icon-file-pdf::before {
  content: "" !important;
}
.icon-file-pdf::after {
  content: url("/wp-content/uploads/2025/07/Download-icon.png");
  color: rgb(255, 255, 255) !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
  padding-top: 20px !important;
  padding: 0;
  display: flex;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active,
.woocommerce div.product .woocommerce-tabs ul.tabs li.hover {
  background: hsl(210, 69%, 24%);
  color: #fff;
  border-bottom-color: #fff;
  border-radius: 6px 6px 0 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
  border-right: 1.8px solid #a8a8a8 !important;
  border: none;
  background-color: #f2f0f0;
  margin: 0;
  border-radius: 0;
  padding: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  color: #000000;
  font-size: 22px;
  font-weight: 600;
  padding: 16px 34px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a:hover {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
}

.woocommerce div.product .woocommerce-tabs .panel,
.woocommerce div.product .woocommerce-tabs .panel a {
  margin: 0 0 40px;
  color: #393838;
  font-size: 18px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover {
  color: #133d67;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active::after {
  display: none;
}

.woocommerce table.shop_attributes {
  border: 0;
  border-top: 1px dotted rgba(0, 0, 0, 0.1);
  margin-bottom: 1.618em;
  width: 100%;
}

.woocommerce table.shop_attributes tbody tr {
  height: 64px;
}

.woocommerce table.shop_attributes th,
.woocommerce table.shop_attributes td {
  text-align: left;
  color: #393838;
  font-size: 18px;
  place-content: center;
  border: none;
  border-bottom: 1px dotted rgba(0, 0, 0, 0.1);
  background: white;
}
.woocommerce table.shop_attributes td {
  font-style: italic;
  padding: 0;
  margin: 0;
  line-height: 1.5;
  place-content: center;
}

.woocommerce-message {
  padding-left: 75px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #e1e1e1;
  color: #000000;
  border-radius: 15px;
  border-top-color: #e68527;
  border-radius: 10px !important;
  font-size: 17px;
  line-height: 1.45;
  outline: none;
}

.woocommerce-message::before {
  color: #e68527;
  font-size: 24px;
  top: unset !important;
}

.woocommerce-message::after {
  display: none;
}

.woocommerce-message a.button,
.woocommerce-message a.button:hover {
  border-radius: 30px;
  font-size: 18px;
  font-weight: 500;
  text-transform: capitalize;
  padding: 15px 30px;
  min-width: max-content;
}

.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
  background: #e68527;
  color: #fff;
}

.woocommerce div.product form.cart {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 2em;
  margin: 25px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding: 25px 0 0;
}

.woocommerce div.product form.cart div:first-child {
  margin-right: 13px !important;
}

.woocommerce-Tabs-panel h3 {
  color: #133d67;
  font-weight: 600 !important ;
}
.woocommerce-Tabs-panel h4 {
  line-height: 1em;
  font-size: 20px;
  font-weight: 600;
  margin: 24px 0 10px;
}

.woocommerce {
  font-family: "Onest", Sans-serif !important;
}

.woocommerce br {
  display: none !important;
}

.woocommerce-cart .woocommerce table.shop_table td,
.woocommerce-cart .woocommerce table.shop_table th {
  border-right: none;
  background: none !important;
  border-left: none;
  border-color: #e0e0e0;
  background: none !important;
}

.woocommerce table.shop_table tr {
  background: white;
}

/* .quantity br{
	display: none;
} */

.woocommerce-cart .woocommerce table.woocommerce-cart-form__contents th {
  color: #000;
  line-height: 1.2em;
  padding: 20px;
  font-size: 16px !important;
  text-transform: uppercase !important;
  font-weight: 600;
  background: #f6f6f6 !important;
}

.cart-collaterals {
  display: flex;
  flex-direction: column-reverse;
  align-items: flex-end;
}

.cart-collaterals .cart_totals h2 {
  margin: 0;
  padding: 20px;
  color: #000000;
  font-size: 17px;
  font-weight: 600;
  text-transform: uppercase;
  background-color: #f6f6f6;
}

.cart-collaterals .cross-sells {
  width: 100% !important;
}

.cart-collaterals .products {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 20px;
}

/* .cart-collaterals .products li.product{
    width: 21.5% !important;
} */

.woocommerce table.shop_table td.product-remove a,
.woocommerce table.shop_table td.product-remove:hover a {
  color: #a5a5a5 !important;
  border: 2px solid #a5a5a5;
  background: none;
  font-size: 24px;
  width: 26px;
  height: 26px;
  place-content: center;
  font-weight: 400;
  text-decoration: none;
  font-family: "Onest" !important;
}
.cart_totals {
  border: 1px solid #e0e0e0;
}

.woocommerce-cart table.cart td.product-thumbnail img {
  width: 86px;
  height: 78px !important;
  object-fit: contain;
  padding: 10px;
  border: 2px solid #d8d8d8;
  border-radius: 6px;
}

.woocommerce table.shop_table td.product-name a {
  font-size: 18px;
  color: #3f3f3f;
}

.woocommerce table.shop_table td {
  font-size: 18px;
  color: #133d67;
  padding: 20px;
  font-weight: 400;
  line-height: 1.2em;
}

.woocommerce .cart_totals table.shop_table th {
  color: #000;
  line-height: 1.2em;
  padding: 20px;
  font-size: 18px;
  font-weight: 600;
  text-transform: capitalize;
  border-right: 1px solid #e0e0e0 !important;
}

.woocommerce-page table.cart td.actions .coupon .input-text {
  background-color: #f4f4f4 !important;
  padding: 15px 30px !important;
  border-radius: 30px;
  font-size: 18px;
  font-weight: 500;
  text-transform: capitalize;
  width: max-content;
  line-height: 1.2em;
  border: none;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-checkout-payment #place_order {
  background-color: #133d67 !important;
  padding: 18px 30px !important;
  border-radius: 30px;
  font-size: 18px;
  font-weight: 500;
  text-transform: capitalize;
  line-height: 1.2em;
  width: 96%;
  margin: 0 auto;
}

.woocommerce .cart_totals table.shop_table td bdi,
.woocommerce .cart_totals table.shop_table td p,
.woocommerce .cart_totals table.shop_table td span,
.woocommerce .cart_totals table.shop_table td a {
  color: #333333;
  line-height: 1.2em !important;
}

.checkout-button br {
  display: none;
}

.upsells.products h2,
.cross-sells h2 {
  font-size: 45px;
  font-weight: 700;
  color: var(--e-global-color-99a2dc3);
  margin-top: 60px;
  margin-bottom: 50px;
  text-align: center;
}

.upsells.products ul.products,
.cross-sells ul.products {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: var(--grid-column-gap, 30px);
  grid-row-gap: var(--grid-row-gap, 30px);
}

.upsells.products ul.products li.product,
.cross-sells .products li.product {
  display: flex;
  flex-direction: column;
  width: 100% !important;
  gap: 10px;
  background: white !important;
  margin: 0 !important;
  border-radius: 15px;
  padding: 20px !important;
  border: 1px solid #929292;
}

.upsells.products ul.products:before,
.cross-sells .products:before {
  display: none !important;
}

.woocommerce ul.products li.product a img {
  width: 100%;
  height: 252px !important;
  object-fit: contain;
}

.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h3 {
  padding: 0 !important;
  margin: 0 0 10px;
  font-size: 20px;
  line-height: 1.2;
  text-align: left;
  font-weight: 700;
  color: #000000;
  padding: 0px 10px;
  min-height: 72px;
}

.upsells.products ul.products li.product span,
.cross-sells ul.products li.product span {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding: 0 !important;
  color: #133d67;
}

.upsells.products ul.products li.product a.button,
.cross-sells ul.products li.product a.button {
  background-color: var(--e-global-color-primary);
  font-size: 18px;
  font-weight: 600;
  border-radius: 30px 30px 30px 30px;
  padding: 16px 26px 16px 26px;
  text-transform: capitalize;
  width: 100%;
  text-align: center;
  margin-top: 5px;
}

.shop .products {
  grid-template-columns: repeat(3, 1fr) !important;
}

.shop .products .woocommerce-loop-product__buttons a {
  width: 100%;
  text-align: center;
}

.upsells.products ul.products li.product p,
.cross-sells .products li.product p {
  margin: 0 !important;
}

#wpfBlock_2 .wpfFilterVerScroll {
  display: flex;
  flex-direction: column;
  gap: 15px;
  max-height: 100% !important;
  margin-top: 26px;
  min-height: fit-content;
}

.wpfFilterWrapper[data-filter-type="wpfPrice"] .wpfFilterContent:before {
  content: "Filter by price";
  font-size: 26px;
  font-weight: 700;
  text-align: left;
}

.wpfFilterContent .wpfCheckboxHier:before {
  content: "Product Categories";
  font-size: 26px;
  font-weight: 700;
}

.my-filter span.wpfFilterTaxNameWrapper {
  font-size: 17px;
  font-weight: 600;
  padding: 0;
  line-height: 28px;
}

.my-filter .wpfFilterWrapper .wpfCheckbox label {
  display: none !important;
}

#wpfSliderRange span.ui-slider-handle.ui-corner-all.ui-state-default {
  width: 18px;
  height: 18px;
  border-radius: 30px;
  background: #c4c4c4;
  border-color: #c4c4c4 !important;
  transition: background 0.3s ease;
  transform: translateY(-1px);
}

.ui-slider-range.ui-corner-all.ui-widget-header {
  background: #c4c4c4 !important;
}
.wpfFilterWrapper[data-filter-type="wpfPrice"] .wpfFilterContent {
  padding: 0 !important;
}

.wpfFilterWrapper .wpfPriceInputs {
  justify-content: flex-start !important;
}

div#wpfSliderRange {
  height: 5px;
  border-color: #eaeaea;
  width: 92%;
  background: #eaeaea;
}

.woocommerce-mini-cart .quantity:before,
.woocommerce-mini-cart .quantity:after {
  display: none;
}

.woocommerce-checkout {
  font-family: "Onest", Sans-serif !important;
}

form.checkout {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 20px;
}

form.checkout #customer_details,
form.checkout .order-wrapper {
  width: 47% !important;
}

#customer_details div,
form.checkout .woocommerce-NoticeGroup,
.woocommerce form .form-row textarea {
  width: 100% !important;
}

.woocommerce-checkout h3 {
  font-size: 24px;
  font-weight: 600;
  width: 100%;
}

form.woocommerce-checkout h3::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #d4d4d4;
  margin-top: 20px;
}

.woocommerce form .woocommerce-billing-fields label,
.woocommerce form .woocommerce-billing-fields label .required {
  font-family: "Open Sans", Sans-serif;
  line-height: 3em !important;
  color: #000000 !important;
  font-size: 18px;
  text-transform: capitalize;
}

.woocommerce form .woocommerce-billing-fields input,
.woocommerce form .form-row textarea,
.woocommerce form .woocommerce-billing-fields .select2-selection,
.select2-dropdown,
.select2-search--dropdown .select2-search__field {
  background: #f9f9f9 !important;
  border: 1px solid #d4d4d49c !important;
  border-radius: 0 !important;
  min-height: 58px !important;
}

.woocommerce-checkout-review-order-table thead th.product-name,
.woocommerce-checkout-review-order-table thead th.product-total {
  text-transform: uppercase;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.2em;
  padding: 20px;
}

form.checkout td {
  width: 50%;
  color: #3f3f3f !important;
  border: none;
  background: #fbfbfb !important;
}

.woocommerce form.checkout table.shop_table td {
  border: none;
}

.woocommerce form.checkout table.shop_table tfoot th {
  background: #fbfbfb;
  border: none;
}

.woocommerce table.shop_table th,
.page-id-219 .woocommerce table .order_item .product-name {
  padding: 20px;
  border-right: 1px solid #d4d4d4;
  border-color: #d4d4d4;
  font-size: 16px;
  text-transform: uppercase;
}

/* .woocommerce-checkout-review-order-table thead {
    background: #f6f6f6 !important;
} */

.woocommerce-checkout-review-order-table {
  background: #fbfbfb !important;
}

.woocommerce table.shop_table thead tr {
  background-color: #fbfbfb;
}

.woocommerce-checkout-review-order-table tfoot td,
.woocommerce-checkout-review-order-table tbody td.product-total {
  text-align: end !important;
  border: none !important;
  width: 25%;
}

.woocommerce-checkout-review-order-table thead th {
  border: none !important;
}

.woocommerce-checkout-review-order-table thead th.product-total {
  text-align: end;
}

.woocommerce-checkout-review-order-table .order-total th,
.woocommerce-checkout-review-order-table .order-total td {
  font-weight: 700 !important;
  border-top: 2px solid #d4d4d4 !important;
  border-bottom: 2px solid #d4d4d4 !important;
}
#woo_reg_recaptcha{display:none}.blog-img img{max-height:518px !important}.blog-content p{margin-bottom:20px}.elementor-22339 .elementor-element.elementor-element-57470e8c.elementor-wc-products ul.products li.product{width:100% !important}/*.elementor-widget-search .e-search-input{min-height:20px !important;height:20px !important}*/.page-id-23312 span.e-n-accordion-item-title-icon span{background:#e7f3ff;padding:8px 10px;height:30px !important;border-radius:50px}.e-search-submit{margin:0}.elementor-22336 .elementor-element.elementor-element-542d91df .e-search-input{width:12rem}.elementor-22350 .elementor-element.elementor-element-0a68e03 .e-search-input{padding-right:0;width:12rem}.my-img-list-box .elementor-image-box-wrapper{display:flex;align-items:center;gap:6px}.my-img-list-box .elementor-image-box-wrapper h3,p,.products-tab .e-n-tabs-heading .e-n-tab-title{margin:0}.products-tab .e-n-tabs-heading{background-color:#f0f2f4;border-radius:15px}.products-tab .e-n-tabs-heading{padding-top:40px}.products-tab .e-n-tabs-heading:before{content:"Product Categories";padding:15px 35px;font-family:"Onest",Sans-serif;font-size:25px;font-weight:700;text-transform:capitalize;line-height:30px}.archive ul.products.elementor-grid.columns-3 li{width:100% !important}.archive h2.woocommerce-loop-product__title{height:auto !important}body.archive p.wc-store-catalog-pdf-download{display:none}.woobewoo-filter-loader.spinner{background:url(/wp-content/uploads/2025/07/box.png) !important}ul.products.elementor-grid.columns-3{padding-top:30px;border-top:1px solid #d4d4d4}.woocommerce-result-count{margin:20px 0 0 !important;color:#484848 !important}.woocommerce-ordering{border:1px solid #f2f2f2;border-radius:5px}.woocommerce-ordering .orderby{padding:12px 16px}.woocommerce-ordering .orderby{color:#838383 !important}ul.products li .button{width:100%;text-align:center;margin:0 !important;padding:16px}.woocommerce ul.products li.product a img{width:100%;height:252px !important;object-fit:contain}.woocommerce ul.products li.product .price{font-weight:700 !important;margin-bottom:15px}.woocommerce ul.products li.product h2{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.my-filter .wpfFilterWrapper .wpfCheckbox label{display:none !important}#wpfBlock_2 .wpfFilterVerScroll{display:flex;flex-direction:column;gap:15px;max-height:100% !important;margin-top:26px;min-height:fit-content}.my-filter span.wpfFilterTaxNameWrapper{font-size:17px;font-weight:600;font-family:'Onest';padding:0;line-height:28px}.my-filter span.wpfValue{padding:0 !important}.wpfFilterContent .wpfCheckboxHier{margin-top:30px}.wpfFilterWrapper[data-filter-type="wpfPrice"] .wpfFilterContent{padding:0 !important}.wpfFilterWrapper[data-filter-type="wpfPrice"] .wpfFilterContent:before{content:"Filter by price";font-size:26px;font-weight:700;font-family:onest;text-align:left}#wpfSliderRange span.ui-slider-handle.ui-corner-all.ui-state-default{width:18px;height:18px;border-radius:30px;background:#c4c4c4;border-color:#c4c4c4 !important;transition:background .3s ease;transform:translateY(-1px)}#wpfSliderRange span.ui-slider-handle.ui-state-hover{background:#3a3a3a !important;border-color:#3a3a3a !important}div#wpfSliderRange{height:5px;border-color:#eaeaea;width:92%;background:#eaeaea}.ui-slider-range.ui-corner-all.ui-widget-header{background:#c4c4c4 !important}.wpfPriceInputs,.wpfPriceInputs .wpfPriceRangeField{place-content:flex-start !important;font-size:16px !important;font-weight:400 !important;font-family:'Open Sans' !important}.wpfFilterContent .wpfCheckboxHier:before{content:"Product Categories";font-size:26px;font-weight:700;font-family:onest}.my-filter label.wpfLiLabel{display:flex;justify-content:space-between}.wpfFilterVerScroll li.has-children>label.wpfLiLabel::after{content:"+";font-size:26px !important;line-height:30px}.wpfFilterVerScroll li.has-children.open>label.wpfLiLabel::after{content:"–";transform:translateY(-2px)}.my-filter span.wpfCheckbox{display:contents}#wpfBlock_2 .wpfFilterVerScroll li ul{height:0;overflow:hidden}.child{overflow:hidden;transition:height .3s ease}.sgpb-theme-1-content{padding:50px !important}.popup-button{display:flex;justify-content:center}.popup-button button{font-family:"Onest",Sans-serif;font-size:18px !important;font-weight:600 !important;border-radius:30px 30px 30px 30px !important;padding:16px 26px 16px 26px !important;width:fit-content !important;line-height:.8em}.popup-button p:nth-child(1) button{background-color:var(--e-global-color-primary) !important}.sgpb-main-html-content-wrapper p{font-size:28px}.sgpb-main-html-content-wrapper p strong{color:var(--e-global-color-primary)}.woocommerce .woocommerce-ordering select{background:#fafafa}.contact-form select option{color:black}.contact-form select:focus{background:#daeffa}.Testimonals-box-white .testimonals .elementor-testimonial__text,.Testimonals-box-white .testimonals .elementor-testimonial__title{color:white !important}.Testimonals-box-white .testimonals .swiper-pagination-bullets{transform:translatey(20px) !important}.Testimonals-box-white .testimonals .swiper-pagination-bullet-active{background:var(--e-global-color-primary) !important}.desc-gap p{margin-bottom:25px}.product-title h3{margin-bottom:5px !important;min-height:40px;display:-webkit-box !important;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.product-carosuel-item .p-img img{height:252px !important;min-height:252px !important}.page-template-tech-documents .narrow .tech_column{padding:40px;border:1px solid #dadada;border-radius:10px;box-shadow:0 2px 25px 0 #00000005;background:white}.page-template-tech-documents .narrow .tech_column .faq{padding:20px 25px;border:1px solid #dadada;border-radius:10px;background:white}.que{background:transparent !important;padding:0 !important;color:black !important;font-family:onest;font-size:22px;font-weight:600}.ans,.ans a{padding:0 !important;color:#757575 !important;font-family:onest;font-size:18px;font-weight:500;position:relative;margin-top:20px !important;padding-top:20px !important}.ans::before{content:"";position:absolute;top:0;left:0;width:120%;height:1px;background-color:#dcdcdc}.woocommerce-breadcrumb{display:flex !important;gap:12px !important;margin:0 !important}.my-whislist .quantity::before,.my-whislist .quantity::after{display:none}.arc-products li.product .button{margin-top:20px !important}.postid-22339 .wc-store-catalog-pdf-download{display:none !important}.woocommerce ul.products li.product a.added_to_cart{background-color:#113c66;font-family:"Onest",Sans-serif;font-size:16px;font-weight:500;line-height:1em;letter-spacing:0;border-radius:30px 30px 30px 30px;padding:16px 22px 16px 22px;margin-left:0;width:100%;text-align:center;text-transform:uppercase}.woocommerce-checkout .img-list h3::after{display:none !important}@media screen and (max-width:825px){.elementor.elementor .elementor-widget-n-tabs.e-n-tabs-mobile .e-n-tab-title[aria-selected=true]{margin-bottom:0 !important}.products-tab .e-n-tabs-heading{padding-top:20px}.products-tab .e-n-tabs-heading:before{padding:10px 16px;font-size:22px;line-height:23px}.archive ul.products{grid-template-columns:repeat(2,1fr) !important;grid-row-gap:0 !important;place-items:center;align-items:start;gap:20px !important}.archive ul.products li.product,.archive ul.products li.product:nth-child(1n){margin:0 !important}.woocommerce ul.products li.product a img{height:160px !important}.arc-products li.product .button{padding:12px 10px !important;margin-top:16px !important}}@media screen and (max-width:460px){.elementor.elementor .elementor-widget-n-tabs.e-n-tabs-mobile .e-n-tabs-content>.e-con{position:absolute;top:22rem}.products-tab{height:clamp(625px,calc(625px+(100vw - 360px) * .923),685px)}.archive ul.products{grid-template-columns:repeat(2,1fr) !important;gap:10px !important}.elementor-22339 .elementor-element.elementor-element-57470e8c.elementor-wc-products ul.products li.product{min-width:100%;margin:0 !important}.arc-products li.product .button{padding:10px 8px !important;margin-top:5px !important}.woocommerce-result-count{margin:0 0 20px !important;text-align:left !important}.woocommerce .woocommerce-ordering select{width:100%}.product-carosuel-item .p-img img{height:122px !important;min-height:122px !important}.woocommerce .elementor-22342 .elementor-element.elementor-element-51846573 .price{margin-bottom:0 !important}.woocommerce-breadcrumb{flex-wrap:wrap;place-content:center;text-align:center !important;gap:6px !important}.related_products .product_title{min-height:33px}.product-title h3{min-height:34px !important}.woocommerce ul.products li.product a.added_to_cart{font-size:14px;padding:12px 16px 12px 16px}.sgpb-theme-1-content{padding:45px !important}.sgpb-main-html-content-wrapper p{font-size:20px !important}.popup-button button{font-size:16px !important}}.single-product .woocommerce-product-gallery{opacity:1!important}
.contact-form span.elementor-message.elementor-message-danger.elementor-help-inline.elementor-form-help-inline {color: red !important;}.verify_email_btns{justify-content:center}.omni-verify-email .woocommerce-message .span-4{display:block;margin-top:20px}.omni-verify-email .woocommerce-message::before{top:12px!important}.omni-verify-email .woocommerce-message .span-1{margin-right:10px}.omni-verify-email .verify_email_btns a.button{background-color:#e68527;font-family:"Onest",Sans-serif;font-size:18px;font-weight:600;border-radius:30px 30px 30px 30px;padding:16px 26px 16px 26px;border:0;line-height:normal}.omni-verify-email .verify_email_btns a.button:hover{background-color:#000}

.variations tbody{
	gap: 10px;
	display: grid;
}

.woocommerce-form-login,
.woocommerce-form-register,
.wpcf7 form div.form-wrapper {
  display: flex;
  flex-direction: column;
  border-radius: 20px !important;
  padding: 45px 35px !important;
  border: 1px solid #c4c4c4 !important;
  box-shadow: 0px 2px 25px 0px rgba(0, 0, 0, 0.05) !important;
}
#customer_login h2 {
  font-size: 42px;
  font-weight: 700;
}
#customer_login form label,
.wpcf7 form div.form-wrapper p label {
  font-size: 20px;
  font-weight: 400;
  line-height: 3em;
}
#customer_login form label[for="reg_captcha"] {
  line-height: 1em;
}
#customer_login form p br {
  display: none;
}
.wpcf7 form div.form-wrapper p {
  text-align: left;
}
#customer_login form input,
.wpcf7 form div.form-wrapper p span input,
.wpcf7 form div.form-wrapper p span select {
  border: 1px solid #838383 !important;
  border-radius: 5px !important;
  min-height: 55px !important;
  max-width: 100% !important;
}
.wpcf7 form div.form-wrapper p span input,
.wpcf7 form div.form-wrapper p span select {
  color: #000;
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 15px;
  margin: 0;
  line-height: normal;
  height: auto;
  font-weight: 400;
  letter-spacing: normal;
  padding: 0.5em;
  display: block;
  background-color: #fff;
}
#customer_login form input[type="checkbox"] {
  width: 24px;
}
#customer_login form .woocommerce-form-login__rememberme {
  display: flex;
  gap: 10px;
  margin-bottom: 10px;
}
#customer_login form button[type="submit"],
.wpcf7 form div.form-wrapper p input[type="submit"] {
  width: 100%;
  padding: 20px;
  border-radius: 30px;
  font-size: 18px;
}
#customer_login form .woocommerce-LostPassword {
  order: 2;
  width: fit-content;
  margin-left: auto;
  margin-bottom: -45px;
  margin-top: 20px;
  z-index: 1;
}
#customer_login form p:nth-last-child(3) {
  order: 3;
}
#customer_login form .g-recaptcha-register-i13 {
  margin-bottom: 15px;
}
#customer_login form.woocommerce-form-register {
  display: block !important;
}
#customer_login form button[type="submit"], .wpcf7 form div.form-wrapper p input[type="submit"] {
    width: 100%;
    padding: 20px;
    border-radius: 30px;
    font-size: 18px;
}
.wpcf7-spinner{
	position: relative;
	top: -45px;
	left: 205px;
	background: grey;
}

.woocommerce-MyAccount-navigation {
    padding: 25px;
    background: #133d67;
}
.woocommerce-MyAccount-navigation ul li {
    list-style: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.11);
    padding: 0 0 5px;
    margin: 0 0 24px;
}

.woocommerce-MyAccount-navigation ul li:last-child{
	margin: 0!important;
}
.woocommerce-MyAccount-navigation ul li a {
    margin: 0;
    padding: 0;
    list-style: none;
    color: #fff;
    text-decoration: none;
}
.woocommerce-MyAccount-navigation ul{
	padding: 0;
}
.woocommerce-account .woocommerce-MyAccount-content {
	padding: 25px 25px;
	border: 1px solid rgba(0, 0, 0, 0.1);
	background: #fbfbfb;
}


/* Elementor css */
.elementor-22339 .elementor-element.elementor-element-3881881e {
	--display: flex;
	--min-height: 400px;
	--flex-direction: column;
	--container-widget-width: 100%;
	--container-widget-height: initial;
	--container-widget-flex-grow: 0;
	--container-widget-align-self: initial;
	--flex-wrap-mobile: wrap;
	--justify-content: center;
}

.elementor-22339 .elementor-element.elementor-element-3881881e:not(.elementor-motion-effects-element-type-background),
.elementor-22339 .elementor-element.elementor-element-3881881e>.elementor-motion-effects-container>.elementor-motion-effects-layer {
	background-image: url("https://omni-supply.com/wp-content/uploads/2025/07/prvcy-1.webp");
	background-position: bottom center;
	background-size: cover;
}

.elementor-22339 .elementor-element.elementor-element-3ac60f10 {
	--display: flex;
	--flex-direction: row;
	--container-widget-width: initial;
	--container-widget-height: 100%;
	--container-widget-flex-grow: 1;
	--container-widget-align-self: stretch;
	--flex-wrap-mobile: wrap;
	--gap: 20px 20px;
	--row-gap: 20px;
	--column-gap: 20px;
	--padding-top: 40px;
	--padding-bottom: 40px;
	--padding-left: 15px;
	--padding-right: 15px;
}

.elementor-22339 .elementor-element.elementor-element-5f3fce20 {
	--display: flex;
	--flex-direction: column;
	--container-widget-width: 100%;
	--container-widget-height: initial;
	--container-widget-flex-grow: 0;
	--container-widget-align-self: initial;
	--flex-wrap-mobile: wrap;
}

.elementor-22339 .elementor-element.elementor-element-5f3fce20.e-con {
	--flex-grow: 0;
	--flex-shrink: 0;
}

.elementor-22339 .elementor-element.elementor-element-2115c375 {
	--display: flex;
	--flex-direction: column;
	--container-widget-width: 100%;
	--container-widget-height: initial;
	--container-widget-flex-grow: 0;
	--container-widget-align-self: initial;
	--flex-wrap-mobile: wrap;
}

.elementor-widget-heading .elementor-heading-title {
	font-family: var(--e-global-typography-primary-font-family), Sans-serif;
	font-weight: var(--e-global-typography-primary-font-weight);
	color: var(--e-global-color-primary);
}

.elementor-widget-wc-archive-products.elementor-wc-products ul.products li.product .woocommerce-loop-product__title {
	color: var(--e-global-color-primary);
}

.elementor-widget-wc-archive-products.elementor-wc-products ul.products li.product .woocommerce-loop-category__title {
	color: var(--e-global-color-primary);
}

.elementor-widget-wc-archive-products.elementor-wc-products ul.products li.product .woocommerce-loop-product__title,
.elementor-widget-wc-archive-products.elementor-wc-products ul.products li.product .woocommerce-loop-category__title {
	font-family: var(--e-global-typography-primary-font-family), Sans-serif;
	font-weight: var(--e-global-typography-primary-font-weight);
}

.elementor-widget-wc-archive-products.elementor-wc-products ul.products li.product .price {
	color: var(--e-global-color-primary);
	font-family: var(--e-global-typography-primary-font-family), Sans-serif;
	font-weight: var(--e-global-typography-primary-font-weight);
}

.elementor-widget-wc-archive-products.elementor-wc-products ul.products li.product .price ins {
	color: var(--e-global-color-primary);
}

.elementor-widget-wc-archive-products.elementor-wc-products ul.products li.product .price ins .amount {
	color: var(--e-global-color-primary);
}

.elementor-widget-wc-archive-products {
	--products-title-color: var(--e-global-color-primary);
}

.elementor-widget-wc-archive-products.products-heading-show .related-products>h2,
.elementor-widget-wc-archive-products.products-heading-show .upsells>h2,
.elementor-widget-wc-archive-products.products-heading-show .cross-sells>h2 {
	font-family: var(--e-global-typography-primary-font-family), Sans-serif;
	font-weight: var(--e-global-typography-primary-font-weight);
}

.elementor-widget-wc-archive-products.elementor-wc-products ul.products li.product .price del {
	color: var(--e-global-color-primary);
}

.elementor-widget-wc-archive-products.elementor-wc-products ul.products li.product .price del .amount {
	color: var(--e-global-color-primary);
}

.elementor-widget-wc-archive-products.elementor-wc-products ul.products li.product .price del {
	font-family: var(--e-global-typography-primary-font-family), Sans-serif;
	font-weight: var(--e-global-typography-primary-font-weight);
}

.elementor-widget-wc-archive-products.elementor-wc-products ul.products li.product .button {
	font-family: var(--e-global-typography-accent-font-family), Sans-serif;
	font-weight: var(--e-global-typography-accent-font-weight);
}

.elementor-widget-wc-archive-products.elementor-wc-products .added_to_cart {
	font-family: var(--e-global-typography-accent-font-family), Sans-serif;
	font-weight: var(--e-global-typography-accent-font-weight);
}

.elementor-widget-wc-archive-products .elementor-products-nothing-found {
	color: var(--e-global-color-text);
	font-family: var(--e-global-typography-text-font-family), Sans-serif;
	font-weight: var(--e-global-typography-text-font-weight);
}

.elementor-22339 .elementor-element.elementor-element-57470e8c.elementor-wc-products ul.products li.product {
	--button-align-display: flex;
	--button-align-direction: column;
	--button-align-justify: space-between;
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	border-radius: 15px;
	padding: 20px 20px 20px 20px;
	background-color: #FFFFFF;
	border-color: #929292;
}

.elementor-22339 .elementor-element.elementor-element-57470e8c.elementor-wc-products ul.products {
	grid-column-gap: 20px;
	grid-row-gap: 20px;
}

.elementor-22339 .elementor-element.elementor-element-57470e8c.elementor-wc-products ul.products li.product .woocommerce-loop-product__title {
	color: #000000;
	margin-bottom: 8px;
}

.elementor-22339 .elementor-element.elementor-element-57470e8c.elementor-wc-products ul.products li.product .woocommerce-loop-category__title {
	color: #000000;
	margin-bottom: 8px;
}

.elementor-22339 .elementor-element.elementor-element-57470e8c.elementor-wc-products ul.products li.product .woocommerce-loop-product__title,
.elementor-22339 .elementor-element.elementor-element-57470e8c.elementor-wc-products ul.products li.product .woocommerce-loop-category__title {
	font-family: "Onest", Sans-serif;
	font-size: 20px;
	font-weight: 600;
}

.elementor-22339 .elementor-element.elementor-element-57470e8c.elementor-wc-products ul.products li.product .price {
	font-family: "Onest", Sans-serif;
	font-size: 22px;
	font-weight: 600;
}

.elementor-22339 .elementor-element.elementor-element-57470e8c.elementor-wc-products ul.products li.product .button {
	background-color: var(--e-global-color-primary);
	font-family: "Onest", Sans-serif;
	font-size: 16px;
	font-weight: 600;
	border-radius: 50px 50px 50px 50px;
	padding: 16px 8px 17px 8px;
}

.elementor-22339 .elementor-element.elementor-element-57470e8c.elementor-wc-products ul.products li.product span.onsale {
	display: block;
}

@media(min-width:768px) {
	.elementor-22339 .elementor-element.elementor-element-3ac60f10 {
		--content-width: 1300px;
	}

	.elementor-22339 .elementor-element.elementor-element-5f3fce20 {
		--width: 22%;
	}

	.elementor-22339 .elementor-element.elementor-element-2115c375 {
		--width: 80%;
	}
}

@media(max-width:1024px) {
	.elementor-22339 .elementor-element.elementor-element-3881881e {
		--min-height: 280px;
	}

	.elementor-22339 .elementor-element.elementor-element-57470e8c.elementor-wc-products ul.products {
		grid-column-gap: 20px;
		grid-row-gap: 40px;
	}
}

@media(max-width:767px) {
	.elementor-22339 .elementor-element.elementor-element-3881881e {
		--min-height: 220px;
	}

	.elementor-22339 .elementor-element.elementor-element-5f3fce20 {
		--padding-top: 0px;
		--padding-bottom: 0px;
		--padding-left: 0px;
		--padding-right: 0px;
	}

	.elementor-22339 .elementor-element.elementor-element-2115c375 {
		--padding-top: 0px;
		--padding-bottom: 0px;
		--padding-left: 0px;
		--padding-right: 0px;
	}

	.elementor-22339 .elementor-element.elementor-element-57470e8c.elementor-wc-products ul.products {
		grid-column-gap: 10px;
		grid-row-gap: 10px;
	}

	.elementor-22339 .elementor-element.elementor-element-57470e8c.elementor-wc-products .attachment-woocommerce_thumbnail {
		margin-bottom: 0px;
	}

	.elementor-22339 .elementor-element.elementor-element-57470e8c.elementor-wc-products ul.products li.product .woocommerce-loop-product__title,
	.elementor-22339 .elementor-element.elementor-element-57470e8c.elementor-wc-products ul.products li.product .woocommerce-loop-category__title {
		font-size: 15px;
		line-height: 1.3em;
	}

	.elementor-22339 .elementor-element.elementor-element-57470e8c.elementor-wc-products ul.products li.product .price {
		font-size: 14px;
		line-height: 1em;
	}

	.elementor-22339 .elementor-element.elementor-element-57470e8c.elementor-wc-products ul.products li.product .button {
		font-size: 14px;
	}

	.elementor-22339 .elementor-element.elementor-element-57470e8c.elementor-wc-products ul.products li.product {
		padding: 10px 10px 10px 10px;
	}
}