div.all-banner h1{
    font-size: 2.6rem;
    margin-bottom: 1.3rem;
}
div.all-banner p{
    max-width: 31rem;
    font-size: 17px;
    line-height: 31px;
    margin: 0 auto;
    color: #ebebeb;
    font-weight: 300;
}
div.all-banner.product-banner{
    padding: 11rem 0 7rem;
    min-height: 414px;
    text-align: center;
}
div.all-banner.product-banner>.content{
    text-align: center;
}
div.all-banner.product-banner p{
    font-weight: 400;
    color: white;
    display: inline-block;
    font-size: 17px;
    opacity: 0.7;
    max-width: 37rem;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
div.all-banner.product-banner  h1{
    font-size: 3.2rem;
}
div.products-content {
    display: flex;
    justify-content: space-between;
    margin: 5rem auto 13rem;
    align-items: flex-start;
    position: relative;
    min-height: 42rem;
}
div.products-content div.sidebar {
    width: 25%;
    height: max-content;
}
.search div.products-content div.sidebar{
    position: unset;
}
div.products-content div.sidebar h3{
    font-size: 26px;
    margin-bottom: 35px;
    font-weight: 500;
}
div.products-content div.sidebar strong {
    font-size: 0.95rem;
    display: block;
    padding: 1.2rem 1.5rem;
    border: 1px solid #e0dfe3;
    border-top: 1px solid #e0dfe3;
    margin: -1px 0 0;
    cursor: pointer;
    position: relative;
    color: #333;
    background-color: white;
    position: relative;
    transition: all 0.3s ease;
    font-weight: 400;
}
div.products-content div.sidebar strong:after{
    content: "+";
    width: 25px;
    height: 25px;
    top: 50%;
    right: 20px;
    font-size: 28px;
    position: absolute;
    transform: translateY(-50%);
    color: #333;
    line-height: 19px;
    text-align: center;
    font-weight: 300;
}
div.products-content .sytech_filter .widget:not(:nth-of-type(1)) ul{
    display: none;
}
div.products-content div.sidebar strong.active:after{
    content: "-";
    font-size: 50px;
    color: #ffffffad;
    font-weight: 100;
}
div.products-content div.sidebar strong.active{
    background-color: #73b74a;
    color: white;
}
.sidebar .sytech_filter .widget{
    margin-bottom: 0;
}
div.products-content div.sidebar ul {
    /* transition: 0.4s all ease; */
    padding: 1.5rem 1.5rem 0.8rem;
    overflow: hidden;
    border: 1px solid #e0e0e0;
    border-top: 0;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    margin-top: -2px;
    margin-bottom: 0;
}
div.products-content div.sidebar div.widget>ul li,div.products-content div.sidebar div.productcat-lists>ul li {
    line-height: 28px;
    font-size: 14px;
    color: #9c9c9c;
    position: relative;
    cursor: pointer;
    transition: 0.2s all ease;
    margin-bottom: 0.7rem;
    padding-left: 0;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-transform: capitalize;
}
div.products-content div.sidebar div.widget>ul li,div.products-content div.sidebar div.productcat-lists>ul li{
    padding-left: 1.2rem;
    position: relative;
}
div.products-content div.sidebar div.widget>ul li:before{
    border-radius: 2px;
    display: none;
}
div.products-content div.sidebar div.widget>ul li:after,div.products-content div.sidebar div.productcat-lists>ul li::after{
    content: '';
    background-color: #9C9C9C;
    border-radius: 0;
    width: 0.3rem;
    height: 0.3rem;
    left: 3px;
    transform: translateY(-50%) rotate(45deg);
    opacity: 1;
    position: absolute;
    top: 13px;
}
div.products-content div.sidebar div.widget>ul li.active:after,div.products-content div.sidebar div.productcat-lists>ul li.active:after{
    background: #73b74a;
}
div.products-content div.sidebar div.widget>ul li.active,div.products-content div.sidebar div.productcat-lists>ul li.active{
    color: #73b74a;
}
div.products-content div.sidebar div.productcat-lists>ul li a{
    display: block;
}
/* div.products-content div.sidebar div.widget>ul li::before,div.products-content div.sidebar div.widget>ul li::after{
    display: none;
} */
div.products-content div.product-view {
    width: 71%;
    text-align: center;
    margin-left: 4%;
    position: relative;
}
div.pro-nav{
    display: flex;
    justify-content: space-between;
    padding-bottom: 0.8rem;
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 1.8rem;
}
div.product-view ul div.loader{
    margin-top: 2rem;
}
div.product-view h2{
    font-size: 1.6rem;
    text-align: left;
    position: relative;
    margin: 0 0 0.8rem;
    text-transform: capitalize;
    line-height: 38px;
    font-weight: 500;
}
div.product-view>p{
    font-size: 14px;
    text-align: left;
    margin-bottom: 4.5rem;
    color: #777a7c;
    line-height: 23px;
}
div.pro-nav div.breadcrumbs {
    color: #777a7c;
    font-size: 1rem;
    font-weight: unset;
}
div.pro-nav div.sort{
    font-size: 0.95rem;
}
div.pro-nav div.breadcrumbs span.breadcrumb_last {
    font-weight: 500;
    color: #242424;
}
div.pro-nav div.sort select{
    font-family: inherit;
    border: none;
    font-size: inherit;
    -webkit-appearance: none;
    outline: none;
    color: #333;
    padding: 0 0.5rem 0 0.2rem;
    background: url(../img/3-down.svg) no-repeat right center;
    background-size: 15px;
}
.product-view ul.product-list li{
    box-shadow: 0 0 18px rgb(0 0 0 / 8%);
    margin-bottom: 2rem;
    margin-right: 2.2%;
    width: 31.85%;
    letter-spacing: 0;
}
.product-view ul.product-list li div.img{
    height: 19rem;
}
.product-view ul.product-list li div.img span{
    background-size: 84% !important;
    transition: 0.35s all ease;
}
.product-view ul.product-list li div.mess{
    padding: 1.5rem 1rem 1rem;
    background-color: transparent;
}
.product-view ul.product-list li div.mess p{
    line-height: 20px;
    font-size: 14px;
    text-transform: capitalize;
    margin-bottom: 0.8rem;
    font-weight: 600;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    min-height: 40px;
}
.product-view ul.product-list li div.mess p.title {
    font-size: 16px;
}
.product-view ul.product-list li div.mess p.excerpt {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.5);
    font-weight: normal;
    margin-bottom: 1.2rem;
}
.product-view ul.product-list li .button{
    width: 94%;
    min-width: unset;
    line-height: 38px;
    font-size: 13px;
    font-weight: 500;
    border-radius: 0;
    border: 1px solid #AAB7C1;
    color: #515151;
    background-color: transparent;
}
.product-view ul.product-list li .button::before{
    display: none;
}
.product-view ul.product-list li div.mess>span{
    font-size: 13px;
    margin-bottom: 1.5rem;
    color: #808080;
}
.product-view ul.product-list li:nth-child(3n){
    margin-right: 0;
}
.product-view ul.product-list{
    margin-bottom: 4rem;
    justify-content: left;
    min-height: 24rem;
}
.product-view ul.product-list.mb-50{
    margin-bottom: -50px;
}
/* div.product-infor{
    color: #09092d;
    background: url('../img/background3.webp') no-repeat center;
    background-size: cover;
} */
div.product-infor div.infor-content{
    display: flex;
    justify-content: space-between;
    padding: 1rem 0 9rem;
    width: 100%;
    position: relative;
    color: #787677;
    font-size: 18px;
}
/* div.product-infor div.infor-content::before{
    content: '';
    width: 1.35rem;
    height: 2rem;
    background: url(../img/double-arrow.svg) no-repeat center;
    position: absolute;
    bottom: 5.5rem;
    left: 50%;
    transform: translateX(-50%);
} */
@-webkit-keyframes arrow{
    0%{
        transform: translateY(8px) translateX(-50%);
    }
    30%{
        transform: translateY(0) translateX(-50%);
    }
    60%{
        transform: translateY(8px) translateX(-50%);
    }
    100%{
        transform: translateY(0) translateX(-50%);
    }
}
div.product-infor div.left{
    width: 45%;
    padding-top: 4rem;
    position: relative;
}
div.product-infor div.left div.img{
    transition: 1s all ease;
}
div.product-infor div.left div.img span{
    background-size: 80% !important;
    min-height: 460px;
    border: 1px solid #E4E4E4;
    border-radius: 6px;
    width: 99.9%;
}
div.product-infor div.right{
    width: 49%;
    padding-top: 4rem;
    position: relative;
}
div.product-infor h1{
    font-size: 2.5rem;
    margin-bottom: 3rem;
    position: relative;
    text-transform: capitalize;
    color: #2E3133;
    line-height: 55px;
}
div.product-infor h1::before{
    content: '';
    width: 31px;
    height: 3px;
    background-color:#73b74a;
    position: absolute;
    bottom: -1rem;
    left: 0;
}
div.product-infor div.right>span{
    display: block;
    margin-bottom: 1.5rem;
    font-size: 14px;
    text-transform: capitalize;
    color: #909193;
    margin-top: 1rem;
    text-transform: uppercase;
    color: #73b74a;
}
div.product-infor div.right .attr {
    min-height: 150px;
}
div.product-infor div.right .attr p{
    font-weight: 300;
    font-size: 18px;
    line-height: 34px;
}
div.product-infor div.right .attr ul {
    padding-left: 1.5rem;
}
div.product-infor div.right .attr li {
    list-style-type: disc;
}
div.product-infor div.right .attr li ~ li {
    margin-top: 0.5rem;
}
div.pro-desc p{
    line-height: 28px;
    color: #848484;
    font-size: 17px;
}
div.pro-desc li{
    color: #848484;
    font-size: 17px;
    line-height: 28px;
    list-style: disc;
    padding-left: 0 !important;
    margin-left: 1.2rem;
    opacity: 0.8;
}
div.product-infor div.two-btn{
    /* position: absolute;
    bottom: 1rem;
    left: 0; */
    display: flex;
    margin-top: 3rem;
}
div.product-infor div.two-btn .button:first-child{
    font-weight: 300;
}
div.product-infor div.two-btn .button{
    line-height: 52px;
    margin-right: 0.8rem;
    width: 11vw;
    font-size: 1.15rem;
    font-weight: 500;
    /* text-transform: uppercase; */
    border-radius: 0;
    background-color: #211f20;
    color: white;
    border-color: #211f20;
    border-radius: 4px;
    z-index: unset;
}
div.product-infor div.two-btn .button:nth-child(2){
    border: 1px solid #73b74a6d;
    color: #73b74a;
    background: transparent;
}
div.fast-part{
    background: #211f20;
    margin-bottom: 8rem;
}
div.fast-part ul.content{
    display: flex;
    position: relative;
    justify-content: right;
}
div.fast-part ul.content li{
    width: 22.7%;
    padding-left: 4.3rem;
    position: relative;
    padding-top: 3.8rem;
    margin-left: 3%;
    padding-bottom: 2.45rem;
    color: white;
}
div.fast-part ul.content li p.title {
    font-size: 1.25rem;
    margin-bottom: 1.3rem;
    text-transform: capitalize;
    color: white;
}
div.fast-part ul.content li p {
    font-size: 14px;
    line-height: 22px;
    color: #ffffff78;
    font-weight: 300;
}
div.fast-part ul.content li.exp{
    margin: 0;
    padding: 1.8rem 2rem 1.8rem;
    background-color: #73b74a;
    color: white;
    width: 18.2%;
    left: -2rem;
    transform: scale(1.25);
    transform-origin: bottom;
    bottom: 0px;
    border-radius: 7px;
}
div.fast-part ul.content li.exp p.title{
    font-size: 1rem;
    color: white;
    font-weight: 400;
}
div.fast-part ul.content li.exp p.num {
    font-size: 3.5rem;
    font-weight: 500;
    margin-bottom: 0.6rem;
    color: white;
    line-height: 64px;
}
div.fast-part ul.content li.exp>span{
    font-size: 12px;
    color: rgb(255, 255, 255,.8);
    font-weight: 300;
}
div.fast-part ul.content li span.icon{
    width: 2.5rem;
    display: inline-block;
    width: 2.5rem;
    height: 2.8rem;
    background-size: contain !important;
    position: absolute;
    top: 4rem;
    left: 0;
    transition: 0.35s all ease;
}
ul.functions_list li {
    width: 31%;
    display: inline-block;
    margin-right: 3.5%;
    border: 1px solid #e6e6e6;
    border-radius: 5px;
    padding: 1.5rem 2.2rem;
    font-size: 1.3rem;
    font-weight: 400;
    margin-bottom: 2.5rem;
    position: relative;
    transition: 0.3s all ease;
}
ul.functions_list li:nth-child(3n){
    margin-right: 0;
}
ul.functions_list{
    display: flex;
    flex-wrap: wrap;
}
ul.functions_list li>span ,ul.app_list li p span{
    display: inline-block;
    width: 33px;
    height: 33px;
    background: #25282d;
    color: white;
    text-align: center;
    font-size: 1rem;
    line-height: 34px;
    border-radius: 50%;
    font-weight: 500;
    margin-right: 1.2rem;
    transition: all 0.5s ease;
}
div.pro-size{
    margin-bottom: 10rem;
    overflow: hidden;
    position: relative;
    padding-bottom: 6rem;
}
div.pro-size img{
    display: block;
    margin: 0 auto;
    height: auto;
}
div.pro-size .img-content{
    height: 376px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.single-product h2{
    font-size: 2.3rem;
    color: #0a1126;
    margin-bottom: 3.5rem;
    text-transform: capitalize;
}
.single-product .liked h2{
    margin-bottom: 2.8rem;
}
div.pro-desc{
    overflow: hidden;
    margin-bottom: 11rem;
}
.single-product div.pro-desc .wp-block-columns {
    align-items: center !important;
    display: flex;
}
.single-product div.pro-desc .wp-block-columns:nth-child(even)::before {
    content: '';
    width: 150%;
    height: 100%;
    background-color: white;
    position: absolute;
    top: 0;
    left: 50%;
}
.single-product div.pro-desc .wp-block-columns:nth-child(odd)::before {
    content: '';
    width: 150%;
    height: 100%;
    /*background-color: white;*/
    position: absolute;
    top: 0;
    right: 50%;
}
div.pro-desc-content{
    overflow: hidden;
}
div.desc-content{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.wp-block-image .aligncenter {
    text-align: center;
}
div.pro-desc h3, div.pro-desc h2{
    font-size: 1.9rem;
    font-weight: 400;
    line-height: 40px;
    position: relative;
    hyphens: auto;
    margin-bottom: 2.2rem;
    margin-top: 2.2rem;
    text-align: left;
}
/* div.pro-desc h3::before, div.pro-desc h2::before{
    content: '';
    width: 3rem;
    height: 2px;
    background: #73b74a;
    position: absolute;
    top: -2rem;
    left: 0;
    border-radius: 1px;
} */
div.pro-desc ul.safety{
    margin-bottom: 0;
}
div.pro-desc ul li ,.pro-features ul li{
    line-height: 1.8rem;
    color: #787677;
    margin-top: 0.5rem;
    font-size: 17.5px;
    position: relative;
    padding-left: 1.2rem;
}
.pro-features ul li::before{
    content: '';
    width: 6px;
    height: 6px;
    background-color: #21b0c1;
    border-radius: 50%;
    position: absolute;
    top: 12px;
    left: 0;
}
div.pro-desc-content {
/*     background-color: #f9f9f9; */
    overflow: hidden;
}
.pro-features{
    margin-bottom: 10rem;
}
.pro-features p{
    line-height: 35px;
    margin-bottom: 2.6rem;
    color: #787677;
    font-size: 17.5px;
}
div.param-part table{
    width: 100%;
    border-collapse: collapse;
    color: #6d6d6d;
    margin-bottom: 12.8rem;
}
div.param-part table tr{
    border: 1px solid #E6EAED;
    border-top: 0;
}
div.param-part table tr:nth-of-type(1),div.param-part table tr:nth-of-type(2){
    border-top: 1px solid #E6EAED;
}
/* div.param-part table tr:nth-child(even) {
    background-color: #f5f6f7;
} */
div.param-part table tr td{
    display: inline-block;
    padding: 1.5rem 1.5rem;
    line-height: 25px;
}
div.param-part table tr td:nth-child(odd){
    width: 30%;
    color: #545454;
    font-size: 15px;
    font-weight: 600;
    border-right: 1px solid #e6eaed;
}
div.param-part table tr td:nth-child(even){
    border-left: 1px solid #e6eaed;
    margin-left: -1px;
    width: 69%;
    color: #9DA1A4;
    padding-left: 2.35rem;
}
div.param-part table tbody{
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
}
div.param-part table tbody tr{
    width: 49%;
    display: flex;
}
div.param-part table tbody tr:nth-of-type(4n+1), div.param-part table tbody tr:nth-of-type(4n+2){
    background-color: #F5F6F8;
}
div.param-part table tbody tr td:nth-of-type(1){
    min-width: 217px;
}
div.inquiry-form form>p input,div.inquiry-form form>p textarea,div.contact-form form>p input,div.contact-form form>p textarea{
    width: 100%;
    padding: 1.4rem;
    font-size: 18px;
    border: 1px solid #d2d7db;
    border-radius: 3px;
    resize: none;
    font-family: inherit;
    outline-color: #73b74a;
    font-weight: 400;
}
/*no necessary*/
/* div.inquiry-form form>p:nth-child(6) {
    width: 100%!important;
} */

div.inquiry-form form>p textarea{
    height: 14rem;
}
div.inquiry-form form>p,div.contact-form form>p {
    display: inline-block;
    width: 31.6%;
    margin-right: 2%;
    color: #585b5e;
    margin-bottom: 2.8rem;
    font-size: 1.1rem;
    vertical-align: top;
}
div.inquiry-form form>p{
    margin-bottom: 2.3rem;
}
div.inquiry-form form>p input, div.inquiry-form form>p textarea{
    margin-bottom: 6px;
}
div.inquiry-form form>p:nth-child(5),div.inquiry-form form>p:nth-child(8){
    margin-right: 0;
}
div.inquiry-form form>p:nth-child(9),div.contact-form form>p:nth-child(6) {
    width: 100%;
    display: block;
}
.contact-container form .country-select input, .contact-container form .country-select input[type=text]{
    margin: 6px 0 !important;
}
form .country-select input, form .country-select input[type=text]{
    padding-left: 12px !important;
    background: url(../img/arrow-bottom-purple.svg) no-repeat center;
    background-position-x: 96%;
    background-position-y: 52%;
    background-size: 15px;
    color: inherit;
    font-size: inherit;
}
form .country-select.inside .flag-dropdown {
    left: unset;
    right: 0;
}
form .country-select .flag.us {
    background: unset;
    box-shadow: none;
}
form .country-select .selected-flag .arrow {
    opacity: 0;
}
form .country-select ul.country-list {
    left: unset;
    right: 0;
    max-width: 22rem;
}
.country-select.inside .flag-dropdown .selected-flag{
    background-color: transparent !important;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    margin: 0;
    padding-left: 0;
    border: none;
}

input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;

}
div.inquiry-form input[type="submit"],div.contact-form input[type="submit"] {
    width: 230px;
    color: white !important;
    background: #73b74a;
    border: 1px solid #73b74a;
    transition: 0.3s all ease;
    cursor: pointer;
    font-size: 1.15rem;
    font-family: inherit;
    text-transform: capitalize;
    padding: 1rem;
    font-weight: 300;
}
div.inquiry-form ::-webkit-input-placeholder{
    color: #595959;
}
div.inquiry-form {
    margin-bottom: 8rem;
}
ul.like-part.product-list{
    display: flex;
    justify-content: unset;
    padding-top: 1rem;
    flex-wrap: nowrap;
}
ul.like-part.product-list li .mess{
    padding-bottom: 1.8rem;
    text-align: center;
}
ul.like-part.product-list .img span{
    background-size: contain !important;
}
ul.like-part.product-list .button{
    font-size: 1.15rem;
    line-height: 54px;
    font-weight: 300;
}
div.liked{
    margin-bottom: 10rem;
    position: relative;
}
div.swiper-related{
    overflow: hidden;
}
.swiper-content {
    max-width: 1240px;
    padding: 1rem 20px;
    margin: 0 auto;
}
div.related-btn div.swiper-btn {
    background-image: url(../img/arrow-blue.svg) !important;
    background-size: 16px !important;
    right: -6rem !important;
    top: -18rem;
    opacity: 1;
    transform: rotate(180deg);
}
div.related-btn div.swiper-button-prev {
    background-image: url(../img/arrow-blue.svg) !important;
    left: -6rem !important;
    transform: none;
}
div.related-btn .swiper-button-next.swiper-button-disabled, div.related-btn .swiper-button-prev.swiper-button-disabled{
    filter: grayscale(1);
    opacity: .6;
}
div.related-btn{
    position: relative;
}
body.search div.product-view>p{
    margin-bottom: 1rem;
}
/* .tax-productcat header,.tax-productcat header.fixed{
    background: url(../img/product-banner.png) no-repeat top center !important;
}
.tax-productcat header.fixed{
    border: 0 !important;
} */
div.widget strong:before{
    display: none;
}
/* div.feature-pro {
    margin-top: 5.2rem;
}
ul.featured-list a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: unset;
    font-weight: unset;
}
ul.featured-list a div.img {
    height: 5.7rem;
    width: 37%;
    min-width: 4rem;
    overflow: hidden;
}
ul.featured-list a div.img span{
    background-size: contain !important;
    background-color: #F8F8F8 !important;
}
ul.featured-list a div.mess {
    width: 57%;
    margin-left: 6%;
}
ul.featured-list a div.mess p.title{
    font-size: 13px;
    font-weight: 600;
    line-height: 19px;
    hyphens: auto;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 0.4rem;
}   
ul.featured-list a div.mess span{
    font-size: 12px;
    text-transform: capitalize;
    color: #797a7c;
} */
div.products-content div.sidebar .feature-pro ul{
    padding: 0;
    border: none;
    border-bottom: 1px solid #e0e0e0;
    border-radius: 0;
}
.feature-pro ul li+li{
    border-top: 1px solid #e0e0e0;
    padding-top: 1rem;
}
.feature-pro ul li{
    padding-left: 2px;
    padding-bottom: 15px;
}
/* .application-sence ul.app_list{
    display: flex;
    justify-content: space-between;
}
.application-sence ul.app_list li{
    width: 30.9%;
    border-radius: 4px;
    overflow: hidden;
}
.application-sence ul.app_list li div.img{
    height: 20rem;
    overflow: hidden;
}
.application-sence ul.app_list li div.img span{
    background-size: cover !important;
}
.application-sence ul.app_list li:hover div.img span{
    transform: scale(1.1);
}
.application-sence ul.app_list li p{
    padding: 1.5rem 2.5rem;
    font-size: 1.3rem;
    border-bottom: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
    border-left: 1px solid #dddddd;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    margin: 0 auto;
    position: relative;
}
div.application-sence{
    margin-bottom: 9rem;
} */
.video-sence{
    margin-bottom: 10rem;
}
.video-sence .video{
    position: relative;
    height: max-content;
}
.video-sence .video-poster.active{
    opacity: 0;
    z-index: -1;
    pointer-events: none;
}
.video-sence .video-poster{
    position: absolute;
    display: inline-block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-size: cover !important;
    transition: 0.3s all ease;
}
.video-sence .video-poster::before{
    content: '';
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 30%);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.video-sence .video-poster::after{
    content: "";
    width: 110px;
    height: 110px;
    position: absolute;
    background: url(../img/play-white.svg) no-repeat center;
    background-color: #73b74a;
    border-radius: 50%;
    left: 50%;
    background-size: 1.5rem;
    background-position-x: 56%;
    top: 50%;
    transition: all 0.3s ease;
    z-index: 2;
    transform: translate(-50%, -50%);
    cursor: pointer;
    transition: 0.3s all ease;
}
.single-product .wp-block-columns{
    align-items: center;
    position: relative;
    margin: 2rem 0;
}
.single-product .wp-block-columns .wp-block-column{
    margin: 0 !important;
    position: relative;
}
.pro-desc-content>.wp-block-columns{
    gap: 0;
}
.pro-desc-content figure.wp-block-image{
    margin-bottom: 0;
}
.wp-block-table tr td {
    padding: 1.5rem 0.5rem;
    font-weight: normal;
    font-size: 14px;
    font-weight: 500;
    border: unset;
    text-align: center;
    border: 1px solid #ccc!important;
}

.wp-block-table table {
  border-collapse: collapse;
  width: 100%;
}

.wp-block-table td, .wp-block-table th {
  border: 1px solid #ddd;
  padding: 8px;
}

.wp-block-table tr:nth-child(even){
    background-color: #f2f2f2;
}

.wp-block-table tr:hover {background-color: #ddd;}

.wp-block-table th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #04AA6D;
  color: white;
}
/*.single-product .wp-block-columns:nth-of-type(odd) .wp-block-column:nth-of-type(2){
    padding: 138px 0 138px 9%;
}*/
/*.single-product .wp-block-columns:nth-of-type(even) .wp-block-column:nth-of-type(1){
    padding: 138px 7% 138px 0;
}*/
/* .single-product .wp-block-columns:nth-child(odd)::before{
    content: '';
    width: 150%;
    height: 100%;
    background-color: white;
    position: absolute;
    top: 0;
    right: 50%;
}
.single-product .wp-block-columns:nth-child(even)::before{
    content: '';
    width: 150%;
    height: 100%;
    background-color: white;
    position: absolute;
    top: 0;
    left: 50%;
} */
ul.button_list{
    text-align: center;
}
ul.button_list li{
    height: 82px;
    cursor: pointer;
}
/* ul.button_list li span{
    min-height: 3rem;
    background-size: cover !important;
    border-radius: 5px;
    border: 1px solid #ffffff52;
} */
.pro-inquiry{
    position: fixed;
    background: white;
    width: 54%;
    min-width: 40rem;
    padding: 4rem 3rem 2rem;
    border-radius: 9px;
    transition: 0.3s all ease;
    top: -38%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
}
.pro-inquiry.active{
    top: 55%;
    z-index: 91;
    opacity: 1;
}
.pro-inquiry h2{
    font-size: 2.2rem;
    margin-bottom: 2rem;
}
div.inquiry-form.pro-inquiry form>p textarea {
    height: 14rem;
}
div.inquiry-form.pro-inquiry form>p input, div.inquiry-form.pro-inquiry form>p textarea{
    padding: 1rem;
    font-size: 16px;
    border-radius: 3px;
    font-weight: 400;
}
div.inquiry-form.pro-inquiry ::-webkit-input-placeholder{
    font-weight: inherit;
}
div.inquiry-form.pro-inquiry form>p {
    margin-bottom: 1.3rem;
}
.form-overlay{
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgb(0, 0, 0,.2);
    z-index: 90;
    display: none;
}
.form-overlay.active{
    display: block;
}
div.inquiry-form.pro-inquiry input[type="submit"]{
    width: 12rem;
}
.infor-content .video-play{
    position: absolute;
    top: 465px;
    left: 30px;
    padding: 10px 35px;
    border-radius: 20rem;
    background-color: rgb(190, 191, 193);
    color: white;
    font-size: 15px;
    outline: none;
    padding-left: 47px;
    border: none;
    z-index: 9;
    transition: all 1s ease;
    display: none;
}
.infor-content .video-play:before{
    content: "";
    position: absolute;
    width: 37px;
    height: 37px;
    background: url('../img/play.svg') no-repeat center;
    background-color: #333;
    border-radius: 50%;
    left: 0;
    top: 0;
    background-size: 13px;
}
.gallery-list-content{
    display: flex;
    margin-top: 33px;
}
.gallery-list-content>span.gallery-btn{
    width: 22px;
    height: 82px;
    border: 1px solid #E4E4E4;
    background: url('../img/arrow-left-blue.svg') no-repeat center;
    background-size: 15px;
    display: inline-block;
    cursor: pointer;
    cursor: pointer;
    border-radius: 4px;
}
.gallery-list-content>span.gallery-btn.swiper-button-disabled{
    opacity: 0.5;
}
.products .button{
    padding: 0 3rem;
}
.gallery-swiper li span{
    background-size: 80% !important;
    border: 1px solid #E4E4E4;
    border-radius: 4px;
}
.gallery-swiper{
    flex: 1;
}
.gallery-list-content>span.gallery-prev{
    margin-right: 9px;
}
.gallery-list-content>span.gallery-next{
    margin-left: 9px;
    transform: rotate(180deg);
}
.gallery-swiper li.swiper-slide.active span{
    border-color: #73b74a;
}
.swiper-related ul.product-list li div.img{
    height: 352px;
    padding: 2rem;
    background: #f8f8f8;
}
/* .swiper-related ul.product-list li p{
    font-size: 17px;
    text-transform: capitalize;
    margin-bottom: 0.5rem;
}
.swiper-related ul.product-list li div.mess{
    padding: 1.2rem 1.5rem 1.5rem;
    background: transparent;
    transition: all 0.3s ease;
}
.swiper-related ul.product-list li div.mess>span{
    font-size: 12px;
    letter-spacing: 0;
    font-weight: 500;
    margin-bottom: 1.6rem;
} */
.swiper-related ul.like-part.product-list .button{
    transform: translateY(20px);
    opacity: 0;
    transition: all 0.4 ease;
}
.swiper-related ul.product-list li{
    box-shadow: none;
    transition: all 0.3s ease;
}
/* .swiper-related ul.product-list li:hover div.mess{
    background-color: white;
} */
.product-view button.load_more_post_ajax{
    color: #515151;
    border: 1px solid #AAB7C1;
    background-color: transparent;
}
.param-table ul{
    display: flex;
    width: 100%;
}
.param-table ul li{
    border: 1px solid #eee;
    margin-top: -1px;
    margin-left: -1px;
    padding: 25px 20px;
    color: #444;
    text-align: center;
    width: 14%;
    font-size: 16px;
    flex: 1;
}
.param-table ul li:nth-of-type(1){
    width: 16.5%;
    text-align: left;
    flex: 1;
}
.param-table ul:nth-child(even){
    background-color: #f6f6f6;
}
.table-list.select-list span{
    border-bottom: none !important;
    position: relative;
    margin-bottom: 3rem;
}
.table-list.select-list span::before{
    content: '';
    width: 76%;
    height: 4px;
    background-color: #73b74a;
    position: absolute;
    bottom: -0.8rem;
    left: 0rem;
    opacity: 0;
    transition: 0.3s all ease;
}
.table-list.select-list span:hover:before{
    opacity: 1;
}
.table-list.select-list span.active:before{
    opacity: 1;
}
.table-list.select-list{
    justify-content: center;
}
.param-part h2{
    margin-bottom: 2rem;
}
/*.param-part{
    margin-bottom: 10rem;
}*/
.param-table{
    display: none;
}
.param-table.active{
    display: block;
}