﻿/* .page-wrap a:hover{
    color:#333;
    transform: translateY(-4px);
} */
.page-wrap .current-page{
    background: #333;
    color: #fff;
    border-radius: 1px;
    text-decoration:none;
}

/* tag標籤 */

.tag{
    clear: both;
    /* border-bottom: 1px solid #000; */
    margin-top: 20px;
    padding-top: 20px;
}
.tag ul{
    display: flex;
    flex-wrap: wrap;
    padding: 10px 0;
    height: auto;
    overflow: auto;
    transition: .5s ;
}

@media screen and (max-width: 767px) {
    .tag ul::before{
        color: #333;
        position: absolute;
        right: -5px;
        width: 20px;
        content: " \f107";
        font: normal normal normal 14px/1 FontAwesome;
        padding: 5px;
        cursor: pointer;
        transition: all .5s;
    }
    .tag ul{
        padding: 10px 20px 10px 0;
        height: 48px;
        overflow: hidden;
    }
    .tag ul.in{
        height: auto;
        overflow: auto;
    }
}
.tag ul li{
    list-style: none;
    margin: 8px 6px 8px 0;
}
.tag ul li a{
    padding: 6px 12px;
    border-radius: 50px;
    color: #333;
    transition: .5s;
    background-color: #fff;
    border: 1px solid #666;
}
.tag ul li a:hover{
    background-color: #eee;
    border: 1px solid #aaa;
}
.tag ul li a::before{
    content:"# ";
    color: #333;
}
.tag h1{
    font-size:14pt;
}
.tag h1::before{
    content:"# ";
    color: #666;
}
.tag p{
    margin: 0;
    letter-spacing: 2px;
}
/* end-tag標籤 */

.items-list li button {
    display: inline;
    float: right;
}
.items-list li > p span[name=p_original_d]{
    font-size: large;
    color: #aa1010;
    line-height: 10pt;
}
.items-list li > p span.p_original_d {
    text-decoration: line-through;
    margin-right: 10px;
    font-size: large;
    color: #111;
    line-height: 10pt;
}

.items-list li > p span.p_sale_d {
    color: #aa1010;
    font-size: large;
    line-height: 10pt;
}

    .items-list li > p span.p_sale_d:after {
        content: "SALE";
        float: right;
        font-size: 12px;
        line-height: 9px;
        margin-top: 3px;
        background: #aa1010;
        color: #fff;
        position: absolute;
        top: 2px;
        left: 6px;
        width: 42px;
        line-height: 24px;
        text-align: center;
        z-index: 2;
    }

.loading {
    margin: auto;
    margin-top: 40px;
    font-size: 11pt;
    float: right;
}
body.modal-open {
    overflow: visible;
}