/**
Theme Name: Astra Child
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/


/* Footer */
.footer-phone a {
    color: #cbd5e1;
    font-size: 16px;
    line-height: 24px;
}

.footer-phone a:hover {
    color: #cbd5e1;
}

/* header */
.header-nav .elementor-item-active {
    font-weight: 500;
}

.page-header h1.entry-title {
    display: none !important;
}

/* page */
.solution-filter .facetwp-checkbox {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
    font-size: 14px;
    color: #111827;
    cursor: pointer;
}

.solution-filter .left-group {
    display: flex;
    align-items: center;
    gap: 8px;
}

.solution-filter input[type="checkbox"] {
    margin: 0;
    accent-color: #0e2230;
}

.solution-filter .term-label {
    font-size: 14px;
    padding: 0px 8px;
}

.solution-filter .arrow {
    color: #000;
    font-size: 16px;
}

.solution-filter .count {
    margin-left: auto;
    color: #6b7280;
    font-size: 13px;
}

.elementor-13012 .elementor-element.elementor-element-5ce59a22.elementor-sticky--active {
    border-bottom: 1px solid #dadada;
    background-color: #fff;
    z-index: 5;
}

/* cart */
.custom-cart-btn {
    width: 44px;
    height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    border: 1px solid #e2e8f0;
    background: #ffffff;
    color: #0f1724;
    /* icon color */
    text-decoration: none;
    transition: all 0.2s ease;
}

.custom-cart-btn:hover {
    background: #0f1724;
    color: #ffffff;
    /* icon changes automatically */
    border-color: #0f1724;
}

.custom-cart-btn .cart-icon {
    width: 18px;
    height: 18px;
}

/* woo hook */
.codesensie-loop-buttons {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 12px;
}

.codesensie-view-product {
    flex: 1;
    padding: 12px;
    border-radius: 8px;
    background: #0f1724;
    color: #fff;
    text-align: center;
    font-weight: 600;
    text-decoration: none;
}

.codesensie-add-to-cart {
    width: 44px;
    height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    border: 1px solid #e2e8f0;
    background: #fff;
    text-decoration: none;
}

.codesensie-add-to-cart.disabled {
    background: #f8fafc;
    color: #000;
    cursor: not-allowed;
    padding: 10px;
    display: none!important;
}

.codesensie-add-to-cart svg {
    width: 16px;
    height: 16px;
}

.filter-title {
    border-bottom: 1px solid #e4e4e7;
    padding: 16px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    /* font-family: 'GeistSans Normal'; */
    background: #f8fafc;
    margin: 0px;
    border-radius: 10px 10px 0px 0px;
}

.filter-widget.solution-filter,
.filter-widget.brand-filter,
.filter-widget.availability-filter {
    border: 1px solid #e4e4e7;
    border-radius: 10px;
    padding-bottom: 20px;
}

/* second box */
.brand-filter {
    margin-bottom: 20px;
}

.brand-filter .filter-title {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 12px;
}

.brand-checkbox,
.availability-checkbox {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    padding: 10px;
}

.brand-checkbox input {
    margin-right: 8px;
}

.brand-checkbox .term-label {
    flex: 1;
}

.brand-checkbox .count {
    color: #666;
    font-size: 14px;
    margin-left: 10px;
}

/* third box */
.availability-filter {
    margin-bottom: 20px;
}

.availability-filter .filter-title {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 12px;
}

.availability-checkbox input {
    margin-right: 8px;
}

.availability-checkbox .term-label {
    flex: 1;
}

.availability-checkbox .count {
    color: #666;
    font-size: 14px;
    margin-left: 10px;
}

/* page design */
li.product.type-product {
    border: 1px solid #e4e4e7;
    border-radius: 10px;
}

.woocommerce ul.products li.product a img {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 0 1em;
    box-shadow: none;
    /* border-radius: 10px 10px 0px 0px; */
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 0;
    position: relative;
    overflow: hidden;
}

.codesensie-loop-buttons {
    padding: 16px 16px 30px 16px;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
    padding: 0px 16px;
}

.product .woocommerce ul.products li.product .woocommerce-loop-product__title {
    color: #0F172A;
}

/* Product box hover effect */
li.product.type-product {
    transition: box-shadow 0.3s ease, transform 0.3s ease;
}

li.product.type-product:hover {
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.12);
    transform: translateY(-4px);
}

li.product.type-product:hover .woocommerce-loop-product__title {
    color: #0F172A !important;
    transition: color 0.3s ease;
}

/* pagination */
.woocommerce nav.woocommerce-pagination ul {
    display: inline-block;
    white-space: nowrap;
    clear: both;
    border-right: none;
    margin: 10px;
}

.woocommerce nav.woocommerce-pagination ul li {
    border-right: none;
    padding: 0px;
    border: 1px solid;
    border-radius: 8px;
    float: left;
    display: inline;
    overflow: hidden;
    margin: 8px;
    background: #0f1724;
}

.woocommerce nav.woocommerce-pagination ul {
    border: none;
}

.woocommerce nav.woocommerce-pagination ul li:hover {
    border: 1px solid #0f1724;
    background: #f4f4f5;
}

.woocommerce-pagination span.page-numbers.current:hover {
    color: #000 !important;
    background: #f4f4f5 !important;
}

/* .yith-ywraq-add-button a {
    flex: 1;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 12px;
    border-radius: 8px;
    background-color: #0f1724 !important;
    color: #fff !important;
    font-weight: 600;
    text-decoration: none;
    font-size: 1rem;
} */

.ast-woo-product-category {
    padding: 0px 16px;
}

.astra-shop-thumbnail-wrap {
    height: auto;
    width: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.astra-shop-thumbnail-wrap img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.products.elementor-grid li {
    height: 465px;

}

.filter-title {
    border-bottom: 1px solid #e4e4e7;
    padding: 16px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    font-family: sans-serif;
    background: #f8fafc;
    margin: 0px;
    border-radius: 10px 10px 0px 0px;
}

.ast-woo-product-category {
    padding: 0px 16px;
}

.astra-shop-thumbnail-wrap {
    height: auto;
    width: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.astra-shop-thumbnail-wrap img {
    height: 286px;
    width: 100%;
    object-fit: content;
}

.products .yith-ywraq-add-button {
    display: none !important;
}

.products .yith_ywraq_add_item_response_message {
    display: none !important;
}

.products .yith_ywraq_add_item_browse_message {
    display: none !important;
}

.products li.ast-article-single {
    height: 465px;
}

li.product.type-product:hover .woocommerce-loop-product__title {
    color: #0F172A !important;
}

.woocommerce-ordering select {
    border: 1px solid #e5e7eb !important;
}

.woocommerce-ordering select:focus {
    border: 1px solid #e5e7eb !important;
}

.filter-widget .term-label {
    font-weight: 400 !important;
    line-height: 10px !important;
}

.woocommerce-js .woocommerce-breadcrumb {
    margin-bottom: 0px !important;
}

.single-product .summary.entry-summary .woocommerce-breadcrumb {
    display: none;
}

.single-product .basic {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.single-product .basic .image {
    width: 63%;
}

.single-product .basic .text {
    width: 33%;
}

.single-product .posted_in {
    display: none !important;
}

.single-product .product_title.entry-title {
    font-size: 2rem;
}

.single-product .custom-product-tabs-columns {
    display: flex;
    width: 100%;
}

.single-product .custom-tab-column {
    width: 30%;
}

.single-product .product-tab__content .woocommerce-product-attributes-item.woocommerce-product-attributes-item--attribute_pa_availability {
    display: none;
}

.single-product .custom-product-tabs-columns .custom-tab-column>h3,
.product-tab__content>p {
    padding: 0.8rem 0;
    border-top: 1px #A5BEC8 solid;
    margin: 0 0;
    font-size: 1rem;
}

.single-product table.shop_attributes {
    border-top: 0px !important;
    margin: 0px !important;
}

.custom-product-tabs-columns {
    padding: 2rem 0 0;
    display: flex;
    justify-content: space-between;
    color: #5D6B74;
    align-items: flex-start;
    flex-wrap: wrap;
}

.single-product .product-enquiry {
    padding-left: 2rem;
    padding-right: 2rem;
    position: relative;
    width: 100%;
}

.single-product .product-enquiry .heading {
    margin: 60px auto 3.33rem;
    max-width: 42rem;
    width: 100%;
}

.single-product .product-enquiry .heading .h2-style {
    font-size: 2rem;
    font-weight: 400;
    text-align: left !important;
}

.single-product .product-enquiry form {
    margin: 0 auto;
    max-width: 42rem;
    width: 100%;
}

.single-product .product-enquiry form .form-columns-2 {
    width: 100%;
    max-width: unset;
    margin: 0 -1rem;
}

.single-product .product-enquiry form .form-columns-1 {
    width: 100%;
    max-width: unset;
    margin: 0 -1rem;
}

.single-product .product-enquiry form .form-columns-2 .hs-form-field {
    width: 50%;
    float: left;
    padding: 0 1rem 1rem;
}

.single-product .summary.entry-summary .woocommerce-product-details__short-description:nth-of-type(1) {
    display: none;
}

.single-product .tagged_as {
    display: none !important;
}

.single-product .product_meta {
    padding-top: 0px !important;
    margin: 0px !important;
}

.single-product .summary .availabilty {
    line-height: 2.4rem;
    border-bottom: 1px #A5BEC8 solid;
}

.single-product .summary .availabilty a {
    color: #0A1E2D !important
}

.single-product .summary .download a {
    color: #0A1E2D !important
}


.single-product .summary .download {
    line-height: 2.4rem;
    border-bottom: 1px #A5BEC8 solid;
    position: relative;
}

.single-product .summary .download img {
    position: absolute;
    right: 0;
    height: 0.92rem;
    width: 0.58rem;
    display: block;
    top: 0;
    bottom: 0;
    margin: auto;
    object-fit: contain;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
}

.single-product .yith-ywraq-add-to-quote {
    margin: 20px 0px 20px 0px;
}

.single-product .woocommerce-product-details__short-description {
    padding-top: 0.8rem;
    border-top: 1px #A5BEC8 solid;
}

.single-product .single-product-category a {
    color: #0A1E2D !important;
}

.single-product .hbspt-form form label[id^="label-"] {
    display: none;
}

.single-product .hs-field-desc {
    display: none;
}

.single-product .hs-fieldtype-textarea {
    width: 100%;
    max-width: 670px;
    margin-top: 1em !important;
    min-height: 10rem;

}

.single-product select[id^="location-"] {
    width: 100%;
    max-width: 641px;
}

.single-product input[id^="product_name-"] {
    display: none;
}

.single-product input[id^="legal_entity-"] {
    display: none;
}

.single-product fieldset.form-columns-1 .hs_location .input {
    margin-right: 0px !important;
    display: flex;
    justify-content: center;
}

.single-product fieldset.form-columns-1 .hs-fieldtype-textarea .input {
    margin-right: 0px !important;
    display: flex;
    justify-content: center;
}

.single-product fieldset.form-columns-2 .input {
    margin-right: 0px !important;
}

.single-product ul.hs-error-msgs {
    list-style: none;
    margin: 0;
}

.single-product .form-columns-2 label.hs-error-msg {
    font-size: 0.6rem;
    color: #FF5A5A;
    margin: 0px 0px 0px 0px;
}

.single-product .hs_ug_future_communications ul.inputs-list {
    list-style: none;
    margin: 0px 0px 0px 17px;
}

.single-product .hs_ug_future_communications input {
    margin: 0.25rem 0.5rem 0.25rem 0;
}

.grecaptcha-badge {
    display: none;
}

.single-product input.hs-button {
    width: 95%;
}

.single-product div.hs_submit {
    margin-top: 1rem;
}

.single-product .hs_error_rollup {
    margin: 0 0 1rem;
}

.single-product .hs_error_rollup label.hs-main-font-element {
    font-size: 0.6rem;
    color: #FF5A5A;
}

.single-product .form-columns-1 .hs_location label.hs-error-msg {
    font-size: 0.6rem;
    color: #FF5A5A;
    margin: 0px 0px 0px 17px;
}

.single-product .form-columns-1 .hs_current_submission_message label.hs-error-msg {
    font-size: 0.6rem;
    color: #FF5A5A;
    margin: 0px 0px 0px 17px;
}

.single-product .form-columns-1 .hs_ug_future_communications label.hs-error-msg {
    font-size: 0.6rem;
    color: #FF5A5A;
    margin: 0px;
}

.single-product .summary .download img.hover {
    opacity: 0;
}

.single-product .summary .download a:hover img.hover {
    opacity: 1;
}
.wp-block-list a {
    color: #0A1E2D;
}
.wp-block-list a:hover {
    color: #28d2c8;
}
.awsm-job-form {
    display: none;
}
/* additional css Start */
.filter-title {
    border-bottom: 1px solid #e4e4e7;
    padding: 16px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    font-family: sans-serif;
    background: #f8fafc;
    margin: 0px;
    border-radius: 10px 10px 0px 0px;
}

.ast-woo-product-category {
    padding: 0px 16px;
}

.astra-shop-thumbnail-wrap {
    height: auto;
    width: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.astra-shop-thumbnail-wrap img {
    height: 286px;
    width: 100%;
    object-fit: content;
}

.products .yith-ywraq-add-button {
    display: none !important;
}

.products .yith_ywraq_add_item_response_message {
    display: none !important;
}

.products .yith_ywraq_add_item_browse_message {
    display: none !important;
}

.products li.ast-article-single {
    height: 465px;
}

li.product.type-product:hover .woocommerce-loop-product__title {
    color: #0F172A !important;
}

.woocommerce-ordering select {
    border: 1px solid #e5e7eb !important;
}

.woocommerce-ordering select:focus {
    border: 1px solid #e5e7eb !important;
}

.filter-widget .term-label {
    font-weight: 400 !important;
    line-height: 10px !important;
}

.woocommerce-js .woocommerce-breadcrumb {
    margin-bottom: 0px !important;
}

.single-product .summary.entry-summary .woocommerce-breadcrumb {
    display: none;
}

.single-product .basic {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.single-product .basic .image {
    width: 63%;
}

.single-product .basic .text {
    width: 33%;
}

.single-product .posted_in {
    display: none !important;
}

.single-product .product_title.entry-title {
    font-size: 2rem;
}

.single-product .custom-product-tabs-columns {
    display: flex;
    width: 100%;
}

.single-product .custom-tab-column {
    width: 30%;
}

.single-product .product-tab__content .woocommerce-product-attributes-item.woocommerce-product-attributes-item--attribute_pa_availability {
    display: none;
}

.single-product .custom-product-tabs-columns .custom-tab-column>h3,
.product-tab__content>p {
    padding: 0.8rem 0;
    border-top: 1px #A5BEC8 solid;
    margin: 0 0;
    font-size: 1rem;
}

.single-product table.shop_attributes {
    border-top: 0px !important;
    margin: 0px !important;
}

.custom-product-tabs-columns {
    padding: 2rem 0 0;
    display: flex;
    justify-content: space-between;
    color: #5D6B74;
    align-items: flex-start;
    flex-wrap: wrap;
}

.single-product .product-enquiry {
    padding-left: 2rem;
    padding-right: 2rem;
    position: relative;
    width: 100%;
}

.single-product .product-enquiry .heading {
    margin: 60px auto 3.33rem;
    max-width: 42rem;
    width: 100%;
}

.single-product .product-enquiry .heading .h2-style {
    font-size: 2rem;
    font-weight: 400;
    text-align: left !important;
}

.single-product .product-enquiry form {
    margin: 0 auto;
    max-width: 42rem;
    width: 100%;
}

.single-product .product-enquiry form .form-columns-2 {
    width: 100%;
    max-width: unset;
    margin: 0 -1rem;
}

.single-product .product-enquiry form .form-columns-1 {
    width: 100%;
    max-width: unset;
    margin: 0 -1rem;
}

.single-product .product-enquiry form .form-columns-2 .hs-form-field {
    width: 50%;
    float: left;
    padding: 0 1rem 1rem;
}

.single-product .summary.entry-summary .woocommerce-product-details__short-description:nth-of-type(1) {
    display: none;
}

.single-product .tagged_as {
    display: none !important;
}

.single-product .product_meta {
    padding-top: 0px !important;
    margin: 0px !important;
}

.single-product .summary .availabilty {
    line-height: 2.4rem;
    border-bottom: 1px #A5BEC8 solid;
}

.single-product .summary .availabilty a {
    color: #0A1E2D !important
}

.single-product .summary .download a {
    color: #0A1E2D !important
}


.single-product .summary .download {
    line-height: 2.4rem;
    border-bottom: 1px #A5BEC8 solid;
    position: relative;
}

.single-product .summary .download img {
    position: absolute;
    right: 0;
    height: 0.92rem;
    width: 0.58rem;
    display: block;
    top: 0;
    bottom: 0;
    margin: auto;
    object-fit: contain;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
}

.single-product .yith-ywraq-add-to-quote {
    margin: 20px 0px 20px 0px;
}

.single-product .woocommerce-product-details__short-description {
    padding-top: 0.8rem;
    border-top: 1px #A5BEC8 solid;
}

.single-product .single-product-category a {
    color: #0A1E2D !important;
}

.single-product .hbspt-form form label[id^="label-"] {
    display: none;
}

.single-product .hs-field-desc {
    display: none;
}

.single-product .hs-fieldtype-textarea {
    width: 100%;
    max-width: 670px;
    margin-top: 1em !important;
    min-height: 10rem;

}

.single-product select[id^="location-"] {
    width: 100%;
    max-width: 641px;
}

.single-product input[id^="product_name-"] {
    display: none;
}

.single-product input[id^="legal_entity-"] {
    display: none;
}

.single-product fieldset.form-columns-1 .hs_location .input {
    margin-right: 0px !important;
    display: flex;
    justify-content: center;
}

.single-product fieldset.form-columns-1 .hs-fieldtype-textarea .input {
    margin-right: 0px !important;
    display: flex;
    justify-content: center;
}

.single-product fieldset.form-columns-2 .input {
    margin-right: 0px !important;
}

.single-product ul.hs-error-msgs {
    list-style: none;
    margin: 0;
}

.single-product .form-columns-2 label.hs-error-msg {
    font-size: 0.6rem;
    color: #FF5A5A;
    margin: 0px 0px 0px 0px;
}

.single-product .hs_ug_future_communications ul.inputs-list {
    list-style: none;
    margin: 0px 0px 0px 17px;
}

.single-product .hs_ug_future_communications input {
    margin: 0.25rem 0.5rem 0.25rem 0;
}

.grecaptcha-badge {
    display: none;
}

.single-product input.hs-button {
    width: 95%;
}

.single-product div.hs_submit {
    margin-top: 1rem;
}

.single-product .hs_error_rollup {
    margin: 0 0 1rem;
}

.single-product .hs_error_rollup label.hs-main-font-element {
    font-size: 0.6rem;
    color: #FF5A5A;
}

.single-product .form-columns-1 .hs_location label.hs-error-msg {
    font-size: 0.6rem;
    color: #FF5A5A;
    margin: 0px 0px 0px 17px;
}

.single-product .form-columns-1 .hs_current_submission_message label.hs-error-msg {
    font-size: 0.6rem;
    color: #FF5A5A;
    margin: 0px 0px 0px 17px;
}

.single-product .form-columns-1 .hs_ug_future_communications label.hs-error-msg {
    font-size: 0.6rem;
    color: #FF5A5A;
    margin: 0px;
}

.single-product .summary .download img.hover {
    opacity: 0;
}

.single-product .summary .download a:hover img.hover {
    opacity: 1;
}



.e-n-carousel .case-study-main {
    height: 100%;
}
.woocommerce-pagination .page-numbers li .page-numbers,
.woocommerce-pagination .page-numbers li .page-numbers.current,
.woocommerce nav.woocommerce-pagination ul li:hover {
    color: #fff;
}
.woocommerce-pagination .page-numbers li .page-numbers.current,
.woocommerce nav.woocommerce-pagination ul li:hover {
    background-color: #EF4444 !important;
    border: 1px solid #EF4444 !important;
}
.filters .wcf-horizontal-popover {
    border-top: none;
    border-left: none;
    border-right: none;
}
.wcf-filter {
    overflow-y: auto !important;
}
.filters #block-21 .wcf-ai {
    border: none;
    padding: 0;
}
.filters #block-21 .wcf-horizontal-popover {
    display: none;
}
.wcf-filter.search .wcf-text-input .wcf-input-root,
.wcf-filter.search .wcf-text-input .wcf-input-root .wcf-ae {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
.wcf-filter.search .wcf-text-input .wcf-input-root:hover .wcf-do, 
.wcf-filter.search .wcf-text-input .wcf-input-root:focus-within .wcf-do {
    background-color: unset;
}
.single-product .custom-product-tabs-columns {
    background-color: #F8FAFC;
    padding: 20px;
    border-radius: 15px;
    border: 1px solid #E5E7EB;
}
.single-product .custom-product-tabs-columns .custom-tab-column>h3 {
    border: none !important;
    padding-top: 0px !important;
}
.single-product .custom-product-tabs-columns .custom-tab-column>h3, 
.product-tab__content>p {
    border-color: #E5E7EB !important;
}
.product-tab__content>p:last-child {
    padding-bottom: 0;
}

.hbspt-form .hs-error-msgs {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 0.6rem;
    color: #FF5A5A;
}
.hs-error-msg {
    padding: 0;
    margin: 0;
    font-size: 15px;
    color: #FF5A5A;
}

.newsletter form#hsForm_a3d0d447-78ee-4711-893c-04bc746b1734 {
    max-width: 100%;
    display: flex
;
    flex-wrap: wrap;
}

.hs_submit input[type="submit"] {
  display: block;
  width: 100%;
}



.hbspt-form .hs-form-field>label+legend {
  display: none !important;
}

.hs-custom-style fieldset textarea {
  height: 8rem;
}

.hs-custom-style fieldset input[type="checkbox"] {

  flex-shrink: 0;
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff;

  margin: 0.15rem 0.5rem 0 0;
  color: #A5BEC8;
  width: 1rem;
  height: 1rem;
  border: 1px solid #A5BEC8;
  border-radius: 0;
  transform: translateY(-0.075em);
  display: grid;
  place-content: center;

}

.hbspt-form fieldset.form-columns-1 input[type="radio"] {
  width: 1rem;
}

.hbspt-form input[type="checkbox"] {

  width: 1rem !important;
  display: grid !important;
  vertical-align: middle;

}

.hbspt-form textarea {
  min-height: 10rem;
}

.hs-recaptcha {
  margin-top: 0;
}

.hs_error_rollup {
  position: relative;
  display: block;
  margin: 0 0 1rem;
}

.hs_error_rollup .hs-error-msgs {
  position: relative;
}

.hbspt-form .grecaptcha-badge {
  display: none !important;
}

.hbspt-form .submitted-message {
  font-size: 1.4rem;
}
.newsletter form#hsForm_a3d0d447-78ee-4711-893c-04bc746b1734 {
  max-width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.newsletter form#hsForm_a3d0d447-78ee-4711-893c-04bc746b1734 fieldset.form-columns-1 {
  width: 50%;
  margin: 0;
}

.newsletter #hsForm_a3d0d447-78ee-4711-893c-04bc746b1734 label {
  color: #fff;
}

.newsletter #hsForm_a3d0d447-78ee-4711-893c-04bc746b1734 input {
  display: block;
  width: 100%;
  background: #fff;
  color: #0A1E2D;
  outline: 0;
  padding: 0.75rem 0.5rem !important;
  border-radius: 0;
  line-height: 1.2;
  border: 1px #979797 solid;
}

.newsletter #hsForm_a3d0d447-78ee-4711-893c-04bc746b1734 .input label input {
  width: 20px;
}

.newsletter #hsForm_a3d0d447-78ee-4711-893c-04bc746b1734 .hs-form-field {
  padding: 0 1rem 1rem 0;
}

.newsletter #hsForm_a3d0d447-78ee-4711-893c-04bc746b1734 .input label input[type="checkbox"] {
  display: inline-block !important;
  width: auto !important;
  margin: 0.25rem 0.5rem 0.25rem 0;
  position: relative;
  cursor: pointer;
  appearance: none;
  border: none;
}

.newsletter #hsForm_a3d0d447-78ee-4711-893c-04bc746b1734 .input label input[type=checkbox]:before {
  content: "";
  display: block;
  position: absolute;
  width: 25px;
  height: 25px;
  top: 0;
  left: 0;
  border: 1px solid #888E91;
  background-color: #fff;
}

.hbspt-form fieldset.form-columns-1:last-child {
  width: 100%;
}

.hbspt-form fieldset.form-columns-2 {
  width: 100%;
}

.newsletter #hsForm_a3d0d447-78ee-4711-893c-04bc746b1734 .input label input[type=checkbox]:checked:after {
  content: "";
  display: block;
  width: 6px;
  height: 12px;
  border: solid #000;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 5px;
  left: 10px;
}

.newsletter #hsForm_a3d0d447-78ee-4711-893c-04bc746b1734 .input .inputs-list .hs-form-checkbox-display span {
  padding-left: 17px;
  font-size: 15px;
  line-height: 18px;
}

.newsletter #hsForm_a3d0d447-78ee-4711-893c-04bc746b1734 .input .inputs-list .hs-form-checkbox-display {
  display: flex;
  align-items: center;
  padding: 0.25rem 0;
}

.newsletter #hsForm_a3d0d447-78ee-4711-893c-04bc746b1734 .hs_submit input[type="submit"] {
  display: block;
  width: auto !important;
  background: #FF5A5A !important;
  color: #fff;
  padding: 0.75rem 1.2rem !important;
  text-align: center;
  font-weight: 400;
  border: 0;
  border-radius: 0;
  outline: 0;
  margin: 0 0;
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  line-height: 1.2;
  font-size: 16px;
}

.newsletter #hsForm_a3d0d447-78ee-4711-893c-04bc746b1734 .hs_submit input.hs-button:hover {
  color: #000 !important;
}

.newsletter .hs-form-a3d0d447-78ee-4711-893c-04bc746b1734_c8dac87a-8bf0-43d2-b563-92aff49f77ec .hs-form-field label:not(.hs-error-msg) {
  color: #fff;
}



.newsletter-small #hsForm_a3d0d447-78ee-4711-893c-04bc746b1734 .input .inputs-list .hs-form-checkbox-display {
  display: flex;
  align-items: center;
  padding: 0 0;
}

.newsletter-small #hsForm_a3d0d447-78ee-4711-893c-04bc746b1734 .input .inputs-list .hs-form-checkbox-display span {
  padding-left: 17px;
  font-size: 15px;
  line-height: 18px;
}

.newsletter-small #hsForm_a3d0d447-78ee-4711-893c-04bc746b1734 .input label input[type="checkbox"] {
  display: inline-block !important;
  width: auto !important;
  margin: 0.25rem 0.5rem 0.25rem 0;
  position: relative;
  cursor: pointer;
  appearance: none;
  border: none;
  padding: 10px !important;
}

.newsletter-small #hsForm_a3d0d447-78ee-4711-893c-04bc746b1734 .input label input[type=checkbox]:before {
  content: "";
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  top: 0;
  left: 0;
  border: 1px solid #888E91;
  background-color: #fff;
}

.newsletter-small #hsForm_a3d0d447-78ee-4711-893c-04bc746b1734 .input label input[type=checkbox]:checked:after {
  content: "";
  display: block;
  width: 6px;
  height: 12px;
  border: solid #000;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 2px;
  left: 8px;
}

.newsletter-small #hsForm_a3d0d447-78ee-4711-893c-04bc746b1734 .hs_submit input[type="submit"] {
  display: block;
  width: 40% !important;
  background: #FF5A5A !important;
  color: #fff;
  padding: 0.75rem 1.2rem !important;
  text-align: center;
  font-weight: 400;
  border: 0;
  border-radius: 0;
  outline: 0;
  margin: 0 0;
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  line-height: 1.2;
  font-size: 16px;
}

.newsletter form#hsForm_a3d0d447-78ee-4711-893c-04bc746b1734 fieldset.form-columns-1 {
  width: 50%;
}

.newsletter form#hsForm_a3d0d447-78ee-4711-893c-04bc746b1734 input.hs-button:hover {
  color: #000 !important;
}

.newsletter p:last-child,
.newsletter-small p:last-child {
  margin-top: 0;
}

.newsletter p:last-child br,
.newsletter-small p:last-child br {
  display: none;
}

@media (max-width: 765px) {
  .newsletter form#hsForm_a3d0d447-78ee-4711-893c-04bc746b1734 fieldset.form-columns-1 {
    width: 100%;
  }

  .newsletter #hsForm_a3d0d447-78ee-4711-893c-04bc746b1734 .hs-form-field {
    padding: 0 0 1rem 0;
  }
}

label#label-product_category-a3d0d447-78ee-4711-893c-04bc746b1734 {
  display: block !important;
  padding-bottom: 15px;
}

#hsForm_a3d0d447-78ee-4711-893c-04bc746b1734 label {
  color: #fff;
}

#hsForm_a3d0d447-78ee-4711-893c-04bc746b1734 input {
  display: block;
  width: 100%;
  background: #fff;
  color: #0A1E2D;
  outline: 0;
  padding: 0.75rem 0.5rem !important;
  border-radius: 0;
  line-height: 1.2;
  border: 1px #979797 solid;
}

.hs-form-a3d0d447-78ee-4711-893c-04bc746b1734_c8dac87a-8bf0-43d2-b563-92aff49f77ec .hs-form-field label:not(.hs-error-msg) {
  color: #fff;
}

.hsForm_a3d0d447-78ee-4711-893c-04bc746b1734 input {
  width: 100% !important;
}



/* Cart Page */
.woocommerce.ywraq-wrapper.ywraq-with-form {
    padding-top: 50px;
	padding-bottom: 50px;
}
.ywraq-wrapper .woocommerce-error {

  text-align-last: center;
  margin: 0 0 2rem;
  padding: 0 0;
  list-style: none;

}

.ywraq-with-form .ywraq-form-table-wrapper.wide {
  grid-column-gap: 2.5rem;
  align-items: flex-start;
}
/*
#yith-ywraq-form table.cart {
  margin: 0 0;
  border : none;
}

#yith-ywraq-form table.cart .cart_item {

  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;

  align-items: stretch;
  border-top: 1px #BBD3DC solid;
  padding: 2.5rem 0;

}

#yith-ywraq-form table.cart .cart_item:first-child {
  border-top: 0;
  padding-top: 0;
}

#yith-ywraq-form table.cart .cart_item td {
  display: inline-block;
  vertical-align: top;
}



#yith-ywraq-form table.cart .cart_item td.product-thumbnail {
  width: 26%;
  flex-shrink: 0;
  border: none;
}

#yith-ywraq-form table.cart .cart_item td.product-thumbnail a,

#yith-ywraq-form table.cart .cart_item td.product-thumbnail img {
  display: block;
  width: 100%;
  height: auto;
}
button.wc-backward.yith-ywraq-before-table-wc-backward {
    text-decoration: none;
}




#yith-ywraq-form table.cart .cart_item td.product-name {

  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;

  position: relative;
  padding: 0 1.5rem;
  flex-grow: 1;
  border: none;

}

#yith-ywraq-form table.cart .cart_item .item-name {
  padding-bottom: 0.5rem;
}

#yith-ywraq-form table.cart .cart_item .category {
  font-size: 0.88rem;
  color: rgba(34, 35, 43, 0.6);
}

#yith-ywraq-form table.cart .cart_item .product-info ul {

  list-style: none;
  padding: 0 0;
  margin: 1rem 0 0;

  font-size: 0.88rem;
  color: rgba(34, 35, 43, 0.6);

}

#yith-ywraq-form table.cart .cart_item .product-info strong {
  font-weight: normal;
}



#yith-ywraq-form .product-quantity {
  padding: 0 0;
  margin: 1rem 0 0;
}

#yith-ywraq-form .product-quantity .quantity {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}

#yith-ywraq-form .product-quantity .quantity span {

  height: 2.67rem;
  line-height: 2.67rem;
  width: 2.67rem;
  display: inline-block;

  text-align: center;
  border: 1px #A5BEC8 solid;
  cursor: pointer;
  user-select: none;

  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;

  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;

}

#yith-ywraq-form .product-quantity .quantity span:hover {
  background: #A5BEC8;
  color: #fff;
}

#yith-ywraq-form .product-quantity .quantity input::-webkit-outer-spin-button,

#yith-ywraq-form .product-quantity .quantity input::-webkit-inner-spin-button {

  -webkit-appearance: none;

}

#yith-ywraq-form .product-quantity .quantity input {

  height: 2.67rem;
  line-height: 2.67rem;
  width: 5.2rem;
  border: 1px #A5BEC8 solid;
  display: inline-block;

  margin: 0 0.5rem;
  text-align: center;
  -moz-appearance: textfield;

}

#yith-ywraq-form .product-remove {

  position: absolute;
  right: 0;
  top: 0;
  width: 0.6rem;
  padding: 0 0;
  max-width: unset;

}

#yith-ywraq-form .product-remove a {

  display: block;
  font-size: 0;
  width: 100%;
  height: 0.88rem;
  background-image: url(assets/img/delete.svg);

  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;

  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;

  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;

}

#yith-ywraq-form .product-remove a:hover {
  transform: scale(1.2);
}

*/

.unique-request-quote-form {
  background: #D2CDCD;
}

.unique-request-quote-form .title {
  padding: 1.94rem 2.22rem;
  font-size: 2rem;
}

.unique-request-quote-form .order-details {
  padding: 0 2.22rem 1rem;
}

.unique-request-quote-form .order-details .ywraq_number_items {
  display: inline-block;
}

.unique-request-quote-form img.request-quote-form__line {
  display: block;
  width: 100%;
  height: auto;
}

.unique-request-quote-form .submitted-message {
  text-align: center;
}

.unique-request-quote-form .hs-cart_items,

.unique-request-quote-form .hs-quantity,

.unique-request-quote-form .hs-line_of_business,

.unique-request-quote-form .hs-legal_entity {

  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border: 0;

  visibility: hidden;
  pointer-events: none;

}



.ywraq-form-table-wrapper.wide .yith-ywraq-mail-form-wrapper {
  margin: 0 0;
  padding: 1rem 2.22rem;
}

.yith-ywraq-default-form>h3 {
  display: none;
}

.yith-ywraq-mail-form-wrapper .form-row.form-row-wide,

.yith-ywraq-mail-form-wrapper .form-row {
  padding: 0 0;
  margin: 0 0 0.8rem;
}

.yith-ywraq-mail-form-wrapper .form-row.form-row-wide.raq-send-request-row {
  margin: 0 0;
}



.yith-ywraq-mail-form-wrapper input[type="text"],

.yith-ywraq-mail-form-wrapper input[type="email"],

.yith-ywraq-mail-form-wrapper input[type="tel"],

.yith-ywraq-mail-form-wrapper input[type="number"],

.yith-ywraq-mail-form-wrapper textarea,

.yith-ywraq-mail-form-wrapper select {

  border: 1px #979797 solid;
  /* padding: 0.75rem 1.2rem; */

}

.yith-ywraq-mail-form-wrapper textarea {
  resize: none;
  padding: 1.2rem;
  height: 10rem;
}

.yith-ywraq-mail-form-wrapper input[type=submit],

.yith-ywraq-mail-form-wrapper button[type=submit] {

  display: block;
  width: 100%;
  padding: 0.75rem 1.2rem;

  background: #FF5A5A;
  color: #fff;
  text-align: center;
  border: 0;

  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;

  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;

}

.yith-ywraq-mail-form-wrapper input[type=submit]:hover,

.yith-ywraq-mail-form-wrapper button[type=submit]:hover {

  box-shadow: 0px 0px 0px 2px #FF5A5A;
  background: rgba(0, 0, 0, 0);
  color: #FF5A5A;

}

.unique-request-quote-form__or {
  text-align: center;
  position: relative;
  margin: 0.5rem 2.22rem;
}

.unique-request-quote-form__or span:before,

.unique-request-quote-form__or span:after {

  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 45%;
  height: 1px;

  background: rgba(12, 30, 45, .6);
  margin: auto;

}

.unique-request-quote-form__or span:before {
  left: 0;
}

.unique-request-quote-form__or span:after {
  right: 0;
}

.unique-request-quote-form__continue-shopping {
  text-align: center;
  padding: 0 2.22rem 1rem;
}

.unique-request-quote-form__continue-shopping a {
  font-size: 0.8rem;
  text-decoration: underline;
}


/*custom
.quantity {
  display: inline-flex;
  align-items: center;
  border: 1px solid #ddd;
  border-radius: 6px;
  overflow: hidden;
}

.quantity input.qty {
  width: 50px;
  text-align: center;
  border: none;
  outline: none;
}

.qty-minus, .qty-plus {
  width: 32px;
  height: 32px;
  line-height: 30px;
  text-align: center;
  font-size: 20px;
  cursor: pointer;
  user-select: none;
  background: #f8f8f8;
  border: none;
}

.qty-minus:hover, .qty-plus:hover {
  background: #e9e9e9;
}
*/

/* Cart Page End */


/*tabs css*/

.subsea-solution-wrap .Tabs {
  display: flex;
  flex-direction: column;
  /* column-gap: 5rem; */
  row-gap: 3rem;
  margin-top: 4rem;
  margin-bottom: 2.3rem;
  position: relative;
  margin-left: -30px;
}
.content-scroll {
  height: 290px;
  overflow-x: auto;
}
.content-scroll::-webkit-scrollbar {
  width:5px;
}

/* Track */
.content-scroll::-webkit-scrollbar-track {
  border-radius: 10px;
  background: #F3F4F9;
}

/* Handle */
.content-scroll::-webkit-scrollbar-thumb {
  background: #00205C;
  border-radius: 10px;
}

/* Handle on hover */
.content-scroll::-webkit-scrollbar-thumb:hover {
  background: #FF5A5A;
}
.counter1 {
  display: flex;
  flex-wrap: wrap;
  /*column-gap: 5rem;*/
  justify-content: space-around;
  position: relative;
}
.counter1::after{
  content: '';
    background: #5C819C;
    width: 100%;
    height: 2px;
    position: absolute;
    top: -13px;
    z-index: 0;
}
.counter2 {
  direction: rtl;
}
.subsea-solution-wrap .Tabs::after{
  content: '';
  position: absolute;
  right: 0;
  width: 2px;
  height: 74%;
  background: #5C819C;
  display: block;
  top: -11px;
}
.subsea-solution-wrap .Tabs::before{
  content: '';
  position: absolute;
  left: 0;
  width: 4.3%;
  height: 83%;
  background: #0A1E2D;
  display: block;
  top: -14px;
  z-index: 99;
 
}
.subsea-solution-wrap .Tabs .Tab {
  background: none;
  /* padding: 0.25rem 2rem; */
  cursor: pointer;
  border: 0;
  color: #A8BBC8;
  position: relative;
  font-size: 18px;
    line-height: 24px;
    transition: 0.5s ease;
}
.subsea-solution-wrap .Tabs .Tab::before{
  content: '';
  width: 17px;
  height: 17px;
  border: 1px solid #5C819C;
  background: #0A1E2D;
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  top: -21px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9;
  transition: 0.5s ease;
}
.subsea-solution-wrap .Tabs .Tab::after{
  content: '';
  
}
.subsea-solution-wrap .Tabs .Tab:hover{
color: #FF5A5A;
}
.subsea-solution-wrap .Tabs .Tab.active{
color: #FF5A5A;
}
.subsea-solution-wrap .Tabs .Tab:hover::before{
  content: '';
  width: 30px;
  height: 30px;
  border: 1px solid #5C819C;
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  top: -28px;
  left: 50%;
  transform: translateX(-50%);
}
.subsea-solution-wrap .Tabs .Tab:hover::after
 {
  content: '';
  background: #FF5A5A;
  width: 19px;
  height: 18px;
  border-radius: 50%;
  position: absolute;
  top: -22px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 999;
}
.subsea-solution-wrap .Tabs .Tab.active::before{
  content: '';
  width: 30px;
  height: 30px;
  border: 1px solid #5C819C;
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  top: -28px;
  left: 50%;
  transform: translateX(-50%);
}
.subsea-solution-wrap .Tabs .Tab.active::after
 {
  content: '';
  background: #FF5A5A;
  width: 19px;
  height: 18px;
  border-radius: 50%;
  position: absolute;
  top: -22px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 999;
}

.subsea-solution-wrap .TabsContainer {
  overflow: hidden;
  width: 100%;
  /*height: 20rem;*/
}
.subsea-solution-wrap .TabsContainer .TabsContent {
  transition: 0.5s all;
  display: flex;
  margin-top: 2rem;
}
.subsea-solution-wrap .TabsContainer .TabsContent .TabContent {
  min-width: 100%;
  min-height: 20rem;
  color: #fff;
  padding-right: 7px;
}

.subsea-solution-wrap h3 {
  font-size: 84px;
  line-height: 100px;
  font-weight: normal;
  color: #FF5A5A;
  margin-bottom:20px;
}
.subsea-solution-wrap p {
  font-weight: normal;
  color: #fff;
  margin-bottom:20px;
}

/*tabs css*/

div.woof_container_product_cat ul.woof_list.woof_list_checkbox{
    height: 300px;
    overflow-y: scroll;
}
.woof_container_inner.woof_container_inner_filterbybrand {
    height: 300px;
    overflow-y: scroll;
}
ul.woof_list.woof_list_checkbox li{
  display: flex !important; 
  padding-top: 10px;
  padding-left: 7px;
  /* flex!important */
}
.woof_childs_list {
  padding-left: 0px!important;
}

	/* Layout for Our New Quick Filter Page */
.tax-product_cat .content,  .our-new-quick-filter-page .content {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  margin-top: 40px;
}
.pre-sales-btn.add-request-quote-button{
   margin: 20px 0px 20px 0px !important;
}

/* Filters column */
.tax-product_cat .filters, .our-new-quick-filter-page .filters {
  flex: 0 0 25%;
  max-width: 25%;
}

/* Results column */
.tax-product_cat .unique-product-list,.our-new-quick-filter-page .unique-product-list {
  flex: 1;
}

/* Responsive for mobile */
@media (max-width: 991px) {
  .tax-product_cat .content,.our-new-quick-filter-page .content {
    flex-direction: column;
  }
.tax-product_cat .filters,.tax-product_cat .unique-product-list,
  .our-new-quick-filter-page .filters,
  .our-new-quick-filter-page .unique-product-list {
    max-width: 100%;
  }
}

.wooqt_pagination{display: flex;
    align-items: center;
	 justify-content: center;
}
.woof_qt_pagination_item {
	background: #0f1724;
	color: #fff;
}
.woof_quick_search_results .mt-qu-serach .wooqt_pagination .woof_qt_pagination_item { width: 41px; height: 41px;    border-radius: 8px; display: flex; align-items: center; justify-content: center; }
.woof_quick_search_results .mt-qu-serach .wooqt_pagination .woof_qt_pagination_item.qt_current { background: #FF5A5A; color: #fff; }


.woof_qt_pagination_item:hover {
    color: #fff;
    cursor: pointer;
	background: #EF4444 !important;
    border: 1px solid #EF4444 !important;
}
span.woof_qt_pagination_item.qt_current:hover {
	cursor: default;
	background: #FF5A5A !important;
	border: 1px solid #FF5A5A !important;
	color: #000;
}


@media (min-width: 922px) {
    .ast-woo-shop-archive .site-content > .ast-container {
        max-width: 1320px;
    }
}



/* ================================
   🧭 Quick Search + Filter Panel
   ================================ */

/* Wrapper */
/* .woof_quick_search_wraper {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  padding: 20px;
  font-family: "Inter", "Segoe UI", Arial, sans-serif;
  font-size: 14px;
  color: #111827;
  line-height: 1.5;
} */

.woof_sid_flat_white {
    background: #fff;
    border: none !important;
    padding: 9px;
}

/* Search Input */
.woof_quick_search_wraper_textinput {
  width: 100%;
  padding: 10px 14px;
  border: 1px solid #d1d5db;
  border-radius: 8px;
  outline: none;
  font-size: 15px;
  color: #111827;
  background-color: #fff;
  transition: all 0.2s ease-in-out;
  margin-bottom: 20px;
}

.woof_quick_search_wraper_textinput::placeholder {
  color: #9ca3af;
}

.woof_quick_search_wraper_textinput:focus {
  border-color: #2563eb;
  box-shadow: 0 0 0 2px rgba(37, 99, 235, 0.15);
}

/* Section Headings */
.woof_qt_add_filter > h4 {
  font-weight: 700;
  font-size: 13px;
  text-transform: uppercase;
  color: #1f2937;
  background: #f9fafb;
  border-bottom: 1px solid #e5e7eb;
  padding: 10px 12px;
  border-radius: 6px 6px 0 0;
  margin: 0 0 8px 0;
}
.woof_qs_3_col .woof_qt_add_filter{
	height: 300px;
	overflow-y: scroll;
}

/* Each Filter Box */
.woof_container_inner, .woof_qt_add_filter {
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  margin-bottom: 18px;
  background: #fff;
  overflow: hidden;
  
}
section.products .content .filters {
    width: auto;
    font-size: 0.83rem;
    flex-shrink: 0;
}
/* Checkbox Containers */
.woof_qt_item_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 10px;
  padding-left: 10px;
  /* border-bottom: 1px solid #f3f4f6; */
}

.woof_qt_item_container:last-child {
  border-bottom: none;
}
section.products .content .list {
    flex-grow: 1;
    padding-left: 0;
}

/* Label Text */
.woof_qt_checkbox_label {
    flex: 1;
    font-size: 19px;

  
  color: #374151;
  margin-left: 6px;
  cursor: pointer;
}
.woof label {
    cursor: pointer;
    flex: 1;
    font-size: 19px;
    color: #374151;
    margin-left: 6px;
    cursor: pointer;
}

/* Count (if inside label) */
.woof_qt_checkbox_label::after {
  content: attr(data-count);
  font-weight: 500;
  font-size: 13px;
  color: #6b7280;
  margin-left: 6px;
}

/* Checkbox */
.icheckbox_square-blue {
  width: 24px;
  height: 24px;
  /* border: 1px solid #9ca3af; */
  border-radius: 3px;
  /* background-color: #fff; */
  position: relative;
  transition: all 0.2s ease;
}

.icheckbox_square-blue.checked {
  background-color: #2563eb;
  border-color: #2563eb;
}
/* .icheckbox_square-blue.hover{
	 background-position: 0; 
} */
.icheckbox_square-blue.checked::after {
  /* content: "✔";
  position: absolute;
  color: #fff;
  font-size: 11px;
  top: 0px;
  left: 3px; */
}

/* Filter by Availability (select) */
.chosen-container-multi {
  width: 100% !important;
  margin-top: 8px;
}

.chosen-choices {
  border-radius: 8px;
  border: 1px solid #d1d5db !important;
  padding: 6px 8px !important;
  background: #fff;
}

/* Clear All Button */
.woof_qt_reset_filter_btn {
  display: block;
  width: 100%;
  background: #f3f4f6;
  color: #374151;
  border: 1px solid #d1d5db;
  border-radius: 6px;
  padding: 8px 0;
  text-align: center;
  font-weight: 500;
  margin-top: 12px;
  cursor: pointer;
  transition: all 0.2s ease;
}

.woof_qt_reset_filter_btn:hover {
  background: #2563eb;
  color: #fff;
  border-color: #2563eb;
}
.woof-front-builder-container .woof_container h4{
  margin-bottom: 0;
}
.woof_quick_search_wraper .woof_qt_add_filter h4 {
    text-align: center;
    margin-bottom: 5px;
    /* margin-top: 10px; */
    padding: 10px 40px 6px 20px;
    border-bottom: 1px solid #e4e4e7;
    /* padding: 12px; */
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    font-family: sans-serif;
    background: #f8fafc;
    margin: 0px;
    /* border-radius: 10px 10px 0px; */
}

/* ================================
   💡 Responsiveness
   ================================ */
@media (max-width: 768px) {
  /* .woof_quick_search_wraper {
    padding: 15px;
  } */
  .woof_qt_add_filter > h4 {
    font-size: 12px;
  }
  .woof_qt_checkbox_label {
    font-size: 13px;
  }
}



/* By CGPT */

/* Remove expand/collapse icons if visible */
.woof_childs_list_opener {
  display: none !important;
}



.woof_childs_list li {
    margin-left: 0 !important;
    padding-left: 0 !important;
}



/* GPT*/
/* Each filter item should appear on its own line */

.woof_term_99 {
  display: inline-block!important;
} 

body .uniminiform .hs-field-desc, body .uniminiform .hs-product_name, body .uniminiform .hs-line_of_business, body .uniminiform .hs-legal_entity, body .uniminiform .hs_recaptcha {
  display: none !important;
}

.best_offer_form .hsForm_4895081e-0bb0-4706-b9b5-059c45309702 textarea.hs-input {
    width: 96% !important;  
}
.best_offer_form .hs-form-4895081e-0bb0-4706-b9b5-059c45309702_350ebf1a-404f-4895-8819-dfc4ac4300af fieldset.form-columns-1 .hs-input{
  width: 96%!important;  
}
.best_offer_form .hs-form-4895081e-0bb0-4706-b9b5-059c45309702_758e1cac-b524-49d6-acd3-db5140977847 fieldset.form-columns-1 .hs-input{
  width: 96%!important;  
}
.best_offer_form .hs-form-4895081e-0bb0-4706-b9b5-059c45309702_ce21b04f-c938-4de3-8af1-d3c8826ba5e9 fieldset.form-columns-1 .hs-input {
    width: 96%;
}
.hs-form-4895081e-0bb0-4706-b9b5-059c45309702_fb91e9a3-d40d-447a-8615-b93e6e9eec54 fieldset.form-columns-1 .hs-input{
 width: 96%;
}

.ays-quiz-wrap {
    display: none;
}