.section_inner_class {
    height: 400px;
    display: flex;
    align-items: center;
}

.page_banner_box.cr_width_row.catgory_pagee_title {
    width: 100%;
}

.blog_post_title img {
    width: 450px !important;
    margin: auto !important;
}

.post_content_main_inner {
    margin-top: 30px;
}

.page_banner_box {
    font-size: 60px;
    font-family: var(--font_Knockout);
    text-transform: uppercase;
    color: #fff;
    font-weight: 400;
}

.page_banner_box span {
    color: #1da2d9;
}

.page_banner_row {
    align-items: center;
    height: 100%;
    display: flex;
}
.product-template-default .page_banner{
     border-radius: 0px !important;
}
.page_banner {
    height: 400px;
    object-fit: cover;
    width: 100%;
/*     border-radius: 10px; */
}

.right_side_image img {
    height: 432px;
    object-fit: cover;
    width: 100%;
    border-radius: 10px;
}

.right_side_image {
    margin-left: -80px !important;
}

.about_page_row_tech .cr_abuts_inner_right_outer {
    padding: 30px;
}

.left_side_image_content .cr_abuts_inner_right_outer {
    padding-left: 0px !important;
    width: 90%;
}


/* =====contact us=============== */

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

.main_class_form_row_col {
    width: 50%;
    padding: 5px;
}

.main_class_form_row_col.main_class_form_row_col111 input {
    height: 110px;
}

.main_class_form_row_col_inner:nth-child(2) {
    padding-top: 10px !important;
}

.main_class_form_row_col.main_class_form_row_col1 {
    width: 100%;
}

.main_class_form_row_col input {
    height: 50px;
    width: 100%;
    padding: 10px;
    border-radius: 10px;
    border-color: #e8e8e8;
}

.main_class_form_row_col.main_class_form_row_col1 select {
    border-radius: 10px;
    height: 50px;
    width: 100%;
    padding: 10px;
}

.main_class_form_row_col.main_class_form_row_col1 textarea {
    height: 105px;
    width: 100%;
    border-radius: 10px;
    padding: 10px;
    resize: none;
}

.contact_form_details .cr_main_title.black_st_title {
    text-align: left;
}

.contact_form_details .cr_main_title:before {
    right: auto !important;
}

.map_box iframe {
    max-width: 100%;
    height: 580px;
    border-radius: 10px;
    filter: grayscale(1);
}

.contact_form_details {
    padding-left: 50px !important;
}

.main_class_form {
    margin-top: 20px;
}

.contact_us_page_details_box .cr_ft_btm_inner_col .cr_ft_btm_inner_box {
    border-radius: 0px !important;
    border-top-left-radius: 7px !important;
    border-bottom-left-radius: 7px !important;
}

.contact_us_page_details_box .cr_ft_btm_inner_col.cr_ft_btm_inCol_2 .cr_ft_btm_inner_box {
    border-radius: 0px !important;
}

.cr_ft_btm_inner_box:hover {
    background: linear-gradient(to right, #1e9ed8 0%, #00ffff 100%);
    transition: 1s !important;
}

.cr_ft_btm_inner_box:hover span.cr_ft_btm_txt,
.cr_ft_btm_inner_box:hover span.cr_ft_top_spn {
    color: #000 !important;
}

.contact_us_page_details_box .cr_ft_btm_inner_col:last-child .cr_ft_btm_inner_box {
    border-radius: 0px !important;
    border-top-right-radius: 7px !important;
    border-bottom-right-radius: 7px !important;
}

.contact_us_page_details_box .cr_ft_btm_inner_col {
    padding: 0px !important;
}


/* product page */

ul.product_cat_list li {
    display: inline-block;
    padding: 0px 10px;
    margin-top: 20px;
}

.product_cat_class .cr_main_title {
    text-align: left !important;
}

.product_cat_class .cr_main_title:before {
    right: auto;
}

ul.product_cat_list {
    padding: 0px !important;
    width: 80% !important;
}

.page-id-385 .cr_botm_header_row {
    display: none !important;
}

.page-id-385 div#main-content {
    margin-top: 142px;
}

.category_section_section {
    height: 400px !important;
    display: flex;
}

.tj_hm_prod_col {
    width: 100%;
    padding: 10px;
    overflow: hidden;
}

.tj_hm_prod_img_box img {
    height: 290px !important;
    width: 100% !important;
    padding: 40px !important;
    object-fit: contain !important;
}

.tj_hm_prod_box {
/*     height: 400px; */
    border-radius: 10px;
    text-align: center;
    width: 100%;
    border: 1px solid #dddddd;
}

.tj_hm_prod_icn_ul li a {
    margin: auto !important;
}

.tj_hm_prod_img_box {
    background: linear-gradient(90deg, hsla(0, 0%, 0%, 1) 40%, hsla(0, 0%, 100%, 1) 125%);
    position: relative;
    margin: 10px;
}

.tj_hm_prod_hover_icn {
    position: absolute;
    top: -80px;
    left: 0;
    right: 0;
    margin: auto;
    transition: 1s !important;
}

.show_all_btn {
    margin-top: 30px;
}

.tj_hm_prod_col:hover .tj_hm_prod_hover_icn {
    top: 40%;
    transition: 1s !important;
}

.tj_hm_prod_price_box {
    font-size: 20px;
    color: #1f9cd7;
    font-weight: bold;
}

a.tj_hm_prod_title {
    font-size: 16px;
    color: #000;
    font-weight: 600;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    padding: 0px 10px;
    -webkit-box-orient: vertical;
    transition: 1s !important;
    height: 50px;
}

.show_all_btn a {
    margin: auto !important;
}

.video_wrap_section,
.video_wrap_section iframe {
    height: 500px !important;
}


/* blog_inner_page */

.blog_row_inner {
    display: flex;
    align-items: center;
}

.blog_col2_main {
    padding-left: 20px !important;
}

.blog_col2_main h1 {
    font-size: 22px !important;
    font-weight: 600 !important;
    color: #000 !important;
}

.post_content_main_inner p {
    color: #000 !important;
    font-size: 16px !important;
}


/* Reference */

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

a.inner_certifacate img {
    width: 90px;
}

.certificate_main span {
    text-align: center;
    display: block;
    font-size: 16px;
    color: #000;
    font-weight: 600;
    padding-top: 6px;
}

.et_pb_tabs {
    border: none !important;
}

ul.et_pb_tabs_controls {
    background-color: transparent;
}

ul.et_pb_tabs_controls.clearfix li a {
    font-size: 16px;
    color: #000;
    height: 50px;
}

ul.et_pb_tabs_controls:after {
    border: none !important;
}

ul.et_pb_tabs_controls.clearfix li a {
    font-size: 16px;
    color: #fff;
    height: 50px;
    background: #1f1f1f;
}

li.et_pb_tab_active a {
    background: #1f9cd7 !important;
    color: #fff !important;
}

.cr_featurd_prod_row.cr_width_row.cr_tb_padding_row.tab_row .et_pb_column {
    display: flex;
    justify-content: center;
}
.woocommerce-Tabs-panel table  tr td {
    color: #000;
    font-size: 15px;
    border: 1px solid;
}
.woocommerce-Tabs-panel table{
    border: 1px solid #000 !important;
    width: 100% !important;
}
.woocommerce-Tabs-panel table  tr td:first-child{
    font-weight: bold;
    color: #000 !important;
    font-size: 16px;
}
.woocommerce-Tabs-panel table  tr td:nth-child(3){
    font-weight: bold;
    color: #000 !important;
    font-size: 16px;
}
.wpcf7-email{
    text-transform: lowercase !important;
}
.b_c_a_from .wpcf7 form.invalid .wpcf7-response-output,
.b_c_a_from .wpcf7 form.unaccepted .wpcf7-response-output,
.b_c_a_from .wpcf7 form.payment-required .wpcf7-response-output{
    color: #000 !important;
}
.tj_hm_prod_img_box,.woocommerce-product-gallery,.product_gallery_image{
    position: relative;
}
.tj_hm_prod_img_box::after, .woocommerce-product-gallery::after, .product_gallery_image::after {
    content: "";
    position: absolute;
    top: 12px; /*5px;*/
    left: 16px; /*8px;*/
    height: 35px;
    width: 35px;
    background-image: url(../../../../../wp-content/uploads/2023/06/product_verified1.png);
    background-repeat: no-repeat;
    background-size: 35px;
    /*opacity: 0.4;*/
}
.product_gallery_image::after{
    top: 25px;/*15px;*/
    left: 25px;/*20px;*/
}
@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}


.et_pb_toggle_close{
    background: transparent !important;
}
.et_pb_accordion_item {
    margin-bottom: 20px !important;
}

.et_pb_toggle_title:before{
    content: "\33" !important;
    font-size: 30px !important;
    color: #000 !important;
}

@media all and (min-width: 320px) and (max-width: 767px) {
    .woocommerce-Tabs-panel--specifications{
        overflow: auto !important;
    }
    .et_pb_toggle_title, .et_pb_toggle_open h5.et_pb_toggle_title{
        font-size: 16px !important;
    }

    .main_related_section {
        margin-top: 30px;
    }
    .page_banner_box {
        font-size: 40px !important;
        text-align: center !important;
    }
    .page_banner {
        height: 200px !important;
    }
    .left_side_image_content .cr_abuts_inner_right_outer {
        width: 100% !important;
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    .right_side_image {
        margin-left: 0px !important;
    }
    .about_page_row_tech .cr_abuts_inner_right_outer {
        padding: 10px !important;
    }
    .right_side_image img {
        height: 280px !important;
    }
    /* contact-us */
    .contact_form_details {
        padding-left: 0px !important;
        padding-top: 30px !important;
    }
    .map_box iframe {
        height: 380px !important;
    }
    .main_class_form_row_col {
        width: 100%;
    }
    .contact_us_page_details_box .cr_ft_btm_inner_col {
        margin-top: 10px;
    }
    .main_class_form_row_col.main_class_form_row_col111 input {
        height: 50px;
    }
    .contact_us_page_details_box .cr_ft_btm_inner_col.cr_ft_btm_inCol_2 .cr_ft_btm_inner_box {
        border-radius: 7px !important;
        margin-left: 0px;
    }
    .contact_us_page_details_box .cr_ft_btm_inner_col .cr_ft_btm_inner_box {
        border-radius: 7px !important;
    }
    .contact_us_page_details_box .cr_ft_btm_inner_col:last-child .cr_ft_btm_inner_box {
        border-radius: 7px !important;
    }
    /* product -page */
    .product_cat_class .cr_main_title {
        text-align: center !important;
    }
    .product_cat_class .cr_main_title:before {
        right: 0;
    }
    ul.product_cat_list {
        margin: auto !important;
        text-align: center;
    }
    .tj_hm_prod_img_box img {
/*         height: 250px !important; */
    }
    .tj_hm_prod_box {
        height: 360px;
    }
    a.tj_hm_prod_title {
        font-size: 16px;
    }
    .tj_hm_prod_price_box {
        font-size: 18px;
    }
    .category_section_section {
        height: auto !important;
    }
    .et_pb_shop ul.products.columns-4 li.product {
        margin-bottom: 10px !important;
        width: 100% !important;
    }
    .page-id-385 div#main-content {
        margin-top: 53px;
    }
    /* blog inner page */
    .blog_row_inner {
        display: block !important;
        align-items: center;
    }
    .blog_col2_main {
        padding-left: 0px !important;
        padding-top: 30px !important;
    }
    /* tab */
    .et_pb_tabs_controls li a {
        padding: 4px 28px !important;
    }
    ul.et_pb_tabs_controls.clearfix li {
        width: 100% !important;
        margin-bottom: 5px;
    }
    ul.et_pb_tabs_controls.clearfix {
        display: flex !important;
        flex-wrap: wrap !important;
        align-items: center;
    }
    ul.et_pb_tabs_controls.clearfix li a {
        display: flex !important;
        align-items: center;
        width: 100% !important;
    }
    /*  */
}

@media all and (min-width: 481px) and (max-width: 767px) {
    .main_class_form_row_col {
        width: 50%;
    }
    .et_pb_shop ul.products.columns-4 li.product {
        margin-bottom: 10px !important;
        width: 50% !important;
        margin-right: 0 !important;
    }
    /* tab */
    .et_pb_tabs_controls li a {
        padding: 4px 28px !important;
    }
    ul.et_pb_tabs_controls.clearfix li {
        width: 50% !important;
        margin-bottom: 5px;
    }
    ul.et_pb_tabs_controls.clearfix {
        display: flex !important;
        flex-wrap: wrap !important;
        align-items: center;
    }
    ul.et_pb_tabs_controls.clearfix li a {
        display: flex !important;
        align-items: center;
        width: 100% !important;
    }
    /*  */
}

@media all and (min-width: 768px) and (max-width: 980px) {
    .page_banner_box {
        font-size: 45px !important;
        text-align: center !important;
    }
    .page_banner {
        height: 300px !important;
    }
    .left_side_image_content .cr_abuts_inner_right_outer {
        width: 100% !important;
        padding-left: 20px !important;
    }
    .right_side_image {
        margin-left: 0px !important;
    }
    /* contact-us */
    .contact_us_page_details_box .cr_ft_btm_inner_col .cr_ft_btm_inner_box {
        border-radius: 7px !important;
    }
    .contact_us_page_details_box .cr_ft_btm_inner_col:last-child .cr_ft_btm_inner_box {
        border-radius: 7px !important;
    }
    .contact_us_page_details_box .cr_ft_btm_inner_col.cr_ft_btm_inCol_2 .cr_ft_btm_inner_box {
        border-radius: 7px !important;
        margin-left: 10px;
    }
    .contact_form_details {
        padding-left: 0px !important;
        padding-top: 30px !important;
    }
    .map_box iframe {
        height: 360px !important;
    }
    .contact_us_page_details_box .cr_ft_btm_inner_col {
        margin-top: 10px;
    }
    /* product -page */
    .tj_hm_prod_img_box img {
/*         height: 250px !important; */
    }
    .tj_hm_prod_box {
        height: 360px;
    }
    a.tj_hm_prod_title {
        font-size: 16px;
    }
    .tj_hm_prod_price_box {
        font-size: 18px;
    }
    .category_section_section {
        height: auto !important;
    }
    .et_pb_shop ul.products.columns-4 li.product {
        margin-bottom: 10px !important;
        width: 33.33% !important;
        margin-right: 0 !important;
    }
    .page-id-385 div#main-content {
        margin-top: 53px;
    }
    /* blog inner page */
    .blog_row_inner {
        display: block !important;
        align-items: center;
    }
    .blog_col2_main {
        padding-left: 0px !important;
        padding-top: 30px !important;
    }
}

@media only screen and (min-width: 981px) and (max-width: 1024px) {
    .page-id-385 div#main-content {
        margin-top: 125px;
    }
    ul.product_cat_list {
        width: 100% !important;
    }
    /* about-page */
    .right_side_image_content .cr_abuts_in_btm_Cont {
        height: 200px;
        overflow: auto;
    }
    .left_side_image_content .cr_abuts_inner_right_outer {
        width: 85%;
    }
    .page_banner {
        height: 300px;
    }
    /* product -page */
    .tj_hm_prod_img_box img {
/*         height: 250px !important; */
    }
    .tj_hm_prod_box {
        height: 360px;
    }
    a.tj_hm_prod_title {
        font-size: 16px;
    }
    .tj_hm_prod_price_box {
        font-size: 18px;
    }
    .category_section_section {
        height: auto !important;
    }
}

@media all and (min-width: 1025px) and (max-width: 1140px) {
    .page-id-385 div#main-content {
        margin-top: 130px;
    }
    /* about-page */
    .right_side_image_content .cr_abuts_in_btm_Cont {
        height: 200px;
        overflow: auto;
    }
    .left_side_image_content .cr_abuts_inner_right_outer {
        width: 85%;
    }
    .page_banner {
        height: 300px;
    }
    /* product -page */
    .tj_hm_prod_img_box img {
/*         height: 250px !important; */
    }
    .tj_hm_prod_box {
        height: 360px;
    }
    a.tj_hm_prod_title {
        font-size: 16px;
    }
    .tj_hm_prod_price_box {
        font-size: 18px;
    }
    .category_section_section {
        height: auto !important;
    }
}

@media all and (min-width: 1141px) and (max-width: 1280px) {
    .page-id-385 div#main-content {
        margin-top: 124px;
    }
    /* about-page */
    .right_side_image_content .cr_abuts_in_btm_Cont {
        height: 200px;
        overflow: auto;
    }
    .left_side_image_content .cr_abuts_inner_right_outer {
        width: 85%;
    }
    .page_banner {
        height: 300px;
    }
    /* product -page */
    .tj_hm_prod_img_box img {
/*         height: 250px !important; */
    }
    .tj_hm_prod_box {
        height: 360px;
    }
    a.tj_hm_prod_title {
        font-size: 16px;
    }
    .tj_hm_prod_price_box {
        font-size: 18px;
    }
    .category_section_section {
        height: auto !important;
    }
}

@media all and (min-width: 1281px) and (max-width: 1440px) {
    .page-id-385 div#main-content {
        margin-top: 139px;
    }
    .page_banner {
        height: 350px;
    }
}

@media all and (min-width: 1441px) and (max-width: 1680px) {
    .page-id-385 div#main-content {
        margin-top: 140px !important;
    }
}

@media all and (min-width: 1681px) and (max-width: 1880px) {}
.sku-prod-page{
	background: linear-gradient(to right, #1e9ed8 0%, #00ffff 100%);
    padding: 2%;
    font-weight: bold;
    color: #000;
    position: absolute;
   left: 3%;
    bottom: 26.5%;
}