section.product-infor div.infor-content {
    display: flex;
    justify-content: space-between;
    padding: 0 0 64px;
    width: 100%;
    position: relative;
    color: #787677;
    font-size: 1.125rem;
}
section.product-infor .content{
    padding-top: 100px;
}
.single-breadcrumb{
    margin-bottom: 1.5rem;
}
section.product-infor .content .breadcrumbs a{
    color: #848587;
}
 section.product-infor .content .breadcrumbs span{
    color: #616161;
}
section.product-infor div.left {
    width: 50%;
    position: relative;
    overflow: hidden;
}

section.product-infor div.left .gallery-top-swiper {
    border: .0625rem solid #E4E4E4;
    border-radius: .5rem;
}

section.product-infor div.left div.img span {
    background-size: contain !important;
    min-height: 32.5rem;
    width: 100%;
    height: 100%;
    display: block;
}

section.product-infor div.right {
    width: 43%;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: left;
}

section.product-infor div.right .two-btn>a {
    font-size: 17px;
    padding: 13px 45px;
    border-radius: .25rem;
    background-image: var(--bg-image);
    color: #fff;
    display: inline-block;
    margin-top: 30px;
    margin-bottom: 65px;
    transition: all 0.3s ease;
    border: 1px solid transparent;
}

section.product-infor div.right .two-btn>a:hover {
    background-color: transparent;
    background-image: none;
    color: var(--hover-color);
    border-color: var(--hover-color);
}

section.product-infor div.right .two-btn>a:nth-child(2) {
    color: #000;
    background-color: #fff;
    border: 1px solid #E8E8E8;
    margin-left: 15px;
}

section.product-infor div.right .two-btn>a:nth-child(2):hover {
    color: #fff;
    background-color: var(--blod-color);
    border: 1px solid var(--blod-color);
}

section.product-infor h1 {
    font-size: 2.25rem;
    margin-bottom: 25px;
    position: relative;
    text-transform: capitalize;
    color: #2e3133;
    line-height: 3.4375rem;
    font-weight: 600;
}

section.product-infor div.right>p {
    font-size: 1rem;
    padding-bottom: 25px;
    margin-bottom: 0;
}

section.product-infor div.right div.attr span {
    font-size: 1.125rem;
    font-weight: 450;
    color: var(--hover-color);
    margin-bottom: 20px;
}
.product-applications .product-applications-header p{
    max-width: 70%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
section.product-infor div.right div.attr ul:not(.advantages) li {
        font-size: 16px;
        color: #808080;
        position: relative;
        padding-left: 30px;
        margin-bottom: 10px;
}
section.product-infor div.right div.attr ul:not(.advantages) li::after{
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: var(--hover-color);
    content: "";
}

section.product-infor div.left ul.button_list li {
    height: 7.5rem;
    cursor: pointer;
}

section.product-infor div.left ul.button_list li span {
    height: 100%;
    width: 100%;
    display: block;
    background-size: contain !important;
}

div.product-detail-preview {
    overflow: hidden;
}

div.product-detail-preview div.detail-preview {
    width: 100%;
    height: 480px;
    overflow: hidden;
    border-radius: 8px;
}

div.product-detail-preview div.detail-preview div.swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    cursor: pointer;
}


div.product-detail-preview div.detail-preview div.swiper-slide img {
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
}

div.product-detail-preview div.swiper-controls-wrapper {
    display: flex;
    margin-top: 20px;
    column-gap: 15px;
}

div.product-detail-preview div.swiper-controls {
    width: 100%;
    height: 80px;
    overflow: hidden;
}

div.product-detail-preview div.swiper-controls div.swiper-wrapper {
    width: 90%;
    display: inline-flex;
}

div.product-detail-preview div.swiper-controls div.swiper-slide {
    width: 80px;
    height: 100%;
    padding: 15px;
    border: 1px solid #e5e5e5;
    border-radius: 6px;
    cursor: pointer;
}

div.product-detail-preview div.swiper-controls div.swiper-slide.swiper-slide-thumb-active {
    border: 1px solid var(--hover-color);
}

div.product-detail-preview div.swiper-controls div.swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

div.product-detail-preview div.swiper-controls-next,
div.product-detail-preview div.swiper-controls-prev {
    height: 75px;
    width: 25px;
    display: inline-block;
    text-align: center;
    border-radius: 4px;
    line-height: 70px;
    border: 1px solid #e5e5e5;
    vertical-align: top;
    cursor: pointer;
    color: var(--hover-color);
    background: url('../img/arrow-right-primary.svg') no-repeat center/0.5rem;
}

div.product-detail-preview div.swiper-controls-prev {
    transform: rotate(180deg);
}

.single-product-content .advantages li {
    padding-left: 40px;
    margin-bottom: 10px;
    font-size: 17px;
    position: relative;
    color: #333333aa;
}

.single-product-content .advantages li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 22px;
    height: 22px;
    background: url('../img/icon-shopcar.svg') no-repeat center/contain;
}

.single-product-content .advantages li:nth-of-type(2):before {
    background-image: url('../img/icon-service14.svg');
}

#specifications h2 {
    padding-top: 100px;
    text-align: center;
    font-size: 2.4rem;
}

.specifications_info h3 {
    font-size: 26px;
    margin-top: 35px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
    margin-bottom: 35px;
}

.specifications_info ul {
    width: 90%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.specifications_info ul li {
    flex-shrink: 0;
    width: 50%;
    display: flex;
    font-size: 18px;
    color: #949494;
    justify-content: space-between;
    padding-left: 15px;
    padding-top: 15px;
    padding-bottom: 5px;
    border-bottom: 1px solid #eee;
}

.specifications_info ul li:nth-child(2n) {
    border-left: 1px solid #eee;
}

.specifications_info ul li p {
    width: 50%;
}

.specifications_info ul li p:nth-child(2) {
    color: #2A2A2A;
}
.product-infor .right .bottom {
    padding-top: 20px;
    border-top: 1px solid #eee;
    display: none;
}

.product-infor .right .advantages li {
    padding-left: 40px;
    margin-bottom: 10px;
    font-size: 16px;
    position: relative;
    color: #606060;
}

.product-infor .right .advantages li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 18px;
    height: 18px;
    background: url('../img/icon-shopcar.svg') no-repeat center/contain;
}

.product-infor .right .advantages li:nth-of-type(2):before {
    background-image: url('../img/icon-service14.svg');
}

.product_list {
    overflow: hidden;
    /* padding: 8rem 0 0; */
}

div.product_list .product_list-box {
    /* padding-bottom: 8rem; */
    /* min-height: 60rem; */
}

div.product_list .product_list-box .block_title h2 {
    margin: 0rem 0 5rem;
    font-size: 2.7rem;
    text-align: center;
    font-weight: 600;
}

div.product_list .product_list-box .block_title ul {
    margin-bottom: 3.5rem;
    text-align: center;
}

div.product_list .product_list-box .product_list-content {
    position: relative;
}

div.product_list .product_list-box .product_list-content .product_list-swiper {
    max-width: 1220px;
    margin: 0 auto;
    overflow: hidden;
    padding: 10px;
}

body.home div.product_list .product_list-box .product_list-content .product_list-swiper {
    /* padding: 0; */
}

div.product_list .product_list-box .product_list-content .product_list-swiper .swiper-slide {
    transition: box-shadow 0.2s ease;
    background-color: white;
    border: 2px solid #eee;
}

div.product_list .product_list-box .product_list-content .product_list-swiper .swiper-slide:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

div.product_list .product_list-box .product_list-content .product_list-swiper .swiper-slide-active {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

div.product_list .product_list-box .product_list-content .product_list-swiper .swiper-slide .img_content,
.liked ul.product-list li .img_content {
    width: 100%;
    height: 350px;
    overflow: hidden;
}

div.product_list .product_list-box .product_list-content .product_list-swiper .swiper-slide .img_content img, .liked ul.product-list li .img_content img {
    width: 100%;
    height: auto;
    margin: 0 auto;
    object-fit: cover;
    transition: all 0.2s;
    transform: perspective(1px);
    margin-bottom: 20px;
}

div.product_list .product_list-box .product_list-content .product_list-swiper .swiper-slide .img_content img:hover,
.liked ul.product-list li .img_content img:hover {
    transform: scale(1.1);
}

div.product_list .product_list-box .product_list-content .product_list-swiper .swiper-slide .img_content,
.liked ul.product-list li .img_content {
    overflow: hidden;
}

div.product_list .product_list-box .product_list-content .product_list-swiper .swiper-slide h2.title,
.liked ul.product-list li h2.title {
    text-align: center;
    margin: 0.5rem auto 2rem;
    font-size: 20px;
    padding: 0 1.5rem;
    line-height: 1.5rem;
    font-weight: 500;
    letter-spacing: unset;
}

div.product_list .product_list-box .product_list-content .product_list-swiper .swiper-slide span.series,
.liked ul.product-list li span.series {
    display: block;
    text-align: center;
    margin: 0 auto 1rem;
    padding: 0 2rem;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.6);
}

div.product_list .product_list-box .product_list-content .product_list-swiper .swiper-slide span.button,
.liked ul.product-list li .button {
    width: 80%;
    display: block;
    text-align: center;
    border-radius: 4px;
    margin: 0 auto 35px;
    font-size: 16px;
    cursor: pointer;
    transition: all ease 0.3s;
    background-color: var(--hover-color);
}

div.product_list .product_list-box .product_list-content .product_list-swiper .swiper-slide:hover .button, .liked ul.product-list li:hover .button {
    opacity: 1;
    background-color: #fff;
    background-image: none;
    border: 1px solid var(--hover-color);
    color: var(--hover-color);
}

div.product_list .product_list-box .product_list-content .product_list-swiper .swiper-slide-active span.button {
    opacity: 1;
}

.button {
    display: inline-block;
    line-height: 46px;
    padding: 0 2rem;
    border: 1px solid var(--hover-color);
    background-color: var(--hover-color);
    border-radius: 4px;
    text-transform: capitalize;
    color: white;
    transition: 0.3s all ease;
    cursor: pointer;
    text-align: center;
    min-width: 14rem;
    font-size: 17px;
    letter-spacing: 0.5px;
    font-family: inherit;
}

div.product_list .product_list-box>a.button {
    display: block;
    text-align: center;
    width: 230px;
    padding: 0 4rem;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    margin: 6rem auto 0;
    transition: color 0.2s ease, border-color 0.2s ease;
    font-size: 1rem;
    line-height: 50px;
}

div.product_list .product_list-box .loader {
    margin-bottom: 30rem;
    margin-top: 8rem;
    position: relative;
}

div.product_list .product_list-box .product_list-content .swiper-button-prev,
div.product_list .product_list-box .product_list-content .swiper-button-next,
.home-solutions-swiper-content .swiper-button-prev,
.home-solutions-swiper-content .swiper-button-next {
    --swiper-theme-color: #333;
    --swiper-navigation-size: 34px;
}

.product_list-content .swiper-button-next,
.product_list-content .swiper-container-rtl .swiper-button-prev {
    right: -90px;
    width: 18px;
    background-size: contain;
    filter: brightness(0);
}
.product_list-content .swiper-button-disabled{
    display: none;
}
.product_list-content .swiper-button-prev,
.product_list-content .swiper-container-rtl .swiper-button-next {
    left: -90px;
    width: 18px;
    background-size: contain;
    filter: brightness(0);
}
.product_list-box .search-more{
    font-weight: 500;
    width: 160px;
    font-size: 17px;
    margin-top: 60px ;
    margin-bottom: 150px;
}

div.pro-detial-use{
    padding: 120px 0 165px;
}
div.pro-detial-use h2{
    font-size: 2.6rem;
    font-weight: bold;
    margin-bottom: 85px;
}
div.pro-detial-use ul{
    display: flex;
    justify-content: space-between;
    width: 100%;
}
div.pro-detial-use ul li{
    width: 21%;
    position: relative;
}
div.pro-detial-use ul li ::after{
    position: absolute;
    right: -45px;
    top: 32%;
    width: 30px;
    height: 22px;
    background: #fff url("../img/icon-use-arrow.svg") no-repeat center /cover;
    content: "";
    transform: translateY(-50%);
}
div.pro-detial-use ul li:last-child ::after{
display: none;
}
div.pro-detial-use ul li .img-box{
    width: 100%;
    height: 195px;
}
div.pro-detial-use ul li h3{
    font-size: 20px;
    margin: 30px 0 15px;
    font-weight: 450;
    line-height: 28px;
}
div.pro-detial-use ul li p{
    font-size: 16px;
    color: #7F7F7F;
    line-height: 26px;
}

div.pro-nav-bar .content{
    margin-top: 30px;
    border-bottom: 1px solid #eee;
}
div.pro-nav-bar ul{
    display: flex;
    width: 720px;
    justify-content: center;
    align-items: center;
    gap: 30px;
    margin: 0 auto;
}
div.pro-nav-bar ul li{
    font-size: 19px;
    font-weight: 400;
    padding-bottom: 20px;
    color: #8F8F8F;
    cursor: pointer;
    letter-spacing: 1px;
    border-bottom: 3px solid transparent;
}
div.pro-nav-bar ul li.active{
    color: #191919;
    font-weight: 600;
    border-bottom: 3px solid var(--hover-color);
}
div.pro-closer-look h2{
    font-size: 2.5rem;
    font-weight: bold;
    margin: 80px 0;
}
div.pro-closer-look .pro-look-item{
    height: 930px;
    display: flex;
    align-items: center;
}

div.pro-closer-look .pro-look-item .content{
    width: 100%;
    display: flex;
}
div.pro-closer-look .pro-look-item .content-box{
    width: 40%;
}
.pro-look-item .content-box h3{
    font-size: 44px;
    line-height: 60px;
    margin-bottom: 20px;
}
div.pro-look-item li img {
    width: 80px;
    height: 80px;
    margin-right: 30px;
}
.pro-look-item .content-box p{
    color: #898989;
    font-size: 17px;
    width: 80%;
}
.pro-look-item .content-box li{
    display: flex;
    align-items: center;
    margin-bottom: 35px;
}
 .pro-look-item .content-box li strong{
    width: 170px;
    font-size: 19px;
    line-height: 30px;
    font-weight: 450;
}
div.pro-closer-look .pro-look-item:nth-child(3) .content{
    justify-content: flex-end;
}
div.pro-closer-look .pro-look-item:nth-child(3) .content-box{
    width: 35%;
    padding-bottom: 120px;
}
div.pro-closer-look .pro-look-item:nth-child(3) .content-box p{
    width: 100%;
}
.pro-look-item:nth-child(3) .content-box li{
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 45px;
}
.pro-look-item:nth-child(3) .content-box li strong{
    font-size: 46px;
    color: var(--hover-color);
    width: 100%;
    margin-bottom: 25px;
}

div.product-foud-colors{
    padding: 150px 0 100px;
}
div.product-foud-colors h2{
   font-weight: bold;
   text-align: left;
   margin-bottom: 55px;
}
div.product-foud-colors ul.colors-list{
    display: flex;
    align-items: center;
    padding-bottom: 35px;
    border-bottom: 1px solid #eee;
    margin-bottom: 45px;
    position: relative;
}
div.product-foud-colors ul.colors-list::after{
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 15%;
    height: 3px;
    background-image: var(--bg-image);
    content: "";
}
div.product-foud-colors ul.colors-list li{
    margin-right: 50px;
    display: flex;
    align-items: center;
    cursor: pointer;
}
div.product-foud-colors ul.colors-list li img{
    width: 50px;
    height: 50px;
    margin-right: 15px;
}
div.product-foud-colors ul.colors-list li p{
    font-size: 19px;
    font-weight: 450;
}
div.product-foud-colors .color-item{
    font-size: 16px;
    color: var(--font-color);
}
div.product-foud-colors .color-item .img-list{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 115px;
}
div.product-foud-colors .color-item .img-list>img{
    width: 65%;
}
div.product-foud-colors .color-item .img-list>div{
    width: 33%;
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: space-between;
}
div.product-foud-colors .color-item .img-list>div>img{
    width: 95%;
}
div.product-foud-colors .color-item .img-list>div>img:nth-child(1){
margin-bottom: 20px;
}
div.product-foud-colors .color-item .content-item{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 115px;
}
div.product-foud-colors .color-item .content-item>img{
    width: 46%;
}
div.product-foud-colors .color-item .content-item>div{
    width: 49%;
}

div.product-foud-colors .color-item .content-item h3{
    font-size: 44px;
    color: #000;
    
    width: 80%;
    line-height: 55px;
    margin-bottom: 40px;
}
div.product-foud-colors .color-item .content-item p{
    font-size: 16px;
}

div.pro-detial-content h2 {
    font-size: 2.6rem;
    margin-bottom: 10px;
    text-align: center;
    font-weight: bold;
    
}

div.pro-detial-content div>span {
    color: var(--hover-color);
    font-size: 21px;
}

/* div.pro-detial-content div>p {
    color: #A4A4A4;
    width: 62%;
    font-size: 19px;
    line-height: 35px;
} */

div.pro-detial-content div.specifications {
    padding:130px 0 0;
}

div.pro-detial-content div.specifications span {
    display: block;
    text-align: center;
}

div.pro-detial-content div.specifications ul {
    margin-top: 85px;
}

div.pro-detial-content div.specifications li {
    margin-bottom: 45px;
}

div.pro-detial-content div.specifications li h3 {
    font-size: 22px;
    color: var(--blod-color);
    padding-bottom: 10px;
    border-bottom: 1px solid #F1F1F1;
    position: relative;
    cursor: pointer;
    
    text-transform: uppercase;
}

div.pro-detial-content div.specifications li h3::after {
    position: absolute;
    right: 0px;
    top: 0;
    content: "+";
    font-size: 32px;
    color: var(--hover-color);
    
    font-weight: 400;
    transition: all 0.3s;
}
div.pro-detial-content div.specifications li h3::before{
    position: absolute;
    left: 0px;
    bottom: -1px;
    width: 6%;
    height: 2px;
    background-color: var(--hover-color);
    content: "";
}
div.pro-detial-content div.specifications li.active h3::after {
    /* content: "x";
    font-size: 24px; */
    transform: rotate(45deg);
}

div.pro-detial-content div.specifications li>div {
    padding: 0 55px;
    overflow: hidden;
    justify-content: space-between;
    padding: 40px 55px;
}

div.pro-detial-content div.specifications li table {
    /* height: 420px; */
    width: 100%;
    border-radius: 5px;
}

div.pro-detial-content div.specifications li td {
    border-bottom: 1px solid #f1f1f1;
    font-size: 16px;
    line-height: 45px;
    width: 100%;
    font-weight: 500;
    padding-left: 15px;
    color: #444444;
}
div.pro-detial-content div.specifications li tr td:nth-child(1){
    width: 24%;
    font-weight: 400;
    font-size: 18px;
}
div.pro-detial-content div.specifications li td:nth-child(1) {
    color: #989898;
}
div.pro-detial-content div.specifications li div p{
    font-size: 16px;
    font-weight: 400;
    color: #777;
    margin-top: 35px;
}
div.pro-detial-content div.specifications li div .down-list p{
    font-size: 18px;
    margin-top: 0;
}
div.pro-detial-content div.specifications li div p a{
    color: var(--hover-color);
    text-decoration: underline;
    font-weight: 500;
}
div.pro-detial-content div.specifications ul.down-list{
    margin-top: 0;
    width: 100%;
}
div.specifications ul.down-list li{
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 17px;
    color: #555655;
    border-bottom: 1px solid #eee;
    padding: 15px;
    margin-bottom: 0;
}
div.specifications ul.down-list li a.btn-download{

    padding: 12px 25px;
    border-radius: 5px;
    text-align: center;
    font-size: 15px;
    color: #2B2B2B;
    background-color: #EDEDED;
    transition: all 0.3s ease;
}
div.specifications ul.down-list li a.btn-download:hover{
    background-image: var(--bg-image);
        color: #fff;
}
div.specifications ul.down-list li:last-child{
    border-bottom: none;
}
#product_desc table{
    background-color: transparent;
    width: 100%;
    margin-bottom: 15px;
    font-size: .9em;
    border-spacing: 0;
    border-collapse: collapse;
    margin: 2rem 0;
    table-layout:fixed
}
#product_desc{
    padding-top: 5rem;
}
#product_desc table tbody>tr:nth-child(odd)>td, #product_desc table tbody>tr:nth-child(odd)>th {
    background-color: #f7f7f7;
}
#product_desc table td, #product_desc table th {
    padding: 16px;
    line-height: 1.6;
    color: #002533;
    vertical-align: top;
    word-break: break-all;
}
#product_desc p{
    margin-bottom: 0.4rem;
}
.maincontent .left {
    width: 55%;
  }
  
  .maincontent .left .swiper-main-wrapper {
    display: flex;
    /* flex-direction: column-reverse; */
    column-gap: 40px;
  }
  
  .maincontent .left .swiper-controls-box {
    position: relative;
    --swiper-theme-color: var(--hover-color);
    order: 9;
    --swiper-navigation-size: 24px;
  }
  
  .maincontent .left .swiper-controls-box .swiper-button-prev,
  .maincontent .left .swiper-controls-box .swiper-button-next {
    height: 100%;
    border: 1px solid #e6e6e6;
    top: 0;
    transform: none;
    margin-top: 0;
    padding: 0 0.8rem;
    border-radius: 4px;
    display: none;
  }
  
  .maincontent .left .swiper-controls-box .swiper-button-next {
    right: 0;
  }
  
  .maincontent .left .swiper-controls-box .swiper-button-prev {
    left: 0;
  }
  
  .maincontent .left .swiper-controls-box .swiper-button-lock {
    display: flex;
  }
  
  .maincontent .left .swiper-controls {
    /* height: 630px; */
    width: auto;
    height: 100%;
    margin: 0 auto;
    overflow: hidden;
    max-height: 460px;
  }
  
  .maincontent .left .swiper-controls .swiper-slide {
    border: 1px solid transparent;
    cursor: pointer;
    border-radius: 6px;
    overflow: hidden;
    opacity: 0.7;
    height: 86px;
    width: 106px;
  }
  .maincontent .left .swiper-controls .swiper-slide.swiper-slide-thumb-active {
    border: 1px solid #E76732;
    opacity: 1;
  }
  .swiper-controls .swiper-wrapper{
    display: block;
  }
  .maincontent .left .swiper-controls .swiper-slide span {
    display: block;
    width: 100%;
    height: 100%;
    background-size: contain !important;
  }
  
  .maincontent .left .swiper-main {
    flex: 1;
    position: relative;
    --swiper-theme-color: var(--hover-color);
    --swiper-navigation-size: 24px;
    overflow: hidden;
    /* border: 1px solid #e6e6e6; */
    border-radius: 6px;
    margin-bottom: 2rem;
  }
  
  .maincontent .left .swiper-main .swiper-button-next {
    right: 2rem;
    display: none;
  }
  
  .maincontent .left .swiper-main .swiper-button-prev {
    left: 2rem;
    display: none;
  }
  
  .maincontent .left .swiper-main .swiper-slide {
    height: 470px;
  }
  
  .maincontent .left .swiper-main .swiper-slide span {
    display: block;
    width: 100%;
    height: 100%;
    background-size: contain !important;
  }
  
  body.single.single-product .maincontent .left .specifications h2 {
    font-size: 18px;
    font-weight: bold;
    color: #4d4d4d;
    text-transform: uppercase;
    margin: 2rem 0 1.5rem;
    text-align: left;
  }
  
  .maincontent .left .specifications li {
    font-size: 15px;
    color: #4d4d4d;
    font-weight: 500;
  }
  
  .maincontent .left .specifications li~li {
    margin-top: 0.5rem;
  }
  #primary{
    max-width: 1220px;
    margin-left: auto;
    margin-right: auto;
  }
  .product .maincontent{
    display: flex;
  }
  body.woocommerce-page div.product div.summary{
    width: 45%;
    padding-left: 80px;
    margin-top: -85px;
  }
  .woocommerce .woocommerce-breadcrumb{
    color: var(--hover-color);
  }
  .single-product #primary>main>.woocommerce-breadcrumb{
    display: none;
  }
  .single-product #primary{
    padding-top: 230px;
  }
  .woocommerce div.product .product_title{
    font-size: 48px;
   /* margin-bottom: 40px; */
    text-transform: uppercase;
  }
  .summary div.atts{
    margin-top: 3rem;
  }
  .summary div.atts p{
    font-size: 19px;
    margin-bottom: 1rem;
  }
  .summary div.atts p:after{
    content: "";
    width: 23px;
    height: 23px;
  }
  .summary .option span.view{
    display: none;
  }
  .web-btn{
    padding: 12px 40px;
    transition: all 0.3s;
    border-radius: 5px;
    background-color: var(--hover-color);
    border: 1px solid var(--hover-color);
    color: white;
  }
  .web-btn:hover{
    background-color: transparent;
    color: var(--hover-color);
  }
  .border-btn{
    padding: 12px 30px;
    border-radius: 5px;
    background-color: transparent;
    transition: all 0.3s;
    border: 1px solid #25292d86;
    color: #242424;
    margin-left: 1rem;
  }
  .border-btn:hover{
    background-color: #333;
    color: white;
  }
  .summary .two-btns{
    margin-top: 100px;
  }
  .product-nav{
   /* margin-top: 130px; */
  }
  .product-nav a{
    display: inline-block;
    padding: 9px 35px;
    border-radius: 5px;
    background-color: #dddddd;
    color: #666666;
    margin-right: 65px;
    transition: all 0.3s;
  }
  .product-nav a:last-of-type{
    margin-right: 0;
  }
  .product-nav a.active, .product-nav a:hover{
    background-color: var(--hover-color);
    color: white;
  }
  .single_product_content{
    padding-top: 120px;
  }
  .single_product_content h2{
    font-size: 1.2rem;
  }
  div#spec{
    padding-top: 196px;
  }
.single-table table{
    display: block;
    width: 100%;
    margin-top: 3rem;
 /*   padding: 40px 43px; */
    border-radius: 8px;
    background-color: #F4F4F4;
    height: auto !important;
    overflow: hidden;
  }
  .single-table table tr{
    display: flex;
    width: 50%;
  }
  .single-table table tbody{
    width: 100%;
    display: flex;
    flex-flow: wrap;
  }
  .single-table  table tr td{
    flex: 1;
    display: inline-block;
    width: auto !important;
    flex-grow: 1;
    padding-bottom: 1rem;
  }
  .single-table  table tr td:nth-of-type(2n+1){
    font-weight: 600;
    color: #333;
  }
  .single-table  table tr td:nth-of-type(2n){
    color: #7A7A7A;
    text-align: center;
    margin-right: 100px;
  }
  body.woocommerce table.shop_attributes th, body.woocommerce table.shop_attributes td{
    display: inline-block !important;
    width: 25% !important;
    padding: 0;
    padding-bottom: 1rem;
    background-color: transparent !important;
    border: none !important;
    text-align: left;
    flex: 1;
    font-weight: 400;
    
    font-style: normal;
  }
  .upsells li.product .flex.end, .upsells li.product h2{
    display: none;
  }
  
  body.woocommerce table.shop_attributes{
    table-layout: fixed;
    display: block;
    width: 100%;
    margin-top: 8rem;
    padding: 40px 43px;
    border-radius: 8px;
    background-color: #F4F4F4;
  }
  body.woocommerce table.shop_attributes tbody{
    display: flex;
    flex-flow: wrap;
  }
  body.woocommerce table.shop_attributes tr{
    display: flex;
    width: 50%;
    align-items: center;
  }
  body.woocommerce table.shop_attributes th{
    font-weight: 600;
  }

  .video-btn{
    padding: 10px 30px;
    border-radius: 20rem;
    color: white;
    font-size: 14px;    
    cursor: pointer;
    padding-left: 45px;
    background: url('../img/sanjiao-w.svg') no-repeat left 30px center/7px;
    
    background-color: var(--hover-color);
  }
  .single-atts ul>li p{
    color: #FF5E00;
    font-family: "Poppins", Sans-serif;
    font-size: 14px;
    font-weight: 800;
    background-color: white;
    flex: 1;
    white-space: nowrap;
  }
  .single-atts ul>li span{
    height: 1px ;
    width: 100%;
    background: #4C4C4C38;
  }
  .single-atts ul>li{
    display: flex;
    gap: 0.5rem;
    align-items: center;
    margin-bottom: 1.5rem;
    padding-left: 20px;
    background: url('../img/gou.png') no-repeat left;
    justify-content: space-between;
  }
@media screen and (max-width: 768px) {
    section.product-infor div.infor-content {
        display: block;
        padding-bottom: 0;
    }
    /* div.pro-detial-content div>p{
        width: 100%;
        font-size: 13px;
        text-align: center;
        line-height: 25px;
    } */
    section.product-infor .content {
        padding-top: 2rem;
    }
    div.pro-detial-content div.specifications ul.down-list{
        margin-top: 1rem;
    }
    section.product-infor div.left {
        width: 100%;
    }

    div.product-detail-preview div.detail-preview {
        height: 300px;
        border: 1px solid #e5e5e5;
    }
    section.product-infor div.right div.attr ul:not(.advantages) li{
        padding-left: 19px;
    }
    section.product-infor div.right {
        width: 100%;
        padding-top: 2rem;
    }

    section.product-infor div.right > span {
        margin-bottom: 1rem;
    }
    section.product-infor div.right div.attr span{
        font-size: 0.9rem;
        margin-bottom: 0;
    }
    section.product-infor h1 {
        font-size: 26px;
        line-height: 2.5rem;
        margin-bottom: 12px;
    }

    section.product-infor div.right>p {
        font-size: 14px;
    }

    section.product-infor div.right .two-btn>a {
        margin-bottom: 2rem;
        font-size: 13px;
    }

    .product-infor .right .advantages li {
        font-size: 14px;
    }

    div.pro-nav-bar .content {
        overflow-x: auto;
    }

    div.pro-nav-bar ul {
        width: max-content;
    }

    div.pro-nav-bar ul li {
        font-size: 16px;
    }
    .product-applications .product-applications-header p{
        max-width: 100%;
        font-size: 0.9rem;
        text-align: left;
    }
    div.pro-nav-bar ul li ~ li {
        margin-left: 1.5rem;
    }

    .product-applications .product-applications-header h2 {
        font-size: 22px;
        text-align: left;
    }

    .product-applications .product-applications-header {
        display: block;
        margin-bottom: 2rem;
    }

    .product-applications {
        padding: 4rem 0 2rem;
    }

    .product-applications .product-applications-header .right a.btn-form {
        width: 100px;
        padding: 10px 0;
        font-size: 14px;
        margin-right: 15px;
        margin-left: 0;
    }

    .product-applications .swiper-slide:nth-of-type(even) {
        transform: none;
    }

    .product-applications .swiper-slide .img-content {
        height: 320px;
    }

    .product-applications .swiper-slide {
        height: 320px;
    }
    .product-applications .product-applications-content .swiper-button-prev,
    .product-applications .product-applications-content .swiper-button-next {
        display: none;
    }

    .main-form {
        padding: 4rem 1rem;
    }
    #product_inquiry .main-form{
        padding-top: 60px;
    }
    div.pro-detial-content div.specifications {
        padding: 4rem 1rem;
    }

    div.pro-detial-content div.specifications li>div {
        padding: 0 1rem;
    }
    div.pro-detial-content div.specifications li.active>div {
        padding: 0;
    }

    div.pro-detial-content div.specifications li h3 {
        font-weight: 500;
        font-size: 18px;
    }
    div.pro-detial-content div.specifications li td{
        padding: 1rem 0;
    }
    div.pro-detial-content div.specifications li {
        margin-bottom: 1.5rem;
    }
    
    div.pro-detial-content h2 {
        font-size: 22px;
        font-weight: 500;
    }

    div.pro-detial-content div.specifications ul {
        margin-top: 3rem;
    }

    div.pro-detial-content div.specifications .down-list li {
        padding: 0;
    }

    div.pro-detial-content div.specifications .down-list li p {
        font-size: 14px;
    }

    div.specifications ul.down-list li a.btn-download {
        padding: 8px 16px;
    }
    div.pro-detial-content div.specifications li td{
        line-height: 25px;
    }
    div.pro-detial-content div.specifications li tr td:nth-child(1){
        font-size: 15px;
    }
    div.pro-detial-content div.specifications li td{
        font-size: 14px;
        line-height: 21px;
    }
    #product_desc{
        padding-top: 2rem;
    }
    .product_list-box .search-more{
        width: 160px !important;
        font-size: 14px !important;
        margin-top: 50px !important;
        margin-bottom: 50px !important;
        padding: 9px 0;
    }
    section.product-infor .content .breadcrumbs{
        font-size: 14px;
    }
    section.product-infor .content .breadcrumbs{
        font-size: 14px;
    }
}