    body,
    html {
        overflow-x: hidden;
    }
    div,body,h1,h2,h3,h4,h5,h6,span,p {
        font-family: proxima-nova, 'Arial', PingFangSC, "微軟正黑體", "黑體-繁", sans-serif !important;
    }
    a {
        text-decoration:none !important;
    }
    h5 {
        font-size: 18px;
        line-height: 25px;
        font-weight: 500;
    }

    .focus {
        background: #fff;
    }

    .focus1 {
        padding-left: 2rem !important;
        padding-right: 2rem !important;
    }

    .focus1:hover {
        background: #fff;
    }

    .inner {
        max-width: 1200px;
        margin: 0 auto;
    }

    .header-01 {
        position: fixed;
        width: 100%;
        z-index: 200;
        top: 0;
    }

    .hall-nav {
        position: fixed;
    }

    .user-info-menu {
        z-index: 999;
    }
    .mobile-menu-wrapper .mobile-menu-inner {
        position: fixed;
        top: 0;
        left: -265px;
        width: 85%;
        height: 100%;
        background: #fff;
        z-index: 9999;
        overflow-x: hidden;
        overflow-y: auto;
        padding-top: 80px;
        box-shadow: 12px 12px 8px -12px #000;
    }

    .mobile-navigation .mobile-menu li a {
        font-size: 18px;
        font-weight: 400;
        text-transform: capitalize;
        color: #444;
        display: block;
        padding: 14px 20px;
        line-height: 24px;
    }
    .color-variation-3 .mobile-navigation .mobile-menu li:hover>a {
        color: #ff2626 !important;
        font-weight: 600;
    }
    .mobile-navigation .mobile-menu li .sub-menu {
        background-color: #fafafa;
        padding-left: 10px;
    }

    .nav-pills .nav-link {
        border-radius: 2rem;
    }

    .nav-link {
        display: block;
        padding: 1rem 1rem;
    }

    .header-style-3 .header-bottom {
        background-color: #8b86c0;
    }

    .separator {
        border-color: #8b86c0;
    }

    .header .top-bar {
        background-color: #FFE7D1 !important;
        padding-top: 0 !important;
        padding-bottom: 39px !important;
    }

    .main-navigation .mainmenu__link {
        font-size: 20px;
    }

    .main-navigation-3 .mainmenu__item.menu-item-has-children>ul.megamenu {
        left: -60px;
    }
    .color-variation-3 .zuka-preloader .zuka-child {
        background-color: #545554;
    }
    
    .btn {
        /* color: #333; */
        min-height: 40px;
        line-height: 40px;
        background-color: #8b86c0;
    }

    .btn_1 {
        text-transform: capitalize;
        display: inline-block;
        /*如同float進階*/
        text-align: center;
        /*置中*/
        vertical-align: middle;
        /*垂直置中*/
        padding: 3px 10px;
        /*padding*/
        min-height: 45px;
        line-height: 45px;
        border-width: 0px;
        border: 2px solid #ada9ab;
        /*外框(粗度-類型-顏色)*/
        border-radius: 5px;
        /*外框(弧度)*/
        background: #6b6865;
        background: -webkit-gradient(linear, left top, left bottom, from(#6b6865), to(#6b6865));
        background: -moz-linear-gradient(top, #6b6865, #6b6865);
        background: linear-gradient(to bottom, #6b6865, #6b6865);
        -webkit-box-shadow: #a59e98 0px 0px 10px 0px;
        -moz-box-shadow: #a59e98 0px 0px 10px 0px;
        box-shadow: #a59e98 0px 0px 10px 0px;
        /*框的陰影*/
        text-shadow: #48301a 0px 0px 1px;
        /*文字陰影*/
        font: normal normal bold 18px arial;
        /*字型*/
        color: #ffffff;
        text-decoration: none;
    }
    
    .btn_1:hover,
    .btn_1:focus {
        border: 2px solid #868685;
        background: #484746;
        background: -webkit-gradient(linear, left top, left bottom, from(#484746), to(#3d3d3d));
        background: -moz-linear-gradient(top, #484746, #3d3d3d);
        background: linear-gradient(to bottom, #484746, #3d3d3d);
        color: #ffffff;
        text-decoration: none;
    }

    /*點擊按下時*/
    .btn_1:active {
        background: #484746;
        background: -webkit-gradient(linear, left top, left bottom, from(#484746), to(#3d3d3d));
        background: -moz-linear-gradient(top, #484746, #3d3d3d);
        background: linear-gradient(to bottom, #484746, #3d3d3d);
    }

    .btn_w {
        width: 100%;
        border-radius: .5rem;
    }

    .btn_w_01 {
        width: 120px;
        border-radius: .6rem;
        color: white;
    }

    .btn_w_02 {
        width: 150px;
        border-radius: .4rem;
        color: white;
    }
    .btn-9{
        font-size: 14px !important;
        min-height: 30px;
        line-height: 30px;
        padding: 3px 20px;
        border: 2px #8b86c0 solid;
        font-weight: 600;
        color: #fff !important;
        background: linear-gradient(to bottom, #f3e4e4, #8b86c0);
        text-decoration: none;
        
    }
    .btn-9:hover{
        border: 2px #eb819f solid;
        font-weight: 600;
        color: #fff !important;
        background: linear-gradient(to bottom, #8b86c0, #8b86c0);
        text-decoration: none;
    }
    .product-title {
        font-size: 16px;
        font-weight: 600;
    }

    .post-title {
        font-size: 20px;
    }

    .heading-secondary-3 {
        font-size: 35px;
    }

    .work {
        position: relative;
        overflow: hidden;
        margin-bottom: 10px;
        margin-top: 10px;
        box-shadow: 1px 1px 7px grey;
    }

    .color--white {
        font-weight: 300;
    }

    .product-summary .product-price-wrapper>span {
        font-size: 20px;
    }

    .form__input {
        height: 45px;
        border-radius: 3px;
        color: #343a40;
    }

    .form__input--2 {
        height: 45px;
    }

    .ftw {
        font-weight: bold;
        font-size: 28px !important;
    }

    .fszie25 {
        font-size: 25px !important;
        font-weight: bold !important;
    }

    .main-navigation-3 .mainmenu__item.menu-item-has-children>ul {
        margin-top: 0px;
    }

    .pic {
        width: 500px;
        height: 350px;
        overflow: hidden;
    }

    .pic img {
        transform: scale(1, 1);
        transition: all 1s ease-out;
    }

    .pic img:hover {
        transform: scale(1.2, 1.2);
    }

    .tab-style-4 .nav-link {
        padding: 5px 15px;
    }

    .bor {
        border-radius: 3px;
    }

    .borl_2 {
        border-bottom-right-radius: 5px;
        border-top-right-radius: 5px;
    }

    .menu-item-has-children.sss.active a {
        color: #181818 !important;
    }

    .bg_huise_1 {
        background-color: #eee !important;
    }

    .action-btn.dark-bg,
    .nav-hover-1 .slick-btn:hover,
    .post.popular-post .post-info {
        background-color: #181818 !important;
    }

    .shop-toolbar__btn {
        padding: 5px 20px;
    }

    .table tbody td {
        padding: 5px 0;
    }

    .main-navigation .mainmenu__link>span.mm-text:after {
        border-top-color: #8b86c0;
    }

    .color-variation-3 .mini-cart-btn sup,
    .color-variation-3 .searchform-3 .searchform__submit,
    .color-variation-3 .btn:hover,
    .color-variation-3 .btn-style-1:hover {
        border-color: #ffffff;
        background-color: #8b86c0;
    }
    
    .color-variation-3 .tab-style-4 .nav-link.active,
    .color-variation-3 .tab-style-4 .nav-link:hover{
        border-color: #8b86c0;
        background-color: #8b86c0;
    }
    .action-btn-square {
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 20px;
    }

    .btn-submit {
        min-height: 25px;
        line-height: 25px;
        background-color: #8b86c0;
        border-radius: 3px;
    }
    .nav-outline .slick-btn {
        border: 2px solid #8b86c0;
    }

    .nav-round .slick-btn {
        width: 35px;
        height: 35px;
        line-height: 30px;

    }

    .fixed {
        position: fixed;
        bottom: 70px;
        right: 10px;
        background-color: transparent;
        text-align: center;
        cursor: pointer;
    }

    .button {
        display: inline-block;
        text-align: center;
        width: 45px;
        height: 45px;
        vertical-align: middle;
        border: 2px solid #8b86c0;
        border-radius: 50px;
        background: #1d1d1d;
        background: -webkit-gradient(linear, left top, left bottom, from(#f7f5f5), to(#8b86c0));
        background: -moz-linear-gradient(top, #f7f5f5, #8b86c0);
        background: linear-gradient(to bottom, #f7f5f5, #8b86c0);
        -webkit-box-shadow: #080d11 0px 0px px 0px;
        -moz-box-shadow: #080d11 0px 0px px 0px;
        box-shadow: #8b86c0 0px 0px 5px 0px;
        text-shadow: #8b86c0 1px 1px 1px;
        font: normal normal bold 33px arial;
        color: #ffffff;
        text-decoration: none;
    }

    .button:hover,
    .button:focus {
        border: 2px solid #8b86c0;
        background: #8b86c0;
        background: -webkit-gradient(linear, left top, left bottom, from(#8b86c0), to(#8b86c0));
        background: -moz-linear-gradient(top, #8b86c0, #8b86c0);
        background: linear-gradient(to bottom, #8b86c0, #8b86c0);
        color: #8b86c0;
        text-decoration: none;
    }

    /* .button:active {
        background: #e5e7e9;
        background: -webkit-gradient(linear, left top, left bottom, from(#e5e7e9), to(#1c1d1d));
        background: -moz-linear-gradient(top, #e5e7e9, #1c1d1d);
        background: linear-gradient(to bottom, #e5e7e9, #1c1d1d);
    } */

    .hamburger-icon:after, .hamburger-icon:before {
        background-color: #8b86c0;
    }
    .hamburger-icon {
        background-color: #8b86c0;
    }
    .main-navigation .mainmenu__item.active> :hover {
        color: #000;
    }

    .mobile-menu-wrapper.menu.open {
        pointer-events: all;
    }

    .mobile-menu-wrapper.menu {
        pointer-events: none;
    }

    .searchform-3 .searchform__submit {
        height: 35px;
        line-height: 40px;
        width: 45px;
    }

    .mobile-menu-wrapper .btn-close {
        top: 30px;
    }

    .scrollbar::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px #393939;
        border-radius: 0px;
        background-color: #393939;
    }

    .scrollbar::-webkit-scrollbar {
        height: 2px;
        background-color: #393939;
    }

    .scrollbar::-webkit-scrollbar-thumb {
        border-radius: 0px;
        background-color: #ffffff;
    }

    .scrollbar {
        height: 100%;
        width: 100%;
        overflow-x: scroll;
    }

    .mobile-td {
        padding: 20px 0px !important;
        width: 10% !important;
        box-sizing: border-box !important;
        border: 1px solid rgba(146, 146, 146, 0.5) !important;
    }

    .mobile-font {
        color: white;
        font-size: 20px;
        margin-top: 5px;
        width: 85px
    }

    .mobile-font-a {
        padding: 10px;
        background-color: #8b86c0;
    }

    .mobile-udiv {
        text-align: center;
        padding: 5px 0px !important;
        box-sizing: border-box !important;
        border: 1px solid #fff !important;
    }

    .mobile-ufont {
        text-align: center;
        color: white;
        font-size: 17px;
        margin-top: 5px;
    }

    .wei-grids-wall {
        display: flex;
        flex-direction: row;
        position: relative;
    
    }

    .wei-grid {
        position: relative;
        width: 300px;
        height: 200px;
        margin: 0px 10px 0px 10px;
        overflow: hidden;
    }

    .wei-image1 {
        transition: transform 1s ease;
        width: 100%;
        height: 100%;
    }

    .wei-grid:hover .wei-image1,
    .wei-grid:focus .wei-image1 {
        transform: scale(1.15);
        -ms-transform: scale(1.15);
        -webkit-transform: scale(1.15);
    }

    .nav-hover-2 .slick-btn:hover {
        border-color: #8b86c0;
        background-color: #8b86c0;
    }

    #bottom_nav {
        position: fixed;
        bottom: 0;
        z-index: 99;
        overflow: auto;
        background-color: #fff;
        width: 100%;
        height: 55px;
        box-shadow: 0px 0px 5px 0px #8b86c0;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
    }
    #bottom_nav span {
        font-size: 14px;
        /* color: #fff; */
    }
    .btn-outline {
        border: 1px solid #8b86c0;
    }
    .action-btn{
        border-color: #cdcdcd;
        border-width: 1px;
    }
    .action-btn:hover{
        border-color: #fff;
        border-width: 2px;
        background-color:#8b86c0 !important;
    }
    .product-summary .product-price-wrapper>span.product-price-old {
        font-size: 16px;
        text-decoration: line-through;
        margin-right: 5px;
    }
    .huise_1 {
        color: grey;
    }
    
    .baise_1 {
        color: #fff;
    }
    .color-red-1{
        color: #8b86c0;
    }
    .color-black-1{
        color: #6b6b6b;
    }
    /* .color-red-2{
        color: #da4f6d;
    } */
    .color-red-3{
        color: #8b86c0;
    }
    .color-red-bg{
        color: #da4f6d;
        background-color: #fcf1f5;
        font-weight: 600;
        font-size: 18px;
        padding: 5px;
    }
    .section-right-full .left-side {
        margin-left: -webkit-calc((90vw - 1185px) / 2);
    }
    .gradient-bg {
        background: -webkit-linear-gradient(top, #c9adc624 0%, #e4cbe169 100%);
    }
    .my-list-bor .nav-link{
        height: 30px;
    }
    /* .color-variation-3 a:hover, .color-variation-3 a:focus, .color-variation-3 a:active{
        color: #333;
    } */
    .btn-semi-large {
        min-height: 40px;
        line-height: 40px;
        padding: 0 20px;
    }

    /* 影片 */
    .video-container {
        position: relative;
        padding-bottom: 56.25%;
        padding-top: 0px;
        height: 0;
        overflow: hidden;
    }

    .video-container iframe,
    .video-container object,
    .video-container embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .single-post-details .entry-content {
        max-width: 100%;
    }

    /* 條款 */
    .list-with-dot li:not(:last-child) {
        margin-bottom: 10px;
    }

    .list-with-dot li:before {
        left: 13px;
        top: 6px;
        width: .8rem;
        height: .8rem;
        line-height: 1rem;

    }
   .single-post-details .entry-thumbnail {
        margin-bottom: 20px;
    }
    .bgcolor_grey{
        font-weight: bold !important; 
        background-color: #EFEFEF;
        padding: 0px 5px;
    }
    .redcolor{
        color: red;
    }
    .bluecolor{
        color: #3498db !important;
    }
    
    .borbo_1 {
        border-bottom: 1px solid #eee;
        color: dimgray;
        font-weight: bold;
        font-size: 17px;
        width: 80%;
    }

    .borbo_2 {
        padding: 10px;
    }

    .borbo_3 {
        padding-left: 15px;
    }

    .prefix:before {
        display: inline-block;
        height: 1px;
        background-color: #eee;
        width: 8px;
        margin: 0 10px;
        content: '';
        position: relative;
        top: -4px;
    }

    .bm_border {
        line-height: 20px;
        color: #afafaf;
        font-weight: 300;
    }

    .categoryin_title {
        color: #555555;
        border-bottom: 1px solid #eee;
        box-shadow: 0 1px 0 #fff, 0 2px 0 #eee;
        padding-left: 15px;
    }

    .product-widget__list li a {
        font-size: 14px;
        line-height: 1.8;
        color: #696969;
    }

    .product-widget__list ul li a {
        font-size: 14px;
        line-height: 1.8;
        color: #999999;
        /* font-weight: 800 !important; */
    }

    .shop-toolbar__btn {
        padding: 5px 3px;
        width: 35px;
    }
    /* .btn {
        background-color: #181818;
        padding: 0 30px;
        min-height: 35px;
        line-height: 35px;
    } */
    .bor_hr {
        border-bottom: 1px solid #ededed !important;
    }
    .variation-form .product-size-variations .product-size-swatch-btn {
        width: 100%;
        height: 20px;
        line-height: 20px;
        text-align: center;
        padding: 3px 10px;
        font-size: 16px;
    }
    .my-list-de::before{
        background: #333 none repeat scroll 0 0;
        content: "";
        display: block;
        height: 2px;
        left: 0;
        margin-top: 10px;
        opacity: 0;
        position: absolute;
        top: 100%;
        -webkit-transition: all .2s ease-out 0s;
        transition: all .2s ease-out 0s;
        width: 100%;
    }
    .my-list-de1{
        border-color: #333 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
        border-style: solid;
        border-width: 8px 8px 0;
        top: 100%;
        content: "";
        display: block;
        height: 0;
        left: 50%;
        position: absolute;
        -webkit-transform: rotate(0deg)!important;
        -ms-transform: rotate(0deg)!important;
        transform: rotate(0deg)!important;
        -webkit-transition: all .2s ease-out 0s;
        transition: all .2s ease-out 0s;
        width: 0;
        opacity: 0;
        margin: 10px -8px 0 -8px;
    }
    .header-toolbar__item>a, .header-toolbar-3 .header-toolbar__item>a{
        color: #8b86c0;
    }
    .product-summary .product-title {
        font-size: 28px;
        font-weight: 600;
    }

    .product-summary .product-price-wrapper > span {
        font-size: 36px;
        font-weight: 300;
    }

    .input-group-addon {
        min-width: 30px;
        background-color: transparent;
        border-color: #ccc;
        transition: border-color 0.15s ease-in-out 0s;
        padding: 1rem 1.5rem;
        margin-bottom: 0;
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.25;
        color: #495057;
        text-align: center;
        background-color: #e9ecef;
        border: 1px solid rgba(0, 0, 0, 0.15);
        border-radius: 0.25rem;
    }

    .input-group-gray input,
    .input-group-gray button,
    .input-group-gray input:hover,
    .input-group-gray button:hover,
    .input-group-gray input:focus,
    .input-group-gray button:focus {
        font-size: 15px;
        color: #333;
        background: #eee;
        text-align: center;
        border: 0;
        transition: none;
        box-shadow: none;
    }

    .form-control {
        height: calc(3.8rem + 8px);
        padding: 3px 10px;
        font-size: 14px;
        line-height: 0.5;
        border: 1px solid #dfdfdf;
    }

    @media (max-width: 93.6875em) {
        .main-navigation-3 .mainmenu__item {
            padding: 0px 15px;
        }
    }

    .tab-style-5 .nav-link {
        padding: 10px 30px 10px 30px;
    }

    @media (max-width: 576px) {
        .tab-style-5 .nav-link {
            padding: 10px;
        }
    }

    .boreob_but {
        border-radius: 0rem !important;
    }
    .row-myhr-99{
        border-bottom: 1px solid #00000008 !important;
        width: 99% !important;
        margin: auto !important;
        padding-top: 20px !important;
        padding-bottom: 20px !important;
    }
    .nav-pills .nav-link.active,
    .nav-pills .show > .nav-link {
        color: #181818;
        background-color: #fff;
    }
    .product-reviews {
        width: 750px;
        border-radius: 0.8rem;
    }

    .round-loupe {
        border-radius: 75px;
        border: 5px solid #f0f0f0;
    }

    .product-data-tab__content {
        margin-left: 250px;
    }

    @media (max-width: 47.94em) {
        .product-data-tab__content {
            margin-left: auto;
        }
    }
    .swiper-button {
        z-index: 19;
        top: 50%;
        font-size: 20px;
        line-height: 50px;
        color: #040404;
        background: #fff;
        opacity: 1;
        cursor: pointer;
        margin: 0px;
        transition: all 0.2s;
        padding: 12px 3px;
        width: auto;
        /* transform: translate(0, -50%); */
    }

    .swiper-button:hover {
        background: #fff;
    }

    .scrollbars::-webkit-scrollbar-track {
        border-radius: 15px;
        background-color: rgba(199, 199, 199, 0.3);
    }

    .scrollbars::-webkit-scrollbar {
        height: 10px;
        background-color: rgba(199, 199, 199, 0.3);
    }

    .scrollbars::-webkit-scrollbar-thumb {
        border-radius: 15px;
        background-color: #000000;
    }

    .scrollbars {
        height: 100%;
        width: 100%;
        overflow-x: scroll;
    }

    .mask {
        opacity: 0.3;
    }
    .product-modal .modal-dialog {
        margin: 110px auto 50px;
    }
    .custom-close {
        background: #8b86c0 !important;
        right: -10px;
        top: -15px;
        width: 35px;
        height: 35px;
        padding: 8px !important;
    }
    ul li ul li :hover {
        /* font:bold; */
        font-weight: bold;
        color: #8b86c0;
    }
    .mini-cart__product .remove:hover {
        color: #8b86c0;
    }
    .mini-cart__list {
        max-height: 50vh;
    }
    .basic-login input {
        margin-bottom: 0px !important;
        width: 5%;
        height: 18px;
        border: 2px solid #eaedff;
        color: #6f7172;
        padding: 0 20px;
        outline: none;
    }
    .form__label--2 {
        margin-bottom: 5px;
        font-size: 16px;
    }
    .left-padding {
        padding: 0px !important;
    }
    .btn-primary {
        color: #fff;
        background-color: #8b86c0;
        border-color: #8b86c0;
    }
    .btn-primary:hover {
        color: #181818;
        background-color: #df6e8c00;
        border-color: #8b86c0;
    }
    .btn-primary:not(:disabled):not(.disabled):active{
        color: #fff;
        background-color: #8b86c0;
        border-color: #8b86c0;
    }

    /* 購物車 */
    .myform-control {
        height: calc(2rem + 8px);
        padding: 3px 8px;
        font-size: 14px;
        line-height: 0.5;
        border: 1px solid #dfdfdf;
        color: #495057;
        background-color: #fff;
        background-clip: padding-box;
        border-radius: 0.25rem;
        transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    }
    .quantity {
        height: 30px;
        width: 125px;
        font-size: 14px;
        border: #ccc 1px solid;
    }
    .quantity .qtybutton {
        height: 30px;
        width: 25px;
        font-size: 25px;
        line-height: 30px;
        }
    .quantity-input {
       height: 100%;
       padding: 0px; 
    }
    .mobile-navigation .mobile-menu li a {
        font-size: 16px;
        font-weight: 400;
        text-transform: capitalize;
        color: #444;
        display: block;
        padding: 14px 20px;
        line-height: 24px;
    }
    /* 登入-密碼 */
    .pwd_img {
        width: 25px;
        height: 15px;
        position: absolute;
        right: 0px;
        margin: 15px;
    }
    .mini-cart__product .remove {
        right: 0px;
    }
    select {
        padding: 4px 20px;
        border: 1px #cdcdcd solid;
        cursor: pointer;
        border-radius: 3px;
        -webkit-appearance: none;
        background: url(/assets3/img/icon/test4.png) no-repeat transparent;
        background-size: 1.2rem 1.2rem;
        background-position: right 10px center;
    }
    .main-navigation .mainmenu__item:before {
        position: absolute !important;
        content: '' !important;
        left: 0 !important;
        bottom: 0% !important;
        width: 0% !important;
        height: 0px !important;
    }
    .headroom--fixed.is-sticky {
        background-color: #fff;
    }
    .slick-btn {
        background-color: #fff;
    }
    .member-wallet-area {
        display: flex;
        align-items: center;
        justify-content: space-between;
        background-color: #9b97cb99;
        padding: 5px 15px;
        margin-bottom: 30px;
        border-radius: 5px;
        box-shadow: 1px 1px 3px #ccc;
    }
    .member-wallet-area div {
        padding: 5px 15px;
    }
    .mybut2-mg .member-wallet-btn{
        height:45px;
        vertical-align: middle;
        line-height:normal;
        border-radius: 3px;
        border: #fff 1px solid;
        box-shadow: 1px 1px 3px #fff;
    }
    .footer-border-right{
        padding-left: 5px;
        padding-right: 10px;
        border-right: 2px rgb(119, 117, 117) solid;
    }
    .heading-secondary{
        font-size: 30px;
    }
.h3-text-fw-b {
    font-weight: 600;
    font-size: 20px;
    color: #000;
}
.min-w-95 {
    min-width: 95% !important
}