@import url(//fonts.googleapis.com/earlyaccess/notosanstc.css);

/* 嵌入字型設定 */

@font-face {
    font-family: Cochin;
    src: url(../webfonts/Cochin.ttc);
}


/* ----------------------------------------------------------------
	基本設定
-----------------------------------------------------------------*/

body {
    font-family: 'Cochin', "Noto Sans TC";
    overflow-x: hidden;
    font-size: 14px !important;
    font-weight: 300;
}

a {
    color: #3E3A39;
}

a:hover,
a.active {
    color: #4C417A !important;
    font-weight: 600;
    text-decoration: none !important;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 600;
}

ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

button {
    outline: none !important;
}

.row {
    /* margin-right: -15px;
    margin-left: -15px; */
    margin-right: 0px;
    margin-left: 0px;
}

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
    padding-right: 15px;
    padding-left: 15px;
}

.row-sm {
    margin-left: -10px;
    margin-right: -10px;
}

.row-sm .col-1,
.row-sm .col-2,
.row-sm .col-3,
.row-sm .col-4,
.row-sm .col-5,
.row-sm .col-6,
.row-sm .col-7,
.row-sm .col-8,
.row-sm .col-9,
.row-sm .col-10,
.row-sm .col-11,
.row-sm .col-12,
.row-sm .col-auto {
    padding-left: 10px;
    padding-right: 10px;
}

.row-xs {
    margin-left: -8.5px;
    margin-right: -8.5px;
}

.row-xs .col-1,
.row-xs .col-2,
.row-xs .col-3,
.row-xs .col-4,
.row-xs .col-5,
.row-xs .col-6,
.row-xs .col-7,
.row-xs .col-8,
.row-xs .col-9,
.row-xs .col-10,
.row-xs .col-11,
.row-xs .col-12,
.row-xs .col-auto {
    padding-left: 8.5px;
    padding-right: 8.5px;
}

.col-xs-5-cols,
.col-sm-5-cols,
.col-md-5-cols,
.col-lg-5-cols {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-5-cols {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}

@media (min-width: 768px) {
    .col-sm-5-cols {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}

@media (min-width: 992px) {
    .col-md-5-cols {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}

@media (min-width: 1200px) {
    .col-lg-5-cols {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}

.cochin {
    font-family: "Cochin";
}

.text-primary {
    color: #4C417A !important;
}

.text-success {
    color: #86B350 !important;
}

.text-lavender {
    color: #A199B9;
}

.text-black-20 {
    color: rgba(0, 0, 0, .2);
}

.text-black-30 {
    color: rgba(0, 0, 0, .3);
}

.text-black-30 a {
    color: rgba(0, 0, 0, .3);
    text-decoration: underline;
}

.border-bottom-dashed {
    border-bottom-style: dashed !important;
}

.badge-success {
    background-color: #86B350;
}

.bg-primary {
    background-color: #4C417A !important;
}

.bg-dark {
    background-color: #2D1F52 !important;
}

.bg-light {
    background-color: #F6F6F6 !important;
}

.bg-success {
    background-color: #86B350 !important;
}

.bg-lavender {
    background-color: rgba(161, 153, 185, .2);
}

.badge-primary {
    background-color: #4C417A;
}

.btn-primary {
    background-color: #4C417A;
    border-color: #4C417A;
    color: white;
}

.btn-primary:hover {
    background-color: #2D1F52;
    border-color: #2D1F52;
}

.btn-primary.focus,
.btn-primary:focus {
    background-color: #2D1F52;
    border-color: #2D1F52;
    box-shadow: none;
}

.btn-outline-primary {
    background-color: transparent;
    border-color: #4C417A;
    color: #4C417A;
}

.btn-outline-primary:hover {
    background-color: #2D1F52;
    border-color: #2D1F52;
}

.btn-outline-primary.focus,
.btn-outline-primary:focus {
    background-color: #2D1F52;
    border-color: #2D1F52;
    box-shadow: none;
}

.btn-lavender {
    color: white;
    background-color: #a199b9;
    border-color: #a199b9;
}

.btn-lavender:hover {
    color: white;
    background-color: #4C417A;
    border-color: #4C417A;
}

.btn-info {
    background-color: #39579a;
    border-color: #39579a;
}

.btn-info:hover {
    background-color: #274a87;
    border-color: #274a87;
}

.btn-light {
    color: #9FA0A0;
    background-color: #EFEFEF;
    border-color: #EFEFEF;
}

.btn-success {
    background-color: #86B350;
    border-color: #86B350;
}

.btn-outline-secondary {
    border-color: #DADBDB;
    background-color: #F6F6F6;
}

.btn-outline-secondary:hover {
    background-color: #4C417A !important;
    border-color: #4C417A !important;
}

.nice-select,
.nice-select .list {
    border-radius: 0px !important;
}

.custom-control-input:checked~.custom-control-label::before {
    color: #4C417A;
    border-color: #4C417A;
    background-color: #4C417A;
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::after {
    display: none;
}

.custom-checkbox .custom-control-label::before {
    border-radius: 0px !important;
}

.form-control {
    font-size: 0.875rem;
    height: calc(1.7em + .75rem + 2px);
}

.custom-control-label::before,
.custom-control-label::before {
    top: .1rem;
}

.custom-control-label::after {
    top: .1rem;
}

.clearfix {
    clear: both;
}

.modal-content {
    border-radius: 0rem;
}

.modal-footer{
    justify-content: center !important;
}

.bg-shadow::after {
    position: absolute;
    content: "";
    display: block;
    background-image: url(../images/shadow.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
    width: 100%;
    height: 25px;
    opacity: .8;
}

.h-500 {
    height: 500px;
}

.h-175 {
    height: 175px;
}

.mt-del-450 {
    margin-top: -450px;
}

.mt-del-185 {
    margin-top: -185px;
}

.title {
    font-size: 1.142rem;
    font-weight: 600;
}

.title-line {
    border-left: 5px #4C417A solid;
    padding-left: 10px;
}

.nav.nav-line {
    display: block;
    overflow: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    letter-spacing: -0.3em;
}

.nav.nav-line .nav-link {
    letter-spacing: normal;
    display: inline-block;
    padding-top: 1rem;
    padding-bottom: 1rem;
    position: relative;
    color: #4C417A;
}

.nav.nav-line .nav-link.active::before,
.nav.nav-line .nav-link::before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0px;
    bottom: 0px;
    color: #4C417A;
    border-bottom: solid 5px transparent;
}

.nav.nav-line .nav-link.active::before,
.nav.nav-line .nav-link:hover::before {
    border-color: #4C417A;
}

.card {
    border: none;
}

.card-body {
    font-size: 0.875rem;
}

.card-body a {
    color: #b3b3b4;
}

.card-body a:hover {
    color: #4C417A;
}

.card-img {
    position: relative;
}

.card-img a {
    display: block;
    height: 270px;
    background-size: 105% auto;
    background-position: center center;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.card-img a:hover {
    background-size: 110% auto;
}

.card-img .data {
    position: absolute;
    top: 15px;
    left: 15px;
    background-color: #86B350;
    color: white;
    font-size: 0.75rem;
    padding: .2rem .5rem;
}

.card-title {
    font-size: 1rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.card-title a {
    color: #4C417A;
}

.card-title a:hover {
    color: #A199B9;
}

.card-text {
    margin-bottom: .75rem
}

.nice-select {
    border: 1px solid #dadbdb !important;
}

.nice-select .list {
    background-color: #f6f6f6 !important;
}

.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
    background-color: #eee !important;
}

.nice-select .option {
    border-bottom: 1px #DADBDB solid;
}

.form-group {
    margin-bottom: 1.5rem;
}

.form label {
    font-weight: 500;
}

.form .form-control {
    font-size: 0.875rem;
    height: calc(1.5em + 1rem + 5px);
    border-radius: 0;
    border: 1px solid #dadbdb;
}

.form .form-control::placeholder {
    color: #b3b3b4;
}

.form textarea.form-control {
    height: auto;
    min-height: 220px;
}

.form textarea.textarea-sm {
    min-height: 120px;
}

.ul-style1 li a:hover,
.ul-style1 li .active {
    color: #3E3A39;
    background-color: #F6F6F6;
}

.ul {
    padding-left: 20px;
}

.ul li {
    list-style: disc;
}

.table .thead-dark th {
    background-color: #4C417A;
    border-color: #4C417A;
}

.table a {
    color: #86B350;
}

.table a:hover {
    text-decoration: underline !important;
}

.table td,
.table th {
    border-top: none;
    border-bottom: 1px solid #dee2e6;
    vertical-align: middle;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}

.alert-primary {
    color: #3e3a39;
    background-color: rgba(161, 153, 185, .2);
    border-color: transparent;
}


/*浮動警告框*/

.alert-fixed {
    display: none;
    position: fixed;
    bottom: 10px;
    left: 50%;
    min-width: 120px;
    max-width: 300px;
    transform: translate(-50%, -50%);
    z-index: 99999;
    text-align: center;
    padding: 5px 15px;
    border-radius: 20px;
    color: white;
    background-color: rgba(0, 0, 0, .5)
}

.slogan a {
    color: white;
}

.slogan a.dropdown-item {
    color: black;
}

.slogan a:hover {
    opacity: .8;
}

.slogan .btn-group .btn {
    background-color: transparent;
}

.slogan .btn-group.show .btn {
    background-color: white;
    color: #3E3A39;
}

.search.form-inline .form-control {
    width: 61% !important;
}

.search .nice-select {
    min-width: 140px;
    max-width: 140px;
    color: white;
    background-color: #b7afcf !important;
    border-color: #b7afcf !important;
    height: 38px;
    line-height: 38px;
}

.search .nice-select:after {
    border-bottom: 2px solid white !important;
    border-right: 2px solid white !important;
}

.search .nice-select .list {
    min-width: 140px;
    max-width: 140px;
}

.search .nice-select .option {
    color: #3E3A39;
    border-bottom: 1px #DADBDB solid;
    background-color: #f8f9fa;
}

.search .dropdown-menu {
    min-width: 140px;
}

.search .btn-outline-success {
    border-color: #ced4da;
    color: #B3B3B4;
    position: relative;
}

.search.form-inline .form-control:focus,
.search .btn-outline-success:focus {
    border: 1px solid #ced4da;
    outline: none !important;
    box-shadow: none;
}

.search .btn-outline-success::before {
    content: "";
    position: absolute;
    border-left: 1px solid #ced4da;
    left: 0px;
    top: 50%;
    height: 80%;
    margin-top: -35%;
}

.search .btn-outline-success:not(:disabled):not(.disabled):active,
.search .btn-outline-success:hover {
    color: #A199B9;
    background-color: transparent !important;
    border-color: #ced4da !important;
}

.search-label {
    font-size: 0.8rem;
}

.search-label a {
    display: inline-block;
    margin: 0 8px;
}

.search-label a:first-child {
    margin-left: 0;
}

.search-label a:last-child {
    margin-right: 0;
}

.page-item.active .page-link {
    background-color: #4C417A;
    border-color: #4C417A;
}

.pagination li {
    margin: 0 5px;
}

.page-link {
    color: white;
    background-color: #DDDDDD;
    border-color: #DDDDDD;
    padding: .4rem .75rem;
}

.page-link:hover {
    color: white;
    background-color: #4C417A;
    border-color: #4C417A;
}

.page-item .page-link.arrow {
    font-size: 1.3rem;
    padding: 0rem .4rem;
    color: #3E3A39;
    border-radius: 0;
    background-color: transparent;
    border-color: transparent;
}

.menuzord {
    background: #4C417A;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.menuzord-menu {
    float: none;
    width: 100%;
    text-align: center;
}

.menuzord-menu>li {
    float: none;
}

.menuzord-menu>li>a {
    color: white;
    padding: 16px;
}

.menuzord .menuzord-menu>li.active>a,
.menuzord .menuzord-menu>li:hover>a,
.menuzord .menuzord-menu ul.dropdown li:hover>a {
    color: #4C417A;
    background-color: white;
}

.menuzord-responsive .menuzord-menu li .indicator {
    display: none;
}

.menuzord.sticky {
    position: fixed;
    top: 0;
    z-index: 99;
    max-width: 100%;
}

.menuzord-tabs {
    width: auto;
    max-width: 1140px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    float: none;
}

.menuzord-tabs-nav {
    width: 100%;
    float: none;
    text-align: left;
    border-bottom: 1px #dadbdb solid;
    padding-left: 3rem;
    padding-right: 3rem;
    display: block;
    overflow: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}

.menuzord-tabs-nav li {
    width: auto;
    display: inline-block;
    position: relative;
    margin: .5rem 1rem .5rem 0;
    position: relative;
}

.menuzord-tabs-nav>li>a {
    padding: 0px;
    border: none;
    outline: 0;
    font-weight: 600;
    color: #4C417A;
    padding: 0 .5rem;
}

.menuzord-tabs-nav li.active a,
.menuzord-tabs-nav li:hover a {
    background-color: white;
}

.menuzord-tabs-nav li.active::before,
.menuzord-tabs-nav li:hover::before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0px;
    bottom: -13px;
    color: #4C417A;
    border-bottom: solid 5px #4C417A;
}

.menuzord-tabs-content {
    width: 100%;
    padding-left: 3rem;
    padding-right: 3rem;
    float: none;
    border: none;
}

.menuzord-tabs-content .brand {
    padding-left: 0px;
    list-style: none;
    letter-spacing: -0.3em;
    text-align: left;
    border: none;
}

.menuzord-tabs-content .brand li {
    display: inline-block;
    width: 16.66666%;
    letter-spacing: normal;
    padding: 5px 0;
}

.menuzord-tabs-content .brand li a:hover {
    color: #a199b9;
}


/* ----------------------------------------------------------------
	goToTop
-----------------------------------------------------------------*/
/* 20220728 */
.fixed-fbMsg{
    position: fixed;
    bottom: 130px;
    right: 20px;
    z-index: 99999;
}

.fixed-fbMsg img{
    max-width: 50px;
}

#goToGroup,
#goToTop {
    position: fixed;
    bottom: 60px;
    right: 20px;
    z-index: 99999;
}

#goToGroup{
    bottom: 202px;
}

#goToTop a {
    display: block;
    background-color: rgba(50, 50, 50, .6);
    border-radius: 50%;
    color: #FFF;
    font-size: 12px;
    width: 50px;
    height: 50px;
    line-height: 16px;
    padding: 8px 0;
    text-align: center;
}

#goToTop a:hover {
    background-color: #4C417A;
}

#goToTop a span {
    display: block;
}

.chat {
    position: fixed;
    bottom: 0px;
    right: 75px;
    background-color: #4c417a;
    color: white;
    border-radius: 5px 5px 0 0;
    box-shadow: 0 .25rem .5rem rgba(0, 0, 0, .15) !important;
    z-index: 999;
    padding: .25rem .5rem;
}

.chat::before {
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    margin-right: 5px;
    background-image: url(../images/chat-icon.svg);
    background-size: cover;
    vertical-align: middle;
}

.chat:hover {
    color: white;
}

.whats-new {
    padding-top: 125px;
    padding-bottom: 125px;
}

/* 2023 floating Line */

#floatingLine {
    position: fixed;
    bottom: 195px;
    right: 20px;
    z-index: 99999;
    display: none;
}


/* ----------------------------------------------------------------
	輪播
-----------------------------------------------------------------*/

.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: -30px !important;
    position: relative;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #86B350 !important;
}

.owl-carousel .owl-nav {
    margin-top: 0px !important;
}

.owl-carousel .owl-nav button {
    width: 45px;
    height: 45px;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    top: 50%;
    left: -5px;
    border-radius: 0;
    display: block;
    text-align: center;
    background: rgba(255, 255, 255, .5) !important;
    width: 45px;
    height: 45px;
    font-size: 2rem !important;
    margin-top: -22.5px;
}

.owl-carousel .owl-nav button.disabled {
    display: none;
}

.owl-carousel .owl-nav button.owl-next:hover,
.owl-carousel .owl-nav button.owl-prev:hover {
    background: #4C417A !important;
    color: #FFF;
}

.owl-carousel .owl-nav button.owl-next {
    left: auto;
    right: -5px;
}

.owl-carousel .owl-nav button.owl-next span,
.owl-carousel .owl-nav button.owl-prev span {
    display: block;
    margin-top: -5px;
}

.owl-carousel .photo {
    position: relative;
}

.owl-carousel .photo a,
.products-list .photo a {
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    border: solid 1px #DADBDB;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.owl-carousel .photo a:hover,
.products-list .photo a:hover {
    border: solid 5px #86B350;
}


/*Banner*/

.banner .row {
    margin-left: -5px;
    margin-right: -5px;
}

.banner .row .col-md-8,
.banner .row .col-md-4,
.banner .row .col-6 {
    padding-right: 5px;
    padding-left: 5px;
}

.banner .row .col-6:first-child {
    padding-bottom: 10px;
}

/* 首頁-熱門精選 */
.inproducts_hot .photo a,
.inproducts_hot .photo a {
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    border: solid 1px #DADBDB;
    transition: all .3s;
}


/*產品*/

.products.owl-carousel .owl-nav button.owl-next,
.products.owl-carousel .owl-nav button.owl-prev,
.recommend-products.owl-carousel .owl-nav button.owl-next,
.recommend-products.owl-carousel .owl-nav button.owl-prev,
.search-products.owl-carousel .owl-nav button.owl-next,
.search-products.owl-carousel .owl-nav button.owl-prev {
    margin-top: -45px;
}

.products .photo,
.products-list .photo {
    height: 300px;
    background-position: center center;
    background-size: cover;
    position: relative;
}

.products h3,
.products-list h3,
.hot-products h3,
.recommend-products h3,
.search-products h3 {
    font-size: 0.875rem;
    min-height: 35px;
}

.products-list .photo .bookmark {
    right: 10px !important;
    top: 10px !important;
    left: auto !important;
    border: none !important;
    z-index: 3 !important;
}

.products-list .photo .badge {
    position: absolute;
    top: 10px;
    left: 10px;
    border-radius: 0;
    padding: .5em .7em;
    line-height: 1em;
}

.hot-products,
.bid-products,
.live-carousel-2 {
    padding-left: 46px;
    padding-right: 46px;
}

.bid-products .item {
    background-color: rgba(161, 153, 185, .2);
}

.bid-products .item a {
    border: none;
}

.bid-products.owl-carousel .owl-nav button.owl-next,
.bid-products.owl-carousel .owl-nav button.owl-prev {
    background: transparent !important;
}

.bid-products.owl-carousel .owl-nav button.owl-next:hover,
.bid-products.owl-carousel .owl-nav button.owl-prev:hover {
    background: #4C417A !important;
}

.bid-products .item .photo {
    height: 215px;
    background-position: center center;
    background-size: cover;
    position: relative;
}

.bid-products .item .countdown .h4 {
    vertical-align: sub;
}

.bid-products .item p {
    font-size: 0.75rem;
}

.bid-products .item .bid-icon {
    position: absolute;
    width: 30px;
    height: 30px;
    bottom: 15px;
    right: 15px;
}

.live-products .owl-nav.disabled+.owl-dots {
    margin-top: 10px !important;
    position: relative;
}

.live-products .item {
    margin: 0 0 10px 0;
}

.live-products .item .title {
    color: white;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    background: -webkit-linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background: -o-linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background: -moz-linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
}

.live-products .item h3,
.live-carousel-1 .item .title h3,
.live-carousel-2 .item .title h3 {
    font-size: 1rem;
}

.live-products .item span,
.live-carousel-1 .item .title span,
.live-carousel-2 .item .title span {
    font-size: 0.7rem;
    font-weight: 300;
}

.live-carousel-1 .item .photo,
.live-carousel-2 .item .photo {
    height: 250px;
    background-position: center center;
    background-size: cover;
    position: relative;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.live-carousel-1 .item .photo a,
.live-carousel-2 .item .photo a {
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    border: none;
}

.live-carousel-1 .item .photo:hover,
.live-carousel-2 .item .photo:hover {
    opacity: .8;
}

.live-carousel-1 .item h6,
.live-carousel-2 .item h6 {
    margin-bottom: 0.8rem;
}

.live-carousel-1 .item .text-white-50,
.live-carousel-2 .item .text-white-50 {
    font-size: 0.75rem;
}

/* 熱門 */
/* <div class="photo-shadow"></div>
.products-latest .item .photo-shadow{
    display: block;
    width: 100%;
    height: 60px;
    background: rgba(0,0,0,0.2);
    background: -moz-linear-gradient(top, rgba(0, 0, 0,0.2) 0%, transparent 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0,0.2) 0%,transparent 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0,0.2) 0%,transparent 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(0, 0, 0,0.2)', endColorstr='transparent',GradientType=0 );

    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
} */

.products-latest .item{
    position: relative;
}

.products-latest .owl-item{
    padding-left: 15px;
    padding-right: 15px;
}

.products-latest .item .daysmark{
    font-size: 0.875rem;
    color: #fff;
    padding: 6px 12px;
    background-color: rgb(183, 175, 207);
    position: absolute;
    top: 0px;
    left: -6px;
    z-index: 3;
}

.products-latest .item .daysmark::after{
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-left: 5px rgb(158, 151, 179) solid;
    border-right: 5px transparent solid;
    border-top: 5px transparent solid;
    border-bottom: 5px transparent solid;
    position: absolute;
    bottom: -4.25px;
    left: 1.5px;
    transform: rotate(-45deg);
}

.photo-overlay{
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: rgba(0,0,0,.4);
}

.products-latest .badge-guarantee {
    width: 100%;
    max-width: 150px;
    height: auto;
    bottom: auto;
    right: auto;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}

/* 0808 認證用 */
.badge-guarantee-approved{
  position: absolute;
  bottom: -15px;
  right: -15px;
  z-index: 10;
  width: 45px;
  height: 45px;
  overflow: hidden;
}

.badge-guarantee-approved img{
    max-width: 100%;
}

/* 行動 */

@media all and (max-width: 767.98px) {
    .products .photo,
    .products-list .photo {
        height: 150px;
    }

    .products-latest .owl-item {
        padding-left: 5px;
        padding-right: 5px;
    }

    .products-latest .badge-guarantee {
        width: 7em;
    }
}


/*類別*/
.sort {
    background-size: auto 105%;
    background-position: center center;
    height: 300px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.sort:hover {
    background-size: auto 110%;
}

.sort-sm {
    background-size: auto 130%;
    height: 200px;
}

.sort-sm:hover {
    background-size: auto 135%;
}

.sort-sm::after {
    content: "";
    position: absolute;
    z-index: 0;
    bottom: 0px;
    right: 10px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 55px 55px;
    border-color: transparent transparent white transparent;
}


/*Talk*/

.carousel-talk .talk {
    margin-top: 100px;
    margin-left: 50px;
    margin-right: -10px;
}

.carousel-talk .talk .photo {
    margin-top: -100px;
    margin-left: -65px;
}

.carousel-talk.owl-carousel .owl-nav button.owl-next,
.carousel-talk.owl-carousel .owl-nav button.owl-prev {
    margin-top: 30px;
}


/* ----------------------------------------------------------------
	Footer
-----------------------------------------------------------------*/

.footer-icon img {
    width: 70px;
    height: 70px;
}

.features {
    margin-left: -30px;
    margin-right: -30px;
}

.features .col-md-4 {
    padding-left: 30px;
    padding-right: 30px;
    border-right: 1px #A199B9 solid;
}

.features .col-md-4:last-child {
    border-right: 0;
}

.features p {
    font-size: 0.75em;
}

footer {
    background-color: #DADBDB;
}

footer ul {
    list-style: none;
    padding-left: 0;
}

footer ul li {
    margin: .5rem 0;
}

footer .ul-w-50 {
    width: 50%;
    float: left;
}


/* ----------------------------------------------------------------
	產品頁
-----------------------------------------------------------------*/


/* .sidebar {
    width: 24%;
    float: left;
} */

.sidebar .form-group.row {
    margin-right: -5px;
    margin-left: -5px;
}

.sidebar .form-group.row .col-sm-8,
.sidebar .form-group.row .col-sm-4,
.sidebar .form-group.row .col-sm-12 {
    padding-right: 5px;
    padding-left: 5px;
}

.sidebar .form-group.row .btn,
.sidebar .form-group.row .form-control,
.sidebar .form-row .form-control {
    border-radius: 0px !important;
}

.beefup__head {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
    padding-left: 15px !important;
}

.sidebar .beefup {
    margin: 0px;
    border: none;
    border-radius: 0px;
}

.sidebar .beefup__head {
    border-bottom: 1px #B3B3B4 solid;
}

.sidebar .beefup__head a {
    font-size: 1rem;
    margin-left: -5px;
}

.sidebar .beefup__head>button {
    font-size: 1rem;
    border: none;
    margin: -10px -50px -10px -20px;
}

.sidebar .beefup__body {
    padding-left: 0px;
    padding-right: 0px;
    /* max-height: 250px; */
    overflow-y: scroll !important;
}


/* 卷軸美化 */

.sidebar .beefup__body::-webkit-scrollbar {
    width: 5px;
}

.sidebar .beefup__body::-webkit-scrollbar-track {
    background: #fff;
    margin: 10px 0;
}

.sidebar .beefup__body::-webkit-scrollbar-thumb {
    background: #B3B3B4;
    border-radius: 5px;
}

.sidebar .beefup__body::-webkit-scrollbar-thumb:hover {
    background: #ccc;
}

.sidebar .beefup__body a {
    display: block;
    padding: 7px 10px;
}

.sidebar .beefup__body a:hover {
    background-color: #F6F6F6;
    color: #4C417A;
}

.sidebar .beefup__body a.active {
    color: #4C417A;
}


/* .main {
    float: right;
    width: 72%;
} */

.list-icon1,
.list-icon2 {
    display: inline-block;
    width: 25px;
    height: 25px;
    background-size: cover;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.list-icon1 {
    background-image: url(../images/list-icon1-2.svg);
}

.list-icon2 {
    background-image: url(../images/list-icon2-2.svg);
}

.list-icon1:hover,
.list-icon1.active {
    background-image: url(../images/list-icon1-1.svg);
}

.list-icon2:hover,
.list-icon2.active {
    background-image: url(../images/list-icon2-1.svg);
}

.btn-advSearch {
    height: 38px;
    position: fixed;
    left: 0px;
    bottom: 57px;
    width: 100%;
    z-index: 10;
}

.products-list .bookmark,
.products-detail .bookmark {
    /* width: 25px !important;
    height: 25px !important; */
    /* background-image: url(../images/star-icon1.svg); */

    width: 20px !important;
    height: 20px !important;
    background-image: url(../images/heart_icon01.svg);
    background-size: cover;
    display: inline-block;
}

.products-list .bookmark:hover,
.products-list .bookmark.active,
.products-detail .bookmark:hover,
.products-detail .bookmark.active {
    /* background-image: url(../images/star-icon2.svg); */
    background-image: url(../images/heart_icon02.svg);
}

.products-list .col {
    position: relative;
}

.products-list .photo {
    height: 250px;
}

.products-list .col:nth-child(1) {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}

.products-list .col:nth-child(2) {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

.products-list .col:nth-child(3) {
    -ms-flex: 0 0 15%;
    flex: 0 0 15%;
    max-width: 15%;
}

.products-list .col:nth-child(4) {
    -ms-flex: 0 0 15%;
    flex: 0 0 15%;
    max-width: 15%;
}

.products-list .col:nth-child(5) {
    -ms-flex: 0 0 15%;
    flex: 0 0 15%;
    max-width: 15%;
}

.products-list .col:nth-child(6) {
    -ms-flex: 0 0 10%;
    flex: 0 0 10%;
    max-width: 10%;
}

.products-list .col::after {
    content: "";
    position: absolute;
    width: 1px;
    height: 100px;
    background-color: #F6F6F6;
    display: block;
    right: 0px;
    top: 50%;
    margin-top: -50px;
}

.products-list .col:nth-child(1)::after,
.products-list .col:nth-child(5)::after,
.products-list .col:nth-child(6)::after {
    display: none;
}

.products-list .countdown {
    font-size: 0.875rem;
}

.products-list .countdown .h4 {
    font-size: 1rem !important;
    margin-bottom: 0 !important;
}

.bid-end {
    color: white;
    font-size: 1rem;
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background-color: rgba(0, 0, 0, .7);
}

.brand-tab {
    margin-left: 0px;
    margin-right: 0px;
}

.brand-tab .col-3,
.brand-tab .col-9 {
    padding-left: 0px;
    padding-right: 0px;
}

.brand-tab .col-3 .nav {
    border: 1px #DADBDB solid;
}

.brand-tab .nav-pills .nav-link {
    border-radius: 0px;
    padding: .264rem 1rem;
    border-bottom: 1px #DADBDB solid;
}

.brand-tab .nav-pills .nav-link:last-child {
    border-bottom: none;
}

.brand-tab .nav-pills .nav-link.active,
.brand-tab .nav-pills .show>.nav-link {
    background-color: #F6F6F6;
}

.brand-tab .tab-pane a {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-size: cover;
}

.live-area iframe {
    height: 545px;
}

.live-area .col-md-9 {
    -ms-flex: 0 0 79%;
    flex: 0 0 79%;
    max-width: 79%;
}

.live-area .col-md-3 {
    -ms-flex: 0 0 21%;
    flex: 0 0 21%;
    max-width: 21%;
}

.live-list {
    height: 105px;
    background-size: cover;
}

.live-list {
    position: relative;
}

.live-list a {
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    border: solid 1px transparent;
    background-color: rgba(0, 0, 0, .75);
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.live-list a:hover {
    background-color: rgba(0, 0, 0, 0);
    border: solid 5px #86B350;
}

.live-list h3 {
    font-size: 0.875rem;
    position: absolute;
    left: 10px;
    bottom: 5px;
    z-index: 3;
}

.live-data {
    padding-left: 0px;
    color: #B3B3B4;
    font-size: 0.875rem;
}

.live-data li {
    display: inline-block;
    border-left: 1px #B3B3B4 solid;
    padding-left: .3rem;
    padding-right: .3rem;
}

.live-data li:first-child {
    border-left: none;
    padding-left: 0;
}

.brand {
    border: 1px #DADBDB solid;
}

.brand .col-sm {
    border-right: 1px #DADBDB solid;
}

.brand .col-sm:last-child {
    border-right: none;
}

.brand .col-sm:hover {
    background-color: #F6F6F6;
}

.share a {
    color: #B3B3B4;
    display: inline-block;
    width: 38px;
    height: 38px;
    line-height: 36px;
    font-size: 1.2rem;
    text-align: center;
    border: 1px solid #B3B3B4;
    border-radius: 50%;
    margin: 0 5px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.share a:hover {
    color: white;
    background-color: #4C417A;
}


/* ----------------------------------------------------------------
	賣家
-----------------------------------------------------------------*/

.info-ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.info-ul li {
    margin-bottom: 1rem;
}

.info-ul li:last-child {
    margin: 0;
}

.info-ul .icon {
    width: 20px;
    height: 20px;
    vertical-align: middle;
}

.star0,
.star1,
.star2 {
    display: inline-block;
    width: 14px;
    height: 14px;
    background-image: url(../images/star1.svg);
    background-size: cover;
    margin: 0 .1rem;
}
.star0 {
    background-image: url(../images/star0.svg);
}

.star2 {
    background-image: url(../images/star2.svg);
}

.products-h-auto .photo {
    height: auto;
}

.evaluation-list {
    position: relative;
}

.evaluation-list .data {
    top: 1rem;
    right: 1rem;
    position: absolute;
    font-size: 0.75rem;
}

.evaluation-list .media .data {
    top: 2rem;
    right: 2rem;
}

.evaluation-list .photo {
    width: 60px;
}

.evaluation-list .badge {
    padding: .3rem .5rem;
    font-weight: 500;
    color: #b3b3b4;
    border: 1px solid #b3b3b4;
    background-color: transparent;
    margin-right: .5rem;
}

.evaluation-star .star1,
.evaluation-list .star1 {
    background-image: url(../images/star3.svg);
}

.evaluation-star .star2,
.evaluation-list .star2 {
    background-image: url(../images/star4.svg);
}

.text-box p {
    margin-bottom: 0;
}

.lead {
    color: #b5b5b6;
}


/* ----------------------------------------------------------------
	部落格
-----------------------------------------------------------------*/

.tag {
    letter-spacing: -0.3em;
}

.tag .btn {
    font-size: 0.75rem;
    letter-spacing: normal;
    background-color: white;
    margin-right: .5rem;
    margin-bottom: .5rem;
}

.blog {
    background-size: auto 105%;
    background-position: center center;
    height: 360px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.blog:hover {
    background-size: auto 110%;
}

.article-title {
    font-size: 0.875rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}


/* ----------------------------------------------------------------
	產品頁
-----------------------------------------------------------------*/

.gallery {
    max-width: 1000px !important;
}


/*.gallery-row {
    display: block !important;
    overflow: hidden;
}

.g_nav {
    display: block !important;
    width: 100% !important;
    float: left;
}

.g_nav-cont {
    display: block !important;
    width: 18.5% !important;
    float: left;
}

.g_img-cont {
    display: block !important;
    width: 79.5% !important;
    float: right;
}

.g_s-img {
    width: 100% !important;
    margin: 0 0 9px 0 !important;
}*/

.gallery {
    padding-right: 1.5rem;
}

.gallery-row {
    flex-direction: column-reverse !important;
    margin-bottom: 1rem;
}

.g_nav {
    width: 100% !important;
}

.g_s-img {
    width: 16% !important;
    opacity: 1 !important;
}

.g_s-img:hover {
    opacity: 0.5 !important;
}

.g_nav-cont .arrow-div {
    display: none;
}

.big-arrows {
    top: 0px;
    display: block;
}

.g_img-cont .big-arrows>* {
    padding: 0px !important;
}

.g_f-s {
    background-color: rgba(0, 0, 0, .8) !important;
    overflow: hidden !important;
    z-index: 99999;
}

.g_f-s .close-button {
    top: -15px !important;
    right: -73px !important;
    z-index: 99999;
}

.g_f-s-arrow {
    width: auto !important;
    position: absolute !important;
}

.g_f-s-arrow-left.prev {
    left: 0 !important;
}

.g_f-s-arrow-right.next {
    right: 17px !important;
}

.g_f-s-arrow:hover {
    background-color: transparent !important;
}

.material-icons {
    padding: 0px !important;
}

.g_f-s-image img {
    height: 100% !important;
}

.g_img-cont .big-arrows>*>* {
    font-size: 1.5rem !important;
    font-weight: 100 !important;
}

.g_img-cont .big-arrows>* {
    color: #3E3A39 !important;
    text-shadow: none !important;
    opacity: 1 !important;
}

.products-detail .badge {
    font-size: 0.75rem;
}

.products-detail .record .bookmark {
    vertical-align: middle;
    margin-top: -5px;
    margin-left: 5px;
}

.products-detail .beefup {
    margin: 0px;
    border: none;
    border-radius: 0px;
}

.products-detail .beefup__head {
    border-bottom: 1px #eee solid;
}

.products-detail .beefup__head>button {
    color: #3e3a39;
    font-size: 0.875rem;
    border: none;
    margin: -10px -50px -10px -30px;
}

.products-detail .beefup__body {
    font-size: 0.875rem;
    padding-left: 0px;
    padding-right: 0px;
}

.products-detail .beefup__body a {
    display: block;
    padding: 7px;
}

.products-detail .beefup__body a:hover {
    background-color: #F6F6F6;
    color: #3E3A39;
}

.products-detail .tag a {
    border: none;
    background-color: #f6f6f6;
}

.qa-title .title {
    font-size: 0.875rem !important;
    color: white;
    background-color: #4C417A;
}


/* ----------------------------------------------------------------
	購物車
-----------------------------------------------------------------*/

.shopping-cart .photo {
    height: 200px;
}

.shopping-cart .photo .close-icon {
    color: #727171;
    position: absolute;
    top: 5px;
    left: 5px;
    z-index: 3;
    font-size: 0.75rem;
    width: 25px;
    height: 25px;
    background-color: #F7F8F8;
    text-align: center;
    line-height: 25px;
    border: none;
    border-radius: 50%;
}

.shopping-cart .photo .close-icon:hover {
    border: none;
    color: white;
    background-color: #4C417A;
}

.shopping-cart h5,
.shopping-cart h6 {
    font-size: 1rem;
}

.shopping-cart h6 {
    font-weight: 300;
}

.shopping-cart h5,
.shopping-cart a {
    color: #86B350;
}

.shopping-cart h5,
.shopping-cart a:hover {
    color: #4C417A;
}

.shopping-cart .nice-select.select-line {
    width: 50%;
}

.nice-select.select-line {
    height: 37px;
    line-height: 35px;
}

.nice-select.select-line:after {
    margin-top: -2px;
    right: 12px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 3.5px 0 3.5px;
    border-color: #3E3A39 transparent transparent transparent;
    transform: rotate(0deg);
}

.nice-select.select-line.open:after {
    right: 14px;
    margin-top: -4px;
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.nice-select.select-line:before {
    content: "";
    position: absolute;
    border-right: 1px solid #dadbdb !important;
    height: 37px;
    top: 0px;
    right: 30px;
}

.discount-link {
    position: absolute;
    top: 18px;
    right: 30px;
}

.products-list.favorites {
    margin-left: -7.5px;
    margin-right: -7.5px;
}

.products-list.favorites .col-md-5-cols {
    padding-left: 7.5px;
    padding-right: 7.5px;
}

.login-box {
    margin-left: 30px;
    margin-right: 30px;
}

.login-box .col-md-6 {
    padding-left: 30px;
    padding-right: 30px;
}

.login-box .col-md-6:first-child {
    border-right: 1px #c9caca solid;
}

.table-vip thead th span::before {
    content: "　/　";
}

.table-vip th,
.table-vip td {
    border: none;
    text-align: center;
    vertical-align: middle;
}

.table-vip tbody tr:nth-of-type(odd) {
    background-color: rgba(161, 153, 185, .2);
}

.table-vip th {
    text-align: left;
    padding-left: 3rem;
}

.table-vip tfoot tr {
    background-color: #4C417A;
}

.table-vip tfoot tr th,
.table-vip tfoot tr td {
    color: white;
}

.bid-input-group .btn-outline-secondary {
    font-size: 0.75rem;
    background-color: transparent;
}

.table-program {
    min-width: 580px;
}

.table-program .btn:hover {
    text-decoration: none !important;
}

.table-program .btn-light {
    color: #b5b5b6 !important;
}

.table-program .btn-primary {
    color: white !important;
}

.table-program tr td {
    font-size: 0.75rem;
}

.table-program th {
    color: #4C417A;
}

form .btn-outline-secondary {
    color: #3e3a39;
    background-color: white;
}

form .btn-outline-secondary:hover {
    color: #3e3a39 !important;
    background-color: #F6F6F6 !important;
    border-color: #DADBDB !important;
    text-decoration: none !important;
}

form .table {
    min-width: 790px;
}


/* ----------------------------------------------------------------
	會員中心
-----------------------------------------------------------------*/

.seller-center {
    background-color: #F6F6F6;
}

.seller-center header {
    position: relative;
    z-index: 99;
}


/* 行動 */

@media all and (max-width: 767.98px) {
    .seller-center nav.navbar {
        height: 94px;
    }
    .seller-center .menu-trigger.left {
        left: 0;
        top: 0
    }
}

.seller-center .navbar-text {
    display: block;
    float: right;
}

.seller-center .v-navbar .container-fluid {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.seller-center .v-navbar .navbar-brand .v-logo-title {
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.seller-center .v-navbar .navbar-brand .v-logo-title h4,
.seller-center .v-navbar .navbar-brand .v-logo-title small {
    margin-bottom: 6px;
    padding: 0;
}

.seller-center .v-navbar .navbar-brand .v-logo-title h4 {
    margin-left: 5px;
    margin-right: 5px;
}


/* 行動 */

@media all and (max-width: 767.98px) {
    .seller-center .v-navbar .navbar-brand {
        margin: 0 auto;
        display: flex;
        justify-content: center;
    }
}

.seller-center .v-navbar .navbar-brand a {
    color: white;
}

.seller-center #bars {
    position: fixed;
    right: 10px;
    top: 50px;
    z-index: 9999;
    display: none;
}

.seller-center .sidebar,
.seller-center .main {
    padding-top: 2em;
    width: inherit;
}

@media all and (max-width: 767.98px) {
    .seller-center .main{
        padding-top: 30px;
    }
}

.seller-center .noafte::after {
    display: none;
}

.seller-center .nav .nav-item .nav-link {
    color: #b5b5b6;
}

.seller-center .nav .nav-item .nav-link:hover {
    color: #4C417A;
}

.seller-center .nav .nav-item .nav-link.active {
    color: #4C417A;
    font-weight: 600;
}

.seller-center .table {
    min-width: 800px;
}

.seller-center .input-group>.form-control {
    border-right: none;
}


/* .seller-center .input-group-append .btn::before {
    content: "";
    position: absolute;
    border-left: 1px solid #ced4da;
    left: 0px;
    top: 50%;
    height: 80%;
    margin-top: -35%;
} */

.seller-center .input-group-append .btn {
    /* color: #b3b3b4; */
    border-left: none;
    /* background-color: transparent !important; */
}

.seller-center .input-group-append .btn:hover {
    /* color: #A199B9 !important; */
    /* background-color: transparent !important; */
    border-color: #ced4da !important;
}

.nice-select {
    height: 38px !important;
    line-height: 36px !important;
}

.seller-center .datepicker::before,
.seller-center .category::before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    background-image: url(../images/datepicker-icon.svg);
    background-size: cover;
    position: absolute;
    left: 8px;
    top: 8px;
}

.member-center .datepicker::before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    background-image: url(../images/datepicker-icon.svg);
    background-size: cover;
    position: absolute;
    left: 8px;
    top: 8px;
}

.seller-center .category::before {
    background-image: url(../images/pen-icon.svg);
    left: auto;
    right: 8px;
}

.seller-center .datepicker .form-control {
    padding-left: 30px;
}

.nice-select.gray {
    background-color: #F6F6F6;
}


/*
VECTOR
.seller-center .pagination .page-item .page-link.arrow {
    width: 25px;
    height: 25px;
    line-height: 19px;
    text-align: center;
    padding: 0;
    color: #b5b5b6;
    border-radius: 3px;
    background-color: #F6F6F6;
    border-color: #b5b5b6;
}
*/

.pagination li {
    margin: 0 2.5px;
}

.pagination .form-control {
    width: 35px;
    height: 25px;
}

.custom-switch .custom-control-label {
    transform: scale(1.4);
    -ms-transform: scale(1.4);
    -webkit-transform: scale(1.4);
    margin-left: 1rem;
    margin-top: -.25rem;
}

.custom-switch .custom-control-label::before {
    background-color: #dcdddd;
    border: #dcdddd solid 1px;
}

.custom-switch .custom-control-input:checked~.custom-control-label::before {
    color: #86b350;
    border-color: #86b350;
    background-color: #86b350;
}

.seller-center .custom-switch .custom-control-label::after {
    background-color: white;
    top: calc(.1rem + 2px);
}

.photo-up {
    white-space: nowrap;
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    letter-spacing: -0.3em;
}

.photo-up .photo-list {
    position: relative;
    width: 375px;
    height: 215px;
    background-color: rgba(161, 153, 185, .2);
    border: 1px dashed rgba(76, 65, 122, .2);
    display: inline-block;
    letter-spacing: normal;
    margin-right: .5rem;
    background-size: cover;
    background-position: center center;
}

.photo-up .photo-list.active {
    border: 2px solid #86b350;
}

.photo-up .photo-list .close {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 15px;
    border-radius: 50%;
    color: white;
    background-color: #86B350;
    opacity: 1;
    text-shadow: none;
}

.photo-up .photo-list:last-child {
    margin-right: 0;
}

.photo-up .photo-list .add {
    display: block;
    background-image: url(../images/add.png);
    background-size: cover;
    width: 40px;
    height: 40px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -20px;
    margin-top: -20px;
}


/* 卷軸美化 */

.photo-up::-webkit-scrollbar {
    height: 5px;
}

.photo-up::-webkit-scrollbar-track {
    background: #fff;
    margin: 10px 0;
}

.photo-up::-webkit-scrollbar-thumb {
    background: #B3B3B4;
    border-radius: 5px;
}

.photo-up::-webkit-scrollbar-thumb:hover {
    background: #ccc;
}

.seller-center .form-group.row .category::before {
    right: 23px;
}

.seller-center .form-group.row .datepicker::before {
    /* left: 23px; */
    right: 15px;
    left: auto;
}

.member-center .form-group.row .datepicker::before {
    /* left: 23px; */
    right: 15px;
    left: auto;
}

.products-up.box {
    width: auto;
    /* height: 120px; */
    padding-left: .5rem;
    padding-right: .5rem;
}

.products-up .products-list {
    position: relative;
    width: 100px;
    height: 100px;
    background-color: rgba(161, 153, 185, .2);
    border: 1px dashed rgba(76, 65, 122, .2);
    display: inline-block;
    letter-spacing: normal;
    margin-right: .5rem;
    background-size: cover;
    background-position: center center;
}

.products-up .products-list .add {
    display: block;
    background-image: url(../images/add.png);
    background-size: cover;
    width: 40px;
    height: 40px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -20px;
    margin-top: -20px;
}

.products-up .products-list.active {
    border: 2px solid #86b350;
}

.products-up .products-list .close {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 15px;
    border-radius: 50%;
    color: white;
    background-color: #86B350;
    opacity: 1;
    text-shadow: none;
}

.products-up .products-list:last-child {
    margin-right: 0;
}

.bells {
    padding-left: 2.5rem;
}

.bells::before {
    content: "";
    position: absolute;
    display: block;
    width: 20px;
    height: 20px;
    left: 12px;
    top: 12px;
    background-image: url(../images/bells-icon.svg);
    background-size: cover;
}


/* ----------------------------------------------------------------
	聊聊
-----------------------------------------------------------------*/

.chat-box {
    position: fixed;
    width: 700px;
    height: 480px;
    bottom: 0px;
    right: 10px;
    border-radius: 20px 20px 0 0;
    overflow: hidden;
}

.chat-box .chat-content {
    height: 300px;
    overflow-y: scroll;
    overflow-x: hidden;
}

.chat-box .chat-content .col-auto .bg-light,
.chat-box .chat-content .col-auto .bg-lavender {
    display: inline-block;
}

.chat-box .chat-list {
    height: 380px;
    overflow-y: scroll;
    overflow-x: hidden;
}

.chat-box .chat-list .media:hover {
    background-color: #F6F6F6;
}

.chat-box .search {
    position: relative;
}

.chat-box .search::before {
    content: "";
    display: block;
    background-image: url(../images/search-icon2.svg);
    background-size: cover;
    width: 25px;
    height: 25px;
    position: absolute;
    left: 20px;
    top: 5px;
}

.chat-box .search .form-control {
    padding-left: 2.5rem;
}


/* 卷軸美化 */

.chat-box .chat-content::-webkit-scrollbar,
.chat-box .chat-list::-webkit-scrollbar {
    width: 5px;
}

.chat-box .chat-content::-webkit-scrollbar-track,
.chat-box .chat-list::-webkit-scrollbar-track {
    background: #fff;
    margin: 10px 0;
}

.chat-box .chat-content::-webkit-scrollbar-thumb,
.chat-box .chat-list::-webkit-scrollbar-thumb {
    background: #B3B3B4;
    border-radius: 5px;
}

@media only screen and (max-width: 1280px) {
    .seller-center .sidebar {
        padding-left: 2rem !important;
        padding-right: 2rem !important;
    }
}

@media only screen and (max-width: 1024px) {
    .gallery-item {
        width: 100% !important;
    }
    .seller-center .sidebar {
        width: 25%;
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }
    .seller-center .main {
        width: 75%;
    }
}

@media only screen and (max-width: 959px) {
    .h2,
    h2 {
        font-size: 1.5rem;
    }
    .search .nice-select {
        min-width: 130px;
        max-width: 130px;
    }
    .search.form-inline .form-control {
        width: 50% !important;
    }
    .slogan .dropdown-menu {
        left: -120px;
    }
    .slogan .btn-group .btn {
        margin-top: -5px;
    }
    .menuzord .showhide em {
        background: white;
    }
    .menuzord-responsive .menuzord-menu li .indicator {
        display: block;
    }
    .menuzord-tabs-content .brand li {
        font-size: 12px;
    }
    .banner .carousel-dots {
        margin-bottom: 15px;
    }
    .sidebar,
    .main {
        float: none;
        width: 100%;
    }
    .sidebar {
        margin-top: 2rem;
    }
    .sidebar .advSearch {
        display: none;
    }
    .main {
        padding-left: 0px;
    }
    .live-area .col-md-9,
    .live-area .col-md-3 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .live-area iframe {
        height: 440px;
    }
    .evaluation-list .photo {
        width: 40px;
    }
    .evaluation-star .btn {
        font-size: 0.75rem;
        padding-left: .5rem !important;
        padding-right: .5rem !important;
        margin-left: .1rem !important;
        margin-right: .1rem !important;
    }
    .blog {
        height: 250px;
    }
    .g_f-s-arrow-right.next {
        right: 0px !important;
    }
    .g_f-s .close-button {
        right: -45px !important;
    }
    .login-box .col-md-6:first-child {
        border-right: none;
    }
    .table-vip th {
        padding-left: .75rem;
    }
    .table-vip h6 {
        font-size: 0.875rem;
    }
}

@media only screen and (max-width: 767px) {
    .menuzord-responsive .menuzord-tabs-nav,
    .menuzord-tabs-content {
        padding-left: 0;
        padding-right: 0;
    }
    .menuzord-tabs-nav li {
        margin: .5rem .5rem .5rem 0;
    }
    .menuzord-tabs-content .brand li {
        width: 50%;
    }
    .features .col-md-4 {
        border-right: none;
    }
    .products-list .col.col-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .evaluation-star,
    .evaluation-list {
        padding: 1.5rem 1rem !important;
    }
    .evaluation-list .data,
    .evaluation-list .media .data {
        top: .5rem;
        right: .5rem;
    }
    .evaluation-star .btn {
        font-size: 0.75rem;
        padding-left: .3rem !important;
        padding-right: .3rem !important;
        margin-left: .08rem !important;
        margin-right: .08rem !important;
    }
    .seller-reply {
        margin-top: -5px;
        padding-left: 60px;
    }
    .gallery {
        padding-right: 0;
    }
    /*.gallery-item {
        height: 90px !important;
    }*/
    .shopping-cart .photo {
        height: 175px;
    }
    .shopping-cart .nice-select.select-line {
        width: 100%;
    }
    .table-vip th {
        text-align: center;
        padding-left: .75rem;
    }
    .table-vip th:nth-child(1) {
        width: 40%;
    }
    .table-vip th:nth-child(2) {
        width: 30%;
    }
    .table-vip th:nth-child(3) {
        width: 30%;
    }
    .table-vip h6 {
        display: block !important;
    }
    .table-vip th span {
        font-size: 0.75rem;
    }
    .table-vip th span::before {
        display: none;
    }
    .table-vip tbody tr th span {
        display: block;
        text-align: center;
    }
    .seller-center .container-fluid {
        display: block !important;
    }
    .seller-center .sidebar,
    .seller-center .main {
        width: 100%;
        float: none !important;
    }
    .seller-center .sidebar {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }
    .navbar-text {
        position: relative;
        width: 100%;
        text-align: right;
        margin-bottom: .5rem;
    }
    .navbar-text a:last-child {
        padding: .3rem 0 .3rem .5rem !important;
        margin-left: .3rem !important;
    }
    .seller-center .main .bg-white {
        padding-top: 0px;
        padding: 1rem !important;
    }
}

@media only screen and (max-width: 576px) {
    .wrapper {
        padding-top: 48px;
    }
    .material-icons {
        color: #3E3A39 !important;
        background-color: rgba(255, 255, 255, .5);
        padding: 10px;
        font-size: 1.8rem !important;
    }
    .menubar {
        margin: 0;
        z-index: 999;
        padding-left: 0px;
        background-color: #4c417a;
    }
    .menubar .menu-trigger {
        padding: 0px;
    }
    .menubar .logo img {
        margin-top: 0px;
    }
    .menubar .header-link {
        position: absolute;
        right: 20px;
        top: 0px
    }
    .menubar .header-link img {
        width: 16px;
        height: 16px;
    }
    .position-left {
        top: 48px;
        z-index: 999;
    }
    .seller-center .position-left {
        top: 94px;
    }
    .menu-container {
        width: 200px;
        background-color: #2d1f52;
        padding-bottom: 130px;
    }
    .menu-container .dropdown-heading,
    .menu-items li a {
        color: white !important;
        padding: 10px 20px;
        border-bottom: #a199b9 1px solid;
    }
    .menu-container .has-sub i.d-arrow {
        color: #a199b9 !important;
        /* margin-top: 3px; */
        margin-right: 0px;
        font-size: 1rem !important;
        width: 30px;
        text-align: center;
        height: 30px;
        line-height: 24px;
    }

    .menu-container .dropdown-heading{
        position: relative;
        z-index: 0;
        padding-right: 10px;
    }

    .menu-container .dropdown-heading > .dropdown-heading-link{
        display: inline-block;
        position: relative;
        z-index: 5;
        padding: 0px 0;
        cursor: pointer;
        border: none;
        background: transparent !important;
        color: #fff !important
    }

    .menu-container .dropdown-heading:hover,
    .menu-items li a:hover {
        background-color: rgba(161, 153, 185, .4);
    }
    .menu-container .has-sub ul {
        background: transparent;
        border-bottom: #a199b9 1px solid;
        /* max-height: 170px;
        overflow-y: scroll; */
    }
    .menu-container .has-sub ul li a {
        padding: 8px 20px;
        font-size: 12px;
        color: white;
        border-bottom: none;
    }

    /* 洗職包 */
    .has-sub-package ul li a {
        font-size: 14px !important;
        font-weight: 900;
    }

    /* 0812 */
    .menu-container .has-sub ul li{
        position: relative;
    }

    .menu-container .has-sub ul li a{
        padding: 10px 20px 10px 35px;
    }

    .menu-container .has-sub ul li a + .dropdown-heading{
        position: absolute;
        top: 10px;
        right: 20px;
        border-bottom: none;
        padding: 0;
        z-index: 1;
    }

    .menu-container .has-sub ul li a + .dropdown-heading i.d-arrow{
        margin-top:0;
    }
    .menu-container .has-sub ul li a + .dropdown-heading + ul.jsSub-dropdown a{
        position:relative;
        padding-top: 0;
        line-height: 1.75;
    }
    .menu-container .has-sub ul li a + .dropdown-heading + ul.jsSub-dropdown a::before{
        content: ' - ';
        display: inline-block;
        position: absolute;
        left: 25px;
    }

    .menu-container .has-sub ul li a + .dropdown-heading + ul.jsSub-dropdown{
        display: none !important;
        padding-left: 15px;
    }
    .menu-container .has-sub ul li a + .dropdown-heading + ul.jsSub-dropdown.active{
        display: block !important;
    }

    .menu-head {
        background-color: #2D1F52;
        width: 200px;
        top: auto !important;
        bottom: 57px;
        height: auto;
        padding: 15px;
        overflow: hidden;
        z-index: 1000;
    }
    .menu-head a {
        font-size: 1.2rem;
    }
    .dim-overlay:before {
        background-color: transparent;
    }
    .menu-container::-webkit-scrollbar {
        width: 0px;
    }
    .material-icons {
        color: white !important;
        background-color: transparent;
    }
    footer .copyright {
        padding-bottom: 57px;
    }
    .footer-menu {
        bottom: 0px;
        left: 0px;
        z-index: 1000;
    }
    .footer-menu img {
        width: 40% !important;
    }
    .footer-menu span {
        font-size: 0.75rem;
    }
    .footer-menu .badge {
        position: absolute;
        left: 15px;
        top: 0px;
        font-size: 0.5rem;
        font-weight: 100;
        display: block;
        width: 16px;
        height: 16px;
    }
    .search.form-inline .form-control {
        width: 48% !important;
    }
    .live-carousel-2 {
        padding-left: 0px;
        padding-right: 0px;
    }
    .brand .col-sm {
        border-bottom: 1px #DADBDB solid;
    }
    .live-area iframe {
        height: 240px;
    }
    .blog {
        height: 180px;
    }
    /*.g_nav-cont {
        width: 15.5% !important;
    }

    .g_s-img {
        height: 72.5px !important;
    }

    .g_img-cont {
        width: 83% !important;
    }

    .g_b-img {
        height: 318px !important;
    }*/

    #goToGroup{
        bottom: 27%;
    }

    #goToTop {
        bottom: 70px;
    }
    .chat {
        right: 15px;
    }
    .seller-center #bars {
        display: block;
    }
    .seller-center .sidebar {
        display: none;
    }
}


/* ========================================================== */
/* VECTOR */
/* ========================================================== */

.menuzord {
    float: none;
}

.v-page-wrapper {
    /* padding: 1.5rem 0 !important; */
    padding: 1.5rem 1.5rem !important;
}


/* 行動 */

@media all and (max-width: 767.98px) {
    .v-page-wrapper{
        padding: 0 0 !important;
    }
}

.table-responsive .table {
    min-width: 700px;
}

.v123-ratio-frame {}

.v123-ratio-frame:before {
    content: '';
    padding-top: 100%;
    /* vertical value as  100% equals width */
    display: inline-block;
    vertical-align: middle;
    /* or whatever */
}

.v123-ratio-frame span {
    display: inline-block;
}


/* ratio*/

.v123-ratio-frame.ratio-1-1:before {
    padding-top: 100%;
    /* 4:3 Aspect Ratio */
}

.v123-ratio-frame.ratio-4-3:before {
    padding-top: 75%;
    /* 4:3 Aspect Ratio */
}

.v123-ratio-frame.ratio-16-9:before {
    padding-top: 56.25%;
    /* 16:9 Aspect Ratio */
}

.fill-height {
    min-height: 100vh;
    height: auto !important;
    /* cross-browser */
    height: 100%;
    /* cross-browser */
}


/* 實名驗證 */

.realname-verification-box {
    border-right-width: 2px !important;
}

.realname-verification-box ._content {
    height: 220px;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .realname-verification-box {
        border: none;
    }
}

.v-img-uploader {}

.v-img-uploader .photo-list {
    position: relative;
    /* height: 215px; */
    background-color: rgba(161, 153, 185, .2);
    border: 1px dashed rgba(76, 65, 122, .2);
    letter-spacing: normal;
}

.v-img-uploader .photo-list .photo {
    position: absolute;
    top: 1%;
    left: 1%;
    width: 98%;
    height: 98%;
    background-size: cover;
    background-position: center center;
}

.v-img-uploader .photo-list.active {
    border: 2px solid #86b350;
}

.v-img-uploader .photo-list:not(.active) {
    cursor: pointer;
}

.v-img-uploader .photo-list .close {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 15px;
    border-radius: 50%;
    color: white;
    background-color: #86B350;
    opacity: 1;
    text-shadow: none;
}

.v-img-uploader .photo-list:last-child {
    margin-right: 0;
}

.v-img-uploader .photo-list .add {
    display: block;
    background-image: url(../images/add.png);
    background-size: cover;
    width: 40px;
    height: 40px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -20px;
    margin-top: -20px;
}

.user-number {
    font-size: 1.2rem;
}

.nav-cart-area>a>i {
    font-size: 1rem;
}

#btn_shipping_no {
    color: white;
    background-color: #4C417A !important;
}

#v-order-status-editor {
    background-color: rgb(238, 238, 238);
    padding: 10px;
}


/* 賣家設定 - 編輯欄位 */
.v-btn-edit,
.v-edit-icon {
    vertical-align: middle;
    /* margin-left: .1em; */
    cursor: pointer;
    font-size: 1em !important;
    color: #3E3A39 !important;
    margin: -.3em 0 0 -.1em;
}

.v-edit-input {
    display: none;
    margin-top: 1em;
}


/* 星星評價 */

.rating {
    color: rgb(255, 153, 0);
    box-sizing: border-box;
    width: auto;
    font-size: 28px;
}

.v-seller-submenu{
    margin-bottom: 1.2em;
}

.v-img-frame{
    overflow: hidden;
    width: 100%;
    position: relative;
    height: inherit;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background-color: #b7afcf !important;
}
.v-img-frame._circle::before{
    content:'';
    padding-top:100%;/* vertical value as  100% equals width */
    display:inline-block;
    overflow: hidden;
}
.v-img-frame img{
    object-fit: cover;
    width: 100%;
    height: 100%;
    position: absolute;
}
.v-img-frame img{
    transition: all 250ms ease-out;
    -webkit-transition: all 250ms ease-out;
    -moz-transition: all 250ms ease-out;
    -ms-transition: all 250ms ease-out;
    -o-transition: all 250ms ease-out;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
}
.v-img-frame:hover img{
    border: inherit !important;
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.v-shop-product .v-title{
    padding: .5em;
}
.v-shop-product .v-title a{
    font-size: 1rem;
    letter-spacing: .05em;
    text-align: center;
    color: #4C417A;
    display: block;
}
.v-shop-product .v-title h3{
    font-size: 1.2rem;
    min-height: initial;
    font-weight: bold;
}
.v-shop-product .v-title h4{
    font-size: 1rem;
    min-height: initial;
    font-weight: initial;
}
.v-shop-product .v-title h5{
    font-size: .8rem;
    color: rgb(56, 54, 66);
    min-height: initial;
    font-weight: initial;
}

/* 220124 */
.v-chat-btn-add-room::before {
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    margin-right: 5px;
    background-image: url(../images/chat-icon.svg);
    background-size: cover;
    vertical-align: middle;
    margin-top: -4px;
}

/*
220728
手機板搜尋欄
*/
.v_header_search{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: white;
    display: none;
}
.v_header_search form{
    height: inherit;
}
.v_header_search .v_keywords{
    width: 70%;
    height: 100% !important;
    margin: 0;
    padding: .2em 1em;
    border: none;
    box-sizing: border-box;
    color: #3d3d3d;
}
.v_header_search .v_dropdown{
    color: #3d3d3d;
    width: 30%;
    max-width: 30%;
    height: 100% !important;

    display:table;
}
.v_header_search .v_dropdown span{
    display:table-cell;
    vertical-align:middle;
}
.v_header_search .v_keywords:focus{
    border: none;
    outline: none;
}
.v_header_search .v_close{
    position: absolute;
    top: 50%;
    right: .5em;
    z-index: 99;
    font-size: 22px !important;
    color: #9a9a9a !important;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.v_order_number_wrap{
    display: flex;
    align-items: center;
}

.v_order_number_wrap .v_order_number{
    margin-right: .3em;
    margin-bottom: 0
}

/*
//////////////////////////////////////////////// 230214
拍賣頁倒數計時器
*/
.v_bid_countdown .v_winner {
    font-size: 1em;
    letter-spacing: .1em;
}

.v_circle {
    position: absolute;
    box-shadow: 0 0.46875rem 2.1875rem rgba(90, 97, 105, .25), 0 0.9375rem 1.40625rem rgba(90, 97, 105, .25), 0 0.25rem 0.53125rem rgba(90, 97, 105, .25), 0 0.125rem 0.1875rem rgba(90, 97, 105, .25);
    z-index: 999;
    display: block;
    width: 200px;
    height: 200px;
    display: block;
    overflow: hidden;
    padding: 5%;
    border-radius: 50%;
    background-color: rgba(27, 27, 27, 0.8);
    top: 25%;
    left: 50%;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    background-color: rgba(76, 65, 122, 0.75);
}

@media (max-width: 991.98px) {
    .v_circle {
        top: 15%;
    }
}

/* 已結標 */
.v_circle .v_text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    color: #ffffff !important;
    font-size: 24px;
    letter-spacing: .1em;
}

/* 列表 */
.products-list .v_circle {
    width: 100px;
    height: 100px;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.products-list .v_circle .v_text {
    font-size: 14px;
}

.products-list .v_bid_end>span {
    color: rgba(0, 0, 0, .3) !important;
}

.cursor-na {
    cursor: not-allowed !important;
}

/* 1202認證 */
.badge-guarantee{
    position: absolute;
    bottom: -15px;
    right: -15px;
    z-index: 10;
    width: 45px;
    height: 45px;
    overflow: hidden;
}
.badge-guarantee img{
    max-width: 100%;
}

.btn-download{
    line-height: 24px;
    display: inline-block;
    padding: 0 14px;
    color: #749B44;
    border: 1px solid #749B44;
    background: #fff;
    border-radius: 15px;
    font-weight: 400;
    letter-spacing: 0;
}

.btn-download:hover {
    color: #fff;
    background: #749B44;
    /* border: 1px solid #0EA1F6; */
}

/* 1103 */

.billingTab .nav-item {
    flex: 1;
    text-align: center;
}

.billingTab .nav-item>.nav-link {
    position: relative;
    padding: 15px 0;
    font-size: 15px;
    border-radius: 0;
    color: #4C417A !important;
    background-color: #ecf0f1;
}

.billingTab .nav-item>.nav-link.active {
    background-color: #fff;
}

.billingTab .nav-item>.nav-link.active::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 6px;
    left: 0;
    bottom: 100%;
    background-color: #6C5DAA;
}

.billing-content {
    padding: 1rem;
}

.billing_list_title {
    color: #fff;
    font: 18px/46px 'Noto Sans TC', 微軟正黑體, Arial, Helvetica, sans-serif;
    text-align: center;
}

.billing_list_title:first-of-type {
    background-color: rgba(161, 153, 185, 1);
}

.billing_list_title:nth-child(2) {
    background-color: rgba(106, 110, 168, 1);
}

.billing_list_title:last-of-type {
    background-color: rgba(185, 153, 185, 1);
}

.billing_cate {
    border-collapse: collapse;
    text-align: center;
    height: 50px;
    background: #f7f7f7;
    border-top: 1px solid #e4ebeb;
    border-bottom: 1px solid #e4ebeb;
    text-transform: uppercase;
    font-size: 16px;
}

.billing_text {
    text-align: center;
    padding: 10px 0;
    border-bottom: 1px solid #e4ebeb;
}

.billing_amount {
    line-height: 50px;
    color: #6C5DAA;
    font-weight: 600;
}

.billing_paymethod {
    line-height: 50px;
    color: rgba(106, 110, 168, 1);
    font-weight: 600;
}

.billing-info .billing-info-list {
    background-color: rgb(238, 238, 238);
    padding: 10px 20px 15px;
}

/* 20220103 */
.recommend-products.owl-carousel .photo,
.hot-products.owl-carousel .photo{
    background-color: #fff;
}

.recommend-products.owl-carousel .owl-item img,
.hot-products.owl-carousel .owl-item img {
    height: 195px;
    object-fit: contain;
    object-position: center;
    position: relative;
}

@media all and (max-width: 767.98px) {
    .hot-products.owl-carousel .owl-item img {
        height: 150px;
    }
}

/* 賣家販售 */
.v-img .v-img-frame {
    height: 0;
    padding-bottom: 100%;
}

.v-img .v-img-frame img{
    max-width: 100%;
    width: auto;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
    margin: auto;
    bottom: 0;
}

/* 標題類型 */
.sample12 {
    position: relative;
    line-height: 1.4;
    padding: .5em 1em;
    display: inline-block;
    font-size: 1.4em;
    font-weight: 600;
    color: #000;
}
.sample12::before, .sample12::after {
    content: '';
    width: 20px;
    height: 30px;
    position: absolute;
    display: inline-block;
}
.sample12::before {
    border-left: solid 3px #e65034;
    border-top: solid 3px #e65034;
    top: 0;
    left: 0;
}
.sample12::after {
    border-right: solid 3px #e65034;
    border-bottom: solid 3px #e65034;
    bottom: 0;
    right: 0;
  }

@media (max-width:800px) {
    .billingTab {
        margin-top: 0.5rem;
    }
    .billingTab .nav-item>.nav-link {
        font-size: 14px;
    }
    .billing_amount,
    .billing_paymethod {
        line-height: 1;
    }
    .billing-table thead {
        display: none;
    }
    .billing-table tbody,
    .billing-table tr,
    .billing-table td {
        display: block;
        width: 100%;
        text-align: left;
    }
    .billing-table td::before {
        content: attr(data-title) ':';
        display: inline-block;
        padding-right: 10px;
    }
    .billing-table tr {
        padding: .5rem 1.25rem 1rem;
        background-color: #e8e8e8;
    }
    .billing-table tr~tr {
        margin-top: 1rem;
    }
    .billing-info-list .col {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .billing-info-list .col,
    .billing-info-list .col-12 {
        margin-bottom: 10px;
    }
    .billing-info-list .col p,
    .billing-info-list .col-12 p {
        margin-bottom: 5px;
    }
}

/* 20220622 幫助中心 : 如何成為賣家、如何刊登 */
@import url('//fonts.googleapis.com/css2?family=Nuosu+SIL&display=swap');

:root{
    --textMain: #4c417a;
}

.how-page-wrapper{
    background-color: #ecebf1;
}

.how-page-wrapper p{
    margin-bottom: 1.5rem;
}

.howPage-title,
.howTextList,
.howPage-list{
    display: flex;
    flex-flow: row wrap;
}

.howPage-title{
    align-items: center;
    margin-top: 1.25rem;
    margin-bottom: 0.5rem;
}

.howPage-title .img{
    margin-right: 30px;
    margin-bottom: 1rem;
}

.howPage-title .img img{
    max-width: 100%;
}

.howPage-title .img.title{
    text-align: center;
    line-height: 1;
}

/* 20230303 */
.img-max{
    max-width: 100%;
}

#cd-timeline {
    position: relative;
    padding: 0;
    margin-bottom: 2em;
}

#cd-timeline::before {
    content: "";
    position: absolute;
    top: 0;
    left: 18px;
    height: 100%;
    width: 3px;
    background: rgba(161, 153, 185, .2);
}

#cd-timeline::after {
    content: url('../images/pageAd/about_his_arrow.png');
    display: block;
    position: absolute;
    width: 18px;
    height: 18px;
    left: 10px;
    bottom: -8px;
}

.cd-container {
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
}
.cd-timeline-block {
    position: relative;
    margin: 2em 0;
}

.cd-timeline-block:last-child{
    padding-bottom: 2em;
}

.cd-timeline-block::after {
    clear: both;
    content: "";
    display: table;
}

.cd-timeline-block:first-child {
    margin-top: 0;
}

.cd-timeline-img {
    background: var(--textMain);
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    box-shadow: 0 0 0 4px #ffffff, inset 0 2px 0 rgba(0, 0, 0, 0.08), 0 3px 0 4px rgba(0, 0, 0, 0.05);
    display: flex;
    align-items: center;
}

.cd-timeline-img svg{
    width: 100%;
    height: 100%;
    max-height: 25px;
    display: block;
    fill: white;
}

.cd-timeline-img img {
    display: block;
    width: 24px;
    height: 24px;
    position: relative;
    left: 50%;
    top: 50%;
    margin-left: -12px;
    margin-top: -12px;
}

.cd-timeline-content {
    position: relative;
    margin-left: 60px;
    background: #ffffff;
    border-radius: 0.25em;
    padding: 1em;
    box-shadow: 0 3px 0 rgba(161, 153, 185, .5);
}

.cd-timeline-content::before {
    content: "";
    position: absolute;
    top: 16px;
    right: 100%;
    height: 0;
    width: 0;
    border: 7px solid transparent;
    border-right: 7px solid #ffffff;
}

.cd-timeline-content::after {
    clear: both;
    content: "";
    display: table;
}

.howPage-title .img.title h1,
.howPage-title .img.title p{
    font-size: 36px;
    font-weight: 400;
}

.howPage-title .img.qa{
    margin-left: auto;
    margin-right: 0;
}

.howPage-list{
    align-items: flex-start;
    background:url('../images/help_list_bg.png') repeat;
    border:#b7afcf 1px solid;
    padding: 3rem 2rem 1rem 3rem;
    margin-top: 2rem;
    margin-bottom: 4rem;
}

.howPage-list .btn{
    font-size: 1rem;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
}

.howPage-list ~ .howPage-list{
    margin-top: 6rem;
}

.howPage-list .icon{
    display: inline-block;
    vertical-align: top;
    margin-top: -3px;
}

.howNum{
    background-color: var( --textMain );
    text-align: center;
    color:#fff;
    font-size: 55px;
    display: inline-block;
    width: 80px;
    height: 80px;
    line-height: 80px;
    font-family: 'Nuosu SIL', serif;
    margin-bottom: 2rem;
}

.howTxt{
    font-size: 18px;
    color:#272728;
    font-weight: 500;
    padding-left: 1rem;
    line-height: 1.75;
}

.howTxt  .icon {
    display: inline-block;
    vertical-align: top;
    margin-top: -3px;
}

.howImg{
    position: relative;
    margin-top: -6rem;
    max-width: 710px;
}

.howImg img{
    max-width: 100%;
}

.howTxt-big{
    font-size: 21px;
    color:var( --textMain )
}

h2.howTxt-big{
    line-height: 1.5;
}

.howPage-list .left{
    flex: 1;
    position: relative;
    margin-top: -4.5rem;
}

.right-img{
    margin-bottom: 1.25rem;
}

.howTextList{
    flex-wrap: nowrap;
}

.howTextList .howHeading + .howTxt{
    margin-left: 1rem;
}

.ad-page-wrapper .howTxt-big {
    font-size: 24px;
}

.ad-page-wrapper .howNote-list::after {
    /* display: none; */
    width: 97.5%;
    min-height: 93%;
}

.ad-page-wrapper .features .col-md-4 {
    padding-left: 15px;
    padding-right: 15px;
}

.ad-page-icon{
    display: flex;
    align-items: center;
}

.ad-page-icon .line {
    width: 38px;
    height: 1px;
    background: #9c9d9d;
}

.ad-page-icon .circle{
    flex: none;
}

.ad-page-txt{
    color: #696969;
}

.ad-page-iconRadius{
    border-radius: 100%;
    border: 1px solid #000;
}

.ad-page-trueList{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-around;
}

.ad-page-trueBtn{
    position: relative;
    display: block;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
    padding: 20px 40px;
    background-color: var( --textMain );
    text-align: center;
    font-size: 20px;
    margin-bottom: 10px;
}

.ad-page-trueBtn i{
    position: absolute;
    right: -15px;
    bottom: -23px;
    font-size: 0.65em;
    width: 50px;
    height: 50px;
    text-align: left;
    background: #ffffff2b;
    border-radius: 50%;
    line-height: 32px;
    padding-left: 13px;
}

.ad-page-trueBtn,
.ad-page-trueBtn:hover{
    color: #fff;
}

.ad-page-trueBtn:hover{
    background-color: #837aaa;
}

.ad-pageTable-box {
    display: flex;
    flex-wrap: wrap;
    font-size: 18px;
}

.ad-pageTable-box .bordergray {
    background: #ececec;
    border-radius: 10px;
    width: 100%;
    padding: 10px 20px;
    height: 100%;
}

.ad-pageTable-box .ad-pageTable-head .bordergray{
    /* background-color: #eee; */
    background-color: rgba(161, 153, 185, .2) !important;
    color: #4C417A;
}

.ad-pageTable-box .ad-pageTable-bcenter {
    width: calc(100% / 3);
    padding-right: 10px;
    padding-bottom: 10px;
    color: #333;
}

.ad-pageTable-box .txticon{
    width: 40px;
}

/* .ad-pageTable-box .ad-pageTable-bleft {
    width: calc((226/768)*100%);
    padding-right: 10px;
    padding-bottom: 10px;
    color: #333;
}

.ad-pageTable-box .ad-pageTable-bright {
    width: calc((542/768)*100%);
    padding-bottom: 10px;
    color: #555;
} */

/*  */
.fz-15{
    font-size: 15px !important;
}

.fz-16{
    font-size: 16px !important;
}

.img-50{
    width: 50px !important;
    height: 50px !important;
}

.circle{
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: #4c417a 2px solid;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    justify-content: center;
}

.circle .image{
    position: relative;
    width: 40px;
    height: 40px;
    margin: 0 auto;
    z-index: 5;
    overflow: hidden;
}

.circle .image img{
    transition: all .2s ease-in-out;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    margin: auto;
}

/* .inner_QuestionWrapper{
    width: 100%;
    padding: 0 30px;
    margin: 0 auto;
    max-width: 1440px;
    padding-top: 4.16667vw;
    padding-bottom: 4.16667vw;
}

.inner_QuestionWrapper .inner_Question {
    display: flex;
    flex-wrap: wrap;
}

.inner_QuestionWrapper .inner_Question .inqlist {
    padding-left: 5vw;
}

.inner_QuestionWrapper .inner_Question .inqlist .oneset:first-child {
    border-top: 2px solid #333333;
}

.inner_QuestionWrapper .inner_Question .inqlist .oneset .qhead {
    padding: 25px 70px 25px 35px;
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid #cdcdcd;
    cursor: pointer;
}

.inner_QuestionWrapper .inner_Question .inqlist .oneset .qhead .qicon {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 30px;
    font-weight: bold;
    width: 54px;
    line-height: 0.8;
}

.inner_QuestionWrapper .inner_Question .inqlist .oneset .qhead .qcontent {
    width: calc(100% - 54px);
    font-size: 18px;
    font-weight: bold;
    color: #000000;
}

.inner_QuestionWrapper .inner_Question .inqlist .oneset .qhead::after {
    content: url(../images/arrow-up.svg);
    display: block;
    position: absolute;
    top: 30px;
    right: 20px;
    opacity: 0.5;
    transition: 0.3s;
}

.inner_QuestionWrapper .inner_Question .inqlist .oneset .qhead.active::after {
    transform: rotate(180deg);
}

.inner_QuestionWrapper .inner_Question .inqlist .oneset .answer {
    background: #eeeeee;
    padding: 18px;
    display: none;
}

.inner_QuestionWrapper .inner_Question .inqlist .oneset .answer .answer_in {
    display: flex;
    flex-wrap: wrap;
} */

.accordion > .card {
    border: 1px solid rgba(0,0,0,.125);
}

.accordion h2 .btn{
    display: flex;
    align-items: center;
    font-size: 1.1rem;
}
.accordion .btn:hover,
.accordion .btn:focus {
    box-shadow: none;
    text-decoration: none;
}

.accordion .qicon {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 20px;
    font-weight: bold;
    width: 40px;
    line-height: 0.8;
}

.accordion .qicon.qicon-a{
    width: 30px;
    height: 30px;
    background-color: var(--textMain);
    border-radius: 100%;
    color: #fff;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.accordion > .card .collapse_body{
    display: flex;
    padding: 1.25rem 1.9rem;
    font-size: 1rem;
    background: #eeeeee;
    border-top: 1px solid rgba(0,0,0,.125);
    border-bottom: 1px solid rgba(0,0,0,.125);
    margin-bottom: -0.75px;
}

.accordion > .card .collapse_body .qicon.qicon-a{
    flex: none;
}

.accordion > .card .collapse_body .card-body{
    font-size: 1.1rem;
    padding: 0px 5px 0 0;
    margin-left: 13px;
}

/* 2023 End */

/* 步驟 */
.howPage-step{
    width: 100%;
    max-width: 80%;
    margin:2rem auto;
}

.howStep-title,
.howStep-img{
    position: relative;
    padding:2rem 3rem;
    z-index: 2;
    overflow: hidden;
}

.howStep-title::after,
.howStep-img::after{
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-color: #9c8bc65e;
    position: absolute;
    top:0;
    left: 0;
    z-index: -1;
}

.howStep-title{
    padding-bottom: 1.5rem;
    border-radius: 2.5rem 2.5rem 0.75rem 0.75rem;
    display: flex;
    align-items: center;
}

.howStep-img{
    padding-top: 2rem;
    padding-bottom: 3rem;
    text-align: center;
    border-radius: 0.75rem 0.75rem 2rem 2rem;
}

.howStep-img::before{
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    border: #fff 1px dotted;
    position: absolute;
    top:0;
    left: 50%;
    transform: translate3d(-50%,0,0);
    max-width: 700px;
}

.howStep-title .howStep-txt{
    margin-left: 1.25rem;
    font-size: 22px;
}

/*  */
.howPage-introTxt{
    font-size: 20px;
}

/*  */
.howNote-content{
    margin-bottom: 2rem;
}

.howNote-list{
    position: relative;
    z-index: 1;
    padding: 2rem 3rem;
}

.howNote-list::before {
    z-index: -1;
    content: "";
    position: absolute;
    background: radial-gradient(circle at 0 0, transparent 3%, white calc(3%)) top left, radial-gradient(circle at 100% 0, transparent 3%, white calc(3%)) top right, radial-gradient(circle at 0 100%, transparent 3%, white calc(3%)) bottom left, radial-gradient(circle at 100% 100%, transparent 3%, white calc(3%)) bottom right;
    background-size: 50% 50%;
    background-repeat: no-repeat;
    width: 100%;
    min-height: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.howNote-list::after {
    z-index: -1;
    content: "";
    position: absolute;
    background: radial-gradient(circle at 0 0, transparent 3%, #ecebf1 calc(3%)) top left, radial-gradient(circle at 100% 0, transparent 3%, #ecebf1 calc(3%)) top right, radial-gradient(circle at 0 100%, transparent 3%, #ecebf1 calc(3%)) bottom left, radial-gradient(circle at 100% 100%, transparent 3%, #ecebf1 calc(3%)) bottom right;
    background-size: 50% 50%;
    background-repeat: no-repeat;
    width: 98.5%;
    min-height: 90%;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}

@media (min-width: 1000px) {
    .howPage-list .left + .right{
        margin-left: 2.6rem
    }

    /*  */
    .howPage-introTxt{
        margin: 0 0 4.5rem;
    }

    /* 2023 */
    .ad-page-wrapper .howPage-list .left + .right {
        max-width:425px;
    }

    .ad-pageTable-box .ad-pageTable-head .bordergray{
        line-height: 2;
    }

    /* 2023 End */
}

@media screen and (min-width: 1000px) and (max-width: 1100px){
    .howImg {
        max-width: 525px;
    }
}

@media (max-width: 950px) {

    .how-page-wrapper p{
        font-size: 1.1rem;
    }

    /*  */
    .howNote-list {
        padding: 1.5rem;
    }

    .howNote-list::before {
        z-index: -1;
        content: "";
        position: absolute;
        background: radial-gradient(circle at 0 0, transparent 10%, white calc(10%)) top left, radial-gradient(circle at 100% 0, transparent 10%, white calc(10%)) top right, radial-gradient(circle at 0 100%, transparent 10%, white calc(10%)) bottom left, radial-gradient(circle at 100% 100%, transparent 10%, white calc(10%)) bottom right;
        background-size: 50% 50%;
        background-repeat: no-repeat;
        width: 100%;
        min-height: 100%;
        left: 50%;
        top: 50%;
        transform: translate(-50%,-50%);
    }

    .howNote-list::after {
        z-index: -1;
        content: "";
        position: absolute;
        background: radial-gradient(circle at 0 0, transparent 10%, #ecebf1 calc(10%)) top left, radial-gradient(circle at 100% 0, transparent 10%, #ecebf1 calc(10%)) top right, radial-gradient(circle at 0 100%, transparent 10%, #ecebf1 calc(10%)) bottom left, radial-gradient(circle at 100% 100%, transparent 10%, #ecebf1 calc(10%)) bottom right;
        background-size: 50% 50%;
        background-repeat: no-repeat;
        width: 95%;
        min-height: 92.5%;
        left: 50%;
        top: 50%;
        transform: translate(-50%,-50%);
    }

    .how-page-wrapper {
        padding: 1rem !important;
    }

    .howTextList,
    .howPage-list,
    .howStep-title{
        align-items: flex-start;
        flex-direction: column;
    }

    /*  */
    .howPage-title{
        flex-direction: row;
    }

    .howPage-title .img {
        margin-right: 0px;
        margin-bottom: 1rem;
        flex: 1;
    }
    .howPage-title .img.title{
        flex: 2;
    }
    .howPage-title .img.title p {
        font-size: 1.5rem;
        font-weight: 400;
    }

    /*  */
    .howNum {
        font-size: 2rem;
        width: 40px;
        height: 40px;
        line-height: 40px;
        margin-bottom: 0.75rem;
    }

    .howImg {
        margin-top: 0;
    }

    .howTxt{
        padding-left: 0;
    }

    .howPage-list{
        padding-left: 1rem;
        padding-right: 1rem;
        padding-bottom: 0rem;
    }

    .howPage-list ~ .howPage-list{
        margin-top: 1rem;
    }

    .howPage-list .left{
        margin-right: 0;
    }

    .howStep-title .howStep-txt,
    .howTextList .howHeading + .howTxt{
        margin-left: 0;
    }

    .howStep-title,
    .howStep-img{
        padding: 1.5rem;
    }

    .howPage-step{
        max-width: 100%;
        margin-top: 0;
    }
    .howStep-title .howStep-txt{
        margin-top: 0.5rem;
    }

    .howStep-title .howStep-txt {
        font-size: 18px;
    }

    /* 2023 */
    .ad-page-wrapper .howNote-list::after {
        display: none;
    }
    /* 2023 End */
}

@media (max-width:640px){
    .howPage-title .img.qa{
        width: 100%;
        flex: none;
        text-align: center;
    }
}


/*  */
.lh-1{
    line-height: 1;
}
.lh-1point25{
    line-height: 1.25;
}
.lh-1point5{
    line-height: 1.5;
}
.lh-1point75{
    line-height: 1.75;
}
.lh-1point2{
    line-height: 1.2;
}

.text-main{
    color:var( --textMain );
}

.text-f20{
    font-size: 20px;
}

.text-note{
    color:#dd636e
}

.bg-darkPurple{
    background-color: #8c1b8d;
}

.bg-mainDark{
    background-color: #000;
}

.heading-doubleLine{
    display: inline-block;
    margin: 0.65rem 0 1rem;
    padding: 0.3em 0;
    font-size: 24px;
    font-weight: 600;
    color:var( --textMain );
    border-top: 1px solid var( --textMain );
    border-bottom: 1px solid var( --textMain );
}

.headingStyle01{
    position: relative;
    background-color: var( --textMain );
    color:#fff;
    padding: 6px 18px;
    font-size: 18px;
    border-radius: 8px;
}

.headingStyle01::after{
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-left: var( --textMain ) 5px solid;
    border-right: transparent 5px solid;
    border-bottom: transparent 5px solid;
    border-top: transparent 5px solid;
    position: absolute;
    right: -10px;
    top: 14px;
}

.flex-1{
    flex:1 !important
}

.flex-auto{
    flex:auto !important
}

.flex-none{
    flex:none !important
}

.bottomLine-main{
   border-bottom: #4C417A 1px solid;
}
.bottomLine-main.dotted{
   border-bottom-style: dotted;
}

.imgShadow img{
    max-width: 100%;
    position: relative;
    box-shadow: 0 0 10px 8px rgba(0,0,0,0.1);
}

/* 履歷用 */
.block-quality label{
    position: relative;
    font-size: 16px;
    line-height: 1.25;
    padding-left: 2em;
    padding-right: 2em;
    max-width: 20%;
    flex: none;
}

.block-quality label + div{
    max-width: 80%;
    flex: 1;
    padding-right: 4em;
}

.block-quality label::before{
    content: '';
    display: inline-block;
    width: 5px;
    height: 5px;
    background-color: #000;
    border-radius: 50%;
    position: absolute;
    left: 1em;
    top: 1.05em;
}


.block-quality .products-up.btn{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding-left: 0;
}

.block-quality .products-up.btn .btn{
    display: flex;
    align-items: center;
    background: #b7afcf;
    border-color: #b7afcf;
    padding: 0.25em 0.75em;
}

.block-quality .products-up.btn .btn span{
    padding-right: 5px;
}

.block-quality .products-up.btn p{
    margin-bottom: 0;
    padding-left: 20px;
}

.block-quality .products-up.box {
    padding: .5rem .5rem .25rem;
    background: #fff;
    border-color: #dadbdb !important;
    margin-top: 0.5em;
  }

.block-quality .products-up .products-list .close {
    line-height: 1.45;
    background-color: #4c417a;
    font-size: 1em;
}

.block-quality .products-up .products-list.active {
    border: 2px solid #b7afcf;
}

.block-quality  .form-group>.btn{
    padding: 1em 5em;
}

/* 20230410 */
.form-group-memberQuality .custom-control-inline{
    margin-right: 0;
}

.form-group-memberQuality .custom-control-label{
    max-width: none;
    padding-left: 0;
}
.form-group-memberQuality .custom-control-label::before {
    position: absolute;
    top: 0.05rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: #adb5bd solid 1px;
}

.form-group-memberQuality .custom-control-label::after {
    top: 0.05rem;
}

/* 20230329 */
.txtShadow{
    text-shadow: 0px 3px 2px #c8c3c3, 0px 3px 3px #fff, 0px 3px 5px #fff, 0px 3px 7px #fff, 0px 3px 8px #fff;
}

/* 20230406 */
.bid-showTime{
    position: relative;
    overflow: visible;
}

.bid-right {
    width: 210px;
    border-radius: 0;
    left: auto !important;
    right: 0px !important;
    top: 5px;
}

.bid-right > p {
    color: #333131;
    font-size: 16px;
    padding-top: 5px;
}

.flex-nav-row-around {
    display: flex;
    flex-direction: row;
    align-content: space-between;
    justify-content: space-around;
}

.bid-right > li > p {
    color: #878686;
    font-weight: 200;
    line-height: 1.5;
    text-align: center;
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
    padding: 0 4px;
    margin-bottom: 3px;
    word-break: break-word;
    word-wrap: break-word;
}

.bid-right > li.item > p {
   font-size: 14px;
}

.bid-right > li.list > p {
    color: #171717;
}

@media (max-width: 575.98px) {
    .text-f20{
        font-size: 1rem;
    }

    .block-quality .main {
        padding: 1em 1.5em;
    }

    .block-quality label,
    .block-quality label + div{
        max-width: 100%;
        flex: none;
        padding-right: 0;
    }

    .block-quality label{
        margin: 0 0 0.5em 0 !important;
    }

    .block-quality label + div + label{
        margin-top: 1em !important;
    }

    .block-quality .products-up.btn p{
        text-align: left;
        margin-top: 0.5em;
        padding-left: 0;
        margin-bottom: 0.5em;
    }
    .block-quality .form-group > .btn{
        flex: 1;
        padding: 0.5em;
    }

    .modal-term .modal-content {
        max-height: 58em;
    }

    .modal-term h4 {
        font-size: 1.45rem;
    }

    /* 20230303 */
    .ad-page-wrapper .howNote-list {
        padding: 3.5rem 1.5rem 1.75rem 2rem;
    }

    .ad-page-trueList {
        justify-content: flex-start;
    }

    .ad-page-trueBtn{
        width: calc(50% - 10px);
        font-size: 16px;
        padding: 10px 10px;
        margin: 0 5px 10px;
    }

    .ad-page-trueBtn:last-child{
        margin-bottom: 0;
    }

    .ad-pageTable-box .bordergray {
        font-size: 16px;
        line-height: 1.5;
        padding-left: 15px;
        padding-right: 15px;
    }

    .circle{
        width: 50px;
        height: 50px;
    }

    .circle .image {
        width: 30px;
        height: 30px;
    }

    /* 20230406 */
    .bid-right {
        right: 3px !important;
        top: 30px;
        width: 100%;
    }

    /* 2023 End */
}

/* 0518 */
.index-products-latest{
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}

.index-products-latest .item{
    margin-left:8px;
    margin-right:8px;
    flex:0 0 calc(100% / 3 - 16px);
    margin-bottom: 10px;
}

.index-products-latest .item .photo{
    position: relative;
}

.index-products-latest .item .photo::after{
    content: '';
    display: block;
    width: 103%;
    height: 103%;
    border: #ddd 1px solid;
    position: absolute;
    left: -1.5%;
    top: -1.5%;
    z-index: 1;
}

.index-products-latest .item .p-2{
    text-align: center;
    margin-top: 5px;
}

.index-products-latest .item h3{
    min-height: auto;
}

/* 首頁廣告Ad 20230711 */

.Ad-modal.show{
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.Ad-modal .modal-header {
    position: absolute !important;
    top: -15px;
    right: -15px;
    padding: 0;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #000;
    border-radius: 50%;
    border: #fff 1px solid;
    z-index: 4;
}

.Ad-modal .modal-header .close {
    font-size: 1.25rem;
    color: #fff;
    opacity: 1;
    font-weight: 100;
    margin: -0.1rem 0 0 0;
    padding: 0;
}

.Ad-modal .modal-body{
    padding: 0;
}

.Ad-modal .modal-dialog .modal-body img {
    width: 100%;
}

.Ad-modal .modal-content {
    overflow: visible !important;
}

@media  (min-width:1200px){

    .Ad-modal .modal-content {
        border-radius: 0;
        background-color: transparent;
        border: none;
        box-shadow: none;
    }

    .Ad-modal .modal-dialog {
        /* width: 500px; */
        max-width: 825px;
        transform: translate(0, 0);
        display: inline-block;
        text-align: left;
        vertical-align: middle;
    }

    .Ad-modal .modal-content{
        border-radius: 0;
        background-color: transparent;
        border: none;
        box-shadow: none;
    }

    .Ad-modal .modal-body{
        text-align: center;
        max-height: 100vh;
    }
}

@media (max-width: 575.98px) {
    .index-products-latest{
        margin-left: 0;
        margin-right: 0;
    }

    .index-products-latest .item{
        flex:0 0 calc(100% / 2 - 16px);
    }
}

/* xs - Extra small devices (portrait phones, less than 576px) */

@media (max-width: 575.98px) {}

@media (max-height: 930px) {
    .modal-term .modal-content {
        max-height: 50em;
    }
}

@media (max-height: 667px) {
    .modal-term .modal-content {
        max-height: 33em;
    }
}


/* sm - Small devices (landscape phones, 576px and up) */

@media (min-width: 576px) and (max-width: 767.98px) {}


/* md - Medium devices (tablets, 768px and up) */

@media (min-width: 768px) and (max-width: 991.98px) {}


/* lg - Large devices (desktops, 992px and up) */

@media (min-width: 992px) and (max-width: 1199.98px) {}


/* xl - Extra large devices (large desktops, 1200px and up) */

@media (min-width: 1200px) {}