body {
    font-family: Microsoft JhengHei;
}

body.home>*:not(#navbar-pc, #navbar-mb) {
    background-color: #fff;
}

.only-hr {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.only-hr hr {
    margin: 0;
}

@font-face {
    font-family: Facebook;
    src: url(./font-family/FACEBOLF.OTF);
}

.font-Facebook {
    font-family: Facebook, Microsoft JhengHei;
}

@font-face {
    font-family: Rockwell;
    src: url(./font-family/ROCK.TTF);
}

.font-Rockwell {
    font-family: Rockwell, Microsoft JhengHei;
}

@font-face {
    font-family: rockwell-extra-bold;
    src: url(./font-family/rockwell-extra-bold.ttf);
}

.font-rockwell-extra-bold {
    font-family: rockwell-extra-bold, Microsoft JhengHei;
}

.font-TimesNR {
    font-family: 'Times New Roman', Microsoft JhengHei;
}

.font-Microsoft-YaHei {
    font-family: 'Microsoft YaHei';
}

a {
    text-decoration: none !important;
    cursor: pointer;
}

.cursor-pointer {
    cursor: pointer;
}

.cursor-grab {
    cursor: -webkit-grab;
    cursor: grab;
}

.cursor-grabbing {
    cursor: -webkit-grabbing;
    cursor: grabbing;
}

.curser-default {
    cursor: default;
    cursor: -webkit-default;
}

.lh-half {
    line-height: 50%;
}

.lh-2 {
    line-height: 2 !important;
}

@media only screen and (min-width: 992px) {
    .lh-lg-base {
        line-height: 1.5 !important;
    }
}

@media only screen and (min-width: 1200px) {
    .lh-xl-2 {
        line-height: 2 !important;
    }
}

.text-brown {
    color: #7e5826 !important;
}

.text-azure {
    color: #35546b !important;
}

.bg-transparent {
    background-color: transparent !important;
}

.bg-ddd {
    background-color: #ddd !important;
}

.bg-black {
    background-color: #000 !important;
}

.bg-contain {
    background-size: contain !important;
    background-repeat: no-repeat;
}

.bg-cover {
    background-size: cover !important;
}

.bg-center {
    background-position: center !important;
}

.bg-start {
    background-position-x: left;
    background-position-y: center;
}

.bg-attachment-fixed {
    z-index: -1;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-size: 100%;
    background-attachment: fixed;
}

.transform-12 {
    transform: scale(1.2, 1.2);
}

@media only screen and (min-width: 768px) {
    .transform-md-10 {
        transform: scale(1.0, 1.0);
    }
}

.w-32px {
    width: 32px !important;
}

.w-1-5rem {
    width: 1.5rem;
}

.w-80 {
    width: 80%;
}

.w-85 {
    width: 85%;
}

.h-180px {
    height: 195px;
}

@media only screen and (min-width: 768px) {
    .h-sm-220px {
        height: 265px;
    }
}

@media only screen and (min-width: 768px) {
    .w-md-2rem {
        width: 2rem;
    }
}

.w-90 {
    width: 90% !important;
}

.ps-15percent {
    padding-left: 15% !important;
}

@media only screen and (min-width: 768px) {
    .ps-md-15percent {
        padding-left: 15% !important;
    }

    .pe-md-15percent {
        padding-right: 15% !important;
    }

    .px-md-15percent {
        padding-left: 15% !important;
        padding-right: 15% !important;
    }
}

.my-4percent {
    margin-top: 4%;
    margin-bottom: 4%;
}

.img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.fs-base {
    font-size: 1rem !important;
}

.fs-6 {
    font-size: 1.1rem !important;
}

.fs-7 {
    font-size: .85rem;
}

.fs-8 {
    font-size: .8rem;
}

.fs-9 {
    font-size: .7rem;
}


.ls-5px {
    letter-spacing: 5px !important;
}

.ls-4px {
    letter-spacing: 4px !important;
}

.ls-3px {
    letter-spacing: 3px !important;
}

.ls-2px {
    letter-spacing: 2px !important;
}

.ls-1px {
    letter-spacing: 1px !important;
}

@media only screen and (max-width: 400px) {
    .fs-400decrease {
        font-size: .85rem;
    }
}

@media only screen and (min-width: 576px) {
    .fs-sm-base {
        font-size: 1rem !important;
    }

    .fs-sm-6 {
        font-size: 1.1rem !important;
    }

    .fs-sm-7 {
        font-size: .85rem;
    }
}

@media only screen and (min-width: 768px) {
    .ls-md-2px {
        letter-spacing: 2px !important;
    }

    .fs-md-6 {
        font-size: 1.1rem !important;
    }
}

@media only screen and (min-width: 992px) {
    .fs-lg-1-1rem {
        font-size: 1.1rem;
    }

    .fs-lg-5 {
        font-size: 1.25rem !important;
    }
}

.op-7 {
    opacity: .7 !important;
}

.op-85 {
    opacity: .85 !important;
}

.op-9 {
    opacity: .9 !important;
}

@media only screen and (min-width: 576px) {
    .ratio-sm-16x9 {
        --bs-aspect-ratio: calc(9 / 16 * 100%);
    }

    .ratio-sm-2x1 {
        --bs-aspect-ratio: calc(1 / 2 * 100%);
    }
}

@media only screen and (min-width: 768px) {
    .ratio-md-19x7 {
        --bs-aspect-ratio: calc(7 / 19 * 100%);
    }
}

@media only screen and (min-width: 992px) {
    .ratio-lg-10x3 {
        --bs-aspect-ratio: calc(3 / 10 * 100%);
    }
}

.form-control:focus {
    border-color: #757575;
    -webkit-box-shadow: 0 0 0 0.15rem rgba(73, 73, 73, 0.25);
    box-shadow: 0 0 0 0.15rem rgba(73, 73, 73, 0.25);
}

.btn-outline-secondary.btn-sm:focus {
    -webkit-box-shadow: 0 0 0 0.15rem rgba(108, 117, 125, 0.5);
    box-shadow: 0 0 0 0.15rem rgba(108, 117, 125, 0.5);
}

.btn-dark.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0 rgba(66, 70, 73, 0.5) !important;
    box-shadow: 0 0 0 0 rgba(66, 70, 73, 0.5) !important;
}

.collapes-menu {
    display: flex;
    flex-direction: row;
}

.collapes-menu[aria-expanded=true] .product-toggle .bi-chevron-up {
    display: inline;
}

.collapes-menu[aria-expanded=false] .product-toggle .bi-chevron-up {
    display: none;
}

.collapes-menu[aria-expanded=false] .product-toggle .bi-chevron-down {
    display: inline;
}

.collapes-menu[aria-expanded=true] .product-toggle .bi-chevron-down {
    display: none;
}

.truncate-3-line {
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.banner-search-go .bi {
    display: inline-block;
    vertical-align: -.125em;
}

/* 404 */

.not-found {
    padding-top: 2vw;
    height: 100vh;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
}

/* product */

.swiper-wrapper.nav {
    flex-wrap: unset !important;
}

.product-tab-width {
    width: 15rem !important;
    opacity: .5;
    transition: .2s;
}

.active.product-tab-width {
    opacity: 1;
}

.product-menu {
    display: flex;
    flex-direction: row;
}

.product-menu[aria-expanded=true] .product-toggle .bi-chevron-up {
    display: inline;
}

.product-menu[aria-expanded=false] .product-toggle .bi-chevron-up {
    display: none;
}

.product-menu[aria-expanded=false] .product-toggle .bi-chevron-down {
    display: inline;
}

.product-menu[aria-expanded=true] .product-toggle .bi-chevron-down {
    display: none;
}

.color-types-box {
    display: inline-block;
    width: 2.5rem;
    height: 2.5rem;
    overflow: hidden;
    -webkit-box-shadow: 0 0 .2rem rgba(0, 0, 0, .25) !important;
    box-shadow: 0 0 .2rem rgba(0, 0, 0, .25) !important;
    transition: .2s;
}

.color-types-list .color-types-box,
.color-types-box[data-bs-target],
.color-types-box[data-src] {
  cursor: pointer;
}

.color-types-box.box-info {
    position: relative;
    width: 4rem;
    height: 4rem;
}

.color-types-box.active {
    -webkit-box-shadow: 0 0 .15rem .15rem rgba(0, 0, 0, 0.25) !important;
    box-shadow: 0 0 .15rem .15rem rgba(0, 0, 0, 0.25) !important;
}

.color-types-box .one-colors,
.color-types-box .more-colors,
.color-types-box .more-color {
    width: 100%;
    height: 100%;
}

.color-types-box .more-colors {
    background-color: #fff;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
}

.color-types-box .more-color {
    background-color: #fff;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
    line-height: 1.25;
    font-size: .7rem;
}

.color-types-box .two-colors {
    position: relative;
    width: 100%;
    height: 100%;
    transform: scale(1.5, 1.5) rotate(45deg);
    transform-origin: 50% 50%;
}

.color-types-box .right-color {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 55%;
    height: 100%;
    z-index: 5;
}

.color-types-box .left-color {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 50%;
    height: 100%;
    z-index: 6;
    -webkit-box-shadow: 0 .1rem .25rem rgba(0, 0, 0, .5) !important;
    box-shadow: 0 0 .15rem rgba(0, 0, 0, 0.5) !important;
}

.color-code {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%, 0%);
    font-family: 'Times New Roman', Times;
    font-size: .9rem;
    letter-spacing: 1px;
    line-height: 1.75;
}

.arrooow-right {
    position: relative;
    font-size: .85rem;
    padding-right: 2rem;
}

.arrooow-right::after {
    content: '';
    position: absolute;
    width: 2rem;
    height: 30%;
    right: calc(2rem - 10px);
    top: 50%;
    -ms-transform: translate(100%, -50%) skew(45deg);
    transform: translate(100%, -50%) skew(45deg);
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    transition: .2s;
}

.arrooow-right:hover::after {
    width: 2.8rem;
}

.Recommend .swiper-button-next {
    transform: translateX(50%);
}

.Recommend .swiper-button-prev {
    transform: translateX(-150%);
}

.Recommend .swiper-button-next,
.Recommend .swiper-button-prev {
    top: auto;
    bottom: 0;
    left: 50%;
    right: auto;
    margin-top: 0;
    color: #000;
}

.Recommend .swiper-button-next::after,
.Recommend .swiper-button-prev::after {
    font-size: 15px;
}

.btn-outline-secondary[data-price]:hover {
    color: #6c757d;
    background-color: #fff;
}

.btn-outline-secondary[data-price].active:hover {
    color: #fff;
    background-color: #6c757d;
}

/* exxite */

.exxite-logo-width {
    width: 220px;
}

.exxite-banner-icon-width {
    width: 40px;
}

.exxite-banner-title-fs {
    font-family: 'Times New Roman', Microsoft JhengHei;
    letter-spacing: 3px;
    font-size: 1.2rem;
}

.exxite-banner-info-fs {
    font-size: 1rem;
    letter-spacing: 1px;
}

.exxite-icon-height {
    height: 35px;
}

@media only screen and (min-width: 576px) {
    .exxite-logo-width {
        width: 180px;
    }

    .exxite-banner-title-fs {
        letter-spacing: 2px;
    }
}

@media only screen and (min-width: 768px) {
    .exxite-icon-height {
        height: 42px;
    }

    .exxite-logo-width {
        width: 210px;
    }

    .exxite-banner-icon-width {
        width: 50px;
    }

    .exxite-banner-title-fs {
        letter-spacing: 2px;
        font-size: 1.4rem;
    }
}

@media only screen and (min-width: 992px) {
    .exxite-icon-height {
        height: 50px;
    }

    .exxite-logo-width {
        width: 250px;
    }

    .exxite-banner-icon-width {
        width: 60px;
    }

    .exxite-banner-title-fs {
        letter-spacing: 3px;
        font-size: 1.6rem;
    }

    .exxite-banner-info-fs {
        font-size: 1.2rem;
    }
}

@media only screen and (min-width: 1200px) {
    .exxite-icon-height {
        height: 60px;
    }

    .exxite-banner-title-fs {
        letter-spacing: 3px;
        font-size: 1.8rem;
    }
}

.exxite-tab {
    position: relative;
}

.exxite-tab::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to top, rgba(255, 255, 255, .5) 0%, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 0) 100%);
    opacity: 0;
    transition: 0.2s;
}

.exxite-tab:hover::before {
    opacity: 1;
}


@media only screen and (max-width: 575.98px) {
    .exxite-tab {
        background-color: #ffffff15 !important;
    }
}

.color-types-circle {
    position: relative;
    display: inline-block;
    cursor: pointer;
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    overflow: hidden;
    border: 3px solid rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0);
    transition: .2s;
}

.color-types-circle.active {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 1);
}

.color-types-circle.circle-2 {
    width: 1.75rem !important;
    height: 1.75rem !important;
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0);
    border: 3px solid rgba(255, 255, 255, 0);
}

.color-types-circle.circle-2.active {
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 1) !important;
}

.color-types-circle .one-color,
.color-types-circle .two-colors {
    position: relative;
    width: 100%;
    height: 100%;
    /* transform: scale(1.5, 1.5) rotate(45deg); */
    /* transform-origin: 50% 50%; */
}

.color-types-circle .right-color {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 70%;
    height: 100%;
    border-radius: 50%;
    z-index: 6;
}

.color-types-circle .left-color {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
}

/* Accessory */

@media only screen and (min-width:768px) {
    .d-md-sidebar {
        display: block !important;
        position: relative !important;
        padding: 0 !important;
        color: #000 !important;
        background-color: transparent !important;
        border: none !important;
    }
}

#Accessory>* {
    cursor: pointer;
}

#Accessory * {
    transition: .2s;
}

#Accessory .active * {
    font-weight: bold;
}

#AccessoryContent .shadow-cus {
    -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
    box-shadow: 0 .025rem .3rem rgba(0, 0, 0, 0.15) !important;
    transition: .2s;
}

#AccessoryContent .ratio-1x1:hover .shadow-cus {
    background-color: #e0e0e0 !important;
    -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.35) !important;
    box-shadow: 0 .025rem .3rem rgba(0, 0, 0, 0.35) !important;
}

.colors-style>* {
    display: inline-block;
    width: .6rem;
    height: .6rem;
    border-radius: 50%;
    -webkit-box-shadow: 0.08rem 0.08rem 0.15rem rgba(0, 0, 0, 0.3) !important;
    box-shadow: 0.08rem 0.08rem 0.15rem rgba(0, 0, 0, 0.3) !important;
    margin-right: .5rem;
    transition: .2s;
}

@media only screen and (min-width: 576px) {
    .colors-style>* {
        width: .8rem;
        height: .8rem;
    }
}

#AccessoryContent .ratio-1x1:hover .colors-style>* {
    -webkit-box-shadow: 0.08rem 0.08rem 0.15rem rgba(0, 0, 0, 0.5) !important;
    box-shadow: 0.08rem 0.08rem 0.15rem rgba(0, 0, 0, 0.5) !important;
}

@media only screen and (min-width: 768px) {
    .sohard {
        margin-left: 70px;
        margin-bottom: 130px;
        width: 435px;
    }
}

@media only screen and (min-width: 992px) {
    .sohard {
        margin-left: 95px;
        margin-bottom: 185px;
        width: 340px;
    }
}

@media only screen and (min-width: 1200px) {
    .sohard {
        margin-left: 115px;
        margin-bottom: 260px;
        width: 410px;
    }
}

/* search */

input+.btn-dark:focus {
    -webkit-box-shadow: 0 0 0 0.15rem rgba(66, 70, 73, 0.5);
    box-shadow: 0 0 0 0.15rem rgba(66, 70, 73, 0.5);
}

/* --home swiper-- */

.HomeBanner .swiper-pagination-bullet-active {
    opacity: .9 !important;
    background: #fff !important;
}

#navbar-pc {
    transition: .2s;
}

#navbar-pc .logo-black,
#navbar-pc .logo-white {
    width: 150px;
}

#navbar-pc .logo-gap {
    margin-right: 4rem;
}

@media only screen and (min-width: 1050px) {
    #navbar-pc .logo-gap {
        margin-right: calc(15vw - 8rem);
    }
}

#navbar-pc:hover,
#navbar-pc.expanded,
.search #navbar-pc,
.not-found #navbar-pc {
    background-color: #fff;
}

#navbar-pc:not(.expanded) .logo-black {
    display: none;
}

#navbar-pc:hover .logo-black,
#navbar-pc.expanded .logo-black,
.search #navbar-pc .logo-black,
.not-found #navbar-pc .logo-black {
    display: inline-block;
}

#navbar-pc:not(.expanded) .logo-white {
    display: inline-block;
}

#navbar-pc:hover .logo-white,
#navbar-pc.expanded .logo-white,
.search #navbar-pc .logo-white,
.not-found #navbar-pc .logo-white {
    display: none;
}

#navbar-pc .nav-item {
    position: relative;
    cursor: pointer;
    display: block;
    margin-left: .8rem;
    margin-right: .8rem;
    transition: .2s;
    font-size: .85rem;
}

#navbar-pc:not(.expanded) .nav-item {
    color: #fff;
}

#navbar-pc:hover .nav-item,
#navbar-pc.expanded .nav-item,
.search #navbar-pc .nav-item,
.not-found #navbar-pc .nav-item {
    color: #000;
}

@media only screen and (min-width: 1050px) {
    #navbar-pc .nav-item {
        margin-left: 1rem;
        margin-right: 1rem;
        font-size: 1rem;
    }
}

#navbar-pc .nav-item::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -5px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    width: 100%;
    height: 2.5px;
    background-color: rgba(168, 168, 168, 0);
    transition: .2s;
    -webkit-transition: .2s;
}

#navbar-pc .nav-item[aria-expanded=true]::after {
    background-color: rgba(168, 168, 168, .75);
}

#navbar-pc .nav-item:hover::after {
    background-color: rgba(168, 168, 168, 1) !important;
}

#navbar-mb {
    background-color: transparent;
    transition: .2s;
}

#navbar-mb.mobile-searching,
#navbar-mb.mobile-expanded,
.search #navbar-mb,
.not-found #navbar-mb {
    background-color: #fff;
}

#navbar-mb .logo-black,
#navbar-mb .logo-white {
    width: 125px;
}

#navbar-mb .logo-black {
    display: none;
}

#navbar-mb.mobile-searching .logo-white,
#navbar-mb.mobile-expanded .logo-white,
.search #navbar-mb .logo-white,
.not-found #navbar-mb .logo-white {
    display: none;
}

#navbar-mb.mobile-searching .logo-black,
#navbar-mb.mobile-expanded .logo-black,
.search #navbar-mb .logo-black,
.not-found #navbar-mb .logo-black {
    display: block;
}

@media only screen and (min-width: 768px) {
    #navbarSearch {
        bottom: calc(-.5rem - 1px);
        right: 0;
        width: 300px;
        transform: translateY(100%);
    }
}

.navSearch svg {
    color: #fff;
    transition: .2s;
}

.navtoggler svg {
    color: #fff;
    transition: .2s;
}

.navtoggler svg.bi-x {
    display: none;
}

.mobile-searching .navSearch svg,
.mobile-expanded .navSearch svg,
.mobile-searching .navtoggler svg,
.mobile-expanded .navtoggler svg {
    color: rgb(20, 20, 20);
}

.search .navSearch svg,
.search .navSearch svg,
.search .navtoggler svg,
.search .navtoggler svg {
    color: rgb(20, 20, 20) !important;
}

.not-found .navSearch svg,
.not-found .navSearch svg,
.not-found .navtoggler svg,
.not-found .navtoggler svg {
    color: rgb(20, 20, 20) !important;
}

.mobile-expanded .navtoggler svg.bi-list {
    display: none;
}

.mobile-expanded .navtoggler svg.bi-x {
    display: block;
}

.active .bikeTheme {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 1);
}

.bikeTheme {
    border: 3px solid rgba(255, 255, 255, 1);
    border-radius: .3rem;
    cursor: pointer;
    transition: .2s;
}

.bikeTheme .one-color {
    border-radius: .3rem;
    width: 100%;
    height: 100%;
}

.bikeTheme-525d4c {
    background-color: #525d4c;
}

.active .bikeTheme-525d4c {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.18rem rgba(82, 93, 76, 0.25);
    box-shadow: 0 0 0 0.18rem rgba(82, 93, 76, 0.25);
}

.bikeTheme-000 {
    background-color: #000;
}

.active .bikeTheme-000 {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.18rem rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 0 0.18rem rgba(0, 0, 0, 0.25);
}

.swiper-slide {
    cursor: -webkit-grab;
    cursor: grab;
}

.Families {
    padding-top: 5rem !important;
}

.Families .invisible {
    width: 1rem;
}

.Families .swiper-button-next.replace,
.Families .swiper-button-prev.replace {
    top: 5rem !important;
    right: auto !important;
    transform: translateY(-100%);
    color: #fff;
    margin: 0 !important;
}

.Families .swiper-button-next.replace {
    left: calc(1rem + 5px + 3rem) !important;
}

.Families .swiper-button-prev.replace {
    left: calc(1rem + 5px) !important;
}

@media only screen and (min-width: 768px) {
    .Families {
        padding-top: 7vw !important;
    }

    .Families .invisible {
        width: 7vw;
    }

    .Families .swiper-button-next.replace,
    .Families .swiper-button-prev.replace {
        top: 7vw !important;
    }

    .Families .swiper-button-next.replace {
        left: calc(7vw + 5px + 2.8rem) !important;
    }

    .Families .swiper-button-prev.replace {
        left: calc(7vw + 5px) !important;
    }
}

@media only screen and (min-width: 992px) {
    .Families {
        padding-top: 10vw !important;
    }

    .Families .invisible {
        width: 10vw;
    }

    .Families .swiper-button-next.replace,
    .Families .swiper-button-prev.replace {
        top: 10vw !important;
    }

    .Families .swiper-button-next.replace {
        left: calc(10vw + 5px + 2.5rem) !important;
    }

    .Families .swiper-button-prev.replace {
        left: calc(10vw + 5px) !important;
    }
}

.Families-width {
    width: calc(100vw - 3rem) !important;
}

.Families-fs {
    font-size: calc(1.8rem + 2vw);
}

@media only screen and (min-width: 576px) {
    .Families-width {
        width: 58vw !important;
    }
}

@media only screen and (min-width: 992px) {
    .Families-width {
        width: 40vw !important;
    }

    .Families-fs {
        font-size: 4vw;
    }
}

.Families .swiper-button-next::after,
.Families .swiper-button-prev::after {
    font-size: 1.5rem !important;
}

.Families .ratio {
    width: calc(2rem + 5%);
}

.​HomeDemo2 {
    height: calc(2.5rem + 62vw);
}

@media only screen and (min-width: 768px) {
    .​HomeDemo2 {
        height: calc(4rem + 45vw);
    }
}


@media only screen and (min-width: 1200px) {
    .​HomeDemo2 {
        height: 575px;
    }
}

/* @media only screen and (min-width: 1400px) {
  .​HomeDemo2 {
    height: 655px;
  }
} */

.​HomeDemo,
.​HomeDemo2 {
    font-family: 'Times New Roman', Microsoft JhengHei;
    letter-spacing: 2px;
}

@media only screen and (max-width: 768px) {

    .​HomeDemo2 .btn,
    .Accessory-more .btn {
        padding: 0.25rem 0.5rem;
        font-size: 0.875rem;
        border-radius: 0.2rem;
    }
}


.​HomeDemo2 .swiper-button-next,
.​HomeDemo2 .swiper-button-prev {
    top: auto !important;
    bottom: calc(1vw + 10px) !important;
    border-radius: 50%;
    width: 2rem;
    height: 2rem;
    color: #fff;
    background-color: rgb(58, 58, 58);
}

.​HomeDemo2 .swiper-button-next {
    left: auto !important;
    right: 3rem !important;
}

.​HomeDemo2 .swiper-button-prev {
    right: auto !important;
    left: 3rem !important;
}

.​HomeDemo2 .swiper-button-next::after,
.​HomeDemo2 .swiper-button-prev::after {
    font-size: 1rem;
}

.​HomeDemo .swiper-slide img {
    object-fit: contain;
}

.​HomeDemo .swiper-slide {
    opacity: 0.4;
    display: flex;
    flex-direction: column;
    justify-content: center !important;
    align-items: center !important;
}

.​HomeDemo .swiper-slide-thumb-active {
    opacity: 1;
}

.​HomeDemo .swiper-button-next,
.​HomeDemo .swiper-button-prev {
    left: 50% !important;
    right: auto !important;
    border-radius: 50%;
    width: 2rem;
    height: 2rem;
    color: #fff;
    background-color: rgb(58, 58, 58);
}

.​HomeDemo .swiper-button-next {
    top: auto !important;
    bottom: 10px !important;
    transform: rotate(90deg) translate(0%, 50%);
}

.​HomeDemo .swiper-button-prev {
    bottom: auto !important;
    top: 10px !important;
    transform: rotate(90deg) translate(50%, 50%);
}

.​HomeDemo .swiper-button-next::after,
.​HomeDemo .swiper-button-prev::after {
    font-size: 1rem;
}

.Related .swiper-slide {
    opacity: 1;
}

.Related .swiper-slide-thumb-active {
    opacity: 0.8;
}

.Accessory .swiper-button-next,
.Accessory .swiper-button-prev {
    color: rgb(58, 58, 58);
}

.Accessory .swiper-button-next::after,
.Accessory .swiper-button-prev::after {
    font-size: 1.5rem;
}

@media only screen and (min-width: 768px) {

    .Accessory .swiper-button-next::after,
    .Accessory .swiper-button-prev::after {
        font-size: 2.5rem;
    }
}

.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
    display: block;
  }