.main-menu.menu-light>ul>li>a {
    color: var(--black);
}

.sticky .main-menu.menu-light>ul>li>a {
    color: var(--white);
}

.header-area.style-2 .open-offcanvas span {
    color: var(--black);
}

.sticky.header-area.style-2 .open-offcanvas span {
    color: var(--white);
}

.products_main {
    padding: 100px 0 70px;
}

@media only screen and (min-width: 1200px) {
    .products_main .container-fluid {
        padding: 0 50px;
    }
}

@media only screen and (min-width: 1520px) {
    .products_main .container-fluid {
        padding: 0 150px;
    }
}

.products_main .products_wrapper {
    margin-top: 60px;
}

.products_main .products_panel_image .products_grid {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(5, 1fr);
}

@media only screen and (max-width: 1520px) {
    .products_main .products_panel_image .products_grid {
        grid-template-columns: repeat(4, 1fr);
    }
}

.products_main .products_panel_image .products_box {
    margin-bottom: 15px;
    text-align: center;
}

.products_main .products_panel_image .products_box img {
    border-radius: 10px;
}

.products_main .products_panel_image .products_box p {
    text-transform: uppercase;
    font-size: 17px;
    font-weight: 600;
    color: #000;
    padding-top: 5px;
}
.products_main .products_panel_image .products_box .series_name {
    font-size: 14px;
}

.products_main .products_sidebar {
    margin-right: 40px;
    background-color: #f8f8f8;
    border: 1px solid #ccc;
    border-radius: 10px;
    padding: 25px 25px 10px;
    margin-bottom: 30px;
}
.products_main .products_sidebar .sidebar-title {
    position: relative;
    margin-bottom: 20px;
}
.products_main .products_sidebar .sidebar-title i {
    font-weight: 100;
    font-size: 23px;
}
.products_main .products_sidebar .sidebar-title h2 {
    display: inline-block;
    text-transform: capitalize;
    font-size: 28px;
    font-weight: 500;
}
.products_main .products_sidebar ul {
    list-style: none;
    padding: 0;
}
.products_main .products_sidebar ul li {
    padding-top: 6px;
    padding-bottom: 6px;
}
@media only screen and (max-width: 1400px) {
    .products_main .products_sidebar ul li {
        font-size: 14px;
        padding-top: 6px;
        padding-bottom: 6px;
    }
}

.products_main .products_sidebar ul li:not(:last-child) {
    border-bottom: 1px solid #ccc;
}
.products_main .products_sidebar ul li>a {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 18px;
    font-weight: 600;
    padding-top: 15px;
    padding-bottom: 15px;
    transition: background-color 0.5s ease, color 0.5s ease, padding-left 0.5s ease, padding-bottom 0.5s ease;
}
.products_main .products_sidebar ul li:hover a,
.products_main .products_sidebar ul li.active a {
    background-color: #06aaa8;
    padding-left: 15px;
}
.products_main .products_sidebar ul li:hover a,
.products_main .products_sidebar ul li.active a {    
    color: #fff !important;
}
.products_main .products_details_sidebar {
    margin-right: 40px;
    background-color: #f8f8f8;
    border: 1px solid #ccc;
    border-radius: 10px;
    padding: 10px 25px;
}
.products_main .products_details_sidebar .download-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.products_main .products_details_sidebar .download-item .left-item {
    display: flex;
    column-gap: 20px;
}
.products_main .products_details_sidebar .download-item .left-item .icon img {
    max-width: 30px;
}
.products_main .products_details_sidebar .download-item .left-item .content .title {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 0px;
    line-height: 1;
}
.products_main .products_details_sidebar .download-item .left-item .content p {
    font-size: 14px;
}
.products_main .products_details_sidebar .download-item .download-btn {
    max-width: 50px;
}


.product_why_choose {
    position: relative;
    padding: 60px 0;
    box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.5);
    background-color: #f8f8f8;
}

.product_why_choose .product_why_choose_list {
    list-style: none;
    padding: 20px 0;
    padding-left: 60px;
    border-left: 1px solid #d4d4d4;
}

.product_why_choose .product_why_choose_list li {
    padding-bottom: 10px;
    font-size: 18px;
    color: #1e1e1e;
    font-weight: 600;
    line-height: 27px;
}

.product_why_choose .product_why_choose_list li:last-child {
    padding-bottom: 0;
}

.products_application {
    position: relative;
}
.products_application .section-header {
    margin-bottom: 50px;
}
.products_application .products_application_box {
    background-color: transparent;
    border: 1px solid #e7e7e7;
    border-radius: 0;
    padding: 45px;
}
.products_application .products_application_box .thumb {
    margin-bottom: 30px;
}
.products_application .products_application_box .thumb img {
    border-radius: 50%;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.products_application .products_application_box .content .pa_title h4 {
    color: #103142;
    font-size: 26px;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 30px;
}
.products_application .products_application_box .content .pa_text p {
    font-size: 16px;
    margin-bottom: 35px;
}
@media only screen and (min-width: 1401px) {
    .products_application .products_application_box .content .pa_text p {
        font-size: 18px;
    }
}
@media only screen and (max-width: 1400px) {
    .products_application .products_application_box {
        padding: 25px;
    }
}





.products_details {
    position: relative;
}
.products_details .products_sheet img {
    border-radius: 15px;
}
.products_details .products_description .section-title-wrapper .title-wrapper {
    margin-bottom: 20px;
}
.products_details .products_description .section-title-wrapper {
    margin-bottom: 25px;
}
.products_details .products_description .products_specification .specification_table h3 {
    margin-bottom: 15px;
}
.products_details .products_description .products_specification .specification_table .table>:not(caption)>*>* {
    padding: .6rem .6rem;
}
.products_details .products_description .products_specification .specification_table table th {
    background-color: #0e9391;
    color: #fff;
}
.products_details .products_description .products_link .wc-btn-primary {
    text-transform: uppercase;
    padding: 15px 22px;
    background-color: #0d8c8a;
    border: 1px solid #0d8c8a;
    gap: 20px;
    font-size: 14px;
    letter-spacing: 1px;    
}
@media only screen and (max-width: 1400px) {
    .products_details .products_description .products_link .wc-btn-primary {
        font-size: 15px;
    }
}
.related_products {
    position: relative;
    padding: 100px 0 70px;
    background-color: #f6f6f6;
}
.related_products .row {
    margin-bottom: 60px;
}
.related_products .swiper-wrapper .products_box {
    text-align: center;
}
.related_products .swiper-wrapper .products_box img {
    border-radius: 15px;
}
.related_products .swiper-wrapper .products_box p {
    padding-top: 4px;
    margin-bottom: 0;
    color: #1e1e1e;
    font-weight: 600;
    line-height: 1.2;
}
.main_banner.productsdetails_banner .section-symbol {
    font-size: 490px;
}
@media only screen and (max-width: 1919px) {
    .main_banner.productsdetails_banner .section-symbol {
        font-size: 460px;
    }
}


@media only screen and (max-width: 767px) {
    .products_main {
        padding: 60px 0 60px;
    }
    .products_main .products_sidebar {
        margin-right: 0;
    }
    .products_main .products_panel_image .products_grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .products_main .products_details_sidebar {
        margin-bottom: 50px;
    }
    .product_why_choose .product_why_choose_list {
        padding-left: 0;
        border: 0;
    }
    .product_why_choose .product_why_choose_list li {
        display: flex;
        align-items: start;
        gap: 15px;
        margin-bottom: 15px;
    }
    .product_why_choose {
        padding-bottom: 30px;
    }
    .main_banner.productsdetails_banner .section-symbol {
        font-size: 200px;
    }
    .products_details .products_sheet {
        margin-bottom: 30px;
    }
    .products_details .products_description .products_link .wc-btn-primary {
        font-size: 12px;
        padding: 10px 10px;
        gap: 5px;
        margin-bottom: 5px;
    }
    .related_products {
        padding: 60px 0 50px;
    }
}