@charset "UTF-8";
/*
Theme Name: Keag Parts
Author: Webdesign 309
Author URI: http://www.webdesign309.com/
Description: We are a full service webdesign and development company delivering high end design and development solution for our clients and delivering best solutions to attract more visibility and customization to your website.
Version: 3.0.0
Tags: peoria web development, chicago web development, custom wordpress development, advertising agency solutions, florida webdesign, chicago webdesign, illinois webdesign, custom webdesign development
*/


@charset "utf-8";
@font-face { font-family: 'Helvetica_UltraLight'; src: url('fonts/HelveticaNeue-UltraLight.woff2') format('woff2'), url('fonts/HelveticaNeue-UltraLight.woff') format('woff'); font-weight: 200; font-style: normal; font-display: swap; }
@font-face { font-family: 'Helvetica_black'; src: url('fonts/HelveticaNeue-Black.woff2') format('woff2'), url('fonts/HelveticaNeue-Black.woff') format('woff'); font-weight: 900; font-style: normal; font-display: swap; }
@font-face { font-family: 'Helvetica_bold'; src: url('fonts/HelveticaNeue-Bold.woff2') format('woff2'), url('fonts/HelveticaNeue-Bold.woff') format('woff'); font-weight: bold; font-style: normal; font-display: swap; }
@font-face { font-family: 'Helvetica_roman'; src: url('fonts/HelveticaNeue-Roman.woff2') format('woff2'), url('fonts/HelveticaNeue-Roman.woff') format('woff'); font-weight: normal; font-style: normal; font-display: swap; }
@font-face { font-family: 'Helvetica_thin'; src: url('fonts/HelveticaNeue-Thin.woff2') format('woff2'), url('fonts/HelveticaNeue-Thin.woff') format('woff'); font-weight: 100; font-style: normal; font-display: swap; }
@font-face { font-family: 'Helvetica_heavy'; src: url('fonts/HelveticaNeue-Heavy.woff2') format('woff2'), url('fonts/HelveticaNeue-Heavy.woff') format('woff'); font-weight: 900; font-style: normal; font-display: swap; }
@font-face { font-family: 'Helvetica_medium'; src: url('fonts/HelveticaNeue-Medium.woff2') format('woff2'), url('fonts/HelveticaNeue-Medium.woff') format('woff'); font-weight: 500; font-style: normal; font-display: swap; }
@font-face { font-family: 'Helvetica_light'; src: url('fonts/HelveticaNeue-Light.woff2') format('woff2'), url('fonts/HelveticaNeue-Light.woff') format('woff'); font-weight: 300; font-style: normal; font-display: swap; }

:root{
--body-color:#000;
--header:#0C9F4E;
--white-color:rgba(255, 255, 255, 1);
---primary-color:#023A27;


--body-font: 'Helvetica_roman';
--heading-font: 'Helvetica_black';
--font-medium:'Helvetica_medium';

}
*{ box-sizing: border-box; 
   -webkit-user-select: none; /* Safari/Chrome */ 
   -moz-user-select: none;    /* Firefox */ -ms-user-select: none;    
    /* IE/Edge */ user-select: none;         /* Default */}
/* 1. Create a Clean Base
------------------------------------------------------------------------------*/

html, body, br, hr, div, span, a, object, iframe, ul, ol, dl, li, dt, dd, h1, h2, h3, h4, h5, h6, p, blockquote, q, address,
small, big, cite, dfn, ins, del, i, em, b, strong, sup, sub, strike, pre, code, samp, kbd, var, tt, form, fieldset, legend, label,input, textarea, option, .nobox 
{background: transparent; border: 0; font-size: 100%; margin: 0; outline: 0; padding: 0; vertical-align: baseline; user-select: all;  user-select: none;
  -webkit-user-select: none; /* Chrome, Safari */
  -moz-user-select: none;    /* Firefox */
  -ms-user-select: none;     /* IE/Edge */}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main {display: block;}

blockquote, q {quotes: none;}
br {height: 0;}
ul, ol, dl, li {margin:0; padding:0; list-style-type: none;}
ul, ol {margin:0 0 0 0px;}
/* html, body{ -webkit-appearance:none; border:none; -webkit-text-size-adjust:none;} */


/* 2. Define Base Typography
------------------------------------------------------------------------------*/
body{padding: 0;margin: 0; max-width: 480px; width: 100%; margin: 0 auto; font-family: var(--body-font); font-size: 18px; color: var(--body-color); line-height: 28px; box-sizing: border-box; overflow-x: hidden; min-width: auto;}


/* Create the Default Headers  */
h1, h2, h3, h4, h5, h6 {margin: 0; font-weight: normal; color: var(--body-color); line-height: 1.2; font-family: var(--heading-font);}

/* Specific Header Settings */
h1,.h1 {font-size:70px;}
h2,.h2 {font-size:48px;}
h3,.h3 {font-size:34px;}
h4,.h4 {font-size:32px;}
h5,.h5 {font-size: 28px;}
h6,.h6 {font-size: 22px;}

/* Create the Default Paragraphs */
p {margin-bottom: 24px; }

/* Other Typo */
strong {font-weight: bold; font-weight: 500;}
hr {border:0 #000 solid; border-top-width: 1px; clear: both; height: 0;}
ol {list-style: decimal;}
ul {list-style: disc;}

/* 3. Images
------------------------------------------------------------------------------*/

/* Remove border around linked images */
img {max-width: 100%; border: 0; border-style: none;}

/* 4. Links
------------------------------------------------------------------------------*/

/* Default Link Types */
a {text-decoration:none; transition: 0.5s; display: inline-block; color: var(--primary-color); line-height: normal;}
a:hover{ color: #000; }
/* 5. Forms
------------------------------------------------------------------------------*/
.button, a.button, button, html input[type="button"], input[type="reset"], input[type="submit"] { text-transform: capitalize; font-family: var(--heading-font); font-weight: normal; margin: 0 0 0 0;  padding:22px 32px; font-size: 20px;  border-radius: 0px; background-color:#000; border: 2px solid #000;; display: inline-block; vertical-align: middle;  letter-spacing: -0.2px; font-size: 20px; color: #fff; line-height: 18px; position: relative;outline: none;box-shadow: none;text-align: center;text-decoration: none;-webkit-transition: 0.3s ease-in-out;transition: 0.3s ease-in-out; overflow: hidden; position: relative;z-index: 1;}

.button.button-border, a.button.button-border, button.button-border, html input[type="button"].button-border, input[type="reset"].button-border, input[type="submit"].button-border {background-color:transparent; color: var(--body-color); border: 1px solid var(--body-color);}

/* .button:hover, a.button:hover, button:hover, html input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover { color: var(--white-color); background-color: var(--hover-color); border-color: var(--hover-color); } */

input[type="search"], input[type="text"], input[type="email"], input[type="password"], input[type="tel"], input[type="number"], textarea { font-family: var(--body-font); text-transform: capitalize; padding:24px 24px;  font-size: 18px; background-color: transparent;letter-spacing: 0;width: 100%;color: var(--body-color);text-transform: none;filter: alpha(opacity=100);border: 1px solid rgba(0, 0, 0, 0.8); border-radius: 5px;-webkit-border-radius: 0px;-moz-border-radius:0px; line-height:18px; box-shadow: none;-webkit-box-shadow: none;-moz-box-shadow: none;outline: none !important; width: 100%;-webkit-appearance: none;-moz-appearance: none;appearance: none; resize: none;}

input::-webkit-input-placeholder {color: rgba(0, 0, 0, 30%);opacity:1;}
input:-moz-placeholder {color:rgba(0, 0, 0, 30%); opacity:1;}
input::-moz-placeholder {color: rgba(0, 0, 0, 30%); opacity:1; }
input:-ms-input-placeholder {color: rgba(0, 0, 0, 1);opacity:1;}
textarea::-webkit-input-placeholder {color: rgba(0, 0, 0, 30%); opacity:1; }
textarea:-moz-placeholder {color:rgba(0, 0, 0, 30%); opacity:1; }
textarea::-moz-placeholder {color: rgba(0, 0, 0, 30%); opacity:1; }
textarea:-ms-input-placeholder {color: rgba(0, 0, 0, 30%);opacity:1; }

/* container */
.container{max-width: 100%; padding-left: 15px; padding-right: 15px; margin: 0 auto;}
.row{display: flex;flex-wrap: wrap; justify-content: space-between; align-items: center; }
.col-12,.col-11,.col-10,.col-9,.col-8,.col-7,.col-6,.col-5,.col-4,.col-3,.col-2,.col-1{position: relative; width: 100%; padding-right: 15px; padding-left: 15px; }
.col-12 {max-width: 100%;}
.col-11 {max-width: 91.66666667%;}
.col-10 {max-width: 83.33333333%;}
.col-9 {max-width: 75%;}
.col-8 {max-width: 66.66666667%;}
.col-7 {max-width: 58.33333333%;}
.col-6 {max-width: 48%;}
.col-5 {max-width: 41.66666667%;}
.col-4 {max-width: 33.33333333%;}
.col-3 {max-width: 25%;}
.col-2 {max-width: 16.66666667%;}
.col-1 {max-width: 8.33333333%;}

.d-flex{ display:flex;}
.flex-wrap{flex-wrap:wrap;}
.justify-content-start{justify-content:flex-start;}
.justify-content-center{justify-content:center;}
.justify-content-end{justify-content:flex-end;}
.justify-content-between{justify-content:space-between;}
.align-items-start{align-items: flex-start;}
.align-items-center{align-items: center;}
.align-items-end{align-items: flex-end;}
.row-reverse{flex-direction: row-reverse;}
.text-center{text-align: center;}
.text-left{text-align: left;}
.text-right{text-align: right;}
.font-light {font-weight: 300;}

body{  user-select: none; position: relative; }

/* header */
header{ padding: 15px 0 15px; box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.35);}
.header_inr { display: flex; align-items: center; justify-content: space-between; }
.header_logo{ max-width: 50%; width: 100%; line-height: 0; }
.mamu_toggle { display: flex; align-items: center; justify-content: center; gap: 6px; width: 8%; height: 50px; flex-direction: column; }
.mamu_toggle span{ height: 5px; background-color: var(---primary-color); border-radius: 5px; width: 100%; }

/* menu */
.menu_list{  padding: 72px 0; text-align: center; position: relative; }
.menu_list ul{ display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 110px; }
.menu_list ul li a{ font-size: 30px; color: #0C9F4E; line-height: 34px; font-family: var(--heading-font); text-transform: uppercase;}
.menu_list ul li a:hover{ color: #000; }
/* footer */
footer{ background-color: #0d3a27; padding: 30px 0; position: relative; z-index: 0; }
.footer_inr{ display: flex; justify-content: space-between; gap: 25px; padding-bottom: 25px; }
.footer_logo{ max-width: 23%; width: 100%; line-height: 0; display: flex ; align-items: center; position: relative; }
.footer_list ul li, .footer_list ul li a{ display: flex; align-items: center; gap: 10px; font-size: 20px; line-height: 25px; color: var(--white-color); font-family: var(--font-medium);  } 
.footer_list ul li{ padding: 0 0 15px 0; }
.footer_list ul li a:hover{ color: #000; }
.footer_list ul li > img{ width: 40px; height: 40px; }
.footer_list ul li:last-child{ padding-bottom: 0; }
.footer_logo::after{ content: ''; position: absolute; top: 16px; left: 50%; transform: translateX(-50%); background-color: #fff; height: 3px; border-radius: 5px; width: 90%;  }
.footer_logo::before{ content: ''; position: absolute; bottom: 16px; left: 50%; transform: translateX(-50%); background-color: #fff; height: 3px; border-radius: 5px; width: 90%;  }
footer p:last-child{ margin: 0; }
footer p{  font-size: 20px; line-height: 30px; color: var(--white-color); font-family: var(--font-medium); text-align: center; }
.inner_banner{ padding: 30px 0px; text-align: center; }
.inner_banner h1{ font-size: 30px; color: #0C9F4E; line-height: 34px; font-family: var(--heading-font);text-transform: uppercase; }
.prduct{ position: relative; }
.prduct .product_box{ width: 100%; margin-bottom: 10px; position: relative; line-height: 0; }
.prduct .product_box a{ line-height: 0; height: 200px; position: relative; overflow: hidden; display: block; }
.prduct .product_box a::before{ content: ''; position: absolute; left: 0; top: 0; background-color: rgba(0, 0, 0, 0.65); mix-blend-mode: soft-light; width: 100%; height: 100%;  }
.prduct .product_box a img{ width: 100%; height: 100%; object-fit: cover; }
.prduct .product_box a h2{ text-align: center;  color: #ffffff; text-shadow: 0px 0px 5px #000000; font-size: 20px; font-family: var(--heading-font); position: absolute; left: 0; top: 0; width: 100%; height: 100%; display: flex; align-items: center; justify-content: center;text-transform: uppercase; }
.product_box.no_img h2{ color: #023A27 !important; text-shadow: none !important; }
.product_box{border: 1px solid #707070; }
.product_box.no_img{ border: 1px solid #707070; }
.product_box.no_img a::before{ display: none; }
.form.form_bottom .input_fild{ max-width: 100%; display: block; padding: 0 0 5px; }
.input_fild input,.input_fild textarea{ font-family: var(--font-medium); max-width: 100%; display: block; padding: 12px 8px; border: 1px solid #023A27; border-radius: 8px; }
.input_fild input::placeholder,.input_fild textarea::placeholder{ font-size: 20px; line-height: 20px; font-family: var(--font-medium); }
.input_fild textarea{ min-height: 85px; }
.form_bottom form{ padding: 0 10px; display: block; }
.form.form_bottom{ padding: 19px 0 36px; text-align: center; }
.form.form_bottom h3{ font-size: 30px; font-family: var(--font-medium); padding: 0 0 16px; }

.input_fild input[type="submit"]{ background-color: var(---primary-color); font-family: var(--font-medium); font-size: 20px; line-height: 20px; padding: 12px 15px; border: 1px solid var(---primary-color); }
.input_fild input[type="submit"]:hover{ color: var(---primary-color); background-color: transparent; }
.inner_banner .iner_span{ display: flex ; flex-wrap: wrap; justify-content: center; font-size: 20px; padding: 0 0 11px; font-family: var(--body-font); color: var(---primary-color);text-transform: uppercase; }
/* .inner_banner .iner_span li:last-child{ pointer-events: none; } */

.inner_banner.product_details h1{ color: #000; }
.inner_banner.product_details ul li{ padding-bottom: 5px; }
.prduct_details{ position: relative; }
.prduct_details .product_box_details{ width: 100%; line-height: 0; }
.prduct_details .product_box_details img{ width: 100%; height: 100%; object-fit: cover; }
/* Disable scroll */
  .no-scroll { overflow: hidden; height: 100vh; }

  /* Hide elements initially */
  .hidden { display: none; }


  /* .loader_ke { position: absolute; inset: 0; background: #fff; display: flex; align-items: center; justify-content: center; z-index: 9999; flex-direction: column; transition: opacity 1s ease-in-out, visibility 1s ease-in-out; border: 1px solid #dadada; }  */
  .loader_ke.hide { opacity: 0; visibility: hidden; }
 .loader_ke img { max-width: 300px; animation: slideToTop 2.5s cubic-bezier(0.4, 0, 0.2, 1) forwards; }
/* @keyframes slideToTop { 0% { transform: translateY(0); opacity: 1; } 100% { transform: translateY(-40vh); opacity: 0; } }*/
 .slide-down { animation: headerDown 1s ease forwards; } 
  @keyframes headerDown { 0% { transform: translateY(-100%); opacity: 0; } 100% { transform: translateY(0); opacity: 1; } }
.fade-in { animation: mainFade 1.2s ease forwards; } @keyframes mainFade { 0% { opacity: 0; } 100% { opacity: 1; } }
.slide-up { animation: footerUp 1s ease forwards; } @keyframes footerUp { 0% { transform: translateY(100%); opacity: 0; } 100% { transform: translateY(0); opacity: 1; } }
.qty.input-text  { padding: 0px !important;}
section.content-area  { display: inline-block;  }
.clearfix { clear: both;}


/* mahima 4-9-2025 */

  .loader_ke { position: fixed; inset: 0; background: #fff; display: flex; flex-direction: column; align-items: center; justify-content: center; z-index: 9999;  width: 100vw; height: 100vh; border: 1px solid #dadada; transition: opacity .3s ease-in-out, visibility 0.3s ease-in-out; }
  @keyframes slideToTop { 0% { transform: translateY(0); opacity: 1; } 100% { transform: translateY(-40vh); opacity: 0; } }
  /* 5-9-2025 */
  /* 17-9-2025 MAHIMA */
  /* mahima 17-9-2025 */
.no-scroll { overflow: hidden; height: 100vh; }
.content-area .parts-checkout-frontend .add-btn.added .add-text svg{ width: 20px ; height: 20px;}
.woocommerce  .form   .wpcf7-form  .input_fild.submit { display: flex; align-items: center; }
  /* 17-9-2025 MAHIMA  */
    /*def -ape ccss 5-9-2025 */
  .def-page{padding: 0px 0 0px;}
.def-page p{font-family: var(--body-font);; color: var(--body_color);; font-style: normal; font-weight: 400; }
.def-page .right-img{float:right; margin:0 0 20px 0px; position: relative; z-index: 0; line-height: 0;}
.def-page .left-img{float:left; margin:0 0px 20px 0; position: relative; line-height: 0;}
.def-page .right-img img{border-radius: 0px;border-radius: 8px; position: relative; width: 100% ; height: auto;  }
.def-page .left-img img{border-radius: 0px;border-radius: 8px; position: relative; width: 100% ; height: auto; }
.def-page h2, .def-page h3, .def-page h4, .def-page h5, .def-page h6{ margin: 0 0 15px 0; line-height: 1.3;    font-family: var(--heading-font);; padding: 0px; color: var(--heading_color);}
.def-page h1{ font-size: 37px; line-height: 76px;} 
.def-page h2{ font-size: 35px; line-height: 58px;}
.def-page h3{ font-size: 32px; line-height: 50px;}
.def-page h4{ font-size: 30px; line-height: 38px;}
.def-page h5{ font-size:25px; line-height:28px; }
.def-page h6{font-size: 20px; line-height: 27px;}
.privacy-page > div > p{ padding-bottom: 0; }

.def-page ul {margin: 0; padding-bottom: 15px; overflow: hidden; max-width: inherit; width: inherit; padding-left: 0; }
.def-page ul li { list-style: none;font-size: 18px; color: var(--body-color); position: relative; padding: 4px 25px;;}
.def-page ul li:before {   position: absolute; content: ""; width: 9px; height: 9px; background-color: #0C9F4E; border-radius: 50%; left: 0px; top: 15px;}
.def-page ol{padding-left: 0; padding-bottom: 15px;}
.def-page ol li {list-style-type:none;counter-increment:item;font-size: 18px; color: var(--body-color);}
.def-page ol li:before {display:inline-block; content: counter(item) ".";  color: var(--body-color);  padding-right:10px;}
.def-page ul.col-2, .def-page ul.col-3 { overflow: hidden }
.def-page ul.col-2 li {width: 50%;float: left;}
.def-page ul.col-3 li {width: 33.33%;float: left;}
.privacy-page ol { margin-bottom: 25px;}
.privacy-page ol>li:before { padding-right: 05px;}
.privacy-page .privacy-inner{ padding-left: 30px; margin-bottom: 20px;}
.privacy-page .privacy-inner ul{ margin-top: 05px; }
.privacy-page ul,.privacy-page ol{ margin-left:20px;}
.privacy-page ol li{padding: 5px 0px;}
.pagenotfound {width: 100%;display: block; padding: 70px 0px 80px; text-align: center;}
.pagenotfound h2 {font-size: 50px;font-weight: 600;}
.pagenotfound p{font-size: 16px;}
.thankyou {text-align: center;}
.thankyou h3 strong {font-size: 46px;}
.clearfix:after { clear: both; display: block; visibility: hidden; content: ""; }
.fl{float:left}.fr{float:right}.cl,.clear,.clr,.social_share{clear:both}.clearfix:after{clear:both;display:block;visibility:hidden;content:""}
input.wpcf7-not-valid { border: 1px solid red !important; }
.wpcf7-not-valid-tip { color: #dc3232; font-size: 1em; font-weight: normal; display: block; }
.wpcf7-not-valid-tip { display: none; }
.cf7sr-recaptcha .wpcf7-not-valid-tip { display: block !important; font-size: 15px; text-align: left; }
/* 8-9-2025 mahima */
.woocommerce-error, .woocommerce-info, .woocommerce-message {
    padding: 15px 15px 15px 50px !important;
}
p.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received { text-align: center; padding: 10px; border: 1px solid  green; border-radius: 10px; background: #00800029; }

.woocommerce ul.order_details li { margin: 0 0 10px 0; float: unset;  display: flex; justify-content: space-between; align-items: center;font-size: 16px;padding-right: 0; border: 0;}
.woocommerce ul.order_details li strong { font-size: 18px; }
.woocommerce ul.order_details { margin: 0 0 20px; padding: 24px; background-color: rgb(247 247 247); border-radius: 10px; }
span.woocommerce-Price-amount.amount { font-size: 18px !important; }
.woocommerce-order-details h2{font-size: 28px; margin-bottom: 10px;}
.grouped-info { display: inline; }
.woocommerce table.shop_table td { border-top: 1px solid rgb(66 0 3 / 10%) ; padding: 9px 8px; line-height: 22px; font-size: 16px; }
/* table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details .woocommerce-table__product-name { display: flex; gap: 5px; }
table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details .woocommerce-table__product-name .grouped-info{ display: flex; gap: 5px; } */
.order_details .woocommerce-table__product-total span.woocommerce-Price-amount.amount { font-size: 16px !important; }
 .woocommerce ul.order_details li span.woocommerce-Price-amount.amount{font-size: 18px !important;}
 .woocommerce table.shop_table .woocommerce-table__product-name  .grouped-parent a{font-size: 14px;padding-bottom: 7px;}
 .woocommerce table.shop_table td { border-top: 1px solid rgba(0,0,0,.1); background-color: transparent; }
 .woocommerce .woocommerce-customer-details, .woocommerce .woocommerce-order-details, .woocommerce .woocommerce-order-downloads { margin-bottom: 40px; }
.woocommerce table.shop_table { border-spacing: 0; }
.woocommerce-order-details .woocommerce-table tfoot  tr td span.woocommerce-Price-amount.amount ,.woocommerce-order-details .woocommerce-table tfoot  tr th { font-size: 16px !important; }
.woocommerce-customer-details h2{font-size: 28px;margin-bottom: 20px;}
.woocommerce .woocommerce-customer-details address { border: 1px solid rgba(0,0,0,.1); border-radius: 10px; padding: 15px 15px; }
 .woocommerce-customer-details address { line-height: 30px; font-size: 16px; }
.woocommerce .woocommerce-customer-details .woocommerce-customer-details--email::before { line-height: 1.9; }
 .woocommerce-info, .woocommerce-message { padding: 15px 15px 15px 50px; margin: 0 0 0.8em; border-top-color: #0C9F4E;    background-color: rgb(9 185 88 / 21%); }
 .woocommerce-info::before, .woocommerce-message::before { top: 15px; left: 10px; color: #0C9F4E; }
 .woocommerce-error::before{ top: 20px; left: 10px; color: #b81c23;}
#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment { background: #9e9e9e30; }
#add_payment_method #payment div.payment_box, .woocommerce-cart #payment div.payment_box, .woocommerce-checkout #payment div.payment_box { background-color: #9e9e9e52; }
.woocommerce-order-details .order_details tr.woocommerce-table__line-item  .product-name .grouped-info .grouped-child {display: inline;}
.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link a{    text-align: center; padding: 10px; border: 1px solid green; border-radius: 10px; background: #00800029; width: 100%;}
        .woocommerce-MyAccount-navigation ul{display: flex;flex-wrap: wrap;margin: 0 -5px;margin-bottom: 15px;}
    .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link { max-width: 50%; width: 100%;padding:5px;}
        .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link:last-of-type{max-width: 100%;}
      .woocommerce table.my_account_orders .button { padding: 10px; font-size: 16px; }
.woocommerce-MyAccount-content  .addresses .woocommerce-Address {margin-bottom: 15px;}
.woocommerce-MyAccount-content  .addresses .woocommerce-Address-title::before,.woocommerce-MyAccount-content  .addresses .woocommerce-Address-title::after{display: none;}
.woocommerce-MyAccount-content  .addresses .woocommerce-Address .woocommerce-Address-title h2{ font-size: 28px;}
.woocommerce-MyAccount-content  .addresses  address { border: 1px solid rgba(0,0,0,.1); border-radius: 10px; padding: 15px 15px; font-size: 16px; line-height: 30px; }
.woocommerce-account .addresses .title .edit { font-size: 15px; }
.woocommerce-MyAccount-content  .addresses .woocommerce-Address  .woocommerce-Address-title {display: flex;justify-content: space-between; align-items: center;padding: 0 0 20px 0; box-shadow: none;}

.white-popup h2 { font-size: 28px; text-align: center; width: 95%; margin: auto; }
.request-form input, .request-form textarea { font-family: var(--font-medium); max-width: 100%; display: block; padding: 12px 8px; border: 1px solid #023A27; border-radius: 8px; }
  /*  */
.inner_banner .iner_span li a { position: relative; padding: 0 4px 0 14px; display: inline; }
.inner_banner .iner_span  li a::before{content: "" ;position: absolute; top: 50%; left: 0; width: 10px ; height: 2px ; background-color:  #023A27;transform: translateY(-50%);}
.inner_banner .iner_span  li:first-child a:before{display: none;} 
 .inner_banner .iner_span  li:first-child a {padding-left: 0;}
.cart-summary__table tbody td span{font-family: var(--font-medium);}
.qty-selector { display: inline-block; padding: 6px 0px; border: 0px solid #ddd; border-radius: 6px; background: transparent; cursor: pointer; }
.bottom-sheet { position: fixed; left: 0; right: 0; bottom: -100%; background: #fff; border-top-left-radius: 16px; border-top-right-radius: 16px; box-shadow: 0 -4px 10px rgba(0,0,0,0.1); transition: bottom 0.3s ease; max-height: 50%; overflow-y: auto; z-index: 1000; max-width: 480px; margin: 0 auto; }
.bottom-sheet::-webkit-scrollbar { display: none; /* Chrome, Safari, Opera */ }
.bottom-sheet.active { bottom: 0; }
.drag-indicator { width: 40px; height: 5px; background: #ccc; border-radius: 5px; margin: 10px auto; }
.qty-option { padding: 15px; text-align: center; border-bottom: 1px solid #0C9F4E; cursor: pointer; font-size: 18px; }
.qty-option:hover { background: #0C9F4E; color: var(--white-color); }
.overlay { position: fixed; top: 0; left: 0; right: 0; bottom: 0; background: rgba(0,0,0,0.4); display: none; z-index: 999; }
.overlay.active { display: block; }
/* Hide WooCommerce AJAX Loader/Overlay */

.grouped-parts-table tbody .col-qty { padding: 3px 0; }
/* media css */
.input_fild.submit{display: flex !important; align-items: center;}
.woocommerce form .form-row.woocommerce-validated input.input-text, .woocommerce form .form-row.woocommerce-validated select { font-size: 16px !important; border-color: #000; }
.woocommerce-account  .woocommerce h2{text-align: center;}
.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register { margin: 1em 0 !important; }
.woocommerce-MyAccount-navigation ul { margin: 0 0px !important; }
main p a{color: #0C9F4E;}
.woocommerce ul#shipping_method li::before{display: none !important;}
.woocommerce-cart .cart-collaterals .shipping-calculator-form{text-align: left;}
 .shipping-calculator-form .button{margin-top: 20px !important;}
 .ship-to-different-address label{line-height: normal;}



















 /* mahima  */
 
/* 17-10-2025 mahima changes */
 .header_inr  .header_logo  >p{    font-size: 13px; line-height: 18px; margin-bottom: 0; color: var(---primary-color);}
.header_right_icon { max-width: 33%; width: 100%; line-height: 0; position: relative; }
.header_right_icon ul li a:hover::before { transform: translate(-50%, -50%) scale(1); }
.header_right_icon ul { display: flex; justify-content: flex-end; align-items: center; gap: 10px; }
.header_right_icon ul a { position: relative; width: 40px; height: 40px; display: flex; align-items: center; justify-content: center; }
.header_right_icon ul li a::before { content: ""; position: absolute; top: 50%; left: 50%; width: 40px; height: 40px; background: var(---primary-color); border-radius: 50%; transform: translate(-50%, -50%) scale(0); transition: transform 0.4s ease; z-index: 0; }
.header_right_icon ul a:hover img{filter: brightness(0) invert(1); }
.header_right_icon ul a img { width: 20px; height: 20px; object-fit: contain; position: relative; }
 .header_right_icon ul a img { transition: all 0.5s; filter: invert(1); }
.cart-toggle { display: flex !important; align-items: center !important; text-decoration: none !important; color: var(--header) !important; box-shadow: 0px 0 7px rgba(0, 0, 0, 0.5) !important; border-radius: 50px !important; transition: transform 0.2s ease, box-shadow 0.2s ease !important; }
.cart-count { background: var(--header) !important; color: #ffffff !important; border-radius: 50% !important; min-width: 24px !important; min-height: 24px !important; display: flex !important; align-items: center !important; justify-content: center !important; font-size: 11px !important; font-weight: normal !important; position: absolute !important; top: -8px !important; right: -8px !important; border: 1px solid #ffffff !important; padding: 0 !important; }
.user_icon{    box-shadow: 0px 0 7px rgba(0, 0, 0, 0.5) !important;    border-radius: 50px !important;}
.after-your-order-title{text-align: center;}
.after-your-order-title >p{margin-bottom: 0; padding-bottom: 14px;}
#order_review_heading{line-height: 24px;}
@media (max-width:450px){
  .def-page { padding: 10px 0 15px; }
  body { max-width: 100%; width: 100%; }
  .def-page h2 { font-size: 30px; line-height: 40px; }
  .def-page h3 { font-size: 27px; line-height: 34px; }
  .def-page h4 { font-size: 26px; line-height: 30px; }
  .def-page h6 { font-size: 19px; line-height: 24px; }
  .selected-items-preview .selected-items-list .item-details { max-width: 70% !important; }
  .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce-checkout #place_order { font-size: 16px !important;}
  .woocommerce-MyAccount-content  .addresses .woocommerce-Address .woocommerce-Address-title h2 { font-size: 24px; margin-bottom: 0; }
  .woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register { margin: 1em 0; }
  .inner_banner h1 { font-size: 27px; line-height: 32px; }
  .form.form_bottom h3 { font-size: 27px; }


  /*  */
  .header_right_icon ul a { width: 32px; height: 32px; }
  .header_right_icon ul a img { width: 18px; height: 18px; }
  .cart-count { min-width: 21px !important; min-height: 21px !important;  padding: 0 !important;}
  .header_right_icon { max-width: 26%; }
}
@media (max-width:395px) {
 
 .footer_list ul li   img{width: 32px;height: 32px;}
 .container { padding-left: 25px; padding-right: 25px; }
 .footer_inr { gap: 15px; padding-bottom: 18px; }

.footer_logo { max-width: 20%; }
.footer_list ul li, .footer_list ul li a { gap: 5px; font-size: 18px; }
footer p { font-size: 18px; }


/*  */
.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register { padding: 12px; margin: 0.7em 0; }
.inner_banner h1 { font-size: 24px; }
.inner_banner { padding: 26px 0px; }
.prduct .product_box a { height: 170px; }
.prduct .product_box a h2 { font-size: 19px; }
.form.form_bottom { padding: 19px 0 26px; }
.form.form_bottom h3 { font-size: 24px; padding: 0 0 15px; }
.input_fild input, .input_fild textarea { padding: 10px 8px; font-size: 18px; }
footer { padding: 25px 0; }
p { margin-bottom: 15px; }
.header_logo { max-width: 54%; }
.mamu_toggle { width: 11%; }
.menu_list ul { gap: 50px; }
.menu_list ul li a { font-size: 25px; }
.form_bottom form { padding: 0 0px; }
.menu_list { padding: 45px 0; }
 .loader_ke img { max-width: 270px; }
  .input_fild input[type="submit"] { font-size: 18px; line-height: 19px; }
 .input_fild input::placeholder,.input_fild textarea::placeholder{ font-size: 18px; }
 .inner_banner .iner_span { font-size: 18px; padding: 0 0 7px; }
 .grouped-parts-table thead th { font-size: 17px !important; line-height: 22px; }
 .grouped-parts-table tbody td.col-desc { width: auto !important }
 .cart-summary__title { font-size: 20px !important; }
 .add-btn .add-text { font-size: 14px; }
 .add-btn .add-text::before { width: 22px; height: 22px; }
 .selected-items-preview .selected-items-list .item-details { max-width: 80% !important; }
 .qty-selector {
    font-size: 12px !important;
}
.col-qty{padding: 2px 0 !important;}
 .selected-item { padding: 12px 12px; }
 .remove-item-btn { /* background-image: url(../images/xmark-solid-full.svg) !important; */ padding: 7px 7px; }
.grouped-parts-table tbody td.col-no, .grouped-parts-table tbody td.col-part { font-size: 16px !important; }
.cart-summary__cell { font-size: 17px; }
.button.checkout-all-btn.button { margin: 3px auto 0; }
.woocommerce div.product div.summary { margin-bottom: 1em; }
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button { font-size: 18px !important;     padding: .6em 0.8em !important;}
.grouped-parts-table thead th { font-size: 15px; }
span.woocommerce-Price-amount.amount { font-size: 17px !important; }
.woocommerce-cart .cart_totals { padding: 12px !important ; }
.woocommerce-cart .cart_totals h2 { font-size: 20px !important; line-height: 32px !important; text-align: center; margin-bottom: 0px !important; padding-bottom: 12px !important; }
 .woocommerce-cart .woocommerce table.shop_table_responsive tr, .woocommerce-page table.shop_table_responsive tr { margin-bottom: 0 !important; }
 form.checkout.woocommerce-checkout  h3 ,form.checkout.woocommerce-checkout h3{ font-size: 23px !important; }
 .woocommerce-checkout h2, .woocommerce-checkout h3, .woocommerce-cart h2, .woocommerce-cart h3 { margin-bottom: 10px !important; }
.woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last { width: 100%; }
.woocommerce form .form-row label { font-size: 17px !important; line-height: 20px; }
body { font-size: 17px; }
form.checkout.woocommerce-checkout h3{line-height: 32px !important; }
.woocommerce table.shop_table th { font-size: 17px !important; }
.woocommerce-checkout table.shop_table tr { padding: 8px !important; }
.woocommerce-checkout #payment { padding: 10px !important; }
#add_payment_method #payment ul.payment_methods, .woocommerce-cart #payment ul.payment_methods, .woocommerce-checkout #payment ul.payment_methods,#add_payment_method #payment div.form-row, .woocommerce-cart #payment div.form-row, .woocommerce-checkout #payment div.form-row { padding: 0.5em; }
#add_payment_method #payment div.payment_box, .woocommerce-cart #payment div.payment_box, .woocommerce-checkout #payment div.payment_box { padding: .7em; }
.woocommerce #payment #place_order, .woocommerce-page #payment #place_order { margin-bottom: 0.5em !important; }
.white-popup { padding: 20px 20px 6px !important; margin: 50px 10px !important; }
.white-popup h2 { font-size: 24px; }
.popup-selected-items h3 { font-size: 17px; margin-bottom: 12px; }
.def-page h2 { font-size: 25px; line-height: 30px; }
.def-page h3 { font-size: 23px; line-height: 33px; }
.def-page h4 { font-size: 22px; line-height: 30px; }
.def-page ul li { font-size: 17px; padding: 4px 22px; }
/* default page css */ 
   .def-page { padding: 20px 0 20px; }
      .def_page_otr, .detail_page.def-page { padding: 20px 0; }
        .def-page h2{ font-size: 23px; line-height: 25px;} 
        .def-page h3{font-size: 22px; line-height: 22px;}
        .def-page h4{font-size:21px; line-height:24px; }
        .def-page h5{font-size:20px; line-height:20px; }
        .def-page ul li, .def-page ol li { font-size: 16px; line-height: 22px; }
        .privacy-page ol {margin: 5px 0 10px;}
        .privacy-page ul, .privacy-page ol {margin-left: 8px;}
        .pagenotfound { padding: 20px 0px 5px; }
        .pagenotfound h2 {font-size: 20px;}
        .pagenotfound p {font-size: 15px;}
        .def-page ul li { padding: 3px 0 3px 22px; }
        .def_page_otr { padding: 20px 0; }

.privacy-page .privacy-inner { padding-left: 5px; margin-bottom: 7px; } /*  */
.woocommerce-MyAccount-content  .addresses .woocommerce-Address .woocommerce-Address-title h2 { font-size: 21px; margin-bottom: 0; }
.woocommerce-error::before { top: 16px; }
.woocommerce-error, .woocommerce-info, .woocommerce-message { padding: 15px 15px 15px 36px !important; }
.woocommerce-MyAccount-content  .addresses  address { padding: 12px 12px; font-size: 15px; line-height: 25px; }
}

@media(max-width:375px){
.woocommerce-account .addresses .title .edit { font-size: 14px !important; }
  body{ overflow-x: hidden; width: 100%; max-width: 100%; }

 }


@media (max-width:350px){

/*  */ 
.footer_logo::before { bottom: -10px; }
.footer_logo::after { top: -10px; }
.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link { max-width: 100%; }

.woocommerce-MyAccount-content  .addresses  address { padding: 8px 8px; font-size: 15px; line-height: 20px; }
.woocommerce-MyAccount-content  .addresses .woocommerce-Address .woocommerce-Address-title h2 { font-size: 18px; margin-bottom: 0; }
.woocommerce-account .addresses .title .edit { font-size: 13px; }
.woocommerce-account  .def-page { padding: 0px 0 10px; }
.woocommerce form .form-row.woocommerce-validated input.input-text, .woocommerce form .form-row.woocommerce-validated select { font-size: 16px !important; }
  .inner_banner h1 { font-size: 21px; line-height: 30px;}
  .form.form_bottom { padding: 14px 0px 16px; }
 .input_fild textarea { min-height: 120px; height:120px; }
  .input_fild.recaptcha { transform: scale(0.8); margin-left: -25px; }
  .prduct .product_box a { height: 150px; }
  .prduct .product_box a h2 { font-size: 18px; }
  .inner_banner { padding: 23px 0px; }
  .footer_list ul li { padding: 0 0 10px 0; }
  .footer_inr { flex-wrap: wrap; }
   .footer_list ul li   img { width: 30px; height: 30px; }
  .container { padding-left: 20px; padding-right: 20px; }
  .footer_logo { max-width: 26%; }
  .footer_list ul li, .footer_list ul li a { font-size: 16px; }
  footer p { font-size: 16px; }
  footer p br{display: none;}
  .mamu_toggle span { height: 4px; }
  header { padding: 12px 0 12px; }
  .header_logo { max-width: 56%; }
  .menu_list { padding: 30px 0; }
  .menu_list ul { gap: 32px; }
  .menu_list ul li a { font-size: 22px; }
  footer { padding: 18px 0px; }
  footer p { font-size: 16px; line-height: 22px; }
  .loader_ke img { max-width: 215px; }
  .wpcf7 form .wpcf7-response-output { margin: 0em 00em 1em !important }
  .form.form_bottom h3 { font-size: 21px; padding: 0 0 13px; }
  .input_fild input, .input_fild textarea {  font-size: 16px; }
  .input_fild input[type="submit"] { font-size: 16px; line-height: 19px; }
  .input_fild input::placeholder,.input_fild textarea::placeholder{ font-size: 16px;  }
  .inner_banner .iner_span { font-size: 16px; padding: 0 0 6px; }
  .grouped-parts-table thead th { font-size: 15px; }
  .add-btn .add-text { font-size: 14px !important; }
  .grouped-parts-table thead th { font-size: 13px !important; }
/* .grouped-parts-table tbody td.col-part { width: auto !important; } */
.grouped-parts-table tbody td.col-part { width: 85px !important; }
.cart-summary__title { font-size: 19px !important; }
.button.checkout-all-btn.button { margin: 0px auto 0 !important; }
.woocommerce div.product div.summary { margin-bottom: 0.7em; }
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button { font-size: 16px !important; padding: .5em 0.6em !important; }
.qty-option { padding: 12px !important; font-size: 16px !important; }
.item-title { font-size: 14px !important; }
.selected-item { padding: 10px 10px !important; }
.selected-items-preview .selected-items-list .item-details { max-width: 86% !important; }
.remove-item-btn { padding: 4px !important; }
span.woocommerce-Price-amount.amount { font-size: 16px !important; }
.woocommerce-cart .cart_totals { padding: 10px !important; }
.woocommerce-cart .cart_totals h2 { font-size: 19px !important; line-height: 29px !important; }
.woocommerce-info::before, .woocommerce-message::before { top: 10px !important; }
.woocommerce-error, .woocommerce-info, .woocommerce-message { padding: 10px 10px 10px 40px !important; }
form.checkout.woocommerce-checkout  h3, form.checkout.woocommerce-checkout h3 { font-size: 22px !important; }
form.checkout.woocommerce-checkout h3 { line-height: 30px !important; }
.woocommerce form .form-row label { font-size: 16px !important; }
.woocommerce table.shop_table th { font-size: 16px !important; }
.woocommerce-checkout #payment { margin-top: 13px; }
.woocommerce table.shop_table { margin: 0 -1px 15px 0 !important;  }
.woocommerce-checkout #payment .wc_payment_methods li { padding: 12px 0 0 !important; }
.woocommerce form .form-row { margin: 0 0 0px; }
.woocommerce-checkout .woocommerce-error li{ padding: 4px 0px; }
body { font-size: 16px; }
.grouped-parts-table tbody td.col-no, .grouped-parts-table tbody td.col-part { font-size: 14px !important; }
.woocommerce-page .mfp-content .popup-selected-items .popup-selected-items-list .item-details .item-title  strong { font-size: 12px; }
.woocommerce  .mfp-wrap .item-calc { font-size: 12px; }
.white-popup h2 { font-size: 21px; width: 100%; }
.white-popup { padding: 15px 15px 6px !important; }
.def-page ul li { font-size: 16px; padding: 4px 20px; }
.def-page ul li:before { width: 7px; height: 7px; top: 13px; }
.woocommerce-MyAccount-content  .addresses .woocommerce-Address  .woocommerce-Address-title { padding: 0 0 14px 0; }
}


.footer_list ul li a:hover,footer p a:hover { color: #0c9f4e; }
span.custom_text_qty { display: block; margin-bottom: 4px; }
.woocommerce-privacy-policy-text p a {    color: #0c9f4e;}
.inline-price span.woocommerce-Price-amount.amount { font-size: 12px !important; }
.grouped-parts-table .qty-wrap { padding-bottom: 5px; }
.wpcf7 form .wpcf7-response-output { margin: 0em 0.5em 1em;} .woocommerce .woocommerce-customer-details p {text-align: left; margin-bottom: 5px;} .overlay.active { display: block; }


/*  */
.part-info { font-size:15px; line-height:1;}

ul#shipping_method li{ padding-right: 0; }
.woocommerce-checkout table.shop_table tr{ align-items: center; }
.woocommerce ul#shipping_method li { margin: 0 0 .0;}