@font-face {
    font-family: 'Font Awesome\ 5 Brands';
    font-display: swap;
}
@font-face {
    font-family: 'Font Awesome\ 5 Free';
    font-display: swap;
}
@font-face {
    font-family: 'Font Awesome\ 5 Free';
    font-display: swap;
}
/* latin */
@font-face {
    font-family: 'Yesteryear';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(/fonts/google-yesteryear-v9.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
        U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212,
        U+2215, U+FEFF, U+FFFD;
}

html,
body {
    font-family: 'Open Sans', 'Heiti TC', 'LiHei Pro', 'Helvetica Neue',
        Helvetica, Arial, '\u5fae\u8edf\u6b63\u9ed1\u9ad4',
        '\u5fae\u8f6f\u96c5\u9ed1', '\u30e1\u30a4\u30ea\u30aa',
        '\ub9d1\uc740 \uace0\ub515', sans-serif;
    background-color: #f1f1f1;
    font-size: 11pt;
    padding-right: 0px !important;
}

a,
a:link,
a:hover,
a:visited {
    color: #2190d2;
}

.py-0,
.pt-0 {
    padding-top: 0px;
}
.py-0,
.pb-0 {
    padding-bottom: 0px;
}

.py-1,
.pt-1 {
    padding-top: 0.5em;
}
.py-1,
.pb-1 {
    padding-bottom: 0.5em;
}

.py-2,
.pt-2 {
    padding-top: 1em;
}
.py-2,
.pb-2 {
    padding-bottom: 1em;
}

.py-3,
.pt-3 {
    padding-top: 1.5em;
}
.py-3,
.pb-3 {
    padding-bottom: 1.5em;
}

.px-0,
.pl-0 {
    padding-left: 0em;
}

.px-0,
.pr-0 {
    padding-right: 0em;
}

.px-1,
.pl-1 {
    padding-left: 0.5em;
}

.px-1,
.pr-1 {
    padding-right: 0.5em;
}

.px-2,
.pl-2 {
    padding-left: 1em;
}

.px-2,
.pr-2 {
    padding-right: 1em;
}

.px-3,
.pl-3 {
    padding-left: 1.5em;
}

.px-3,
.pr-3 {
    padding-right: 1.5em;
}

.my-0,
.mt-0 {
    margin-top: 0px;
}

.my-0,
.mb-0 {
    margin-bottom: 0px;
}

.my-1,
.mt-1 {
    margin-top: 0.5em;
}
.my-1,
.mb-1 {
    margin-bottom: 0.5em;
}

.my-2,
.mt-2 {
    margin-top: 1em;
}

.my-2,
.mb-2 {
    margin-bottom: 1em;
}

.mx-0,
.ml-0 {
    margin-left: 0em;
}

.mx-0,
.mr-0 {
    margin-right: 0em;
}

.mx-1,
.ml-1 {
    margin-left: 0.5em;
}

.mx-1,
.mr-1 {
    margin-right: 0.5em;
}

.mx-2,
.ml-2 {
    margin-left: 1em;
}

.mx-2,
.mr-2 {
    margin-right: 1em;
}

.btn-back2top,
.btn-back2top:link,
.btn-back2top:visited {
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;

    display: inline-block;
    position: fixed;
    z-index: 8;
    background-color: #a0a0a0;
    color: #fff;
    width: 48px;
    height: 48px;
    vertical-align: middle;
    text-align: center;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;

    bottom: 150px;
    right: 50%;
    margin-right: -660px;
}

.btn-back2top:hover,
.btn-back2top:focus {
    color: #fff;
}

.btn-back2top.available {
    opacity: 0.8;
}

.btn-back2top > i {
    font-size: 24pt;
    line-height: 48px;
}

.btn.btn-compare {
    border-color: #6d99d3;
    color: #195cb0;
}

.btn.btn-compare:hover,
.btn.btn-compare:focus,
.btn.btn-compare:active,
.btn.btn-compare:active:focus {
    background-color: #8cadd7;
    color: #fff;
    outline: none;
}

.btn.btn-compare.active {
    background-color: #195cb0;
    color: #fff;
}

.text-price::before {
    content: "$";
}


/* header */
header {
    position: fixed;
    background-color: #fff;
    width: 100%;
    z-index: 1030;
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.13);
}

header.navbar-fixed-top {
    z-index: 998;
}

header.navbar-fixed-top .spotlight-container {
    max-width: 768px;
    margin: auto;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    -o-flex-flow: row wrap;
    flex-flow: row wrap;
    justify-content: space-evenly; /* TODO space-between, center */
    list-style: none;
    /* 2022-09-16 */
    padding: 0px 5px;
    font-size: 1.1em;
    height: 25px;
}

/* 2022-09-16 */
.spotlight-container a.spotlight-highlight {
    color: #d2215f;
    font-weight: 600;
}
.spotlight-container a.spotlight-highlight:visited {
    color: #d2215f;
    font-weight: 800;
}

header.navbar-fixed-top .navbar-collapse {
    max-height: inherit;
}

.container-fluid.document-body,
.container.document-body {
    padding-top: 15px;
    padding-bottom: 50px;
}

header .nav-main.navbar-nav > li.sepline {
    border-left: 1px solid #7cd1eb;
    height: 28px;
    margin: 6px 6px 0px 6px;
    width: 0px;
    border-right: 1px solid #7cd1eb;
}

header .nav-main.navbar-nav > li > a {
    padding: 10px 10px;
}

header .nav-main.navbar-nav > li.item.dropdown:hover {
    background-color: #40cefe;
}

header .container.social-group {
    position: relative;
}

header .social-icons {
    position: absolute;
    right: 14px;
    top: 4px;
}
header .social-icons::after {
    content: '';
    clear: both;
}
header .social-icons > li {
    float: left;
    list-style: none;
    padding: 0px 8px;
}
header .social-icons > li > a,
header .social-icons > li > a:hover {
    color: #cdcdcd;
    font-size: 15pt;
}
header .site-logo {
    overflow: hidden;
    display: block;
    position: absolute;
    margin-top: 0px;
    margin-left: -20px;
    height: 40px;
    width: 170px;
}

header .site-logo .logo {
    margin-top: 0px;
    display: inline-block;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: 0px -109px;
    /* filter: brightness(0) invert(1); */
    width: 170px;
    height: 40px;
}

header .nav-main {
    margin-left: 170px;
}

header .site-shortcut-menu {
    padding-bottom: 0px;
    padding-left: 6px;
    margin-bottom: 0px;
}
header .site-shortcut-menu > li {
    float: left;
    list-style: none;
    padding: 0px 8px;
}

header .icon-button,
header .icon-button.notification {
    top: 3px;
    font-size: 18pt;
    color: #909090;
    position: relative;
}

header .icon-button.active {
    color: #195cb0;
}

header .icon-button.social-button i {
    font-size: 19pt;
}

header.navbar-fixed-top .icon-button-wrapper {
    margin-top: 2px;
}

header.navbar-fixed-top .icon-button {
    margin-left: 6px;
    margin-right: 6px;
    font-size: 16pt;
}

header.navbar-fixed-top .icon-button i {
    font-size: 15pt;
}

header.navbar-fixed-top .search-form {
    display: inline-block;
    top: 10px;
    width: 100%;
    max-width: 230px;
    margin-left: 30px;
    position: absolute;
}

header.navbar-fixed-top .search-form .form-control {
    border-right: none;
}

header.navbar-fixed-top .search-form .btn,
header.navbar-fixed-top .search-form .btn:hover,
header.navbar-fixed-top .search-form .btn:focus,
header.navbar-fixed-top .search-form .btn:active,
header.navbar-fixed-top .search-form .btn:active:focus {
    outline: none;
    border-color: #ccc;
    border-left: none;
    background-color: #fff;
}

/* footer */
footer {
    background-color: #f7f7f7;
    padding: 25px 0px;
    box-shadow: 0 -2px 0px 0 rgba(0, 0, 0, 0.13);
}

footer .footer-adv {
    width: 100vw;
    max-height: 50px;
    text-align: center;
    left: 0px;
    bottom: 0px;
    position: fixed;
}

footer .site-page {
    padding-bottom: 8px;
}

footer .site-page .site-page-link,
footer .site-page .site-page-link:visited {
    padding: 0px 8px;
    color: #333;
    font-size: 11pt;
}

footer .site-page .site-page-link:hover {
    text-decoration: underline;
    color: #333;
}

footer .copyright {
    color: #666;
    letter-spacing: 1px;
}

.goldlink {
    float: left;
    width: 100%;
    list-style: none;
    margin-left: -15px;
    margin-right: -15px;
}
.goldlink > li > a,
.goldlink > li > a:link,
.goldlink > li > a:visited {
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    font-size: 1em;
    color: #006fe1;
}

.goldlink > li > a:hover {
    text-decoration: underline;
}

/* 2022-08-25 */
.goldlink.hidden-xs {
    margin-top: 20px;
    margin-bottom: 20px;
}
.goldlink.visible-xs {
    margin-top: 10px;
    margin-bottom: 10px;
}

/* main-section */

.main-section {
    margin: 15px auto;
}

.main-section-left {
    width: 230px;
    float: left;
    padding: 0px 15px 0px 0px;
}

.section-heading {
    padding-top: 0;
    float: none;
}

.main-section-left .category-list {
    max-width: 215px;
    /* background-color: #dbdbdb; */
}

.main-section-left .category-list .section-heading {
    padding: 8px 15px;
}

.main-section-left .category-list .section-heading h2 {
    font-size: 1.2em;
}

.main-section-left .category-list .section-body {
    width: 215px;
    max-width: 215px;
    overflow-x: hidden;
    overflow-y: scroll;
    /*
    max-height: calc(100vh - 150px);
    max-height: -moz-calc(100vh - 150px);
    max-height: -webkit-calc(100vh - 150px);
    */
    max-height: calc(100vh - 235px);
    max-height: -moz-calc(100vh - 235px);
    max-height: -webkit-calc(100vh - 235px);
}

.main-section-left .category-list .section-body::-webkit-scrollbar {
    /* background-color:#dbdbdb; */
    background-color: #f1f1f1;
    width: 16px;
}

/* background of the scrollbar except button or resizer */
.main-section-left .category-list .section-body::-webkit-scrollbar-track {
    /* background-color:#dbdbdb */
    background-color: #f1f1f1;
}

/* scrollbar itself */
.main-section-left .category-list .section-body::-webkit-scrollbar-thumb {
    /* background-color:#babac0; */
    background-color: #bfbfbf;
    border-radius: 16px;
    /* border: 4px solid #dbdbdb */
    border: 4px solid #f1f1f1;
}
.main-section-left.hidden-xs {
    position: sticky;
    top: 65px;
}

/* set button(top and bottom of the scrollbar) */
.category-list .section-body::-webkit-scrollbar-button {
    display: none;
}

.category-list .list-group.brand-list {
    display: block;
}

.category-list .list-group.brand-list .list-group-item {
    width: 100%;
    border: none;
    background-color: transparent;
}

.category-list .list-group.brand-list .list-group-item a,
.category-list .list-group.brand-list .list-group-item a:hover {
    color: #195cb0;
    font-size: 1em;
    text-decoration: none;
}

.category-list .list-group.brand-list .list-group-item .intro {
    font-weight: bold;
}

.main-section-center {
    width: calc(100% - 545px);
    width: -moz-calc(100% - 545px);
    width: -webkit-calc(100% - 545px);
    float: left;
    padding-bottom: 10vh;
}

.main-section-right {
    width: 300px;
    float: right;
    padding-bottom: 10vh;
}

.main-section-right .category-list {
    max-width: 300px;
}

/* 2022-08-25 */
.main-section-right section.category-list {
    margin-top: 20px;
}

.main-section-right .category-list .section-body {
    width: 300px;
    max-width: 300px;
    overflow-x: hidden;
    overflow-y: scroll;
    max-height: calc(100vh - 150px);
    max-height: -moz-calc(100vh - 150px);
    max-height: -webkit-calc(100vh - 150px);
    /* background-color: #dbdbdb; */
    background-color: #f1f1f1;
}

.main-section-right .category-list .section-body::-webkit-scrollbar {
    /* background-color:#dbdbdb; */
    background-color: #f1f1f1;
    width: 16px;
}

/* background of the scrollbar except button or resizer */
.main-section-right .category-list .section-body::-webkit-scrollbar-track {
    /* background-color:#dbdbdb */
    background-color: #f1f1f1;
}

/* scrollbar itself */
.main-section-right .category-list .section-body::-webkit-scrollbar-thumb {
    background-color: #bfbfbf;
    border-radius: 16px;
    /* border:4px solid #dbdbdb; */
    border: 4px solid #f1f1f1;
}

.brand-wrapper .category-list .section-heading h3 {
    font-size: 1.2em;
}

.brand-wrapper .category-list .list-group-item {
    background-color: transparent;
    border-left: none;
    border-right: none;
    border-radius: 0px;
}

.brand-wrapper .category-list .list-group-item:first-child {
    border-top: none;
}

.brand-wrapper .category-list .list-group-item:last-child {
    border-bottom: none;
}

.brand-wrapper .category-list[data-category='news'] .list-group.type-list {
    width: 100%;
}

.brand-wrapper
    .category-list[data-category='news']
    .list-group.type-list
    .list-group-item {
    width: 50%;
    border: none;
    background-color: transparent;
}

.brand-wrapper
    .category-list[data-category='news']
    .list-group.type-list
    .list-group-item
    a,
.brand-wrapper
    .category-list[data-category='news']
    .list-group.type-list
    .list-group-item
    a:hover {
    color: #195cb0;
    text-decoration: none;
    font-weight: bold;
}

.fixed-wrapper.fixed {
    position: fixed;
    top: 50px;
}

.auto-loading.img-wrapper {
    background-repeat: no-repeat;
    height: 15px;
    width: 100%;
    background-image: url(//img.eprice.com.hk/img/hk/common/infinite-loader.gif);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50% 50%;
}

.auto-loading.img-wrapper.done {
    background-image: none;
}

/* common article list */
.list-group[data-layout='feed'] {
    padding: 0px;
    float: left;
    width: 100%;
}

.list-group[data-layout='feed'] .list-group-item {
    padding: 5px;
    background-color: #f1f1f1;
    border: none;
    float: left;
    width: 100%;
}

.list-group[data-layout='feed'] .list-group-item.list-group-item-adv,
.list-group[data-layout='feed'][data-row='3']
    .list-group-item.list-group-item-adv,
.list-group[data-layout='feed'][data-row='4']
    .list-group-item.list-group-item-adv {
    width: 100%;
}

.list-group[data-layout='feed'] .list-group-item .article-block,
.list-group[data-layout='feed'] .list-group-item .product-block {
    border: 1px solid #e1e1e1;
    background-color: #fff;
    margin-left: 0px;
    margin-right: 0px;
}

.list-group[data-layout='feed']
    .list-group-item
    .article-block
    .profile-avatar {
    width: 40px;
    height: 40px;
    overflow: hidden;
    border-radius: 50%;
    line-height: 60px;
    border: 1px solid #ccc;
    position: relative;
}

.list-group[data-layout='feed']
    .list-group-item
    .article-block
    .profile-avatar
    > img {
    width: 40px;
    height: 40px;
    position: absolute;
    left: -1px;
    top: -1px;
}

.list-group[data-layout='feed'] .list-group-item .article-block .img-wrapper {
    display: block;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;

    /*
	height: 373px;
	*/
    height: calc(583px * 0.5235);
    height: -moz-calc(583px * 0.5235);
    height: -webkit-calc(583px * 0.5235);

    margin-left: -15px;
    margin-right: -15px;

    width: calc(100% + 30px);
    width: -moz-calc(100% + 30px);
    width: -webkit-calc(100% + 30px);
}

.list-group[data-layout='feed'] .list-group-item .product-block .img-wrapper {
    width: 160px;
    height: 160px;
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}

.list-group[data-layout='feed'] .list-group-item .article-block .author-title {
    font-weight: bold;
    display: block;
}

.list-group[data-layout='feed'] .list-group-item .article-block .forum-title,
.list-group[data-layout='feed'] .list-group-item .article-block .post-date {
    font-size: 0.9em;
    width: auto;
    float: none;
    display: inline-block;
    padding: 0px;
}

.list-group[data-layout='feed'] .list-group-item .article-block .text-mute {
    color: #686868;
    font-size: 0.9em;
}

.list-group[data-layout='feed'] .list-group-item .article-block .sr-text {
    display: none;
}

.list-group[data-layout='feed'] .list-group-item .article-block .text-comment,
.list-group[data-layout='feed']
    .list-group-item
    .article-block
    .text-comment:hover,
.list-group[data-layout='feed']
    .list-group-item
    .article-block
    .text-comment:focus {
    color: #686868;
}

.list-group[data-layout='feed'] .list-group-item .article-block .title {
    text-overflow: ellipsis;
    height: 42px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    font-size: 1.1em;
    color: #333;
    font-weight: bold;
}

.list-group[data-layout='feed'] .list-group-item .article-block .summary {
    text-overflow: ellipsis;
    max-height: 52px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    font-size: 0.95em;
    color: #686868;
}

.list-group[data-layout='feed'] .list-group-item .product-block .basic-wrap {
    position: absolute;
    right: 15px;
    top: 15px;
}

.list-group[data-layout='feed'] .list-group-item .product-block .title-wrap {
    background-color: #6e6e6e;
    min-height: 58px;
}

.list-group[data-layout='feed']
    .list-group-item
    .product-block
    .title-wrap
    .title {
    font-size: 1em;
    color: #fff;
    font-weight: bold;
    padding: 0px 6px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    max-height: 52px;
}

.list-group[data-layout='feed'] .list-group-item .product-block .image-wrap {
    max-height: 236px;
}

.list-group[data-layout='feed']
    .list-group-item
    .product-block
    .basic-wrap
    .icon {
    padding: 4px 8px;
    background-color: #e9e9e9;
    border: 1px solid #ccc;
    color: #836383;
    float: left;
    font-size: 10pt;
    font-weight: bold;
    position: relative;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.list-group[data-layout='feed'] .list-group-item .product-block .feature-wrap {
    width: 100%;
    background-color: #c3c3c3;
}

.list-group[data-layout='feed']
    .list-group-item
    .product-block
    .feature-wrap
    .feature {
    padding: 8px 15px;
    text-align: center;
    color: #535353;
    width: 100%;
    font-size: 1em;
    border-top: 1px solid #fff;
}

.list-group[data-layout='feed']
    .list-group-item
    .product-block
    .feature-wrap
    .feature
    a,
.list-group[data-layout='feed']
    .list-group-item
    .product-block
    .feature-wrap
    .feature
    a:visited,
.list-group[data-layout='feed']
    .list-group-item
    .product-block
    .feature-wrap
    .feature
    a:hover {
    color: #333;
    font-weight: bold;
}

.list-group[data-layout='feed']
    .list-group-item
    .product-block
    .feature-wrap
    .feature:nth-child(even) {
}

#ad-homepage-top,
#ad-2col-top {
    padding-left: 0;
    height: 270px;
}

@media screen and (max-width: 1200px) and (orientation: landscape) {
    .container.document-body.layout-2-columns,
    .container.document-body.layout-3-columns {
        width: 100vw;
    }
}

@media (max-width: 992px) {
    header .nav-main.navbar-nav > li > a {
        padding: 10px 14px;
    }

    .layout-2-columns .main-section-left,
    .layout-3-columns .main-section-left {
        position: fixed;
        left: -230px;
        top: 0px;
        height: 100vh;
        z-index: 99;
        background-color: #f1f1f1;
        transition: left ease 1s;
    }

    .layout-3-columns .main-section-right {
        position: fixed;
        right: -300px;
        top: 0px;
        height: 100vh;
        z-index: 99;
        background-color: #f1f1f1;
        transition: right ease 1s;
        padding-bottom: 0px;
    }

    .layout-2-columns .main-section-right {
        width: 100%;
    }

    .main-section-center {
        width: 100%;
    }

    .main-section-left .category-list .section-body::-webkit-scrollbar,
    .main-section-left .category-list .section-body::-webkit-scrollbar-track,
    .main-section-left .category-list .section-body::-webkit-scrollbar-thumb {
        display: none;
    }

    .layout-2-columns .main-section-left.expanded,
    .layout-3-columns .main-section-left.expanded {
        left: 0px;
        box-shadow: 2px 0px 15px rgba(128, 128, 128, 0.75);
    }

    .layout-3-columns .main-section-right.expanded {
        right: 0px;
        box-shadow: -2px 0px 15px rgba(128, 128, 128, 0.75);
    }

    .btn-back2top,
    .btn-back2top:link,
    .btn-back2top:visited {
        right: 15px;
        margin-right: 0px;
    }

    .layout-2-columns .btn-fixed-tab,
    .layout-2-columns .btn-fixed-tab:link,
    .layout-2-columns .btn-fixed-tab:visited,
    .layout-3-columns .btn-fixed-tab,
    .layout-3-columns .btn-fixed-tab:link,
    .layout-3-columns .btn-fixed-tab:visited {
        top: 75px;
        display: block;
        width: 50px;
        position: absolute;
        z-index: 96;
        height: 100px;
        padding: 15px 8px;
    }

    .layout-2-columns .btn-fixed-tab.fixed-left,
    .layout-3-columns .btn-fixed-tab.fixed-left {
        left: 230px;
        margin-left: -20px;
        text-align: right;
        border-top-right-radius: 15px;
        border-bottom-right-radius: 15px;
    }

    .layout-2-columns .btn-fixed-tab::after,
    .layout-3-columns .btn-fixed-tab::after {
        width: 35px;
        height: 100px;
        top: 0px;
        position: absolute;
        display: block;
        content: '';
        background-color: #f1f1f1;
        z-index: 1;
    }

    .layout-2-columns .btn-fixed-tab.fixed-right,
    .layout-3-columns .btn-fixed-tab.fixed-right {
        right: 300px;
        margin-right: -15px;
        text-align: left;
        border-top-left-radius: 15px;
        border-bottom-left-radius: 15px;
    }

    .layout-2-columns .btn-fixed-tab.fixed-left::after,
    .layout-3-columns .btn-fixed-tab.fixed-left::after {
        right: 0px;
        border-top-right-radius: 15px;
        border-bottom-right-radius: 15px;
        box-shadow: -2px 0px 15px rgba(128, 128, 128, 0.75);
    }

    .layout-2-columns .btn-fixed-tab.fixed-right::after,
    .layout-3-columns .btn-fixed-tab.fixed-right::after {
        left: 0px;
        border-top-left-radius: 15px;
        border-bottom-left-radius: 15px;
        box-shadow: 2px 0px 15px rgba(128, 128, 128, 0.75);
    }

    .btn-fixed-tab .fa {
        position: relative;
        z-index: 3;
    }

    .btn-fixed-tab .fa-bars,
    .btn-fixed-tab:link .fa-bars,
    .btn-fixed-tab:visited .fa-bars,
    .btn-fixed-tab:hover .fa-bars {
        font-size: 2em;
        color: #6f6f6f;
    }

    .btn-fixed-tab .fa-times,
    .btn-fixed-tab:link .fa-times,
    .btn-fixed-tab:visited .fa-times,
    .btn-fixed-tab:hover .fa-times {
        font-size: 2em;
        color: #6f6f6f;
    }

    .layout-2-columns .btn-fixed-tab::before,
    .layout-3-columns .btn-fixed-tab::before {
        width: 20px;
        height: 120px;
        position: absolute;
        display: block;
        content: '';
        background-color: #f1f1f1;
        z-index: 2;
    }

    .layout-2-columns .btn-fixed-tab.fixed-left::before,
    .layout-3-columns .btn-fixed-tab.fixed-left::before {
        top: -10px;
        left: 0px;
    }

    .layout-3-columns .btn-fixed-tab.fixed-right::before {
        top: -10px;
        right: 0px;
        width: 15px;
    }

    .expanded .btn-fixed-tab .fa-bars {
        display: none;
    }

    .btn-fixed-tab .fa-times {
        display: none;
    }

    .expanded .btn-fixed-tab .fa-times {
        display: inline-block;
    }

    /* 2022-08-25 */
    .main-section-left section.category-list {
        margin-top: 56px;
    }
    .main-section-right section.category-list {
        margin-top: 56px;
    }

    .main-section-right .category-list .section-body {
        height: 100vh;
        max-height: 100vh;
        /* 2022-08-25 */
        /* padding-top: 60px; */
    }

    .main-section-right .brand-wrapper .category-list .section-body {
        height: auto;
    }

    .layout-2-columns .main-section-left .fixed-wrapper.fixed,
    .layout-3-columns .main-section-left .fixed-wrapper.fixed,
    .layout-3-columns .main-section-right .fixed-wrapper.fixed {
        position: relative;
        top: 0px;
    }

    .list-group[data-layout='feed']
        .list-group-item
        .article-block
        .img-wrapper {
        height: calc(708px * 0.5235);
        height: -moz-calc(708px * 0.5235);
        height: -webkit-calc(708px * 0.5235);
    }

    #ad-homepage-top,
    #ad-2col-top {
        padding-left: 40px;
        max-width: calc(100vw - 70px);
        height: 110px;
    }
}

@media (max-width: 768px) {
    #div-pixel-wrapper-1 {
        height: 45px;
    }

    header .visible-xs .navbar-toggle {
        margin-right: -15px;
    }

    header .visible-xs .navbar-toggle[aria-expanded='true'] {
        border: 1px solid #e1e1e1;
    }

    header .nav-main-xs {
        margin-left: -15px;
        margin-right: -15px;
        width: 100vw;
        height: calc(100vh - 55px);
        height: -moz-calc(100vh - 55px);
        height: -webkit-calc(100vh - 55px);
        overflow-y: scroll;
        overflow-x: hidden;
        background-color: #a8a8a8;
    }

    header .nav-main-xs .navbar-nav {
        margin: 0px;
        padding-top: 15px;
        padding-bottom: 15px;
        background-color: #fff;
        font-size: 1.2em;
    }

    header .nav-main-xs .dropdown-menu > li > a {
        clear: none;
    }

    .container-fluid.document-body,
    .container.document-body {
        padding-left: 0px;
        padding-right: 0px;
        /* 2022-08-24 */
        padding-top: 1px;
    }

    .document-body > .main-section {
        margin-top: 0px;
    }

    .main-section-center .section-heading h2 {
        margin-top: 10px;
    }

    /* .main-section-right { */
    /*     width: 100vw; */
    /*     float: left; */
    /* } */

    .main-section-right section {
        width: 100vw;
        margin-left: -15px;
    }

    /* 2022-08-19 */
    .main-section-right .section-heading {
        padding: 0px 15px;
    }

    .list-group[data-layout='feed'] .list-group-item {
        width: 100vw;
        padding: 0px 0px 5px 0px;
        background-color: #e1e1e1;
    }

    .list-group[data-layout='feed'] .list-group-item + .list-group-item {
        padding: 5px 0px;
    }

    .list-group[data-layout='feed'] .list-group-item .article-block,
    .list-group[data-layout='feed'] .list-group-item .product-block {
        border-left: none;
        border-right: none;
    }

    /* 2022-08-19 */
    .list-group[data-layout='feed'] .article-block {
        padding: 1em 0 0 0;
    }

    .list-group[data-layout='feed'] .article-block .title {
        margin: 0.5em 0;
    }

    .list-group[data-layout='feed']
        .list-group-item
        .article-block
        .img-wrapper {
        margin-left: -15px;
        height: calc(100vw * 0.5235);
        height: -webkit-calc(100vw * 0.5235);
        height: -moz-calc(100vw * 0.5235);
        width: 100vw;
    }

    .hot-products-block .section-body {
        width: 100vw;
        overflow-x: scroll;
        overflow-y: hidden;
    }

    .list-group[data-layout='feed'].product-list {
        width: 1000px;
    }

    .list-group[data-layout='feed'].product-list
        .list-group-item
        .product-block
        .img-wrapper {
        width: 150px;
        height: 150px;
    }

    .list-group[data-layout='feed'].product-list
        .list-group-item
        .product-block
        .image-wrap {
        max-height: inherit;
    }

    /* 2022-10-21 */
    .popup-adv {
        position: relative;
        min-height: 600px;
        width: 100vw;
    }

    .popup-adv.show {
        position: fixed;
        left: 0px;
        top: 0px;
        z-index: 88;
        width: 100vw;
        height: 100vh;
        overflow: hidden;
    }

    .popup-adv .popup-adv-wrapper {
        width: 300px;
        min-height: 600px;
        position: absolute;
        left: 50vw;
        top: 100px;
        margin-left: -150px;
        z-index: 90;
    }

    .popup-adv .popup-adv-wrapper .btn-hide,
    .popup-adv .popup-adv-wrapper .countdown {
        background-color: #333;
        border-color: #333;
        color: #fff;
        letter-spacing: 2px;
        width: 75vw;
        font-size: 1.2em;
        text-align: center;
    }

    .popup-adv .popup-adv-wrapper .btn-hide:hover,
    .popup-adv .popup-adv-wrapper .btn-hide:focus,
    .popup-adv .popup-adv-wrapper .btn-hide:focus:hover {
        background-color: #333;
        border-color: #333;
    }

    .popup-adv .popup-adv-wrapper .countdown::after {
        content: "秒後關閉廣告";
    }

    .popup-adv.show .popup-adv-back {
        position: absolute;
        left: 0px;
        top: 0px;
        width: 100vw;
        height: 100vh;
        opacity: .75;
        z-index: 89;
        background-color: #333;
    }

    #ad-homepage-top,
    #ad-2col-top {
        padding-left: 0;
        max-width: 100%;
        height: 120px;
    }
}

@media (max-width: 767px) {
    .main-section-right {
        width: 100vw;
        float: left;
    }
}