@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800);
@import url(https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300);

.breadcrumb {
    padding: 2px 0;
}

.breadcrumb>span {
    position: relative;
    float: left;
    height: 30px;
    line-height: 30px;
    color: #fff;
}

@media all and (max-width: 450px) {
    .breadcrumb>span {
        font-size: 12px;
    }
}

.breadcrumb>span a {
    display: block;
    padding: 0 14px;
    color: #fff;
}

.breadcrumb>span a:hover {
    text-decoration: none;
}

@media all and (max-width: 450px) {
    .breadcrumb>span a {
        padding: 0 10px;
    }
}

.breadcrumb>span::after {
    content: '';
    position: absolute;
    top: 0;
    right: -14px;
    border-left: 15px solid;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    z-index: 1;
}

.breadcrumb>span:not(:first-child) a {
    padding-left: 20px;
}

.breadcrumb .level1 {
    background-color: #444;
}

.breadcrumb .level1::after {
    border-left-color: #444;
}

.breadcrumb .level1:hover {
    background-color: #3155a4;
}

.breadcrumb .level1:hover::after {
    border-left-color: #3155a4;
}

.breadcrumb .level2 {
    background-color: #5A5A5A;
}

.breadcrumb .level2::after {
    border-left-color: #5A5A5A;
}

.breadcrumb .level2:hover {
    background-color: #3155a4;
}

.breadcrumb .level2:hover::after {
    border-left-color: #3155a4;
}

.breadcrumb .level3 {
    background-color: #6E6E6E;
}

.breadcrumb .level3::after {
    border-left-color: #6E6E6E;
}

.breadcrumb .level3:hover {
    background-color: #3155a4;
}

.breadcrumb .level3:hover::after {
    border-left-color: #3155a4;
}

.breadcrumb .level4 {
    background-color: #898989;
}

.breadcrumb .level4::after {
    border-left-color: #898989;
}

.breadcrumb .level4:hover {
    background-color: #3155a4;
}

.breadcrumb .level4:hover::after {
    border-left-color: #3155a4;
}

header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    /* background-color: #fff; */
    z-index: 999;
    -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.31);
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.31);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.31);
    filter: alpha(opacity=80) \9;
    background-color: rgba(255, 255, 255, 0.5);
}

header .top-nav {
    height: 35px;
    font-size: 1.2rem;
    line-height: 35px;
    color: #fff;
    text-align: center;
    padding: 0 20px 0 5px;
    filter: alpha(opacity=80) \9;
    /* IE8 */
    background-color: rgba(0, 0, 0, 0.9);
    /* IE9及其它瀏覽器會執行此行 */
}

@media all and (max-width: 768px) {
    header .top-nav {
        height: 60px;
        line-height: 30px;
        filter: alpha(opacity=80) \9;
        /* IE8 */
        background-color: rgba(255, 255, 255, 0.5);
        /* IE9及其它瀏覽器會執行此行 */
    }
}

@media all and (max-width: 768px) {
    header .top-nav {
        padding: 0 0px 0 0px;
    }

    header .top-nav .container {
        padding: 0px;
    }
}

header .top-nav .mobile-title .logo {
    margin-left: 10px;
    width: 100px;
}

@media all and (max-width: 768px) {
    header .top-nav .mobile-title .logo {
        margin-left: 0px;
        width: 300px;
    }
}

@media all and (max-width: 450px) {
    header .top-nav .mobile-title .logo {
        margin-top: 10px;
        margin-left: 0px;
        width: 250px;
    }
}

header .top-nav .mobile-title .mobile-navs {
    margin: 0;
    padding: 0;
    list-style: none;
    position: absolute;
    top: 10px;
    right: 5px;
    white-space: nowrap;
}

header .top-nav .mobile-title .mobile-navs li {
    position: relative;
    float: left;
    padding-top: 0px;
    margin-right: 10px;
    width: 36px;
    color: white;
    text-align: center;
    line-height: 50px;
}

@media all and (max-width: 320px) {
    header .top-nav .mobile-title .mobile-navs li {
        margin-right: 5px;
    }
}

header .top-nav .mobile-title .mobile-navs li i {
    font-size: 2.7rem;
}

header .top-nav .mobile-title .mobile-navs .mobile-cart-button .count {
    position: absolute;
    width: 20px;
    height: 20px;
    bottom: 10px;
    right: -5px;
    color: #fff;
    border: 1px solid #fff;
    background: #FF8000;
    line-height: 20px;
    text-align: center;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}


header .top-nav .message-1 {
    float: left;
}

@media all and (max-width: 768px) {
    header .top-nav .message-1 {
        position: absolute;
        left: 99999px;
    }
}

header .top-nav .message-1 .font-size,
header .top-nav .message-1 .join,
header .top-nav .message-1 .contact,
header .top-nav .message-1 .title,
header .top-nav .message-1 .phone-1,
header .top-nav .message-1 .phone-2 {
    display: inline-block;
    margin-right: 15px;
}

header .top-nav .message-1 .font-size i,
header .top-nav .message-1 .join i,
header .top-nav .message-1 .contact i,
header .top-nav .message-1 .title i,
header .top-nav .message-1 .phone-1 i,
header .top-nav .message-1 .phone-2 i {
    margin-right: 5px;
}

@media all and (max-width: 768px) {
    header .top-nav .message-1 .font-size {
        position: fixed;
        visibility: visible;
        top: 70px;
        left: 0;
        right: 0;
        height: 0;
        padding: 0;
        margin: 0;
        line-height: 50px;
        overflow: hidden;
        background-color: #fff;
        filter: progid: DXImageTransform.Microsoft.Alpha(enabled=false);
        opacity: 1;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        border-radius: 0;
        -moz-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
        -webkit-transition: all 0.3s linear;
        transition: all 0.3s linear;
        -moz-box-shadow: 0px 4px 5px 0 rgba(0, 0, 0, 0.14);
        -webkit-box-shadow: 0px 4px 5px 0 rgba(0, 0, 0, 0.14);
        box-shadow: 0px 4px 5px 0 rgba(0, 0, 0, 0.14);
    }

    header .top-nav .message-1 .font-size.open {
        height: 50px;
        background-color: rgba(0, 0, 0, 0.8);
    }

    header .top-nav .message-1 .font-size .desc {
        display: none;
    }
}

header .top-nav .message-1 .font-size>div {
    display: inline-block;
}

header .top-nav .message-1 .font-size .desc {
    margin-right: 5px;
}

header .top-nav .message-1 .font-size .small,
header .top-nav .message-1 .font-size .mid,
header .top-nav .message-1 .font-size .large {
    border: 1px solid #fff;
    width: 20px;
    height: 20px;
    line-height: 16px;
}

@media all and (max-width: 768px) {

    header .top-nav .message-1 .font-size .small,
    header .top-nav .message-1 .font-size .mid,
    header .top-nav .message-1 .font-size .large {
        width: 40px;
        height: 40px;
        margin-top: 5px;
        font-size: 18px;
        line-height: 34px;
    }
}

header .top-nav .message-1 .font-size .small a,
header .top-nav .message-1 .font-size .mid a,
header .top-nav .message-1 .font-size .large a {
    display: block;
    padding: 2px;
}

header .top-nav .message-1 .font-size .small a:hover,
header .top-nav .message-1 .font-size .mid a:hover,
header .top-nav .message-1 .font-size .large a:hover {
    background-color: #ccc;
    color: #000;
    text-decoration: none;
}

@media all and (min-width: 1025px) {
    header .top-nav .message-2 {
        float: right;
    }
}

@media all and (max-width: 400px) {
    header .top-nav .message-2 {
        position: absolute;
        left: 99999px;
    }
}

@media all and (max-width: 400px) {
    header .top-nav .message-2 {
        position: absolute;
        float: inherit;
        left: 99999px;
    }
}

header .top-nav .message-2 .search,
header .top-nav .message-2 .phone-2,
header .top-nav .message-2 .login,
header .top-nav .message-2 .lang,
header .top-nav .message-2 .cart {
    display: inline-block;
    margin-left: 0px;
}

header .top-nav .message-2 .search i,
header .top-nav .message-2 .phone-2 i,
header .top-nav .message-2 .login i,
header .top-nav .message-2 .lang i,
header .top-nav .message-2 .cart i {
    margin-right: 5px;
}

header .top-nav .message-2 .search {
    position: relative;
}

header .top-nav .message-2 .search:hover>div {
    visibility: visible;
    filter: progid: DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
}

header .top-nav .message-2 .search>div {
    position: absolute;
    visibility: hidden;
    padding: 5px;
    left: -65px;
    background-color: #fff;
    white-space: nowrap;
    z-index: 99;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.44);
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.44);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.44);
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
}

@media all and (max-width: 768px) {
    header .top-nav .message-2 .search>div {
        position: fixed;
        display: block;
        float: inherit;
        visibility: visible;
        top: 70px;
        left: 0;
        right: 0;
        height: 0;
        padding: 0;
        line-height: 50px;
        overflow: hidden;
        background-color: #fff;
        filter: progid: DXImageTransform.Microsoft.Alpha(enabled=false);
        opacity: 1;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        border-radius: 0;
        -moz-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
        -webkit-transition: all 0.3s linear;
        transition: all 0.3s linear;
        -moz-box-shadow: 0px 4px 5px 0 rgba(0, 0, 0, 0.14);
        -webkit-box-shadow: 0px 4px 5px 0 rgba(0, 0, 0, 0.14);
        box-shadow: 0px 4px 5px 0 rgba(0, 0, 0, 0.14);
    }

    header .top-nav .message-2 .search>div>input {
        width: 80%;
        padding-top: 25px;
        margin: 0 auto;
        font-size: 18px;
        background: transparent;
    }

    header .top-nav .message-2 .search>div.open {
        height: 50px;
        background-color: rgba(0, 0, 0, 0.8);
    }

    header .top-nav .message-2 .search>div.open>input {
        line-height: initial;
        border-color: #484848;
        color: #fff;
        padding: 0;
    }
}

header .top-nav .message-2 .search>div>input {
    line-height: initial;
    border: 0;
    border-bottom: 1px solid #ccc;
    color: #000;
    outline: none;
}

header .top-nav .message-2 .lang {
    position: relative;
}

header .top-nav .message-2 .lang i {
    margin-left: 5px;
}

header .top-nav .message-2 .lang .langs {
    position: absolute;
    display: none;
    padding: 0;
    margin: 0;
    left: -30px;
    background-color: #fff;
    white-space: nowrap;
    list-style: none;
    z-index: 99;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.44);
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.44);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.44);
}

@media all and (max-width: 768px) {
    header .top-nav .message-2 .lang .langs {
        position: fixed;
        display: block;
        float: inherit;
        top: 70px;
        left: 0;
        right: 0;
        height: 0;
        line-height: 50px;
        overflow: auto;
        background-color: #fff;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        border-radius: 0;
        -moz-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
        -webkit-transition: all 0.3s linear;
        transition: all 0.3s linear;
        -moz-box-shadow: 0px 4px 5px 0 rgba(0, 0, 0, 0.14);
        -webkit-box-shadow: 0px 4px 5px 0 rgba(0, 0, 0, 0.14);
        box-shadow: 0px 4px 5px 0 rgba(0, 0, 0, 0.14);
    }

    header .top-nav .message-2 .lang .langs.open {
        height: auto;
        background-color: rgba(0, 0, 0, 0.8);
    }

    header .top-nav .message-2 .lang .langs.open>li a {
        color: #fff;
    }
}

header .top-nav .message-2 .lang .langs li {
    overflow: hidden;
}

@media all and (max-width: 768px) {
    header .top-nav .message-2 .lang .langs li {
        float: inherit;
        display: block;
        padding-left: 20px;
    }

    header .top-nav .message-2 .lang .langs li:hover {
        background-color: initial;
    }
}

header .top-nav .message-2 .lang .langs li a {
    display: block;
    padding: 4px 30px;
    color: #585858;
}

header .top-nav .message-2 .lang .langs li a:hover {
    background-color: #f7f7f7;
}

@media all and (max-width: 768px) {
    header .top-nav .message-2 .lang .langs li a {
        padding: 0 15px;
    }
}

header .top-nav .message-2 .cart {
    position: relative;
    width: 35px;
    height: 35px;
}

header .top-nav .message-2 .cart:hover .popup-cart {
    visibility: visible;
    filter: progid: DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
}

header .top-nav .message-2 .cart .count {
    position: absolute;
    width: 20px;
    bottom: 4px;
    right: -5px;
    color: #fff;
    border: 1px solid #fff;
    background: #A4631F;
    line-height: 20px;
    text-align: center;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

header .top-nav a {
    color: #fff;
    padding-right: 10px;
}

header .top-nav a:hover {
    text-decoration: none;
    color: #bbb;
}

@media all and (max-width: 768px) {
    header .main-nav {
        padding: 0;
    }
}

header .main-nav .logo {
    position: absolute;
    top: 45px;
    float: left;
    width: 320px;
    left: 0px;
    text-align: center;
    padding: 5px;
}

@media all and (max-width: 1024px) {
    header .main-nav .logo {
        margin-left: 0px;
        width: 250px;
    }
}

@media all and (max-width: 768px) {
    header .main-nav .logo {
        margin-left: 20px;
    }
}

@media all and (max-width: 768px) and (orientation: landscape) {
    header .main-nav .logo {
        display: none;
    }
}

@media all and (max-width: 768px) {
    header .main-nav .logo {
        float: inherit;
        width: auto;
        display: none;
    }
}

header .main-nav .menu {
    float: right;
    padding: 0;
    padding-top: 15px;
    margin: 0;
    height: 81px;
    list-style: none;
}

header .main-nav .menu::after {
    content: '';
    display: block;
    clear: both;
}

@media all and (max-width: 768px) {
    header .main-nav .menu {
        position: absolute;
        float: inherit;
        top: 70px;
        left: 0;
        right: 0;
        height: 0;
        padding-top: 0;
        overflow: auto;
        background-color: #fff;
        -moz-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
        -webkit-transition: all 0.3s linear;
        transition: all 0.3s linear;
        -moz-box-shadow: 0px 4px 5px 0 rgba(0, 0, 0, 0.14);
        -webkit-box-shadow: 0px 4px 5px 0 rgba(0, 0, 0, 0.14);
        box-shadow: 0px 4px 5px 0 rgba(0, 0, 0, 0.14);
    }

    header .main-nav .menu.open {
        height: 350px;
        background-color: rgba(0, 0, 0, 0.8);
        max-width: 100%;
    }

    header .main-nav .menu.open>li a {
        color: #fff;
    }
}

header .main-nav .menu>li {
    position: relative;
    float: left;
}

@media all and (max-width: 768px) {
    header .main-nav .menu>li {
        float: inherit;
        display: block;
        padding-left: 20px;
    }

    header .main-nav .menu>li:hover {
        background-color: rgba(0, 0, 0, 0.38);
    }
}

header .main-nav .menu>li>a {
    display: block;
    padding: 15px 15px 30px 15px;
    font-size: 17px;
    color: #868686;
    letter-spacing: 1px;
    font-weight: 600;
    text-decoration: none;
}

header .main-nav .menu>li>a:hover {
    color: #23527c;
}

@media all and (max-width: 768px) {
    header .main-nav .menu>li>a {
        padding: 0 15px;
    }

    header .main-nav .menu>li>a:hover {
        color: #fff;
    }
}

header .main-nav .menu>li>a .scollapse {
    display: none;
    width: 20px;
    visibility: hidden;
}

@media all and (max-width: 768px) {
    header .main-nav .menu>li>a .scollapse {
        display: inline-block;
        width: 50px;
        height: 50px;
        text-align: center;
        line-height: 50px;
    }
}

@media all and (max-width: 1024px) {
    .pds span.scollapse {
        display: inline-block;
        width: 50px;
        height: 50px;
        text-align: center;
        line-height: 50px;
    }
}

@media all and (max-width: 768px) {
    header .main-nav .menu>li>a .scollapse.in {
        visibility: visible;
    }
}

@media all and (min-width: 768px) {
    header .main-nav .menu>li:hover .list {
        display: block;
    }
}

header .main-nav .menu>li .list {
    position: absolute;
    display: none;
    min-width: 200px;
    padding: 20px 5px;
    margin: 0;
    background-color: #fff;
    border-top: 3px solid;
    white-space: nowrap;
    list-style: none;
    -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

header .main-nav .menu>li .shopp {
    position: absolute;
    display: none;
    min-width: 500px;
    max-width: 100%;
    padding: 20px 5px;
    margin: 0;
    background-color: #fff;
    border-top: 3px solid;
    white-space: nowrap;
    list-style: none;
    -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

@media all and (max-width: 768px) {
    header .main-nav .menu>li .shopp {
        position: absolute;
        display: none;
        min-width: 200px;
        max-width: 100%;
        padding: 20px 5px;
        margin: 0;
        background-color: #fff;
        border-top: 3px solid;
        white-space: nowrap;
        list-style: none;
        -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
        -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    }
}

header .main-nav .menu>li .list.list-multi-item {
    width: 440px;
    max-width: 100%;
}

header .main-nav .menu>li .list.list-multi-item li a {
    padding: 10px;
}

@media all and (max-width: 768px) {
    header .main-nav .menu>li .list {
        position: relative;
        top: 0;
        background: initial;
        color: #fff;
        padding: 0 15px;
        border-top: 0;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        border-radius: 0;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
}

header .main-nav .menu>li .list li {
    overflow: hidden;
}

@media all and (max-width: 768px) {
    header .main-nav .menu>li .list li {
        padding: 5px 0 5px 55px;
    }
}

header .main-nav .menu>li .list li a {
    display: block;
    padding: 10px 20px;
    min-width: 86px;
    color: #8c8c8c;
    text-decoration: none;
    max-width: 100%;
}

header .main-nav .menu>li .list li a:hover {
    color: #23527c;
    background-color: #f7f7f7;
}

@media all and (max-width: 768px) {
    header .main-nav .menu>li .list li a {
        padding: 10px;
        color: #fff;
    }

    header .main-nav .menu>li .list li a:hover {
        color: inherit;
        background-color: inherit;
    }
}

.popup-cart {
    position: absolute;
    visibility: hidden;
    top: 35px;
    right: 0;
    width: 425px;
    padding: 20px 10px;
    font-size: 14px;
    background-color: #fff;
    line-height: initial;
    z-index: 99;
    -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.44);
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.44);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.44);
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -moz-border-radius-topleft: 0;
    -webkit-border-top-left-radius: 0;
    border-top-left-radius: 0;
    -moz-border-radius-topright: 0;
    -webkit-border-top-right-radius: 0;
    border-top-right-radius: 0;
    -moz-transition: visibility 0.3s linear, opacity 0.3s linear;
    -o-transition: visibility 0.3s linear, opacity 0.3s linear;
    -webkit-transition: visibility 0.3s linear, opacity 0.3s linear;
    transition: visibility 0.3s linear, opacity 0.3s linear;
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
}

.popup-cart>.title {
    padding: 10px 15px;
    font-size: 14px;
    text-align: left;
    background-color: #f4f4f4;
    color: #999;
}

.popup-cart .content {
    color: #000;
    text-align: left;
}

.popup-cart .content a {
    color: #000;
    text-decoration: none;
}

.popup-cart .content .list {
    max-height: 302px;
    padding: 0;
    margin: 0;
    overflow-y: auto;
    list-style: none;
    color: #58595b;
}

.popup-cart .content .list li {
    position: relative;
    padding: 15px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.popup-cart .content .list li .image {
    float: left;
    width: 120px;
    height: 120px;
    margin-right: 10px;
    margin-left: 30px;
}

.popup-cart .content .list li .image>img {
    display: block;
    max-width: 120px;
    max-height: 120px;
    margin: 0 auto;
}

.popup-cart .content .list li .name {
    padding-left: 130px;
}

.popup-cart .content .list li .info {
    padding-top: 50px;
    padding-right: 10px;
    line-height: 24px;
}

.popup-cart .content .list li .info .priceCount {
    float: left;
}

.popup-cart .content .list li .info .total {
    float: right;
}

.popup-cart .content .list li .info .svalue {
    font-weight: 700;
}

.popup-cart .content .list li .remove {
    position: absolute;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    top: 10px;
    left: 0px;
    font-weight: 700;
    z-index: 99;
    color: #c00;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
}

.popup-cart .content .details {
    padding: 5px 0;
    color: #58595b;
}

.popup-cart .content .details .title {
    padding-left: 15px;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 18px;
}

.popup-cart .content .details .subtotal {
    padding: 0 10px;
    background-color: #f4f4f4;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.popup-cart .content .details .subtotal .slabel {
    float: left;
    padding: 6px 15px;
    font-weight: bold;
}

.popup-cart .content .details .subtotal .svalue {
    float: right;
    padding: 6px 15px;
    font-weight: 700;
}

.popup-cart .content .checkout {
    display: block;
    width: 100%;
    padding: 10px 16px;
    margin-top: 15px;
    font-size: 18px;
    font-weight: bold;
    border: 2px solid #3155a4;
    color: #fff;
    background-color: #3155a4;
    letter-spacing: 2px;
    text-align: center;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.popup-cart .content .checkout:hover {
    color: #3155a4;
    border-color: #3155a4;
    background: rgba(0, 0, 0, 0.05);
}

.popup-cart .content .checkout3 {
    display: block;
    width: 100%;
    padding: 10px 16px;
    margin-top: 15px;
    font-size: 18px;
    font-weight: bold;
    border: 2px solid orange;
    color: #fff;
    background-color: orange;
    letter-spacing: 2px;
    text-align: center;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.popup-cart .content .checkout3:hover {
    color: orange;
    border-color: orange;
    background: rgba(0, 0, 0, 0.05);
}

.section-product-info {
    margin-top: 0px;
    margin-bottom: 0px;
}

@media all and (max-width: 450px) {
    .section-product-info {
        margin-top: 20px;
        margin-bottom: 40px;
    }
}

.section-product-info .container {
    padding: 0 15px;
}

.section-product-info .product {
    text-align: center;
}

.section-product-info .product:hover {
    font-weight: 600;
}

@media all and (max-width: 450px) {
    .section-product-info .product {
        margin-bottom: 30px;
    }

    /* .section-product-info .product:nth-child(3n) {
    clear: left;
  } */
}

.section-product-info .product>a {
    text-decoration: none;
}

.section-product-info .product .image {
    margin-bottom: 10px;
    overflow: hidden;
    height: 210px;
    background-color: rgba(255, 255, 255, 1);
}

@media all and (max-width: 450px) {
    .section-product-info .product .image {
        height: 170px;
    }
}

.section-product-info .product .image>img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    -moz-transition: -moz-transform 0.3s linear;
    -o-transition: -o-transform 0.3s linear;
    -webkit-transition: -webkit-transform 0.3s linear;
    transition: transform 0.3s linear;
}

.section-product-info .product .image>img:hover {
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=60);
    opacity: 0.6;
    -moz-transition: opacity 0.2s linear;
    -o-transition: opacity 0.2s linear;
    -webkit-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
}

@media all and (max-width: 450px) {
    .section-product-info .product .image>img {
        width: auto;
        height: auto;
        max-width: 170px;
        max-height: 170px;
    }
}

@media all and (max-width: 375px) {
    .section-product-info .product .image>img {
        width: auto;
        height: auto;
        max-width: 100%;
        max-height: 100%;
    }
}

.section-product-info .product .info .name {
    color: #585858;
}

.section-main-content .content {
    float: left;
    width: 850px;
}

@media all and (max-width: 768px) {
    .section-main-content .content {
        float: inherit;
        width: auto;
    }
}

@media all and (max-width: 768px) {
    .section-main-content .content {
        float: inherit;
        width: auto;
    }
}

.section-main-content .content .ad {
    margin-bottom: 30px;
}

.section-main-content .content .ad .owl-dots {
    position: relative;
    top: -35px;
}

.section-main-content .content .news-header {
    padding-top: 2px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #efefef;
}

.section-main-content .content .news-header>div {
    background: linear-gradient(to bottom, #f3f3f3, rgba(239, 239, 239, 0.1));
}

.section-main-content .content .news-header .news-label {
    position: relative;
    float: left;
    margin-left: 25px;
}

.section-main-content .content .news-header .news-label::before {
    content: '';
    display: inline-block;
    width: 5px;
    height: 20px;
    margin-right: 0px;
    vertical-align: middle;
}

.fa-angle-double-down {
    color: #33e8d7;
    font-size: 20px;
}

.section-main-content .content .news-header .news-label .text {
    display: inline-block;
    padding: 20px 0;
    font-weight: 600;
    color: #898989;
    font-size: 18px;
}

.section-main-content .content .news-header .more-link {
    float: right;
    margin-right: 25px;
}

.section-main-content .content .news-header .more-link .text {
    padding: 20px 0;
    font-size: 1rem;
}

.section-main-content .content .news-header .more-link .text a {
    color: #999;
    font-weight: 600;
    font-size: 14px;
}

.section-main-content .content .news-header .more-link .text a i {
    color: #33e8d7;
    margin-right: 5px;
}

.section-main-content .content .news .table {
    display: table;
    width: 100%;
    max-width: 100%;
}

.section-main-content .content .news .table .tbody {
    display: table-row-group;
}

.section-main-content .content .news .table .tr {
    display: table-row;
    max-width: 100%;
}

.section-main-content .content .news .table .td {
    display: table-cell;
    padding: 10px 10px 10px 5px;
    border-bottom: 1px dashed #e2e2e2;
    max-width: 100%;
}

.section-main-content .content .news .table .td:hover {
    background: #f3f3f3;
}

.section-main-content .content .news .table .td>a {
    padding-left: 25px;
    text-decoration: none;
    color: #1A2731;
    background: url(../images/arrow.png) no-repeat 5px 6px;
    background-size: 8px 8px;
    max-width: 100%;
}

.section-main-content .content .news .table .td>a:hover {
    color: #23527c;
}

.section-main-content .content .news .table .td .date {
    margin-right: 10px;
    color: #999;
    font-size: 1.3rem;
    display: inline-block;
    font-size: 14px;
}

.section-main-content .content .news .table .td .title {
    font-size: 15px;
    letter-spacing: 1.5px;
    max-width: 100%;
    padding-left: 25px;
    font-weight: 600;
    color: #898989;
}

@media all and (max-width: 768px) {
    .section-main-content .content .news .table .td .title {
        text-align: left;
        max-width: 100%;
    }
}

@media all and (max-width: 768px) and (orientation: landscape) {
    .section-main-content .content .news .table .td .title {
        float: inherit;
        width: auto;
        max-width: 100%;
    }
}

.section-main-content .ads {
    float: right;
    width: 300px;
}

@media all and (max-width: 1024px) {
    .section-main-content .ads {
        float: inherit;
        width: auto;
    }
}

.section-main-content .ads .ad {
    margin-bottom: 30px;
    text-align: center;
}

@media all and (max-width: 1024px) {
    .section-main-content .ads .ad {
        float: left;
        width: 50%;
        padding: 5%;
    }
}

@media all and (max-width: 450px) {
    .section-main-content .ads .ad {
        float: inherit;
        width: 300px;
        height: 300px;
        margin: 0 auto;
    }
}

.section-main-content .ads .ad .owl-dots {
    position: relative;
    top: -35px;
}

.section-main-content .ads .ad>img {
    margin-bottom: 30px;
}

.section-news .container {
    padding: 0 0px;
}

.section-news .sidebar.open {
    left: 0;
}

@media all and (max-width: 768px) {
    .section-news .sidebar.open .mobile-sidebar-button {
        top: 0;
    }
}

@media all and (max-width: 768px) {
    .section-news .sidebar {
        position: fixed;
        background-color: rgba(0, 0, 0, 0.8);
        z-index: 99;
        top: 70px;
        bottom: 0;
        left: -200px;
        width: 200px;
        -moz-transition: left 0.2s linear;
        -o-transition: left 0.2s linear;
        -webkit-transition: left 0.2s linear;
        transition: left 0.2s linear;
    }
}

.section-news .sidebar .mobile-sidebar-button {
    display: none;
    -moz-transition: top 0.2s linear;
    -o-transition: top 0.2s linear;
    -webkit-transition: top 0.2s linear;
    transition: top 0.2s linear;
}

@media all and (max-width: 768px) {
    .section-news .sidebar .mobile-sidebar-button {
        position: absolute;
        top: 70px;
        right: -36px;
        display: block;
        width: 36px;
        height: 36px;
        color: #fff;
        font-size: 2rem;
        text-align: center;
        line-height: 36px;
        background: rgba(0, 0, 0, 0.8);
    }
}

.section-news .sidebar>ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

@media all and (max-width: 450px) {
    .section-news .sidebar>ul {
        margin: 0 -15px;
    }
}

.section-news .sidebar>ul li.active a {
    color: #000;
}

@media all and (max-width: 450px) {
    .section-news .sidebar>ul li.active a {
        color: #fff;
    }
}

@media all and (max-width: 450px) {
    .section-news .sidebar>ul li {
        padding: 0 15px;
    }

    .section-news .sidebar>ul li.active {
        background: rgba(0, 0, 0, 0.63);
    }
}

.section-news .sidebar>ul li a {
    display: block;
    padding: 10px 0 10px 100px;
    font-size: 1.5rem;
    font-weight: 600;
    color: #828282;
    letter-spacing: 2px;
    text-decoration: none;
}

.section-news .sidebar>ul li a:hover {
    background-color: #f7f7f7;
}

@media all and (max-width: 768px) {
    .section-news .sidebar>ul li a {
        padding: 10px 0 10px 30px;
    }
}

@media all and (max-width: 768px) {
    .section-news .sidebar>ul li a {
        padding: 10px;
        color: #fff;
    }

    .section-news .sidebar>ul li a:hover {
        background-color: initial;
    }
}

.section-news .content .new {
    margin-bottom: 30px;
}

.section-news .content .new:nth-child(odd) {
    clear: left;
}

.section-news .content .new>a {
    text-decoration: none;
    color: inherit;
}

.section-news .content .new .image {
    margin-bottom: 15px;
    text-align: left;
}

@media all and (max-width: 768px) {
    .section-news .content .new .image {
        text-align: left;
    }
}

@media all and (max-width: 768px) and (orientation: landscape) {
    .section-news .content .new .image {
        text-align: left;
    }
}

@media all and (max-width: 450px) {
    .section-news .content .new .image {
        text-align: left;
    }
}

.section-news .content .new .image>img {
    width: 300px;
    height: 200px;
}

@media all and (max-width: 768px) {
    .section-news .content .new .image>img {
        max-width: 100%;
        height: auto;
    }
}

.section-news .content .new .infos {
    margin-bottom: 5px;
}

@media all and (max-width: 768px) {
    .section-news .content .new .infos {
        width: auto;
        margin: 0 auto;
    }
}

.section-news .content .new .infos .title {
    margin-bottom: 5px;
    font-size: 1.8rem;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.section-news .content .new .infos .date {
    margin-bottom: 15px;
    font-size: 1.6rem;
    color: #858585;
}

.section-news .content .new .infos .desc {
    margin-bottom: 15px;
}

.section-news .pagination {
    display: block;
    text-align: center;
}

@media all and (max-width: 768px) {
    .section-news .pagination {
        font-size: 2rem;
    }
}

@media all and (max-width: 768px) {
    .section-news .pagination {
        font-size: 1rem;
    }
}

.section-news .pagination a {
    text-decoration: none;
    color: #4a4a4a;
}

.section-news .pagination .first,
.section-news .pagination .last,
.section-news .pagination .prev,
.section-news .pagination .next,
.section-news .pagination .pageinate,
.section-news .pagination .pageinate>a {
    display: inline-block;
}

.section-news .pagination .first,
.section-news .pagination .prev,
.section-news .pagination .next,
.section-news .pagination .last,
.section-news .pagination .pageinate>a {
    border: 1px solid #ccc;
    padding: 5px;
    min-width: 32px;
}

.section-news .pagination .first:hover,
.section-news .pagination .prev:hover,
.section-news .pagination .next:hover,
.section-news .pagination .last:hover,
.section-news .pagination .pageinate>a:hover {
    background-color: #f3f3f3;
}

.section-news .pagination .pageinate {
    margin: 0 5px;
}

.section-news .pagination .pageinate a {
    display: inline-block;
    margin-right: 5px;
}

.section-news .pagination .pageinate a.active {
    pointer-events: none;
    cursor: default;
    color: red;
    border: 0;
}

@media all and (max-width: 768px) {
    .section-news-view .container {
        padding: 0 15px;
    }
}

.section-news-view .container .title>div {
    padding-bottom: 20px;
    font-size: 2.5rem;
    font-weight: 600;
    color: #656565;
    border-bottom: 1px solid #ccc;
    text-align: left;
}

@media all and (max-width: 450px) {
    .section-news-view .container .title>div {
        font-size: 2rem;
    }
}

.section-news-view .container .content {
    padding: 20px 0;
}

@media all and (max-width: 768px) {
    .section-product .container {
        padding: 0 5px;
    }
}

.section-product .container .sidebar.open {
    left: 0;
}

@media all and (max-width: 1024px) {
    .section-product .container .sidebar.open .mobile-sidebar-button {
        top: 0;
    }
}

@media all and (max-width: 1024px) {
    .section-product .container .sidebar {
        position: fixed;
        background-color: rgba(0, 0, 0, 0.8);
        z-index: 99;
        top: 120px;
        bottom: 0;
        left: -380px;
        width: 380px;
        -moz-transition: left 0.2s linear;
        -o-transition: left 0.2s linear;
        -webkit-transition: left 0.2s linear;
        transition: left 0.2s linear;
    }
}

@media all and (max-width: 400px) {
    .section-product .container .sidebar {
        position: fixed;
        /* background-color: rgba(0, 0, 0, 0.8); */
        background-color: #E2FFFC;
        z-index: 99;
        /* top: 70px; */
        top: 60px;
        bottom: 0;
        left: -280px;
        width: 280px;
        -moz-transition: left 0.2s linear;
        -o-transition: left 0.2s linear;
        -webkit-transition: left 0.2s linear;
        transition: left 0.2s linear;

    }
}

.section-product .container .sidebar .mobile-sidebar-button {
    display: none;
    -moz-transition: top 0.2s linear;
    -o-transition: top 0.2s linear;
    -webkit-transition: top 0.2s linear;
    transition: top 0.2s linear;
}

@media all and (max-width: 1024px) {
    .section-product .container .sidebar .mobile-sidebar-button {
        position: absolute;
        /* top: 70px; */
        top: 40px;

        display: block;
        right: -45px;
        width: 45px;
        /* height: 36px; */
        height: 185px;
        color: #fff;
        font-size: 2rem;
        text-align: center;
        line-height: 36px;
        /* background: rgba(0, 0, 0, 0.8); */
        padding-left: 10px;
        padding-right: 10px;
        font-weight: bolder;
        border-radius: 0 10px 10px 0;
    }

    .prod_area_left_css1 {
        background: #4ED1FF;
    }

    .prod_area_left_css2 {
        background: #6AB6FF;
    }
}

.section-product .container .sidebar .content {
    padding: 15px;
    background-color: #f5f5f5;
}

@media all and (max-width: 1024px) {
    .section-product .container .sidebar .content {
        margin: 0px;
        padding: 0;
        background-color: initial;
    }
}

.section-product .container .sidebar .title {
    height: 36px;
    padding-left: 15px;
    line-height: 36px;
    background-color: #3155a4;
    color: #fff;
}

@media all and (max-width: 1024px) {
    .section-product .container .sidebar .title {
        width: auto;
    }
}

@media all and (max-width: 1024px) {
    .section-product .container .sidebar .title {
        padding: 0 15px;
    }
}

.section-product .container .sidebar ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.section-product .container .sidebar ul li a {
    display: block;
    padding: 0px;
    color: #585858;
    letter-spacing: 2px;
    text-decoration: none;
}

@media all and (min-width: 1025px) {
    .section-product .container .sidebar ul li a {
        display: block;
        padding: 10px 15px 10px 15px;
        color: #585858;
        letter-spacing: 2px;
        text-decoration: none;
    }
}

@media all and (max-width: 1024px) {
    .section-product .container .sidebar ul li a {
        /* color: #fff; */
        color: #3C5560;
        font-size: 17px;
        font-weight: bolder;
    }

}

.section-product .container .sidebar .level1 li,
.section-product .container .sidebar .level2 li,
.section-product .container .sidebar .level3 li {
    position: relative;
}

.section-product .container .sidebar .level1 {
    border: 1px solid #e0e0e0;
    border-top-width: 0;
    background-color: #fff;
}

@media all and (max-width: 1024px) {
    .section-product .container .sidebar .level1 {
        border: 0;
        background-color: initial;
    }
}

@media all and (max-width: 1024px) {
    .section-product .container .sidebar .level1 {
        height: 500px;
        overflow: auto;
    }
}

@media all and (max-width: 400px) {
    .section-product .container .sidebar .level1 {
        height: 350px;
        overflow: auto;
    }
}

.section-product .container .sidebar .level1>li:hover>a {
    color: #fff;
    background: rgba(0, 0, 0, 0.5);
}

.section-product .container .sidebar .level1>li:hover .level2 {
    visibility: visible;
}

@media all and (max-width: 1024px) {
    .section-product .container .sidebar .level1>li {
        padding: 0;
    }
}

.section-product .container .sidebar .level2 {
    position: absolute;
    visibility: hidden;
    top: 0;
    left: 186px;
    white-space: nowrap;
    min-width: 210px;
    background: rgba(0, 0, 0, 0.6);
    z-index: 99;
}

@media all and (max-width: 1024px) {
    .section-product .container .sidebar .level2 {
        position: initial;
        visibility: visible;
        display: none;
        min-width: initial;
    }
}

@media all and (max-width: 1024px) {
    .section-product .container .sidebar .level2 {
        width: 100%;
        margin: 0;
        padding: 0;
    }
}

.section-product .container .sidebar .level2>li:hover {
    background-color: rgba(0, 0, 0, 0.5);
}

@media all and (max-width: 1024px) {
    .section-product .container .sidebar .level2>li:hover {
        background-color: initial;
    }
}

.section-product .container .sidebar .level2>li:hover .level3 {
    visibility: visible;
}

.section-product .container .sidebar .level2>li>a {
    color: #fff;
}

@media all and (max-width: 1024px) {
    .section-product .container .sidebar .level2>li>a {
        padding-left: 20px;
    }
}

.section-product .container .sidebar .level3 {
    position: absolute;
    visibility: hidden;
    top: 0;
    left: 210px;
    white-space: nowrap;
    min-width: 210px;
    background-color: rgba(0, 0, 0, 0.51);
    z-index: 99;
}

@media all and (max-width: 1024px) {
    .section-product .container .sidebar .level3 {
        position: initial;
        visibility: visible;
        display: none;
        min-width: initial;
    }
}

.section-product .container .sidebar .level3>li {
    background-color: rgba(0, 0, 0, 0.46);
}

.section-product .container .sidebar .level3>li:hover {
    background-color: rgba(0, 0, 0, 0.6);
}

.section-product .container .sidebar .level3>li>a {
    color: #fff;
}

@media all and (max-width: 1024px) {
    .section-product .container .sidebar .level3>li>a {
        padding-left: 45px;
    }
}

@media all and (min-width: 1025px) {
    li.pds a span.scollapse {
        display: none;
    }
}

@media all and (max-width: 1024px) {
    .section-product .container .sidebar .level3>li>a {
        margin: 0;
    }
}

@media all and (max-width: 1024px) {
    .section-product .container .sidebar .level3>li>a {
        padding-left: 30px;
    }
}

.section-product .container .product-item {
    position: relative;
    /* box-shadow: 0 1px 2px rgba(71, 73, 72, .2); */
    padding-bottom: 20px;
    margin-bottom: 30px;
    background-color: #F2F9FF;
    padding: 5%;
    border-radius: 10px;
}

.section-product .container .product-item .image {
    position: relative;
    text-align: center;
    margin-bottom: 10px;
}

.section-product .container .product-item .image:hover a {
    visibility: visible;
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=65);
    opacity: 0.65;
}

.section-product .container .product-item .image a {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    visibility: hidden;
    background: #000 url(../images/overlay-plus.png) center center no-repeat;
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.section-product .container .product-item .image>img {
    max-width: 100%;
    max-height: 200px;
}

.section-product .container .product-item .info {
    position: relative;
    display: inline-block;
    left: 50%;
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

@media all and (max-width: 450px) {
    .section-product .container .product-item .info {
        width: 100%;
        /* text-align: center; */
        text-align: left;
    }
}

@media all and (max-width: 320px) {
    .section-product .container .product-item .info {
        font-size: 13px;
    }
}

.section-product .container .product-item .name,
.section-product .container .product-item .price,
.section-product .container .product-item .point {
    margin-bottom: 5px;
}


/* .section-product .container .product-item .name {
  max-width: 170px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  color: #585858;
} */

.section-product .container .product-item .name {
    max-width: 170px;
    height: 40px;
    overflow: hidden;
    /* color: #585858; */
    color: #20999B;
    font-weight: bolder;
}

.section-product .container .product-item .price,
.section-product .container .product-item .point {
    width: 160px;
    margin: 0 auto;
}

.section-product .container .product-item .price .slabel,
.section-product .container .product-item .price .svalue,
.section-product .container .product-item .point .slabel,
.section-product .container .product-item .point .svalue {
    display: inline-block;
}

.section-product .container .product-item .price {
    color: red;
}

.section-product .container .product-item .point {
    color: #000;
}

.section-product .container .product-item .addCart {
    display: block;
    width: 140px;
    padding: 5px 0;
    margin: 10px auto 0;
    text-align: center;
    /* color: #3155a4; */
    border-color: #DA4F0A;
    background: rgba(0, 0, 0, 0);
    border: 2px solid #DA4F0A;
    color: #DA4F0A;
    letter-spacing: 2px;
    text-decoration: none;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -moz-transition: background 0.2s linear;
    -o-transition: background 0.2s linear;
    -webkit-transition: background 0.2s linear;
    transition: background 0.2s linear;
}

.section-product .container .product-item .addCart:hover {
    color: #fff;
    border-color: #DA4F0A;
    background-color: #DA4F0A;
}

.section-product .pagination {
    display: block;
    text-align: center;
}

@media all and (max-width: 768px) {
    .section-product .pagination {
        font-size: 2rem;
    }
}

@media all and (max-width: 768px) {
    .section-product .pagination {
        font-size: 1rem;
    }
}

.section-product .pagination a {
    text-decoration: none;
    color: #4a4a4a;
}

.section-product .pagination .first,
.section-product .pagination .last,
.section-product .pagination .prev,
.section-product .pagination .next,
.section-product .pagination .pageinate,
.section-product .pagination .pageinate>a {
    display: inline-block;
}

.section-product .pagination .first,
.section-product .pagination .prev,
.section-product .pagination .next,
.section-product .pagination .last,
.section-product .pagination .pageinate>a {
    border: 1px solid #ccc;
    padding: 5px;
    min-width: 32px;
}

.section-product .pagination .first:hover,
.section-product .pagination .prev:hover,
.section-product .pagination .next:hover,
.section-product .pagination .last:hover,
.section-product .pagination .pageinate>a:hover {
    background-color: #f3f3f3;
}

.section-product .pagination .pageinate {
    margin: 0 3px;
}

.section-product .pagination .pageinate a {
    display: inline-block;
    margin-right: 5px;
}

.section-product .pagination .pageinate a.active {
    pointer-events: none;
    cursor: default;
    color: red;
    border: 0;
}

.section-product-view .container {
    padding: 0 15px;
}

.section-product-view .container .image-col .image-owl-carousel {
    margin-bottom: 10px;
}

.section-product-view .container .image-col .image-owl-carousel img {
    display: block;
    margin: 0 auto;
    width: auto;
    height: auto;
    max-height: 300px;
}

.section-product-view .container .image-col .image-thumbnail {
    margin-bottom: 30px;
    padding: 0 50px;
}

.section-product-view .container .image-col .image-thumbnail img {
    display: block;
    margin: 0 auto;
    width: 60px;
    height: 60px;
    cursor: pointer;
}

.section-product-view .container .image-col .image-thumbnail .owl-nav {
    position: absolute;
    top: 5px;
    left: 0;
    right: 0;
    z-index: 99;
}

.section-product-view .container .image-col .image-thumbnail .owl-nav .owl-prev,
.section-product-view .container .image-col .image-thumbnail .owl-nav .owl-next {
    position: absolute;
    width: 24px;
    height: 24px;
    padding: 0;
    line-height: 24px;
    background: #c7c7c7;
    -moz-transition: background 0.2s linear;
    -o-transition: background 0.2s linear;
    -webkit-transition: background 0.2s linear;
    transition: background 0.2s linear;
}

.section-product-view .container .image-col .image-thumbnail .owl-nav .owl-prev:hover,
.section-product-view .container .image-col .image-thumbnail .owl-nav .owl-next:hover {
    background: #000;
}

.section-product-view .container .image-col .image-thumbnail .owl-nav .owl-prev {
    left: 0;
}

.section-product-view .container .image-col .image-thumbnail .owl-nav .owl-next {
    right: 0;
}

@media all and (max-width: 450px) {
    .section-product-view .container .detail-col {
        padding: 0 5px;
    }
}

@media all and (max-width: 320px) {
    .section-product-view .container .detail-col {
        padding: 0px;
    }
}

.section-product-view .container .detail-col .title {
    font-size: 1.8em;
    font-weight: 600;
    letter-spacing: 3px;
    color: #8a8a8a;
}

.section-product-view .container .detail-col .info {
    margin-bottom: 20px;
}

.section-product-view .container .detail-col .info .product-no>div,
.section-product-view .container .detail-col .info .price>div,
.section-product-view .container .detail-col .info .member-price>div,
.section-product-view .container .detail-col .info .integral>div,
.section-product-view .container .detail-col .info .count>div {
    height: 44px;
    line-height: 44px;
}

.section-product-view .container .detail-col .info .member-price {
    color: red;
}

.section-product-view .container .detail-col .info .count .component {
    display: inline-block;
    margin-right: 20px;
    padding-top: 9px;
    vertical-align: middle;
    text-align: center;
}

.section-product-view .container .detail-col .info .count .component .minus,
.section-product-view .container .detail-col .info .count .component .plus {
    border: 1px solid #ccc;
    width: 28px;
    cursor: pointer;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.section-product-view .container .detail-col .info .count .component .minus:hover,
.section-product-view .container .detail-col .info .count .component .plus:hover {
    background-color: #e9e9e9;
}

.section-product-view .container .detail-col .info .count .component .minus,
.section-product-view .container .detail-col .info .count .component input,
.section-product-view .container .detail-col .info .count .component .plus {
    float:left;
    height:28px;
    display:flex;
    justify-content:center;
    align-items:center;
}

.section-product-view .container .detail-col .info .count .component .plus {
    border-left-width: 0;
}

.section-product-view .container .detail-col .info .count .component .minus {
    border-right-width: 0;
}

.section-product-view .container .detail-col .info .count .component input {
    width: 60px;
    text-align: center;
    border: 1px solid #ccc;
    -webkit-appearance: none;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.section-product-view .container .detail-col .info .slabel {
    display: inline-block;
    width: 120px;
    margin-right: 10px;
    vertical-align: middle;
    font-size: 1.5rem;
    font-weight: 600;
    color: #484848;
}

.section-product-view .container .detail-col .info .slabelqty {
    display: inline-block;
    width: 100px;
    margin-right: 10px;
    vertical-align: middle;
    font-size: 1.5rem;
    font-weight: 600;
    color: #484848;
}

.section-product-view .container .detail-col .info .svalue {
    display: inline-block;
    vertical-align: middle;
}

.section-product-view .container .detail-col .info .add-Cart {
    display: inline-block;
    padding: 10px 20px;
    font-weight: 600;
    color: #001689;
    border: 2px solid #001689;
    letter-spacing: 2px;
    background: transparent;
    text-decoration: none;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.section-product-view .container .detail-col .info .add-Cart:hover {
    background: #001689;
    border-color: #001689;
    color: #fff;
}

@media all and (max-width: 450px) {
    .section-product-view .container .detail-col .info .add-Cart {
        display: block;
        margin: 20px auto 0;
        background: #001689;
        border-color: #001689;
        color: #fff;
        text-align: center;
    }
}

.section-product-view .container .detail-col .info .add-Cart i {
    margin-right: 5px;
}

.section-product-view .container .detail-col .detail .nav-tabs>li {
    margin-bottom: 0px;
}

.section-product-view .container .detail-col .detail .nav-tabs>li.active::after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    height: 2px;
    background: #001689;
}

.section-product-view .container .detail-col .detail .nav-tabs>li a {
    color: #868686;
    border: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.section-product-view .container .detail-col .detail .nav-tabs>li a:hover {
    color: #337ab7;
    background: #f7f7f7;
}

.section-product-view .container .detail-col .detail .content {
    padding: 15px 0;
    line-height: 24px;
}

.cart-flow-1 .container {
    padding: 0 15px;
}

.cart-flow-1 .container .step {
    margin-top: 20px;
    margin-bottom: 20px;
}

.cart-flow-1 .container .step>ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.cart-flow-1 .container .step>ul::after {
    content: '';
    display: block;
    clear: both;
}

.cart-flow-1 .container .step>ul li {
    position: relative;
    float: left;
    width: 33.33%;
    height: 100px;
    line-height: 100px;
    z-index: 1;
}

.cart-flow-1 .container .step>ul li::before {
    position: absolute;
    content: '';
    top: 0;
    left: 50%;
    width: 28px;
    height: 28px;
    /* border: 3px solid #ED145B; */
    /* background-color: #fff; */
    background-color: #D9D9D9;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

.cart-flow-1 .container .step>ul li:not(:last-child)::after {
    position: absolute;
    content: '';
    top: 13px;
    left: 50%;
    width: 100%;
    height: 3px;
    /* background-color: #ed145b; */
    background-color: #D9D9D9;
    z-index: -1;
}

.cart-flow-1 .container .step>ul li.active::before,
.cart-flow-1 .container .step>ul li.done::before {
    /* background-color: #ED145B; */
    background-color: #6AB6FF;
    /* border: 3px solid #ccc; */
}

.cart-flow-1 .container .step>ul li.done::after {
    background-color: #ED145B;
    z-index: 1;
}

.cart-flow-1 .container .step>ul li .text {
    text-align: center;
    font-size: 1.6rem;
    font-weight: 600;
    color: #7b7b7b;
    padding-top: 40px;
    line-height: 20px;
}

.cart-flow-1 .container .content {
    /* color: #6E6E6E; */
    text-align: left;
    font-size: 15px;
    letter-spacing: 2px;
    color: #000;
}

.cart-flow-1 .container .content .paid_title {
    background: #F3F2F2;
    width: 100%;
    padding: 5px 0px 5px 10px;
    /* color: #58595b; */
    color: #000;
    font-size: 16px;
    letter-spacing: 2px;
}

.test {
    text-align: center;
}

.cart-flow-1 .container .content a {
    color: #000;
    text-decoration: none;
}

.cart-flow-1 .container .content .block:nth-last-child(n+4) {
    margin-bottom: 60px;
}

@media all and (max-width: 450px) {
    .cart-flow-1 .container .content .block:nth-last-child(n+4) {
        margin-bottom: 40px;
    }
}

.cart-flow-1 .container .content .block>.title {
    margin-bottom: 10px;
    /* font-size: 20px; */
    /* color: dimgrey; */
    color: #000;
    font-size: 18px;
    /* border-bottom: 1px solid #e4e4e4; */
    font-weight: bolder;
}

.cart-flow-1 .container .content .block .store {
    display: inline-block;
    padding: 5px 10px;
    margin-left: 10px;
    margin-bottom: 10px;
    background-color: #008000;
    color: #fff;
    letter-spacing: 1px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -moz-transition: background 0.2s linear;
    -o-transition: background 0.2s linear;
    -webkit-transition: background 0.2s linear;
    transition: background 0.2s linear;
}

.cart-flow-1 .container .content .block .store:hover {
    background-color: #00b300;
}

.cart-flow-1 .container .content .block .current .slabel {
    display: inline-block;
    margin-right: 10px;
}

.cart-flow-1 .container .content .block .current .svalue {
    display: inline-block;
}

.cart-flow-1 .container .content .block .current .svalue>span {
    margin-right: 5px;
    color: blue;
}

.cart-flow-1 .container .content .block .card-number,
.cart-flow-1 .container .content .block .card-holder,
.cart-flow-1 .container .content .block .card-other {
    position: relative;
    margin-top: 30px;
}

.cart-flow-1 .container .content .block .card-number {
    width: 400px;
}

@media all and (max-width: 450px) {
    .cart-flow-1 .container .content .block .card-number {
        width: auto;
    }
}

.cart-flow-1 .container .content .block .card-number::before {
    content: 'CARD NUMBER';
    position: absolute;
    top: -18px;
    left: -5px;
    font-size: 12px;
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
}

.cart-flow-1 .container .content .block .card-number._2::before {
    left: -7px;
}

.cart-flow-1 .container .content .block .card-number>.row {
    margin: 0 -10px;
}

.cart-flow-1 .container .content .block .card-number>.row>div {
    padding: 0 10px;
}

.cart-flow-1 .container .content .block .card-number .number {
    display: inline-block;
    margin-right: 15px;
    text-align: center;
}

@media all and (max-width: 450px) {
    .cart-flow-1 .container .content .block .card-number .number {
        margin-right: 0;
    }
}

.cart-flow-1 .container .content .block .card-holder {
    width: 400px;
}

@media all and (max-width: 450px) {
    .cart-flow-1 .container .content .block .card-holder {
        width: auto;
    }
}

.cart-flow-1 .container .content .block .card-holder::before {
    content: 'CARD HOLDER';
    position: absolute;
    top: -18px;
    left: -5px;
    font-size: 12px;
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
}

.cart-flow-1 .container .content .block .card-holder._2::before {
    left: -7px;
}

.cart-flow-1 .container .content .block .card-other {
    width: 400px;
}

.cart-flow-1 .container .content .block .card-other._2 {
    display: inline-block;
    width: auto;
}

.cart-flow-1 .container .content .block .card-other._2 .card-expire-date::before {
    left: -9px;
}

@media all and (max-width: 450px) {
    .cart-flow-1 .container .content .block .card-other {
        width: auto;
    }
}

.cart-flow-1 .container .content .block .card-other .card-expire-date {
    position: relative;
    float: left;
    min-width: 100px;
}

.cart-flow-1 .container .content .block .card-other .card-expire-date::before {
    content: 'EXPIRATION DATE';
    position: absolute;
    top: -18px;
    left: -7px;
    font-size: 12px;
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
}

.cart-flow-1 .container .content .block .card-other .card-expire-date select {
    display: inline-block;
    width: 80px;
    margin-right: 15px;
}

.cart-flow-1 .container .content .block .card-other .card-ccv {
    position: relative;
    float: right;
}

.cart-flow-1 .container .content .block .card-other .card-ccv::before {
    content: 'CCV';
    position: absolute;
    top: -18px;
    left: -2px;
    font-size: 12px;
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
}

.cart-flow-1 .container .content .block .card-other .card-ccv .ccv {
    width: 80px;
}

.cart-flow-1 .container .content .list {
    padding: 5px;
    margin: 0;
    margin-top: 5px;
    list-style: none;
}

.cart-flow-1 .container .content .list li {
    position: relative;
    /* border-bottom: 1px solid #eaeaea; */
    border-bottom: 3px solid #eaeaea;
    margin-bottom: 10px;
}

@media all and (max-width: 450px) {
    .cart-flow-1 .container .content .list li {
        padding-bottom: 10px;
    }
}

.cart-flow-1 .container .content .list li .image {
    float: left;
    width: 160px;
    height: 160px;
    margin-right: 10px;
    margin-left: 30px;
}

@media all and (max-width: 450px) {
    .cart-flow-1 .container .content .list li .image {
        /*  width: 35%; */
        width: 40%;
        margin: 0;
        margin-right: 10px;
        height: 200px;
    }
}

.cart-flow-1 .container .content .list li .image>a>img {
    display: block;
    max-width: 160px;
    max-height: 160px;
    margin: 0 auto;
}

@media all and (max-width: 450px) {
    .cart-flow-1 .container .content .list li .image>a>img {
        max-width: initial;
        max-height: initial;
        width: 100%;
    }
}

.cart-flow-1 .container .content .list li .name {
    padding-left: 130px;
}

@media all and (max-width: 450px) {
    .cart-flow-1 .container .content .list li .name {
        padding-left: 0;
        text-align: left;
    }
}

.cart-flow-1 .container .content .list li .name a {
    /* font-size: 1.1em; */
    font-weight: 600;
    letter-spacing: 3px;
    /* color: #8a8a8a; */
    color: #000;
    font-size: 15px;
}

.cart-flow-1 .container .content .list li .info {
    padding-top: 10px;
    padding-right: 10px;
    line-height: 18px;
    font-size: 16px;
}

@media all and (max-width: 450px) {
    .cart-flow-1 .container .content .list li .info {
        font-size: 1.5rem;
    }
}

@media all and (max-width: 320px) {
    .cart-flow-1 .container .content .list li .info {
        font-size: 1.2rem;
    }
}

.cart-flow-1 .container .content .list li .info .item-info .price,
.cart-flow-1 .container .content .list li .info .total-info .price {
    margin-bottom: 10px;
}

@media all and (max-width: 450px) {
    .cart-flow-1 .container .content .list li .info {
        padding-top: 0px;
    }

    .cart-flow-1 .container .content .list li .info .item-info .price,
    .cart-flow-1 .container .content .list li .info .total-info .price {
        width: 50%;
        margin-bottom: 5px;
    }
}

.cart-flow-1 .container .content .list li .info .item-info .point,
.cart-flow-1 .container .content .list li .info .total-info .point {
    margin-bottom: 10px;
}

.cart-flow-1 .container .content .list li .info .item-info {
    float: left;
    vertical-align: middle;
}

@media all and (max-width: 450px) {
    .cart-flow-1 .container .content .list li .info .item-info {
        float: initial;
        font-size: 14px;
    }

    .cart-flow-1 .container .content .list li .info .item-info .price {
        float: left;
    }

    .cart-flow-1 .container .content .list li .info .item-info .price .slabel,
    .cart-flow-1 .container .content .list li .info .item-info .price .svalue {
        display: inline-block;
    }

    .cart-flow-1 .container .content .list li .info .item-info .point {
        float: right;
    }

    .cart-flow-1 .container .content .list li .info .item-info .point .slabel,
    .cart-flow-1 .container .content .list li .info .item-info .point .svalue {
        display: inline-block;
    }
}

.cart-flow-1 .container .content .list li .info .total-info {
    float: right;
    vertical-align: middle;
}

@media all and (max-width: 450px) {
    .cart-flow-1 .container .content .list li .info .total-info {
        float: initial;
        font-size: 14px;
    }

    .cart-flow-1 .container .content .list li .info .total-info .price {
        float: left;
    }

    .cart-flow-1 .container .content .list li .info .total-info .price .slabel,
    .cart-flow-1 .container .content .list li .info .total-info .price .svalue {
        display: inline-block;
    }

    .cart-flow-1 .container .content .list li .info .total-info .point {
        float: right;
    }

    .cart-flow-1 .container .content .list li .info .total-info .point .slabel,
    .cart-flow-1 .container .content .list li .info .total-info .point .svalue {
        display: inline-block;
    }
}

.cart-flow-1 .container .content .list li .info .svalue {
    font-weight: 700;
    margin-top: 5px;
}

@media all and (max-width: 450px) {
    .cart-flow-1 .container .content .list li .info .count-info {
        float: left;
        font-size: 14px;
    }
}

.cart-flow-1 .container .content .list li .info .count-info .text {
    display: none;
    vertical-align: middle;
}

@media all and (max-width: 450px) {
    .cart-flow-1 .container .content .list li .info .count-info .text {
        display: inline-block;
    }
}

.cart-flow-1 .container .content .list li .info .count {
    position: absolute;
    bottom: 45px;
    left: 60%;
    z-index: 99;
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

@media all and (max-width: 768px) {
    .cart-flow-1 .container .content .list li .info .count {
        left: 65%;
    }
}

@media all and (max-width: 450px) {
    .cart-flow-1 .container .content .list li .info .count {
        position: initial;
        display: inline-block;
        vertical-align: middle;
        -moz-transform: translate(0);
        -ms-transform: translate(0);
        -webkit-transform: translate(0);
        transform: translate(0);
    }
}

.cart-flow-1 .container .content .list li .info .count .component {
    display: inline-block;
    text-align: center;
    margin-top: 3%;
}

.cart-flow-1 .container .content .list li .info .count .component .minus,
.cart-flow-1 .container .content .list li .info .count .component .plus {
    /* width: 28px; */
    width: 20px;
    cursor: pointer;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.cart-flow-1 .container .content .list li .info .count .component .minus:hover,
.cart-flow-1 .container .content .list li .info .count .component .plus:hover {
    background-color: #e9e9e9;
}

@media all and (max-width: 320px) {

    .cart-flow-1 .container .content .list li .info .count .component .minus,
    .cart-flow-1 .container .content .list li .info .count .component .plus {
        width: 24px;
    }
}

.cart-flow-1 .container .content .list li .info .count .component .minus,
.cart-flow-1 .container .content .list li .info .count .component input,
.cart-flow-1 .container .content .list li .info .count .component .plus {
    position: relative;
    float: left;
    /* height: 28px; */
    height: 20px;
    vertical-align: top;
    line-height: 28px;
    text-align:center;
    /* border: 1px solid #ccc; */
}

@media all and (max-width: 320px) {

    .cart-flow-1 .container .content .list li .info .count .component .minus,
    .cart-flow-1 .container .content .list li .info .count .component input,
    .cart-flow-1 .container .content .list li .info .count .component .plus {
        height: 24px;
        line-height: 24px;
    }
}

.cart-flow-1 .container .content .list li .info .count .component .plus {
    border-left-width: 0;
}

.cart-flow-1 .container .content .list li .info .count .component .minus {
    border-right-width: 0;
}

.cart-flow-1 .container .content .list li .info .count .component input {
    width: 60px;
    text-align: center;
    /* border: 1px solid #ccc; */
    border: 0px solid #ccc;
    -webkit-appearance: none;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

@media all and (max-width: 320px) {
    .cart-flow-1 .container .content .list li .info .count .component input {
        width: 50px;
    }
}

.cart-flow-1 .container .content .list li .remove {
    position: absolute;
    height: 1em;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    top: 0px;
    left: -10px;
    font-weight: 700;
    z-index: 99;
    color: #c00;
}

@media all and (max-width: 450px) {
    .cart-flow-1 .container .content .list li .remove {
        top: 130px;
        left: initial;
        right: 5px;
    }
}

.cart-flow-1 .container .content .details {
    float: right;
    width: 240px;
}

@media all and (max-width: 450px) {
    .cart-flow-1 .container .content .details {
        float: initial;
        width: auto;
    }
}

.cart-flow-1 .container .content .details .title {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 700;
    text-align: left;
}

.cart-flow-1 .container .content .details .subtotal,
.cart-flow-1 .container .content .details .total-info {
    background-color: #e6e6e6;
    /* color: #565656; */
    color: #000;
    font-size: 16px;
    font-weight: 600;
}

.cart-flow-1 .container .content .details .subtotal .slabel,
.cart-flow-1 .container .content .details .total-info .slabel {
    float: left;
    padding: 6px 15px;
}

.cart-flow-1 .container .content .details .subtotal .svalue,
.cart-flow-1 .container .content .details .total-info .svalue {
    float: right;
    padding: 6px 15px;
}

.cart-flow-1 .container .content .details .subtotal {
    border-bottom: 1px solid #dadada;
}

.cart-flow-1 .container .content .checkout {
    display: inline;
    width: 250px;
    margin: 0 auto;
    padding: 10px 16px;
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: bold;
    border: 2px solid #3155a4;
    color: #fff;
    background-color: #3155a4;
    letter-spacing: 2px;
    text-align: center;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.cart-flow-1 .container .content .checkout:hover {
    color: #3155a4;
    border-color: #3155a4;
    background: rgba(0, 0, 0, 0.05);
}

.cart-flow-1 .container .content .checkout3 {
    display: inline;
    width: 250px;
    margin: 0 auto;
    padding: 10px 16px;
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: bold;
    border: 2px solid orange;
    color: #fff;
    background-color: orange;
    letter-spacing: 2px;
    text-align: center;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.cart-flow-1 .container .content .checkout3:hover {
    color: orange;
    border-color: orange;
    background: rgba(0, 0, 0, 0.05);
}

.cart-flow-1 .container .content .mobile-control {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    height: 40px;
    line-height: 40px;
    text-align: center;
    z-index: 99;
}

.cart-flow-1 .container .content .mobile-control .totalPoint,
.cart-flow-1 .container .content .mobile-control .next {
    float: left;
    width: 50%;
    color: #fff;
    background-color: #3155a4;
}

.cart-flow-1 .container .content .mobile-control .totalPoint {
    background-color: #fff;
    color: #3155a4;
    border: 1px solid #3155a4;
}

.cart-flow-1 .container .content .mobile-control .totalPoint .slabel,
.cart-flow-1 .container .content .mobile-control .totalPoint .svalue {
    display: inline-block;
    font-weight: 600;
}

.cart-flow-1 .container .content .mobile-control .totalPoint .slabel {
    margin-right: 5px;
}

.cart-flow-1 .container .content .checkout2 {
    display: inline;
    width: 250px;
    margin: 0px;
    padding: 10px 16px;
    margin-top: 15px;
    font-size: 18px;
    font-weight: bold;
    border: 2px solid #c9302c;
    color: #fff;
    background-color: #c9302c;
    letter-spacing: 2px;
    text-align: center;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.cart-flow-1 .container .content .checkout2:hover {
    color: #c9302c;
    border-color: #c9302c;
    background: rgba(0, 0, 0, 0.05);
}

.cart-flow-1 .container .content .complete {
    text-align: center;
    padding: 50px 0 60px;
}

@media all and (max-width: 450px) {
    .cart-flow-1 .container .content .complete {
        padding-top: 0;
    }
}

.cart-flow-1 .container .content .complete .sn {
    display: inline-block;
    margin-left: 10px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #ED145B;
}

@media all and (max-width: 768px) {
    .section-albums .container {
        padding: 0 15px;
    }
}

.section-albums .image-wrp {
    position: relative;
    text-align: center;
    margin-bottom: 30px;
    -moz-box-shadow: rgba(0, 0, 0, 0.32941) 0px 1px 3px 0px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.32941) 0px 1px 3px 0px;
    box-shadow: rgba(0, 0, 0, 0.32941) 0px 1px 3px 0px;
}

.section-albums .image-wrp>a {
    text-decoration: none;
    color: #000;
}

.section-albums .image-wrp .image {
    position: relative;
    overflow: hidden;
}

.section-albums .image-wrp .image::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.7);
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -moz-transition: opacity 0.2s linear;
    -o-transition: opacity 0.2s linear;
    -webkit-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
}

.section-albums .image-wrp .image:hover::after {
    filter: progid: DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
}

.section-albums .image-wrp .image>img {
    width: 100%;
    height: auto;
    cursor: pointer;
}

.section-albums .text {
    padding: 15px 0;
    text-align: center;
    line-height: 30px;
}

.section-album-view {
    /* clear fix */
    /* ---- .grid-item ---- */
}

.section-album-view .grid:after {
    content: '';
    display: block;
    clear: both;
}

.section-album-view .grid-sizer,
.section-album-view .grid-item {
    width: 33.333%;
}

@media all and (max-width: 768px) {

    .section-album-view .grid-sizer,
    .section-album-view .grid-item {
        width: 50%;
    }
}

.section-album-view .grid-item {
    float: left;
}

.section-album-view .grid-item img {
    display: block;
    width: 100%;
}

@media all and (max-width: 768px) {
    .section-video .container {
        padding: 0 15px;
    }
}

.section-video .content {
    margin-bottom: 30px;
    -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.18);
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.18);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.18);
}

.section-video .title {
    position: relative;
}

.section-video .title::after {
    content: '';
    position: absolute;
    bottom: 20px;
    left: 80px;
    right: 0;
    height: 1px;
    background-color: #e0e0e0;
    z-index: -1;
}

.section-video .title img {
    margin-right: 10px;
}

.section-video .title .text {
    margin-bottom: 20px;
    font-size: 2rem;
    font-weight: 600;
    color: #585858;
    letter-spacing: 2px;
}

.section-video .video {
    padding: 10px;
    text-align: center;
    background-color: #999999;
    background: #999999;
    background: -moz-radial-gradient(center, ellipse cover, #999999 0%, black 100%);
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #999999), color-stop(100%, black));
    background: -webkit-radial-gradient(center, ellipse cover, #999999 0%, black 100%);
    background: -o-radial-gradient(center, ellipse cover, #999999 0%, black 100%);
    background: -ms-radial-gradient(center, ellipse cover, #999999 0%, black 100%);
    background: radial-gradient(ellipse at center, #999999 0%, #000000 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#999999', endColorstr='#000000', GradientType=1);
}

.section-video .video iframe {
    width: 100%;
    height: 180px;
}

.section-video .infos {
    padding: 10px 20px;
    text-align: center;
}

.section-video .infos .ititle {
    font-size: 1.6rem;
    font-weight: 600;
}

@media all and (max-width: 768px) {
    .section-video-view .container {
        padding: 0 15px;
    }
}

.section-video-view .title {
    position: relative;
}

.section-video-view .title::after {
    content: '';
    position: absolute;
    bottom: 20px;
    left: 80px;
    right: 0;
    height: 1px;
    background-color: #e0e0e0;
    z-index: -1;
}

.section-video-view .title img {
    margin-right: 10px;
}

.section-video-view .title .text {
    margin-bottom: 20px;
    font-size: 2rem;
    font-weight: 600;
    color: #585858;
    letter-spacing: 2px;
}

.section-video-view .video {
    height: 680px;
    padding: 10px;
    margin-bottom: 30px;
    text-align: center;
    background-color: #999999;
    background: #999999;
    background: -moz-radial-gradient(center, ellipse cover, #999999 0%, black 100%);
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #999999), color-stop(100%, black));
    background: -webkit-radial-gradient(center, ellipse cover, #999999 0%, black 100%);
    background: -o-radial-gradient(center, ellipse cover, #999999 0%, black 100%);
    background: -ms-radial-gradient(center, ellipse cover, #999999 0%, black 100%);
    background: radial-gradient(ellipse at center, #999999 0%, #000000 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#999999', endColorstr='#000000', GradientType=1);
}

@media all and (max-width: 768px) {
    .section-video-view .video {
        height: 630px;
    }
}

@media all and (max-width: 768px) {
    .section-video-view .video {
        height: auto;
    }
}

.section-video-view .video iframe {
    width: 100%;
    height: 100%;
}

.section-form {
    margin-bottom: 30px;
}

.section-form .container {
    padding: 0 15px;
}

.section-form .contact-header {
    margin-bottom: 30px;
    border-bottom: 1px solid #dedede;
}

.section-form .contact-header .title {
    font-size: 2rem;
    color: #ce8a2d;
}

.section-form .contact-header .desc {
    padding: 30px 0;
    font-size: 1.4rem;
}

.section-form form {
    border-bottom: 1px solid #dedede;
}

.section-form form label {
    color: #585858;
    letter-spacing: 3px;
    font-family: Microsoft JhengHei;
}

.section-form form input {
    width: 50%;
}

@media all and (max-width: 768px) {
    .section-form form input {
        width: 100%;
    }
}

.section-form form [type=submit] {
    display: block;
    width: 200px;
    padding: 10px 0;
    margin: 0 auto;
    margin-bottom: 15px;
}

.section-form form .CAPTCHA {
    display: inline-block;
    margin-right: 5px;
    width: 120px;
}

@media all and (max-width: 320px) {
    .section-form form .CAPTCHA {
        width: 80px;
    }
}

.section-form form .captcha_img {
    width: 110px;
    height: 38px;
}

.section-infos {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #dedede;
}

.section-infos .container {
    padding: 0 15px;
}

.section-infos .text-infos .desc {
    margin-bottom: 20px;
    padding-bottom: 30px;
    text-align: center;
    font-weight: 600;
    border-bottom: 1px solid #ccc;
}

.section-infos .text-infos .infos p {
    margin-bottom: 20px;
}

.section-infos .text-infos .infos p strong {
    display: block;
    font-size: 1.6rem;
}

.section-infos .map-infos iframe {
    width: 100%;
    height: 300px;
    border: 0;
}

.section-branch {
    margin-bottom: 30px;
    border-bottom: 1px solid #dedede;
}

.section-branch .container {
    padding: 0 15px;
}

.section-branch .branch .content {
    margin-bottom: 30px;
    border-bottom: 1px solid #dedede;
}

.section-branch .branch .content p {
    margin-bottom: 20px;
}

.section-branch .branch .content p strong {
    display: block;
    font-size: 1.6rem;
}

.section-other .container {
    padding: 0 15px;
}

.section-other .text {
    float: left;
    width: 700px;
    padding-top: 16px;
    margin-bottom: 20px;
}

@media all and (max-width: 768px) {
    .section-other .text {
        width: 400px;
    }
}

@media all and (max-width: 768px) {
    .section-other .text {
        padding-top: 0;
        float: inherit;
        width: auto;
    }
}

.section-other .more {
    float: right;
    padding: 15px 60px;
    margin-right: 20px;
    background-color: #9c9c9c;
    border-color: #848484;
}

.section-other .more:hover {
    background-color: #8f8f8f;
    border-color: #777777;
}

@media all and (max-width: 768px) {
    .section-other .more {
        float: inherit;
        display: block;
        margin: 0 auto;
    }
}

.section-register .container {
    padding: 0 15px;
    letter-spacing: 3px;
    font-family: Microsoft JhengHei;
}

.section-register .container fieldset {
    padding: .35em 1.625em .75em;
    margin-bottom: 25px;
    -moz-box-shadow: #ccc 0px 1px 3px 0px;
    -webkit-box-shadow: #ccc 0px 1px 3px 0px;
    box-shadow: #ccc 0px 1px 3px 0px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

@media all and (max-width: 768px) {
    .section-register .container fieldset {
        min-height: inherit;
    }
}

.section-register .container legend {
    position: relative;
    display: inline-block;
    width: auto;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 10px;
    margin-left: -12px;
    font-weight: 600;
    border: 0;
    background: #fff;
}

.section-register .container .member-group,
.section-register .container .bank-group {
    min-height: 350px;
}

.section-register .container .level-group {
    display: inline-block;
    margin-right: 30px;
    vertical-align: top;
}

@media all and (max-width: 450px) {
    .section-register .container .level-group {
        display: block;
        margin-right: 0;
        padding-top: 0;
    }
}

.section-register .container .level-group label {
    margin-right: 10px;
    width: 80px;
}

.section-register .container .level-group select {
    display: inline-block;
    width: 310px;
}

@media all and (max-width: 768px) {
    .section-register .container .level-group select {
        width: 120px;
    }
}

@media all and (max-width: 450px) {
    .section-register .container .level-group select {
        width: 100%;
    }
}

.section-register .container .product-group {
    display: inline-block;
}

.section-register .container .product-group label {
    margin-right: 10px;
    width: 90px;
    vertical-align: top;
    margin-top: 5px;
}

.section-register .container .product {
    display: inline-block;
    width: 100%;
    text-align: center;
}

.section-register .container .product .slabel,
.section-register .container .product .value {
    display: inline-block;
    width: 100px;
    text-align: center;
}

.section-register .container .product .slabel,
.section-register .container .product .price {
    display: inline-block;
    width: 90px;
    text-align: center;
}

.section-register .container .product .slabel,
.section-register .container .product .name {
    display: inline-block;
    width: auto;
    text-align: center;
}

.section-register .container .product .labels {
    padding: 5px 0;
    border: 1px solid #ccc;
}

.section-register .container .product .labels .image {
    width: 50px;
}

@media all and (max-width: 320px) {
    .section-register .container .product .labels .image {
        display: none;
    }
}

.section-register .container .product .labels .integral {
    width: 80px;
}

@media all and (max-width: 450px) {

    .section-register .container .product .labels .price,
    .section-register .container .product .labels .integral {
        width: 80px;
    }
}

@media all and (max-width: 450px) {

    .section-register .container .product .labels .price,
    .section-register .container .product .labels .integral {
        width: 60px;
    }
}

.section-register .container .product .details {
    padding: 5px 0;
    text-align: center;
    border-bottom: 1px solid #ccc;
}

.section-register .container .product .details .image {
    width: 50px;
}

@media all and (max-width: 320px) {
    .section-register .container .product .details .image {
        display: none;
    }
}

.section-register .container .product .details .image>img {
    width: 24px;
    height: 24px;
}

.section-register .container .product .details .integral {
    width: 80px;
}

@media all and (max-width: 450px) {

    .section-register .container .product .details .price,
    .section-register .container .product .details .integral {
        width: 80px;
    }
}

@media all and (max-width: 450px) {

    .section-register .container .product .details .price,
    .section-register .container .product .details .integral {
        width: 60px;
    }
}

.section-register .container .product .details .name [type=radio] {
    margin-right: 5px;
}

.section-register .container .require::after {
    content: '★';
    position: relative;
    display: inline-block;
    margin-left: 5px;
    color: red;
}

.section-register .container .address-city,
.section-register .container .address-area,
.section-register .container .add1,
.section-register .container .address-line_kind {
    display: inline-block;
    margin-right: 20px;
}

.section-register .container .address-city,
.section-register .container .receipt-city {
    width: 120px;
    margin-bottom: 20px;
}

.section-register .container .address-line_kind {
    width: 120px;
}

.section-register .container .address-area,
.section-register .container .receipt-area {
    width: 150px;
    margin-bottom: 20px;
}

.section-register .container .add1 {
    width: 500px;
    margin-right: 0;
}

@media all and (max-width: 768px) {
    .section-register .container .add1 {
        display: block;
        width: 100%;
    }
}

.section-register .container .CAPTCHA {
    display: inline-block;
    margin-right: 5px;
    width: 120px;
}

@media all and (max-width: 320px) {
    .section-register .container .CAPTCHA {
        width: 80px;
    }
}

.section-register .container .captcha_img {
    width: 110px;
    height: 38px;
}

.section-register .container .highlight {
    display: inline-block;
    margin-bottom: 5px;
    color: red;
}

.section-register .container [type=submit] {
    display: block;
    width: 200px;
    padding: 10px 0;
    margin: 0 auto;
}

footer {
    background-color: #f5f5f5;
}

@media all and (max-width: 768px) {
    footer {
        text-align: center;
    }
}

footer .container {
    padding: 30px 15px 0;
}

@media all and (max-width: 768px) {
    footer .container {
        padding: 30px 15px 0 30px;
    }
}

@media all and (max-width: 768px) {
    footer .container {
        padding: 30px 15px 0;
    }
}

@media all and (max-width: 768px) {
    footer .navigation {
        margin-bottom: 30px;
    }
}

footer .navigation .title {
    margin-bottom: 20px;
    font-size: 3.5rem;
}

footer .navigation ul {
    display: inline-block;
    padding: 0;
    list-style: none;
}

@media all and (max-width: 768px) {
    footer .navigation ul {
        display: inherit;
        float: left;
        width: 50%;
    }
}

footer .navigation ul li {
    padding: 10px 60px 10px 0;
}

@media all and (max-width: 768px) {
    footer .navigation ul li {
        padding: 10px 0;
    }
}

footer .navigation ul li a {
    display: block;
    font-size: 1.5rem;
    color: #717171;
}

footer .infos {
    padding-left: 0px;
}

@media all and (max-width: 768px) {
    footer .infos {
        padding-left: 0;
    }
}

@media all and (max-width: 768px) {
    footer .infos {
        padding-left: 15px;
        padding-right: 15px;
    }
}

footer .infos .logo {
    margin-bottom: 30px;
}

footer .infos .tel,
footer .infos .mail,
footer .infos .address {
    padding-left: 15px;
    margin-bottom: 15px;
    font-size: 1.5rem;
    letter-spacing: 0.5px;
    color: #717171;
}

@media all and (max-width: 768px) {

    footer .infos .tel,
    footer .infos .mail,
    footer .infos .address {
        text-align: left;
        padding-left: 40px;
    }
}

@media all and (max-width: 375px) {

    footer .infos .tel,
    footer .infos .mail,
    footer .infos .address {
        text-align: left;
        padding-left: 20px;
    }
}

@media all and (max-width: 320px) {

    footer .infos .tel,
    footer .infos .mail,
    footer .infos .address {
        padding-left: 0;
    }
}

footer .infos .tel>i,
footer .infos .mail>i,
footer .infos .address>i {
    width: 36px;
    height: 36px;
    margin-right: 0px;
    font-size: 2.5rem;
    text-align: center;
    line-height: 36px;
    color: #903aaa;
    text-align: center;
}

@media all and (max-width: 320px) {

    footer .infos .tel>i,
    footer .infos .mail>i,
    footer .infos .address>i {
        margin-right: 10px;
    }
}

footer .copyright {
    margin-top: 10px;
    border-top: 1px solid #ccc;
}

footer .copyright .text {
    padding: 10px 0;
    font-size: 1rem;
    color: #888;
    letter-spacing: 1px;
    text-align: center;
}

footer .copyright .text2 {
    padding-bottom: 5px;
    font-size: 1rem;
    color: #ccc;
    letter-spacing: 1px;
    text-align: center;
}

* {
    box-sizing: border-box;
    font-family: Microsoft JhengHei;
}

html,
body {
    margin: 0;
    letter-spacing: 1px;
    font-family: Microsoft JhengHei;
}

img {
    max-width: 100%;
    max-height: 100%;
    height: auto;
}

a {
    cursor: pointer;
}


/* 滿版改這邊 100% */

.container {
    width: 100%;
    padding: 0;
}

@media all and (max-width: 1024px) {
    .container {
        width: auto;
    }
}


/* 滿版改這邊 100% */

.body {
    padding-top: 145px;
    padding-bottom: 20px;
    width: 100%;
    max-width: 100%;
    background-color: white;
}

.index_body {
    padding-top: 125px;
    /* padding-bottom: 20px; */
    padding-bottom: 0px;
    width: 100%;
    max-width: 100%;
    background-color: white;
}

.body2 {
    padding-top: 125px;
    padding-bottom: 20px;
    width: 1200px;
    max-width: 100%;
    background-color: white;
}

.body4 {
    padding-top: 0px;
    padding-bottom: 0px;
    width: 1200px;
    max-width: 100%;
    background-color: white;
}

.body3 {
    padding-top: 10px;
    padding-bottom: 20px;
    width: 1300px;
    max-width: 100%;
    background-color: white;
}


/* 滿版改這邊 加這段 */

.container-fluid {
    padding-right: 0px;
    padding-left: 0px;
    margin-right: auto;
    margin-left: auto;
}

@media all and (max-width: 768px) {
    .body {
        width: auto;
        padding: 0;
        padding-top: 150px;
    }

    .index_body {
        width: auto;
        padding: 0;
        padding-top: 150px;
    }
}

@media all and (max-width: 768px) {
    .body {
        padding-top: 80px;
        min-height: 450px;
    }

    .index_body {
        /* padding-top: 72px; */
        /* padding-top: 60px; */
        padding-top: 70px;
    }
}

.indexbody {
    margin-top: -25px;
}

#swipebox-slider .slide {
    padding: 50px;
}

.centerCenter {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.sendbtn {
    display: block;
    width: 200px;
    padding: 10px 0;
    margin: 0 auto;
    margin-bottom: 20px;
}

.loginForm {
    background: #5BD0D0;
    max-width: 95%;
    width: 400px;
    box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.3);
    /* height: 400px; */
    /* height: 500px; */
    height: 525px;
    margin: 0 auto;
    /* margin-top: 50px; */
    margin-top: 30px;
    margin-bottom: 50px;
    border-radius: 10px;
}

.loginForm form {
    max-width: 400px;
    left: 0;
    right: 0;
    margin: auto;
    font-size: 16px;
    line-height: 25px;
    border-radius: 3px;
}

.loginForm form div.title {
    background: #078FC9;
    color: #fff;
    font-size: 25px;
    text-align: center;
    letter-spacing: 0.1em;
    padding: 15px;
    margin-bottom: 35px;
}

.loginForm form div.footer {
    background: #078FC9;
    color: #fff;
    font-size: 10px;
    text-align: center;
    letter-spacing: 0.1em;
    position: absolute;
    bottom: 0px;
    width: 100%;
}

.loginForm form div.footer a {
    color: #fff;
    font-size: 10px;
}

.loginForm form>div {
    padding: 0px;
}

.loginForm form>div.info {
    margin: 10px;
}

.loginForm form>div.info2 {
    text-align: center;
}

.loginForm form>div.for_info2 {
    text-align: center;
}

.loginForm form>div img.icon {
    width: 40px;
    height: auto;
}

.loginForm form>div span {
    text-align: center;
}

.loginForm form>div input.info_txt {
    width: 250px;
    height: 40px;
}

.loginForm .word {
    display: inline-block;
    vertical-align: top;
    width: 80px;
}

.loginForm .word2 {
    display: inline-block;
    vertical-align: top;
    width: 80px;
}

.loginForm form>div input.VC {
    width: 120px;
    height: 40px;
}

.loginForm input {
    display: inline-block;
    vertical-align: top;
    width: 150px;
    height: 25px;
    border: 1px solid #999;
    border-radius: 3px;
    padding: 0 8px;
}

@media (max-width: 420px) {
    .loginForm form>div img.icon {
        width: 30px;
        height: auto;
    }

    .loginForm form>div input.info_txt {
        min-width: 150px;
        max-width: 220px;
        height: 30px;
    }

    .loginForm form>div input.VC {
        width: 120px;
        height: 40px;
    }

    .loginForm form>div.info img.info_img {
        width: 90px;
        height: 40px;
    }

    .loginForm .word {
        display: inline-block;
        vertical-align: top;
        width: 50px;
    }

    .loginForm .word2 {
        display: inline-block;
        vertical-align: top;
        width: 50px;
    }
}

.loginForm button {
    margin: 10px 0 0 10px;
    width: 200px;
    height: 35px;
    font-size: 18px;
    background: #078FC9;
    color: #ffffff;
    border-radius: 6px;
    vertical-align: text-bottom;
}

.loginForm p {
    text-align: center;
    padding-right: 30px;
    font-size: 12px;
}

.loginForm a {
    /* border-bottom: 1px dashed #666; */
    margin-left: 10px;
}

.loginForm .VerifyCode {
    padding: 5px 0px 0 168px;
    display: block;
}

.section-register .container .mbpwd {
    display: inline-block;
    margin-right: 5px;
    width: 47%;
}

header .cart a li {
    font-size: 18px;
    color: #fff;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

header .cart a li span {
    padding: 0px 6px 0px 6px;
    font-size: 14px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    color: #fff;
    border: 1px solid #fff;
    background: #FF8000;
}

.cart-flow-1 .container .content .complete .row h3 {
    padding: 5px;
    border-bottom: 1px solid #FF8000;
    color: #FF8000;
}

.cart-flow-1 .container .content .complete .row p {
    text-align: left;
    padding-left: 20px;
}

.modal-content {
    background-clip: padding-box;
    background-color: #fff;
    border: 0px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    outline: 0 none;
    position: relative;
    border-radius: 10px;
}

.modal-footer {
    border-top: 0px solid #e5e5e5;
    padding: 0px 10px 5px 10px;
    text-align: right;
}

.loginForm .for_info2 button {
    margin: 10px 0 0 10px;
    width: 200px;
    height: 35px;
    font-size: 18px;
    background: #d43f3a;
    color: #ffffff;
    border-radius: 6px;
    vertical-align: text-bottom;
}

.loginForm form div.for_title {
    background: #d43f3a;
    color: #fff;
    font-size: 25px;
    text-align: center;
    letter-spacing: 0.1em;
    padding: 15px;
    margin-bottom: 35px;
}

.login_logo {
    font-size: 18px;
    width: 40px;
    color: #078fc9;
    border: 1px solid #078fc9;
    padding: 10px;
    border-radius: 100%;
    padding-top: 11px;
}

.login_logo2 {
    font-size: 18px;
    width: 40px;
    color: #69CBCC;
    border: 1px solid #69CBCC;
    padding: 10px;
    border-radius: 100%;
    padding-top: 11px;
}

.login_logo3 {
    font-size: 18px;
    width: 40px;
    color: #DC5096;
    border: 1px solid #DC5096;
    padding: 10px;
    border-radius: 100%;
    padding-top: 11px;
}

.loginbody {
    border-radius: 20px;
    /* padding: 30px 0 30px 0; */
    padding: 10px 0 30px 0;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#eeeeee+59,cccccc+98,cccccc+100 */
    /* background: #eeeeee; */
    background: #FFF;
    /* Old browsers */
    /*  background: -moz-radial-gradient(center, ellipse cover, #eeeeee 59%, #cccccc 98%, #cccccc 100%); */
    /* FF3.6-15 */
    /* background: -webkit-radial-gradient(center, ellipse cover, #eeeeee 59%, #cccccc 98%, #cccccc 100%); */
    /* Chrome10-25,Safari5.1-6 */
    /* background: radial-gradient(ellipse at center, #eeeeee 59%, #cccccc 98%, #cccccc 100%); */
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    /* filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#cccccc', GradientType=1); */
    /* IE6-9 fallback on horizontal gradient */
}

.message-2 {
    text-align: right;
}

.display {
    display: none;
}

#agree_check {
    margin-right: 10px;
}

.green {
    font-weight: bold;
    color: #933e85;
    font-size: 2rem;
}

a:hover .btn_1 {
    background: #a369a8;
    color: #FFF;
}

a .btn_1 {
    position: relative;
    width: 140px;
    display: block;
    text-align: center;
    margin: 20px 0 0 0;
    float: right;
    padding: 12px 0;
    background: rgba(241, 216, 237, 0.6);
    border: 1px solid #a369a8;
    background: #e3cbe4;
    color: #a369a8;
    padding: 10px 20px;
    border-radius: 30px;
}

.index_box {
    float: left;
    width: 100%;
    vertical-align: top;
    padding: 4em 0 0 0;
}

.box_f {
    float: left;
    width: 48%;
    margin: 0 2% 0 0;
    vertical-align: top;
}

.index_bg1 {
    padding: 0 0 2em 0;
    background: #f0eff2;
    background: -moz-linear-gradient(-45deg, #f0eff2 0%, #f3f3f3 78%, #f0eff2 78%, #ededed 79%, #f0eff2 100%);
    background: -webkit-linear-gradient(-45deg, #f0eff2 0%, #f3f3f3 78%, #f0eff2 78%, #ededed 79%, #f0eff2 100%);
    background: linear-gradient(135deg, #f0eff2 0%, #f3f3f3 78%, #f0eff2 78%, #ededed 79%, #f0eff2 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#f0eff2', endColorstr='#f0eff2', GradientType=1);
}

.carousel-caption {
    text-align: left;
    max-width: 500px;
    max-height: 300px;
    overflow: hidden;
    padding: 2em;
    top: 18%;
    left: 15%;
    /*  background: rgba(6, 6, 6, 0.5); */
    text-shadow: 2px 2px 5px rgba(255, 255, 255, .8);
}

.carousel-caption p {
    border-top: 1px solid #FFF;
    border-bottom: 1px solid #FFF;
    padding: 10px 0;
    color: #933e85;
    margin: 14px 0 0 0;
    font-size: 2.6rem;
    text-align: center;
    font-weight: bold;
}

.carousel-caption h2 {
    font-size: 4.2rem;
    color: #FFF;
    margin: 0 0 0 0;
    padding: 0 0 4px 0;
    text-align: center;
    font-family: "Times New Roman", Times, serif;
    text-transform: uppercase;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    font-weight: bold;
}

.section-product .row,
.section-albums .row,
.section-video .row {
    margin-right: 0px;
    margin-left: 0px;
}

@media all and (max-width: 450px) {
    .row {
        margin-right: 0px;
        margin-left: 0px;
    }

    .index_bg1 {
        padding: 0 10px 0 10px;
    }
}

.index_bg2 {
    /*  background: url(../img/bg.jpg) repeat; */
    background-attachment: scroll;
    background-attachment: fixed;
    padding: 6em 0 3em 0;
    overflow: hidden;
}

.product {
    margin-bottom: 80px;
}

@media all and (max-width: 450px) {
    .product {
        margin-bottom: 0px;
    }

    .index_bg2 {
        /*  background: url(../img/bg.jpg) repeat; */
        background-attachment: scroll;
        background-attachment: fixed;
        padding: 0em 0 0px 0;
        overflow: hidden;
    }
}

.iframe {
    margin-bottom: 10px;
}


/*去除左右按鈕的陰影*/

.carousel-control {
    background-image: none !important;
    filter: none !important;
}

.full-screen {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.item>a {
    display: block;
    height: 100%;
}


/*至底選單*/

.index_bg3 {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    height: 55px;
    line-height: 0px;
    text-align: center;
    z-index: 999;
    background-color: #d90d0d;
    width: 100%;
    /* border-radius: 20px 20px 0px 0px; */
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 1);
}

.index_bg4 {
    margin-top: 5px;
    position: fixed;
}


/* //會影響廣告 
.next{
  margin-top: 40px;
  color: #23527c;
  width:auto;
} */

.fot_a {
    float: left;

    @media screen and (max-width: 1320px) {
        /*  width: 22%; */
        width: 20%;
    }

    @media screen and (max-width: 960px) {
        /*  width: 21%; */
        width: 20%;
    }

    @media screen and (max-width: 620px) {
        /*  width: 19%; */
        width: 20%;
    }

    @media screen and (max-width: 440px) {
        /* width: 18%; */
        width: 20%;
    }

    @media screen and (max-width: 1320px) and (orientation: landscape) {
        /*  width: 22%; */
        width: 20%;
    }

    @media screen and (max-width: 900px) and (orientation: landscape) {
        /*  width: 22%; */
        width: 20%;
    }

    @media screen and (max-width: 800px) and (orientation: landscape) {
        /* width: 21%; */
        width: 20%;
    }

    @media screen and (max-width: 760px) and (orientation: landscape) {
        width: 20%;
    }
}

.fot {
    padding: 5px;
    width: 100%;
    height: 100%;
    position: fixed;
    /* border-top: 1px solid #ccc; */
}

.fot_title {
    font-size: 10px;
    line-height: 0px;
    width: 100%;
    color: #ffffff;
    padding-bottom: 8px;
    margin-bottom: 3px;
    padding-top: 5px;
    text-align: center;
}

.fot_img {
    line-height: 10px;
    padding: 0px;
    color: #ffffff;
}

.fot a {
    padding-right: 1px;
    padding-left: 1px;
    padding-top: 3px;
}

.fot_a .count {
    position: absolute;
    margin-left: -10px;
    width: 20px;
    height: 20px;
    line-height: 18px;
    font-size: 13px;
    background: #FF8000;
    border: 1px solid #fff;
    color: #fff;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.search_btn {
    padding: 2px 8px 2px 8px;
}

.app_str {
    margin-top: 5px;
    padding: 5px;
    font-size: 20px;
    color: #868686;
    font-weight: 600;
    letter-spacing: 2px;
}

.app_img {
    max-width: 100%;
    width: 500px;
    height: auto;
    max-height: 303px;
    cursor: pointer;
}

.fot_a img {
    /* height: 25px; */
    height: 30px;
}

.mobile-cart-button img {
    height: 25px;
    /* height: auto; */
}

.mobile-lang-button img {
    height: 25px;
    /* height: auto; */
}

.mobile-qrcode-button img {
    height: 25px;
}

#search_txt {
    margin-top: 2px;
}

.sopc {
    color: #305A56;
}

.ssom {
    margin-bottom: 10px;
}


/*新footerCSS*/

.footer_top {
    position: relative;
    text-align: center;
    margin: 0 auto;
    width: 100%;
    height: 100px;
    max-width: 100%;
}

.footer_area {
    font-family: Microsoft JhengHei;
    text-align: center;
    font-size: 16px;
    padding-left: 2px;
    padding-right: 2px;
    font-weight: 600;
    color: #585858;
    max-width: 150px;
}

.footer_border-left {
    border-left: 2px #585858 solid;
}

.footer_border-right {
    border-right: 2px #585858 solid;
}

@media all and (max-width: 1100px) {
    .footer_area {
        font-size: 15px;
    }
}

@media all and (max-width: 1020px) {
    .footer_area {
        font-size: 14px;
    }
}

@media all and (max-width: 970px) {
    .footer_area {
        font-size: 16px;
        padding-right: 1px;
    }
}

@media all and (max-width: 500px) {
    .footer_area {
        max-width: 100%;
    }
}

.footer_img_area {
    margin-top: 20px;
    padding-top: 10px;
    background: rgba(255, 255, 255, 0);
    min-height: 100px;
}

.footer_info {
    font-family: Microsoft JhengHei;
    padding-top: 0px;
    margin-top: 20px;
    text-align: left;
    font-size: 14px;
    font-weight: 600;
    padding-left: 10px;
    color: #585858;
}

.footer_info div {
    font-family: Microsoft JhengHei;
    font-size: 16px;
    letter-spacing: 2px;
    color: #585858;
}

@media all and (max-width: 500px) {
    .footer_info {
        padding-left: 0px;
    }
}

.footer_info div.title {
    font-family: Microsoft JhengHei;
    font-size: 18px;
    letter-spacing: 2px;
}

.footer_area_slogan {
    text-align: center;
    font-weight: 500;
    padding-top: 20px;
    padding-bottom: 0px;
    margin-bottom: 40px;
    font-size: 12px;
    font-family: Microsoft JhengHei;
    font-weight: bold;
}

@media all and (max-width: 1024px) {
    .footer_area_slogan {
        padding-bottom: 0px;
        margin-bottom: 80px;
    }
}

.mobile_footer_area_slogan {
    font-weight: bold;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 40px;
    text-align: left;
}

.footer_bottom {
    margin-top: 50px;
}

.mobile_footer_font {
    line-height: 50px;
    text-align: left;
}

.mobile_footer_img {
    margin-top: 20px;
    margin-bottom: 30px;
}

.mobile_footer_info {
    padding-top: 10px;
    font-size: 14px;
    font-weight: bold;
    text-align: left;
}

@media all and (max-width: 500px) {
    .footer_info div.title {
        font-size: 15px;
    }

    .footer_info div {
        font-size: 13px;
    }

    .footer_area_slogan {
        font-size: 9px;
    }
}

.footer_img_area img {
    margin: 0 auto;
}

.gototop {
    position: fixed;
    z-index: 90;
    right: 30px;
    bottom: 80px;
    display: none;
    width: 50px;
    height: 50px;
    color: #fff;
    background: rgba(100, 200, 255, .3);
    line-height: 50px;
    border-radius: 50%;
    transition: all 0.5s;
    text-align: center;
    cursor: pointer;
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}


/*新footerCSS*/

.tips {
    display: none;
    position: fixed;
    bottom: 50%;
    left: 50%;
    min-width: 200px;
    max-width: 700px;
    transform: translate(-50%, -50%);
    z-index: 99999;
    text-align: center;
    padding: 15px;
    border-radius: 5px;
}

.tips-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

.tips-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}

.tips-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}

.tips-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

.city_css {
    margin-bottom: 10px;
}

.neww {
    background-color: #FFF !important;
    margin-top: 15px !important;
    margin-bottom: 15px !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.neww_title_font {
    background-color: #FFF;
    color: #87272C;
    display: inline-block;
    font-family: Microsoft JhengHei;
    font-weight: bold;
}

.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 15px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.top_show {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffd65e+0,2E3935+100;Yellow+3D+%232 */
    background: #2E3935;
    /* Old browsers */
    background: -moz-linear-gradient(left, #2E3935 0%, #5F6563 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #2E3935 0%, #5F6563 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #2E3935 0%, #5F6563 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#2E3935', endColorstr='#5F6563', GradientType=1);
    /* IE6-9 */
    height: 30px;
    max-width: 100%;
    letter-spacing: 2px;
}

.top_show a {
    font-size: 14px;
    line-height: 30px;
    font-family: Microsoft JhengHei;
    color: #fff;
    letter-spacing: 2px;
    font-weight: bold;
}

.top_show a:hover {
    font-size: 14px;
    line-height: 30px;
    font-family: Microsoft JhengHei;
    color: #fff;
    letter-spacing: 2px;
    font-weight: bold;
}

/* splash screen */
/* .splash-screen {
    overflow: hidden;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 1;
    transition: opacity 1s ease;
} */
.splash-screen {
    overflow: hidden;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background-color: #fff;
    display: none;
    /* 初始不顯示 */
    justify-content: center;
    align-items: center;
    opacity: 1;
    transition: opacity 1s ease;
}


.splash-screen img {
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    /* cover的狀態下會等比例縮放填滿畫面，cotain的狀態下會等比例縮放將未填滿的部分填充background color */
    object-fit: cover;
    object-position: center;
}

/* footer qr code circle */
.fot_qr {
    position: relative;
    margin-top: -55px;
    margin-left: 7px;
    width: 90px;
    height: 90px;
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.8);
}

.mobile-qrcode-button_fot img {
    height: 40px;
    width: 40px;
    margin-top: 18px;
}

/* spinning-wheel parent */
.wheel_body {
    background-color: #D6FFFB;
    position: absolute;
    z-index: -999;

    @media screen and (orientation: landscape) {
        height: auto;
        padding-bottom: 20%;
    }

    color: #fff;
    font: Microsoft JhengHei;
    font-weight: bold;
    /* font-size: 3vh; */

    /* 電腦狀態下 */
    @media screen and (min-width: 1320px) {
        /* font-size: 10vh; */
    }

}

.wheel_body_1_1,
.wheel_body_1_2,
.wheel_body_2_1,
.wheel_body_2_3,
.wheel_body_3_2 {
    /*  img {
        width: 25vw;
    } */
}

.wheel_body_2_2 img:nth-of-type(1) {
    @media screen and (max-width: 1320px) {
        width: 8vw;
        margin-top: -135%;
        margin-left: 25%;
    }

    @media screen and (max-width: 960px) {
        width: 11vw;
        margin-top: -110%;
        margin-left: -15%;
    }

    @media screen and (max-width: 820px) {
        width: 11vw;
        margin-top: -100%;
        margin-left: -15%;
    }

    @media screen and (max-width: 770px) {
        width: 11vw;
        margin-top: -100%;
        margin-left: -15%;
    }

    @media screen and (max-width: 540px) {
        width: 11vw;
        margin-top: -125%;
        margin-left: -15%;
    }

    @media screen and (max-width: 400px) {
        width: 11vw;
        margin-top: -115%;
        margin-left: -15%;
    }

    @media screen and (min-width: 1320px) {
        width: 6vw;
        margin-top: -180%;
        margin-left: 45%;
    }
}

.wheel_body_1_1 {
    p {
        margin-top: 5%;
        margin-left: 5%;
    }

    img {
        display: flex;
        margin-top: -3%;
        margin-left: 3%;
    }
}

.wheel_body_1_2 {
    display: flex;
    justify-content: center;
    /* 水平置中 */
    justify-content: flex-end;

    /* 中籤王圖片置右 */
    img {
        float: inline-end;
        margin-top: 5%;
    }
}

.wheel_body_2_1 {
    display: flex;
    justify-content: center;
    /* 水平置中 */
    justify-content: flex-start;

    /* 團購王圖片置左 */
    img {
        position: relative;
        margin-top: 10%;
        margin-left: 5%;
    }
}

.wheel_body_2_3 {
    p {
        text-align: right;
        margin-top: 5%;

        @media screen and (max-width: 1320px) {
            /* margin-right: 26%; */
        }

        @media screen and (max-width: 540px) {
            /* margin-right: 17%; */
        }
    }

    img {
        float: inline-end;
        margin-top: -3%;
        margin-right: 0%;
    }

    input {
        position: absolute;
        float: inline-end;
        margin-top: -3%;
        margin-right: 0%;
        width: 25vw;
        margin-top: -3%;
    }
}

.wheel_body_3_1 {

    img:nth-of-type(1),
    img:nth-of-type(2) {
        margin-right: 1%;
    }
}

.wheel_body_3_1,
.wheel_body_3_2 {
    /* display: flex;
    justify-content: center;
    align-items: center; */

    p {
        margin-top: 2%;
    }
}

.wheel_body_3_1 {
    img:nth-of-type(1) {
        width: 20vw;
    }

    img:nth-of-type(2),
    img:nth-of-type(3) {
        width: 7vw;
    }
}

.wheel_body_3_2 {
    background-color: #69DFDF;
    color: #000;
    font-size: 16px;
    padding-left: 7%;
    padding-right: 7%;
    padding-top: 7%;
    height: 35vh;
}

.wheel_body_3 {
    padding-left: 0px;
    padding-right: 0px;
}

.wheel-img {
    /* position: absolute; */

    img {
        /* width: 45vw; */
        width: 80vw;
    }

    /* left: 28%;
    margin-top: 10%; */
    text-align: center;
}

.wheel-img2 {
    transform: scale(1);
    position: absolute;

    img {
        width: 10vw;
    }

    left: 24%;
    margin-top: 25%;
}

.ptitle {
    font-weight: bold;
    color: orange;
}

#myModal6 {
    padding-top: 50%;

    @media screen and (min-width: 1320px) {
        padding-top: 20%;
    }

    @media screen and (orientation: landscape) {
        padding-top: 5%;
    }
}

#myModal {
    padding-top: 50%;

    @media screen and (orientation: landscape) {
        padding-top: 5%;
    }
}

#modal_msg6 {
    text-align: left;
    color: #645C56;
    font: Microsoft JhengHei;
    font-weight: bold;
    font-size: 20px;
    padding: 30px 0px 0px 50px;
}

#modal_msg {
    text-align: left;
    color: #645C56;
    font: Microsoft JhengHei;
    font-weight: bold;
    font-size: 16px;
    padding: 30px 0px 0px 50px;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

.bonus-input {
    position: absolute;
    /* left: 32%; */
    /* top:5%; */
    left: 29%;

    input {
        display: flex;
        justify-content: center;
        align-items: center;
        color: #000;
        background: none;
        border: none;
        border-radius: 10px;
        border-color: #000;
        width: 20vw;
        /* width: 30%; */
        outline: none;
        text-align: center;
        font-size: 4vw;
    }
}

.bonus-input2 {
    position: absolute;
    /* left: 32%; */
    /* top:5%; */
    left: 45%;

    div {
        display: flex;
        justify-content: center;
        align-items: center;
        color: #000;
        background: none;
        border: none;
        border-radius: 10px;
        border-color: #000;
        width: 20vw;
        /* width: 30%; */
        outline: none;
        text-align: center;
        font-size: 4vw;
    }
}

.award_king {
    position: absolute;
    /* float:inline-end; */
    text-align: right;
    color: #000;
    font-size: 3vw;
    /* left: 50%; */
    /* left: 55%; */
    left: 54%;

    @media screen and (orientation: landscape) {
        left: 57%;
    }
}

.group_king {
    position: absolute;
    /* float:inline-end; */
    text-align: right;
    color: #000;
    font-size: 3vw;
    left: 11%;
    top: 70%;

    @media screen and (orientation: landscape) {
        left: 11%;
        top: 62%;
    }
}

.addCart {
    width: 90px !important;
}

.mobile-mb-name {
    color: white !important;
    font-size: 20px;
    font-weight: bold;
    width: auto !important;
}

.mobile-navs {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 95%;
    margin-left: 5px;
}

.special-info .price {
    text-align: left;
    font-weight: bold;
    margin: 0 auto 0 5px !important;
    /* color: #E2A003 !important; */
    color: #000 !important;
}

.addCart {
    margin: 0 5px 0 auto !important;
}

@media (min-width: 769px) {
    .mobile-navs {
        display: none;
    }
}

.column {
    padding: 20px;
    border-radius: 10px;
    text-align: center;
}

.column h2 {
    margin-bottom: 20px;
}

.entry {
    font-size: 20px;
    margin: 10px 0;

    @media screen and (max-width: 1320px) {
        font-size: 30px;
    }
}

.number {
    display: inline-flex;
    align-items: center;
    font-size: 20px;

}

.circle-number {
    width: 25px;
    height: 25px;
    background-color: yellow;
    color: red;
    font-weight: bold;
    font-size: 14px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid white;
}

.circle-number2 {
    width: 25px;
    height: 25px;
    background-color: red;
    color: yellow;
    font-weight: bold;
    font-size: 14px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid white;
}

.number-text {
    margin-left: 5px;
}

@media screen and (min-width: 1320px) {
    .ptitle {
        font-size: 30px !important;
        margin: 5% 0 30px 5% !important;
    }

    .circle-number {
        width: 40px;
        height: 40px;
        font-size: 24px;
        border: 2px solid white;
    }

    .circle-number2 {
        width: 40px;
        height: 40px;
        font-size: 24px;
        border: 2px solid white;
    }

    .entry {
        font-size: 24px;
        margin: 20px 0 0 0;
    }
}

.king_set_box {
    display: flex;
    text-align: center;
    color: black;
    font-size: 4vw;
}

.group_king_box,
.join_group_king_box {
    margin: 0 auto;
    padding: 2px;
    width: 60%;
    background-color: #E2A003;
}

.wheel_body_1_2 img {
    width: 28vw;
}

.wheel_box_img {
    margin-top: 20px;
}

.img_box {
    margin-top: 8%;
}

.img_alert {
    width: 60%;
    margin: auto;
    display: block;
}

.cls_box {
    background-color: rgba(255, 255, 225, 0);
    width: 35px;
    height: 35px;
    position: relative;
    top: 10px;
    float: right;
    right: 25.5%;
    z-index: 99;
}

.logo_str {
    /* font-size: 20px;
    font-weight: bolder;
    letter-spacing: 8px; */
    text-align: center;
}

.logo_str_img {
    width: 35%;
}

.index_center_box {
    text-align: center;
    margin: auto;
    display: block;
    padding-left: 5%;
    padding-right: 5%;
    padding-top: 0%;
    /* padding-bottom: 5%; */
    padding-bottom: 20%;
}

.no_padding {
    padding: 0;
}

.box_padding {
    /* padding-top: 5%; */
    padding-top: 3%;
}

.cardbuy_box {
    width: 100%;
    background: linear-gradient(to left, #83E7FF, #47CEFF);
    color: #FFF;
    margin-right: 2%;
    float: left;
    padding: 5%;
    border-radius: 10px;
}

.group_box {
    width: 48%;
    background: linear-gradient(to left, #8DC2FA, #66B5FF);
    color: #FFF;
    margin-left: 2%;
    float: left;
    padding: 5%;
    border-radius: 10px;
}

.card_box_font1 {
    font-size: 30px;
    font-weight: bolder;
}

.card_box_font2 {
    font-size: 18px;
    font-weight: bolder;
}

.long_box {
    background-color: #BFFDF7;
    text-align: left;
    color: #3C5560;
    font-size: 25px;
    font-weight: bolder;
    border-radius: 10px;
    display: flex;
    align-items: center;
}

.long_box_img {
    padding: 3%;
    width: 35%;
    padding-left: 10%;
    margin-right: 2%;
}

.text_box {
    text-align: center;
    display: flex;
    flex-direction: column;
    /* 上下排列文字 */
    min-width: 150px;
}

.coupon_box {
    width: 48%;
    background-color: #BFFDF7;
    color: #FFF;
    margin-right: 2%;
    float: left;
    padding: 5%;
    border-radius: 10px;
}

.luckydraw_box {
    width: 48%;
    background-color: #BFFDF7;
    color: #FFF;
    margin-left: 2%;
    float: left;
    padding: 5%;
    border-radius: 10px;
}

.coupon_box_font1 {
    text-align: center;
    color: #3C5560;
    font-size: 25px;
    font-weight: bolder;
    margin-top: 10%;
}

.lock_box {
    width: 130px;
    height: 130px;
    margin: auto;
    display: block;
}

.info_box_out {
    margin: 0;
}

.info_box {
    background-color: #E2FFFC;
    height: 100vh;
    width: 60%;
}

.grade_img_box {
    padding: 25%;
    padding-bottom: 2%;
    padding-top: 20%;
}

.name_box {
    color: #3C5560;
    font-size: 20px;
    font-weight: bolder;
    text-align: center;
    margin-top: 3%;
}

.edit_box {
    margin-top: 3% !important;
    text-align: center;
}

.edit_img {
    width: 10%;
}

.point_box {
    margin-top: 15% !important;
    text-align: center;
    color: #3C5560;
    font-weight: bolder;
}

.point_font1 {
    font-size: 17px;
    margin-bottom: 3%;
}

.point_font2 {
    font-size: 25px;
}

.log_out_box {
    text-align: center;
    margin-top: 80%;
}

.log_out_img {
    background-color: #5BD0D0;
    width: 35%;
    margin: auto;
    height: 75px;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
}

.log_out_img2 {
    width: 40%;
}

.log_out_font {
    font-size: 17px;
    font-weight: bolder;
    margin-top: 5%;
}

.log_out_a {
    color: #000;
}

.t_active {
    color: #000 !important;
}

.contact_box {
    position: fixed;
    width: 50px;
    right: 3%;
    bottom: 18%;
    z-index: 999;
}

.contact_img {
    width: 50px;
}

.prod_area_name_box {
    text-align: center;
    background-color: #4ED1FF;
    width: 45%;
    margin: auto;
    margin-bottom: 5%;
    border-radius: 70px;
    padding: 1%;
}

.prod_area_name_box2 {
    text-align: center;
    background-color: #6AB6FF;
    width: 45%;
    margin: auto;
    margin-bottom: auto;
    margin-bottom: 5%;
    border-radius: 70px;
    padding: 1%;
}

.prod_area_name {
    font-size: 22px;
    font-weight: bolder;
    color: #FFF;
}

.prod_area_big_box {
    padding-left: 2%;
    padding-right: 2%;
}

.prod_sort_box {
    text-align: center;
    font-weight: bolder;
    background-color: #EFEFEF;
    width: 50%;
    margin: auto;
    margin-bottom: 20px;
}

.prod_sort_font {
    color: #3C5560;
}

.prod_sort_a {
    color: #3C5560;
}

.prod_sort_a_active {
    color: #20999B;
}

.prod_sort_gap {
    margin-left: 10px;
    margin-right: 10px;
}

.prod_sort_circle {
    display: inline-grid;
    background-color: #20999B;
    width: 11px;
    height: 11px;
    margin-right: 2px;
    border-radius: 20px;
}

.prod_buy {
    text-align: center;
    background-color: #4ED1FF;
    margin: auto;
    margin-bottom: auto;
    margin-bottom: 5%;
    border-radius: 70px;
    padding: 5%;
    padding-left: 15%;
    padding-right: 15%;
    color: #FFF;
    font-size: 17px;
    font-weight: bolder;
}

.prod_buy_area {
    margin: auto;
    display: block;
    text-align: center;
    margin: 20px 0;
}

.search_box {
    margin-top: 15px;
    margin-left: 10px;
}

.search_box_btn {
    background-color: #5BD0D0;
    border-color: #5BD0D0;
}

.min_game_name_box {
    text-align: center;
    background-color: #01D1C4;
    width: 45%;
    margin: auto;
    margin-top: 5%;
    border-radius: 70px;
    padding: 1%;
}

.coin_box_img {
    margin-top: -10vh;
}

.bonus_max {
    border-color: #01D1C4;
    width: 100%;
    height: 50px;
    text-align: center;
}

.min_game_start_box {
    text-align: center;
    background-color: #20999B;
    width: 45%;
    margin: auto;
    margin-top: 10%;
    border-radius: 70px;
    padding: 1%;
    cursor: pointer;
}

.min_game_arrow {
    width: 3% !important;
    position: absolute;
    left: 48%;
    top: 21.5%;

}

@media screen and (max-width: 811px) {
    .min_game_arrow {
        width: 5% !important;
        left: 46%;
        top: 20.5%;
    }
}

@media screen and (max-width: 750px) {
    .min_game_arrow {
        width: 7% !important;
        left: 46%;
        top: 18%;
    }
}

@media screen and (max-width: 700px) {
    .min_game_arrow {
        top: 18.5%;
    }
}

@media screen and (max-width: 650px) {
    .min_game_arrow {
        top: 19.5%;
    }
}

@media screen and (max-width: 600px) {
    .min_game_arrow {
        top: 20%;
    }
}

@media screen and (max-width: 550px) {
    .min_game_arrow {
        top: 20.5%;
    }
}

@media screen and (max-width: 500px) {
    .min_game_arrow {
        top: 21%;
    }
}

@media screen and (max-width: 450px) {
    .min_game_arrow {
        top: 21.5%;
    }
}

@media screen and (max-width: 400px) {
    .min_game_arrow {
        top: 22%;
    }
}

.mouse_finger {
    cursor: pointer;
}

.img_spin_box {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    display: block;
    text-align: center;
}

.img_spin {
    height: 50px;
}

.min_color_box {
    background-color: #69DFDF;
    width: 100%;
    position: absolute;
    z-index: -99;
    top: -120px;
    height: 120px;
}

.bottom_height {
    height: 0px;
    width: 100%;
}

.contact_name_box {
    text-align: center;
    background-color: #02D2C5;
    width: 45%;
    margin: auto;
    margin-top: 2.5%;
    border-radius: 70px;
    padding: 1%;
    cursor: pointer;
}

.contact_info_box {
    padding: 7%;
    padding-bottom: 3%;
    text-align: center;
}

.contact_info_font {
    font-weight: bolder;
    color: #20999B;
    font-size: 14px;
    margin-bottom: 10px;
}

.contact_qr_box {
    text-align: center;
}

.qr_code_img {
    width: 70%;
    max-width: 250px;
}

.login_name_box {
    text-align: center;
    background-color: #02D2C5;
    width: 30%;
    margin: auto;
    margin-bottom: 5%;
    border-radius: 70px;
    padding: 2%;
}

.login_title_img_box {
    text-align: center;
    margin-top: 10%;
    margin-bottom: 12%;
}

.login_title_img {
    width: 100px;
}

.login_title_font_box {
    text-align: left;
    color: #FFF;
    margin-bottom: 10%;
}

.login_form_box {
    padding-left: 10% !important;
    padding-right: 10% !important;
}

.login_form_input {
    width: 100% !important;
    border: 0px !important;
    background-color: #5BD0D0 !important;
    border-bottom: 2px solid #FFF !important;
    border-radius: 0px !important;
}

.login_form_input2 {
    width: 50% !important;
}

.login_btn_box {
    text-align: center;
    background-color: #20999B;
    width: 55%;
    margin: auto;
    margin-bottom: 5%;
    border-radius: 70px;
    padding: 3%;
    cursor: pointer;
}

.login_out_btn_box {
    display: flex;
    align-items: center;
    justify-content: center;
}

.login_a {
    color: #FFF;
    text-decoration: none;
    font-weight: bolder;
    cursor: pointer;
}

.login_a:hover {
    color: #FFF;
    text-decoration: none;
}

.go_register_out_box {
    margin-top: 10%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.go_register_box {
    text-align: center;
    color: #000;

}

.go_register_font {
    background-color: #D6FFFB;
    font-size: 20px;
    font-weight: bolder;
    padding: 8%;
    width: 350px;
    display: block;
    border-radius: 10px;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.31);
}

.go_register_a {
    text-decoration: none;
}

.reg_box {
    box-shadow: #FFF 0px 0px 0px 0px !important;
}

.reg_font {
    color: #20999B;
}

.reg_font_input {
    background-color: #D6FFFB;
    height: 45px;
    box-shadow: #FFF 0px 0px 0px 0px !important;
}

.register_go_btn {
    width: 25%;
    padding: 2%;
}

.register_out_box {
    max-width: 70%;
}

#myModalVideo {
    text-align: left;
    color: #645C56;
    font: Microsoft JhengHei;
    font-weight: bold;
    font-size: 20px;
    padding: 0;
}

@media screen and (min-width: 1024px) {
    .wheel-img {
        img {
            /* width: 45vw; */
            width: 45vw;
        }
    }

    .coin_box_img {
        margin-top: -35vh;
    }

    .wheel_body_3_2 {
        padding-top: 3%;
        padding-left: 20%;
        padding-right: 20%;
        height: 70vh;
    }

    .wheel_body {
        padding-bottom: 0%;
    }

    .login_name_box {
        width: 26%;
        padding: 1%;
        margin-bottom: 2%;
    }

    .go_register_out_box {
        margin-top: 5%;
    }

    .go_register_font {
        width: 450px;
    }

    .register_go_btn {
        width: 20%;
        padding: 1%;
    }

    .register_out_box {
        max-width: 50%;
    }
}

@media screen and (max-width: 809px) {
    .mob_hid {
        display: none;
    }

    .img_alert {
        width: 100%;
    }

    .img_box {
        margin-top: 25%;
    }

    .cls_box {
        width: 50px;
        height: 50px;
        top: 60px;
        right: 4%;
    }

    .prod_area_big_box {
        padding-left: 5%;
        padding-right: 5%;
    }

    .prod_sort_box {
        width: 100%;
    }

    .bottom_height {
        height: 55px;
        width: 100%;
    }

    .contact_info_box {
        text-align: left;
    }

    .login_name_box {
        width: 45%;
    }

    .go_register_out_box {
        margin-top: 20%;
    }

    .go_register_font {
        width: 250px;
    }

    .register_go_btn {
        width: 45%;
    }

    .min_color_box {
        height: 60px;
        top: -60px;
    }

    .register_out_box {
        max-width: 100%;
    }
}

@media screen and (max-width: 450px) {
    .cls_box {
        width: 35px;
        height: 35px;
        top: 45px;
        right: 4%;
    }
}

/* 基本樣式（手機版預設：固定在底部） */
.float-switch-bar {
    position: fixed;
    bottom: 55px;
    left: 0;
    width: 100%;
    z-index: 1000;
    display: flex;
    justify-content: center;
    background: transparent;
}

.float-switch-bar-inner {
    display: flex;
    width: 100%;
    max-width: 800px;
    /* ★ 不超過800px */
    margin: 0 auto;
    /* ★ 置中 */
}

.float-switch-bar .switch-btn {
    flex: 1;
    text-align: center;
    padding: 12px 0;
    background: #fff;
    color: #999;
    font-size: 18px;
    text-decoration: none;
    border: 1px solid #ddd;
}

.float-switch-bar .switch-btn:first-child {
    border-right: none;
}

/* 被選中的按鈕 */
.float-switch-bar .switch-btn.active {
    background: #ffffff;
    color: #2BB97B;
    font-weight: bold;
}

/* ----------- 電腦版（≥768px）取消固定 ----------- */
@media (min-width: 768px) {
    .float-switch-bar {
        position: fixed;
        /* 不固定 */
        bottom: 0;
        left: 0;
        width: 100%;
        z-index: 9999;
        display: flex;
        justify-content: center;
        background: transparent;
    }
}

/* 外框卡片 */
.coupon-card {
    width: 100%;
    max-width: 380px;
    margin: 20px auto;
    border: 1px solid #ccc;
    background: #fff;
    padding-bottom: 15px;
}

/* 上方深綠色標題 */
.coupon-title {
    background: #20999B;
    /* 近似圖片深綠 */
    color: #fff;
    padding: 5px 8px;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
    margin: 0 15px;
}

/* 商品內容外框顏色 */
.coupon-content {
    border: 8px solid #CFF6F9;
    /* 爬圖色，淡青綠 */
    margin: 15px;
    padding: 15px;
    text-align: center;
}

/* 商品圖片 */
.coupon-img {
    width: 70%;
    max-width: 200px;
    display: block;
    margin: auto;
}

/* 商品名稱 */
.coupon-name {
    text-align: center;
    margin: 15px 0;
    font-size: 18px;
    font-weight: bold;
    color: #333;
}

/* 下方按鈕外層（flex 排版） */
.redeem-box {
    display: flex;
    margin: 0 15px;
}

/* 按鈕樣式 */
.redeem-btn {
    flex: 1;
    text-align: center;
    padding: 10px 0;
    font-size: 16px;
    text-decoration: none;
    color: #fff;
    background-color: #00C4C4;
    border-right: 2px solid #fff;
}

/* 移除最後一顆的邊線 */
.redeem-btn:last-child {
    border-right: none;
}

/* 左邊（active）加亮色 */
.redeem-btn.active {
    background-color: #00D7D7;
    font-weight: bold;
}


/* === 區塊 === */
.fdg-coupon {
    display: flex;
    padding: 14px 16px;
    margin: 14px 0;
    border-radius: 6px;
    align-items: center;
    background: #dff9f6;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    gap: 12px;
}

/* 未使用 / 已使用 */
.fdg-unused {
    background: #dff9f6;
}

.fdg-used {
    background: #e6e6e6;
    color: #777;
}

/* === 左側圖片固定尺寸 === */
.fdg-thumb {
    width: 100px;
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.fdg-thumb img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* === 右側上下排版區 === */
.fdg-right {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    /* ★ 讓標題在上、按鈕在下 */
    flex: 1;
    height: 90px;
    /* ★ 跟圖片同高 → 完美對齊 */
}

/* 標題 */
.fdg-title {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.3;
    text-align: center;
}

/* 按鈕 */
.fdg-btn {
    padding: 8px 14px;
    border: none;
    border-radius: 4px;
    font-weight: bold;
    color: #fff;
    background: #0da59a;
    margin: 0 auto;
    width: 120px;
}

.fdg-used .fdg-btn {
    background: #9fa3a6;
}

.mobile-header {
    margin: 0;
    padding:0 8px;   /* 新增這行 */
    list-style: none;

    position: absolute;
    top: 10px;
    left: 0;
    right: 0;

    height: 50px;

    display: flex;
    align-items: center;
}

.mobile-header li {
    list-style: none;
}

.nav-back {
    width: 50px;
    text-align: center;
    color: #fff;
}

.nav-back i {
    font-size: 28px;
}

.nav-title {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);

    font-size: 20px;
    font-weight: bold;
    letter-spacing: 2px;
    color: #fff;

    max-width: 60%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.nav-user,
.nav-cart {
    width: 45px;
    text-align: center;
}

.nav-user {
    margin-left: auto;
}

.nav-user img,
.nav-cart img {
    width: 30px;
    vertical-align: middle;
}

.nav-cart {
    position: relative;
}

.cart-count {
    position: absolute;
    width: 20px;
    height: 20px;

    bottom: 10px;
    right: -5px;

    color: #fff;
    border: 1px solid #fff;
    background: #FF8000;

    line-height: 20px;
    text-align: center;

    border-radius: 50%;
}