@charset "utf-8";
@font-face {
  font-family: 'Playfair Display';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(../font/nuFkD-vYSZviVYUb_rj3ij__anPXDTnohkk72xU.woff2) format('woff2'); 
}
.flex{display:flex;}
.sidebarFixed{position: absolute;transition: all .2S;}
.item_img{height:0;position: relative;padding-bottom: 100%;overflow: hidden;}
.item_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}
li:hover .item_img img{
    -webkit-transform: scale(1.05) rotate(2deg);
    transform: scale(1.05) rotate(2deg);
    opacity: .8;
}
.articleRo{}
.articleRo a{font-weight:bold;color: #fc8e40;}
.articleRo a:hover{
    text-decoration: underline;
}
.proT_02{
    margin-top: 16px;
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 20px;
}
.proT_02 h2,.proT_02 .c-title{
	font-family: "Playfair Display", sans-serif;
	font-weight: 700;
	font-style: italic;
	color: #000000;
	margin: 0px 0px 10px 0px;
	font-size: 56px;
	font-weight: 700;
	line-height: 1em;
	letter-spacing: -1px;
}
.articleRo.proT_02 p:before{
    content:"";
    display: inline-block;
    width:8px;
    height:8px;
    border-radius: 50%;
    background-color:#FF6B01BD;
    margin-right: 20px;
    vertical-align: top;
    margin-top: 10px;
}
.proT_list{
    background-color: #f5f5f5;
}
.proT_list>.layout{}
.proT_listA{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: flex-start;
    padding-top: 40px;
    justify-content: space-between;
}
.proT_listA>.proT_listA_l{}
.proT_listA>.proT_listA_r{}
.proT_listA_l{
    width: 350px;
    position: sticky;
}
.proT_listA_l .aside{
    width: 100%;
}
.aside .aside-wrap{}
.aside .side-widget{}
.aside .side-tit-bar{
    height: 54px;
    border-style: none;
    border-radius: 9px 9px 9px 9px;
    padding: 8px 0px 8px 22px;
    background: #FF6B01BD;
}
.aside .side-tit-bar .side-tit{}
.aside .side-tit-bar .side-tit span{
    color: white;
    font-size: 31px;
    font-weight: normal;
}
.aside .side-cate{}
.aside .side-cate li{
    align-items: flex-start;
    align-content: flex-start;
    border-style: none;
    border-radius: 10px 10px 0px 0px;
    padding: 8px 0px 8px 22px;
    background: #FFFFFF;
    margin-top: 15px;
}
.aside .side-cate li:hover{
    background: #FF6B0133;
}
.aside .side-cate li>a{
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}
.aside .side-cate li .icon{
    margin-right: 20px;
}
.aside .side-cate li .icon img{
    width: 20px;
    height: auto;
}
.aside .side-cate li .title{
    font-size: 20px;
    font-weight: 400;
    color: #353535;
}
.aside .side-cate li.nav-current .title{
    color: #FF6B01BD;
}
.proT_listA_r{
    width: calc(100% - 400px);
}
.proT_listA_r .proT_01{}
.proT_01{
    color: #000000;
    margin: 0px 0px 10px 0px;
    font-size: 56px;
    font-weight: 700;
    line-height: 1em;
    letter-spacing: -1px;
}
.proT_02 {}
.proT_02 h2{} 
.proT_list1{
}
.proT_list1 .proT_listUl{}
.proT_list1 .list_page{}
.proT_listUl{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: row;
}
.proT_listUl li{
    width: 31%;
    margin-bottom: 2%;
    margin-right:2.33%;
}

.proT_listUl li a{}
.proT_listUl li .item_img{
    border-radius: 10px;
}
.proT_listUl li .item_img img{}
.proT_listUl li .ro{
    padding: 10px;
}
.proT_listUl li .ro .title{
    font-size: 18px;
    line-height: 1.5;
    height: 106px;
    max-width: 100%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    text-overflow:ellipsis;
}
.proT_listUl li .ro .more{
    border-radius: 5px;
    background: rgb(153, 153, 153);
    color: white;
    display: inline-block;
    padding: 12px 18px;
    margin-top: 20px;
}
.proT_listUl li .ro .more strong{
    margin-left: 10px;
}
.proT_listUl li:hover .ro .more{
	background:rgb(102, 102, 102)
}
.list_page{
    margin: 50px auto;
}
.list_page .nav-links{
    display: flex;
    justify-content: center;
    align-items: center;
}
.list_page h2{display:none}
.list_page a{
    border: 1px solid;
    padding: 0 20px;
    margin: 0 5px;
    line-height: 30px;
    display: inline-block;
}
.list_page a:hover{
	background:rgb(153, 153, 153);
	color: white;
	border-color: rgb(153, 153, 153);
}
.list_page span{
    margin: 0 20px;
}
.list_page span.current{
    color: #FF6B01BD;
}
.tou_01{
    text-align: center;
    margin-top: 50px;
    margin-bottom: 30px;
}
.tou_01 .h2{
    color: #000000;
    margin: 0px 0px 10px 0px;
    font-size: 56px;
    font-weight: 700;
    line-height: 1em;
    letter-spacing: -1px;
}
.tou_01 .h2 span{
    font-family: "Playfair Display", Sans-serif;
    font-weight: 700;
    font-style: italic;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    display: inline-block;
    font-weight: 700;
}
.tou_01 .p1{
    color: #585367;
    font-family: "Roboto", Sans-serif;
    font-size: 18px;
    font-weight: 400;
}
.tou_01 .p1 a{}
.pub_News{
    background: white;
    padding: 50px 0;
}
.pub_News .layout{}
.pub_News .tou_01{}
.pub_NewsList{
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
    flex-direction: row;
    margin-top: 100px;
} 
.pub_NewsList li{
    width: 31%;
    background-image: linear-gradient(90deg, #FFFFFF 0%, #FFFFFF 100%);
    box-shadow: 3px 2px 9px 3px rgba(0,0,0,0.1);
    border-radius: 20px 20px 20px 20px;
}
.pub_NewsList li a{
    background-color: transparent;
    /* background-image: linear-gradient(90deg, #FFFFFF 0%, #FFFFFF 100%); */
    /* box-shadow: 3px 2px 9px 3px rgba(0,0,0,0.1); */
    /* border-radius: 20px 20px 20px 20px; */
    padding: 10px 20px 40px 20px;
    margin: 0px 0px 0px 0px;
    display: block;
}
.pub_NewsList li .item_img{
    position: relative;
    padding-bottom: 64%;
    box-shadow: -5px 3px 10px 0px rgba(0,0,0,0.2);
    border-radius: 10px 10px 10px 10px;
    margin: -60px 0px 40px 0px;
    margin-bottom: 0;
}
.pub_NewsList li .item_img img{}
.pub_NewsList li .time{
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top:20px;
    /*font-size: 12px;*/
    /*text-align: center;*/
    /*color: #fff;*/
    /*background: #fa2b56;*/
    /*width: 55px;*/
    /*height: 55px;*/
    /*border-radius: 100px;*/
    /*-webkit-box-align: center;*/
    /*-ms-flex-align: center;*/
    /*align-items: center;*/
    /*flex-direction: column;*/
    /*justify-content: center;*/
    /*z-index: 11;*/
    /*margin-top: -37px;*/
    /*left: 20px;*/
}
.pub_NewsList li .time .p1{

    font-size: 22px;
    font-weight: bold;
    line-height: 1;
    'Roboto-Regular',Arial,Helvetica,font-family: sans-serif;
    font-family: 'Roboto-Regular',Arial,Helvetica,sans-serif;
}
.pub_NewsList li .time .p2{} 
.pub_NewsList li .h3{
    font-size: 18px;
    font-weight: 700;
    line-height: 1.8;
}
.pubForm{
    padding: 50px 0;
}
.pubForm .layout{
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
}
.pubForm .layout:after{display:none}
.pubForm .pubFormL{}
.pubForm .pubFormR{}
.pubFormL{
    background-image: url(../image/21.webp);
    width: 60%;
    padding: 5%;
    background-size: cover;
}
.pubFormL .tt{
    font-size: 40px;
    font-weight: bold;
}
.pubFormL form{
    margin-top: 30px;
}
.pubFormL .item{
    margin-bottom: 30px;
} 
.pubFormL .item .p1{}
.pubFormL .item .p1 span{}
.pubFormL .item .inp1{
    width: 100%;
    border: none;
    line-height: 50px;
    border-radius: 8px;
} 
.pubFormL .item .textarea1{
    width: 100%;
    /*border: none;*/
    border-radius: 8px;
    min-height: 100px;

} 
.pubFormL .submit{
    background-color: #FF6A00;
    font-size: 26px;
    font-weight: 500;
    border-radius: 4px 4px 4px 4px;
    padding: 15px 90px 15px 90px;
    color: #ffffff;
    border: none;
    height: auto;
    text-align: center;
    width: auto;
} 
.pubFormL .submit:hover{
	background:white;
	color:#FF6A00
}
.pubFormR{
    width: 35%;
    background-color: #FF6B01;
    color: white;
    padding: 5% 2%;
}
.pubFormR .h2{
    font-size: 40px;
    font-weight: bold;
}
.pubFormR .p1{
    font-size: 20px;
    text-align: center;
    margin-top: 30px;
}
.pubFormR .img{
    text-align: center;
    margin-top: 50px;
}
.pubFormR .img img{
    width: 100%;
    max-width: 200px;
}
.pubFormR .more{
    /* background-image: none; */
    /* font-family: "Poppins", Sans-serif; */
    /* fill: #000000; */
    /* color: #000000; */
    /* border-style: solid; */
    /* border-width: 8px 15px 8px 15px; */
    /* border-color: #FFFFFF; */
    /* border-radius: 0px 0px 0px 0px; */
    /* margin: 0 auto; */
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
}
.pubFormR .more span{ 
    font-family: "Poppins", Sans-serif;
    color: white;
    border-style: solid;
    padding: 8px 15px 8px 15px;
}
.pubFormR .more:hover span{
	background:white;
	color:#ff6b01
}



@media screen and (max-width: 1020px) {
	.proT_listA_l{display:none}
	.proT_listA_r{width:100%}
}
@media screen and (max-width: 900px) {
	.proT_listUl li{width:100%}
	.proT_listUl li .ro .title{height:auto}
	.pub_NewsList li{width:100%;margin-bottom: 87px;}
	.pub_NewsList li:last-of-type{margin-bottom:0}
	.pubFormL{width:100%}
	.pubFormR{width:100%}
	.pubFormL .tt{font-size:24px}
	.pubFormR .h2{font-size:24px}
	.tou_01 .h2{font-size:24px}
	.tou_01 .p1{font-size:16px}
	.proT_02 h2,.proT_02 .c-title{font-size:24px}
	.proT_02{font-size:16px}
}@charset "utf-8";
@font-face {
  font-family: 'Playfair Display';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(../font/nuFkD-vYSZviVYUb_rj3ij__anPXDTnohkk72xU.woff2) format('woff2'); 
}
.sidebarFixed{position: absolute;transition: all .2S;}
.item_img{height:0;position: relative;padding-bottom: 100%;overflow: hidden;}
.item_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}
li:hover .item_img img{
    -webkit-transform: scale(1.05) rotate(2deg);
    transform: scale(1.05) rotate(2deg);
    opacity: .8;
}
.articleRo{}
.articleRo a{font-weight:bold;color: #fc8e40;}
.articleRo a:hover{
    text-decoration: underline;
}
.proT_02{
    margin-top: 16px;
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 20px;
}
.proT_02 h2,.proT_02 .c-title{
	font-family: "Playfair Display", sans-serif;
	font-weight: 700;
	font-style: italic;
	color: #000000;
	margin: 0px 0px 10px 0px;
	font-size: 56px;
	font-weight: 700;
	line-height: 1em;
	letter-spacing: -1px;

}
.articleRo.proT_02 p{
    margin-bottom:10px;
}
.articleRo.proT_02 p span{
    display: inline-block;
    max-width: calc(100% - 40px);
}
.proT_02 h2,.proT_02 .p-title{
    margin-bottom:10px;
    margin-top:30px;
}

.proT_02 h2,.proT_02 .p-title span{
    display: inline-block;

    background-color:rgba(252,142,64,0.2);
    line-height:50px;
    padding:0 20px 0 20px;
    position: relative;
}
.proT_02 h2,.proT_02 .p-title span:after{
    content: "";
    position: absolute;
    width:37px;
    height:50px;
    right:-37px;
    top:0;
    background: url(../img/bianjiao.png) no-repeat center top;
    background-size:100%;
}

.proT_list{
    background-color: #f5f5f5;
}
.proT_list>.layout{}
.proT_listA{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: flex-start;
    padding-top: 40px;
    justify-content: space-between;
}
.proT_listA>.proT_listA_l{}
.proT_listA>.proT_listA_r{}
.proT_listA_l{
    width: 350px;
    position: sticky;
}
.proT_listA_l .aside{
    width: 100%;
}
.aside .aside-wrap{}
.aside .side-widget{}
.aside .side-tit-bar{
    height: 54px;
    border-style: none;
    border-radius: 9px 9px 9px 9px;
    padding: 8px 0px 8px 22px;
    background: #FF6B01BD;
}
.aside .side-tit-bar .side-tit{}
.aside .side-tit-bar .side-tit span{
    color: white;
    font-size: 31px;
    font-weight: normal;
}
.aside .side-cate{}
.aside .side-cate li{
    align-items: flex-start;
    align-content: flex-start;
    border-style: none;
    border-radius: 10px 10px 0px 0px;
    padding: 8px 0px 8px 22px;
    background: #FFFFFF;
    margin-top: 15px;
}
.aside .side-cate li:hover{
    background: #FF6B0133;
}
.aside .side-cate li>a{
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}
.aside .side-cate li .icon{
    margin-right: 20px;
}
.aside .side-cate li .icon img{
    width: 20px;
    height: auto;
}
.aside .side-cate li .title{
    font-size: 20px;
    font-weight: 400;
    color: #353535;
} 
.proT_listA_r{
    width: calc(100% - 400px);
}
.proT_listA_r .proT_01{}
.proT_01{
    color: #000000;
    margin: 0px 0px 10px 0px;
    font-size: 56px;
    font-weight: 700;
    line-height: 1em;
    letter-spacing: -1px;
}
.proT_02 {}
.proT_02 h2{} 
.proT_list1{
}
.proT_list1 .proT_listUl{}
.proT_list1 .list_page{}
.proT_listUl{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: row;
}
.proT_listUl li{
    width: 31%;
    margin-bottom: 2%;
}

.proT_listUl li a{}
.proT_listUl li .item_img{
    border-radius: 10px;
}
.proT_listUl li .item_img img{}
.proT_listUl li .ro{
    padding: 10px;
}
.proT_listUl li .ro .title{
    font-size: 18px;
    line-height: 1.5;
    height: 106px;
    max-width: 100%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    text-overflow:ellipsis;
}
.proT_listUl li .ro .more{
    border-radius: 5px;
    background: rgb(153, 153, 153);
    color: white;
    display: inline-block;
    padding: 12px 18px;
    margin-top: 20px;
}
.proT_listUl li .ro .more strong{
    margin-left: 10px;
}
.proT_listUl li:hover .ro .more{
	background:rgb(102, 102, 102)
}
.list_page{
    margin: 50px auto;
}
.list_page .nav-links{
    display: flex;
    justify-content: center;
    align-items: center;
}
.list_page h2{display:none}
.list_page a{
    border: 1px solid;
    padding: 0 20px;
    margin: 0 5px;
    line-height: 30px;
    display: inline-block;
}
.list_page a:hover{
	background:rgb(153, 153, 153);
	color: white;
	border-color: rgb(153, 153, 153);
}
.list_page span{
    margin: 0 20px;
}
.tou_01{
    text-align: center;
    margin-top: 50px;
    margin-bottom: 30px;
}
.tou_01 .h2{
    color: #000000;
    margin: 0px 0px 10px 0px;
    font-size: 56px;
    font-weight: 700;
    line-height: 1em;
    letter-spacing: -1px;
}
.tou_01 .h2 span{
    font-family: "Playfair Display", Sans-serif;
    font-weight: 700;
    font-style: italic;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    display: inline-block;
    font-weight: 700;
}
.tou_01 .p1{
    color: #585367;
    font-family: "Roboto", Sans-serif;
    font-size: 18px;
    font-weight: 400;
}
.tou_01 .p1 a{}
.pub_News{
    background: white;
    padding: 50px 0;
}
.pub_News .layout{}
.pub_News .tou_01{}
.pub_NewsList{
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: wrap;
    flex-direction: row;
    margin-top: 100px !important;
} 
.pub_NewsList li{
    width: 31%;
    background-image: linear-gradient(90deg, #FFFFFF 0%, #FFFFFF 100%);
    box-shadow: 3px 2px 9px 3px rgba(0,0,0,0.1);
    border-radius: 20px 20px 20px 20px;
    margin-right: 2.33%;
}
.pub_NewsList li a{
    background-color: transparent;
    /* background-image: linear-gradient(90deg, #FFFFFF 0%, #FFFFFF 100%); */
    /* box-shadow: 3px 2px 9px 3px rgba(0,0,0,0.1); */
    /* border-radius: 20px 20px 20px 20px; */
    padding: 10px 20px 40px 20px;
    margin: 0px 0px 0px 0px;
    display: block;
}
.pub_NewsList li .item_img{
    position: relative;
    padding-bottom: 64%;
    box-shadow: -5px 3px 10px 0px rgba(0,0,0,0.2);
    border-radius: 10px 10px 10px 10px;
    margin: -60px 0px 40px 0px;
    margin-bottom: 0;
}
.pub_NewsList li .item_img img{}
.pub_NewsList li .time{

}
.pub_NewsList li .time .p1{

    font-size: 22px;
    font-weight: bold;
    line-height: 1;
    'Roboto-Regular',Arial,Helvetica,font-family: sans-serif;
    font-family: 'Roboto-Regular',Arial,Helvetica,sans-serif;
    margin-right:10px;
}
.pub_NewsList li .time .p2{ margin-right:10px;}
.pub_NewsList li .h3{
    font-size: 18px;
    font-weight: 700;
    line-height: 1.8;

}
.pubForm{
    padding: 50px 0;
}
.pubForm .layout{
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
}
.pubForm .layout:after{display:none}
.pubForm .pubFormL{}
.pubForm .pubFormR{}
.pubFormL{
    background-image: url(../image/21.webp);
    width: 60%;
    padding: 5%;
    background-size: cover;
}
.pubFormL .tt{
    font-size: 40px;
    font-weight: bold;
}
.pubFormL form{
    margin-top: 30px;
}
.pubFormL .item{
    margin-bottom: 30px;
} 
.pubFormL .item .p1{}
.pubFormL .item .p1 span{}
.pubFormL .item .inp1{
    width: 100%;
    border: none;
    line-height: 50px;
    border-radius: 8px;
    font-size: 18px;
    text-indent: 15px;
    border-style: solid;
} 
.pubFormL .item .textarea1{
    width: 100%;
    border: none;
    border-radius: 8px;
    min-height: 100px;
    padding: 10px;
    font-size: 16px;
    border-style: solid;
} 
.pubFormL .submit{
    background-color: #FF6A00;
    font-size: 26px;
    font-weight: 500;
    border-radius: 4px 4px 4px 4px;
    padding: 15px 90px 15px 90px;
    color: #ffffff;
    border: none;
    height: auto;
    text-align: center;
    width: auto;
} 
.pubFormL .submit:hover{
	background:white;
	color:#FF6A00
}
.pubFormR{
    width: 35%;
    background-color: #FF6B01;
    color: white;
    padding: 5% 2%;
}
.pubFormR .h2{
    font-size: 40px;
    font-weight: bold;
}
.pubFormR .p1{
    font-size: 20px;
    text-align: center;
    margin-top: 30px;
}
.pubFormR .img{
    text-align: center;
    margin-top: 50px;
}
.pubFormR .img img{
    width: 100%;
    max-width: 200px;
}
.pubFormR .more{
    /* background-image: none; */
    /* font-family: "Poppins", Sans-serif; */
    /* fill: #000000; */
    /* color: #000000; */
    /* border-style: solid; */
    /* border-width: 8px 15px 8px 15px; */
    /* border-color: #FFFFFF; */
    /* border-radius: 0px 0px 0px 0px; */
    /* margin: 0 auto; */
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
}
.pubFormR .more span{ 
    font-family: "Poppins", Sans-serif;
    color: white;
    border-style: solid;
    padding: 8px 15px 8px 15px;
}
.pubFormR .more:hover span{
	background:white;
	color:#ff6b01
}



@media screen and (max-width: 1020px) {
	.proT_listA_l{display:none}
	.proT_listA_r{width:100%}
}
@media screen and (max-width: 900px) {
	.proT_listUl li{width:100%}
	.proT_listUl li .ro .title{height:auto}
	.pub_NewsList li{width:100%;margin-bottom: 87px;}
	.pub_NewsList li:last-of-type{margin-bottom:0}
	.pubFormL{width:100%}
	.pubFormR{width:100%}
	.pubFormL .tt{font-size:24px}
	.pubFormR .h2{font-size:24px}
	.tou_01 .h2{font-size:24px}
	.tou_01 .p1{font-size:16px}
	.proT_02 h2,.proT_02 .c-title{font-size:24px}
	.proT_02{font-size:16px}
}


/*product photos*/
 .product-intro {
     position: relative;
     padding-top: 10px;
     margin-bottom: 60px;
 }

 .cloud-zoom-lens {
     border: 1px solid #eee;
     cursor: move;
 }

 .cloud-zoom-title {
     position: absolute !important;
     background-color: #000;
     color: #fff;
     padding: 3px;
     width: 100%;
     text-align: center;
     font-weight: bold;
     font-size: 10px;
     top: 0px;
 }

 .cloud-zoom-big {
     overflow: hidden;
     padding: 0px;
     background-color: #fff;
 }

 .cloud-zoom-loading {
     color: white;
     background: #222;
     padding: 3px;
     border: 1px solid #000;
 }

 .product-view .swiper-slide {
     padding-bottom: 1px;
 }

 .product-view .product-image.zoom_remove:after {
     content: "";
     position: absolute;
     width: 100%;
     height: 100%;
     left: 0;
     bottom: 0;
     z-index: 999;
 }

 .product-view {
     position: relative;
     width: 35%;
     /*max-width: 545px;*/
     float: left;
 }

 .product-view .product-image {
     border: 16px solid #ddd;
     background-color: #f6f6f6;
 }

 .product-view .product-image img {
     position: relative;
     width: 100%;
 }

 .product-view .image-additional {
     position: relative;
     margin: 25px 10%;
     overflow: hidden;
 }

 .product-view .image-additional li {
     position: relative;
     width: 33.33333333%;
     float: left;
     padding: 1px 0;
     height: auto;
     display: -webkit-box;
     display: -webkit-flex;
     display: flex;
     -webkit-box-orient: horizontal;
     -webkit-box-direction: normal;
     -webkit-flex-direction: row;
     flex-direction: row;
 }

 .product-view .image-additional li.single {
     display: none;
 }

 .product-view .image-additional li img {
     display: block;
     width: 100%;
     position: relative;
     margin: 0 auto;
     z-index: 1;
 }

 .product-view .image-additional li a {
     display: block;
     position: relative;
     margin: 0 10px;
     background-color: #ddd;
     border: 1px solid #ddd;
     -webkit-box-flex: 1;
     -webkit-flex: 1;
     flex: 1;
     display: -webkit-box;
     display: -webkit-flex;
     display: flex;
     -webkit-box-orient: horizontal;
     -webkit-box-direction: normal;
     -webkit-flex-direction: row;
     flex-direction: row;
     -webkit-box-align: center;
     -webkit-align-items: center;
     -ms-flex-align: center;
     align-items: center;
 }

 .product-view .image-additional li.current a {
     border: 1px solid #333;
 }

 .product-view .image-additional img.popup {
     display: none;
 }

 .ad_prompt {
     position: absolute;
     display: block;
     top: 50%;
     left: 0;
     width: 100%;
     line-height: 40px;
     margin: -20px 0 0;
     text-align: center;
     color: #ff6f00;
     font-size: 20px;
     -webkit-animation: twinkling 1s infinite ease-in-out;
     animation: twinkling 1s infinite ease-in-out;
     display: none;
 }

 .product-view .image-additional.swiper-container-horizontal>.swiper-pagination-bullets {
     display: none;
 }

 .product-view .swiper-button-prev,
 .product-view .swiper-button-next {
     margin-top: -8px;
     background: none;
     border: 0;
     z-index: 1;
 }

 .product-view .swiper-button-prev:before,
 .product-view .swiper-button-next:before {
     border: 8px solid #333;
     border-top-color: transparent;
     border-bottom-color: transparent;
     border-left-width: 0;
     border-right-width: 0;
 }

 .product-view .swiper-button-prev:before {
     border-right-width: 12px;
 }

 .product-view .swiper-button-next:before {
     border-left-width: 12px;
 }

 .product-view .swiper-button-prev {
     left: 4%;
 }

 .product-view .swiper-button-next {
     right: 4%;
 }

 /*product summary*/
 .product-summary {
     position: relative;
     width: 62%;
     /* max-width: 680px; */
     float: right;
     padding: 30px 0 10px;
 }

 .product-summary .page_title {
     font-size: 28px;
 }

 .product-summary .product-meta {
     line-height: 25px;
     font-size: 16px;
     line-height: 1.8;
 }

 .product-summary .product-meta h3 {
     margin: 0 0 10px;
     font-size: 18px;
     font-weight: normal;
     color: #aaa;
 }

 .product-summary .product-meta p {
     font-size: 17px;
 }

 .product-summary .product-meta ul {
     padding-top: 25px;
 }

 .product-summary .product-meta li {
     width: 100%;
     display: table;
     font-size: 16px;
     padding: 2px 0;
     line-height: 1.6;
 }

 .product-summary .product-meta li em {
     display: table-cell;
     width: 36%;
     color: #b8bcc2;
 }

 .product-summary .product-meta li .item-val {
     display: table-cell;
     -ms-word-break: break-all;
     word-break: break-all;
     word-wrap: break-word;
 }

 .product-summary .product-meta br {
     height: 10px;
     display: none;
 }

 .product-btn-wrap {
     position: relative;
     padding-top: 67px;
     text-align: left;
 }

 .product-btn-wrap .email,
 .product-btn-wrap .pdf,
 .product-btn-wrap .buy {
     position: relative;
     display: inline-block;
     *
     display: inline;
     *
     zoom: 1;
     vertical-align: top;
     line-height: 28px;
     padding: 10px 30px;
     /* border: 1px solid #1b1b1b; */
     font-size: 15px;
     background: #fc8e40;
     color: white;
     margin: 0 0 10px 0px;
     text-transform: uppercase;
     border-radius: 4px;
 }

 .product-btn-wrap .email:hover,
 .product-btn-wrap .pdf:hover,
 .product-btn-wrap .buy:hover {
     background: #db7b37;
     border-color: #fc8e40;
     color: #fff;
 }

 .product-btn-wrap .email:before,
 .product-btn-wrap .pdf:before {
     padding-right: 10px;
     font-size: 16px;
 }

 .product-btn-wrap .email:before {
     /* content: '\f003'; */
 }

 .product-btn-wrap .pdf:before {
     content: '\f1c1';
 }

 .product-summary .share-this {
     margin: 45px 0 0;
     text-align: right;
 }

 /* product detail */
 .product-detail {
     position: relative;
     overflow: visible;
 }

 .detail-tabs {
     position: relative;
     margin-bottom: -1px;
     background-color: #eaedf0;
     border: 1px solid #ccd3d9;
 }

 .detail-tabs .title {
     position: relative;
     display: inline-block;
     vertical-align: top;
     line-height: 35px;
     padding: 1px 35px;
     cursor: pointer;
     font-weight: bold;
     font-size: 18px;
     float: left;
     margin-right: -1px;
     position: relative;
     color: #959da7;
     text-transform: uppercase;
     border-left: 1px solid #ccd3d9;
     border-right: 1px solid #ccd3d9;
     margin-left: -1px;
     position: relative;
 }

 .detail-tabs .title.current {
     background: #fff;
     color: #002140;
     padding-bottom: 2px;
     margin-bottom: -1px;
     position: relative;
     z-index: 2;
 }

 .product-detail .tab-panel-content {
     padding: 10px 0;
     display: block;
     overflow: hidden
 }

 .product-detail .disabled {
     display: none;
 }

 .tab-panel-wrap {
     padding: 40px;
     background-color: #fff;
     border: 1px solid #ccd3d9;
     margin-bottom: 60px;
 }


    .product-view .product-image {
        position: relative;
        border: 1px solid #ddd;
    }

    .product-view .product-image img {
        position: relative;
        width: 100%;
    }

    .product-view .image-additional {
        position: relative;
        margin: 20px 0;
        overflow: hidden;
        width: 100%;
    }



    .product-view .image-additional li.single {
        display: none;
    }

    .product-view .image-additional li img {
        display: block;
        position: relative;
        width: 100%;
        margin: 0 auto;
    }



    .product-view .image-additional li.current>a {
        border: 2px solid #151515;
        padding: 0;
    }

    .product-view .image-additional img.popup {
        display: none;
    }

    .ad_prompt {
        position: absolute;
        display: block;
        top: 50%;
        left: 0;
        width: 100%;
        line-height: 40px;
        margin: -20px 0 0;
        text-align: center;
        color: #ff6f00;
        font-size: 20px;
        -webkit-animation: twinkling 1s infinite ease-in-out;
        animation: twinkling 1s infinite ease-in-out;
        display: none;
    }

    .product-view .image-additional.swiper-container-horizontal>.swiper-pagination-bullets {
        display: none;
    }

    /* .product-view .swiper-button-next,
.product-view .swiper-button-prev {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    opacity: 1;
    line-height: 30px;
    font-size: 28px;
    background: none;
    -webkit-transform: scale(.6, 1);
    -ms-transform: scale(.6, 1);
    -o-transform: scale(.6, 1);
    transform: scale(.6, 1);
    font-weight: bold;
} */

    .product-view .swiper-button-prev,
    .product-view .swiper-container-rtl .swiper-button-next {
        left: -10px;
    }

    .product-view .swiper-button-next,
    .product-view .swiper-container-rtl .swiper-button-prev {
        right: -10px;
    }

    .product-intro:after {
        content: "";
        display: block;
        clear: both;
        visibility: hidden;
        height: 0;
    }

    .product-intro {
        max-width: 1180px;
        margin: 0 auto;
    }

    .productRight .title {
        font-weight: bold;
        font-size: 26px;
        color: #333333;
        text-transform: capitalize;
        margin-bottom: 26px;
    }

    .productRight {
        flex: 1;
        font-size: 16px;
        color: #666666;
        margin-left: 40px;
        line-height: 1.5;
    }

    @media screen and (min-width: 1400px) {
        .productRight {
            flex: 1;
        }

    }
.localList{
    padding: 30px 0;
}
.localList ul{
    font-size: 18px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}
.localList ul li{
    padding-right: 30px;
    position:relative
}
.localList ul li:after{
	content:'>';
	position: absolute;
	right: 9px;
}
.localList ul li:last-of-type:after{
	display:none
}
.localList ul li a{}
.localList ul li a span{}
.localList ul li.current span{
    color: #fc8e40;
}
 @media only screen and (max-width: 900px) {
	 .image-additional li.image-item.current img {
         border: none;
     }

     .product-view {
         width: 100%;
         float: none;
         margin: 0 auto 30px;
     }

     .product-view .product-image,
     .single_product_items {
         display: none
     }

     .image-additional-wrap {
         display: block;
     }

     .product-view .image-additional {
         width: 100%;
         margin: 0;
     }

     .product-view .image-additional ul {
         width: 100%;
     }

     .product-view .image-additional li {
         width: 33.33333333%;
         margin: 0;
     }

     .product-view .image-additional li a {
         padding: 0;
         margin: 0;
         border: 0;
     }

     .product-view .image-additional li img {
         opacity: 1;
         filter: alpha(opacity=100);
     }

     .product-view .image-additional li.current img {
         border-color: inherit;
     }

     .product-view .image-additional li.single {
         display: block
     }

     .product-view .image-additional li.current a {
         border: 0;
     }

     .product-view .image-additional li.current a:before,
     .product-view .image-additional li.current a:after {
         display: none;
     }

     .product-btn-wrap {
         padding-top: 45px;
     }

     .product-view .swiper-button-next {
         right: 5px;
     }

     .product-view .swiper-button-prev {
         left: 5px;
     }

     .product-view .swiper-button-next,
     .product-view .swiper-button-prev {
         opacity: 1;
         filter: alpha(opacity=100);
     }

     .product-view .swiper-button-next.swiper-button-disabled,
     .product-view .swiper-button-prev.swiper-button-disabled {
         opacity: .3;
         filter: alpha(opacity=30);
     }

     .tab-panel-wrap {
         padding: 20px 0;
         border: 0;
     }

     /* product summary */
     .product-summary {
         position: relative;
         width: 100%;
         float: none;
     }

     .product-summary .share-this {
         float: none;
         margin: 30px 0;
     }

     .product-summary .product-meta li {
         display: block;
     }

     .product-summary .product-meta li em {
         display: inline;
         color: #333;
         padding-right: 15px;
         font-weight: bold;
     }

     .product-btn-wrap {
         text-align: left;
     }

     .product-btn-wrap a {
         margin: 0 0 10px !important;
     }

     .product-summary .share-this {
         text-align: left;
     }

     /* product detail  */
     .tab-panel-wrap {
         padding: 30px 0 0;
     }
 }
 .magic-2,.magic-1{max-width:100%}
 
 
 
 
 .scroll-top-elementor-icon i,.scroll-top:before {
    font-size: 24px;
}

a.scroll-top-elementor-icon svg {
    width: 24px;
    height: 24px;
}

#the7-body a.scroll-top {
    border-radius: 3px 3px 3px 3px;
}

body .scroll-top-elementor-icon:hover i, body .scroll-top:hover:before {
    color: var( --e-global-color-el_color_0 );
}

body .scroll-top-elementor-icon:hover svg {
    fill: var( --e-global-color-el_color_0 );
    color: var( --e-global-color-el_color_0 );
}

body .scroll-top:hover {
    background-color: var( --e-global-color-el_color_1 );
}
