/*
Theme Name: Hello Elementor Child
Theme URI: https://example.com/twentytwentyone-child
Description: A child theme for the Hello Elementor theme.
Author: Your Name
Author URI: https://example.com
Template: hello-elementor
Version: 1.0.0
Text Domain: hello-elementor-child
*/

/* Add custom styles below this line */

.elementor-widget-text-editor :last-child {
    margin-bottom: 0 !important;
}
.pd100 {
    padding-bottom: clamp(62.5px, 12.2px + 4.5732vw, 100px) !important;
    padding-top: clamp(62.5px, 12.2px + 4.5732vw, 100px) !important;
}
.pdb0 {
    padding-bottom: 0 !important;
}
.pdt0 {
    padding-top: 0 !important;
}
.pdlr {
    padding-left: 13.4% !important; /*change as per figma */
    padding-right: 13.4% !important; /*change as per figma */
}
.pdl0 {
    padding-left: 0 !important; /*change as per figma */
}
.pdr0 {
    padding-right: 0 !important; /*change as per figma */
}
.main-hdr {
    position: relative;
    /* background: #F5F5F5; */
}
.main-hdr::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    width: 70%;
    height: 1px;

    background: linear-gradient(
        90deg,
        rgba(255,255,255,0) 0%,
        rgba(255,255,255,0.3) 20%,
        rgba(255,255,255,0.5) 50%,
        rgba(255,255,255,0.3) 80%,
        rgba(255,255,255,0) 100%
    );
    box-shadow: 0 0 6px rgba(255,255,255,0.4);
}
.homebox4 .elementor-icon-box-wrapper .elementor-icon-box-icon {
    order: 2;
}
.home-faq .elementskit-card.active span.ekit-accordion-title {
    font-weight: 600 !important;
}
.home-prod-slider .elementor-swiper-button.elementor-swiper-button-next {
    width: 88px;
    height: 88px;
    background: rgba(255, 255, 255, 0.4);
    backdrop-filter: blur(20px);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    transition: 0.3s ease;
}
/* Contact us */
.ninja-form-css h3, span.ninja-forms-req-symbol, .ninja-form-css .nf-form-fields-required {
    display: none;
}
.ninja-form-css label {
    font-family: 'Poppins';
    font-size: 18px;
    line-height: 30px;
    font-weight: 400 !important;
    color: #D9D9D9 !important;
    margin-top: 10px !important;
}
.ninja-form-css .label-above .nf-field-label {
    margin-bottom: 8px;
}
.ninja-form-css input, .ninja-form-css textarea {
    border: 1px solid rgb(0 0 0 / 20%);
    padding: 15px;
    border-radius: 8px;
    font-family: var(--e-global-typography-3dd8428-font-family), Sans-serif;
    font-size: var(--e-global-typography-3dd8428-font-size);
    font-weight: var(--e-global-typography-3dd8428-font-weight);
    text-transform: var(--e-global-typography-3dd8428-text-transform);
}
.ninja-form-css input::placeholder, .ninja-form-css textarea::placeholder {
    color: #9BA0A6 !important;
}
.ninja-form-css input:focus, .ninja-form-css textarea:focus {
    border-color: #000000 !important;
}
.ninja-form-css .submit-wrap input {
    width: 100% !important;
    color: #ffffff !important;
    background-color: #D72A27 !important;
    transition: 0.5s all !important;
    text-transform: uppercase;
    font-family: 'Poppins' !important;
}
.ninja-form-css .submit-wrap input:hover {
    background-color: #ffffff !important;
    color: #333333 !important;
    transition: 0.5s all !important;
}
.ninja-form-css .submit-wrap {
    margin-top: 20px !important;
}
.ninja-form-css .nf-after-field .nf-error-msg {
    margin-right: 10px;
    font-size: 14px;
}
.ninja-form-css .nf-error-msg.nf-error-field-errors {
    font-size: 16px;
}
.ninja-form-css .nf-field-container {
    margin-bottom: 5px;
}
.ninja-form-css .nf-field-element textarea {
    height: 100px;
    font-size: 16px !important;
    font-family: 'Poppins';
    color: #B1B1B1 !important;
}
.ninja-form-css textarea:focus-visible {
    outline: 5px !important;
}
.ninja-form-css option, .ninja-form-css select {
    font-size: 18px !important;
    font-family: 'PT Sans' !important;
    line-height: 30px !important;
}
input[type=text]:focus, input[type=email]:focus, input[type=url]:focus, input[type=password]:focus, input[type=search]:focus, input[type=number]:focus, input[type=tel]:focus, input[type=date]:focus, input[type=month]:focus, input[type=week]:focus, input[type=time]:focus, input[type=datetime]:focus, input[type=datetime-local]:focus, input[type=color]:focus, .site textarea:focus, select:focus, input[type="submit"]:focus {
    outline: 0px dotted var(--form--border-color) !important;
}
input[type=text], input[type=email], input[type=url], input[type=password], input[type=search], input[type=number], input[type=tel], input[type=date], input[type=month], input[type=week], input[type=time], input[type=datetime], input[type=datetime-local], input[type=color], .site textarea, .ninja-form-css select {
    border: 0px solid #DADADA !important;
    border-radius: 10px !important;
    padding: 13px 20px !important;
    color: #B1B1B1 !important;
    font-family: 'Poppins' !important;
    font-size: 16px !important;
}
.ekit-wid-con a:focus-visible, .ekit-wid-con button:focus-visible, .ekit-wid-con input:focus-visible, .ekit-wid-con textarea:focus-visible {
    outline: -webkit-focus-ring-color auto 0px;
}
.ninja-form-css input, .ninja-form-css select, .ninja-form-css textarea{
    background-color: #333333 !important;
}
.ninja-form-css input[type=text]:focus, input[type=email]:focus, input[type=number]:focus, input[type=tel]:focus, .ninja-form-css textarea:focus, .ninja-form-css select:focus {
    border: 1px solid #ffffff !important;
    transition: 0.5s all !important;
}
.woocommerce div.product div.images .flex-control-thumbs li {
    width: 17% !important;
    float: left;
    margin: 0;
    list-style: none;
}
.woocommerce-Tabs-panel h2.wb_cptb_title {
    display: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
    list-style: none;
    padding: 0 0 0 0em;
}
.woocommerce div.product.elementor ul.tabs li a {
    padding: 10px 80px 10px 3px !important;
    margin-right: 30px;
}
.woocommerce div.product.elementor ul.tabs li a {
    padding: 10px 123px 20px 0px !important;
    margin-right: 30px;
    margin-left: 2px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);;
}
.wc-tabs li.active a {
    border-bottom: 1px solid #ffffff !important;
}
.woocommerce div.product.elementor .woocommerce-tabs .panel {
    padding: 50px 0px 0px 0px !important;
}
.woocommerce-Tabs-panel .wb_cptb_content ul {
    padding-left: 0px !important;
}
.woocommerce-Tabs-panel ul li {
    list-style: none;
    position: relative;
    padding-left: 25px;
}
.woocommerce-Tabs-panel ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 6px;
    width: 14px;
    height: 14px;
    background-image: url("https://ttppt.csweb.ca/wp-content/uploads/2026/04/right-icon.png");
    background-size: contain;
    background-repeat: no-repeat;
}
/* Wrapper */
.product-cat-tags {
    display: flex;
    gap: 9px;
    flex-wrap: wrap;
}
.product-cat-tags .cat-pill {
    font-family: 'Poppins';
    display: inline-block;
    padding: 5px 10px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 50px;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    background: transparent;
    transition: all 0.3s ease;
}
.product-cat-tags .cat-pill:hover {
    background: #fff;
    color: #000;
    border-color: #fff;
}
.single-loop-produr .elementor-widget-woocommerce-product-title.elementor-page-title.elementor-widget-heading {
    /* white-space: nowrap; */
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    width: 100%;
}
.singl-title-listing h4.product_title.entry-title.elementor-heading-title.elementor-size-default {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 90px;
}
.single-loop-produr p {
    display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;  
  overflow: hidden;
}
.side-filter h4.filter-title {
    font-family: 'Poppins';
    background-color: #333333 !important;
    color: #ffffff !important;
    font-size: 18px;
    line-height: 30px;
    border-radius: 10px;
    padding: 15px 20px 15px 20px;
}
.side-filter .yith-wcan-filters {
    background-color: transparent !important;
    margin-bottom: 0px;
}
.side-filter a.term-label {
    font-family: 'Poppins';
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 2% !important;
    color: #ffffff !important;
}
.side-filter ul.filter-items.filter-text.level-0 {
    margin-top: 30px !important;
    margin-left: 85px !important;
}
.side-filter li.filter-item.text.level-0.no-color {
    margin: 10px 0px;
}
.yith-wcan-filters .yith-wcan-filter {
    margin-bottom: 50px;
}
.side-filter li.filter-item {
    position: relative;
}
.side-filter li.filter-item::before {
    content: "";
    position: absolute;
    left: -52px;
    top: 12px;
    width: 34px;
    height: 34px;
    background-image: url("https://ttppt.csweb.ca/wp-content/uploads/2026/04/list-line.png");
    background-size: contain;
    background-repeat: no-repeat;
}
.side-filter ul.filter-items {
    position: relative;
}
.side-filter ul.filter-items::before {
    content: "";
    position: absolute;
    left: -53px;
    top: -5px;
    bottom: -15px;
    width: 1px;
    background-color: rgba(255, 255, 255, 0.4);
}
.side-filter li.filter-item.text.active a {
    color: #D72A27 !important;
}
.side-filter a.term-label:hover {
    color: #D72A27 !important;
    transition: all .4s ease !important;
}



/* Accordian style */
/* Filter Title */
.yith-wcan-filter .filter-title {
    position: relative;
    cursor: pointer;
    padding-right: 30px;
}
/* Arrow Icon */
.yith-wcan-filter .filter-title {
    position: relative; /* required */
}

.yith-wcan-filter .filter-title::after {
    content: "";
    position: absolute;
    right: 19px;
    top: 50%;
    transform: translateY(-50%);
    width: 10px;
    height: 6px;
    background-image: url("https://ttppt.csweb.ca/wp-content/uploads/2026/04/Vector-down.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    transition: transform 0.3s ease;
}
/* Rotate when active */
.yith-wcan-filter.active .filter-title::after {
    transform: translateY(-50%) rotate(180deg);
}
/* ✅ Ensure visible by default */
.yith-wcan-filter .filter-content {
    display: block;
}
.searchinput-listing input#product-search {
    background-color: transparent;
    padding: 15px 40px 15px 20px !important;
    font-family: 'Poppins' !important;
    font-size: 16px !important;
    line-height: 26px;
    color: #ffffff !important;
}
.searchinput-listing #product-search::placeholder {
    color: #ffffff !important;
}
.searchinput-listing {
    width: 44%;
}
.custom-product-search {
    position: relative; /* important */
}
.custom-product-search::after {
    content: '';
    background-image: url('https://ttppt.csweb.ca/wp-content/uploads/2026/04/Search-icon.png');
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    width: 16px;
    height: 16px;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none; /* prevents click issues */
}
.no-products p {
    font-family: 'Poppins';
    font-size: 16px;
    line-height: 26px;
    color: #ffffff;
}
.custom-sort {
  position: relative;
  width: 260px;
}
#product-sort {
    width: 100%;
    padding: 15px 40px 15px 20px;
    background: transparent;
    color: #fff;
    border: 1px solid #444;
    border-radius: 8px;
    appearance: none;
    cursor: pointer;
    font-family: 'Poppins';
    font-size: 16px;
    line-height: 28px;
}
/* Arrow */
.custom-sort::after {
    content: "";
    position: absolute;
    right: 19px;
    top: 50%;
    transform: translateY(-50%);
    width: 10px;
    height: 6px;
    background-image: url("https://ttppt.csweb.ca/wp-content/uploads/2026/04/Vector-down.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    transition: transform 0.3s ease;
}
#product-sort option {
    font-family: 'Poppins';
    font-size: 16px;
    color: #000000 !important;
}
#product-sort .sort-label {
    font-size: 16px;
    line-height: 26px;
}
.custom-sort {
    position: relative;
    width: 280px;
    color: #fff;
    border: 1px solid #444;
    border-radius: 8px;
    padding: 15px 15px 15px 20px;
    cursor: pointer;
}
.sort-options {
  display: none;
  position: absolute;
  width: 100%;
  background: #111;
  border: 1px solid #444;
  margin-top: 10px;
  list-style: none;
  padding: 0;
}

.sort-options li {
  padding: 10px;
}
.sort-options li:hover {
  background: #222;
}
.trp-shortcode-switcher {
    padding: 6px 0 8px 0;
    top: 3px !important;
    left: 0px !important;
}
/* Stickey badge */
.sticky-badge {
    position: fixed !important;
    left: 20px;
    bottom: -13px;
    z-index: 9999;
    max-width: 218px !important;
}
.sticky-badge img {
    width: 100%;
    height: auto;
}
.gttranslate-hdr {
    width: 24%;
}
.gttranslate-hdr select {
    border: unset;
    border-radius: 10px;
    padding: 12px 7px;
}











































/* -------------------------------------------------------------------------------
----------------------------------------------------------------------------------
                                    RESPONSIVE CSS
----------------------------------------------------------------------------------
----------------------------------------------------------------------------------*/

@media (max-width: 1600px) {
    .headr-menu {
        padding-left: 0px !important;
    }
    .heder-menu a.ekit-menu-nav-link {
        padding: 0 5px !important;
        font-size: 18px !important;
    }
    .hdr-btn span.elementor-button-text {
        font-size: 16px;
    }
    .header-get-a-quote {
        width: 30% !important;
    }
    .home-truck {
        background-size: 46% auto !important;
        --min-height: 78vh !important;
    }
    .home-bus {
        --width: 40% !important;
    }
    .home-prod-slider a.elementor-button.elementor-button-link.elementor-size-sm {
        padding: 10px 5px 10px 5px;
    }
    .home-aitire {
        --padding-left: 3% !important;
    }
    .home-delivers-1 .elementor-widget-icon-box {
        padding: 20% 0% 0% 0%;
    }
    .home-delivers-3 .elementor-widget-icon-box {
        padding: 0% 0% 0% 40% !important;
    }
    .home-proven1, .home-proven2 {
        row-gap: 42px !important;
    }
    .home-proven1 p, .home-proven2 p {
        font-size: 26px !important;
    }
    .woocommerce div.product.elementor ul.tabs li a {
        padding: 10px 70px 20px 0px !important;
        margin-right: 20px;
    }  
    .side-filter h4.filter-title {
        font-size: 18px;
        line-height: 30px;
        border-radius: 10px;
        padding: 10px 10px 10px 15px;
    }  
    .yith-wcan-filter .filter-title::after {
        right: 15px;
    }
    .sticky-badge {
        bottom: 27px;
        max-width: 183px !important;
    }
}

@media screen and (max-width: 1500px) and (min-width: 1420px) {
    .trust-content-1, .trust-content-3 {
        width: 65% !important;
    }
    .trust-content-2, .trust-content-4 {
        width: 100% !important;
    }
}

@media (max-width: 1440px) {
    .headr-menu {
        padding-left: 0px !important;
    }
    .heder-menu li {
        margin: 0 5px !important;
    }
    .footr-menu span, .footr-menu .copyright p {
        font-size: 16px !important;
    }
    h2 {
        font-size: 40px !important;
    }
    .home-truck {
        background-size: 46% auto !important;
        --min-height: 70vh !important;
    }
    .home-bus {
        --width: 44% !important;
    }
    h4.product_title.entry-title.elementor-heading-title.elementor-size-default {
        font-size: 22px;
    }
    .product-view span.elementor-button-content-wrapper {
        font-size: 16px !important;
    }
    .home-industry .elementor-widget-icon-box {
        padding-right: 0 !important;
    }
    .home-proven1, .home-proven2 {
        row-gap: 12px !important;
    }
    .home-proven1 p, .home-proven2 p {
        font-size: 22px !important;
    }
    .woocommerce div.product.elementor ul.tabs li a {
        padding: 10px 50px 20px 0px !important;
        margin-right: 20px;
    }
    .side-filter h4.filter-title {
        font-size: 16px;
        line-height: 26px;
        border-radius: 10px;
        padding: 10px 10px 10px 10px;
    }
    .side-filter a.term-label {
        font-family: 'Poppins';
        font-size: 16px;
        line-height: 26px;
        letter-spacing: 2% !important;
        color: #ffffff !important;
    }
    .searchinput-listing input#product-search, .custom-sort {
        padding: 10px 50px 10px 10px !important;
        font-size: 16px !important;
        line-height: 26px;
    }
    .custom-sort {
        position: relative;
        width: 260px;
        color: #fff;
        border: 1px solid #444;
        border-radius: 8px;
        padding: 10px 15px 10px 10px;
        cursor: pointer;
    }
     .searchinput-listing {
        width: 61%;
    }
    .product-cat-tags {
        display: flex;
        gap: 5px;
        flex-wrap: wrap;
    }
    .product-cat-tags .cat-pill {
        padding: 4px 10px;
        font-size: 10px;
    }
    .sticky-badge {
        bottom: 95px;
        max-width: 163px !important;
    }
    .header-get-a-quote {
        width: 35% !important;
    }
    .gttranslate-hdr select {
        padding: 11px 7px;
    }
}

@media (max-width: 1366px) {
    .heder-menu {
        margin-left: 20px !important;
    }
    .home-truck {
        background-size: 47% auto !important;
        --min-height: 68vh !important;
    }
    .home-prod-slider .elementor-swiper-button.elementor-swiper-button-next {
        width: 75px;
        height: 75px;
    }
    .home-bus {
        --width: 47% !important;
    }
    .home-delivers-1 .elementor-widget-icon-box {
        padding: 10% 0% 0% 0% !important;
    }
    .home-delivers-3 .elementor-widget-icon-box {
        padding: 0% 0% 0% 30% !important;
    }
    .woocommerce div.product.elementor ul.tabs li a {
        padding: 10px 36px 20px 0px !important;
        margin-right: 20px;
        margin-left: 4px;
    }
    .woocommerce div.product.elementor .woocommerce-tabs .panel {
        padding: 30px 0px 0px 0px !important;
    }
    .side-filter h4.filter-title {
        font-size: 14px;
        line-height: 24px;
        padding: 10px 10px 10px 10px;
    }
    .searchinput-listing input#product-search, .custom-sort {
        padding: 10px 50px 10px 10px !important;
        font-size: 14px !important;
        line-height: 24px;
    }  
    .woocommerce-product-details__short-description p {
        font-size: 16px;
        margin-bottom: 0;
    }  
    .sticky-badge {
        bottom: 177px;
        max-width: 153px !important;
    }
    .header-get-a-quote {
        width: 38% !important;
    }
    .gttranslate-hdr select {
        padding: 10px 7px;
    }
}

@media screen and (max-width: 1300px) and (min-width: 1260px) {
    h1 {
        font-size: 22px !important;
    }
    h2 {
        font-size: 30px !important;
    }
    h3 {
        font-size: 20px !important;
    }
    p.elementor-heading-title.elementor-size-default, p {
        font-size: 16px !important;
    }
    .hdr-btn span.elementor-button-text {
        font-size: 14px;
    }
    a.elementor-button.elementor-button-link.elementor-size-sm {
        padding: 6px 12px !important;
    }
    span.ekit-accordion-title {
        font-size: 18px;
    }
    .sticky-badge {
        bottom: 237px;
        max-width: 140px !important;
    }
}

@media (max-width: 1280px) {
    .heder-menu {
        margin-left: 8px !important;
    }
    .heder-menu a.ekit-menu-nav-link {
        padding: 0 4px !important;
        font-size: 16px !important;
    }
    .home-truck {
        background-size: 50% auto !important;
    }
    .home-delivers-3 .elementor-widget-icon-box {
        padding: 0% 0% 0% 34% !important;
    }
    .woocommerce div.product.elementor ul.tabs li a {
        padding: 10px 24px 12px 0px !important;
        margin-right: 18px;
        margin-left: 3px;
    }
    .sticky-badge {
        bottom: 247px;
        max-width: 140px !important;
    }
    .header-get-a-quote {
        width: 34% !important;
    }
    .gttranslate-hdr select {
        padding: 5px 5px;
    }
}

@media (max-width: 1100px) {
}

@media (max-width: 1024px) {
    .pd100 {
        padding-bottom: 50px;
        padding-top: 50px;
    }
    .pdlr {
        padding-left: 25px !important; /*change as per need */
        padding-right: 25px !important; /*change as per need */
    }
    .hdr-btn a.elementor-button.elementor-button-link.elementor-size-sm {
        padding: 8px 15px !important;
    }
    .heder-menu a.ekit-menu-nav-link, .heder-menu a.dropdown-item {
        padding: 8px 10px !important;
        font-size: 16px !important;
    }
    .heder-menu i.icon.icon-arrow-point-to-down.elementskit-submenu-indicator {
        color: #000000 !important;
        fill: #000000;
    }
    .heder-menu .elementskit-menu-close {
        padding: 10px 8px 8px 8px !important;
        width: 50px !important;
    }
    h1 {
        font-size: 22px !important;
    }
    h2 {
        font-size: 28px !important;
    }
    h3 {
        font-size: 20px !important;
    }
    .home-truck {
        background-size: 50% auto !important;
        --min-height: 58vh !important;
    }
    .home-prod-slider .elementor-swiper-button.elementor-swiper-button-next {
        width: 65px;
        height: 65px;
    }
    .home-proven1, .home-proven2 {
        row-gap: 52px !important;
    }
    .hdr-btn a.elementor-button.elementor-button-link.elementor-size-sm {
        padding: 6px 12px !important;
    }
    .hdr-btn span.elementor-button-text {
        font-size: 14px;
    }
    .ninja-form-css label {
        font-family: 'Poppins';
        font-size: 16px;
        line-height: 28px;
        font-weight: 400 !important;
        color: #D9D9D9 !important;
        margin-top: 5px !important;
    }
    .ninja-form-css .nf-field-element textarea .ninja-form-css textarea, input[type=text], input[type=email], input[type=url], input[type=password], input[type=search], input[type=number], input[type=tel], input[type=date], input[type=month], input[type=week], input[type=time], input[type=datetime], input[type=datetime-local], input[type=color], .site textarea, .ninja-form-css select {
        border: 0px solid #DADADA !important;
        border-radius: 10px !important;
        padding: 11px 10px !important;
        color: #B1B1B1 !important;
        font-family: 'Poppins' !important;
        font-size: 14px !important;
    }
    .ninja-form-css .nf-field-element textarea {
        font-size: 14px !important;
    }
    .woocommerce div.product.elementor ul.tabs li a {
        padding: 10px 40px 10px 0px !important;
        margin-right: 18px;
        margin-left: 3px;
    }
    .woocommerce div.product.elementor .woocommerce-tabs .panel {
        padding: 20px 0px 0px 0px !important;
    }
    a.elementor-button.elementor-button-link.elementor-size-sm {
        padding: 6px 12px !important;
        font-size: 14px;
    }
    .woocommerce-Tabs-panel ul li::before {
        top: 8px;
        width: 12px;
        height: 12px;
    }
    .product-cat-tags {
        gap: 10px;
    }
    .product-cat-tags .cat-pill {
        padding: 5px 16px;
        font-size: 14px;
    }
    /* .yith-wcan-filter .filter-content {
        display: none;
    } */
    .side-filter li.filter-item::before {
        left: -52px;
        top: 14px;
        width: 34px;
        height: 34px;
    }
    .side-filter li.filter-item.text.level-0.no-color {
        margin: 5px 0px;
    }
    .side-filter ul.filter-items.filter-text.level-0 {
        margin-top: 20px !important;
        margin-left: 80px !important;
    }
    .sticky-badge {
        left: 25px;
        bottom: 437px;
        max-width: 130px !important;
    }
    .header-get-a-quote {
        width: 100% !important;
    }
    .gttranslate-hdr {
        width: 8%;
    }
    .header-get-a-quote {
        display: flex !important;
        justify-content: flex-end !important;
    }
    div#ekit-megamenu-header-menu {
        z-index: 9999;
    }
}

@media (max-width: 768px) {
    .home-truck {
        background-size: 50% auto !important;
        --min-height: 48vh !important;
    }
    .home-delivers-1 .elementor-widget-icon-box {
        padding: 3% 0% 0% 0% !important;
    }
    .home-delivers-3 .elementor-widget-icon-box {
        padding: 0% 0% 0% 0% !important;
    }
    span br, br {
        display: none !important;
    }
    .home-delivers {
        background-image: unset !important;
    }
    .home-proven1 p, .home-proven2 p {
        font-size: 18px !important;
    }
    .home-bus {
        --width: 100% !important;
    }
    .home-prod-slider .elementor-swiper-button.elementor-swiper-button-next {
        width: 55px;
        height: 55px;
    }
    .ninja-form-css div.one-half.first, .ninja-form-css div.one-half {
        width: 100% !important;
        margin-left: 0 !important;
    }
    .ninja-form-css .nf-field-element textarea .ninja-form-css textarea, input[type=text], input[type=email], input[type=url], input[type=password], input[type=search], input[type=number], input[type=tel], input[type=date], input[type=month], input[type=week], input[type=time], input[type=datetime], input[type=datetime-local], input[type=color], .site textarea, .ninja-form-css select {
        border: 0px solid #DADADA !important;
        border-radius: 10px !important;
        padding: 8px 10px !important;
        color: #B1B1B1 !important;
        font-family: 'Poppins' !important;
        font-size: 12px !important;
    }
    .ninja-form-css input, .ninja-form-css textarea {
        border: 1px solid rgb(0 0 0 / 20%);
        padding: 8px;
    }
    .ninja-form-css .nf-field-element textarea {
        font-size: 12px !important;
    }
    .ninja-form-css label {
        font-family: 'Poppins';
        font-size: 14px;
        line-height: 24px;
        font-weight: 400 !important;
        color: #D9D9D9 !important;
        margin-top: 0px !important;
    }
    .ninja-form-css .nf-field-element textarea {
        height: 80px !important;
    }
    .ninja-form-css input[type="submit"] {
        font-size: 16px !important;
        padding: 6px 0px !important;
    }
    ul.tabs.wc-tabs {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto !important;
        overflow-y: hidden !important;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
    }
    .woocommerce div.product.elementor ul.tabs li a {
        padding: 10px 20px 10px 0px !important;
        margin-right: 15px;
        margin-left: 9px;
    }
    .woocommerce-Tabs-panel ul li {
        padding-left: 20px;
    }
    .custom-sort {
        width: 192px;
        border: 1px solid #444;
        padding: 10px 15px 10px 10px;
    }
    .yith-wcan-filters .yith-wcan-filter {
        margin-bottom: 30px;
    }
    .side-filter ul.filter-items.filter-text.level-0 {
        margin-top: 15px !important;
        margin-left: 35px !important;
    }
    .side-filter ul.filter-items::before {
        left: -32px;
        top: 0px;
        bottom: -4px;
    }
    .side-filter li.filter-item::before {
        left: -31px;
        top: 14px;
        width: 25px;
        height: 25px;
    }
    .side-filter a.term-label {
        font-size: 15px;
        line-height: 25px;
    }
    .side-filter li.filter-item.text.level-0.no-color {
        margin: 0px 0px;
    }
    .custom-sort {
        width: 184px;
        padding: 10px 15px 10px 10px;
    }
    .yith-wcan-filter .filter-title::after {
        right: 8px;
    }
    .product-cat-tags .cat-pill {
        padding: 3px 10px;
        font-size: 12px;
    }
    .product-cat-tags {
        gap: 4px;
    }
    .woocommerce-product-details__short-description p {
        font-size: 15px;
        margin-bottom: 0px;
    }
    .searchinput-listing input#product-search, .custom-sort {
        padding: 9px 35px 9px 10px !important;
        font-size: 12px !important;
        line-height: 22px;
    }
    .sticky-badge {
        bottom: 377px;
        max-width: 90px !important;
    }
    .gttranslate-hdr {
        width: 10%;
    }
}

@media (max-width: 767px) {
    .sticky-badge {
        left: 10px;
        bottom: 60px;
        max-width: 100px !important;
    }
}

@media (max-width: 414px) {
    h1 {
        font-size: 18px !important;
    }
    h2 {
        font-size: 22px !important;
    }
    h3 {
        font-size: 16px !important;
    }
    .heder-menu a.ekit-menu-nav-link {
        padding: 6px 0 6px 10px !important;
        font-size: 16px !important;
    }
    .footr-menu span, .footr-menu .copyright p {
        font-size: 14px !important;
    }
    .heder-menu .elementskit-menu-close {
        padding: 0px 8px 8px 8px !important;
        width: 30px !important;
    }
    .home-truck {
        background-image: unset !important;
    }
    .home-prod-slider .elementor-swiper-button.elementor-swiper-button-next {
        width: 40px;
        height: 40px;
    }
    .home-proven1 p, .home-proven2 p {
        font-size: 16px !important;
    }
    .home-truck {
        --min-height: 40vh !important;
    }
    .ninja-form-css input[type="submit"] {
        font-size: 14px !important;
        padding: 4px 0px !important;
    }    
    .product-cat-tags {
        gap: 8px;
    }
    .product-cat-tags .cat-pill {
        padding: 4px 14px;
        font-size: 12px;
    }
    .searchinput-listing, .listing-sorting, .custom-sort {
        width: 100%;
    }
    .header-get-a-quote {
        width: 48% !important;
    }
    .gttranslate-hdr {
        width: 30%;
    }
    .gttranslate-hdr select {
        padding: 3px 5px;
        font-size: 14px;
    }
    button.elementskit-menu-hamburger {
        border: unset !important;
    }
}

@media (max-width: 360px) {
    .woocommerce div.product.elementor ul.tabs li a {
        padding: 10px 10px 10px 0px !important;
        margin-right: 10px;
        margin-left: 8px;
    }
    .gttranslate-hdr {
        width: 34%;
    }
}