@import "https://site-assets.fontawesome.com/releases/v6.7.2/css/all.css";

div a {
    color: #005da6;
}

.contact_info a {
    font-weight: 700;
    text-decoration: underline;
}

.bold {
    font-weight: 700;
}

.banner_wrapper {
    position: relative;
}

    .banner_wrapper .banner_img {
        width: 100%;
        height: 226px;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
    }

    .banner_wrapper .banner_content {
        color: #fff;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        padding: 30px 50px;
    }

        .banner_wrapper .banner_content h1 {
            color: #fff;
            font-size: 34px;
            font-weight: 700 !important;
        }

        .banner_wrapper .banner_content span.sub_title {
            font-size: 20px;
        }





.product_wrapper {
    padding-top: 35px;
    padding-bottom: 0;
}

.additional_info .title {
    font-weight: 600;
}

.p_variant_des .pdr_top .additional_info {
    margin-bottom: 20px;
}

    .p_variant_des .pdr_top .additional_info .title {
        font-weight: 600;
        margin-bottom: 0 !important;
        height: inherit;
    }

    .p_variant_des .pdr_top .additional_info .content_text {
        color: #777777;
    }

.product_toggle_info .page_container {
    padding: 0;
}

.product-view .pd_row {
    display: flex;
    justify-content: flex-start;
    padding: 20px 15px;
    border-bottom: 1px solid #d0d0d0;
    gap: 30px;
}

    .product-view .pd_row:last-child {
/*        border-bottom: 0 !important;*/
    }

.product-view .prodct-img {
    width: 240px;
}

.product-view .product-right .oem-id {
    font-size: 16px;
}

.product-view .product-right {
    width: calc(100% - 240px);
}

    .product-view .product-right .pdr_right {
        width: 220px;
        min-width: 220px;
    }

    .product-view .product-right .ship_date p {
        color: #5c5c5c;
        line-height: 20px;
        font-weight: 600;
        font-size: 16px;
    }

.parts_info_block strong {
    font-size: 16px;
    color: #005da6;
}

.product-view .product-right .parts_info_block {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 15px;
}

.product-view .product-right .prodct-info-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.additional_links {
    padding: 0;
    line-height: 15px;
}

    .additional_links a {
        line-height: 20px;
        font-weight: 700;
        font-size: 14px;
    }

.toggle-btn-group {
    margin-left: 10px;
}

    .toggle-btn-group .toggle-btn {
        border: 0px solid;
        background: transparent;
    }

        .toggle-btn-group .toggle-btn.active {
            opacity: 1;
        }

    .toggle-btn-group span.border-seprator {
        display: block;
        width: 1px;
        height: 30px;
        background: #000;
        margin: 0 10px;
    }

.item_inner .item_info a {
    margin-bottom: 5px;
    display: block;
}

.product-grid .product-view-list {
    display: none;
}

.product-list .product-view-grid {
    display: none;
}

.product-grid .product-view-grid {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 30px;
    margin-bottom: 40px;
}

.pagin_l span {
    display: flex !important;
    gap: 5px;
}
.quantity {
    width: 55px !important;
    max-width: 55px !important;
    min-width: 55px !important;
}
.quantity .bootstrap-select .btn.dropdown-toggle.btn-default .filter-option-inner-inner {
    padding-left: 12px !important;
}

.p_overview_inn h5 {
    margin-bottom: 16px;
}

.product-view-list {
    margin-bottom: 40px;
}

    .product-view-list .pd_row .product-right .product-detials {
        display: flex;
        justify-content: space-between;
        gap: 25px;
    }

        .product-view-list .pd_row .product-right .product-detials .title {
            font-size: 24px;
            height: auto;
        }

        .product-view-list .pd_row .product-right .product-detials .prodct-info-footer {
            display: flex;
            align-items: center;
            gap: 5px;
        }

            .product-view-list .pd_row .product-right .product-detials .prodct-info-footer label {
                margin-bottom: 0;
                color: #000000;
                font-weight: 400;
            }

.product-grid .product-view-grid .prodct-img {
    width: 100%;
    height: 136px;
}

.product-grid .product-view-grid .pd_row {
    width: calc(20% - 25px);
    display: flex;
    flex-direction: column;
    padding: 20px;
    border: 0;
    border-radius: 5px;
    box-shadow: 0px 2px 20px 0px rgba(21, 21, 21, 0.08);
    gap: 0px;
}

.product-grid .product-view-grid .product-right .product-detials .title {
    font-size: 16px;
    font-weight: 600;
    height: auto;
    margin-bottom: 5px !important;
    min-height: 60px;
}

.prts_device p {
    margin-bottom: 5px !important;
    font-size: 16px;
    line-height: 24px;
    min-height: 24px;
}

.main-price + span {
    min-height: 35.5px;
    height: 35px;
    display: block;
}

    .main-price + span + p {
        min-height: 24px;
    }


.shipping_info {
    display: flex;
    align-items: center;
    gap: 4px;
    margin-bottom: 5px;
    min-height: 18px;
    color: #1FAB79;
    font-weight: 600;
}

.b_description {
    color: #5C5C5C;
    font-size: 16px;
    letter-spacing: 0;
    min-height: 36px;
    font-weight: 600;
}

.sub_title {
    font-size: 16px;
    font-weight: 600;
    height: unset;
    margin-bottom: 15px !important;
    color: #005da6;
    min-height: 18px;
}

.main-price {
    margin-bottom: 5px;
}

    .main-price .price {
        font-size: 30px;
    }

        .main-price .price span {
            font-size: 14px;
        }

.sku {
    margin-bottom: 5px;
}

.product-grid .product-view-grid .pd_row .prodct-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.product-grid .product-view-grid .product-right {
    width: 100%;
}

.product-grid .product-view-grid .prodct-info-footer {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 4px;
}

.product-grid .product-view-grid .prodct-info-footer {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    margin-top: 15px;
}



/*product_overview*/

.product_overview_new {
    padding: 40px 30px;
    background: #f1f1f1;
    margin-bottom: 40px;
}

z-index: 999;
}

.page_container .product_overview_new h5 {
    font-size: 20px;
    font-weight: 400 !important;
    margin-bottom: 20px;
}



.product_overview_new .p_overview_inn {
    border-bottom: 1px solid #949494;
    margin-bottom: 20px;
}

    .product_overview_new .p_overview_inn .p_accord_box {
        margin-bottom: 20px;
    }

    .product_overview_new .p_overview_inn table {
        margin-bottom: 0;
    }

    .product_overview_new .p_overview_inn:last-child .p_accord_box {
        margin-bottom: 0;
    }

    .product_overview_new .p_overview_inn:last-child {
        border: 00;
        padding-bottom: 0;
        margin-bottom: 0;
    }

.documents .pdf_list {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 15px;
    margin-bottom: 10px;
}

    .documents .pdf_list span.title {
        display: flex;
        flex-direction: column;
        gap: 5px;
        font-size: 16px;
        font-weight: 500;
    }

        .documents .pdf_list span.title a {
            font-weight: bold;
            color: #005da6;
        }

.product-view .block_pagination {
    padding: 30px 0;
}

.product-view .contact_info {
    /*    border-top: 1px solid #dfdfdf;*/
    border-bottom: 1px solid #dfdfdf;
    padding: 20px 20px;
    margin-top: -38px;
}

.header_mid_right {
    width: 100% !important;
    margin-left: 0 !important;
    min-width: fit-content !important;
}

.dropdown-menu ul {
    display: block !important;
}

.list span {
    padding: 10px !important;
}

.rn_in_block {
    margin-left: 10px;
}

.header_mid_right ul li {
    margin: 0 15px 0 0 !important;
}

.banner_content .sub_title {
    color: #fff;
}

.facility {
    border-left: 1px solid #CCCCCC;
}

.header_search {
    width: -webkit-fill-available !important;
}

.landmark span {
    margin-left: 8px;
}

#list_view svg {
    width: 25px;
    height: 30px;
}

.block_pagination .page-link {
    height: 32px !important;
    width: 32px !important;
}

.pagin_r .form-group .b_select .btn-default {
}

.toggle-btn-group .toggle-btn {
    margin-left: 10px;
    opacity: 0.3;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s all;
}

    .toggle-btn-group .toggle-btn:hover {
        background: rgb(229 231 235 / 50%);
        opacity: 1;
    }

        .toggle-btn-group .toggle-btn:hover svg {
            opacity: 0.5;
        }

    .toggle-btn-group .toggle-btn.active:hover svg {
        opacity: 1;
    }


.image-preview {
    width: 100%;
}

    .image-preview img {
        width: 100%;
        height: 500px;
        border: 1px solid #ccc;
        object-fit: cover;
        margin-bottom: 20px;
    }

    .image-preview video {
        height: 500px;
        object-fit: cover;
        margin-bottom: 15px;
        width: 100% !important;
    }

.thumbnail-gallery img {
    cursor: pointer;
    width: 70px;
    margin: 3px;
    border: 2px solid #CCCCCC;
}

    .thumbnail-gallery img:hover {
        border-color: #ff9505;
    }

.modall {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.9);
    justify-content: center;
    align-items: center;
    z-index: 1000;
    flex-direction: column;
}

    .modall .closee {
        position: absolute;
        top: 20px;
        right: 30px;
        font-size: 30px;
        color: #000;
        cursor: pointer;
    }

.product_img .sliderr {
}

.blank-placeholder::placeholder {
    border-color: #003763;
}

.sliderr img {
    max-height: 80vh;
    max-width: 80vw;
    margin: 0 20px;
}

.sliderr .modal-thumbnails img {
    margin: 0;
}

.sliderr video {
    max-height: 80vh;
    max-width: 80vw;
}

.product_img .arroww {
    font-size: 40px;
    color: white;
    cursor: pointer;
    user-select: none;
}

    .product_img .arroww svg {
        width: 10px;
    }

        .product_img .arroww svg path {
            fill: #5c5c5c;
        }

    .product_img.arroww:hover {
        color: #007BFF;
    }

.overflow-hidden {
    overflow: hidden;
}

    .overflow-hidden .pv_sticky_top.stky_prd {
        opacity: 0;
        visibility: hidden;
    }

.pv_sticky_top.stky_prd {
    display: none !important;
}

.overflow-hidden .p_des_right {
    opacity: 0;
    visibility: hidden;
}

.overflow-hidden .p_des_right {
    opacity: 0;
}

.overflow-hidden #view {
    opacity: 0;
    visibility: hidden
}

.overflow-hidden .dashboard_DDown_cont {
    opacity: 0;
    visibility: hidden
}

.overflow-hidden .menu_part {
    z-index: 0;
}

.overflow-hidden .dashboard_DDown_cont {
    opacity: 0;
}

.overflow-hidden .product-view {
    opacity: 0;
}

.p_variant_des .addToList {
    max-width: 335px;
}

    .p_variant_des .addToList .add_l_outer .to_do1 input {
        cursor: pointer;
    }

.pd_row {
    display: none; /* Initially hide all items */
}

.image-preview {
    text-align: center;
    cursor: pointer;
    position: relative;
}


    .image-preview img, .image-preview video {
        max-width: 100%;
        height: 360px;
        max-height: 400px;
    }

.thumbnail-gallery {
    display: flex;
    justify-content: center;
    gap: 2px;
    margin-top: 10px;
    flex-wrap: wrap;
}

.thumb {
    width: 70px;
    height: 70px;
    object-fit: cover;
    cursor: pointer;
    border: 2px solid transparent;
}

    .thumb:hover, .thumb.active {
        border-color: #ff9505;
    }

.modall {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(150, 150, 150, 0.68);
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.sliderr {
    position: relative;
    max-width: 1200px; /* Max-width 800px */
    width: 100%;
    height: auto; /* Height 80vh */
    background: #fff; /* White background */
    border-radius: 10px;
    padding: 35px;
    box-sizing: border-box;
    text-align: center;
    overflow: hidden;
}

.slider-container {
    overflow: hidden;
    position: relative;
    height: 650px; /* Adjust for thumbnails and padding */
}

.slider-wrapper {
    display: flex;
    transition: transform 0.3s ease;
    width: 100%;
}

.b_select .dropdown-menu {
    z-index: 991;
}

.slide {
    flex: 0 0 100%;
    max-width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .slide img, .slide video {
        max-width: 100%;
        max-height: calc(100vh - 120px); /* Ensure media fits within slider */
        height: auto;
        object-fit: cover;
        width: 100%;
    }

.arroww {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 30px;
    color: #000;
    cursor: pointer;
    user-select: none;
    padding: 10px;
    z-index: 10;
}

#prev {
    left: 12px;
}

#next {
    right: 12px;
}

.closee {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 30px;
    color: #000;
    cursor: pointer;
}

.modal-thumbnails {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 10px;
    flex-wrap: wrap;
}

    .modal-thumbnails img {
        width: 60px;
        height: 60px;
        object-fit: cover;
        cursor: pointer;
        border: 2px solid transparent;
    }

        .modal-thumbnails img.active {
            border-color: #ff9505;
        }

.overflow-hidden {
    overflow: hidden;
}

    .overflow-hidden #addToList_container {
        opacity: 0;
        visibility: hidden;
        cursor: none;
    }

.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999;
}

.dd_box label b {
    color: #000;
    cursor: pointer;
}

.modal-content {
    background: white;
    padding: 20px 30px;
    border-radius: 10px;
    text-align: left;
    max-width: 400px;
    width: 100%;
}

#submitBtn {
    background: rgb(255, 149, 5);
    border: 0;
    border-radius: 21px;
    color: #fff;
    font-weight: bold;
}

#closeBtn {
    border: 0;
    background: transparent;
}

.modal-content input {
    width: 100%;
    padding: 8px;
    margin: 15px 0;
}

.modal-buttons {
    display: flex;
    justify-content: end;
    gap: 10px;
}

    .modal-buttons button {
        padding: 8px 16px;
        cursor: pointer;
    }

.hc-offcanvas-nav .nav-wrapper-0 .nav-content ul {
    padding: 0px 0px 0px 0px !important;
}

.menu_head {
    background-color: rgb(0, 74, 132);
    padding: 0 20px;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 4px 4px 0px;
}

.hc-offcanvas-nav .nav-item {
    color: #fff !important;
}

.hc-offcanvas-nav span.nav-next::before, .hc-offcanvas-nav li.nav-back span::before {
    border-top: 2px solid #ffffff !important;
    border-left: 2px solid #ffffff !important;
}

.log_out a span img {
    filter: invert(1);
}

.hc-offcanvas-nav li.nav-close a, .hc-offcanvas-nav li.nav-back a {
    color: #fff !important;
}

.m_heading strong {
    color: #fff !important;
}

.hc-offcanvas-nav li {
    padding: 0 20px;
}

.nav-close {
    right: -60px !important;
}

.hc-offcanvas-nav.nav-position-left.nav-open .nav-wrapper {
    background: rgb(0, 55, 99) !important;
}

.hc-offcanvas-nav .nav-wrapper-0 .nav-content ul {
    background: rgb(0, 55, 99) !important;
}

@media (max-width:1365px) {
    .product-grid .product-view-grid .pd_row {
        width: calc(25% - 25px);
    }

    .title {
        height: auto;
    }

    .thumbnail-gallery {
        display: flex;
        justify-content: left;
        gap: 0;
        margin-top: 10px;
        flex-wrap: nowrap;
        overflow: scroll;
    }

    .sliderr {
        max-width: 1024px;
        height: auto;
    }
}

@media (min-width:1025px) {
    .p_variant_alt .p_variant_des .p_des_right {
        position: relative;
    }

    .drift-zoom-pane.drift-open {
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        width: 100%;
        height: 400px;
        border: 1px solid #ccc;
        overflow: hidden;
        background-color: #fff;
        z-index: 1000;
    }

    #zoomBox img {
        position: absolute;
        width: auto;
        height: auto;
        max-width: none;
        max-height: none;
    }

    .product-view-list .right_content {
        min-width: 350px;
    }

    .body_part {
        width: calc(100% - 210px);
    }

    .body-content {
        display: flex;
    }

    .menu_part {
        width: 210px;
        background: rgb(0, 55, 99);
        z-index: 1;
        overflow: hidden;
        position: relative;
        height: auto;
        background-color: rgb(0, 55, 99);
        transition: width 0.4s ease-in-out;
        -webkit-box-flex: 0;
        flex-grow: 0;
        flex-shrink: 0;
        width: 210px;
        -webkit-box-align: center;
        align-items: center;
    }

    .brQKFd {
        background-color: rgb(0, 74, 132);
        color: rgb(255, 255, 255);
        height: 60px;
        width: 100%;
        display: flex;
        -webkit-box-align: center;
        align-items: center;
        padding-left: 18px;
        box-shadow: rgba(0, 0, 0, 0.25) 0px 4px 4px 0px;
    }

    .hckAeg {
        padding-left: 8px;
        text-transform: capitalize;
        white-space: nowrap;
        overflow: hidden;
    }

    .ldQxAS {
        position: absolute;
        width: 100%;
        transition: left 0.4s ease-in-out;
        left: 0px;
    }

    .gFXogF {
        display: flex;
        flex-direction: column;
        gap: 10px;
        padding: 15px 10px;
    }

    .bMVCJV {
        background-color: rgb(0, 55, 99);
        height: 43px;
        width: 100%;
        display: flex;
        padding: 5px 8px;
        -webkit-box-align: center;
        align-items: center;
        color: rgb(255, 255, 255);
        cursor: pointer;
        border-radius: 4px;
        overflow: hidden;
        white-space: nowrap;
    }

        .bMVCJV > div {
            display: flex;
            align-items: center;
        }

    .bzHdpB {
        background-color: rgb(0, 55, 99);
        height: 43px;
        width: 100%;
        display: flex;
        padding: 5px 8px;
        -webkit-box-align: center;
        align-items: center;
        color: rgb(255, 255, 255);
        cursor: pointer;
        border-radius: 4px;
        overflow: hidden;
        white-space: nowrap;
    }

        .bzHdpB > div {
            display: flex;
            align-items: center;
        }

    .sc-cfWELz.ldQxAS.active {
        position: absolute;
        width: 100%;
        transition: left 0.4s ease-in-out;
        left: -210px;
    }

    .sc-cfWELz.ldQxAS a:hover, .kGViSI--sub-menu a:hover {
        color: #fff;
    }

    .kGViSI--sub-menu {
        position: absolute;
        left: 210px;
        width: 100%;
        transition: left 0.4s ease-in-out;
    }

        .kGViSI--sub-menu.active {
            position: absolute;
            width: 100%;
            transition: left 0.4s ease-in-out;
            left: 0px;
        }

        .kGViSI--sub-menu .sc-kAdXeD.gcYEFW {
            position: absolute;
            left: 210px;
            width: 100%;
            transition: left 0.4s ease-in-out;
        }

        .kGViSI--sub-menu.active .sc-kAdXeD.gcYEFW.active {
            position: absolute;
            width: 100%;
            transition: left 0.4s ease-in-out;
            left: 0px;
            opacity: 1;
        }

    .iSKfRt {
        width: 100%;
        display: flex;
        -webkit-box-align: center;
        align-items: center;
        color: rgb(255, 255, 255);
        cursor: pointer;
        border-radius: 4px;
        overflow: hidden;
        white-space: nowrap;
        -webkit-box-pack: justify;
        justify-content: space-between;
        background-color: rgb(2, 32, 57);
        padding: 8px;
        height: 48px;
    }

    .kGViSI {
        width: 30px;
        height: 30px;
        border-radius: 24px;
        cursor: pointer;
        position: fixed;
        transition: left 0.4s ease-in-out;
        bottom: 24px;
        left: 154px;
        opacity: 0;
    }

    .hmRgMa {
        width: 30px;
        height: 30px;
        border-radius: 24px;
        cursor: pointer;
        position: fixed;
        transition: left 0.4s ease-in-out;
        bottom: 24px;
        left: 20px;
        transform: rotate(180deg);
    }

    .sc-fCPvlr.bMVCJV span.hide, .sc-gAmQfK.bzHdpB span.hide, .sc-fCPvlr.bMVCJV span.hide, .sc-gAmQfK.sc-hAXbOi.iSKfRt span.hide, .sc-bvTASY.hckAeg.hide {
        display: none;
        transition: all 0.5s;
    }

    .menu_part.active {
        transition: width 0.4s ease-in-out;
        width: 54px;
    }

        .menu_part.active + .body_part {
            width: calc(100% - 54px);
        }

    .dQdZtz {
        display: flex;
        -webkit-box-align: center;
        align-items: center;
        gap: 20px;
        background-color: rgb(0, 54, 99);
        border-bottom: 2px solid rgb(238, 238, 238);
        height: 52px;
        -webkit-box-pack: justify;
        justify-content: space-between;
        padding-top: 0px !important;
        width: calc(100% - -15px);
    }

    .hJuUva {
        color: rgb(255, 255, 255);
        font-size: 24px;
        font-weight: 400;
        line-height: 36px;
        letter-spacing: -0.24px;
        text-align: left;
        padding-left: 35px;
    }

    .joWfHK {
        position: relative;
        display: flex;
        -webkit-box-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        align-items: center;
    }

    .hyVzgK {
        position: absolute;
        display: flex;
        -webkit-box-align: center;
        align-items: center;
        gap: 18px;
        -webkit-box-pack: center;
        justify-content: center;
        right: 0px;
        top: 0px;
        width: 100%;
        height: 100%;
    }

    .cVnjse {
        width: 1px;
        background-color: rgb(204, 204, 204);
        height: 31px;
        display: inline-block;
        vertical-align: middle;
    }

    .gliHjt {
        font-weight: 900;
        font-size: 14px;
        color: rgb(0, 91, 166);
        text-transform: uppercase;
    }
}

.image-preview:before {
    content: '';
    background-image: url(https://cdn.shopify.com/s/files/1/0924/3983/9038/files/1762d848e4583f33d90b60a3d8910b04.png?v=1744743647);
    position: absolute;
    width: 28px;
    height: 28px;
    bottom: 20px;
    right: 0;
}

.second_head {
    align-items: flex-start !important;
    gap: 10px !important;
}

.prodct-info-footer label {
    font-weight: normal;
    margin-bottom: 2px;
    color: #000000;
}

.product-view-list .pd_row .product-right .product-detials .prodct-info-footer {
    margin-top: 20px;
}

@media(min-width:767px) {
    .mobile-slider-btn {
        display: none;
    }
}

@media(max-width: 1440px) {
    .product-grid .product-view-grid .pd_row {
        width: calc(25% - 25px);
    }
}

@media (max-width:1024px) {
    .menu_part {
        display: none;
    }

    .slider-container {
        height: auto;
    }

    .sliderr {
        height: auto;
        max-width: 768px;
        padding: 35px 50px;
    }

    .slider-container {
        height: calc(80vh - 100px);
    }

    .slide img, .slide video {
        max-height: calc(80vh - 120px);
    }

    .product-view-list .product-right .right_content {
        min-width: 200px;
    }

    .image-preview img, .image-preview video {
        height: 364px;
    }

    .product-grid .product-view-grid .prodct-img {
        width: 100%;
        height: fit-content;
    }

    .image-preview {
        min-height: 300px;
    }
    .banner_wrapper .banner_content {
        padding: 30px 20px 30px 20px;
    }

    .dQdZtz {
        display: none;
    }

    .h_landmark {
        background: rgb(0, 55, 99);
        font-size: 12px;
        min-height: 40px !important;
        max-height: 40px !important;
        color: white !important;
        display: flex !important;
        align-items: center;
    }

        .h_landmark .facility {
            border-left: none;
        }

            .h_landmark .facility i {
                color: #fff;
            }

    .pro_dropdown-list {
        display: none;
    }

    .header_mid_right .loca {
        display: none;
    }

    .logo_section {
        width: 100% !important;
        align-items: center;
        padding-bottom: 5px;
    }

        .logo_section .logo {
            margin: 0 auto;
        }

    .header_mid_right .cart--icon {
        position: absolute;
        top: 8px;
        margin: 0 !important;
    }

    .header_mid {
        padding-top: 15px;
    }

    .menu_icon {
        margin-right: 0 !important;
    }
}

@media (max-width:880px) {



    .product-grid .product-view-grid .pd_row {
        width: calc(50% - 25px);
    }
}

@media (max-width: 820px) {
    .product-view .block_pagination {
        padding: 30px 15px;
    }

    .product_d_inner {
        display: block;
    }
}
@media (max-width: 769px) {
    .page_container {
        padding: 0 20px !important;
    }
}
    

    @media (max-width: 768px) {
        

        .p_variant_alt .p_variant_des .p_des_right {
            margin-left: 0;
        }

        .sliderr {
            max-width: 80vh;
            height: auto;
            border-radius: 0;
            padding: 50px;
        }

        .slider-container {
            height: auto;
        }

        .product-view-list .pd_row .product-right .product-detials {
            flex-direction: column;
        }

            .product-view-list .pd_row .product-right .product-detials .title {
                font-size: 14px;
                margin-bottom: 8px !important;
            }

        .b_description {
            font-size: 12px !important;
        }

        .prts_device p {
            min-height: auto;
        }

        .sub_title {
            min-height: auto;
        }

        .main-price + span + p {
            min-height: auto;
        }

        .shipping_info {
            min-height: auto;
        }

        .b_description {
            min-height: auto;
        }

        .main-price .price {
            font-size: 16px;
        }

        .product_details .product_d_inner .p_variant_des .p_des_left {
            display: block;
            min-width: 100%;
            width: 100%
        }

        .product_details .product_description {
            flex-direction: column;
        }

        .dashboard_DDown_cont .product_toggle_info .s_head_left {
            display: flex;
        }

        .product_toggle_info .expand_cont {
            padding: 25px 20px;
        }

        .product_toggle_info .second_head .s_head_left {
            display: none;
        }

        .product-view .prodct-img {
            width: 300px;
        }

        .product-view .product-right {
            width: calc(100% - 100px);
        }

        .product-view-list .pd_row .product-right .product-detials {
            gap: 0;
        }

        .product-view .product-right .product-detials .title {
            font-size: 18px;
        }

        .product-view .product-right .pdr_right {
            display: block;
        }

        .product_overview_new {
            padding: 40px 30px;
            background: #f1f1f1;
            margin-bottom: 40px;
            margin: 0 -20px;
        }

        .product_details .p_variant_des .product_img .p_t_b_outer .pti_item_inner {
            width: 44px;
            height: 44px;
        }

        .banner_wrapper .banner_content {
            color: #fff;
            position: relative;
            padding: 30px 20px 60px 20px;
            background: #737B84;
        }

        .filter-container {
            width: 100% !important;
        }
    }

    #loadMoreBtn {
        display: none; /* default: hidden */
    }

    @media (max-width: 768px) {
        #loadMoreBtn {
            display: block;
            margin: 20px auto;
        }

        .mobile-slider-controls {
            display: none;
        }
        .product_overview_new{padding:30px 20px !important;}
        
    }
.s_head_right {
    display: none !important;
}

@media (min-width: 769px) {
    .s_head_right {
        display: flex !important;
    }
}

    @media (max-width: 600px) {
        .mobile-slider-controls {
            display: flex;
        }

        .product-view .prodct-img {
            width: 100px;
        }

        .product_overview_new {
            padding: 30px 20px;
        }

        .off_section h4 {
            border-top: 0;
        }

        .image-preview {
            display: none !important;
        }

        .thumb:hover, .thumb.active {
            border-color: transparent;
        }

        .banner_wrapper .banner_content span.sub_title {
            display: none;
        }

        .banner_wrapper .banner_content h1 {
            text-align: center;
        }

        .p_variant_des .product_img {
            position: relative;
        }

        .product_header {
            padding: 0 0px;
        }

        .thumbnail-gallery {
            position: relative;
            overflow: hidden;
            width: 100%;
            margin: 0 auto;
        }

            .thumbnail-gallery .thumb {
                display: none;
                width: 100%;
                height: 260px;
                transition: transform 0.3s ease;
            }

        .thumbnail-gallery-container {
            width: 100%;
        }

        .thumbnail-gallery .thumb.active {
            display: block;
            margin: 0;
        }

        .mobile-slider-controls {
            display: flex;
            justify-content: space-between;
            margin-top: 10px;
        }

        button:focus {
            outline: none !important;
        }

        .mobile-slider-btn {
            color: white;
            border: none;
            padding: 10px 15px;
            border-radius: 4px;
            cursor: pointer;
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            background: transparent;
        }

            .mobile-slider-btn svg {
                width: 8px;
                height: 35px;
            }

                .mobile-slider-btn svg path {
                    fill: #000;
                }

        #mobileNext {
            right: 25px;
            width: 35px;
            height: 35px;
            padding: 0;
            background: transparent;
            border-radius: 15pc;
        }

        #mobilePrev {
            left: 25px;
            width: 35px;
            height: 35px;
            padding: 0;
            background: transparent;
            border-radius: 15pc;
        }

        .mobile-slider-btn:disabled {
            opacity: 0.5;
            cursor: not-allowed;
        }

        /* Hide modal on mobile */
        .modall .closee {
            color: #000;
            z-index: 1;
            top: 12px;
            right: 0px;
            width: 100%;
            font-size: 0;
        }

        span.closee:before {
            content: 'CANCEL';
            font-size: 14px;
            position: absolute;
            left: 20px;
        }


        .sliderr {
            max-width: 100%;
            height: 100%;
            padding: 60px 20px 20px 20px;
            overflow: scroll;
        }

        span.closee:after {
            content: '';
            position: absolute;
            width: 90%;
            left: 50%;
            height: 1px;
            background: #949494;
            transform: translateX(-50%);
            top: 30px;
        }

        .modal-thumbnails img {
            width: calc(50% - 5px);
            height: 100px;
        }

        .modal-thumbnails img {
            border: 2px solid #CCCCCC;
        }

            .modal-thumbnails img.active {
                border-color: #FF9505;
            }

        .modal-thumbnails {
            padding-left: 50px;
            padding-right: 50px;
            border-top: 1px solid #cccccc;
            padding-top: 10px;
        }

        .slide img, .slide video {
            width: 90%;
        }

        #modalContent .arroww {
            display: block;
            top: 155px;
        }

        #next {
            right: 5px;
        }

        #prev {
            left: 5px;
        }
    }

    @media (max-width:600px) {
        .p_variant_des .addToList {
            max-width: 100%;
        }

        .product-grid .product-view-grid {
            justify-content: center;
        }

        .product-view .product-right .prodct-info-wrapper {
            flex-direction: column;
        }

        .off_section {
            display: block !important;
        }

            .off_section .item_inner {
                display: flex;
                padding: 20px 0;
                flex-direction: column;
            }

                .off_section .item_inner .item_img {
                    margin: 0 20px 0 0;
                    width: 100%;
                }

        .banner_wrapper .banner_img {
            height: 180px;
            background-image: url(https://cdn.shopify.com/s/files/1/0924/3983/9038/files/Background.png?v=1744954520) !important;
        }

        .product-view .pd_row {
            gap: 10px;
        }
    }

    .product-view-grid .pd_row .prodct-img img {
        padding-bottom: 15px;
    }

    @media(max-width: 543px) {
        .logo_section .logo {
            width: 200px;
        }

        .header_mid_right .cart--icon svg {
            height: 24px;
            width: 24px;
        }
        #mobileNext {
            right: 0px;
        }
        #mobilePrev {
            left: 0px;
        }
    }

    @media (max-width:480px) {

        .product-grid .product-view-grid {
            flex-direction: column;
        }

            .product-grid .product-view-grid .pd_row {
                width: 100%;
            }
    }

    .dashboard_DDown_cont {
        box-shadow: unset !important;
    }

    #categoryDropdown .dropdown-toggle svg {
        display: none !important;
    }

    @media(max-width: 400px) {
        .logo_section .logo {
            width: 150px;
        }
    }

    .dashboard_DDown_cont {
        background: #f7f7f7;
        box-shadow: none;
    }

        .dashboard_DDown_cont .expand_cont {
            padding: 12px 0;
        }

    .filter-container {
        display: flex;
        gap: 0;
        flex-direction: column;
        width: 88%;
    }

    #list_view {
        margin-left: 0;
    }

    .s_head_right .dd_box {
        margin-right: 0;
    }

    .filters--items {
        display: flex;
        gap: 10px;
        flex-wrap: nowrap;
    }

    .filter-dropdown, .filter-input {
        ;
        position: relative;
    }

    .filter-dropdown {
        width: 156px;
    }

    .filter-input {
        width: 168px;
    }

        .filter-input:last-child {
            width: 100%;
        }

    label {
        display: block;
        font-weight: bold;
        margin-bottom: 8px;
        color: #999;
    }

    .filter-dropdown .dropdown {
        border: 1px solid #ccc;
        padding: 7px 10px;
        border-radius: 6px;
        position: relative;
        cursor: pointer;
        background: #fff;
    }

    .filter-container input[type="text"] {
        padding: 7px 10px;
    }

    .filter-container .dropdown-toggle {
        display: flex;
        align-items: center;
        gap: 10px;
        position: relative;
    }

        .filter-container .dropdown-toggle svg {
            position: absolute;
            right: 0;
        }

        .filter-container .dropdown-toggle::after {
            display: none;
        }

    .dropdown-menu {
        display: none;
        position: absolute;
        top: 32px;
        left: 0;
        width: 100%;
        background: #fff;
        border: 1px solid #ccc;
        border-radius: 6px;
        box-shadow: 0 2px 5px rgba(0,0,0,0.1);
        z-index: 10;
    }

    .dropdown-item {
        padding: 5px 10px;
        cursor: pointer;
        font-size: 14px;
    }

        .dropdown-item:hover {
            background-color: #f0f0f0;
        }

    input[type="text"] {
        width: 100%;
        padding: 10px;
        border: 1px solid #ccc;
        border-radius: 6px;
        box-sizing: border-box;
    }

    .suggestions {
        display: none;
        position: absolute;
        top: 34px;
        left: 0;
        width: 100%;
        background: #fff;
        border: 1px solid #ccc;
        border-radius: 6px;
        max-height: 200px;
        overflow-y: auto;
        box-shadow: 0 2px 5px rgba(0,0,0,0.1);
        z-index: 10;
    }

        .suggestions div {
            padding: 10px;
            cursor: pointer;
        }

            .suggestions div:hover {
                background: #f0f0f0;
            }

    .selected-tags {
        margin-top: 10px;
        display: flex;
        flex-wrap: wrap;
        gap: 8px;
        align-items: center;
    }

    .tag {
        background: #eaeaea;
        color: #000;
        padding: 5px 25px 5px 10px;
        border-radius: 30px;
        font-size: 14px;
        display: flex;
        align-items: center;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
        max-height: 27px;
        max-width: 350px;
        position: relative;
    }

        .tag button {
            background: transparent;
            border: none;
            color: #000;
            margin-left: 8px;
            cursor: pointer;
            font-size: 18px;
            padding: 0;
            position: absolute;
            z-index: 1;
            top: 5px;
            right: 10px;
            background: #eaeaea;
        }

    .clear-all {
        color: #999;
        cursor: pointer;
        font-size: 14px;
    }

    /* Existing input focus */
    .filter-container input[type="text"]:focus {
        border: 1px solid rgb(0, 55, 99); /* Blue color */
        outline: none;
    }

    /* Dropdown active border */
    .filter-container .dropdown.active {
        border: 1px solid rgb(0, 55, 99);
    }

    /* Dropdown toggle focus highlight (optional if you want smoother click) */
    .filter-container .dropdown:focus-within {
        border: 1px solid rgb(0, 55, 99);
    }

    .filter-container .dropdown.active svg {
        transform: rotate(180deg);
    }

    span.item-count {
        position: absolute;
        top: 7px;
        left: 12px;
    }

        span.item-count span.number {
            background: #003763;
            padding: 2px 7px;
            border-radius: 50%;
            color: #fff;
        }

    .category-count .number {
        background: #003763;
        padding: 2px 7px;
        border-radius: 50%;
        color: #fff;
    }

    @media(max-width: 767px) {
        .product_img,
        .p_des_right,
        .second_head {
            padding: 0 0px !important;
        }
        .product-view .pd_row{
            padding-left:0 !important;
            padding-right:0 !important;
        }
        .second_head {
            flex-direction: column;
        }
    }

    .page-item.active .page-link {
        background-color: #c5c5c5 !important;
        border-color: #c5c5c5 !important;
        color: #000 !important;
    }

    .block_pagination #prev-page, .block_pagination #next-page {
        display: none;
    }

    .pagination {
        gap: 5px;
    }

    .product-detials .right_content span s {
        padding-right: 5px;
    }

    .product-detials .right_content span {
        min-height: auto;
        height: auto;
    }

    .product-detials .prodct-info-footer {
        margin-top: 7px;
    }

    .product-detials .addcart_btn {
        width: 100%;
        height: auto;
        padding: 6px 9px;
        margin-left: 0 !important;
    }

    .product-detials .full_width {
        width: 100% !important;
        .quantity margin-left: 0;
    }

    .block_pagination .page-link {
        line-height: 32px !important;
    }

    .page-item.active .page-link {
        font-weight: 500;
    }

    .block_pagination .page-link {
        font-weight: 500 !important;
    }

    .header_search {
        height: 48px !important;
    }

        .header_search .search_inner .text_box {
            height: 48px !important;
            line-height: 48px !important;
        }

        .header_search .search_inner .search_btn {
            height: 48px !important;
        }

    @media (min-width: 1022px) {
        .product-view-list .right_content {
            max-width: 220px !important;
            min-width: unset;
        }
    }

    @media(max-width: 767px) {
        .filter-container {
            width: 100%;
        }

        .second_head {
            gap: 10px;
            align-items: flex-start !important;
            padding: 0 20px;
        }
    }

    @media(max-width: 375px) {
        .addcart_btn {
            margin-left: 5px !important;
            padding: 6px 10px !important;
        }
    }

    #loadMoreBtn {
        background: #ff9505;
        border: 1px solid #ff9505;
        padding: 10px 20px;
        font-size: 16px;
        font-weight: 600;
        color: #fff;
        cursor: pointer;
        border-radius: 30px;
    }

        #loadMoreBtn[disabled] {
            opacity: 0.6;
        }

    .p_overview_inn h5 {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

        .p_overview_inn h5.up svg {
            transform: rotate(180deg) !important;
        }

    @media(max-width: 768px) {
        .block_pagination {
            display: none !important;
        }

        .product-view-list .pd_row, .product-view-grid .pd_row {
            display: none;
        }

            .product-view-list .pd_row[data-page='1'], .product-view-grid .pd_row[data-page='1'] {
                display: flex;
            }

        .mid_bloom .page_container {
            padding: 0 20px;
        }
    }

    input[type="text"].active {
        border-color: #003763;
    }

    @media (max-width: 1640px) {
        .product-grid .product-view-grid .pd_row {
            width: calc(25% - 23px);
        }

        .product-grid .product-view-grid .product-right .product-detials .title {
            font-size: 15px;
            min-height: 76px;
        }
    }

    @media (max-width: 1440px) {
        .product-grid .product-view-grid .product-right .product-detials .title {
            min-height: 76px;
        }

        .product-grid .product-view-grid .pd_row {
            padding: 10px;
        }

        .product-detials .addcart_btn {
            margin-left: 0px;
        }

        .product-detials .addcart_btn {
            padding: 6px 9px;
        }

        .quantity .bootstrap-select .btn.dropdown-toggle.btn-default {
            width: 55px;
        }

        .product-grid .product-view-grid .prodct-info-footer {
            gap: 8px;
        }

        .product-detials .addcart_btn {
            width: 100%;
        }
    }

    @media (max-width: 1260px) {
        .product-grid .product-view-grid .pd_row {
            width: calc(33.33% - 25px);
        }

        .product-grid .product-view-grid .pd_row {
            padding: 20px;
        }

        .product-grid .product-view-grid .product-right .product-detials .title {
            min-height: 56px;
        }
    }

    @media (max-width: 1150px) {
        .product-grid .product-view-grid .product-right .product-detials .title {
            min-height: 40px;
        }
    }

    @media (max-width: 992px) {
        .product-grid .product-view-grid .pd_row {
            width: calc(33.33% - 10px);
        }
        .page_container {
            padding: 0 20px !important;
        }
            .page_container .page_container {
                padding: 0 0px !important;
            }

            .product-grid .product-view-grid .pd_row {
                padding: 15px;
            }

        .mid_bloom .page_container {
            padding: 0 20px;
        }

        .product-grid .product-view-grid {
            gap: 15px;
        }

            .product-grid .product-view-grid .product-right .product-detials .title {
                min-height: 57px;
            }

        .product-detials .addcart_btn {
            width: 100%;
        }

        .prts_device p {
        }
    }

    @media (max-width: 991px) {
    }

    @media (max-width: 768px) {
        .product-view .pd_row {
            padding-left: 0 !important;
            padding-right: 0 !important;
        }
        .product-grid .product-view-grid {
            gap: 15px;
        }

            .product-grid .product-view-grid .pd_row {
                width: calc(33.33% - 10px);
            }

        .b_description {
            min-height: auto;
        }

        .shipping_info {
            min-height: auto;
        }

        .quantity .bootstrap-select .btn.dropdown-toggle.btn-default {
            width: 45px;
        }

        .main-price + span + p {
            min-height: auto;
        }

        .main-price + span {
            min-height: 35.5px;
            height: 35px;
        }

        .prts_device p {
            min-height: auto;
        }

        .sub_title {
            min-height: auto;
            margin-bottom: 0 !important;
        }
    }

    @media (max-width: 1150px) {
        .body_part {
            width: 100%;
        }

        .menu_part {
            display: none;
        }

        .logo_section .menu_icon {
            display: block !important;
            color: #000;
            font-size: 20px;
            margin-right: 25px;
        }

        .logo_section .logo {
            margin: 0 auto;
        }

        .header_mid .header_search {
            min-width: 100%;
            margin: 14px 0 0 0;
            order: 1;
        }

        .r_quote {
            display: none !important;
        }

        .q_order {
            display: none;
        }

        .pro_dropdown-list {
            display: none;
        }

        .header_mid_right .cart--icon {
            position: absolute;
            top: 8px;
            margin: 0 !important;
        }

        .header_mid_right .loca {
            display: none;
        }

        .haeder_top {
            display: none !important;
        }

        .header_mid {
            flex-wrap: wrap;
            align-items: center;
        }

        .logo_section {
            display: flex;
            width: 100% !important;
            align-items: center;
            padding-bottom: 5px;
        }
    }