/* cowboy 20210309 productdetail tabs 重製修復版 #38948 */
.cowboy_tabList {
    display: flex;
    flex-wrap: wrap;
    align-items: center;

    margin-bottom: 40px;
    border-bottom: 1px solid #f2f2f2;
}
.cowboy_tabList > a {
    display: block;
    width: 25%;
    min-width: 120px;
    padding: 0 10px;
    color: #4a4e5c;
    font-size: 18px;
    font-weight: bold;
    line-height: 42px;
    text-align: center;
    background: #fff;
    border: 1px solid #f2f2f2;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
.cowboy_tabList > a.active,
.cowboy_tabList > a:hover {
    background: #f2f2f2;
}
/* cowboy 20210309 productdetail tabs 重製修復版 #38948 end */



/* cowboy 20210414 副功能列 谷哥翻譯修復版 #39609 */
.topLinkMenu > .language_google > a {
    display: flex !important;
    align-items: center;
}
.topLinkMenu > .language_google > a > span {
    display: flex;
    align-items: center;
}
.goog-te-gadget {
    color: #fff !important;
}
.goog-logo-link {
    font-size: 12px !important;
    font-weight: 400 !important;
    color: #fff !important;
}
@media (min-width: 1025px) {
    .goog-te-gadget {
        display: flex;
        align-items: center;
    }
    .goog-te-gadget > div {
        margin-right: 15px;
    }
}
@media (max-width: 1024px) {
    .goog-te-gadget > div * {
        color: #000 !important;
    }
}
/* cowboy 20210414 副功能列 谷哥翻譯修復版 #39609 end */