/************** 共通start **************/
.indexKeySmall .indexkeyPic li{
    width: 25%;
    border-radius: 0px;
    min-height: 70px;
}
/************** 共通end **************/

/************** brand list start **************/
.brand-all-list .silderItem .silderImg{
    height: 600px!important;
}

.brand-all-list .owl-dots{
    position: absolute;
    bottom: 5%;
    left: 0;
    width: 100%;
}

.indexCom{
    margin: 2rem auto;
}

.brand-search-wrap{
    margin-left: auto;
}
@media only screen and (min-width: 768px){
    .brand-search-wrap{
        width: 30%;
    }
}
@media only screen and (max-width: 767px) and (min-width: 481px){
    .brand-search-wrap{
        width: 50%;
    }
}

.search-found{
    display: none;
    text-align: right;
}

.brand-list{
    text-align: center;
    padding: 4px;
    position: relative;
}
@media only screen and (min-width: 780px){
    .brand-list{
        width: 20%;
    }
}
@media only screen and (max-width: 779px){
    .brand-list{
        width: 33.3%;
    }
}
@media only screen and (max-width: 560px){
    .brand-list{
        width: 50%;
    }
}
@media only screen and (max-width: 430px){
    .brand-list{
        width: 100%;
    }
}

.brand_img img{
    height: 222px !important;
    -webkit-filter: brightness(60%);
    filter: brightness(60%);
}
@media only screen and (min-width: 767px) and (max-width: 991px){
    .brand_img img{
        height: 174px !important;
    }
}

.brand-list span{
    position:absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index:2;
    color:#fff;
}
/************** brand list end ****************/

/************** brand detail start ****************/
#brand-detail .header{
    height: 450px;
    border-radius: 0 0 50px 0;
    border: 1px solid #f8f9fa;
    text-align: right;
    color: white;
    background-color: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding: 1em 4em 0 1em;
    position: relative;
    margin: 0 auto;
}
#brand-detail .header img{
    position: absolute;
    top: 0;
    right: 0;
    z-index: 0;
    width: 100%;
    height: 448px;
    -o-object-position: center;
    object-position: center;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 0 0 50px 0;
    opacity: 0.9;
}
#brand-detail .header .title{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    font-size: 1.5em;
    -webkit-box-flex: 3;
    -ms-flex: 3;
    flex: 3;
    padding-bottom: 1.5em;
    max-width: 600px;
    z-index: 1;
    font-weight: 500;
    text-shadow: 3px 3px 5px #495057;
}
#brand-detail .header .title::before{
    content: "";
    width: 100%;
    height: 102px;
    background: -webkit-gradient(linear, left top, right top, from(rgba(193, 193, 193, 0)), color-stop(96.69%, #000000));
    background: linear-gradient(90deg, rgba(193, 193, 193, 0) 0%, #000000 96.69%);
    opacity: 0.5;
    position: absolute;
    bottom: 0em;
    left: 0px;
    border-radius: 0 0 50px 0;
    z-index: 0;
}
#brand-detail .header .title::after{
    content: "";
    width: 100%;
    height: 120px;
    background: -webkit-gradient(linear, left top, right top, from(rgba(193, 193, 193, 0)), color-stop(96.69%, #000000));
    background: linear-gradient(90deg, rgba(193, 193, 193, 0) 0%, #000000 96.69%);
    opacity: 0.5;
    position: absolute;
    bottom: -0.3em;
    left: 0px;
    border-radius: 0 0 50px 0;
    z-index: 0;
}
#brand-detail .header .subtitle{
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 1.1em;
    max-width: 600px;
    z-index: 1;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
#brand-detail .header .subtitle::after{
    content: "";
    position: absolute;
    right: -3.65em;
    top: -1em;
    border-top: 25px solid #8FC41F;
    border-left: 70px solid rgba(0, 0, 0, 0);
    display: inline-block;
}
@media only screen and (max-width: 480px){
    #brand-detail .header img{
        height: 248px;
        border-radius: 0 0 30px 0;
    }
    #brand-detail .header{
        height: 250px;
        border-radius: 0 0 30px 0;
        padding: 1em 1em 0 1em;
    }
    #brand-detail .header .subtitle::after{
        border-top: 26px solid #8FC41F;
        border-left: 28px solid rgba(0, 0, 0, 0);
        right: -1.1em;
        top: 0em;
    }
    #brand-detail .header .subtitle{
        font-size: 0.9em;
    }
    #brand-detail .header .title::after{
        border-radius: 0 0 30px 0;
        height: 62px;
    }
    #brand-detail .header .title::before{
        border-radius: 0 0 30px 0;
        height: 92px;
    }
    #brand-detail .header .title{
        font-size: 1.4em;
        max-width: 250px;
        padding-bottom: 0.3em;
    }
}
@media only screen and (max-width: 767px) and (min-width: 481px){
    #brand-detail .header img{
        height: 348px;
    }
    #brand-detail .header{
        height: 350px;
    }

    #brand-detail .header .title {padding-bottom: 1.1em;}
    #brand-detail .header .title::after{
        content: "";
        height: 100px;
        bottom: -0.3em;
        left: 0px;
    }

    #brand-detail .header .subtitle{
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        font-size: 1.1em;
        max-width: 600px;
        z-index: 1;
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    #brand-detail .header .subtitle::after{
        content: "";
        right: -3.65em;
        top: -1.1em;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
    #brand-detail .header{
        height: 350px;
        border-radius: 0 0 50px 0;
        border: 1px solid #f8f9fa;
        text-align: right;
        color: white;
        background-color: #000;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        padding: 1em 2em 0 1em;
        position: relative;
        margin: 0 auto;
    }

    #brand-detail .header img{
        position: absolute;
        top: 0;
        right: 0;
        z-index: 0;
        width: 100%;
        height: 350px;
        -o-object-position: center;
        object-position: center;
        -o-object-fit: cover;
        object-fit: cover;
        border-radius: 0 0 50px 0;
        opacity: 0.9;
    }

    #brand-detail .header .title{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        font-size: 1.5em;
        -webkit-box-flex: 3;
        -ms-flex: 3;
        flex: 3;
        padding-bottom: 1em;
        max-width: 600px;
        text-align: right;
        /* width: 50%; */
        z-index: 1;
        font-weight: 500;
        text-shadow: 3px 3px 5px #495057;
    }

    #brand-detail .header .title::before{
        content: "";
        width: 100%;
        height: 94px;
        background: -webkit-gradient(linear, left top, right top, from(rgba(193, 193, 193, 0)), color-stop(96.69%, #000000));
        background: linear-gradient(90deg, rgba(193, 193, 193, 0) 0%, #000000 96.69%);
        opacity: 0.5;
        position: absolute;
        bottom: 0em;
        left: 0px;
        border-radius: 0 0 50px 0;
        z-index: 0;
    }

    #brand-detail .header .title::after{
        content: "";
        width: 100%;
        height: 98px;
        background: -webkit-gradient(linear, left top, right top, from(rgba(193, 193, 193, 0)), color-stop(96.69%, #000000));
        background: linear-gradient(90deg, rgba(193, 193, 193, 0) 0%, #000000 96.69%);
        opacity: 0.5;
        position: absolute;
        bottom: -0.3em;
        left: 0px;
        border-radius: 0 0 50px 0;
        z-index: 0;
    }

    #brand-detail .header .subtitle{
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        font-size: 1.1em;
        max-width: 600px;
        z-index: 1;
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    #brand-detail .header .subtitle::after{
        content: "";
        position: absolute;
        right: -1.8em;
        top: -1em;
        border-top: 25px solid #8FC41F;
        border-left: 70px solid rgba(0, 0, 0, 0);
        display: inline-block;
    }
}


.search-list-map{
    margin-top: 18px;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
}
@media only screen and (max-width: 480px){
    .search-list-map{
        display: block;
    }
}

.branch-search-wrap{
    margin-left: 20px;
}

.info-shop{
    margin-bottom: 16px;
    padding: 0 10px;
    position: relative;
    box-sizing: border-box;
}

@media only screen and (min-width: 980px){
    .info-shop{
        width: 33.3%;
    }
}
@media only screen and (max-width: 979px){
    .info-shop{
        width: 50%;
    }
}
@media only screen and (max-width: 430px){
    .info-shop{
        width: 100%;
    }
}

.info-shop-content:hover{
    box-shadow: 0 0 7px #d6d6d6;
}

.favorite{
    display: block;
    position: relative;
    z-index:1;
}

.topright-icon{
    position: absolute;
    box-shadow: -1px 2px 5px rgba(94, 94, 94, 0.2);
    background: #ffffff!important;
    height: 1.4em!important;
    right: 0px!important;
    width: 50px!important;
    margin: 14px 0 0 0;
    padding: 0 14px;
}
.icon-heart-shape-outline{
    color: #777;
}
.active a span.icon-heart-shape-outline:before{
    content:"\e917";
    color: #f14b4b;
}

.link-to-shop{
    display: block;
}
a.bg-primary:hover{
    background-color: #fafafa; /*update for bootstrap*/
}

.imgholder img{
    height: 160px;
    object-fit: cover;
}
@media only screen and (min-width: 430px){
    .imgholder img{
        height: 120px;
    }
}
@media only screen and (min-width: 640px){
    .imgholder img{
        height: 160px;
    }
}
@media only screen and (min-width: 980px){
    .imgholder img{
        height: 180px;
    }
}
@media only screen and (min-width: 1200px){
    .imgholder img{
        height: 210px;
    }
}

.info-detail{
    padding: 12px;
}

.brand-shop-title{
    color: #636363;
    font-weight: bold;
    margin: 0;
    padding-bottom: 4px;
}

.brand-department-info{
    width: 92%;
    margin: 0 auto;
    padding-bottom: 6px;
}
/************** brand detail end ****************/

#brand-list-shop .indexKeySmall .indexkeyPic .info-shop .info-detail .adr-shop{
    color: #FF8000;
}

#brand-list-shop .indexKeySmall .indexkeyPic .info-shop .info-detail span{
    position: relative;
    background: transparent;
    color: #666;
    padding: 0px;
    display: unset !important;
}

#brand-list-shop .indexKeySmall .indexkeyPic .info-shop .info-detail i{
    color: #90c31f;
}

/*20_06forkurabrand---start*/

#brand-list-shop .indexKeySmall .indexkeyPic .info-shop .info-detail h5 span.icon-timeAA,span.icon-timeAA, span.icon-timeAA~span{
    color: #90c31f!important;
    font-size: 15px!important;
    font-weight: bold;
}

#brand-list-shop .indexKeySmall .indexkeyPic .info-shop .info-detail h5 span.icon-timeCC,span.icon-timeCC, span.icon-timeCC~span{
    color: #e97878!important;
    font-size: 15px!important;
    font-weight: bold;
}

#brand-list-shop .indexKeySmall .indexkeyPic .info-shop .info-detail h5 span.icon-timeBB,span.icon-timeBB, span.icon-timeBB~span{
    color: #FF8000!important;
    font-size: 15px!important;
    font-weight: bold;
}
/*20_06forkurabrand---end*/

/*webkit瀏覽器專用*/
#brand-list-shop .search ::-webkit-input-placeholder{color: #999;}
/*Firefox 4-18瀏覽器專用*/
#brand-list-shop .search input::-moz-placeholder{color: #999;}
/*Firefox 19+瀏覽器專用*/
#brand-list-shop .search input::-moz-placeholder { color: #999; }
/*IE10瀏覽器專用*/
#brand-list-shop .search :-ms-input-placeholder{color: red;}
/*20_06_forkurabrand*/
