/* ============== EOD PLUGINS GUIDE  
    #Selection-Customizer
    #Slider
      - slider-tparrow-style 
        -- preview2
        -- preview3
        -- preview4
    #Breadcrumb-Hidden
    #Grecaptcha-Hidden
    #Cookie-Style
    #Product
    　- product hover effect
        -- effect01:product-image-hover
        -- effect02:image-transform-translateY
        -- effect03:image-transform-scale(1.X)
        -- effect04:image-mask
      - object-oriented(not include description)
      - img-oriented    
    #Pagination
    #Back-Button
    #Search
      - search-result
      - search-pagination 
    #Youtube-Video
    #Facebook-Video
    #Extra
      - cleanmumu-template plugin 
    #Owl-Carousel
      - owl-button arrows position
    ★ Fancybox
      - use-in-product-page
 */


/* #Grecaptcha-Hidden */
.grecaptcha-badge {
    display: none !important;
    visibility: hidden;
}



/* #Cookie-Style */
.cookie-banner .banner{
    margin-bottom: 0;
}
.gdpr-banner{
    padding: 30px;
    margin: auto;
    background: linear-gradient(180deg, rgb(41, 41, 41,0.8), rgb(27, 27, 27,0.8));
    text-align: center;
    font-family: 微軟正黑體;
    color: #c2c2c2;
}
.gdpr-banner button.btn.m-1{
    display: inline-block;
    border: none;
    border-radius: 25px;
    text-decoration: none;
    background-color: rgb(238, 246, 255);
    background-size: 100% 200%;
    background-image: linear-gradient(to bottom, transparent 50%, rgb(255, 255, 255) 50%);
    color: rgb(54, 54, 54);
    margin: auto;
        padding: 7px 37px;
    margin-top: 0;
    min-width: auto;
    box-shadow: 0px 4px 16px 8px rgb(224, 224, 224) 33;
    transition: background-position 0.3s cubic-bezier(0.19, 1, 0.22, 1) 0.1s, color 0.5s ease-out 0s, background-color 0.5s ease-out;
    /*cursor: pointer;*/
}
.gdpr-banner button:hover{
    background-color: rgb(179, 188, 201);
    background-position: -100% 100%;
}
.gdpr-banner a{
    color: #fff;
}
.gdpr-banner a:hover{
    color: #999;
}



  .fakeLoader .logo-txt{
    font-size: 21px;
    font-weight: bold;
  }