a {
    text-decoration: none !important;
}

body {
    font-family: var(--e-global-typography-text-font-family), Sans-serif;
}

.text_bold {
    font-weight: 900;
    color: #004D28;
}

.text_bold_white {
	font-weight: 900;
    color: #fff;
}

.product_cetegory ul{
    padding: 0 22px !important;
}

.box_item {
    position: relative;
}

.box_item::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 3px;
    background: #009035;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.4s ease;
}

.box_item:hover::after {
    transform: scaleX(1);
}

.custom-products .slick-track {
    display: flex;
}

.custom-products .slick-track:before, .slick-track:after {
    display: none !important;
}

.custom-products .product-item .product-link-wrapper {
    border: 1px solid #706e6e52;
    padding: 12px;
    text-align: left;
    margin-right: 20px;
    margin-bottom: 10px;
}

.custom-products .product-item  .product-image a img {
    margin: auto;
}


.custom-products .product-item .product-info {
    margin-top: 25px;
}

.custom-products .product-item .product-info .product-category a {
    font-size: var(--e-global-typography-text-font-size);
    font-weight: var(--e-global-typography-text-font-weight);
    line-height: var(--e-global-typography-text-line-height);
    color: #6e6f70;
}

.custom-products .product-item .product-info .product-title {
    margin: 0;
    line-height: 22px;
}

.custom-products .product-item .product-info .product-title a{
    font-size: 18px;
    font-weight: 600;
    color: #000;
    line-height: 22px;

}


.product-link-wrapper {
  position: relative;
}

.product-link-wrapper:hover {
    border-bottom: 1px solid #fff !important;
    border-right: 1px solid #fff !important;
}

.product-link-wrapper::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
  transition: width 0.4s ease, height 0.4s ease;
  z-index: -1;
}

.product-link-wrapper:hover::after {
  width: 100%;
  height: 100%;
  border-right: 3px solid #009035;
  border-bottom: 3px solid #009035;
}



.product_main_tabel span {
    display: block;
    background: #E9E9E9;
    color: #004D28;
    font-weight: bold;
    padding: 8px 15px;
    border: 1px solid #bfbfbf;
    border-bottom: none;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
}

.product_main_tabel table.tech-spec {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #bfbfbf;
}

.product_main_tabel table.tech-spec td {
    padding: 9px 15px;
    border: 1px solid #bfbfbf;
    font-size: 16px;
    color: #000;
}

/* Left column (labels) */
.product_main_tabel table.tech-spec td:first-child {
    width: 35%;
    font-weight: 600;
    background: #fff;
}

/* Right column (values) */
.product_main_tabel table.tech-spec td:last-child {
    width: 65%;
    background: #ffffff;
}

/* Optional zebra effect */
.product_main_tabel table.tech-spec tr:nth-child(even) td:last-child {
    background: #fff;
}

@media (max-width: 680px) {

  .custom-products .product-item .product-link-wrapper {
    margin-right: 0 !important;
  }

  .product_main_tabel span , .product_bottom_tabel span {
    font-size: 18px !important;
    padding: 6px 12px !important;
  }

  .product_main_tabel table.tech-spec td , .product_bottom_tabel table.material-spec th , .product_bottom_tabel table.material-spec td {
    padding: 7px 12px !important;
    font-size: 14px !important;
    line-height: 16px !important;
}

.material-spec {
    margin-bottom: 0 !important;
}



}


.text_green {
	color: #004D28 !important;
}

.section_custome_gap ul li  {
    margin-bottom: 5px;
}

.product_bottom_tabel span {
    display: block;
    background: #E9E9E9;
    color: #004D28;
    font-weight: bold;
    padding: 8px 15px;
    border: 1px solid #bfbfbf;
    border-bottom: none;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
}

/* Top Heading Row */
.product_bottom_tabel .material-spec .table-heading td {
    background: #fff;
    color: #1f5e3b;
    font-weight: bold;
    text-transform: uppercase;
    padding: 10px 15px;
    border: 1px solid #bfbfbf;
    font-size: 16px;
}

/* Table Structure */
.product_bottom_tabel table.material-spec {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #bfbfbf;
}

/* Column Headings (SR NO / DESCRIPTION / MATERIAL) */
.product_bottom_tabel table.material-spec th {
    background: #fff;
    color: #000;
    font-weight: 600;
    padding: 8px 12px;
    border: 1px solid #bfbfbf;
    text-align: left;
    font-size: 16px;
}

/* Table Cells */
.product_bottom_tabel table.material-spec td {
    padding: 8px 12px;
    border: 1px solid #bfbfbf;
    font-size: 16px;
    color: #000;
    background: #fff;
}

/* Column Widths */
.product_bottom_tabel table.material-spec td:nth-child(1),
.product_bottom_tabel table.material-spec th:nth-child(1) {
    width: 15%;
    text-align: center;
}

.product_bottom_tabel table.material-spec td:nth-child(2),
.product_bottom_tabel table.material-spec th:nth-child(2) {
    width: 40%;
}

.product_bottom_tabel table.material-spec td:nth-child(3),
.product_bottom_tabel table.material-spec th:nth-child(3) {
    width: 45%;
}

.woocommerce-product-gallery a.woocommerce-product-gallery__trigger {
    display: none !important;
}



/* Remove CF7 default spacing */
.custom-form p {
    margin: 0;
}

/* Layout */
.custom-form {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.custom-form .full {
    width: 100%;
}

.custom-form .half {
    width: calc(50% - 10px);
}

/* Make message taller like design */
.custom-form .half textarea , .custom-form .address_height input {
    height: 103px;
}

/* Inputs */
.custom-form input,
.custom-form textarea {
    width: 100%;
    padding: 16px;
    border: 1px solid #ddd;
    background: #fff;
    box-shadow: 0px 0px 4px 0px rgb(0 0 0 / 13%);
    font-size: 16px;
    color: #6E6F70;
    outline: none;
    transition: all 0.3s ease;
}

/* Focus */
.custom-form input:focus,
.custom-form textarea:focus {
    border-color: #0b5d3b;
    background: #fff;
}

/* Placeholder */
.custom-form input::placeholder,
.custom-form textarea::placeholder {
    color: #8a8a8a;
}

/* Button */
.custom-submit-btn {
    background: #004d28;
    color: #fff;
    border: none;
    padding: 14px 26px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    cursor: pointer;
    transition: 0.3s;
}

/* Icon */
.custom-submit-btn i {
    font-size: 12px;
    transition: 0.3s;
}

/* Hover */
.custom-submit-btn:hover {
    background: #084d30;
}


.full button br {
    display: none;
}

@media (max-width: 1080px) {
    .custom-form input, .custom-form textarea {
        padding: 8px;
        font-size: 14px;
    }

    .custom-form {
        gap: 15px;
    }

    .custom-form .half {
        width: 100%;
    }

    .custom-form .half textarea, .custom-form .address_height input {
        height: 60px;
    }   
}


/* Responsive */
@media (max-width: 768px) {
    .custom-form .half {
        width: 100%;
    }
}