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

/* Add your custom styles here */
body {
	overflow-x:hidden;
}
ul,
li,
p,
h1,
h2,
h3,
h4,
h5,
h6,
span,
svg {
    margin-block-start: 0;
    margin-block-end: 0;
    margin: 0;
    padding: 0;
    padding-inline: 0;
}

.desktop-header.sticky-header {
   position: fixed;
    top: -110px;
    left: 0;
    right: 0;
    z-index: 9999;

}


.info-card:hover svg,
.info-card:hover svg path {
    fill: var(--e-global-color-primary) !important;
}

.truncate-text-content .elementor-widget-container {
    max-height: 400px;
    overflow: hidden;
    position: relative;
    transition: max-height 0.5s ease;
}

.truncate-text-content.expanded .elementor-widget-container {
    max-height: none;
}

.read-more-btn {
    display: inline-block;
    margin-top: 10px;
    color: #8FB714;
    cursor: pointer;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}

.truncate-text-content .elementor-widget-container:after {
    content: '';
    display: block;
    height: 100px;
    width: 100%;
    position: absolute;
    bottom: 0;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgb(248 249 249) 80%);
    transition: height .25s ease;
}

.truncate-text-content.expanded .elementor-widget-container:after {
    visibility: hidden;
    opacity: 0;
}

.No-readmore.truncate-text-content .elementor-widget-container:after {
    display: none;
}

.swiper-slide-active .elementor-widget {
    opacity: 1 !important;
    visibility: visible !important;
}

.woocommerce div.product div.images .flex-control-thumbs li {
    width: 33.3%;
    float: left;
    margin: 0;
    list-style: none;
}

.search-product-p nav.elementor-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.search-product-p nav.elementor-pagination .prev,
.search-product-p nav.elementor-pagination .next {
    font-size: 0;
    position: relative;
}

.search-product-p nav.elementor-pagination .prev {
    margin-right: 10px;
}

.search-product-p nav.elementor-pagination .next {
    margin-left: 10px;
}

.search-product-p nav.elementor-pagination .prev:before,
.search-product-p nav.elementor-pagination .next:before {
    content: '';
    display: block;
    height: 24px;
    width: 24px;
    background: url(https://boxitquick.com/staging/4703/wp-content/uploads/2025/04/ArrowLeft.svg) no-repeat center;
}


.search-product-p nav.elementor-pagination .next:before {
    background: url(https://boxitquick.com/staging/4703/wp-content/uploads/2025/04/ArrowRight.svg) no-repeat center;
}

.search-product-p nav.elementor-pagination .page-numbers {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border-radius: 100px;
    border: 1px solid var(--Gray-100, #E4E7E9);
    background: var(--Gray-00, #FFF);

}

.search-product-p nav.elementor-pagination .page-numbers.current,
.search-product-p nav.elementor-pagination .page-numbers:hover {
    background: var(--Foundation-Green-green-500, #8FB714);
    color: white !important;
    ;
}

.search-product-p nav.elementor-pagination .prev:hover:before,
.search-product-p nav.elementor-pagination .next:hover:before {
    filter: brightness(0) invert(1);
}

.form-action {
    position: relative;
}

.form-action .wpcf7-spinner {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
}


.Specifications-box h2 {
    display: none;
}

.Specifications-box .woocommerce-product-attributes {
    background: #E6EBEC;
    margin-bottom: 0 !important;
}

.Specifications-box .woocommerce-product-attributes tr:nth-child(odd) td,
.Specifications-box .woocommerce-product-attributes tr:nth-child(odd) th {
    background: #E6EBEC !important;
}

.Specifications-box .woocommerce-product-attributes tr:nth-child(even) td,
.Specifications-box .woocommerce-product-attributes tr:nth-child(even) th {
    background: #fff !important;
}

.Specifications-box .woocommerce-product-attributes tr .woocommerce-product-attributes-item__label {
    width: 316px;
    text-align: left;
    padding: 16px 0px 16px 24px;
    border: none;
    border-right: 1px solid #8AA4A8;
}

.Specifications-box .woocommerce-product-attributes tr .woocommerce-product-attributes-item__value {

    border: none;
    padding: 16px 0px 16px 36px;
}

.Specifications-box .woocommerce-product-attributes tr .woocommerce-product-attributes-item__value p {
    padding: 0 !important;
    font-style: normal;
}

.select2-container--default .select2-selection--single {
    border-radius: 8px;
    border: 1px solid var(--Gray-300, #D0D5DD);
    background: var(--Base-White, #FFF);
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    height: 44px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 44px;
    position: absolute;
    top: 1px;
    right: 8px;
    width: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 0;
    margin-left: 0;
    margin-top: -1px;
    position: absolute;
    top: 50%;
    width: 15px;
    height: 13px;
    transform: translateY(-50%);
    left: auto;
}

.select2-container.select2-container--open .select2-dropdown--below {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-color: #D0D5DD;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: var(--e-global-color-primary);
    color: white;
}

.testimonials-slider .swiper-pagination .swiper-pagination-bullet {
    width: 56px !important;
    height: 6px;
    border-radius: 100px;
}

.testimonials-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: var(--e-global-color-primary);
}

.table-of-content-ctm ol li {
    margin: 0;
}

.table-of-content-ctm ol li a {
    padding: 8px 14px 8px 14px;
    border-left: 2px solid #fff;
    display: flex;
    align-items: flex-start;
    width: 100%;
}


.table-of-content-ctm ol li a:hover,
.table-of-content-ctm ol li a.elementor-item-active {
    border-left: 2px solid var(--Foundation-Black, #000);
    background: var(--Foundation-Green2-green-50, #E6EBEC);

}

.table-of-content-ctm .elementor-toc__body {
    padding-top: 0px;
}

.table-of-content-ctm .elementor-toc__body li .elementor-toc__list-item-text-wrapper::before {
    display: none;
}

.table-of-content-ctm .elementor-toc__body a::before {
    content: counters(item, ".") ". ";
    padding-right: 10px;

}

span.select2.select2-container.select2-container--default {
    width: 100% !important;
}

.modal-form .Special-Features {
    display: none !important;
}

.pdp-card-info {
    display: flex;
    align-items: center;
    gap: 15px;
    width: 100%;
}

.pdp-card-info-icon,
.pdp-card-info-icon p {
    display: inline-flex;
}

.pdp-card-info-title {
    color: #18191C;
    font-size: 20px !important;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}



/* login form */
form.woocommerce-form.woocommerce-form-login.login {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}

form.woocommerce-form.woocommerce-form-login.login .form-row ,
.woocommerce-EditAccountForm .form-row br,.woocommerce-address-fields .form-row br {
    display: none;
}

form.woocommerce-form.woocommerce-form-login.login .form-row,
.woocommerce-address-fields label {
    font-size: 14px;
    font-weight: 600;
    font-family: "Helvetica Now Text", Sans-serif;
}

form.woocommerce-form.woocommerce-form-login.login .form-row input.input-text,
.woocommerce-address-fields .input-text,
.woocommerce-EditAccountForm .input-text {
    border-radius: 8px !important;
    border: 1px solid #D0D5DD !important;
    background: #FFF !important;
    /* Shadow/xs */
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05) !important;
    color: #767676 !important;
    font-size: 16px;
    font-style: normal;
    font-weight: 400 !important;
    line-height: 24px !important;
    width: 100%;
}


form.woocommerce-form.woocommerce-form-login.login .woocommerce-form-login__submit,
.woocommerce-address-fields .button[name="save_address"],
.woocommerce-EditAccountForm button[name="save_account_details"] {
    width: 100%;
    border-radius: 6px;
    background: var(--e-global-color-primary);
    border: none;
    color: var(--Foundation-White, #FFF);
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    display: flex;
    height: 56px;
    padding: 0px 60px;
    margin: 0;
    float: none;
    line-height: normal;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.woocommerce-address-fields .button[name="save_address"],
.woocommerce-EditAccountForm button[name="save_account_details"] {
    width: auto !important;
    font-size: 16px;
    height: 46px;
}

form.woocommerce-form.woocommerce-form-login.login .woocommerce-form-login__submit:hover,
.woocommerce-address-fields .button[name="save_address"]:hover ,.woocommerce-EditAccountForm button[name="save_account_details"]:hover {
    background-color: var(--e-global-color-secondary);
    border-color: var(--e-global-color-secondary);
    color: #FFF !important;
}
.woocommerce-EditAccountForm button[name="save_account_details"]  {
    margin-top: 30px;
}

/* accoutn style*/
nav.woocommerce-MyAccount-navigation {
    max-width: 300px;
    background: #e6ebec;
}

nav.woocommerce-MyAccount-navigation ul li {
    list-style: none;

}

nav.woocommerce-MyAccount-navigation ul li a br {
    display: none;
}

nav.woocommerce-MyAccount-navigation ul li a {
    color: #000 !important;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: 400;
    display: block;
}

nav.woocommerce-MyAccount-navigation ul li a:hover,
nav.woocommerce-MyAccount-navigation ul li.is-active a {
    background: var(--e-global-color-primary) !important;
    color: #fff !important;
}

.woocommerce .col2-set,
.woocommerce-page .col2-set {
    gap: 20px;
    display: flex;
    margin-top: 30px;
}

.u-columns.woocommerce-Addresses.col2-set.addresses:before,
.u-columns.woocommerce-Addresses.col2-set.addresses:after {
    display: none;
}

.woocommerce-info {
    border-top-color: var(--e-global-color-primary);
}

.woocommerce-info::before {
    color: var(--e-global-color-primary);
}

.u-column1.col-1.woocommerce-Address {
    float: none;
    width: 50%;
}

.woocommerce-account .addresses .title .edit {
    float: none;
}
.prod-detail h1,
.prod-detail h2,
.prod-detail h3,
.prod-detail h4,
.prod-detail h5,
.prod-detail h6 {
  margin-bottom: 16px;
}

.prod-detail p {
  margin-bottom: 24px !important;
}

.prod-detail ul {
padding-left:20px;
}



.elementor-field-type-recaptcha .elementor-field {
    border: none !important;
    background: transparent !important;
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
	    z-index: 30;
}

.grecaptcha-badge {
    visibility: hidden;
}

.choosefile-ctm label .no-file-choose {
	font-size:14px !important;
white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100px;
}
}
@media (max-width:767px) {
	.elementor-widget-icon-box .elementor-icon-box-content {
	    display: flex;
    align-items: center;
	}
    .pdp-card-info-title {
        font-size: 18px !important;
    }

    .choosefile-ctm label .no-file-choose {
        font-size: 14px;
    }

    .Specifications-box .woocommerce-product-attributes tr .woocommerce-product-attributes-item__label,
    .Specifications-box .woocommerce-product-attributes tr .woocommerce-product-attributes-item__value {
        padding: 16px;
    }

    .Specifications-box .woocommerce-product-attributes tr .woocommerce-product-attributes-item__label {
        width: 120px;
    }


    .card-11 .elementor-icon-box-content,
    .card-12 .elementor-icon-box-content {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .card-11 .elementor-icon-box-icon,
    .card-12 .elementor-icon-box-icon {
        display: inline-flex !important;
    }

    .card-11 .elementor-icon-box-icon svg,
    .card-12 .elementor-icon-box-icon svg {
        height: auto !important;
    }

    .search-product-p nav.elementor-pagination .page-numbers {
        width: 30px;
        height: 30px;
    }

    .search-product-p nav.elementor-pagination .prev:before,
    .search-product-p nav.elementor-pagination .next:before {
        height: 19px;
        width: 19px;
        background-size: contain;
    }

    .search-product-p nav.elementor-pagination {
        gap: 8px;
    }
}