 /* 
    Created on : 2023/2/10, 下午 02:11:03
    Author     :  James Chen, 迅采數位, Fast Cheer Digital Limited Company
    USAGE: 商品列表頁專用css
*/
 .headerbg .container
    {
        position:relative;
    }

    .page_title
    {
        position:absolute;
        top:110px;
        font-size:45px;
        color:#fff;
    }
    
    .product-cover .title2 {
    margin-top: 5px;
    font-size: 16px;
}

.product-cover .title1, .product-cover .title2 {
    text-align: left;
    font-weight: bold;
}
    
     @media (max-width: 1200px)
    {
        .headerbg {

            min-height: 150px;
        }

        .page_title
        {
            top:55px;
            font-size:25px
        }
        
        .coverimg
        {
            height: 140px!important;
        }

    }
    
    
    @media (max-width: 767px)
    {
        .headerbg {

            min-height: 150px;
        }

        .page_title
        {
            top:55px;
            font-size:25px
        }
        
        .coverimg
        {
            height: 160px!important;
        }

    }
    
    

    .product-list  img
    {
        width:100%;
        max-width: 100%;
    }
    .product-cover
    {
        margin-right: 1px;
        margin-left: 1px;
        margin-bottom:40px;
        word-break: break-all;
        padding: 15px 15px;
    }

    .product-cover .title1,.product-cover .title2
    {
        text-align:left;
        font-weight: bold;
    }
    .product-cover .title1
    {
        font-size:16px;
        font-weight: 500;
    }
    .product-cover .title2
    {
        margin-top:5px;
        font-size:16px;
       
    }
    
    .btn-productquery, .btn-productquery:hover, .btn-productquery:visited
    {
        color:#fff!important;
        background-color:#90B646;
        margin:0 auto;
        display: none;
    }

    .product-cover:hover
    {
        background-color:#F0F0F0;
        &:hover .btn-productquery
            {
            display: inline-block;
        }
    }
    .product-cates {
      list-style-type: none;
      margin: 0;
      padding: 0; 
      margin-left: 1rem;
    }
    .product-cates li
    {
        line-height: 2em;
        
        margin-bottom: 5px;
        word-break: break-word;
        
    }
    
     .product-cates li a
    {
       color:gray;
    }
    
    .product-cates li a:hover
    {
       color:black;
    }

    @media (max-width: 767px)
    {
        .productmbmenu {
            padding: 10px 15px 10px 0;
            border-radius: 6px;
            border: 1px solid #c4c4c4;
            background-color: #fff;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .productmbmenu {
            width: 100%;
            margin-bottom: 10px;
        }

        .productmbmenu span {
            width: calc(100% - 30px);
        }
        .dirs
        {
            line-height: 2em;
            padding: 10px 15px 10px 10px;
            border-radius: 0px;
            align-items: center;
            border: 1px solid #c4c4c4;
            margin-bottom: -1px;
        }

        .dirs a {
            display: flex;
            align-items: center;
            justify-content: center;

        }
        .dirs a span
        {
            width: calc(100% - 15px);
        }

    }
    
    .btn-addCart, .btn-addCart:hover, .btn-addCart:active, .btn-addCart:checked {
    color: #fff !important;
    background-color: #D19430 !important;
}

 .btn-other, .btn-other:hover, .btn-other:active, .btn-other:checked {
    color: #fff !important;
    background-color: #CC5050 !important;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.video-container iframe, .video-container object, .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}