/*
Theme Name: Hello Elementor Child
Author: wordpress
Description: Child theme of Hello Elementor 
Version: 1.0
Template: hello-elementor
*/

/*Global*/
/* #wpadminbar {
    display: none;
} */

body {
    background-color: #FCFCFD;
}

a {
    outline: none;
    transition: 0.3s;
}

.tecateLoader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transform: scale(2);
    z-index: 99;
    background: rgba(255, 255, 255, 0.8);
    display: flex;
    align-items: center;
    justify-content: center;
}

.tecateLoader svg polyline {
    fill: none;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.tecateLoader svg polyline#back {
    stroke: rgba(4, 179, 151, 0.3);
}

.tecateLoader svg polyline#front {
    stroke: rgba(4, 179, 151, 1);
    stroke-dasharray: 20, 500;
    stroke-dashoffset: 0;
    animation: dash 2s linear infinite;
}

@-moz-keyframes dash {
    to {
        stroke-dashoffset: -250;
    }
}

@-webkit-keyframes dash {
    to {
        stroke-dashoffset: -250;
    }
}

@-o-keyframes dash {
    to {
        stroke-dashoffset: -250;
    }
}

@keyframes dash {
    to {
        stroke-dashoffset: -250;
    }
}



/* Header */
header ul.elementor-nav-menu>li:last-child>a {
    padding-right: 0 !important;
}

header ul.elementor-nav-menu li a ul li a {
    padding-right: unset !important;
}

header ul.sub-menu.elementor-nav-menu--dropdown {
    padding: 56px 0;
    border-top: 2px solid #04B397 !important;
}

header ul.sub-menu.elementor-nav-menu--dropdown>li>a {
    border: none;
    padding: 10px 56px 8px !important;
}

header ul.sub-menu.elementor-nav-menu--dropdown > li.non-clickable > a {
	font-weight: bolder !important;
}

header ul.sub-menu.elementor-nav-menu--dropdown > li.non-clickable > a:hover {
    background-color: transparent !important;
    color: #fff !important;
    cursor: default;
}


/* Footer */
footer .location-data ul.elementor-icon-list-items li:last-child a {
    text-decoration: underline;
    text-decoration-color: #F8FAFC;
    text-underline-offset: 3px;
}

/* Body content */
.elementor-widget-n-carousel .swiper-pagination-bullet {
    background: #fff;
    opacity: 1;
}

.elementor-widget-n-carousel .swiper-pagination-bullet.swiper-pagination-bullet-active {
    border: 5px solid #B9E6FE;
    background: #04B397;
    width: 20px;
    height: 20px;
}

.elementor-widget-n-carousel .swiper-pagination-bullets {
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-grad a.elementor-button {
    width: 100%;
    padding: 0;
}

.btn-grad a.elementor-button .elementor-button-content-wrapper {
    gap: 0;
    justify-content: space-between;
    align-items: center;
}

.btn-grad a.elementor-button .elementor-button-content-wrapper span.elementor-button-icon {
    min-height: 70px;
    min-width: 52px;
    background: #138EE2;
}

.btn-grad a.elementor-button .elementor-button-content-wrapper .elementor-button-text {
    padding: 15px;
    width: 100%;
}

.btn-grad a.elementor-button .elementor-button-content-wrapper .elementor-button-icon {
    align-items: center;
    justify-content: center;
}

#gform_wrapper_1 form .gform_body .gform_page.first-page-form {
    padding: 100px 0;
}

#gform_wrapper_1 form {
    background: #FFF;
    box-shadow: 0 12px 16px -4px rgba(16, 24, 40, 0.08), 0 4px 6px -2px rgba(16, 24, 40, 0.03);
}

#gform_wrapper_1 form .gform_body {
    padding: 32px;
}

#gform_wrapper_1 form .gf_page_steps {
    width: 100%;
    gap: 1px;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: nowrap;
}

#gform_wrapper_1 form .gf_page_steps .gf_step {
    width: 100%;
}

#gform_wrapper_1 form .gf_page_steps .gf_step .gf_step_number {
    width: 100%;
    border-radius: 0;
    border: none;
    background: #CDD5DF;
    font-size: 0;
    height: 12px;
}

#gform_wrapper_1 form .gf_page_steps .gf_step .gf_step_label {
    display: none;
}

#gform_wrapper_1 form .gf_page_steps .gf_step.gf_step_completed .gf_step_number {
    background: #04B397;
}

#gform_wrapper_1 form .gf_page_steps .gf_step.gf_step_completed .gf_step_number:after {
    display: none;
}

#gform_wrapper_1 form .gform_body .gform_fields h4 {
    font-family: "overpass";
    color: #202939;
    font-size: 28px;
    font-style: normal;
    font-weight: 800;
    line-height: 36px;
    letter-spacing: -0.28px;
    margin: 0;
}

#gform_wrapper_1 form .gform_body .gform_fields {
    gap: 6px;
}

#gform_wrapper_1 form .gform_body .gform_fields .gfield.gfield--type-radio .gfield_label {
    color: #364152;
    font-family: Nunito;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
	margin-bottom: 16px;
}

#gform_wrapper_1 form .gform_body .gform_fields .gfield .gfield_radio .gchoice {
    border: 1px solid #E3E8EF;
    background: #FFF;
    padding: 17px;
}

#gform_wrapper_1 form .gform_body .gform_fields .gfield .gfield_radio .gchoice label {
    color: #121926;
    font-family: "Nunito Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}

#gform_wrapper_1 form .gform_body .gform-page-footer .gform_next_button,
#gform_wrapper_1 form .gform_body .gform-page-footer #gform_submit_button_1, input#gform_next_button_1_24, input#gform_next_button_1_12 {
    background: #04B397;
    border: 1px solid #04B397;
    box-shadow: 0 1.293px 2.585px 0 rgba(16, 24, 40, 0.05);
    border-radius: 0;
    color: #FFF;
    font-family: 'Overpass';
    font-size: 20.68px;
    font-style: normal;
    font-weight: 500;
    padding: 15px 23px 12px 23px;
    outline: none;
}

#gform_wrapper_1 form .gform_body .gform-page-footer .gform_next_button:hover,
#gform_wrapper_1 form .gform_body .gform-page-footer #gform_submit_button_1:hover, input#gform_next_button_1_24:hover, input#gform_next_button_1_12:hover {
    background: #fff;
    color: #04B397;
}

#gform_wrapper_1 form .gform_body .gform-page-footer .gform_previous_button {
    background: #fff;
    border: 1px solid #04B397;
    box-shadow: 0 1.293px 2.585px 0 rgba(16, 24, 40, 0.05);
    border-radius: 0;
    color: #04B397;
    font-family: 'Overpass';
    font-size: 20.68px;
    font-style: normal;
    font-weight: 500;
    padding: 16px 23px 12px 23px;
    outline: none;
}

#gform_wrapper_1 form .gform_body .gform-page-footer .gform_previous_button:hover {
    background: #04B397;
    color: #fff;
}

#gform_wrapper_1 form .gform_body .gform_fields p {
    color: #364152;
    font-family: Nunito;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    margin-top: 5px;
}

#gform_wrapper_1 form .gform_body .gform_fields .gfield.gfield_html {
    margin-bottom: 10px;
}

#gform_wrapper_1 form .gform_body .gform_fields .gfield .gfield_label {
    color: #364152;
    font-family: "Nunito Sans";
    font-size: 16.571px;
    font-style: normal;
    font-weight: 500;
    line-height: 23.673px;
    margin: 0;
}

#gform_wrapper_1 form .gform_body .gform_fields .gfield input {
    padding: 25px 16px;
    border-radius: 9.469px;
    border: 1.184px solid #CDD5DF;
    background: #FFF;
    box-shadow: 0 1.184px 2.367px 0 rgba(16, 24, 40, 0.05);
    font-family: "Nunito Sans";
	outline: none;
}

#gform_wrapper_1 form .gform_body .gform_fields .gfield select{
	padding: 0 16px;
	min-height: 52px;
	border-radius: 10px;
	border: 1.184px solid #CDD5DF;
	background-color: #FFF;
	box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
	font-family: "Nunito Sans";
	outline: none;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	background-image: url('assets/icons/chevron-down.svg');
	background-repeat: no-repeat;
	background-position: right 1rem center; 
	background-size: 20px 16px; 
	display: flex;
    align-items: center;
}

#gform_wrapper_1 form .gform_body .gform_fields .gfield .gfield_label {
    gap: 1px;
}

#gform_wrapper_1 form .gform_body .gform_fields .gfield {
    margin-bottom: 5px;
}

#gform_wrapper_1 form .gform_body .gform_fields .gfield_validation_message {
    font-family: "Nunito Sans";
}

#gform_wrapper_1 .gform_validation_errors h2 {
    font-family: 'Nunito Sans';
}


body .gform-theme--framework .gform-loader {
    border-block-end-color: #04B397;
    border-inline-start-color: #04B397;
}


#gform_wrapper_1 form .gform_body .gform_fields .gfield .gfield_radio .gchoice input[type='radio'] {
    border-color: #CDD5DF;
    box-shadow: none;
    border-width: 1px;
    outline: none;
    padding: 0;
}

#gform_wrapper_1 form .gform_body .gform_fields .gfield .gfield_radio .gchoice input[type='radio']:checked {
    border-color: #0086C9;
    border-width: 10px;
}

#gform_wrapper_1 form .gform_body .gform_fields .gfield .gfield_radio .gchoice input[type='radio']:checked:before {
    background: #fff;
    width: 8px;
    height: 8px;
}

#gform_wrapper_1 form .gform_body .gform_fields .gfield .gfield_radio .gchoice:has(> input[type='radio']:checked) {
    border: 1px solid #B9E6FE;
    background: #F0F9FF;
}

#gform_confirmation_wrapper_1 {
    display: flex;
    padding: 24px 32px 32px 32px;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    align-self: stretch;
    background: #fff;
    color: #364152;
    font-family: Nunito;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    border-top: 12px solid #04B397;
}

#gform_confirmation_wrapper_1 h4 {
    color: #202939;
    font-family: Overpass;
    font-size: 28px;
    font-style: normal;
    font-weight: 800;
    line-height: 53px;
    letter-spacing: -0.28px;
    margin: 0;
}

#gform_confirmation_wrapper_1 br {
    display: none;
}

.elementor-widget-text-editor a {
	color: #0A76C0;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
    transition: 0.3s;
}

.elementor-widget-text-editor a:hover{
	color: #04B397;
}

.elementor-widget-n-accordion .e-n-accordion .e-n-accordion-item {
    border: 1px solid #fff;
    background: #FFF;
    box-shadow: 0 12px 16px -4px rgba(16, 24, 40, 0.08), 0 4px 6px -2px rgba(16, 24, 40, 0.03);
}

.elementor-widget-n-accordion .e-n-accordion .e-n-accordion-item[open] {
    border: 1px solid #04B397;
}

.elementor-widget-n-accordion .e-n-accordion .e-n-accordion-item[open] summary.e-n-accordion-item-title {
    padding-bottom: 0;
}

#gform_wrapper_2 .gform-body #field_submit input[type=submit] {
    width: 100%;
    background: #04B397;
    border: 1px solid #04B397;
    box-shadow: 0 1.124px 2.249px 0 rgba(16, 24, 40, 0.05);
    border-radius: 0;
    color: #FFF;
    font-family: Overpass;
    font-size: 17.99px;
    font-style: normal;
    font-weight: 600;
    line-height: 29.233px;
    padding: 8px 16px 4px;
    outline: none;
}

#gform_wrapper_2 .gform-body #field_submit input[type=submit]:hover {
    color: #04B397;
    background: #fff;
}

#gform_wrapper_2 .gform-body #field_submit {
    align-items: flex-start;
}

#gform_wrapper_2 .gform-body .gfield input[type=email] {
    height: 100%;
    color: #697586;
    font-family: "Nunito Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    padding: 10px 14px;
    outline: none;
    border-radius: 0;
}


/*Blog archive page css*/
.custom-posts-wrapper .search-sort-box {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 32px;
}

.custom-posts-wrapper .search-sort-box .search-box {
    max-width: 252px;
    width: 100%;
}

.custom-posts-wrapper .search-sort-box select#custom-posts-sort {
    border: 1px solid #CDD5DF;
    box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
    border-radius: 0;
    padding: 9px 40px 9px 14px;
    color: #121926;
    font-family:
        "Nunito Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    appearance: none;
    background: url(/wp-content/uploads/2025/08/chevron-down.svg) no-repeat;
    background-position: 90% 50%;
    min-width: 200px;
    outline: none;
    background-color: #fff;
}

.post-main-container {
    background: #FCFCFD;
    padding: 76px 0;
}

.custom-posts-wrapper {
    max-width: 1280px;
    padding: 0 32px;
    margin: 0 auto;
}

#custom-posts-container .custom-posts-grid,
.recent-posts-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
}

#custom-posts-container .custom-posts-grid .custom-post-card,
.recent-posts-grid .recent-post-card {
    padding: 32px 24px;
    background: #fff;
    box-shadow: 0 12px 16px -4px rgba(16, 24, 40, 0.08), 0 4px 6px -2px rgba(16, 24, 40, 0.03);
}

span.post-date {
    float: right;
}

#custom-posts-container .custom-posts-grid .custom-post-card .post-category,
.recent-posts-grid .recent-post-card .post-category {
    background: #04B397;
    color: #FFF;
    text-align: center;
    font-family: "Nunito Sans", Sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    padding: 4px 10px !important;
}

#custom-posts-container .custom-posts-grid .custom-post-card .post-category.press-release {
    background: #04B397;
}

#custom-posts-container .custom-posts-grid .custom-post-card .post-category.whitepaper {
    background: #7962B4;
}

#custom-posts-container .custom-posts-grid .custom-post-card .post-category.technology {
    background: #1275B8;
}

#custom-posts-container .custom-posts-grid .custom-post-card .post-date,
.recent-posts-grid .recent-post-card .post-date {
    color: #4B5565;
    font-family: "Nunito Sans", Sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

#custom-posts-container .custom-posts-grid .custom-post-card h3 a,
.recent-posts-grid .recent-post-card h3 a {
    color: #121926;
    font-family: "Overpass", Sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 800;
    line-height: 20px;
    text-decoration: none;
}

#custom-posts-container .custom-posts-grid .custom-post-card h3,
.recent-posts-grid .recent-post-card h3 {
    margin: 24px 0 8px 0;
}

#custom-posts-container .custom-posts-grid .custom-post-card p,
.recent-posts-grid .recent-post-card p {
    color: #4B5565;
    font-family: "Nunito Sans", Sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 24px !important;
}

#custom-posts-container .custom-posts-grid .custom-post-card a,
.recent-posts-grid .recent-post-card a {
    color: #1275B8;
    font-family: "Nunito Sans", Sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
	text-decoration: none;
}

#custom-posts-container .custom-posts-grid .custom-post-card a:hover,
.recent-posts-grid .recent-post-card a:hover {
    color: #04B397;
}

.search-box input[type="search"] {
    background: url('/wp-content/uploads/2025/08/search-lg.svg') no-repeat;
    background-position: 14px center;
    padding: 10px 10px 8px 40px;
    outline: none;
    border-radius: 0;
    border: 1px solid #CDD5DF;
    box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
    color: #697586;
    font-family: "Nunito Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    background-color: #fff;
}

form.blog-newsletter-form .gform-footer {
    display: none !important;
}

.share-btn-container {
    position: absolute !important;
    right: 0;
    opacity: 0;
    transition: all 0.3s !important;
}

.share-btn-container.active {
    right: 60px;
    opacity: 1;
}

.single-post .elementor-widget-theme-post-content p a {
    color: #138EE2;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.wp-block-group.blog-details-conclusion {
    background: #FFF;
    box-shadow: 0 4px 8px -2px rgba(16, 24, 40, 0.10), 0 2px 4px -2px rgba(16, 24, 40, 0.06);
    margin-top: 48px !important;
}

.wp-block-group.blog-details-conclusion h2 {
    color: #121926;
    font-family: "Overpass", Sans-serif;
    font-size: 30px;
    font-style: normal;
    font-weight: 800;
    line-height: 38px;
}

.pagination {
    display: flex;
    justify-content: space-between;
    margin-top: 64px;
    margin-bottom: 0;
    border-top: 1px solid #CDD5DF;
    padding-top: 20px;
}

.pagination ul.page-numbers {
    list-style: none;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.pagination ul.page-numbers li .prev,
.pagination ul.page-numbers li .next {
    border: 1px solid #CDD5DF;
    background: #FFF;
    box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
    padding: 8px 14px;
    display: flex;
    gap: 8px;
    align-items: center;
    color: #364152;
    font-family: "Nunito Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    text-decoration: none;
}

.pagination ul.page-numbers li .prev:before {
    content: '';
    background: url(/wp-content/uploads/2025/08/page-arrow.svg) no-repeat;
    width: 12px;
    height: 15px;
}

.pagination ul.page-numbers li .next:after {
    content: '';
    background: url(/wp-content/uploads/2025/08/page-arrow.svg) no-repeat;
    width: 12px;
    height: 15px;
    transform: rotate(180deg)
}

.pagination ul.page-numbers li .prev.disabled,
.pagination ul.page-numbers li .next.disabled {
    background: #ededed;
}

.pagination ul li.page-numbers-all .page-numbers {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #697586;
    text-align: center;
    font-family: "Nunito Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    text-decoration: none;
}

.pagination ul li.page-numbers-all {
    display: flex;
}

.pagination ul li.page-numbers-all .page-numbers.current {
    background: linear-gradient(90deg, #0C629D 0%, #042237 100%);
    color: #fff;
}

.single-post .elementor-widget-post-navigation .elementor-post-navigation {
    justify-content: space-between;
}

.single-post .elementor-widget-post-navigation .elementor-post-navigation__link {
    width: max-content;
}

.single-post .elementor-widget-post-navigation .elementor-post-navigation__link a {
    width: max-content;
    border: 1px solid #CDD5DF;
    background: #FFF;
    box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
    padding: 8px 14px;
}

select#state-filter {
    border-radius: 8px;
    border: 1px solid #CDD5DF;
    background-color: #FFF;
    box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
    color: #121926;
    font-family: "Nunito Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    appearance: none;
    background-image: url(/wp-content/uploads/2025/08/chevron-down.svg);
    background-repeat: no-repeat;
    background-position: 93%;
    padding: 9px 30px 9px 14px;
    outline: none;
}

.state-filter-wrapper {
    display: flex;
    gap: 19px;
    margin: 0;
}

.state-filter-wrapper button {
    border: 0.63px solid #04B397;
    padding: 12.45px 15px 8.45px;
    color: #04B397 !important;
    font-family: Overpass;
    font-size: 16.029px;
    font-style: normal;
    font-weight: 600;
    line-height: 21.172px;
    border-radius: 0;
}

.state-filter-wrapper button:hover {
    background: #04B397;
    color: #fff !important;
}

.product-category-main-container {
    background-color: #FCFCFD;
}

.product-category-inner-container {
    max-width: 1440px;
    margin: 0 auto;
    padding: 38px 0 56px;
}

.woocommerce-products-header {
    max-width: 1280px;
    padding: 0 32px;
    border-left: 2px solid #04B397;
    margin: 0 auto 38px;
}

.woocommerce nav.woocommerce-breadcrumb {
    color: #0C629D;
    font-family: 'Nunito Sans';
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 24px;
}

.woocommerce nav.woocommerce-breadcrumb:before {
    display: none;
}

.woocommerce nav.woocommerce-breadcrumb a {
    color: #667085;
    font-family: 'Nunito Sans';
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    text-decoration: none;
}

.woocommerce nav.woocommerce-breadcrumb .seperator {
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.woocommerce-products-header .woocommerce-products-header__title {
    color: #202939;
    text-align: left;
    font-family: Overpass;
    font-size: 36px;
    font-style: normal;
    font-weight: 800;
    line-height: 53px;
    margin: 0;
}

.woocommerce-products-header .term-description {
    color: #364152;
    font-family: Nunito;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    max-width: 760px;
}

.product-category-inner-container .accordion {
    padding: 0 30px;
    margin-bottom: 40px;
}

.product-category-inner-container .category-list-wrapper {
    max-width: 1280px;
    padding: 0 32px;
    margin: 0 auto;
}

.woocommerce-products-datatable .table-wrapper {
    overflow-x: auto;
}

.accordion .accordion-header button {
    outline: none;
    padding: 32px;
    background: linear-gradient(90deg, #0C629D 0%, #042237 100%);
    box-shadow: 0 12px 16px -4px rgba(16, 24, 40, 0.08), 0 4px 6px -2px rgba(16, 24, 40, 0.03);
    border-radius: 0 !important;
    color: #FFF;
    font-family: Overpass;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 29.233px;
    justify-content: center;
}

.accordion .accordion-header button:after {
    display: none;
}

.accordion .accordion-header button:before {
    content: url('assets/icons/accordian-icon.svg');
    display: flex;
    width: 24px;
    height: 29px;
    margin-right: 12px;
}

.accordion .accordion-header button[aria-expanded="true"]:before {
    content: url('assets/icons/accordian-minus-icon.svg');
}

.category-list-wrapper .subcategory-title {
    color: #121926;
    font-family: Overpass;
    font-size: 24px;
    font-style: normal;
    font-weight: 900;
    line-height: 32px;
	margin: 0;
}
.subcat-header {
    display: flex;
    align-items: flex-end;
    margin-bottom: 16px;
    gap: 18px;
	justify-content:space-between;
}
.subcat-header img{
	max-height: 50px;
	width: auto;
}
a.sub-cat-link {
    color: #04B397;
    font-family: Overpass;
    font-size: 17.99px;
    font-style: normal;
    font-weight: 600;
    text-decoration: none;
    text-align: center;
}
.category-list-wrapper .sub-category-description {
    max-width: 760px;
    color: #364152;
    font-family: Nunito;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 32px;
}

.category-list-wrapper .subcategory-section .subsub-item {
    background: #FFF;
    box-shadow: 0 12px 16px -4px rgba(16, 24, 40, 0.08), 0 4px 6px -2px rgba(16, 24, 40, 0.03);
    padding: 32px;
    margin-bottom: 32px;
}

.category-list-wrapper .subcategory-section .subsub-item .category-card {
    display: flex;
    gap: 32px;
}

.category-list-wrapper .category-card .category-card__image {
    /*background: #EEF2F6;*/
    height: 235px;
    flex: 0 235px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.category-list-wrapper .category-card .category-card__content {
    display: flex;
    flex-direction: column;
    gap: 12px;
    flex: 1;
}

.category-list-wrapper .category-card .category-card__content .inner-container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.category-list-wrapper .category-card .category-card__content .category-card__title a {
    color: #202939;
    font-family: Overpass;
    font-size: 24px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    text-decoration: none;
}

.category-list-wrapper .category-card .category-card__content .category-features ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.category-list-wrapper .category-card .category-card__content .category-features ul li:before {
    content: '';
    width: 18px;
    height: 23px;
    background: url('assets/icons/bullet-list.svg') no-repeat;
    background-size: contain;
    display: inline-flex;
    margin-right: 8px;
}

.category-list-wrapper .category-card .category-card__content .category-features ul li {
    display: flex;
    align-items: center;
    color: #364152;
    font-family: Overpass;
    font-size: 17px;
    font-style: normal;
    font-weight: 600;
    line-height: 31.466px;
}

.category-list-wrapper .category-card .category-card__content .button-section {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.category-list-wrapper .category-card .category-card__content .button-section a {
    width: 100%;
}

.category-list-wrapper .category-card .category-card__content .button-section a.shop-btn {
    background: #04B397;
    border: 1px solid #04B397;
    box-shadow: 0 1.124px 2.249px 0 rgba(16, 24, 40, 0.05);
    padding: 8px 20px 6px;
    color: #FFF;
    font-family: Overpass;
    font-size: 17.99px;
    font-style: normal;
    font-weight: 600;
    line-height: 29.233px;
    text-align: center;
    text-decoration: none;
}

.category-list-wrapper .category-card .category-card__content .button-section a.shop-btn:hover {
    color: #04B397;
    background: #FFF;
}

.category-list-wrapper .category-card .category-card__content .button-section a.contact-btn {
    border: 0.87px solid #04B397;
    background: #fff;
    padding: 8px 20px 6px;
    color: #04B397;
    font-family: Overpass;
    font-size: 17.99px;
    font-style: normal;
    font-weight: 600;
    line-height: 29.233px;
    text-decoration: none;
    text-align: center;
}

.category-list-wrapper .category-card .category-card__content .button-section a.contact-btn:hover {
    background: #04B397;
    color: #fff;
}

.category-list-wrapper .category-card .category-card__content .button-section a.datasheet-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    border: 0.87px solid #04B397;
    background: #fff;
    padding: 8px 20px 6px;
    color: #04B397;
    font-family: Overpass;
    font-size: 17.99px;
    font-style: normal;
    font-weight: 600;
    line-height: 29.233px;
    text-decoration: none;
    text-align: center;
}

.category-list-wrapper .category-card .category-card__content .button-section a.datasheet-btn:hover {
	background: #04B397;
    color: #fff;
}

/* .category-list-wrapper .category-card .category-card__content .button-section a.datasheet-btn:before {
    content: '';
    background: url('assets/icons/info.svg') no-repeat;
    width: 15px;
    height: 24px;
    display: inline-block;
} */

.category-list-wrapper .category-card .category-card__content .button-section a.datasheet-btn:after {
    content: '';
    background: url('assets/icons/download.svg') no-repeat;
    width: 12px;
    height: 18px;
    display: inline-block;
}

.category-list-wrapper .category-card .category-card__content .category-card__desc {
    color: #364152;
    font-family: Nunito;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    width: 100%;
    margin-top: 12px;
}

.category-list-wrapper .subcategory-section {
    border-bottom: 1px solid #9AA4B2;
    margin-bottom: 56px;
    padding-bottom: 24px;
}

.category-list-wrapper .subcategory-section:last-child {
    border: none;
    padding: 0;
    margin: 0;
}

.woocommerce-products-header.category-archive-header {
    border: none;
    max-width: 1280px;
    margin: 0 auto;
}


.product-category-inner-container .accordion .accordion-item {
    border: none;
    background: transparent;
}

.product-category-inner-container .accordion .accordion-item .accordion-header {
    max-width: 1280px;
    padding: 0 32px;
    margin-left: auto;
    margin-right: auto;
}

#accordionGS #collapseGS {
    max-width: 1280px;
    padding: 0 32px;
    margin-left: auto;
    margin-right: auto;
}

.product-category-inner-container .accordion .accordion-item .accordion-body {
    padding: 25px 0;
	font-family: 'Nunito Sans';
}

.product-category-inner-container .accordion .woocommerce-products-datatable {
    padding: 0;
}

.product-category-inner-container .accordion .woocommerce-products-datatable {
    padding: 0;
}

.woocommerce-products-datatable #tableFilters {
    margin-bottom: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.woocommerce-products-datatable #tableFilters .filter-dropdown {
    display: inline-block;
    margin-right: 15px;
}

.woocommerce-products-datatable #tableFilters label {
    display: none;
}

.woocommerce-products-datatable #tableFilters select {
    border-radius: 8px;
    border: 1px solid #CDD5DF;
    background: #FFF;
    box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
    color: #121926;
    font-family: "Nunito Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    appearance: none;
    outline: none;
    padding: 10px 30px 10px 14px;
    background-image: url(/wp-content/uploads/2025/08/chevron-down.svg);
    background-repeat: no-repeat;
    background-position: 95% 50%;
}

.woocommerce-products-datatable #tableFilters button {
    border: 0.63px solid #04B397;
    background: #FFF;
    color: #04B397;
    font-family: Overpass;
    font-size: 16.029px;
    font-style: normal;
    font-weight: 600;
    line-height: 21.172px;
    padding: 10px 14px 6px;
    transition: 0.3s;
	margin: 0 10px;
}

.woocommerce-products-datatable #tableFilters button#clear-filter-btn {
    border: none;
    background: transparent;
    text-decoration: underline;
    color: #697586;
}

.woocommerce-products-datatable #tableFilters button:hover {
    background: #04B397;
    color: #fff;
}

.category-card-header {
    background: #FFF;
    box-shadow: 0 12px 16px -4px rgba(16, 24, 40, 0.08), 0 4px 6px -2px rgba(16, 24, 40, 0.03);
    padding: 32px;
    display: flex;
    gap: 32px;
    margin-bottom: 32px;
}

.category-card-header .category-card-image {
    flex: 0 266px;
    height: 266px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.category-card-header .category-card-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.category-card-header .category-card-content .inner-container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.category-card-header .category-card-content .category-title {
    color: #202939;
    font-family: Overpass;
    font-size: 24px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
}

.category-card-header .category-card-content ul {
    list-style: none;
    padding: 0;
    color: #364152;
    font-family: Overpass;
    font-size: 17px;
    font-style: normal;
    font-weight: 600;
    line-height: 31.466px;
    /* 185.092% */
}

.category-card-header .category-card-content ul li {
    display: flex;
    align-items: center;
    color: #364152;
    font-family: Overpass;
    font-size: 17px;
    font-style: normal;
    font-weight: 600;
    line-height: 31.466px;
}

.category-card-header .category-card-content ul li:before {
    content: '';
    width: 18px;
    height: 23px;
    background: url('assets/icons/bullet-list.svg') no-repeat;
    background-size: contain;
    display: inline-flex;
    margin-right: 8px;
}

.category-card-header .category-card-content .category-card-actions {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.category-card-header .category-card-content .category-card-actions a.select-btn {
    background: #04B397;
    box-shadow: 0 1.124px 2.249px 0 rgba(16, 24, 40, 0.05);
    padding: 8px 20px 6px;
    color: #FFF;
    font-family: Overpass;
    font-size: 17.99px;
    font-style: normal;
    font-weight: 600;
    line-height: 29.233px;
    text-align: center;
    text-decoration: none;
    border-radius: 0;
}

.category-card-header .category-card-content .category-card-actions a.ask-btn {
    border: 0.87px solid #04B397;
    padding: 8px 20px 6px;
    color: #04B397;
    font-family: Overpass;
    font-size: 17.99px;
    font-style: normal;
    font-weight: 600;
    line-height: 29.233px;
    text-decoration: none;
    text-align: center;
    background: #fff;
    border-radius: 0;
}

.category-card-header .category-card-content .category-card-actions a.ask-btn:hover {
	color: #fff;
	background: #04B397;
}

.category-card-header .category-card-content .category-card-actions a.datasheet-link {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    border: 0.87px solid #04B397;
    background: #fff;
    padding: 8px 20px 6px;
    color: #04B397;
    font-family: Overpass;
    font-size: 17.99px;
    font-style: normal;
    font-weight: 600;
    line-height: 29.233px;
    text-decoration: none;
    text-align: center;
}

.category-card-header .category-card-content .category-card-actions a.datasheet-link:hover {
	background: #04B397;
    color: #fff;
}

/*.category-card-header .category-card-content .category-card-actions a.datasheet-link:before {
    content: '';
    background: url(assets/icons/info.svg) no-repeat;
    width: 15px;
    height: 24px;
    display: inline-block;
}*/

.category-card-header .category-card-content .category-card-actions a.datasheet-link:after {
    content: '';
    background: url(assets/icons/download.svg) no-repeat;
    width: 12px;
    height: 18px;
    display: inline-block;
}

.category-card-header .category-card-content .category-desc {
    color: #364152;
    font-family: Nunito;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    width: 100%;
    margin-top: 12px;
}

.woocommerce-products-datatable {
    padding: 0 32px;
}

.woocommerce-products-datatable table#postTable {
    border: none;
}

.woocommerce-products-datatable table thead tr th {
    text-align: center;
    vertical-align: middle;
    background-color: #EEF2F6;
    border: 1px solid #CDD5DF;
    color: #121926;
    font-family: "Nunito Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
}

.woocommerce-products-datatable table thead tr th .dt-column-header {
    flex-direction: row !important;
    flex-wrap: wrap;
    justify-content: center !important;
}

.woocommerce-products-datatable table thead tr th .dt-column-header span {
    text-align: center;
}

.woocommerce-products-datatable table#postTable tbody tr td {
    text-align: center;
    vertical-align: middle;
    border: 1px solid #CDD5DF;
    color: #364152;
    font-family: "Nunito Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
}

.woocommerce-products-datatable table#postTable tbody tr.odd td {
    background-color: #FCFCFD;
}

.woocommerce-products-datatable table#postTable tbody tr.even td {
    background-color: #EEF2F6;
}
.woocommerce-products-datatable table#postTable tbody tr td a {
    color: #202939;
    font-family: "Nunito Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}
.woocommerce-products-datatable table#postTable tbody tr td:nth-child(2) a {
	color: #04B397;
}
.woocommerce-products-datatable table#postTable tbody tr td a:hover{
	color:#04B397;
}
.woocommerce-products-datatable table#postTable tbody tr td a.ajax_add_to_cart {
    background: #04B397;
    box-shadow: 0 1.124px 2.249px 0 rgba(16, 24, 40, 0.05);
    text-decoration: none;
    color: #fff;
    border-radius: 0;
}

.woocommerce-products-datatable .dt-container .dt-paging nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    border-top: 1px solid #CDD5DF;
    background: #202939;
    padding: 20px 30px;
}

.woocommerce-products-datatable .dt-container .dt-paging nav button.dt-paging-button {
    width: 40px;
    height: 40px;
    padding: 12px;
    background-color: transparent;
    color: #FCFCFD !important;
    font-family: "Nunito Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    margin: 0;
    border-radius: 0;
    border: none;
}

.woocommerce-products-datatable .dt-container .dt-paging nav button.dt-paging-button.current {
    background-color: #fff;
    color: #121926 !important;
}

.woocommerce-products-datatable .dt-container .dt-paging nav button.dt-paging-button:hover {
    background: #fff;
    color: #121926 !important;
    border: none;
}

.woocommerce-products-datatable .dt-container .dt-paging nav button.dt-paging-button.previous:before {
    content: '';
    background: url(assets/icons/page-arrow.svg) no-repeat;
    width: 12px;
    height: 15px;
    display: inline-flex;
}

.woocommerce-products-datatable .dt-container .dt-paging nav button.dt-paging-button.next:after {
    content: '';
    background: url(assets/icons/page-arrow.svg) no-repeat;
    width: 12px;
    height: 15px;
    display: inline-flex;
    transform: rotate(180deg);
}

.woocommerce-products-datatable .dt-container .dt-paging nav button.dt-paging-button.previous,
.woocommerce-products-datatable .dt-container .dt-paging nav button.dt-paging-button.next {
    width: max-content;
    padding: 8px 14px;
    background: #fff;
    color: #364152 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.woocommerce-products-datatable .dt-container .dt-paging nav .ellipsis {
    color: #fff;
}

.single-product-main {
    background: #EEF2F6;
    padding: 28px 0 54px;
}

.single-product-wrapper {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 32px;
}

.woocommerce .product span.stock {
    color: #FCFCFD;
    text-align: right;
    font-family: Overpass;
    font-size: 20px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
}

.single-product ul.product-attributes {
    padding: 0;
    list-style: none;
    margin: 0;
    width: 100%;
}

.single-product ul.product-attributes li {
    border-bottom: 1px solid #CDD5DF;
    padding: 10px 74px;
}

.single-product ul.product-attributes li label {
    width: 50%;
    color: #202939;
    font-family: Overpass;
    font-size: 16px;
    font-style: normal;
    font-weight: 800;
    line-height: 20px;
}

.single-product ul.product-attributes li span.value {
    color: #364152;
    font-family: "Nunito Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
}

.woocommerce .related.products ul {
    gap: 5px !important;
}

.woocommerce .related.products ul li {
    padding: 12px !important;
}

.woocommerce .related.products ul li a {
    display: flex !important;
    align-items: center;
    height: 100%;
}

.woocommerce .related.products ul li a img {
    max-width: 120px;
    margin-right: 10px;
    margin-bottom: 0;
}

.woocommerce .related.products ul li a .related-product-info {
    border-left: 1px solid #CDD5DF;
    height: 100%;
    padding-left: 22px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.woocommerce .related.products ul li a .related-product-info h2.woocommerce-loop-product__title {
    padding-top: 0;
    color: #202939;
    font-family: "Nunito Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
}

.woocommerce .related.products ul li a .related-product-info .related-product-desc {
    color: #364152;
    font-family: Nunito;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
}

.single-product .elementor-add-to-cart input.qty {
    width: 100px;
    border: 1px solid #697586;
    border-right: none;
    border-radius: 0;
}

.single-product .elementor-add-to-cart button.single_add_to_cart_button {
    background: #04B397;
    box-shadow: 0 1.293px 2.585px 0 rgba(16, 24, 40, 0.05);
    border-radius: 0;
    padding: 10px 24px 6px;
    color: #FFF;
    font-family: Overpass;
    font-size: 20.68px;
    font-style: normal;
    font-weight: 500;
    line-height: 33.605px;
    margin: 0 !important;
}

.single-product .elementor-add-to-cart .quantity {
    margin: 0 !important;
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger::after {
    display: none;
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger::before {
    border: none;
    background: url(assets/icons/zoom-in.svg) no-repeat;
    background-size: contain;
    width: 24px;
    height: 24px;
    border-radius: 0;
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
    top: auto;
    bottom: 0;
}

.single-product .e-n-accordion .e-n-accordion-item-title {
    padding-bottom: 24px !important;
    padding: 28px 32px;
    justify-content: space-between;
    color: #202939;
    font-family: Overpass;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 1;
    border: none;
}

.single-product .elementor-widget-n-accordion .e-n-accordion .e-n-accordion-item {
    border: none;
    margin-bottom: 10px;
}

.single-product .elementor-widget-n-accordion .e-n-accordion .e-n-accordion-item[open] div[role=region] {
    padding: 22px 32px;
    border: none;
    color: #364152;
}

.single-product .elementor-widget-n-accordion .e-n-accordion .e-n-accordion-item[open] div[role=region] ul {
    padding-left: 20px;
}

.single-product .elementor-widget-n-accordion .e-n-accordion .e-n-accordion-item[open] div[role=region] * {
    color: #364152;
    font-family: Nunito;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.single-product .elementor-widget-n-accordion .e-n-accordion .e-n-accordion-item[open] summary.e-n-accordion-item-title {
    background: #CDD5DF;
    box-shadow: 0 12px 16px -4px rgba(16, 24, 40, 0.08), 0 4px 6px -2px rgba(16, 24, 40, 0.03);
}

.single-product .e-n-accordion .e-n-accordion-item-title svg {
    fill: none !important;
}

.single-product .elementor-widget-n-accordion .e-n-accordion .e-n-accordion-item div[role=region] .pdp-document {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
    border: 1px solid #ebebeb;
    margin-bottom: 10px;
}

.single-product .elementor-widget-n-accordion .e-n-accordion .e-n-accordion-item div[role=region] .pdp-document:last-child {
    margin-bottom: 0;
}

.single-product .custom-product-price-box {
    padding: 16px;
}

.single-product .custom-product-price-box form.cart {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px !important;
}

.single-product .custom-product-price-box form.cart:before,
.custom-product-price-box form.cart:after {
    display: none !important;
}

.single-product .custom-product-price-box button.single_add_to_cart_button {
    background: #04B397;
    box-shadow: 0 1.293px 2.585px 0 rgba(16, 24, 40, 0.05);
    padding: 17px 23px 13px !important;
    color: #FFF;
    font-family: Overpass;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 1;
    border: none;
    border-radius: 0;
}

.single-product .custom-product-price-box button.single_add_to_cart_button:hover {
    background: #0C629D;
}

.single-product .custom-product-price-box .quantity input {
    min-width: 146px;
    padding: 13px 14px;
    border: none;
    border-radius: 0;
    border-top: 1px solid #697586;
    border-bottom: 1px solid #697586;
    border-left: 1px solid #697586;
    color: #697586;
    text-align: center;
    font-family: "Nunito Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.single-product .custom-product-price-box .quantity {
    margin: 0 !important;
}


.single-product .custom-product-price-box .product-price {
    color: #202939;
    text-align: center;
    font-family: Overpass;
    font-size: 20px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    margin: 10px 0 0 !important;
}

.cta-btn.cta-btn-link {
    color: #0D639E;
    font-family: Nunito;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
    margin: 0 auto;
    width: max-content;
    display: block;
}

.cta-btn.cta-btn-solid {
    background: #04B397;
    box-shadow: 0 1.293px 2.585px 0 rgba(16, 24, 40, 0.05);
    padding: 17px 23px 13px;
    color: #FFF;
    font-family: Overpass;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 1;
    border: none;
    border-radius: 0;
    display: block;
    text-align: center;
}

.cta-btn.cta-btn-solid:hover {
    background: #0C629D;
}

.tiered-pricing-table h3 {
    border-bottom: 1px solid #CDD5DF;
    background: #E3E8EF;
    color: #202939;
    font-family: Overpass;
    font-size: 16px;
    font-style: normal;
    font-weight: 800;
    line-height: 20px;
    padding: 12px 24px 7px;
    margin: 0;
}

.tiered-pricing-table table.volumne_table {
    margin: 0;
    border: none;
    border-left: 1px solid #CDD5DF;
    border-right: 1px solid #CDD5DF;
    border-top: 1px solid #CDD5DF;
}

.tiered-pricing-table table.volumne_table tr td {
    border: none;
    border-bottom: 1px solid #CDD5DF;
    background: #fff;
}

.tiered-pricing-table table.volumne_table tr td {
    color: #364152;
    text-align: center;
    font-family: "Nunito Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    padding: 10px 0;
    width: 50%;
}

.tiered-pricing-table table.volumne_table tr td:first-child {
    color: #202939;
    font-family: Overpass;
    font-weight: 800;
    padding: 11px 0 7px;
}

.rfq-container {
    max-width: 1280px;
    margin: 180px auto 100px;
}

.rfq-container #dropdownSection h2 {
    padding: 0 32px;
    border-left: 2px solid #04B397;
    margin-bottom: 50px;
}

#dropdownSection h2 {
    color: #202939;
    font-family: Overpass;
    font-size: 36px;
    font-style: normal;
    font-weight: 800;
    line-height: 53px;
}

.cap-type-wrapper {
    display: flex;
    align-items: center;
    padding: 0 32px;
}

.option-table-wrapper {
    padding: 0 32px;
}

.cap-type-wrapper label {
    color: #202939;
    font-family: Overpass;
    font-size: 20px;
    font-style: normal;
    font-weight: 800;
    line-height: 1.2;
    min-width: 180px;
}

.cap-type-wrapper select {
    border-radius: 8px;
    border: 1px solid #CDD5DF;
    background: #FFF;
    box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
    color: #364152;
    font-family: "Nunito Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.2;
    appearance: none;
    width: max-content;
    background-image: url(/wp-content/uploads/2025/08/chevron-down.svg);
    background-repeat: no-repeat;
    background-position: 95% 50%;
    outline: none;
}

table#RFQ_option_table tbody tr th {
    background-color: #EEF2F6;
    color: #121926;
    font-family: "Nunito Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    border-color: #CDD5DF;
}

table#RFQ_option_table tbody tr td {
    background-color: #fff;
    border-color: #CDD5DF;
}

table#RFQ_option_table tbody tr td select {
    border-radius: 8px;
    border: 1.184px solid #CDD5DF;
    background: #FFF;
    box-shadow: 0 1.184px 2.367px 0 rgba(16, 24, 40, 0.05);
    color: #364152;
    font-family: "Nunito Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.2;
    appearance: none;
    background-image: url(/wp-content/uploads/2025/08/chevron-down.svg);
    background-repeat: no-repeat;
    background-position: 95% 50%;
    outline: none;
}

table#RFQ_option_table tbody tr td input,
table#RFQ_option_table tbody tr td textarea,
.quote-contact .gform-theme--foundation .ginput_container textarea {
    border-radius: 8px;
    border: 1px solid #CDD5DF;
    background: #FFF;
    box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
    color: #364152;
    font-family: "Nunito Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.2;
    outline: none;
}

.option-table-wrapper button#addRowBtn {
    background: #fff;
    box-shadow: 0 1.124px 2.249px 0 rgba(16, 24, 40, 0.05);
    padding: 10px 20px 6px;
    color: #04B397;
    font-family: Overpass;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 29.233px;
    border-radius: 0;
    border: 1px solid #04B397;
}

.rfq-container .continue-quote-btn a {
    background: #04B397;
    box-shadow: 0 1.124px 2.249px 0 rgba(16, 24, 40, 0.05);
    padding: 10px 20px 6px;
    color: #fff;
    font-family: Overpass;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 29.233px;
    border-radius: 0;
    border: 1px solid #04B397;
    width: max-content;
    text-decoration: none;
    display: block;
}

.quoteTable-container {
    margin-top: 50px;
    padding: 0 32px;
    overflow-x: auto;
}

.continue-quote-btn {
    padding: 0 32px;
}

table#quoteTable thead tr th,
table#RFQ_part_table tbody tr th {
    background-color: #EEF2F6;
    color: #121926;
    font-family: "Nunito Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    text-align: center;
    border-color: #CDD5DF;
}

table#quoteTable tbody tr td,
table#RFQ_part_table tbody tr td {
    background-color: #fff;
    color: #364152;
    font-family: "Nunito Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.2;
    vertical-align: middle;
    border-color: #CDD5DF;
}

table#quoteTable tbody tr td button.delete-btn {
    background-color: red;
    border-radius: 0;
    padding: 7px 10px 4px;
    font-family: 'Overpass';
}

.quote-contact .gform_title,
.quote-contact .gform-theme--foundation h3 {
    font-size: 32px;
    font-weight: 800;
    font-family: 'Overpass';
    line-height: 1.2;
    margin-bottom: 20px;
}

.quote-contact .gform-theme--foundation .gform-field-label {
    color: #364152;
    font-family: "Nunito Sans";
    font-size: 16.571px;
    font-style: normal;
    font-weight: 500;
    line-height: 23.673px;
}

.quote-contact .gform-theme--foundation .ginput_container input {
    border-radius: 8px;
    border: 1.184px solid #CDD5DF;
    background: #FFF;
    box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
    padding: 20px 16px;
    font-family: "Nunito Sans";
    outline: none;
}

.quote-contact .gform-theme--foundation .ginput_container select {
    border-radius: 8px;
    border: 1px solid #CDD5DF;
    background: #FFF;
    box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
    color: #364152;
    font-family: "Nunito Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    height: 42px;
    appearance: none;
    background-image: url(/wp-content/uploads/2025/08/chevron-down.svg);
    background-repeat: no-repeat;
    background-position: 98% 50%;
    outline: none;
}

.quote-contact .gform-theme.gform-theme--framework.gform_wrapper .button {
    background: #04B397 !important;
    box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05) !important;
    padding: 10px 20px 6px !important;
    color: #fff !important;
    font-family: Overpass !important;
    font-size: 16px !important;
    font-style: normal !important;
    font-weight: 600 !important;
    line-height: 30px !important;
    border-radius: 0 !important;
    border: 1px solid #04B397 !important;
    width: max-content !important;
    text-decoration: none !important;
    display: block !important;
}

.search-results-count {
    color: #FCFCFD;
    font-family: Overpass;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
    margin-bottom: 32px;
}

.elementor-widget-wp-widget-search form input.search-field {
    border: 1px solid #CDD5DF;
    background: #FFF;
    box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
    border-radius: 0;
    padding: 10px 14px;
    color: #697586;
    font-family: "Nunito Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    outline: 0;
    min-width: 280px;
}


.elementor-widget-wp-widget-search form input.search-submit {
    background-color: #04B397;
    box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
    border: none;
    color: #FFF;
    font-family: Overpass;
    font-size: 17.99px;
    font-style: normal;
    font-weight: 600;
    line-height: 29.233px;
    border-radius: 0;
    margin-left: 16px;
    padding: 9px 40px 7px;
}

.search-posts .elementor-posts .elementor-post {
    background: #FFF;
    box-shadow: 0 12px 16px -4px rgba(16, 24, 40, 0.08), 0 4px 6px -2px rgba(16, 24, 40, 0.03);
    padding: 32px 24px;
}

.tecate-search-list {
    max-width: 860px;
}

.tecate-search-list article.post-item {
    background: #FFF;
    box-shadow: 0 12px 16px -4px rgba(16, 24, 40, 0.08), 0 4px 6px -2px rgba(16, 24, 40, 0.03);
    margin-bottom: 24px;
    padding: 32px 24px;
}

.tecate-search-list article.post-item .title {
    color: #121926;
    font-family: Overpass;
    font-size: 20px;
    font-style: normal;
    font-weight: 800;
    line-height: 28px;
    margin-bottom: 8px;
}

.tecate-search-list article.post-item .post-excerpt {
    color: #4B5565;
    font-family: "Nunito Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 24px;
}

.tecate-search-list article.post-item a.read-more {
    color: #138EE2;
    font-family: "Nunito Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.no-result {
    color: #121926;
    font-family: Overpass;
    font-size: 24px;
    font-style: normal;
    font-weight: 800;
    line-height: 28px;
}

#elementor-popup-modal-479 .dialog-widget-content {
    background-color: transparent;
}

.elementor-widget-wp-widget-search form.search-form {
    display: flex;
    flex-wrap: nowrap;
}

#elementor-popup-modal-479 form.search-form label {
    width: 100%;
}

#elementor-popup-modal-479 form.search-form input[type=submit] {
    margin: 0;
}

.elementor-widget-wp-widget-search form.search-form label:before {
    content: '';
    background: url(/wp-content/uploads/2025/08/search-lg.svg) no-repeat;
    width: 30px;
    height: 30px;
    display: inline-block;
    position: absolute;
    top: 12px;
    left: 10px;
}

.elementor-widget-wp-widget-search form.search-form input[type=search] {
    padding-left: 40px;
}

.RFQ_part_table_wrapper {
    overflow-x: auto;
}


.woocommerce-cart .page-header {
    max-width: 1280px;
    margin: 0 auto;
}

.woocommerce-cart .page-header .entry-title {
    margin: 180px 0 50px;
    padding: 0 32px;
    border-left: 2px solid #04B397;
    color: #202939;
    font-family: Overpass;
    font-size: 36px;
    font-style: normal;
    font-weight: 800;
    line-height: 53px;
}

.woocommerce-cart .woocommerce {
    padding: 0 32px;
}

.woocommerce-cart table.cart th {
    background-color: #EEF2F6;
    color: #121926;
    font-family: "Nunito Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    border-color: #CDD5DF;
    text-align: center;
    border-left: none;
    border-right: none;
    border-top: 0;
}

.woocommerce-cart table.cart td {
    background-color: #fff;
    color: #121926;
    font-family: "Nunito Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    border-color: #CDD5DF;
    border-left: none;
    border-right: none;
    border-top: 0;
}

.custom-cart-summary {
    background-color: #fff;
    box-shadow: 0 12px 16px -4px rgba(16, 24, 40, 0.08), 0 4px 6px -2px rgba(16, 24, 40, 0.03);
    margin-bottom: 30px;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-family: 'Nunito Sans';
}

.custom-cart-summary strong {
    margin-right: 5px;
}

.custom-cart-summary .seperator {
    width: 2px;
    height: 28px;
    background: #000;
    border-radius: 50px;
}

.woocommerce a.remove {
    margin: 0 auto;
    background: #a00;
    color: #fff !important;
}

.woocommerce-cart table.cart td.product-name a {
    color: #1275B8;
}

.woocommerce table.shop_table {
    border-color: #CDD5DF;
    border-radius: 0;
    border-top-color: #04B397;
    border-top-width: 3px;
    border-collapse: collapse;
}

.woocommerce .quantity .qty {
    min-width: 100px;
    border-radius: 0;
}

.woocommerce .cart .button {
    padding: 6px 20px 4px !important;
    background-color: #fff;
    border: 1px solid #04B397;
    color: #04B397;
    font-family: Overpass;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
    border-radius: 0;
}

.woocommerce .cart .button[disabled] {
    border-color: rgb(18, 25, 38, 0.5);
}

.woocommerce .cart .button:hover {
    background-color: #04B397;
    color: #fff;
}

.woocommerce-cart .cart-collaterals .cart_totals table th,
.woocommerce-cart .cart-collaterals .cart_totals table td {
    background: none;
    border-top: none;
    font-family: 'Nunito Sans';
}

.woocommerce-cart .cart-collaterals .cart_totals table {
    border-bottom: none;
    border-collapse: collapse;
}

.woocommerce-cart .cart-collaterals .cart_totals h2 {
    color: #121926;
    font-family: Overpass;
    font-size: 24px;
    font-style: normal;
    font-weight: 900;
    line-height: 38px;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
    padding: 12px 20px 8px;
    background: #04B397;
    box-shadow: 0 1.124px 2.249px 0 rgba(16, 24, 40, 0.05);
    color: #FFF;
    font-family: Overpass;
    font-size: 17.99px;
    font-style: normal;
    font-weight: 800;
    line-height: 30px;
    letter-spacing: 0;
    border-radius: 0;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover {
    background: #04B397;
}

.woocommerce-checkout .woocommerce {
    margin: 64px 0;
}

.woocommerce-checkout .woocommerce h3 {
    color: #121926;
    font-family: Overpass;
    font-size: 32px;
    font-style: normal;
    font-weight: 800;
    line-height: 44px;
    letter-spacing: -0.72px;
    border-bottom: 3px solid #04B397;
    width: 100%;
    margin-bottom: 30px;
}

.woocommerce-checkout .woocommerce h3#order_review_heading {
    margin-top: 50px;
    border: none;
    margin-bottom: 10px;
}

.woocommerce form .form-row label {
    color: #364152;
    font-family:
        "Nunito Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}

.woocommerce form .form-row {
    margin: 0 0 16px;
}

.woocommerce form .form-row .input-text,
.woocommerce form .form-row select {
    color: #121926;
    font-family: "Nunito Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    border-radius: 9.469px;
    border: 1.184px solid #CDD5DF !important;
    background: #FFF;
    box-shadow: 0 1.184px 2.367px 0 rgba(16, 24, 40, 0.05);
    outline: none;
}

.woocommerce-checkout .select2-container .select2-selection--single {
    border-radius: 9.469px;
    border: 1.184px solid #CDD5DF;
    background: #FFF;
    box-shadow: 0 1.184px 2.367px 0 rgba(16, 24, 40, 0.05);
    padding: 3px 16px;
    font-size: 16px;
    line-height: 24px;
    font-family: 'Nunito Sans';
}

.woocommerce-checkout .woocommerce table.shop_table thead th {
    background: #EEF2F6;
}

.woocommerce-checkout .woocommerce table.shop_table tbody td {
    background: #fff;
}

.woocommerce-checkout .woocommerce table.shop_table tbody tr td:first-child {
    text-align: left;
}

.woocommerce-checkout .woocommerce table.shop_table thead th {
    background: #EEF2F6;
    border-color: #CDD5DF;
    font-family: overpass;
}

.woocommerce-checkout .woocommerce table.shop_table tbody td {
    background: #fff;
    border-color: #CDD5DF;
    font-family: "Nunito Sans";
}

.woocommerce-checkout .woocommerce table.shop_table tfoot td,
.woocommerce-checkout .woocommerce table.shop_table tfoot th {
    border-color: #CDD5DF;
    font-family: "Nunito Sans";
}

.woocommerce-checkout .woocommerce table.shop_table tbody tr td:first-child {
    text-align: left;
}

.woocommerce-checkout #payment {
    box-shadow: 0 12px 16px -4px rgba(16, 24, 40, 0.08), 0 4px 6px -2px rgba(16, 24, 40, 0.03);
    background: #FFF;
    box-shadow: 0 12px 16px -4px rgba(16, 24, 40, 0.08), 0 4px 6px -2px rgba(16, 24, 40, 0.03);
    border-radius: 0;
    border-top: 3px solid #04B397;
}

.woocommerce-checkout #payment * {
    font-family: 'Nunito Sans';
}

.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order{
    background: #04B397;
    box-shadow: 0 1.124px 2.249px 0 rgba(16, 24, 40, 0.05);
    margin-top: 50px;
    color: #FFF;
    font-family: Overpass;
    font-size: 17.99px;
    font-style: normal;
    font-weight: 600;
    line-height: 29.233px;
    padding: 12px 30px 8px;
    border-radius: 0;
}

.woocommerce #payment #place_order:hover,
.woocommerce-page #payment #place_order:hover {
    background: #04B397;
}

.woocommerce-checkout #payment ul.payment_methods li label {
    display: inline-flex;
    gap: 10px;
}

.woocommerce-message {
    border-top-color: #04B397;
    margin: 0;
	background-color: #fff;
    font-family: 'Nunito Sans';
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.woocommerce-message::before {
    color: #04B397;
}

.woocommerce-page .woocommerce-message .button {
    padding: 10px 20px 8px;
    color: #FFF;
    font-family: Overpass;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 1;
    background: #04B397;
    box-shadow: 0 1.293px 2.585px 0 rgba(16, 24, 40, 0.05);
}

.woocommerce-checkout .woocommerce button.button.alt{
    background: #04B397;
    box-shadow: 0 1.124px 2.249px 0 rgba(16, 24, 40, 0.05);
    margin-top: 20px;
    color: #FFF;
    font-family: Overpass;
    font-size: 17.99px;
    font-style: normal;
    font-weight: 600;
    line-height: 29.233px;
    padding: 12px 30px 8px;
    border-radius: 0;
}

.woocommerce-checkout #payment div.payment_box{
	background: #FFF;
    box-shadow: 0 12px 16px -4px rgba(16, 24, 40, 0.08), 0 4px 6px -2px rgba(16, 24, 40, 0.03);
    border-radius: 0;
}

.woocommerce-checkout #payment div.payment_box::before {
	display: none;
}

.woocommerce-checkout .woocommerce ul.order_details{
	background: #fff;
    padding: 30px;
	box-shadow: 0 12px 16px -4px rgba(16, 24, 40, 0.08), 0 4px 6px -2px rgba(16, 24, 40, 0.03);
}

.woocommerce-checkout .woocommerce ul.order_details * {
    font-family: 'Nunito Sans';
}

.woocommerce-checkout .woocommerce table.shop_table tfoot td ul#shipping_method {
    text-align: left;
    max-width: max-content;
    margin: 0 auto;
}

#gform_confirmation_message_2 {
    color: #fff;
    font-family: 'Nunito Sans';
}

span.limited-title {
    font-family: "Nunito Sans", Sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    color: #04B397;
	display: flex;
}

.woocommerce-products-datatable table thead tr th.dt-orderable-asc span.dt-column-order:before {
    content: '';
    background-image: url(assets/icons/sort-up.svg);
    background-repeat: no-repeat;
	background-size: contain;
    width: 10px;
    height: 5px;
	opacity: 1;
}

.woocommerce-products-datatable table thead tr th.dt-ordering-asc span.dt-column-order:before {
	background-image: url(assets/icons/sort-up-green.svg);
}

.woocommerce-products-datatable table thead tr th.dt-orderable-desc span.dt-column-order:after {
	content: '';
    background-image: url(assets/icons/sort-down.svg);
    background-repeat: no-repeat;
	background-size: contain;
    width: 10px;
    height: 5px;
	opacity: 1;
	margin-top: 2px;
}

.woocommerce-products-datatable table thead tr th.dt-ordering-desc span.dt-column-order:after {
	background-image: url(assets/icons/sort-down-green.svg);
}


.woocommerce-products-datatable table thead tr th span.dt-column-order {
	margin-top: -4px;
}

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

.woocommerce-message:before {
    top: 50%;
    transform: translate(0, -50%);
}

a.custom-cart-link {
    width: 20px;
    height: 26px;
    display: block;
}

a.custom-cart-link span.cart-count {
    position: absolute;
	top: -2px;
    right: -5px;
    background: #04b397;
    min-width: 18px;
    height: 18px;
    font-size: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    color: #fff;
    font-family: 'Overpass';
    padding-top: 2px;
    font-weight: 600;
}

a.custom-cart-link svg path {
    fill: #9AA4B2;
}

.woocommerce-info {
    border-top-color:#04B397;
}

.wc-empty-cart-message .woocommerce-info {
    border: none;
}

p.return-to-shop {
    margin-bottom: 80px;
}

.woocommerce .return-to-shop .button {
    background: #04B397;
    border: 1px solid #04B397;
    box-shadow: 0 1.124px 2.249px 0 rgba(16, 24, 40, 0.05);
    padding: 8px 20px 6px;
    color: #FFF;
    font-family: Overpass;
    font-size: 17.99px;
    font-style: normal;
    font-weight: 600;
    line-height: 29.233px;
    text-align: center;
    border-radius: 0;
    text-decoration: none;
}

.woocommerce .return-to-shop .button:hover {
    background: #fff;
    color: #04B397;
}

.privacy-term-link-footer ul li:last-child a {
    display: inline;
    color: #9AA4B2;
}

.privacy-term-link-footer ul li:last-child a:hover {
    color: #9AA4B2;
}

.category-btn-wrapper {
    padding: 53px 0;
    border-top: 1px solid #9AA4B2;
    border-bottom: 1px solid #9AA4B2;
    margin-bottom: 53px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
}

.category-btn-wrapper .category-btns {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex: 1;
    gap: 24px;
	flex-wrap: wrap;
}

.category-btn-wrapper .category-btns a {
    border: 1px solid #CDD5DF;
    background: #FFF;
    box-shadow: 0 12px 16px -4px rgba(16, 24, 40, 0.08), 0 4px 6px -2px rgba(16, 24, 40, 0.03);
    padding: 12px 14px 8px;
    color: #697586;
    font-family: Overpass;
    font-size: 18px;
    font-style: normal;
    font-weight: 800;
    line-height: 24px;
    text-decoration: none;
    flex: 1;
    text-align: center;
	white-space: nowrap;
	text-transform: capitalize;
}

.category-btn-wrapper .category-btns a:hover{
	color: #04B397;
	border-color: #04B397;
}

.category-btn-wrapper span {
    color: #404968;
    font-family: Nunito;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0.28px;
}

#backToTop {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 999;
    background: #202939;
    color: #fff;
    padding: 10px;
    border-radius: 50px;
    cursor: pointer;
    font-size: 14px;
    width: 50px;
    height: 50px;
    align-items: center;
    justify-content: center;
	transition: all 0.5s ease-in-out;
}
#backToTop:hover {
    background: #04B397;
}


.mobile-sec-menu ul li a {
    padding: 5px 0 !important;
}
.woocommerce-products-datatable table#postTable tbody tr td img {
max-width: 130px;
}
/*div.blockUI.blockOverlay{
	display:none !important;
}*/
/************************************* RESPONSIVE CSS  ****************************************/
@media screen and (min-width: 1025px) {
	header ul.elementor-nav-menu li.menu-item-14 a.highlighted~ul.sub-menu {
		flex-direction: row;
		display: flex !important;
		padding: 56px 0;
	}

	header ul.elementor-nav-menu li.menu-item-14 ul.sub-menu li ul.sub-menu {
		display: flex !important;
		flex-direction: column;
		position: unset;
		margin: 0 !important;
		padding: 0;
		border: none !important;
		width: 100%;
	}

	header ul.elementor-nav-menu li.menu-item-14 ul.sub-menu li a .sub-arrow {
		display: none;
	}

	header ul.elementor-nav-menu li.menu-item-14 ul.sub-menu li ul.sub-menu li a {
		margin: 0 !important;
		border-width: 8px;
		font-weight: 400 !important;
	}

	header ul.elementor-nav-menu li.menu-item-14 ul.sub-menu li:first-child ul.sub-menu li a {
		padding-right: 36px !important;
	}

	header ul.elementor-nav-menu li.menu-item-14 ul.sub-menu li:last-child ul.sub-menu li a {
		padding-left: 36px;
	}

	header ul.elementor-nav-menu li.menu-item-14>ul.sub-menu>li:last-child>a.elementor-sub-item {
		padding-left: 36px;
	}
}

@media screen and (max-width: 1366px) {
    .product-category-inner-container .accordion .accordion-item .accordion-header {
        padding: 0;
    }

}

@media screen and (max-width: 1280px) {
    .single-product .custom-product-price-box .quantity input {
        min-width: auto;
    }
}

@media screen and (max-width: 1024px) {
	header ul.elementor-nav-menu li.menu-item-14 ul.sub-menu li a {
		padding-right: 3px !important;
	}
	
    footer ul.elementor-nav-menu {
        display: grid;
        grid-template-columns: 1fr 1fr;
        column-gap: 16px;
    }

    .product-category-inner-container {
        padding: 38px 32px 112px;
    }

    .product-category-inner-container .accordion {
        padding: 0;
    }

    .product-category-inner-container .accordion .accordion-item .accordion-header {
        padding: 0;
    }

    .product-category-inner-container .category-list-wrapper {
        padding: 0;
    }

    .single-product ul.product-attributes li:first-child {
        border-top: 1px solid #CDD5DF;
    }

    .single-product .custom-product-price-box form.cart {
        flex-direction: column;
        row-gap: 16px;
    }

    .single-product .custom-product-price-box .quantity input {
        width: 100%;
        border-right: 1px solid #697586;
        margin-bottom: 16px;
    }

    .single-product .custom-product-price-box .quantity {
        width: 100%;
    }

    .single-product .custom-product-price-box button.single_add_to_cart_button {
        width: 100%;
    }

    #single-atc-block {
        position: sticky;
        top: 50px;
    }

    header ul.elementor-nav-menu>li:last-child>a {
        padding-right: 24px !important;
    }

    header ul.elementor-nav-menu>li>a {
        border-bottom: 1px solid #CDD5DF;
    }
	
	header #secondary-menu ul.elementor-nav-menu>li>a {
        border: none;
    }

    header ul.elementor-nav-menu li a {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    header ul.sub-menu.elementor-nav-menu--dropdown {
        padding: 8px 24px;
        border-top: none !important;
        border-bottom: 1px solid #CDD5DF !important;
    }

    nav.elementor-nav-menu--dropdown.elementor-nav-menu__container {
        max-height: 90vh !important;
        overflow-y: auto;
    }

    header ul.sub-menu.elementor-nav-menu--dropdown>li>a {
        border: none;
    }

    header ul.sub-menu.elementor-nav-menu--dropdown>li>a {
        border: none;
    }

    header ul.elementor-nav-menu li.menu-item-14 a.highlighted~ul.sub-menu {
        display: block !important;
        padding: 8px 24px;
    }

    header ul.elementor-nav-menu li.menu-item-14 ul.sub-menu li ul.sub-menu li a {
        font-weight: 800 !important;
    }

    header ul.elementor-nav-menu li.menu-item-14>ul.sub-menu>li:last-child>a.elementor-sub-item {
        padding-left: 24px;
    }

    header ul.elementor-nav-menu li.menu-item-14 ul.sub-menu li:last-child ul.sub-menu li a {
        padding-left: 24px;
    }

    header ul.sub-menu.elementor-nav-menu--dropdown>li>a {
        padding: 16px 26px !important;
    }

    .rfq-container {
        margin: 100px auto;
    }

    .rfq-container #dropdownSection {
        padding: 0 32px;
    }

    .cap-type-wrapper {
        padding: 0;
    }

    .quoteTable-scrollbar {
        overflow-x: auto;
    }

    .woocommerce-cart .page-header {
        padding: 0 32px;
    }

    .woocommerce-cart .page-header .entry-title {
        margin-top: 80px;
    }

    .woocommerce-cart table.cart td {
        border-bottom: none !important;
    }

    .woocommerce-cart table.cart td:first-child {
        border-top: 1px solid #CDD5DF;
    }

    .woocommerce-checkout .woocommerce h3 {
        font-size: 24px;
    }
	
	.single-product ul.product-attributes li {
    	padding: 10px 16px;
		display: flex;
	}
	
	.single-product ul.product-attributes li span.value {
    	text-align: right;
    	width: 50%;
	}
	
	#accordionGS #collapseGS {
    	padding: 0 16px;
	}
}

@media screen and (max-width: 991px) {
    .category-list-wrapper .category-card .category-card__content .inner-container {
        flex-direction: column;
        row-gap: 20px;
    }

    .category-list-wrapper .category-card .category-card__content .title-section {
        order: 1;
    }

    .category-list-wrapper .category-card .category-card__content .button-section {
        order: 3;
    }

    .category-list-wrapper .category-card .category-card__content .category-card__desc {
        order: 2;
    }

    .category-card-header .category-card-content .inner-container {
        flex-direction: column;
        row-gap: 20px;
    }
}

@media screen and (max-width: 767px) {
    .elementor-widget-n-carousel .swiper-pagination-bullet.swiper-pagination-bullet-active {
        border: 4px solid #B9E6FE;
        width: 14px;
        height: 14px;
    }

    #gallery-1 {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 10px;
    }

    #gallery-1 figure.gallery-item {
        padding: 0;
    }

    .product-category-inner-container {
        padding: 38px 20px 51px;
    }

    .category-list-wrapper .subcategory-section .subsub-item .category-card {
        flex-direction: column;
    }

    .category-list-wrapper .category-card .category-card__image {
        height: auto;
    }

    .woocommerce-products-header .woocommerce-products-header__title {
        font-size: 28px;
        line-height: 39px;
        margin-bottom: 12px;
    }

    .accordion .accordion-header button {
        padding: 20px;
        font-size: 20px;
		white-space: normal;
        text-align: center;
    }

    .woocommerce-products-datatable #tableFilters {
        flex-direction: column;
        row-gap: 16px;
    }

    .woocommerce-products-datatable #tableFilters .filter-dropdown {
        width: 100%;
        margin: 0;
    }

    .woocommerce-products-datatable .dt-container .dt-paging nav {
        padding: 20px;
        justify-content: center;
    }

    .woocommerce-products-datatable .dt-container .dt-paging nav button.dt-paging-button.previous,
    .woocommerce-products-datatable .dt-container .dt-paging nav button.dt-paging-button.next {
        display: none;
    }

    .category-card-header {
        flex-direction: column;
    }

    .category-card-header .category-card-image {
        height: auto;
    }

    .woocommerce-products-header {
        padding: 0;
    }

    .woocommerce nav.woocommerce-breadcrumb {
        flex-wrap: wrap;
    }

    #single-atc-block {
        position: relative;
        top: auto;
    }

    .gform-theme--foundation #gform_2 .gform_fields {
        row-gap: 16px;
    }

    .custom-posts-wrapper {
        padding: 0 20px;
    }

    #custom-posts-container .custom-posts-grid,
    .recent-posts-grid {
        grid-template-columns: repeat(1, 1fr);
        gap: 20px;
    }

    .custom-posts-wrapper .search-sort-box {
        flex-direction: column;
        row-gap: 20px;
    }

    .custom-posts-wrapper .search-sort-box .search-box {
        max-width: 100%;
    }

    .custom-posts-wrapper .search-sort-box select#custom-posts-sort {
        width: 100%;
        background-position: 96% 50%;
    }

    .custom-posts-wrapper .search-sort-box .custom-posts-sorting {
        width: 100%;
    }

    .pagination ul.page-numbers li .prev,
    .pagination ul.page-numbers li .next {
        display: none;
    }

    .elementor-widget-wp-widget-search form input.search-submit {
        background-image: url(assets/icons/white-search.svg);
        background-repeat: no-repeat;
        font-size: 0;
        background-position: 48% 50%;
        margin: 0;
        padding: 0 23px;
    }

    .elementor-widget-wp-widget-search form label {
        width: 100%;
    }

    .woocommerce-products-header {
        padding: 0 0 24px;
        border-left: 0;
        border-bottom: 2px solid #04B397;
    }

    .quote-contact .gform_title,
    .quote-contact .gform-theme--foundation h3 {
        font-size: 24px;
        line-height: 30px;
    }

    .cap-type-wrapper {
        flex-direction: column;
        gap: 20px;
    }

    .rfq-container #dropdownSection {
        padding: 0 20px;
    }

    .rfq-container #dropdownSection h2 {
        padding: 0 0 24px;
        border-left: none;
        border-bottom: 2px solid #04B397;
        text-align: center;
    }

    .option-table-wrapper,
    .quoteTable-container,
    .continue-quote-btn {
        padding: 0 20px;
    }

    .woocommerce-cart .page-header {
        padding: 0 20px;
    }

    .woocommerce-cart .woocommerce {
        padding: 0 20px;
    }

    .custom-cart-summary {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }

    .custom-cart-summary .seperator {
        display: none;
    }

    .woocommerce-cart table.cart td.actions {
        background-color: #fff !important;
    }

    .woocommerce-cart .cart-collaterals .cart_totals table td {
        background: none !important;
    }

    .woocommerce-checkout #payment ul.payment_methods li.wc_payment_method.payment_method_elavon_converge_credit_card label {
        flex-direction: column;
        padding-top: 30px;
    }

    .woocommerce-message {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
	
	.woocommerce-checkout .woocommerce ul.order_details {
		display: flex;
		flex-direction: column;
		row-gap: 2px;
	}

	.woocommerce-checkout .woocommerce ul.order_details li {
		display: flex;
		align-items: center;
		justify-content: space-between;
		column-gap: 10px;
		border: none;
		padding-right: 0;
		margin: 0;
	}
	
	#gform_wrapper_1 form .gform_body .gform_page.first-page-form {
    	padding: 20px 0;
	}
	
	#gform_wrapper_1 form .gform_body .gform_fields .gfield .gfield_radio .gchoice label {
		font-size: 16px;
		line-height: 24px;
	}
	
	.subcat-header {
    	flex-direction: column;
    	align-items: flex-start;
	}
	
	.category-btn-wrapper {
		flex-direction: column;
	}

	.category-btn-wrapper .category-btns {
		gap: 16px;
	}
}