.favorite_outerbox>.right .total_flex .btn-cart2 {
    width: 110px;
    height: 55px;
    font-size: 15px;
    -ms-flex-direction: column;
    flex-direction: column;
}

.eye_close{
    background: url(../images/icon/eye_close.svg) no-repeat center center;
}
.knowledgesort_section .sort_flex.fix_sort_flex {
    width: 150px;
}
.btn__style9{
    margin-top: 20px;
}
.knowledgetype_desktop>a.active {
    border-bottom: 2px solid #3D9738;
}

.btn-cart2 {
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 210px;
    height: 50px;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #3D9738;
    border-radius: 8px;
    color: #ffffff;
    font-weight: 400;
    transition: all 0.3s cubic-bezier(0.17, 0.7, 0.47, 0.96);
}
.pro_detail_left{
    max-width:590px;
}
.LeftOrderStatus{
    background-color: #3D9738 !important;
    color: #FFF !important;
}
.index__filteroptions_outer .btn__style10 {
    display: unset;
}


@media (max-width: 769px){
    .order_outerbox .od_flex>div.p1 {
        grid-row: 4/5;
    }
    .order_outerbox .od_flex>div.p2 {
        grid-row: 5/6;
    }
    .order_outerbox .od_flex>div.p3 {
        grid-row: 6/7;
    }
    .order_outerbox .od_flex>div.subtotalbox {
        grid-row: 7/8;
    }
    .order_outerbox .od_flex>div.filenamebox {
        grid-row: 8/9;
    }
    .order_outerbox .od_flex>div.companynamebox {
        grid-row: 9/10;
    }
    .order_outerbox .od_flex>div.chaseidbox {
        grid-row: 10/11;
    }
    .order_outerbox .od_flex>div.datebox {
        grid-row: 11/12;
    }
    .pop_cartlist_grid .specbox {
        display: unset;
        grid-row: unset;
    }
    .pop_cartlist_grid .amountbox {
        grid-row: unset;
    }
    .pop_cartlist_grid .unitbox {
        grid-row: unset;
    }
}

@media (max-width: 1480px){
    .index__filteroptions_outer .clear_btn_outer {
        display: unset !important;
        float: right;
    }
    .index__filteroptions_outer .btn__style10{
        margin: 30px 0 8px 0;
    }
}
.print_input_flex .title_fixed{
	flex :0 0 auto;
}
.print_input_flex .input_expand{
	flex :1 0 auto;
}
.Popup-box.Popup-login{
    position:fixed;
}
#owlcarousel3 .owl-nav button span{
    display:inline-block;
    width:50px;
    height:20px;
    background-image:url(../images/icon/arrow_right.png);
    background-size: 8px;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    top: 0;
    transform: translateX(calc(100% + 10px));
}
#owlcarousel3 .owl-nav button.owl-prev span{
    background-image:url(../images/icon/arrow_left.png);
    position: absolute;
    left: 0;
    top: 0;
    transform: translateX(calc(-100% - 10px));
}

#owlcarousel3 .owl-nav button.owl-prev.disabled{
    display:none;
}

#owlcarousel3 .owl-nav button.owl-next.disabled{
    display:none;
}

#owlcarousel3.owl-theme .owl-nav [class*='owl-']:hover {
    background: #869791;
    color: initial;
    text-decoration: none;
}
#owlcarousel3.owl-theme .owl-nav{
    height:0;
    margin-top:0;
}


.knowledgetype_desktop>a:hover {
    border-bottom: 2px solid #3D9738;
    color: #3D9738;
}

#owlcarousel3 .owl-item .item a:hover{
    border-bottom: 2px solid #3D9738;
    color: #3D9738;
}
.lengthoption{
    width:240px;
}

.index__filteroptions_outer .index__filteroptions_flex .lengthoption .selectCustomBox{
    width:100%;
}

.index__filteroptions_outer .index__filteroptions_flex .sizeoption .print_input_flex .inputbox input{
    width:100px;
}
@media (max-width:1480px){
    .index__filteroptions_outer .index__filteroptions_flex .lengthoption .selectCustomBox {
        width: 260px;
    }

}

@media (max-width:769px){
    .index__filteroptions_outer .index__filteroptions_flex .sizeoption .print_input_flex .inputbox input{
        width:63px;
    }

}
.chooseemap{
    display: inline-block;
    padding: 5px 5px;
    color: #3D9738;
    border-width: 1px;
    border-color: #3D9738;
    border-style: solid;
    border-radius: 5px;
    margin-top: 3px;
}
.address .input_textbox_pad {
    color: #575757;
    font-size: 16px;
    line-height:130%;
}

/* Fix: 現代瀏覽器 display 已可動畫，animation-fill-mode:forwards 的 display:flex
   會覆蓋 .Popup-box 基礎的 display:none，導致關閉 popup 後 pop-container 仍可見 */
.Popup-box:not(.active) {
    display: none !important;
}
/* 3.0 */
footer .footer__copyright{
    margin-top: 25px;
}
.index__category_content{
    background-color: #F0F0F0;
    background: none;
}
.index__category_content:before{
    background: none;
}
.index__category_content:after{
    background: none;
}
.index__category_content .T-rex_1{
    margin-top: 1010px;
}
.side__link_box>a{
    font-size: 14px;
    width: 70px;
    height: 70px;
    border-radius: .5em;
    color: #ffffff;
    margin-bottom: 10px;
    border: 0;
}
.side__link_box>a:before{
    border-radius: .5em;
}
.side__link_box>a:after{
    background: #3D9738;
}
.side__link_box>a.side__link_quote:after{
    background: transparent;
}
.side__link_box>a:hover:before{
    transform: scale(0.96);
}
.side__link_box .side__link_gotop .side__link_textbox{
    font-size: 14px;
    font-weight: 500;
}
.side__link_box .side__link_cart .side__link_imgbox{
    height: 30px;
    background: url(../images/icon/shop-w.png) no-repeat center center;
    background-size: 29px;
}
.side__link_service .side__link_imgbox{
    height: 30px;
    background-size: 29px;
}
@media (max-width:1650px){
    .side__link_box>a{
        width: 32px;
        height: 32px;
    }
}
.side__link_box .side__link_quote{
    height: auto;
    line-height: 0;
    border: 0;
}
/* yt */
.video-container {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%; /* 16:9 aspect ratio */
    overflow: hidden;
  }
  .video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
