
@keyframes fade {
    from {
        opacity: 0;
        top: -60px;
    }
    to {
        top: 0;
        opacity: 1;
    }
}
.page-wrap{
    margin: 0px auto 0;
    padding: 60px 160px 60px 270px;
}
.categoryPage-heading{

}
.categoryPage-heading h1{
    position: relative;
    color: #000;
    font-size: 22px;
    line-height: 35px;
    font-weight: 400;
    letter-spacing: 1px;
    text-align: center;
    margin: 60px 0 10px;
    animation-name: fade;
    animation-duration: 2s;
}
.categoryPage-heading ul{
    position: relative;
    animation-name: fade;
    animation-duration: 1s;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 15px;
    margin: 30px 0;
}
.categoryPage-heading ul>li{
    padding: 0 20px 0;
    border-right: 1px solid #eee;
}
.categoryPage-heading ul>li:last-child{
    border-right:none;
}
.categoryPage-heading ul>li>a{
    color: #333;
    font-weight: 300;
}
.categoryPage-heading ul>li.active>a{
    font-weight: 900;
}
.categoryPage-menu{
    padding: 14px 10px;
}
.categoryMenu-inner{
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}
.changeShow{
    display: flex;
    width: 99px;
    border-radius: 4px;
    overflow: hidden;
    border: 1px solid #d5d5d5;
}
.changeShow li{
    display: inline-block;
    width: 33px;
    height: 100%;
    border-right: 1px solid #d5d5d5;
    background-size: 50%;
    background-repeat: no-repeat;
    background-position: center;
}
.changeShow li:last-child{
    border-right: 0;
}
.changeShow li a{
    padding: 5px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.changeShow li a img{
    width: 16px;
}
.catProductList{
    padding: 0 10px;
}
.catProductList-inner{
    display: flex;
    gap: 24px;
    flex-wrap: wrap;
}
.catProductList-inner .productItem{
    width: calc((100% - 48px)/3);
}
.prdItem-name{
    margin-top: 20px;
    margin-bottom: 15px;
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
    font-size: 16px;
    text-align: center;
    text-transform: uppercase;
}
.prd-price-box {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.prd-price-box * {
    margin-bottom: 3px;
}
.prd-old-price {
    font-size: 0.8rem;
    font-weight: 400;
    color: #aaa;
}
.prd-price {
    font-size: 0.9rem;
    font-weight: 700;
    color: #333;
}
.prdItem-des p {
    font-size: 0.9rem;
    font-weight: 300;
    color: #aaa;
    margin: 10px auto 0;
    max-width: 90%;
}
.prdItem-sale-tag {
    width: fit-content;
    margin: 10px auto 0;
    padding: 2px 5px;
    background: #333;
    color: #fff;
    font-size: 0.6rem;
}
.changeShow li.active {
    background-color: #4a5164;
    border-color: #404757;
}
.prdItem-content {
    margin-bottom: 40px;
}
.paginator {
    display: flex;
    justify-content: center;
}
.paginator a, .paginator span {
    position: relative;
    float: left;
    text-decoration: none;
    background-color: #fff;
    margin-right: 10px;
    color: #aaa;
    font-weight: 900;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 10px;
    border: 1px solid #eee;
    width: 22px;
    height: 22px;
    transition: all .3s;
    border-radius: 50%;
    line-height: 10px;
}
span.labelPages, span.titlePages {
    display: none;
}
.paging-next:before, .paging-last:before, .paging-previous:before, .paging-first:before {
    font-family: "Font Awesome 6 Pro";
    font-weight: 700;
}
.paging-next:before {
    content: "\f105";
}
.paging-previous:before {
    content: "\f104";
}
.paging-first:before {
    content: "\f100";
}
.paging-last:before {
    content: "\f101";
}
.paginator {
    margin-top: 30px;
}
.paginator span.currentPage {
    background: #000;
    color: #fff;
    border-color: #000;
}
.catProductList.active {
    position: fixed;
    width: 100%;
    height: 100vh;
    z-index: 99999;
    top: 0;
    left: 0;
    background: #fff;
    padding: 0;
}
.slick-prd .prdItem-img {
    width: 48%;
    margin: 0 auto;
}
.prd-button {
    display: none;
}
.slick-prd .prd-button {
    display: block;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    background: #000;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-size: 12px;
    padding: 10px 12px;
}
.prdItem-inner {
    position: relative;
}
.slick-prd .prdItem-content {
    position: absolute;
    left: 0;
    top: calc(100vh - 68px);
    width: 100%;
    height: 68px;
    z-index: 9;
    border-top: 1px solid rgba(206,206,206,0.8);
    font-size: 15px;
    font-weight: bold;
    background: rgba(227,227,227,0.8);
    padding: 0 15px;
}
.slick-prd .prd-price-box {
    flex-direction: row;
    gap: 10px;
}
.slick-prd .prdItem-des, .slick-prd .prdItem-sale-tag {
    display: none;
}
.slick-prd .prdItem-name {
    margin: 0;
    border: none;
    text-align: left;
    padding-bottom: 0;
}
.slick-prd .prd-price {
    color: #508bed;
}
.shop-nav {
    display: none;
}
.catProductList.active .shop-nav {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 101;
    width: 100%;
    height: 35px;
    border-bottom: 1px solid rgba(206,206,206,0.8);
    color: #1b1b1b;
    font-size: 15px;
    text-align: center;
    line-height: 36px;
    background: rgba(227,227,227,0.8);
    display: block;
}
.close-prd-slick {
    float: right;
    margin-right: 15px;
    font-size: 20px;
}
.shop-nav span {
    text-transform: uppercase;
    font-weight: 700;
}
.slick-prev, .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50vh;
    transform: translateY(-50%);
    z-index: 50;
    left: 0;
    color: #4f7be0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    cursor: pointer;
    outline: none;
    width: 33px;
    height: 34px;
    border: 0;
    background-color: rgba(255,255,255,0.6);
    box-shadow: 0 0 5px rgba(150,150,150,0.8);
}
.slick-prev, .slick-next {
    top: 50vh;
    transform: translateY(-50%);
    z-index: 50;
}
.slick-next {
    right: 0;
    left: auto;
}
.slick-arrow::before {
    color: var(--black-color);
    font-size: 26px;
}
.slick-prev::before {
    font-family: 'Font Awesome 6 Pro';
    content: '\f053';
    font-weight: 700;
}
.slick-next::before {
    font-family: 'Font Awesome 6 Pro';
    content: '\f054';
    font-weight: 700;
}
select {
    max-width: 100%;
    height: 29px;
    margin: 0;
    padding: 0 20px 0 8px;
    line-height: 29px;
    font-size: 1.3rem;
    color: #000;
    word-break: break-all;
    font-weight: inherit;
    border: 1px solid #ececec;
    border-radius: 0;
    background: #fff url(//img.echosting.cafe24.com/skin/mobile/common/ico_select.gif) no-repeat 100% 49%;
    background-size: auto 40px;
    -webkit-appearance: none;
}
#SortBy {
    max-width: 150px;
    padding-right: 30px;
    font-size: 14px;
    font-weight: 400;
}
.paginator a:hover, .paginator span:hover {
    background: #000;
    color: #fff;
}

@media (max-width: 1025px) {
    .page-wrap {
        padding: 0 8px;
    }
    .catProductList-inner .productItem {
        width: calc((100% - 10px)/2);
    }
    .categoryPage-heading ul {
        margin-bottom: 0;
        justify-content: unset;
        width: 100%;
        overflow: auto;
        white-space: nowrap;
    }
    .categoryPage-heading h1 {
        margin: 100px 0 10px;
    }
    .catProductList-inner {
        gap: 10px;
    }
    .prd-old-price {
        font-size: 0.7rem;
    }
    .prd-price {
        font-size: 0.8rem;
    }
    .prdItem-des p {
        font-size: 0.8rem;
        text-align: center;
    }
    .paginator {
        margin-bottom: 30px;
    }
    .slick-prd .prdItem-img {
        width: 100%;
        transform: translateY(25%);
    }
    .catProductList-inner {
        height: 100%;
    }
}