.proudct-bg {
    background-image: url(/wp-content/uploads/2022/03/product-bg.jpg);
    /* height: 360px; */
    background-position: center;
    background-size: cover;
    display: flex;
    background-repeat: no-repeat;
    justify-content: center;
    align-items: center;
    margin-top: -100px;
}

.product-wrap {
    background-color: #f3f3f3;
    padding-bottom: 100px;
    padding-left: 30px;
    padding-right: 30px;
}
 
.proudct-bg h2 {
    color: white;
    margin: 0;
    font-size: 30px;
    font-weight: 400;
}

.product-container {
    max-width: 1200px;
    margin: auto;
    padding-top: 30px;
}

.row44 {
    display: flex;
    justify-content: space-between;
}

.main-img {
    height: 360px;
    width: 360px;
    background: white;
    max-width: 100%;
}

.main-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product-gallery {
    width: 360px;
    max-width: 100%;
}

.gallery-select {
    display: flex;
    margin-left: -5px;
    margin-right: -5px;
    /* flex-wrap: wrap; */
    margin-top: 10px;
}

.gallery-select .img {
    width: 82px;
    height: 82px;
    margin: 5px;
    background: white;
}

.gallery-select .img img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.product-detail {
    max-width: 840px;
    line-height: 2;
    padding-top: 20px;
    padding-left: 30px;
    padding-right: 30px;
}

.product-detail p {
    color: #666666;
}

.product-detail h3 {
    font-size: 20px;
}

.product-detail h4 {
    font-size: 20px;
}

.product-detail h5 {
    margin-bottom: 5px;
}

h5.title-11 {
    font-size: 24px;
    padding-left: 40px;
    margin-bottom: 10px;
}

.params-container {
    display: flex;
    flex-wrap: wrap;
    background: white;
    font-size: 16px;
    padding-top: 20px;
    /* padding-bottom: 20px; */
    border-top: 1px solid #c1c1c1;
    color: #666666;
    /* margin-bottom: 100px; */
    margin-bottom: 20px;
    /* border-bottom: 1px; */
}

.param-item {
    width: calc(50% - 70px);
    padding: 12px 35px;
    display: flex;
    border-bottom: 1px solid #c6c6c6;
    /* border-left: 1px solid #c6c6c6; */
}

.param-item label,
.param-item p {
    margin: 0;
}

.param-item label {
    width: 250px;
}

.cat-item {
    /* width: 350px; */
    /* width: 350px; */
    height: 66px;
    text-align: center;
    line-height: 66px;
    /* background-color: #ffffff; */
    background-color: #e9e9e9;
    color: #2e2e2e;
    font-size: 20px;
    /* flex: 1; */
}

.product-cat-parents {
    display: flex;
    max-width: 1400px;
    margin: auto;
    /* margin-top: -67px; */
}

.cat-item.active {
    background-color: #ffffff;
}

.product-cat-parents>a {
    flex: 1;
}

.product-cat-wrap {
    background-color: #f3f3f3;
    position: relative;
}

.product-cat-container {
    /* margin-top: 67px; */
    position: absolute;
    top: -66px;
    width: 100%;
    transform: scale(1)!important;
}

.product-cat-container-2 {
    max-width: 1600px;
    margin: auto;
    padding-top: 45px;
    padding-bottom: 80px;
    width: 100%;
}

.term2 {
    display: flex;
    align-items: center;
    padding: 10px 15px;
    justify-content: space-between;
    flex-wrap: wrap;
}

.term2>div {
    display: flex;
    align-items: center;
    color: #7d7d7d;
    font-size: 16px;
}

.cat-row label,
.cat-row p {
    margin: 0;
}

.term2 .img {
    width: 52px;
    height: 52px;
    background-color: #c9c9c9;
}

.cat-row {
    background: white;
    border-bottom: 1px solid #e2e2e2;
    position: relative;
}

.term3s {
    display: none;
    /* opacity: 0; */
    transition: opacity 0.3s;
    border-top: 1px solid #d22b1d;
    flex-wrap: wrap;
    /* padding-left: 45px; */
}

.active .term3s {
    display: flex;
    opacity: 1;
    background-color: #fafafa;
}

.term2>div:nth-child(1) {
    width: 100%;
    max-width: 600px;
}

.term2>div:nth-child(2) {
    max-width: 970px;
    width: 100%;
    /* display: flex; */
    justify-content: space-between;
}

.term2 label {
    /* color: #d22b1d; */
    color: #2e2e2e;
    font-size: 18px;
    padding-left: 20px;
}

.term3 {
    padding-left: 15px;
    padding-bottom: 15px;
    /* display: flex; */
    padding-top: 15px;
    /* background-color: #fafafa; */
}

.term3 a {
    display: inline-block;
    margin-right: 30px;
    color: #4d4d4d;
    font-size: 16px;
}

.cat-row label {
    /* color: #d22b1d; */
    cursor: pointer;
}

.bg-content {
    color: white;
    text-align: center;
    font-size: 16px;
}

.bg-content h3 {
    font-size: 30px;
    font-weight: 500;
    color: white;
}

.bg-content p {
    margin: 0;
    line-height: 2;
}

.proudct-bg {
    /* height: 512px; */
}

.params-wrap {
    display: flex;
    align-items: flex-start;
    border: 1px solid #e9e9e9;
    border-bottom: 0;
}

.swiper-params {
    max-width: 1380px;
    overflow: hidden;
    margin: auto;
    width: 100%;
}

.params-list {
    /* max-width: 1430px; */
    position: relative;
    flex: 1;
    /* width: 100%; */
    /* width: calc(100% - 100px); */
    padding-left: 30px;
    padding-right: 30px;
}

.title-2 p,
.title-1 p {
    margin: 0;
    position: relative;
}

.title-2,
.title-1 {
    font-size: 16px;
    padding: 0 15px;
    height: 90px;
    display: flex;
    align-items: center;
    /* background: white; */
    /* border-bottom: solid 1px #d7d7d7; */
    font-size: 16px;
    color: #222222;
    text-align: center;
    position: relative;
}

.product-column-1 {
    flex: 1;
}

.title-1:before,
.product-name:before {
    content: "";
    height: calc(100% - 1px);
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 1598px;
    background: white;
    border-bottom: 1px solid #d7d7d7;
}

.product-name,
.product-param-item {
    padding: 0 15px;
    min-height: 70px;
    display: flex;
    align-items: center;
    position: relative;
}

.product-param-item {}

.product-name p,
.product-param-item p {
    margin: 0;
    position: relative;
    /* word-wrap: break-word; */
    /* word-break: break-all; */
    font-size: 16px;
    color: #666666;
    padding: 10px 0;
}

.product-param-item {}

.product-param-item {
    justify-content: center;
    text-align: center;
}

.product-name:nth-child(even):before {
    content: "";
    background-color: #f7f7f7;
}

.swiper-prev-btn,
.swiper-next-btn {
    position: absolute;
    top: 18px;
    font-size: 35px;
    color: #0b2165;
    z-index: 10;
    cursor: pointer;
}

.swiper-next-btn {}

.swiper-prev-btn {
    left: 10px;
}

.swiper-next-btn {
    right: 10px;
}

.swiper-prev-btn.swiper-button-disabled,
.swiper-next-btn.swiper-button-disabled {
    opacity: 0.3;
}

.swiper-next-btn {}

.checked-res-row {
    display: flex;
    justify-content: center;
    position: fixed;
    left: 0;
    width: 100%;
  bottom: 145px;
    height: 0;
    z-index: 10;
}

.c111 {
    /* width: 257px; */
    /* height: 56px; */
    /* background-color: #0b2165; */
    /* color: white; */
    /* display: flex; */
    /* justify-content: space-between; */
}

.checked-res {
    width: 257px;
    height: 56px;
    background-color: #0b2165;
    color: white;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 30px;
}

span.select-num {
    width: 34px;
    height: 34px;
    background-color: #0b2165;
    border: solid 1px #ffffff75;
    /* opacity: 0.48; */
    line-height: 34px;
    text-align: center;
}

.c111 {
    display: flex;
    align-items: center;
    flex: 1;
    justify-content: space-between;
    padding-right: 40px;
}

.c111 p {
    margin: 0;
    padding: 0 15px;
    cursor: pointer;
}

.delete-all {
    width: 56px;
    height: 56px;
    display: flex;
    border-left: 1px solid;
    justify-content: center;
    align-items: center;
}

.title-1 {
    padding-left: 35px;
}

input.checkbox {
    position: relative;
    margin-right: 10px;
    top: -2px;
    /* font-size: 20px!important; */
}

.product-name.checked:before {
    content: "";
    background-color: #f1f7ff;
}

.title-2 {
    justify-content: center;
}

.row-11 {
    /* background: white; */
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
    margin-bottom: 30px;
    flex-wrap: wrap;
}

.row-11 h4 {
    margin: 0;
    color: #222222;
    font-size: 24px;
    font-weight: 400;
}

.row-11-2 {
    display: flex;
    font-size: 16px;
}

.Highlight-check {
    margin-right: 30px;
}

.row-22 {
    background: white;
    display: flex;
    /* align-items: center; */
    justify-content: space-between;
    /* height: 82px; */
    background-color: #ffffff;
    border: solid 1px #d7d7d7;
    position: relative;
}

.swiper-product-name-wrap {
    /* max-width: 1100px; */
    position: relative;
    width: 100%;
    /* padding: 0 80px; */
    /* text-align: center; */
    max-width: 1255px;
    width: 100%;
}

.product-cat-wrap label {
    /* margin: 0; */
}

.swiper-product-name {
    overflow: hidden;
    /* margin: 0 80px; */
    width: 100%;
}

.swiper-product-name-wrap {}

.row-22>label,
.params-row1 h5,
.params-label-a {
    width: 343px;
    text-align: center;
    font-size: 16px;
}

.swiper-product-name-wrap .swiper-next-btn,
.swiper-product-name-wrap .swiper-prev-btn {
    top: 0;
}

.swiper-product-name-wrap .swiper-prev-btn,
.swiper-product-name-wrap .swiper-next-btn {
    top: 16px;
    z-index: 10;
}

.params-label-a {
    background-color: #dedede;
    border-top: solid 1px #ffffff;
    min-height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: solid 1px #ffffff;
}

.params-row1 {
    margin: 0;
    height: 70px;
    background-color: #ffffff;
    border: solid 1px #d7d7d7;
    display: flex;
    align-items: center;
}

.swiper-product-name-wrap label {
    padding-left: 50px;
}

.params-row2 {
    display: flex;
}

.swiper-product-params-wrap {
    max-width: 1257px;
}

.right-11 {
    flex: 1;
}

.param-item2 {
    background-color: #ffffff;
    border-bottom: solid 1px #d7d7d7;
    border-top: solid 1px #d7d7d7;
    min-height: 50px;
    display: flex;
    align-items: center;
    /* justify-content: center; */
    font-size: 16px;
}

.swiper-product-params {
    overflow: hidden;
    border-right: 1px solid #d7d7d7;
}

.param-item2 p {
    margin: 0;
}

.Export-1 {
    margin-right: 20px;
    cursor: pointer;
}

.param-item2 p {
    margin: 0;
    word-break: break-word;
}

.param-item2 p {
    margin: 0;
    word-break: break-word;
    padding-left: 56px;
    padding-right: 20px;
}

.product-title-g,
.title-a2 {
    height: 83px;
    display: flex;
    align-items: center;
    /* margin-bottom: 100px; */
    margin-bottom: 70px;
    font-size: 16px;
}

.params-column1 {
    position: absolute;
    width: 100%;
    border-top: 1px solid #d7d7d7;
    height: 69px;
    top: 83px;
    display: flex;
    align-items: center;
}

.params-column1 h5 {
    margin: 0;
    /* padding-left: 100px; */
    width: 343px;
    text-align: center;
    font-size: 18px;
}

.title-a2 {
    width: 343px;
    text-align: center;
    font-size: 16px;
    justify-content: center;
}

label.label-11 {
    width: 343px;
    text-align: center;
    font-size: 18px;
}

.params-coloum.diff-on .diff0 {
    background-color: #d8e5f5;
}

.swiper-product-name-wrap .swiper-prev-btn {
    left: 10px;
}

.close-span {
    font-size: 14px;
    margin-left: 10px;
    /* margin-bottom: 5px; */
    opacity: 0.5;
    cursor: pointer;
}

.term2 i {
    color: #0b2165;
    position: absolute;
    right: 9px;
    top: 21px;
}

.cat-row.active i.fa.fa-angle-down {
    transform: rotate(180deg);
}
.select-row {
    padding: 20px;
    display: flex;
    justify-content: flex-end;
}.select-row .el-select {
    margin: 0 10px;
}

a.product-name-a p {
    
    width: 10;
    width: 140%;
}

a.product-name-a {
    flex: 1;
    display: block;
}
.params-label-a span {
    padding: 5px;
}
@media screen and (max-width: 1080px) {
.row44{
    flex-wrap:wrap;
}}
@media screen and (max-width: 768px) {
    .cat-item {
        font-size: 14px;
    }
    .term3 {
        font-size: 14px;
        padding: 10px;
    }
    .product-name p,
    .product-param-item p {
        font-size: 12px;
    }
    .title-2,
    .title-1 {
        font-size: 14px;
        padding-left: 10px;
    }
    .params-list {
        width: calc(100% - 100px);
        padding:0;
    }
    .swiper-prev-btn, .swiper-next-btn{
        font-size:18px;
        top:32px
    }
    .swiper-next-btn{
        right:5px
    }
    .swiper-prev-btn{
        left:5px;
    }
	.product-name p, .product-param-item p{
		    word-break: break-all;
	}
	.row-22>label, .params-row1 h5, .params-label-a, .params-column1 h5,.title-a2{
	    width: 100px;
	    font-size:14px
	    
	}
	.swiper-product-name-wrap label,.param-item2{
	    font-size:12px;
	}
	.swiper-product-name-wrap label,.param-item2 p{
	    padding-left:10px;
	    margin: 0;
	}
	.product-title-g {
    padding: 15px;
}
.product-title-g, .title-a2{
    margin-bottom:0;
    padding: 5px;
    height: 60px;
}
.swiper-product-name-wrap .swiper-prev-btn, .swiper-product-name-wrap .swiper-next-btn{
    display:none;
}.row-11 h4{
    margin:15px 0;
    width: 100%;
}
.row-11{
    padding:15px;
    /* justify-content: space-between; */
}
.product-cat-container-2{
    padding-top:0;
}
.swiper-product-name-wrap{
    width: calc(100% - 100px);
    flex:1;
}
.row-11-2{
    justify-content:space-between;
    width:100%
    
}
.params-column1{
    display:none;
}
 .title-a2 label {
    margin: 0;
    font-size: 12px;
}

.product-title-g label {
    padding-left: 5px;
}
.param-item{
    width:100%;
    font-size: 14px;
    padding: 7px 15px;
}
.param-item label{
    width: 50%;
}
.detail {
    padding: 10px;
}
h5.title-11{
    padding-left:20px;
}
.product-gallery{
    margin:auto;
}
.proudct-bg{
    height: 381px;
}
.bg-content h3{
    font-size:20px;
}
.bg-content p{
    font-size:12px;
    width: 80%;
    margin: auto;
}
	.product-detail{
		padding-left:0;
		padding-right:0;
	}
	.product-wrap{
	    padding-left:15px;
	    padding-right:15px;
	}
}
li.menu-item-language.menu-item-language-current:hover .lang-change {
    display: block;
}

 

.lang-change li {
    width: 60px;
    background: white;
}

.lang-change li a {
    padding: 10px!important;
}
.proudct-bg.proudct-bg-wrap {
    height: unset;
    background-image: unset;
}

.bg-content.bg-content-1 {
    position: absolute;
}
.bg-img {
    width: 100%;
}
