/* Add this CSS to your stylesheet */
sticky-ymm-mobile {
    position: relative;
    z-index: 99;
}
.page-listing-header--content .page-description {
    display: none;
}

#newly-added-garage-btn {
    position: relative;
}

.custom-ymm-wrapper-for-home-page .ymm-form-select .ymm-select,
.search-page-ymm-form-container .ymm-select,
.ymm-add-to-garage-form-wrapper .ymm-select,
.productView-details .ymm-select {
    border: 1px solid #ccc;
    appearance: none;
    background: #fff
    url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMCIgaGVpZ2h0PSI2MCI+PHBhdGggZmlsbD0ibm9uZSIgZD0iTTAgMGgzMHY2MEgwek0uNSA2MFYwIi8+PHBhdGggZmlsbD0iIzMzMyIgZmlsbC1ydWxlPSJldmVub2RkIiBkPSJtMTUuNjc2IDMzLjAzNyA1LjEwMi01LjEwMy0uNzA3LTEuMDg2LTQuNDkgNC40OTItNC40OS00LjQ5Mi0uNzAyIDEuMDg2IDUuMTAyIDUuMTAzLjA3NS4xMTUuMDItLjAyLjAyLjAyeiIgY2xpcC1ydWxlPSJldmVub2RkIi8+PC9zdmc+)
    no-repeat 100% 48%;
    background-repeat: no-repeat;
    color: #000;
    padding: 15px 20px 12px;
    font-family: Martel Sans;
    font-style: normal;
    font-weight: 400;
    line-height: 29px;
    background-color: #fff;
    height: 65px;
}
.ymm-add-to-garage-form-wrapper .ymm-select {
    height: 50px;
    padding: 12px 10px 10px;
    margin-bottom: 30px;
    font-size: 16px;
}
.non-empty-garage {
    margin-top: 20px;
}

.ymm-form-search-page {
    background: #fff;
    box-shadow: 6px 10px 25px #00000014;
    padding: 30px;
    border: 1px solid #0000000a;
    margin-bottom: 20px;
}

.custom-ymm-form-for-home-page.ymm-form-search-page {
    background: none;
    box-shadow: none;
    padding: 0;
    border: 0;
    margin-bottom: 0;
}

.custom-ymm-wrapper-for-home-page .ymm-button-holder .button.btn-clear {
    background-color: #e6e6e6;
}
/*.ymm-add-to-garage-form-wrapper .ymm-select.ymm-select-selected*/

.custom-ymm-wrapper-for-home-page
.ymm-form-select
.ymm-select.ymm-select-selected,
.search-page-ymm-form-container .ymm-select.ymm-select-selected,
.productView-details .ymm-select.ymm-select-selected {
    border: 1px solid #ccc;
    appearance: none;
    background: #fff
    url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMCIgaGVpZ2h0PSI2MCI+PHBhdGggZmlsbD0ibm9uZSIgZD0iTTAgMGgzMHY2MEgwek0uNSA2MFYwIi8+PHBhdGggZmlsbD0iIzMzMyIgZmlsbC1ydWxlPSJldmVub2RkIiBkPSJtMTUuNjc2IDMzLjAzNyA1LjEwMi01LjEwMy0uNzA3LTEuMDg2LTQuNDkgNC40OTItNC40OS00LjQ5Mi0uNzAyIDEuMDg2IDUuMTAyIDUuMTAzLjA3NS4xMTUuMDItLjAyLjAyLjAyeiIgY2xpcC1ydWxlPSJldmVub2RkIi8+PC9zdmc+)
    no-repeat 100% 48%;
    background-repeat: no-repeat;
    color: #000;
    padding: 15px 20px 12px;
    font-family: Martel Sans;
    font-style: normal;
    font-weight: 400;
    line-height: 29px;
    background-color: #fff;
    height: 65px;
}

.ymm-form-container select,
.ymm-form-container button {
    height: 100%;
    margin: 0;
}

.ymm-form-container select {
    padding: 1.7rem 0.5rem;
    cursor: pointer;
}

.custom-ymm-wrapper-for-home-page .ymm-button-holder .button,
.search-page-ymm-form-container .ymm-button-holder .button {
    height: 65px;
    text-transform: none;
    background: #007786;
    font-size: 18px;
    font-weight: 700;
    min-width: 108px;
    padding: 0 40px;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
.button {
    cursor: pointer;
}
.custom-ymm-wrapper-for-home-page .ymm-button-holder .ymm-go-btn .button:hover,
.search-page-ymm-form-container .ymm-button-holder .button:hover {
    background-color: #000;
}

.custom-ymm-wrapper-for-home-page .ymm-button-holder .button:before {
    position: absolute;
    top: 0;
    left: -100%;
    z-index: 2;
    display: block;
    content: "";
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(
            left,
            rgba(255, 255, 255, 0) 0,
            rgba(255, 255, 255, 0.3) 100%
    );
    background: linear-gradient(to right, #fff0 0, #ffffff4d);
    -webkit-transform: skewX(-45deg);
    -moz-transform: skewX(-45deg);
    -o-transform: skewX(-45deg);
    -ms-transform: skewX(-45deg);
    transform: skew(-45deg);
}
.custom-ymm-wrapper-for-home-page .ymm-button-holder .button:hover:before {
    animation: shine 0.75s;
}

@keyframes shine {
    100% {
        left: 125%;
    }
}

.search-page-ymm-form-container .ymm-button-holder .button {
    height: 50px;
    line-height: 55px;
    min-width: 108px;
}

.search-page-ymm-form-container .button.button-secondary.btn-clear {
    border: 0;
    background: #f0f0f0;
    color: white;
    text-decoration: none;
    padding: 0;
    min-width: 108px;
}

.search-page-ymm-form-container .button.button-secondary.btn-clear[disabled] {
    opacity: 0.6;
}

.ymm-product-item {
    position: relative;
    overflow: hidden;
}

.ymm-product-wrapper {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.ymm-product-wrapper-holder {
    flex-grow: 1;
    flex-direction: column;
    flex-wrap: nowrap;
    display: flex;
}

.ymm-product-wrapper-item {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.ymm-product-item .product-action-buttons {
    margin-top: auto;
}

.ymm-product-item .product-action-buttons .add-to-cart-btn {
    padding: 0 2.4rem 2.4rem;
}

.ymm-product-item .product-action-buttons button {
    width: 100%;
}


/* Style the first div with the link */
.link-div {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}

.ymm-mb-5 {
    margin-bottom: 25px;
}

.ymm-mt-5 {
    margin-top: 25px;
}

.link-div a {
    display: inline-block;
    padding: 10px 20px;
    background-color: #007bff;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
    transition: background-color 0.3s ease;
}

.link-div a:hover {
    background-color: #0056b3;
}

/* Style the second div with the text */
.text-div {
    text-align: center;
    margin-bottom: 20px;
    font-family: sans-serif;
}

/* Modal Wrapper Styles */

.modal-wrapper,
.loadingOverlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    cursor: pointer;
    height: 100%;
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 99;
    display: none;
}

.my-grage-active .modal-wrapper {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    content: "";
    background: rgb(5 5 5 / 60%);
    z-index: 99 !important;
    display: block;
}

/* Modal Styles */
.ymm-modal {
    background-color: #fff;

    padding: 50px;
    position: fixed;
    left: 50%;
    display: none;
    top: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    z-index: 101;
    border-radius: 8px;
}

.ymm-product-wrapper-item .sale-and-default-price {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
    justify-content: space-between;
}
.ymm-product-wrapper-item i.flaticon-online-shopping-cart {
    font-size: 23px;
}
.ymm-product-wrapper-item .flaticon-online-shopping-cart:before {
    color: #bdbdbd;
}
.ymm-product-wrapper-item .flaticon-online-shopping-cart:hover:before {
    color: #007786;
}

.ymm-products-wrapper .default-price {
    text-decoration: line-through;
    color: #050505;
    font: normal normal 500 16px / 24px Martel Sans !important;
}
#garage-wrapper-wrapper {
    max-width: 510px;
    min-width: 510px;
    right: 0px;
    padding: 50px 55px;
    margin: 0 !important;
    top: 100%;
    font-family: kanit;
    filter: drop-shadow(-5px 9px 10px rgba(0, 0, 0, 0.5));
}

.garage-wrapper-wrapper .ymm-form-container .ymm-button-holder .button {
    height: 50px;
    line-height: 1rem;
    font-size: 18px;
    font-weight: 700;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.garage-wrapper-wrapper .ymm-form-container .ymm-button-holder .ymm-clear-btn .button {
    background: #e6e6e6;
}

.garage-wrapper-wrapper
.ymm-form-container
.ymm-button-holder
.button
svg
path {
    fill: #007786;
}

.garage-wrapper-wrapper .ymm-form-container .ymm-go-btn,
.ymm-form-container .ymm-clear-btn {
    width: 50%;
}
.garage-wrapper-wrapper .ymm-button-holder {
    width: 100%;
}
.garage-wrapper-wrapper .ymm-button-holder-wrapper {
    width: 100%;
}

.ymm-form-container .ymm-button-holder .ymm-clear-btn button {
    background: #e6e6e6;
}

.category-title.heading-custom h1 {
    font-weight: 600;
    font-size: 44px;
    line-height: 48px;
    text-shadow: none;
    margin-bottom: 25px;
    text-align: left;
    text-transform: uppercase;
}

.ymm-product-thumbnail-wrapper  {
    margin-bottom: 21px;
    border: 1px solid #e2e2e2;
    height: 340px;
}

@media (max-width: 1600px) {
    .ymm-modal {
        padding: 60px;
        height: 600px;
        overflow-y: auto;
    }
}

@media (max-width: 1199px) {
    .ymm-modal {
        height: auto;
    }
    .category-title.heading-custom h1 {
        font-size: 36px;
        line-height: 38px;
    }
    .ymm-change-or-clear {
        flex-wrap: wrap;
    }
    .ymm-change-or-clear__title {
        width: 100%;
    }

}

@media (min-width: 1400px) {
    .ymm-modal {
        min-width: 697px;
        padding: 80px;
    }
}

.ymm-modal .add-to-garage-heading {
    margin-bottom: 20px;
}

.ymm-add-to-garage-form-wrapper {
    margin-top: 40px;
}

.ymm-modal .ymm-form-container {
    flex-direction: column;
}

.ymm-modal .ymm-form-select {
    margin-bottom: 24px;
}

.ymm-modal .ymm-form-select select {
    height: 55px;
    font-size: 16px;
    line-height: 25px;
    background-color: #fff;
    color: #000;
}

.ymm-modal .ymm-button-holder {
    justify-content: center;
}

.ymm-modal .ymm-button-holder button {
    height: 58px;
    font-size: 20px;
    line-height: 30px;
    text-transform: capitalize;
}

.ymm-modal .close-icon svg {
    width: 20px;
    height: 20px;
    cursor: pointer;
    stroke: none;
}

.navPages-action {
    cursor: pointer;
}

/* Modal Content Styles (for better styling control) */
.modal-content {
    max-width: 100%;
    overflow-x: auto;
}

.ymm-button-holder {
    display: flex;
    gap: 16px;
    justify-content: space-between;
}
.ymm-form-search-page .ymm-button-holder {
    gap: 10px;
}

/* Table Styles */
.fitment-data-table {
    overflow-x: auto;
    border-radius: 4px;
    padding-bottom: 7px;
}

.productView-tab table {
    width: 100%;
    border-collapse: collapse;
}

.productView-tab th,
.productView-tab td {
    padding: 16px 12px;
    text-align: left;
}

.productView-tab th {
    font: normal normal 500 16px / 22px Martel Sans;
    letter-spacing: 0px;
    color: #d24d55;
}

.productView-tab td {
    letter-spacing: 0px;
    color: #525252;
}

/* Add more table styling as needed */

/* Close button (if you want to add one) */
.close-button {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
}

.ymm-title {
    font-weight: 700;
    margin-bottom: 5px;
}

.ymm-form {
    margin-bottom: 40px;
}

.ymm-form-container {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.ymm-form-select-items {
    width: 100%;
}

.ymm-form-select {
    flex: 1;
}

.ymm-select {
    width: 100%;
    height: 50px;
}

.ymm-filters-products {
    display: flex;
    flex-wrap: wrap;
}

.ymm-filters {
    flex: 1 0 20%;
}

.ymm-filters-selections {
    margin-bottom: 0rem;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.ymm-filters .filter-item-wrapper {
    display: inline-flex;
    border: 1px solid #f8a205;
    border-radius: 4px;
    padding: 1.2rem 1.2rem 1.2rem 1.2rem;
    margin-bottom: 0.5rem;
    cursor: pointer;
    align-items: center;
    column-gap: 0.1rem;
    font-size: 16px;
    line-height: 25px;
    background: #f8a205;
    color: #fff;
}

.ymm-filters-selections .close-icon svg {
    vertical-align: middle;
}

.ymm-filters .ymm-filters-selections .filter-item-wrapper {
    display: flex;
    align-items: center;
}

.ymm-filters .filter-item-wrapper:hover {
    border-color: #f8a205;
}

.ymm-filters input[type="checkbox"],
.ymm-filters input[type="radio"] {
    width: 16px;
    height: 16px;
    margin: 0;
    accent-color: #007786;
}

.ymm-filters .ymm-categories .tree li input[type="checkbox"] {
    margin-top: 0 !important;
}

.ymm-filters .search-result-count {
    display: block;
    margin-bottom: 1rem;
    text-align: left;
}

.ymm-filters h3 {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0;

    color: #050505;
    margin: 0;
    text-transform: capitalize;
    display: inline-block;
    font-style: normal;
    line-height: 27px;
}

.ymm-filters .ymm-categories .tree {
    max-height: 334px;
    overflow: auto;
    margin-bottom: 0;
    margin-top: 0;
}

.ymm-filters .ymm-categories .tree ul.tree {
    margin-top: 1rem;
}

.ymm-filters .ymm-categories .tree li {
    margin-left: 0;
    display: block;
}

.ymm-filters .ymm-categories .tree li:first-child {
    margin: 0;
}

.ymm-filters .ymm-brands-wrapper {
    border: 0px solid #e6e6e6;
    border-radius: 8px;
    padding: 0;
}

.filters-heading {
    border-bottom: 0;
    margin-bottom: 0.4rem;
    display: none;
    padding-bottom: 0;
    justify-content: space-between;
}

.filters-heading h2 {
    text-transform: uppercase;
    font-size: 24px;
    line-height: 35px;
    font-weight: 700;
    color: #050505;
    margin: 0;
    letter-spacing: 0.48px;
}

.filters-heading .remove-all {
    cursor: pointer;
}

.ymm-filters .collapsible-title-icon {
    background-color: unset;
    border-bottom: 1px solid #e2e2e2;
    line-height: 1.1;
    margin-bottom: 15px;
    padding: 12px 15px 12px 15px;
    text-align: left;
    color: #000;
    cursor: pointer;
    font-weight: 500;
    position: relative;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.swatch .swatch-element {
    margin: 0;
}

.ymm-filters .collapsible-title-icon svg {
    width: 12px;
    height: 12px;
    margin-bottom: 0;
}

.ymm-filters .input-and-label {
    display: flex;
}

.ymm-filters .collapsible-toggle-icon .down {
    transform: rotate(90deg);
}

.ymm-filters .ymm-categories,
.ymm-filters .ymm-brands,
.ymm-filters .ymm-price,
.ymm-filters .ymm-fitment {
    margin-bottom: 20px;
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 0;
}

.ymm-filters .ymm-all-filters h3 {
    color: #000;
    cursor: pointer;
    font-weight: 500;
    font-family: Martel Sans;
    font-size: 14px;
    line-height: 1.1;
    text-transform: uppercase;
}

.ymm-filters .collapsible-content {
    margin-bottom: 15px;
    padding: 0 15px;
}

.ymm-filters .ymm-categories .tree li .ymm-categories-item {
    display: -ms-flexbox;
    display: flex;
    align-items: self-start;
    padding-right: 0;
    line-height: normal;
}

.ymm-filters .ymm-categories .tree li:not(:last-child) .ymm-categories-item {
    margin-bottom: 12px;
}

.ymm-filters .ymm-categories .tree li .ymm-categories-item label {
    font-size: 14px;
    padding-right: 0;
}

.ymm-filter-item {
    border: 1px solid #e2e2e2;
    margin-bottom: 20px;
    background: #fff;
    box-shadow: 6px 10px 25px #00000014;
}

.ymm-filters label {
    text-align: left;
    padding-left: 0.5rem;
    cursor: pointer;
    font-size: 14px;
    line-height: 21px;
    color: #525252;
    padding-left: 0.5rem;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    width: 100%;
    column-gap: 1rem;
    padding-right: 10px;
    margin-bottom: 0.5rem;
}

.ymm-filters label .category-name {
    width: auto;
    line-height: 21px;
    color: #525252;
}

.ymm-filters label .brand-name {
    color: #000;
    line-height: 21px;
}

.ymm-filters label .category-hits {
    width: auto;
}

.ymm-price label {
    font-size: 14px;
}

.ymm-categories .tree::-webkit-scrollbar {
    width: 5px;
    background-color: #f5f5f5;
}

.ymm-categories .tree::-webkit-scrollbar-thumb {
    background-color: #d5d5d5;
    border: 2px solid #d5d5d5;
}

.ymm-categories .tree::-webkit-scrollbar-track {
    background-color: #f2f2f2;
}


.filters-wrapper-desktop {
    width: 100%;
    max-width: 270px;
    margin-right: 25px;
}

.ymm-products-wrapper {
    width: calc(100% - 270px - 25px);
}

.ymm-products.grid-col-3,
.ymm-products.grid-col-4 {
    display: grid;
    gap: 20px 40px;
}

.ymm-products-grid-wrapper {
    background: #fff;
    box-shadow: 6px 10px 25px #00000014;
    padding: 30px;
    border: 1px solid #0000000a;
}

.ymm-products.grid-col-3 {
    grid-template-columns: 1fr 1fr 1fr;
}

.ymm-products.grid-col-4 {
    grid-template-columns: 1fr 1fr 1fr 1fr;
}

.ymm-products a {
    display: block;
    text-decoration: none;
}


.ymm-product-thumbnail-wrapper.card_ratio_4_3 {
    margin-bottom: 21px;
    overflow: hidden;
    border: 1px solid #e2e2e2;
    background-color: #fff;
    height: 320px;
    max-width: 320px;
}

.ymm-product-thumbnail-wrapper.card_ratio_1_1 {
    aspect-ratio: auto 1/1;
}

.ymm-product-thumbnail {
    max-width: 100%;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

.products-related {
    position: relative;
}

.products-related .product {
    padding-left: 8px;
    padding-right: 8px;
}

.products-related .slick-dots,
.products-related .slider-dots {
    position: unset;
}

#shopify-section-template--16461280706716__custom_liquid_z9WYrG
.halo-block-header
.title
.text {
    width: auto;
}

.products-related .slick-prev {
    background-image: url("data:image/svg+xml,%3Csvg width='14' height='24' viewBox='0 0 14 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_212_7)'%3E%3Cpath d='M0.501966 13.2101C0.180395 12.8883 -0.000244141 12.452 -0.000244141 11.9971C-0.000244141 11.5422 0.180395 11.1059 0.501966 10.7841L10.784 0.502098C10.9414 0.335711 11.1307 0.202565 11.3405 0.110516C11.5502 0.0184666 11.7764 -0.0306201 12.0054 -0.0338402C12.2345 -0.0370602 12.4619 0.00565056 12.6742 0.0917664C12.8865 0.177882 13.0794 0.305657 13.2415 0.467552C13.4036 0.629447 13.5316 0.822179 13.618 1.03437C13.7043 1.24655 13.7473 1.4739 13.7444 1.70298C13.7415 1.93205 13.6926 2.15822 13.6009 2.36812C13.5091 2.57803 13.3762 2.76741 13.21 2.9251L4.13797 12.0001L13.205 21.0721C13.5267 21.3943 13.7072 21.8312 13.7068 22.2865C13.7064 22.7419 13.5252 23.1784 13.203 23.5001C12.8807 23.8218 12.4439 24.0023 11.9886 24.002C11.5332 24.0016 11.0967 23.8203 10.775 23.4981L0.496966 13.2161L0.501966 13.2101Z' fill='%23050505'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_212_7'%3E%3Crect width='13.712' height='24' fill='white' transform='matrix(-1 0 0 1 13.7119 0)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: 50%;
}

.products-related .slick-next {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13.712' height='24' viewBox='0 0 13.712 24'%3E%3Cpath id='chevron-right-solid' d='M.527,42.715a1.716,1.716,0,0,0,0,2.426L10.809,55.423A1.715,1.715,0,1,0,13.235,53L4.163,43.925l9.067-9.072A1.715,1.715,0,1,0,10.8,32.427L.522,42.709Z' transform='translate(13.737 55.925) rotate(180)' fill='%23050505'%3E%3C/path%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: 50%;
}

.products-related .slick-track {
    padding-bottom: 10px;
}

#newly-added-garage-btn .garage-wrapper-wrapper .clear-garage-span {
    font-size: 14px;
    line-height: 21px;
    color: #848484;
    text-decoration: underline;
}

.add-vehicle-to-garage-button-wrapper button {
    margin-bottom: 0;
    height: 50px !important;
    width: 100%;
    border-color: #007786;
    background: #007786;
    color: #fff;
    font-size: 0.85rem;
    line-height: 27px;
    text-transform: uppercase;
    font-weight: 500;
}

.ymm-product-name-price {
    padding: 0;
    text-align: left;
}

.ymm-products-wrapper .search-results-count {
    display: block;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    color: #000;
}

.ymm-products-wrapper select.sort-by-select.select {
    padding: 6px 24px;
    height: 40px;
    width: auto;
}

.ymm-products-wrapper .loading-indicator .search-results-count {
    margin-top: 1em;
    margin-bottom: 1em;
}

.ymm-products-wrapper .search-results-count .results-range {
    color: #050505;
}

.ymm-products-wrapper .product-brand {
    font-weight: 500;
    color: #050505;
    font-size: 14px;
}

.ymm-products-wrapper .ymm-product-name {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    overflow: hidden;
    color: #525252;
    margin-bottom: 16px;
}

.ymm-products-wrapper .ymm-product-name a {
    color: #000;
    line-height: 24px;
    max-height: 96px;
    overflow: hidden;
    -webkit-line-clamp: 4;
    font-size: 18px;
    height: max-content;
    font-family: kanit, sans-serif;
}
.ymm-products-wrapper .ymm-product-name a:hover {
    color: #007786;
}

.ymm-products-wrapper .stars-and-review-count {
    padding: 15px 0 0;
    display: flex;
    align-items: center;
    gap: 4px;
    line-height: normal;
}

.ymm-products-wrapper .stars-and-review-count .review-count {
    color: #6b6b6b;
}

.ymm-product-name-price .brand-name {
    font-size: 13px;
    line-height: 24px;
    font-weight: 600;
    margin-bottom: 0px;
    color: #868686;
    text-transform: uppercase;
}

.ymm-products-wrapper .sale-price {
    color: #000;
    font-size: 22px;
    font-weight: 600;
    line-height: 24px;
    font-family: Martel Sans;
}

.ymm-products-wrapper .default-price {
    color: #8a8a8a;
    text-decoration: line-through;
}

.add-to-garage-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.add-to-garage-heading__heading {
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 36px;
    text-align: left;
}

.ymm-add-to-garage-form-wrapper {
    margin-top: 0;
}

.search-results-count-sort-by {
    background: #fff;
    box-shadow: 6px 10px 25px #00000014;
    padding: 30px;
    border: 1px solid #0000000a;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.ymm-filters-selections-wrapper {
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 0;
    border: 1px solid #e2e2e2;
    margin-bottom: 20px;
    background: #fff;
    box-shadow: 6px 10px 25px #00000014;
}
.ymm-filters-selections-wrapper .facettitle {
    color: #000;
    cursor: pointer;
    font-weight: 500;
    font-family: Martel Sans;
    font-size: 14px;
    text-transform: uppercase;
    background-color: unset;
    border-bottom: 1px solid #e2e2e2;
    line-height: 1.1;
    margin-bottom: 15px;
    padding: 12px 28px 12px 15px;
    text-align: left;
}

.ymm-filters-selections-wrapper .ymm-filters-selections {
    margin-bottom: 15px;
    padding: 0 15px;
    display: block;
}

.start-over-wrapper .remove-all {
    background: #fff;
    border: 1px solid;
    color: #000;
    cursor: pointer;
    display: block;
    font-size: 13px;
    font-weight: 700;
    line-height: 2.2;
    margin: 5px auto 0;
    padding: 0 15px;
    text-transform: none;
    width: -moz-max-content;
    width: max-content;
    height: 30px;
}
.start-over-wrapper .remove-all:hover {
    background-color: #007786;
    color: #fff;
}

.ymm-filters-selections-wrapper .filter-item-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}

.ymm-filters-selections-wrapper .filter-item-wrapper:hover {
    color: #007786;
}

.ymm-filters-selections .close-icon svg {
    stroke: #000;
    stroke-linecap: round;
    stroke-width: 2px;
    width: 14px;
    height: 1.1em;
}

.ymm-filters-selections-wrapper
.ymm-filters-selections
.filter-item-wrapper:hover
.close-icon
svg {
    stroke: #007786;
}

/* CSS for styling the tree */
.ymm-categories .tree {
    list-style-type: none;
    padding-left: 0;
    margin-left: 0;
}

.ymm-categories .tree li {
    margin: 10px 0 0;
    margin-left: 15px;
    display: flex;
    align-items: self-start;
    line-height: 20px;
}

.ymm-categories .tree ul,
.ymm-categories .tree ul ul {
    padding-left: 1rem;
    overflow: hidden !important;
    margin-top: 5px;
}

/* CSS for tree node expand/collapse buttons */
.expand-btn::before {
    content: "▶";
    cursor: pointer;
}

.collapse-btn::before {
    content: "▼";
    cursor: pointer;
}

/* CSS to hide child nodes by default */
.hidden {
    display: none;
}

.d-flex {
    display: flex;
}

.flex-wrap {
    flex-wrap: wrap;
}

.align-items-center {
    align-items: center;
}

.text-align-center {
    text-align: center;
}

/* Style for the radio input */
input[type="radio"] {
    display: none;
    /* Hide the radio input */
}

/* Style for the label (custom radio button) */
input[type="radio"] + div {
    border: 0px solid green;
    border-radius: 0px;
    margin: 5px;
    font-size: 12px;
    cursor:pointer;
}

input[type="radio"] + div label div {
    cursor: pointer;
    padding: 10px;
}

/* Style for the parent div when the radio input is checked */
input[type="radio"]:checked + div {
    background: green;
    color: white;
}

.garage-wrapper-wrapper {
    padding: 24px 24px 29px;
    z-index: 101;
    position: absolute;
    background: #fff;
    border: 0;
    max-width: 100%;
    min-width: 352px;
    margin-right: 0;
    right: 0;
    box-shadow: 0px 2px 12px #2222221f;
}

.garage-wrapper-wrapper .clear-garage-span {
    font-size: 14px;
    color: #000000;
    text-decoration: underline;
}

.garage-wrapper-wrapper .clear-garage-span:hover,
.garage-wrapper-wrapper .clear-garage-span:focus {
    text-decoration: none;
}

.garage-wrapper-wrapper:before {
    border: 10px inset transparent;
    border-bottom: 10px solid #dadada;
    bottom: 100%;
    content: "";
    display: block;
    height: 0;
    position: absolute;
    right: 11px;
    width: 0;
    display: none;
}

.garage-wrapper-wrapper:after {
    border: 8px inset transparent;
    border-bottom: 8px solid #fff;
    bottom: 100%;
    content: "";
    display: block;
    height: 0;
    position: absolute;
    right: 13px;
    width: 0;
    display: none;
}

.each-vehicle-in-garage {
    padding: 8px 16px;
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    border: 1px solid #007786;
}

.selected-vehicle-in-garage {
    border: 1px solid #007786;
    border-radius: 4px;
    box-shadow: 0 0 8px 4px rgb(0 119 134 / 20%);
}

.each-vehicle-in-garage .ymm-icon-danger svg {
    width: 12px;
    height: 12px;
    stroke: none;
}

.each-vehicle-in-garage .ymm-icon-danger svg path {
    fill: #333;
}

.justify-content-between {
    justify-content: space-between;
}

.ymm-title,
.add-to-garage-heading__heading {
    margin: 0;
}

/* Define the keyframes for the scale animation */
@keyframes scaleAnimation {
    0% {
        transform: scale(0);
    }

    100% {
        transform: scale(1);
    }
}

.ymm-mt-1 {
    margin-top: 5px;
}

.ymm-mt-2 {
    margin-top: 10px;
}

.ymm-mt-3 {
    margin-top: 15px;
}

.ymm-mb-1 {
    margin-bottom: 5px;
}

.ymm-mb-2 {
    margin-bottom: 10px;
}

.ymm-mb-3 {
    margin-bottom: 15px;
}

.cursor-pointer {
    cursor: pointer;
}

.ymm-text-right {
    text-align: right;
}

.ymm-italic {
    font-style: italic;
}

hr {
    border: solid #e5e5e5;
    border-width: 1px 0 0;
    clear: both;
    height: 0;
    margin-top: 10px;
    margin-bottom: 10px;
}

#garage-wrapper hr {
    border: 0 !important;
    margin: 0 !important;
}

#home-page-wrapper {
    padding: 85px 0;
}

.home-page-select-your-vehicle {
    margin-bottom: 20px;
}

.home-page-select-your-vehicle h3 {
    font-size: 30px;
    font-weight: 700;
    line-height: 45px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.ymm-text-center {
    text-align: center;
}

.ymm-justify-content-between {
    justify-content: space-between;
}

.ymm-form-search-page .ymm-title {
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 1em;
    letter-spacing: 0;
    text-transform: uppercase;
    justify-content: left;
    color: #111;
    font-weight: 600;
}
.search-page-ymm-form-container .ymm-select,
.search-page-ymm-form-container .ymm-select.ymm-select-selected {
    height: 50px;
    line-height: 20px;
    font-family: Martel Sans;
    font-style: normal;
    font-weight: 400;
    padding: 0 30px 0 20px;
    font-size: 16px !important;
}

.ymm-change-or-clear h3 {
    margin: 0;
    font-weight: 700;
}

.ymm-change-or-clear h4 {
    margin: 0;
    font-size: 20px;
    line-height: 26px;
    letter-spacing: 0;
    font-weight: 700;
    text-transform: uppercase;
    color: #000;
    font-family: inherit;
}

.ymm-change-or-clear {
    margin: 0;
    background: #fff;
    box-shadow: 6px 10px 25px #00000014;
    padding: 30px;
    border: 1px solid #0000000a;
    margin-bottom: 20px;
    align-items: center;
}

.change-clear-btn-wrapper {
    gap: 24px;
}

.change-clear-btn-wrapper button {
    margin: 0;
    height: 50px;
    min-width: 108px;
    position: relative;
    display: inline-block;
    line-height: 55px;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0;
    color: #fff;
    text-transform: capitalize;
    background-color: #007786;
    overflow: hidden;
    padding: 0 20px;
}
.change-clear-btn-wrapper .clear-selection-wrapper button {
    background-color: #e6e6e6;
}

.change-clear-btn-wrapper .change-vehicle-wrapper button:hover {
    background-color: #000;
}
.ymm-justify-content-around {
    justify-content: space-around;
}

.checkbox-label-wrapper {
    display: flex;
    align-items: center;
}

.ymm-link {
    cursor: pointer;
}

.ymm-product-price h4 {
    margin: 0;
}

.loadingText {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* Styles for the "Loading" SVG (you can replace this with your SVG) */
.loadingIcon {
    width: 50px;
    height: 50px;
}

.verify-fitment {
    display: flex;
    flex: auto;
    align-items: center;
    flex-direction: row;
    font-size: 18px;
    column-gap: 18px;
}

.verify-fitment .cm_icon-times {
    stroke: none;
    margin: 0 auto;
    width: 40px;
    height: 40px;
    padding: 0;
    stroke-width: 4px;
}

.verify-fitment .verify-fitment_fitment {
    line-height: 28px;
    width: 100%;
}

.verify-fitment_title {
    font-size: 18px;
    line-height: 24px;
    color: #000;
    text-transform: uppercase;
    margin-bottom: 0;
    font-weight: 700;
}

.verify-fitment_fitment_fit .cm_icon.cm_icon-check {
    stroke: none;
    width: auto;
    height: auto;
    width: 40px;
    height: 40px;
}

.verify-fitment_fitment_fit .verify-fitment_title {
    font-size: 18px;
    line-height: 24px;
    color: #000;
    letter-spacing: 0;
    margin-bottom: 0;
}

.verify-fitment_body {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}

.verify-fitment_fitment_fit .verify-fitment_body {
    width: 50%;
}

.fitment-message span.selected-ymm.selected-ymm-vq,
.fitment-result span.selected-ymm.selected-ymm-vq {
    width: 100%;
}

.verify-fitment_body .selected-ymm-vq {
    font-weight: 600;
    margin-right: 6px;
    font-size: 18px;
    line-height: 26px;
    color: #939292;
    display: inline-block;
}

.verify-fitment_body .selected-vq {
    font-size: 14px;
    font-weight: 400;
    display: block;
}

.verify-fitment_body .ymm-link {
    color: #007786;
    text-decoration: none;
    display: block;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
}

.ymm-fitment-result-table .ymm-fitment-verify-inner {
    display: flex;
}

.ymm-fitment-result-table .ymm-fitment-icon-holder {
    margin-right: 18px;
}

.ymm-fitment-result-table .ymm-fitment-icon-holder svg {
    fill: #fff;
    width: 40px;
    height: 40px;
    background: #3b97b6;
    padding: 0.8rem;
    border-radius: 100%;
}

.ymm-fitment-result-table .ymm-fitment-verify-inner .lacks-data-header {
    font-size: 24px;
    line-height: 35px;
    color: #3b97b6;
    font-weight: 700;
}

.ymm-fitment-result-table .ymm-fitment-verify-inner .lacks-data-msg {
    font-size: 16px;
    line-height: 25px;
    color: #525252;
}

.ymm-fitment-result-table .ymm-fitment-verify-inner .lacks-data-msg a {
    color: #3b97b6;
}

.error-result .verify-fitment_body .ymm-link {
    font-size: 14px;
    line-height: 21px;
}
.error-result .verify-fitment_body .verify-fitment_compatibl a {
    font-size: 16px;
    color: #007786;
    line-height: 21px;
}

.verify-fitment_body .verify-fitment_compatibl a {
    color: #0d98ba;
    font-size: 18px;
}

.productView-details .ymm-form-container {
    row-gap: 2rem;
    flex-wrap: wrap;
}

.productView-details .ymm-form-select {
    flex: 1 0 100%;
}

.productView-details .ymm-select {
    height: 55px;
    font-size: 16px;
    line-height: 25px;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}

.productView-details .ymm-button-holder {
    width: 100%;
}

.productView-details .ymm-button-holder .ymm-go-btn,
.productView-details .ymm-button-holder .ymm-clear-btn {
    flex: 1 0 48%;
}

.productView-details .ymm-button-holder .button {
    height: 50px;
    width: 100%;
    color: #fff !important;
    line-height: 1;
}

.productView-details .ymm-button-holder .button.button-secondary.btn-clear {
    border: 0;
    background: #edeae4;
    color: #848484 !important;
}

.ymm-button-holder .button[disabled] {
    color: #ffffff;
    background: #007786;
    opacity: 0.6;
}
.ymm-button-holder .ymm-clear-btn .button[disabled] {
    background: #e6e6e6;
}

.productView-details .custom-ymm-form-body h4 {
    color: #3b97b6;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 24px;
    line-height: 35px;
    letter-spacing: 0.24px;
    margin: 0;
}

.halo-bottomHeader .top-item .quickSearch .form .form-input {
    padding: 0 15px !important;
}

.home-4 .halo-bottomHeader .top-item .quickSearch .form .button[type="submit"] {
    display: flex;
    align-items: center;
    justify-content: center;
}

.categories-items-wrapper {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 16px;
    margin: 0;
    padding: 40px 0;
    padding-top: 32px;
}

.cm_vehicle-categories_category-image-container.cm_vehicle-categories_link {
    border-radius: 4px;
    width: 100%;
    box-shadow: 0px 2px 12px #2222221f;
}

.categories-items-wrapper a.cm_vehicle-categories_link {
    border: 0;
    border-radius: 0px;
    margin: 0;
    padding: 0;
    display: flex;
    text-align: center;
    height: 100%;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
}

.categories-items-wrapper
a.cm_vehicle-categories_link:hover
.cm_vehicle-categories_category-title {
    color: #3b97b6;
}

.categories-items-wrapper
a.cm_vehicle-categories_link
.cm_vehicle-categories_category-title {
    margin: 0;
    line-height: 27px;
    font-size: 18px;
    font-weight: 600;
    color: #d24d55;
    text-transform: uppercase;
    letter-spacing: 0;
    padding: 0;
    margin-top: 16px;
}

.loading-indicator {
    width: 100%;
    padding-top: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sort-by {
    display: flex;
    align-items: center;
}

.sort-by .sort-by-wrapper-inner {
    width: 33.33%;
    margin-right: 10px;
}

#newly-added-garage-btn .navPages-action {
    padding: 0;
    background: #007786;
    padding: 12px 20px 12px 20px;
    line-height: normal;
    font-size: 14px;
    line-height: normal;
    color: #fff;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
    height: 57px;
    position: relative;
    min-width: 200px;
    margin-bottom: 0;
}

.add-vehicle-to-garage-button-wrapper.ymm-text-center {
    margin-top: 20px;
}

#newly-added-garage-btn:hover .navPages-action {
    background: #fff;
}

#newly-added-garage-btn .navPages-action .icon-grage {
    display: inline-block;
    margin-right: 18px;
    position: relative;
    top: 0;
}

#newly-added-garage-btn .navPages-action .icon-grage svg {
    width: 48px;
    height: 30px;
}

#newly-added-garage-btn .navPages-action .icon-grage svg path {
    fill: #ffffff;
}
#newly-added-garage-btn:hover .navPages-action .icon-grage svg path {
    fill: #007786;
}

#newly-added-garage-btn .navPages-action svg {
    width: auto;
    height: auto;
    fill: unset;
    stroke: unset;
}

#newly-added-garage-btn span {
    color: #ffffff;
    display: flex;
    flex-direction: column;
    padding-bottom: 0;
    font-weight: 700;
}
#newly-added-garage-btn:hover span {
    color: #007786;
}

#newly-added-garage-btn span.selected-ymm-ymm {
    max-width: 220px;
    font-weight: 600;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

#newly-added-garage-btn span.selected-ymm-ymm-each {
    font-size: 14px;
    line-height: 24px;
    color: #333;
    font-weight: 400;
}

#newly-added-garage-btn span.selected-ymm-ymm-each:hover {
    color: #3b97b6;
}

#newly-added-garage-btn span.selected-vq-each {
    font-size: 13px;
    font-weight: 400;
    color: #515151;
}

#newly-added-garage-btn span.selected-vq {
    font-weight: 400;
    font-size: 13px;
}

#newly-added-garage-btn span.filter-pipe {
    margin: 0 12px;
}

#newly-added-garage-btn .clear-garage {
    line-height: normal;
}
#newly-added-garage-btn .clear-garage strong {
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0.4px;
    color: #050505;
    font-weight: 800 !important;
}

#newly-added-garage-btn .navPages-action .icon-down-arrow {
    margin-left: 34px;
    display: inline-block;
}
#newly-added-garage-btn .navPages-action .icon-down-arrow svg path {
    fill: #fff;
}
#newly-added-garage-btn:hover .navPages-action .icon-down-arrow svg path {
    fill: #007786;
}

.filters-button-wrapper,
.close-mobile-filter {
    display: none;
}

.filters-button-wrapper .filters-button {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    width: fit-content;
    margin: 0;
    background: #f8a205;
    border-color: #f8a205;
    color: #fff;
}

.filters-button-wrapper svg {
    fill: #fff;
    width: 20px;
}

#filters-wrapper-mobile.mobile-filters-open {
    transform: unset;
    visibility: visible;
    padding: 24px;
    box-shadow: 3px 0px 6px -5px black;
    overflow: auto;
}

#filters-wrapper-mobile.mobile-filters-open .ymm-brands-wrapper {
    border: 0;
    border-radius: 0;
}

.filters-button-wrapper svg {
    width: 16px;
    height: 16px;
}

.close-mobile-filter svg {
    fill: #fff;
    stroke: none;
    width: 24px;
    height: 24px;
}

.close-mobile-filter svg path {
    fill: #000;
}

body.mobile-filter-overlay .halo-background {
    opacity: 1;
    z-index: 99;
    display: block;
    visibility: visible;
}

.pagination {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding-left: 0;
}

.pagination li:first-child.pagination-btn {
    margin-right: 12px;
    margin-left: 0;
}

.pagination li.pagination-link {
    padding: 11px 0;
    margin: 0 12px;
    cursor: pointer;
    font-weight: 700;
    line-height: 25px;
    width: 44px;
    text-align: center;
    margin-left: 0;
}

.pagination li.pagination-link.active,
.pagination li.pagination-link:hover {
    outline: 1px solid #f8a205 !important;
    border-radius: 4px;
    color: #f8a205;
}

.pagination li.pagination-link.disabled {
    cursor: not-allowed;
}

.pagination li.pagination-btn {
    background: #f8a205;
    width: 40px;
    height: 40px;
    padding: 0;
    border-radius: 50%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 12px;
    cursor: pointer;
}

.pagination li.pagination-btn:hover,
.pagination li.pagination-link.disabled:hover {
    border-radius: 50%;
    outline: none !important;
}

/* YMM select search */

.ymm-form-search-page .ymm-form-container {
    align-items: center;
}
.ymm-form-search-page .ymm-form-container .ymm-form-select-items {
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    width: 100%;
}


.custom-ymm-form-for-home-page {
    padding: 0;
}

/* Product detail YMM  */
.our-own-wrapper .ymm-form-container {
    flex-direction: column;
}
.our-own-wrapper .ymm-form-container .ymm-form-select-items {
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.our-own-wrapper .ymm-form-container .ymm-form-select {
    width: 100%;
}
.ymm-form-container button,
.ymm-form-container .button{
    height: 50px;
    line-height: 55px;
    margin: 0;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0;
    padding: 0 20px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ymm-form-container .ymm-go-btn button:hover {
    background: #007786;
}

.verify-fitment .selected-ymm.selected-ymm-vq {
    font-size: 18px;
    line-height: 24px;
    color: #000;
    display: flex;
    flex-direction: column;
}

.verify-fitment .selected-vq {
    font-size: 14px;
    line-height: 19px;
}

.verify-fitment_fitment_fit .verify-fitment_body {
    width: 50%;
}

.ymm-filters .remove-all {
    display: block;
    background: #fff 0% 0% no-repeat padding-box;
    border: 1px solid #3b97b6;
    border-radius: 4px;
    text-align: center;
    padding: 12px;
    font: normal normal 500 18px / 27px Martel Sans;
    letter-spacing: 0px;
    color: #3b97b6;
    text-transform: uppercase;
    opacity: 1;
    margin-top: 40px;
    cursor: pointer;
}

.ymm-filters .disabled.remove-all {
    opacity: 0.5;
    cursor: not-allowed;
}

.ymm-go-btn .btn-go {
    padding-left: 20px;
    padding-right: 20px;
}

.ymm-clear-btn .button:hover {
    box-shadow: none;
}

.woocommerce-product-gallery .slick-slide.slick-current {
    background: white;
}
.price .ins {
    color: #f44b49;
}
.swatch .swatch-element.color label {
    width: 40px;
    height: 40px !important;
    border-radius: 0;
}

.loading-indicator button {
    font-size: 1em;
    font-weight: 500;
    height: 40px;
    letter-spacing: 0.05em;
    line-height: 44px;
    padding: 0 20px;
    text-transform: uppercase;
    border-radius: 4px;
    background: #007786;
}

.loading-indicator button:hover {
    background: #000;
}


.search-modal__form .form-field{
    display: flex;
    padding: 0;
    border: 1px solid #d7d7d7;
    background-color: #fff;
    width: 100%;
    position: relative;
    max-width: 760px;
    margin-left: auto;
    margin-right: auto;
    justify-content: space-between;
}

.search-modal__form .form-field .button {
    display: flex;
    align-items: center;
    height: 44px;
}

.search-modal__form .form-field .form-input {
    width: 100%;
    padding: 15px 20px 10px;
    border: none;
    color: #666;
    font-weight: 400;
    font-family: Martel Sans;
    font-style: normal;
    font-size: 14px;
    height: 44px;
    line-height: 24px;
    background: #fff;
    padding-right: 5em;
}
.search-modal__form .flaticon-magnifying-glass-browser {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    overflow: hidden;
    background-color: transparent;
    font-size: 15px;
    height: 48px;
    line-height: 48px;
    width: 40px;
    padding: 0;
    right: 0;
    cursor: pointer;
    padding-left: 10px;
}

span.icon.cross-icon.cross-icon-on-header {
    right: 101px;
    align-items: center;
    display: flex;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 2;
    background-color: initial;
    cursor: pointer;
    font-family: sans-serif;
    font-size: 22px;
    -moz-user-select: none;
    user-select: none;
    color: #666;
}

span.icon.cross-icon.cross-icon-on-header:hover {
    color: #000;
}



/* product page YMM */

.fitment-data-table-wrapper h3 {
    font-family: Martel Sans;
    font-weight: 700;
    font-size: 20px;
    line-height: 40px;
    position: relative;
    transition: color .25s, border-color .25s, background-color .25s, opacity .25s, width .25s ease 0s;
    width: fit-content;
    text-transform: uppercase;
    margin-bottom: 25px;
}
.fitment-data-table-wrapper h3:before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    bottom: -1px;
    border-bottom: 2px solid var(--engoc-primary-color);
    -webkit-transition: transform .25s ease 0s;
    -moz-transition: transform .25s ease 0s;
    -o-transition: transform .25s ease 0s;
    transition: transform .25s ease 0s;
    width: 100%;
}

.fitment-data-table th,
.fitment-data-table td{
    text-align: left;
    font-size: 18px;
    line-height: 24px;
    color: #333;
}
.fitment-data-table td {
    padding-top: 10px;
    padding-bottom: 10px;
}

fitment-data-table table {
    margin-bottom; 0;
}
.custom-ymm-form-body h4 {
    font-weight: 600;
    font-size: 24px;
    line-height: 1em;
    text-transform: uppercase;
    color: #111;
    margin-bottom: 20px;
    font-family: kanit;
}

.ymm-form-container select {
    cursor: pointer;
    appearance: none;
    background: #fff
    url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMCIgaGVpZ2h0PSI2MCI+PHBhdGggZmlsbD0ibm9uZSIgZD0iTTAgMGgzMHY2MEgwek0uNSA2MFYwIi8+PHBhdGggZmlsbD0iIzMzMyIgZmlsbC1ydWxlPSJldmVub2RkIiBkPSJtMTUuNjc2IDMzLjAzNyA1LjEwMi01LjEwMy0uNzA3LTEuMDg2LTQuNDkgNC40OTItNC40OS00LjQ5Mi0uNzAyIDEuMDg2IDUuMTAyIDUuMTAzLjA3NS4xMTUuMDItLjAyLjAyLjAyeiIgY2xpcC1ydWxlPSJldmVub2RkIi8+PC9zdmc+)
    no-repeat 100% 48%;
    border: 1px solid #ccc;
    box-sizing: border-box;
    margin: 0;
    padding: 0 1.5em 0 5px;
    width: 100%;
    background-color: #fff;
    font-family: Martel Sans;
    font-style: normal;
    font-weight: 400;
    color: #000;
    line-height: 20px;
    height: 50px;
    font-size: 16px;
}

.our-own-wrapper .ymm-form-container .ymm-form-select {
    width: 100%;
    flex: auto;
}
.ymm-form-container .ymm-go-btn,
.ymm-form-container .ymm-clear-btn {
    width: 50%;
}
.ymm-form-container .ymm-button-holder-wrapper {
    margin-top: 0px;
}

#garage-wrapper-wrapper .ymm-form-container .ymm-button-holder-wrapper {
    margin-top: 0px;
}

@media (min-width: 1400px) {
    .our-own-wrapper .ymm-form-container .ymm-form-select {
        flex: 1;
    }
    .our-own-wrapper .ymm-form-container {
        flex-direction: unset;
    }
    .ymm-form-container .ymm-button-holder-wrapper {
        margin-top: 0px;
    }
    .our-own-wrapper .ymm-form-container .ymm-form-select-items {
        gap: 12px;
    }
    .ymm-form-container {
        gap: 2%;
    }
    .ymm-button-holder {
        gap: 10px;
    }
    .custom-ymm-wrapper-for-home-page .ymm-form-container {
        gap: 1%;
    }
}


h1.collection-title  {
    font-size: 48px;
    line-height: 50px;
    font-weight: 600;
    text-shadow: none;
    margin-bottom: 25px;
    letter-spacing: 0;
    text-transform: uppercase;
}

.form-label--checkbox:hover span {
    color: var(--engoc-primary-color);
}

.ymm-products-wrapper .ymm-product-name a{
    overflow-wrap: anywhere;
}
.button.button-primary.btn-go[disabled] {
    pointer-events: none;
}
@media (max-width: 1600px) {
    .each-vehicle-in-garage .ymm-icon-danger svg {
        width: 12px;
        height: 12px;
        stroke: none;
    }
    h1.collection-title  {
        font-size: 42px;
        line-height: 46px;
    }
}

@media (max-width: 1399px) {
    .home-layout-4 .ymm-modal .ymm-form-select select {
        height: 50px;
    }
    .ymm-add-to-garage-form-wrapper {
        margin-top: 24px;
    }
    .ymm-add-to-garage-form-modal .ymm-button-holder-wrapper {
        margin-top: 0;
    }

    .ymm-modal {
        width: 600px;
    }
    .verify-fitment_fitment_fit .verify-fitment_title {
        font-size: 20px;
    }
    .verify-fitment_fitment_fit .verify-fitment_body {
        width: 55%;
    }
    #home-page-wrapper {
        padding: 50px 0;
    }

    .ymm-product-thumbnail-wrapper.card_ratio_4_3 {
        height: 260px;
    }
    h1.collection-title  {
        font-size: 48px;
        line-height: 50px;
    }
    .verify-fitment_body {
        flex-direction: column;
        align-items: flex-start;
    }
}

@media (max-width: 1280px) {
    .ymm-form-container {
        flex-direction: column;
        row-gap: 20px;
    }

    #search-page-ymm-form-container.ymm-form-container {
        flex-direction: unset;
    }

    .custom-ymm-wrapper-for-home-page .ymm-form-container {
        flex-direction: unset;
        row-gap: 0px;
    }

    .ymm-add-to-garage-form-wrapper .ymm-form-select:last-child .ymm-select {
        margin-bottom: 0px;
    }

    .ymm-add-to-garage-form-wrapper .ymm-select {
        margin-bottom: 20px;
    }
}

@media (max-width: 1199px) {

    .header-middle-inner .block-search {
        width: 100%;
        max-width: 380px;
        margin: 0 auto;
    }
    .box-header-nav .main-menu > .menu-item > a {
        letter-spacing: 0;
    }

    .custom-ymm-wrapper-for-home-page
    .ymm-form-select
    .ymm-select.ymm-select-selected,
    .custom-ymm-wrapper-for-home-page .ymm-form-select .ymm-select,
    .custom-ymm-wrapper-for-home-page .ymm-button-holder .button {
        height: 55px;
    }
    .ymm-products.grid-col-3,
    .ymm-products.grid-col-4 {
        gap: 20px 20px;
    }
    .ymm-product-thumbnail-wrapper.card_ratio_4_3 {
        height: 220px;
    }
    #search-page-ymm-form-container.ymm-form-container {
        flex-direction: column;
        flex-wrap: wrap;
        gap: 20px;
    }
    .ymm-form-container .ymm-button-holder-wrapper {
        width: 100%;
    }


    .ymm-justify-content-around {
        width: 100%;
    }

    .change-vehicle-wrapper, .clear-selection-wrapper,
    .change-vehicle-wrapper button, .clear-selection-wrapper button{
        width: 100%;
    }
    .change-clear-btn-wrapper {
        gap: 12px;
    }
    .ymm-change-or-clear h4 {
        text-align: left;
        margin-bottom: 10px;
    }

    .ymm-products-wrapper .sale-price {
        font-size:16px;
    }
    .our-own-wrapper .ymm-form-container .ymm-form-select {
        flex: 1;
    }
    h1.collection-title  {
        font-size: 36px;
        line-height: 38px;
    }
}


@media (max-width: 1024px) {
    .ymm-form-container .ymm-button-holder-wrapper {
        margin-top: 0px;
    }

    .ymm-form-container select {
        padding: 0.7rem 0.5rem;
    }

    #newly-added-garage-btn .navPages-action {
        border-radius: 0;
    }



    .filters-button-wrapper {
        display: block;
        display: flex;
        justify-content: space-between;
        margin-top: 20px;
        align-items: center;
    }

    #filters-wrapper-mobile.mobile-filters-open .filters-button-wrapper,
    .close-mobile-filter {
        position: absolute;
        right: 24px;
        top: 27px;
    }

    .custom-ymm-form-for-home-page {
        padding: 1rem 0 0 !important;
    }

    #newly-added-garage-btn .navPages-action:after,
    #newly-added-garage-btn .navPages-action:before,
    .header-navigation #newly-added-garage-btn:after,
    div#newly-added-garage-btn:after {
        content: none;
    }

    .header-navigation #newly-added-garage-btn {
        float: none;
    }

    #newly-added-garage-btn span {
        text-align: left;
    }

    #newly-added-garage-btn span.selected-ymm-ymm {
        max-width: inherit;
        margin-right: 0.8rem;
    }

    span.selected-ymm.selected-ymm-vq {
        width: auto;
    }

    #newly-added-garage-btn .navPages-action {
        padding-left: 15px;
        padding-right: 15px;
    }

    #newly-added-garage-btn .navPages-action {
        height: 100%;
        column-gap: 1rem;
    }

    #newly-added-garage-btn span.change-vehicle:after {
        transform: translate(0, -50%);
        top: 50%;
        height: 20px;
    }

    .search-page-ymm-form-container .ymm-select {
        padding-left: 20px;
        padding-right: 20px;
    }
    /*.search-page-ymm-form-container .ymm-select,  */
    .ymm-add-to-garage-form-wrapper {
        background-position: calc(100% - 10px);
    }

    /* update ymm  */
    #newly-added-garage-btn {
        max-width: 280px;
    }

    .ymm-product-thumbnail-wrapper.card_ratio_4_3 {
        margin-bottom: 10px;
    }
    .ymm-products-wrapper .ymm-product-name {
        margin-bottom: 5px;
    }
}

@media (min-width: 767px) and (max-width: 1024px) {
    .our-own-wrapper .ymm-form-container {
        flex-direction: row;
    }
    .our-own-wrapper .ymm-form-container .ymm-form-select {
        flex: 1;
    }

    .ymm-form-container {
        gap: 20px;
    }

    #garage-wrapper-wrapper .ymm-form-container .ymm-button-holder-wrapper {
        margin-top: 20px;
    }
}
@media (min-width: 767px) and (max-width: 1199px) {
    .our-own-wrapper .ymm-form-container .ymm-form-select-items {
        flex: auto;
    }
    .our-own-wrapper .ymm-form-container {
        flex-direction: unset;
        flex-wrap: unset;
    }
    .ymm-form-container .ymm-button-holder-wrapper {
        width: auto;
    }
    .our-own-wrapper .ymm-button-holder {
        gap: 10px;
    }
    .ymm-product-thumbnail-wrapper  {
        height: 240px;
    }
}
@media (max-width: 992px) {

    #newly-added-garage-btn {
        position: relative;
    }
    #garage-wrapper-wrapper {
        max-width: 100%;
        min-width: 80%;
        margin: auto 0;
        right: unset;
        left: 50%;
        transform: translateX(-50%);
        padding: 50px 55px;
        margin: 0 !important;
        top: 100%;
        font-family: kanit;
        filter: drop-shadow(-5px 9px 10px rgba(0, 0, 0, 0.5));
    }

    #newly-added-garage-btn:hover .navPages-action {
        background: #007786;
        color: #fff;
    }
    #newly-added-garage-btn:hover .navPages-action span {
        color: #fff;
    }

    #newly-added-garage-btn:hover .navPages-action .icon-grage svg path {
        fill: #fff;
    }

    #newly-added-garage-btn:hover .navPages-action .icon-down-arrow svg path {
        fill: #fff;
    }

    .ymm-change-or-clear {
        margin: 0;
        margin-bottom:20px;
        flex-wrap: wrap;
    }

    .categories-items-wrapper {
        grid-template-columns: repeat(4, 1fr);
        padding: 20px 0;
        padding-top: 20px;
    }

    .search-page-ymm-form-container .ymm-select {
        padding-left: 20px;
        padding-right: 20px;
    }

    .ymm-add-to-garage-form-wrapper .ymm-select {
        padding-left: 20px;
        padding-right: 20px;
        background-position: calc(100% - 10px);
    }

    .custom-ymm-wrapper-for-home-page .ymm-form-select .ymm-select:disabled,
    .search-page-ymm-form-container .ymm-select:disabled,
    .ymm-add-to-garage-form-wrapper .ymm-select:disabled,
    .productView-details .ymm-select:disabled {
        background-position: calc(100% - 10px);
    }

    .custom-ymm-wrapper-for-home-page
    .ymm-form-select
    .ymm-select.ymm-select-selected,
    .search-page-ymm-form-container .ymm-select.ymm-select-selected,
    .ymm-add-to-garage-form-wrapper .ymm-select.ymm-select-selected,
    .productView-details .ymm-select.ymm-select-selected {
        background-position: calc(100% - 10px);
    }
    .ymm-go-btn .btn-go {
        padding-left: 20px;
        padding-right: 20px;
    }

    .ymm-form-search-page .ymm-button-holder {
        gap: 10px;
    }
    .ymm-products-wrapper .sale-price {
        font-size: 16px;
    }
    .ymm-products.grid-col-3 {
        grid-template-columns: 1fr 1fr;
    }
}
@media (max-width: 991px) {
    #newly-added-garage-btn {
        width: 100%;
        max-width: 100%;
    }
    h1.collection-title  {
        font-size: 34px;
        line-height: 32px;
    }
}
@media (max-width: 801px) {
    .ymm-form-search-page .ymm-form-container .ymm-form-select {
        width: auto;
        flex: 1 0 100%;
    }
}
@media (max-width: 767px) {
    .ymm-products.grid-col-3 {
        grid-template-columns: 1fr 1fr;
    }

    .ymm-product-thumbnail-wrapper.card_ratio_4_3 {
        height: 250px;
    }

    .custom-ymm-wrapper-for-home-page
    .ymm-form-select
    .ymm-select.ymm-select-selected,
    .custom-ymm-wrapper-for-home-page .ymm-form-select .ymm-select {
        line-height: 24px;
        height: 50px;
    }

    .custom-ymm-wrapper-for-home-page
    .ymm-form-container
    .ymm-button-holder-wrapper {
        width: 100%;
    }

    .custom-ymm-wrapper-for-home-page .ymm-form-container {
        flex-direction: unset;
        row-gap: 20px;
    }

    .ymm-form-search-page .ymm-button-holder {
        gap: 8px;
    }

    .custom-ymm-wrapper-for-home-page .ymm-button-holder .button,
    .search-page-ymm-form-container .ymm-button-holder .button {
        height: 50px;
        text-transform: none;
    }
    .search-page-ymm-form-container .ymm-button-holder-wrapper {
        width: 100%;
    }

    .ymm-modal .close-icon svg {
        width: 16px;
        height: 16px;
        top: -1px;
        position: relative;
    }

    .ymm-modal {
        padding: 40px 50px;
        min-width: 396px;
    }

    .ymm-modal h3 {
        font-size: 24px;
    }

    #garage-wrapper-wrapper {
        max-width: 100%;
        min-width: 90%;
        margin: 0;
        padding: 34px 24px;
    }

    .garage-wrapper-wrapper:after,
    .garage-wrapper-wrapper:before {
        content: none;
    }

    .ymm-form-container {
        flex-wrap: wrap;
        gap: 2rem;
    }

    .ymm-form-container .ymm-form-select {
        flex: 1 0 47%;
    }

    .ymm-button-holder {
        width: 100%;
    }

    .ymm-button-holder .ymm-go-btn,
    .ymm-button-holder .ymm-clear-btn {
        flex: auto;
    }
    .ymm-form-container .ymm-go-btn,
    .ymm-form-container .ymm-clear-btn {
        width: calc(50% - 16px);
    }

    .ymm-button-holder button {
        width: 100%;
    }

    .custom-ymm-wrapper-for-home-page .ymm-form-select .ymm-select,
    .search-page-ymm-form-container .ymm-select,
    .ymm-add-to-garage-form-wrapper .ymm-select,
    .productView-details .ymm-select {
        height: 50px;
        background-position: calc(100% - 32px) 50%;
    }

    .ymm-change-or-clear,
    .ymm-form-search-page {
        flex-wrap: wrap;
        padding: 2rem;
        justify-content: center;
    }
    .ymm-products-grid-wrapper {
        padding: 20px;
    }
    .search-results-count-sort-by {
        padding: 20px;
    }

    .ymm-products.grid-col-3,
    .ymm-products.grid-col-4 {
        grid-template-columns: 1fr 1fr;
    }

    .ymm-change-or-clear h4 {
        margin-bottom: 10px;
        font-size: 22px;
        line-height: 34px;
    }

    .change-vehicle-wrapper .button,
    .clear-selection-wrapper .button{
        font-size: 14px;
        line-height: 19px;
    }

    .categories-items-wrapper {
        grid-template-columns: repeat(4, 1fr);
    }
    /* YMM select search   */

    .ymm-form-search-page .ymm-form-container .ymm-form-select {
        flex: 1;
    }
    .ymm-filters .ymm-categories, .ymm-filters .ymm-brands, .ymm-filters .ymm-price, .ymm-filters .ymm-fitment {
        margin-bottom: 0;
        border-bottom: 0;
        padding-bottom: 0;
    }
    h1.collection-title  {
        margin-bottom: 28px;
    }

}

@media (max-width: 767px) {
    .ymm-products-wrapper .sale-price {
        font-size: 18px;
        line-height: 24px;
    }
    .ymm-products-wrapper .default-price {
        font: normal normal 500 14px / 19px Martel Sans !important;
    }

    .ymm-form-search-page .ymm-title {
        font-size: 22px;
        margin-bottom: 12px;
        line-height: 34px;
        letter-spacing: 0.64px;
        text-transform: uppercase;
    }
    .change-clear-btn-wrapper {
        gap: 12px;
        flex-wrap: wrap;
    }
    .change-vehicle-wrapper,
    .clear-selection-wrapper {
        width: calc(50% - 12px / 2);
    }

    .ymm-product-item .product-action-buttons .add-to-cart-btn {
        padding: 0 1.4rem 2.4rem;
    }

    .productView-details .ymm-select {
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
    }

    .custom-ymm-wrapper-for-home-page .ymm-form-select .ymm-select,
    .search-page-ymm-form-container .ymm-select,
    .ymm-add-to-garage-form-wrapper .ymm-select,
    .productView-details .ymm-select {
        background-position: calc(100% - 20px);
    }
    #newly-added-garage-btn .navPages-action .icon-grage svg {
        width: 38px;
        height: 30px;
    }

    #shopify-section-template--16461280706716__custom_liquid_z9WYrG
    .halo-block-header
    .title
    .text {
        font-size: 32px;
    }


    .filters-wrapper-desktop {
        display: none;
    }
    .ymm-products-wrapper {
        width: 100%;
    }
    .search-results-count-sort-by {
        flex-direction: row-reverse;
        gap: 12px;
    }
    .search-results-count-sort-by .filters-btn {
        background-color: var(--engoc-primary-color);
        color: #fff;
        font-size: 1em;
        font-weight: 500;
        height: 40px;
        letter-spacing: .05em;
        line-height: 42px;
        padding: 0 20px;
        text-transform: uppercase;
        min-width: 125px;
    }
    .filters-btn svg {
        width: 14px;
        height: 14px;
        vertical-align: middle;
        margin-top: -2px;
        margin-left: 4px;
    }
    .filters-btn svg path {
        fill: #fff;
    }
    .sidebar-mobile-filter {
        width: 100%;
        height: 100%;
        background: #fff;
        background-color: #0009;
        bottom: 0;
        display: none;
        left: 0;
        position: fixed;
        right: 0;
        top: 0;
        z-index: 1500;
        align-items: stretch;
        justify-content: flex-end;
    }
    .sidebar-mobile-filter.open {
        display: flex;
    }
    .ymm-filters {
        background-color: #fff;
        display: flex;
        flex-direction: column;
        height: 100%;
        overflow: hidden;
        padding: 0;
        flex: 0 0 320px;
    }
    .filters-heading {
        display: block;
        padding-top: 20px;
        padding-left: 12px;
    }
    .close-mobile-filter {
        right: 12px;
        top: 25px;
        display: block;
    }
    .ymm-brands.ymm-filter-item,
    .ymm-filters .collapsible-title-icon{
        margin-bottom: 0;
    }
    .ymm-filters .collapsible-content {
        padding: 10px 10px 0px;
        margin-bottom: 0;
    }
    body.template-search.mobile-filter-open {
        overflow: hidden;
    }
    .filters-heading h2 {
        font-size: 1.5em;
        letter-spacing: 0;
    }
    .ymm-filters .collapsible-title-icon {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .ymm-product-thumbnail-wrapper  {
        height: 220px;
    }
}

@media (max-width: 650px) {
    .ymm-modal {
        width: calc(100% - 100px);
    }
}

@media (max-width: 567px) {
    .ymm-product-thumbnail-wrapper.card_ratio_4_3 {
        height: 180px;
    }

    .ymm-modal h3 {
        font-size: 26px;
    }

    .pagination li.pagination-link {
        margin: 0;
    }
}

@media (max-width: 567px) {
    .ymm-modal {
        width: calc(100% - 15px);
        padding: 30px;
    }
    .ymm-form-container .ymm-form-select {
        flex: 1 0 100%;
    }
    .categories-items-wrapper {
        grid-template-columns: repeat(2, 1fr);
    }
    img.cm_vehicle-categories_category-image,
    .cm_vehicle-categories_category-image-container svg.placeholder-svg {
        width: 100%;
        height: 150px;
        object-fit: cover;
        border-radius: 4px;
    }
}

@media (max-width: 551px) {
    .ymm-products.grid-col-4 {
        grid-template-columns: 1fr;
    }
    .sort-by .sort-by-wrapper-inner {
        display: none;
    }
    .verify-fitment {
        flex-wrap: wrap;
        justify-content: center;
        row-gap: 10px;
    }
    .verify-fitment .verify-fitment_fitment {
        text-align: center;
    }
    .verify-fitment_fitment_fit .verify-fitment_body {
        justify-content: center;
    }
    .ymm-button-holder {
        flex-wrap: wrap;
    }
    .loading-indicator {
        flex-direction: column;
    }

    .ymm-fitment-result-table .ymm-fitment-verify-inner .lacks-data-header {
        font-size: 20px;
    }
    .verify-fitment_body {
        justify-content: center;
        margin-top: 10px;
    }

    .products-related .product {
        padding-left: 5px;
        padding-right: 5px;
    }
    /* YMM select search   */
    .ymm-form-search-page .ymm-form-container {
        flex-direction: column;
    }
    .ymm-form-search-page .ymm-form-container .ymm-form-select {
        width: auto;
        flex: 1 0 100%;
    }

    .our-own-wrapper .ymm-form-container .ymm-form-select {
        flex: auto;
    }

    .ymm-product-thumbnail-wrapper  {
        height: 180px;
    }
}

@media (max-width: 350px) {
    .ymm-filters {
        flex: 0 0 100%;
    }
}
