@charset "utf-8";
.headerStyle03 .subNavMenu>li>ul {
    display: none;
}

.headerStyle03 .subNavMenu>li:hover>ul {
    display: block;
}


/*自訂樣式===============================================*/
.noscroll {
    overflow-y: hidden;
}

.shopdetail .prod_price .del {
    text-decoration: line-through;
}

.relatedPro {
    margin: 50px 0;
}

.relatedPro .hrTitle {
    position: relative;
    text-align: center;
}

.relatedPro .hrTitle::after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    background: gray;
    z-index: -1;
}

.relatedPro .hrTitle span {
    padding: 0 15px;
    color: gray;
    background: #fff;
}

.relatedPro .proList.shop {
    margin-top: 50px;
}

.relatedPro .relate_pro_slid {
    padding-left: 57.6px;
    padding-right: 57.6px;
    overflow: visible;
}

.relatedPro .relate_pro_slid .item .itemImg {
    padding-bottom: 100%;
}

.relatedPro .relate_pro_slid .item .itemTitle {
    height: 73px;
    font-size: 16px;
    line-height: 1.5;
    overflow: hidden;
}

.relatedPro .relate_pro_slid .item .itemPrice {
    color: #ff5353;
}

.relatedPro .relate_pro_slid .item .itemPrice.del {
    color: gray;
    text-decoration: line-through;
    padding-right: 0.5em;
}

.shop_add .item {
    margin: 0 15px;
}

/* @media (min-width: 992px) {
    .proList .hamburger_hide {
        display: block !important;
    }
} */

.proList .shopCart_btn .itemAddCart {
    width: auto;
    height: auto;
    font-size: 16px;
    padding: 5px 25px;
    border-radius: 0;
}

.proList .shopCart_btn .itemAddFavor {
    position: absolute;
    top: -10px;
    right: 5px;
    z-index: 3;
}

.indexList2 {
    padding: 15px;
    background-color: #0050a3;
}

/* product 食譜右側清單 共用 */

.itemList.newsListType2.Bbox_in_1c.newsListType7 .itemImg {
    /* cursor: pointer; */
    cursor: default;
}


/* productdetail 食譜內頁詳細 共用 */

.productdetail section.sectionBlock input.tagbtn {
    cursor: pointer;
}

.productdetail section.sectionBlock ul.listTag {
    display: flex;
    flex-wrap: wrap;
    align-content: space-around;
    margin-bottom: 30px;
}

.productdetail section.sectionBlock ul.listTag li {
    margin: 0 6px;
}

.tabLink_area {
    display: flex;
    flex-wrap: wrap;
    padding: 0 15px;
    margin-bottom: 0 !important;
}

.container a.tabLink {
    border: 1px solid #7995cc;
    padding: 10px 25px;
    margin: 10px;
    border-radius: 50px;
    background: #f2f6ff;
    color: #2d4d8d;
}

.abouttabLink_area {
    margin-right: 0;
    margin-left: 0;
    justify-content: center;
}

.abouttabLink {
    border: 1px solid #7995cc;
    padding: 10px 30px;
    margin: 10px;
    border-radius: 50px;
    background: #f2f6ff;
    color: #2d4d8d;
}

.productdetail .itemImg.square {
    padding-bottom: 100%;
}

.prod_slider_title {
    color: #7995cc;
    font-size: 40px;
    font-weight: bold;
    /* display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	overflow: hidden; */
}

.productdetail .title_style {
    margin-top: 0;
}

.tagbox .subBlockTitle {
    font-size: 18px;
    color: #313131;
    font-weight: bold;
    height: 100%;
}

.tagbox a.tabLink.light {
    background: #3c5d9f;
    color: #fff;
}

.aboutlight {
    background: #3c5d9f;
    color: #fff;
}


/* productdetail 食譜內頁右側表格步驟詳細 共用 */

.outboxtopic {
    background-color: #7995cc;
    padding: 10px 15px;
    color: #fff;
}

.mgb5.outbox {
    border: 1px solid #7995cc;
    margin-bottom: 30px;
    background: #fff;
}

.mgb5.outbox .col-6 {
    padding: 5px 10px;
}

.widgetSocial {
    top: 40%;
    right: 1.5%;
}


 .slick-slider .slick-arrow:hover {
	background-color:#2b2829;
} 

.newsListType2 .item.process a:hover .itemTitle {
    color: #2d4d8d;
    cursor: default;
}


/* 2023-08-08 修改指標要有手指 */
/* .newsListType2 .item.process a .itemImg,
.newsListType2 .item a {
    cursor: default;
} */

.indexBox03 .proItemBorder:hover .itemImg img,
.newsListType2 .item a:hover .itemImg img {
    transition: all 1s;
    width: 130%;
    height: 130%;
}

.itemImg img {
    transition: all 1s;
}

.tagbtn {
    padding: 5px 10px;
    border-radius: 5px;
    margin-bottom: 10px;
}


/* ---歷屆資料頁面--- */

.sectionBlock_121 .left-box {
    justify-content: space-between;
}

.inforList .title {
    margin-bottom: 20px;
    font-size: 27px;
    line-height: 1.3;
    font-weight: bold;
}

section.sectionBlock.tabBlock {
    padding: 0;
}

.sectionBlock.tabBlock .blockItem a {
    display: block;
    /* border: 1px solid #c79404; */
    text-align: center;
    padding: 15px 0;
    line-height: 1;
    margin: 30px;
    color: #7c5c00;
    background: #ede4c9;
}

.sectionBlock.slickBlock-1 .blockTitle,
.sectionBlock.slickBlock-2 .blockTitle {
    margin-bottom: 25px;
}

section.sectionBlock.textBlock,
section.sectionBlock.slickBlock,
section.sectionBlock.videoBlock {
    padding: 50px 0 0 0;
}

ul.likItem {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

ul.likItem li {
    margin-bottom: 40px;
    background: #f0f0f0;
    display: flex;
    width: calc(100% / 2 - 15px);
    align-items: center;
    padding: 15px 25px;
}

ul.likItem li a {
    display: flex;
    justify-content: space-between;
    overflow: hidden;
}

ul.likItem li a>span:nth-child(2) {
    color: #c79404;
    display: block;
}

ul.likItem li a span.text {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 575px;
}

ul.likItem li:before {
    content: '';
    display: block;
    width: 9px;
    height: 9px;
    border-radius: 50px;
    background: #957314;
    display: inline-flex;
    margin-right: 10px;
}

.fancybox-slide>div {
    max-width: 1000px;
}

.coverCommercial .box {
    width: 60px;
}

@media (max-width: 576px) {
    .fancybox-slide>div {
        width: 90%;
        max-height: 80vh;
    }
    .editor>div {
        width: 95%;
        margin: 0 auto;
    }
    .editor-box {
        position: relative;
        /* z-index: -1; */
    }
    .editor-box img {
        pointer-events: none;
    }
    .oneBox-7.bgParallax{
       background-position-x: 35%!important
    }
}

.fancybox-slide::-webkit-scrollbar {
    display: none;
}

/* common */
html {
    scroll-behavior: smooth;
}

:root {
    --cis1: #e50012;
    --cis2: #888888;
    --cis3: #A98743;
    --cis4: #cebd8d;
    --cis5: #564d39;
    --text-color: #000;
     scroll-padding-top: 5rem;
}
.blockTitle, .idx-num-lists, .pageTitleStyle-2 span, .pageTitleStyle-2 h1 {
     font-family: "Exo 2", sans-serif;
}
.mt-10{
    margin-top: 10px
}
.pt-50{
    padding-top: 50px;
}
.pb-50{
    padding-bottom: 50px;
}
.mr-10{
    margin-right: 10px;
}
.mr-30{
    margin-right: 30px;
}

/*header*/
header{
    z-index: 11;
}
.headerStyle03_4{
    border-bottom: none;
}
.headerStyle03_4 .navBar .navBarContent>div:first-child{
    border-right: none;
}
.headerStyle03 .navBar .navBarContent>div:last-child{
    flex:0
}
.headerStyle03_4 .navBar .navBarContent>div:nth-child(2) .navMenu{
    justify-content:end;
}
header .navBar .navMenu>li>a{
    padding-right: 2em;
    padding-left: 2em;
}
.headerStyle03_4 .subNavMenu .arrow-item a{
    width: clamp(100px,4.5vw, 200px);
}
.headerStyle03_4 .subNavMenu li:nth-child(odd) a, .headerStyle03_4 .subNavMenu li:nth-child(2n) a {
    background-color: unset
}
.headerStyle03_4.scroll .subNavMenu li a{
    color: #000
}
.headerStyle03_4 .subNavMenu .arrow-item a:after{
    display: none
}
.headerStyle03_4 .subNavMenu .arrow-item a:hover{
    color: #ff5353
}
.headerStyle03 .navBar .navBarContent>div:first-child{
    flex: 0 0 320px;
}
header .navBar .navBarContent .logo img {
    height: auto
}
header .navBar .navMenu.hoverEffect_01 > li > a > span:after{
    background-color: var(--cis1);
}
header .navBar .navMenu li.multiMenu ul li ul li span:before {
    width: 4px;
  height: 4px;
   font: normal normal normal 14px/1 FontAwesome;
  content: "\f105";
  /* background: var(--cis1); */
  vertical-align: middle;
  margin-right: 6px;
  margin-left: 0px;

}



/**/
@media (min-width: 1780px) {
    .sectionBlock_78 .num-intro {
           padding-top: 60px;
    }
}
.products-area{
    margin-top: 0px;
    background: none;
    margin-bottom: 0px;
}
.products-area .products-box .products-lists li{
    border-color: #aaaaaa;
}
.products-area .products-box .products-lists li:first-child{
    border-left: none;
}
.products-area .right-box{
    border-right: none;
    border-left:none;
    padding: 80px 24px;
}
.products-area .right-box .titleBox .titleBox-title{
    line-height: normal;
    padding-top: 10px;
}
.sectionBlock_71{
    /* background: url(../images_ell/home_bg.jpg); */
    background: #cecece  url(../images_ell/home_bg.jpg) no-repeat center top / cover;
}
.sectionBlock_118 .items-box .imgs-list .item-list-img::before{
    background: none;
}
.sectionBlock_78 .num-intro .text p{
    position: relative;
}
.sectionBlock_78 .num-intro .idx-num-lists strong{
    color: var(--cis1);
}
.sectionBlock_78 .num-intro .text .title  span{
    color: #888888;
    font-size:2.777778rem ;
}
.sectionBlock_78 .num-intro .idx-num-lists p{
    color: #fff;
}
.sectionBlock_80-5 .honeycomb{
    padding-bottom: 50px;
}
.sectionBlock_80-5 .honeycomb-cell__title{
    justify-content: end;
        -webkit-box-align: end;
}
.sectionBlock_80-5 .honeycomb-cell:hover::before {
  background: var(--cis1)
}
.sectionBlock_80-5 .honeycomb-cell:hover::after {
  background: -webkit-gradient(linear, left top, left bottom, from(#19c0d6), to(#e50012));
  background: linear-gradient(to bottom, #dcdcdc, #454545);
  opacity: 0.8;
}
p.mini{
    position: relative;
}
 p.mini::after{
    content: '';
   position:absolute;
   top: 50%;
    width: 90px;
    height: 1px;
    box-sizing: border-box;
    border-bottom: 1px solid  #979797;
    transform-origin: center;
    margin-left: 5px;
     }  
 .sectionBlock_71 p.mini{
         color: #979797;
         text-transform: uppercase;
         position: relative;
      }
 .sectionBlock_71 p.mini::after{
      border-bottom: 1px solid #979797;
 }
 
 .titleBox .titleBox-title{
      font-weight: 700 !important;
      color: #888888!important;
}
.products-area .right-box .titleBox {
    margin-bottom: 20px;
}
.titleBox .titleBox-title::first-letter,.pageTitleStyle-2 span::first-letter{
    color: var(--cis1);
}
.pageTitleStyle-2 span{
    color: var(--cis2);
}
.products-area .right-box .btn-link a{
    font-size: 1rem;
}

.sectionBlock_118{
background: radial-gradient(ellipse at center, #58595b 0%,#231f20 52%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
color: #fff;
}
.sectionBlock_118 .items-box .imgs-list .item-list-content .title-link .subBlockTitle{
    color: #fff;
}

.btn-link {
    color: #fff;
    line-height: 32px;
    font-weight: 600;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    letter-spacing: 0;
    position: relative;
}
.btn-link a {
    cursor: pointer;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    white-space: nowrap;
    font-size: 1rem;
    font-weight: 600;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    letter-spacing: 0;
}
.btn-link.active::after{
     content: "";
    display: block;
    background: var(--cis1) !important;
    width: 40px;
    height: 40px;
    border-radius: 100px;
        position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
    z-index: 1;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
 .btn-link:hover, .sectionBlock_118 .btn-link a:hover {
    color: var(--cis1)
} 
.sectionBlock_118 .btn-link a{
    color: #fff;
}
.btn-link img {
    margin-left: 16px;
    position: relative;
    z-index: 5;
}
.btn-link img:hover{
    color: var(--cis1);
}
.btn-link::after{
    content: "";
    display: block;
    background: var(--cis1) !important;
    width: 0px;
    height: 0px;
    border-radius: 100px;
        position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
    z-index: 1;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.btn-link:hover::after {
  width: 40px;
  height: 40px;
}
.morebtn .btn-link a{
    color: #fff;
}
/* .products-area .arrowbox a {
    border-color: var(--cis1)
} */
.products-area .arrowbox a:hover {
  background: var(--cis1);
  border: 1px solid var(--cis1);
}
.products-area .products-box .products-lists li:hover .item .text a.more {
  color: #888888
}
/* .sectionBlock_78 .application-slide-wrap [class^=swiper-button-]{
    color: #fff;
    background-color: #000;
}
.sectionBlock_78 .application-slide-wrap [class^=swiper-button-]:hover {
  color: #ffffff;
  background-color: var(--cis1);
} */
.subBlockTitle-big, .subBlockTitle, .sectionBlock_78 .idx-item .left .text strong{
    color: #fff;
}
.sectionBlock_78 p.mini{
    color: #fff;
}
.sectionBlock_80-5{
    background:linear-gradient(to top, #cecece, #ffffff);
   }
.sectionBlock_82{
     background:linear-gradient(to bottom, #cecece, #ffffff);
     padding-bottom: 20px;
}
.sectionBlock_82 .processList li:nth-of-type(1){
    padding-top: 25px;
}
.sectionBlock_82 .processList li:nth-of-type(1) .item{
   width: 100%;
}
.sectionBlock_82 .processList li:nth-of-type(1) .Txt{
    padding-right: 35px;
}
.sectionBlock_82 .Txt .num{
    top: -50px;
    color: #ffffffa5;
}
.sectionBlock_82 .Txt .title{
    font-size: 1rem;
    color: var(--cis1);
}
.sectionBlock_82 .processList li:nth-of-type(1) .item::before{
    width:50px

}
.sectionBlock.twoBox_1-24{
    background: #eeeeee;
}
.solution_1 .oneBox-8{
    min-height:420px;
}
.solution_1 .oneBox-8 .underLine{
    background: white
}
.solution_1 .listBlock7{
    background: none;
    padding-bottom: 20px;
    
}

.solution_1 .listBlock7 .subBlockTitle, .solution_1 .listBlock7 .item{
color: #333;
}
.solution_1 .listBlock7 .blockTitle span{
    color: var(--cis1);
}
.solution_1 .listBlock7 .item{
    border: 1px #333 solid;;
}
.solution_1 .listBlock7 .item .btn{
    background: var(--cis1);
    color: #fff;
    padding:5px 15px;  
}
.solution_1 .listBlock7 .subBlockTitle{
    position: relative;
}
.solution_1 .listBlock7 .subBlockTitle::after{
    content:'';
    display: inline-block;
    width: 2px;
    height:10px;
    color: #000;
}
.solution_1  .listBlock7 .item:hover .btn{
    background: #333333;
}
.solution_1  .listBlock7 .item .iconBox{
   -webkit-transform: translateY(0px);
    transform: translateY(0px);
}
.downsize-2{
    transform: scale(0.8);
}
.oneBox-7 .underLine{
    background: #fff;
}
.oneBox-7.bgParallax:after{
    background: none;
}
.oneBox-7.bgParallax3 .textBox{
    padding:20px 30px;
    background: rgba(0,0,0,0.4);
    max-width: 800px;
}
.overlap4 .blockTitle span{
    line-height: 1.77778;
}
.slidBlock3 .subBlockTitle{
    color: var(--cis1);
}
.solution_1 .slick-lightbox-slick-img{
    background: #fff;
}
/*footer*/
.footerStyle24{
    background: #cecece  url(../images_ell/home_bg.jpg) no-repeat center top / cover;
    position: relative;
}
.footerStyle24 .topRow{
    border-bottom: solid 1px var(--cis1);
}
.footerStyle24 .subBlockTitle{
    position: relative;
    font-weight: 700;
}

.footerStyle24 .subBlockTitle::after{
     content: '';
   position:absolute;
   top: 50%;
    width: 90px;
    height: 1px;
    box-sizing: border-box;
    border-bottom: 1px solid var(--cis1);
    transform-origin: center;
    margin-left: 10px;
}
.footerStyle24 .ft_info a, .footerStyle24 .ft_info small, .footerStyle24 .copyRight{
    font-size: 16px;
    margin-top: 0px;
}
.footerStyle24 .subBlockTitle{
    color: var(--cis1);
}
.footerStyle24 .ft_social ul li:not(:last-child)::before{
    background: none;
}

@media (min-width: 1100px) {
    .sectionBlock_78 .num-intro .idx-num-lists strong {
        font-size: 2.4444444rem
    }
    .sectionBlock_82 .processList li:nth-of-type(1) .item{
        cursor: unset;
    width: 200px;
    }
    .footerStyle24 .ftMenu_list li {
    width: 15%;
    text-align: center;
}
}
.sectionBlock_82 .processList li .item {
    cursor: unset;
}

/*loading*/
.pageLoading{
    background: #fff;
}
/*手機選單*/
.cowboy_mbPanel_7 .cmpTop.open{
    margin-bottom: 15px;
    background: #fff;
}
.cowboy_mbPanel_7 .cmpContent {
top: 60px;
}
.cowboy_mbPanel_7 .cmpTop.open a{
    color: #000;
}
.cowboy_mbPanel_7 .cmpTop > div a.cmpBtn.open::after, .cowboy_mbPanel_7 .cmpTop > div a.cmpBtn.open::before,.cowboy_mbPanel_7 .cmpBottom{
    background: #333;
}
@media (min-width: 740px) {
    .sectionBlock_78 .sectionBlock_78-container {
        background: #ffffff url(../images_ell/home_map_bg.png) no-repeat center top;
        background-size: cover
    }
    .sectionBlock_78 .idx-item .right p{
        -webkit-line-clamp: 6;
    }
}
@media (min-width: 0) and (max-width: 739px) {
    .sectionBlock_78-container {
    background-size:auto;
    }
}
.sectionBlock_78 .idx-item .right p {
    color: #999999;
}
@media (min-width: 980px) {
    .sectionBlock_78 .idx-num-lists {
        margin-top: 10%;
    }
    .sectionBlock_78 .application-slide-wrap{
        padding-top: 20px;
    }
    .morebtn{
    position: absolute;
    right: 5%;
}}
@media(min-width:1441px){
   .sectionBlock_78 .num-intro .text .title span,  .titleBox.blockTitle .titleBox-title{
    font-size: 2.6666667rem;
  }
   p.mini{
    margin-bottom: 0px;
    font-size:1.16666rem ;
    box-sizing: border-box;
    position: relative;
    text-transform: uppercase;
    color: #979797;
 }
 .sectionBlock_118 .title-box-container .title-box::after{
    content: '';
    background: url(../images_ell/worker.svg) no-repeat;
    width: 100%;
    height: 700px;
    position: absolute;
    left: -40%;
    top: 90%;
    z-index:-9;
}
.sectionBlock_82 .processList li:nth-of-type(1)
 {
    padding-top: 25px;
}
}
@media (max-width: 768px) {
   .sectionBlock_78 .num-intro .text .title span {
        font-size: 1.444444rem;
    }
     p.mini{
        font-size: 0.666667rem;
        position: relative;
     }
    }
     @media(max-width:567px){
         .sectionBlock_78 .num-intro .idx-num-lists{
            padding-top:20px
         }
          .subBlockTitle-big{
        color: var(--cis1);
        visibility: hidden;
     }
    .footerStyle24 .ftMenu_list li {
        width: calc((100% - 30px) / 3);
    }




     }

     @media (max-width: 767px) {
    .sectionBlock_82 .processList li:nth-of-type(1) {
        width: 50%;
         padding-top:10px;
    }

.sectionBlock_82 .processList li:nth-of-type(1) .Txt {
    padding:0 10px
}
}
@media (min-width: 1100px) {
    .sectionBlock_78 .idx-item .left .text {
        padding: 30px 40px;
        min-height: 200px;
    }
}



@media (min-width:1200px)and (max-width:1499px){
    .footerStyle24 .ft_info >div{
    width: 50%;
}
.footerStyle24 .ft_info div:first-child{
    width: 100%;

}
}
/*產品內頁左側列表*/

/* .proList ul.togglearea ul > li.active > a::before{
     content: '╴';
} */
 /* .proList ul.togglearea ul > li.active > a{
    padding:  5px 5px 5px 0 ;
    background-color: #fff;
 } */
  /* .menuListStyle_6 li:before {
  width: 8px;
  height: 8px;
  content: "";
  background: var(--cis1);
  vertical-align: middle;
  margin-right: 6px;
  margin-left: 2px;
}

.menuListStyle_6 li > ul > li:before {
  width: 6px;
  height: 6px;
  content: "";
  background: var(--cis1);
  vertical-align: middle;
  margin-right: 6px;
  margin-left: 6px;
}

.product .menuListStyle_6 {
  background: #f5f5f5;
  padding: 15px 18px;
}

.product .menuListStyle_6 > li {
  padding: 0;
  margin: 0;
  display: block;
}

.product .menuListStyle_6 > li > a {
  font-weight: bold;
}

.product .menuListStyle_6 > li > ul {
  display: block;
  background: #eee;
  padding: 0 0 0 5px;
  margin: 0;
}

.menuListStyle_6 a:focus {
  color: var(--cis1)
}

.cowboySidemenu_4-revise.menuListStyle_6 li {
  border-bottom: 1px dotted #b2b2b2;
}

.cowboySidemenu_4-revise.menuListStyle_6 li > ul > li {
  background: #eee;
}

.cowboySidemenu_4-revise.menuListStyle_6 li > ul > li:last-child {
  border-bottom: none;
}

ul.menuListStyle_6.cowboySidemenu_4-revise.togglearea li a {
  font-weight: bold;
}

ul.menuListStyle_6.cowboySidemenu_4-revise.togglearea li > ul > li > a {
  font-weight: 500;
}
 */
/* .product .menuListStyle_6 li a {
  line-height:30px;
  display: inline-block;
  max-width: 240px;
  width: 100%;
  max-width: calc(100% - 20px);
}
.menuListStyle_6 li {
    position: relative;
}
.menuListStyle_6 li:before {
  width: 8px;
  height: 8px;
  content: "";
  background: var(--cis1);
  vertical-align: middle;
  margin-right: 6px;
  margin-left: 2px;
  position: absolute;
}
.product .menuListStyle_6 > li > ul {
  display: block;
  background: #eee;
  padding: 0 0 0 5px;
  margin: 0;
}
.menuListStyle_6 > li{
    padding-left: 20px;
} */


.menuListStyle_6 li:before {
  width: 4px;
  height: 4px;
   font: normal normal normal 14px/1 FontAwesome;
  content: "\f068";
  /* background: var(--cis1); */
  vertical-align: middle;
  margin-right: 6px;
  margin-left: 0px;
}

.menuListStyle_6 li > ul > li:before {
   /* background: var(--cis1); */
  vertical-align: middle !important;
   width: 4px;
  height: 4px;
 }

.product .menuListStyle_6 {
  background: #f5f5f5;
  padding: 15px 18px;
}

.product .menuListStyle_6 > li {
  margin: 0;
  display: block;
}


.product .menuListStyle_6 > li > a {
  font-weight: 800;
}

.product .menuListStyle_6 > li > ul {
  display: block;
  background: #ffffff;
  padding: 0 0 0 5px;
  margin: 0;
}
.product .menuListStyle_6  li ul li.active > a{
    font-weight: 600;
}
.menuListStyle_6 a:focus {
  color: var(--cis1)
}

.product .menuListStyle_6 li a {
  line-height: normal;
  display: inline-block;
  max-width: 240px;
  width: 100%;
  max-width: calc(100% - 20px);
  padding-bottom: 8px;
  padding-top: 8px;
}

.cowboySidemenu_4-revise.menuListStyle_6 li {
  border-bottom: 1px dotted #b2b2b2;
}

.cowboySidemenu_4-revise.menuListStyle_6 li > ul > li {
  background: #eee;
}

.cowboySidemenu_4-revise.menuListStyle_6 li > ul > li:last-child {
  border-bottom: none;
}

ul.menuListStyle_6.cowboySidemenu_4-revise.togglearea li a {
  font-weight: bold;
}

ul.menuListStyle_6.cowboySidemenu_4-revise.togglearea li > ul > li > a {
  font-weight: 500;
}






.listStyle_Multi li,
.listStyle_border li,
.menuListStyle_6 li {
  border-bottom: 1px dashed #b3b3b3;
}

.menuListStyle_6 ul li {
  border-bottom: 1px dashed #b3b3b3;
}

.menuListStyle_6 ul li:last-child {
  border-bottom: none;
}

.menuListStyle_6 ul li > ul {
  padding: 0 15px;
}

.cartBox a.more {
  position: relative;
  margin-right: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: var(--cis1);
  font-weight: bold;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.cartBox  a.more::after {
  content: "";
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  opacity: 1;
  position: relative;
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
  z-index: 8;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 8px;
  border-color: transparent transparent transparent var(--cis1);
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.cartBox a.more:hover{
    color: #888888;
}
.cartBox a.more:hover:after {
     border-color: transparent transparent transparent #888888
}
/*contact*/
.contact-box-b2b_3 .right-box a:hover {
  color:var(--cis1)
}
.contact-box-b2b_3{
    background: url(../images_ell/contact_bg.jpg) no-repeat center;
    background-size: cover;
}
.contact .breadcrumb{
    display: none
}
.btn-cis1:hover {
    background: #2b2829;
    border: #2b2829;
  
}
.sectionBlock_aboutUs27 .global-text-block .cont p{
    line-height: 1.8;
    /* text-align: left; */
}
.pageTitleStyle-2 h1::first-letter{
    color: var(--cis1);
}
.pageTitleStyle-2 h1{
 font-size: 2.666667rem;
  display: block;
  line-height: 1.3;
  color: var(--cis2);
}


@media (min-width: 769px) and (max-width: 1440px) {
  .pageTitleStyle-2 h1 {
    font-size: 2.222222rem;
  }
}

@media (max-width: 768px) {
  .pageTitleStyle-2 h1 {
    font-size: 1.777778rem;
  }}