@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600&family=Rubik:wght@300;400;500&display=swap');

.color-main {
    color: var(--p-main-color);
}
.bt-breadcrumb {
    background-color: #f9f9f9;
}
label {
    display: inline-block;
    font-weight: normal;
    margin-bottom: 5px;
    cursor: pointer;
}

.form-control {
    background: #FFF;
    padding: 12px;
    outline: 0;
    color: #37333d;
    font-weight: normal;
    line-height: 1.5;
    font-size: 15px;
    box-sizing: border-box;
    border-radius: 0;
    width: 100%;
    border: 1px solid #ced1d6 !important;
    height: 50px;
}
.btn {
    height: 50px;
    background-color: var(--p-second-color);
}
.member-page .btn{
    background: var(--p-main-color);
    border: 1px solid var(--p-main-color);
    height: 50px;
}
.member-page .btn:hover{
	background:#fff;
	color:var(--p-main-color);
}
.form-control.col-6 {
    width: 50%;
    float: left;
}
.mb-1{
    margin-bottom: 1rem;
}
input,
textarea,
button,
select {
    outline: none;  
    padding: 5px 10px;
}
input[type="text"], input[type="email"], input[type="tel"], input[type="password"],textarea {
    -webkit-appearance: none;
    box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
    margin: 4px 5px 0 5px;
}
select {
    min-height: inherit !important;
    height: 48px;
}
.divider {
    clear: both;
}

.input-group-btn .btn {
    padding: 15px 20px;
    font-size: 14px;
}

/*input[type="checkbox"], input[type="radio"] {
    display: inline-block;
    position: relative;
    top: 2px;
}*/
.red {
    color: #ff0036;
}
.green {
    color: #00a000;
}
.tag {
    /* background-color: #ced1d6; */
    color: #666;
    display: inline-block;
    margin-right: 5px;
    padding: 0px 10px;
    font-size: 90%;
    border: 1px solid #666;
}

.tag.red {
    border-color: var(--p-main-color);
    font-size: 14px;
    color: var(--p-main-color) !important;
}

.tag.gray {
    border-color: #666;
    font-size: 14px;
}
/* 會員-獎金收益 */
.member-page {
    padding: 30px 0;
    overflow: hidden;
}
.reward-block {
    /* display: flex; */
    justify-content: center;
    border-radius: 10px;
    /* margin-bottom: 30px; */
}
@media (max-width: 480px){
    .reward-block {
        margin-bottom: 0 !important;
    }
    .reward-block > div {
    margin-bottom: 30px !important;
  }
    .checkout-page .form-container .form-block, .member-page .form-container .form-block {
    border: 1px solid #eaeaea !important;
}  
}

.money-draw {
    text-align: center;
    margin-bottom: 20px;
    border-bottom: 1px solid #ededed;
    padding-bottom: 10px;
}
.money-draw-info li {
    justify-content: space-between;
}
.money-draw-info li, .account-num li {
    font-size: 16px;
    display: flex;
    margin-bottom: 10px;
    align-items: baseline;
}
.money-draw-info li span {
    font-size: 18px;
    color:#eb5d68;
    font-family: 'Lato', sans-serif;
}
.account-num li strong {
    font-weight: normal;
    width: 85px;
}
.money-draw span {
    display: block;
    margin-bottom: 10px;
}
.account-num li span {
    color: var(--p-main-color);
}
.money-draw h2{
    color: #eb5d68;
    font-weight: 500;
    font-size: 35px;
    font-family: 'Lato', sans-serif;
}
.order-btn.btn-xs {
    padding: 5px 15px !important;
    font-size: 14px;
    border-radius: 0;
}
.order-btn.on{
    background-color: var(--p-main-color);
    border: 0px;
}
.order-btn.empty{
    background-color:#676767 !important;
    cursor: pointer;
}
/* 會員-經銷商-下方水平功能選單 */
.table-responsive {
    overflow-x: auto;
    overflow-y: hidden;
    border: 0;
    margin-bottom: 0;
}
ul.member-menu {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    background-color: #fff;
    -webkit-box-shadow: 0 4px 24px 0 rgb(34 41 47 / 20%);
    -moz-box-shadow: 0 4px 24px 0 rgb(34 41 47 / 20%);
    box-shadow: 0 4px 24px 0 rgb(34 41 47 / 20%);
}
ul.member-menu li {
    width: 33%;
    border-right: 1px solid #ededed;
    position: relative;
}
ul.member-menu li:last-child{
    border-right: 0;
}
ul.member-menu li a {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 12px;
    padding: 10px 15px 7px 15px;
    color: #555;
}
ul.member-menu li a img{
    width: 30px;
    height: 25px;
    margin-bottom: 2px;
}
ul.member-menu li a i{
    width: 30px;
    height: 25px;
	background-size: 100%;
	background-repeat: no-repeat;
    background-position: center;
    -webkit-filter:grayscale(1);
}
ul.member-menu li span {
    white-space: nowrap;
    font-weight: 500;
    color: #333;
    margin-top: 2px;
}
ul.member-menu li span.badge {
    font-family: 'Lato', sans-serif;
    font-size: 12px;
    /* font-weight: bold; */
    position: absolute;
    left: 50%;
    top: 17px;
    margin-left: 17px;
    background-color: var(--p-second-color);
    color: #fff;
    padding: 0 5px;
    border-radius: 50px;
    min-width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
}
ul.member-menu li.current a {
    color: var(--p-main-color);
    font-weight: bold;
}
ul.member-menu li.current a i {
    -webkit-filter:grayscale(0);
}


/***modal***/

.modal-dialog .modal-content {
    border-radius: 0;
    border: 0;
    width: 100%;
}
.modal .modal-dialog {
	min-width: 450px;
	margin: 10% auto;
}
.modal .modal-dialog.modal-dialog-centered {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - 1rem);
    margin: 0 auto;
}
.modal-body {
    font-size: 16px;
    padding: 40px;
}
.modal-body h4 {
    color: var(--p-main-color);
    font-size: 28px;
    margin-bottom: 15px;
}
.modal-body p, .modal-body li{
	font-size: 16px;
	line-height: 25px;
	text-align: left;
}
h3.modal-title{
	font-size: 21px;
	margin-top: 0;
	
}

@media (min-width: 576px){
.modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
}
}
@media (max-width: 767px){
.data-table.rwd-table tbody tr {
    margin-bottom: 15px;
    padding: 10px 0;
     position: relative;
}
.rwd-table td.rwd-action {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    height: calc(100% - 55px);
}
.rwd-table td.rwd-action::before{
    display: none;
}
.rwd-table td.rwd-action label {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    text-align: right;
    padding: 10px 5px 0 0;
}
.modal .modal-dialog {
    margin: 10px auto;
    max-width: 100%;
    width: 95% !important;
}
}
@media (max-width: 480px){
    #point-list .modal-content {
        height: 87vh;
    }
    .modal .modal-dialog {
        margin: 10px auto;
        max-width: 100%;
        width: 95% !important;
        min-width: auto;
    }
}
@media (max-width: 320px){
    #point-list .modal-content {
        height: 100%;
    }
}

input[type=checkbox].ace.input-lg + .lbl::before {
    border-radius: 4px;
    font-size: 16px;
    height: 24px;
    line-height: 21px;
    min-width: 24px;
    top: -2px;
    border: 2px solid var(--p-main-color) !important;
    color: var(--p-main-color);

}
input[type=checkbox].ace + .lbl::before, input[type=radio].ace + .lbl::before {
    cursor: pointer;
    font-family: fontAwesome;
    font-weight: normal;
    font-size: 12px;
    content: "\a0";
    border: 1px solid #8ebf96;
    box-shadow: none !important;
    border-radius: 0;
    display: inline-block;
    text-align: center;
    height: 16px;
    line-height: 14px;
    min-width: 16px;
    margin-right: 5px;
    position: absolute;
    left: 0;
}



/*************member & shoppingcart*****************/
#content {
   min-height: inherit !important;
}
.full-page,
.checkout-page {
    padding: 40px 0;
    margin: auto;
    float: none;
    overflow: hidden;
    min-height: inherit;
}
.checkout-page {
    padding: 20px 0;
}
.checkout-page .tab-content {
    margin-bottom: 0;
    padding: 20px 0;
}
.checkout-page h1 {
    text-align: center;
    font-size: 30px;
    font-weight: normal;
    margin-bottom: 20px;
}

.input-block-level {
    display: block;
    width: 100%;
    min-height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.form-container {
    font-size: 15px;
    padding: 50px;
    margin: auto;
    overflow: hidden;
    clear: both;
}

.form-container form {
    clear: both;
    width: 100%;
}

.form-group {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin: 0 -5px;
    margin-bottom: 15px;
}

.form-group>[class*=col-] {
    padding-right: 5px;
    padding-left: 5px;
}
.form-group .color1{
    padding-top: 7px;
    padding-bottom: 10px;
    font-size: 15px;
    color: #000;
}
.form-group .color1 b{
    color: var(--p-main-color);
}
.form-group .col-form-label{
    padding-top: 7px;
    padding-bottom: 10px;
    margin-bottom: 0;
}
.form-complete .form-group label {
    text-align: right;
    padding-top: 7px;
    font-size: 14px;
    color: #999;
}

.form-group p{
    margin-top: 5px;
}
.control-label {
    padding-right: 0 !important;
    padding-left: 0 !important;
    width: 145px;
    text-align: right;
    line-height: 25px;
    font-size: 15px;
    font-weight: normal;
    color: #000;
    /*display:table-cell;
	float: none;
	vertical-align: middle;*/
}

.controls {
    line-height: 25px;
    font-size: 15px;
    /*display:table-cell;
	float: none;
	vertical-align: middle;*/
}

.controls label {
    margin-top: 10px;
}

.controls .controls-txt {
    clear: both;
    color: var(--p-main-color);
}

.form-container .form-group.form-txt {
    margin: auto;
    color: #c00;
    font-size: 15px;
    border-bottom: 1px solid #e5e5dc;
    margin-bottom: 25px;
    padding-bottom: 15px;
    min-height: inherit;
    text-align: center;
}

.form-container .form-group.form-txt p {
    margin-bottom: 0 !important;
}

.form-container .text-error {
    display: block;
    color: #c00 !important;
    margin-bottom: 0;
    font-size: 13px;
}

label.error {
    display: block;
    clear: both;
    color: #fff !important;
    margin-top: -10px;
    margin-bottom: 10px;
    position: absolute;
    left: 15px;
    top: -10px;
    background-color: #c00;
    padding: 2px 10px;
    text-align: center;
}

label.error::after {
    content: '';
    display: block;
    position: absolute;
    z-index: 1;
    bottom: -10px;
    left: 50%;
    margin-left: -3px;
    border: 5px solid transparent;
    width: 5px;
    height: 5px;
    border-top-color: #cc0000;
}


.form-container.form-complete .form-group {
    line-height: 200%;
    min-height: 40px;
    width: 100%;
}

.form-container.form-complete .form-group p {
    border-bottom: 1px dotted #E5E5DC;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.form-container .control-txt {
    padding: 0x 15px;
    font-size: 16px;
}

.form-container ol.note {
    font-size: 14px;
    line-height: 25px;
    /* list-style-type: cjk-ideographic; */
    margin-left: 35px;
}

.form-container ol.note li {
    margin-bottom: 5px;
    list-style-type: cjk-ideographic;
}

.form-container .form-result {
    margin-bottom: 5px;
    text-align: right;
    float: right;
}

.control-label small,
.form-container .form-result small {
    color: #ff0036;
    margin: 0 5px;
}

.form-actions {
    text-align: center;
    margin: 25px 0;
}

.form-actions.align-right {
    text-align: right;
}

.button-blue {
    padding: 10px 25px;
    color: #fff;
    border-radius: 3px;
    font-size: 14px;
    margin-left: 15px;
}

.form-container .button-s,
form .button-s {
    height: 30px;
    line-height: 30px;
    padding: 0 20px;
}

#verifycodeImg,
.verifycodeImg {
    height: 47px;
    margin-right: 10px;
    margin-left: 10px;
    float: left;
}

.help-inline {
    padding: 0 !important;
}

.middle i {
    font-size: 18px;
    margin-top: 8px;
}

.form-container .form-group.txt {
    margin-bottom: 20px;
    text-align: center;
    font-size: 15px;
}

.form-container .form-group.question-group {
    border-bottom: 1px dotted #ccc;
    padding: 10px 0;
    margin: 0;
}

.form-container .question-group .control-label {
    width: 100%;
    text-align: left;
    padding: 5px 10px;
    font-size: 15px;
    color: #000;
}

.form-container .question-group .controls {
    width: 100%;
    padding: 5px 10px 5px 40px;
}

.form-container .question-group .controls label {
    width: 18%;
    margin-right: 5px;
    display: inline-block;
}

.form-container .question-group .controls label.other {
    width: 38%;
}

.txtblock {
    padding: 70px;
    background-color: #f3f3f3;
    margin: 20px 0;
    line-height: 180%;
}

.txtblock ul {
    margin: 0;
}

.txtblock li {
    background: url(images/icons/sidebar-link.png) no-repeat;
    padding-left: 15px;
    margin-bottom: 10px;
    line-height: 150%;
}

.success {
    background-color: #f4f4f4;
    text-align: center;
    font-size: 110%;
    border-radius: 5px;
}

.success .title {
    font-size: 130%;
    font-weight: bold;
}

.success p {
    margin: 20px 0;
}

.steps {
    list-style: none;
    display: table;
    width: 80%;
    padding: 0;
    margin: auto;
    margin-bottom: 30px;
    position: relative;
}

.steps li {
    display: table-cell;
    text-align: center;
    width: 1%;
}

.steps li .step {
    border: 5px solid #ced1d6;
    color: #ced1d6;
    font-size: 13px;
    border-radius: 100%;
    background-color: #FFF;
    position: relative;
    display: inline-block;
    width: 60px;
    height: 60px;
    line-height: 50px;
    text-align: center;
}

.steps li.active .step,
.steps li.active:before {
    border-color: var(--p-main-color);
    color: var(--p-main-color);
}


.steps li:before {
    display: block;
    content: "";
    width: 100%;
    height: 1px;
    font-size: 0;
    overflow: hidden;
    border-top: 4px solid #ced1d6;
    position: relative;
    top: 30px;
    z-index: 0;
}

.steps li.last-child:before {
    max-width: 50%;
    width: 50%;
}

.steps li:last-child:before {
    max-width: 50%;
    width: 50%;
}

.steps li:first-child:before {
    max-width: 51%;
    left: 50%;
}

.steps li.complete .step {
    cursor: default;
    color: #FFF;
    -webkit-transition: transform ease 0.1s;
    -o-transition: transform ease 0.1s;
    transition: transform ease 0.1s;
}

.steps li.complete .step:before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    line-height: 30px;
    text-align: center;
    border-radius: 100%;
    content: "\f00c";
    background-color: #FFF;
    z-index: 3;
    font-family: FontAwesome;
    font-size: 17px;
    color: #87ba21;
}

.steps li.complete:hover .step {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    border-color: #80afd4;
}

.steps li.complete:hover:before {
    border-color: #80afd4;
}

.steps li .title {
    display: block;
    margin-top: 4px;
    max-width: 100%;
    color: #666;
    font-size: 14px;
    z-index: 104;
    text-align: center;
    table-layout: fixed;
    word-wrap: break-word;
}

.steps li.active .title {
    color: var(--p-main-color);
}


.step-content {
    position: relative;
}

.step-content .step-pane {
    display: none;
    min-height: 200px;
    padding: 4px 8px 12px;
}

.step-content .step-pane.active {
    display: block;
}


.shop_table {
    border: 1px solid #e5e5dc;
    width: 100%
}

.shop_table>tbody>tr>td,
.shop_table>tbody>tr>th,
.shop_table>tfoot>tr>td,
.shop_table>tfoot>tr>th,
.shop_table>thead>tr>th {
    padding: 10px;
    border-top: 1px solid #e5e5dc
}

.shop_table>tfoot,
.shop_table>thead {
    background-color: #f3f2eb
}

.payment .payment_methods {
    list-style: none;
    margin: 10px 0;
    padding: 10px;
    border: 1px solid #e5e5dc;
    border-radius: 2px;
    background-color: #f3f2eb
}

.payment .payment_box {
    margin: 10px 1.5%;
    padding: 10px 10px 0;
    border: 1px solid #e5e5dc;
    border-radius: 2px;
    background-color: #e5e5dc;
    display: none
}

.shop-cart {
    width: 100%;
    line-height: 21px;
}

.shop-cart th {
    padding: 10px 5px;
    font-size: 15px;
    font-weight: normal;
}

.shop-cart td {
    font-size: 15px;
    padding: 20px 10px;
    border-bottom: 1px solid #E5E5DC;
    text-align: left;
    vertical-align: middle;
}

.no-item td {
    padding: 50px 0 !important;
}

.shop-cart .cart_table_title {
    background-color: #f9f9f9;
    color: #333;
}

.shop-cart .cart_table_title .actions {
    width: 100%
}

.shop-cart .cart_table_item .quantity {
    margin: 0
}

tr.gry td {
    background-color: #f7f7f7;
}

.shop-cart .product-remove {
    width: 5%;
    text-align: center;
}

.shop-cart .product-installation {
    width: 10%;
}

.shop-cart .product-installation .price {
    font-size: 14px;
    display: block;
}


.shop-cart .product-remove a {
    color: #000;
}

.shop-cart .product-thumbnail {
    width: 10%;
    padding: 20px 10px;
}

.shop-cart .product-thumbnail img {
    border: 1px solid #e5e5dc;
    width: 80%;
}

.shop-cart .product-name {
    width: 40%;
    text-align: left;
    font-size: 15px;
    position: relative;
}

.shop-cart .product-name .product-model {
    position: static;
    display: inline-block !important;
    margin-right: 5px;
    margin-bottom: 5px
}

.shop-cart .product-name a {
    color: #000;
    display: block;
}

.shop-cart .product-name a.event-txt {
    color: #ff0036;
    margin-top: 10px;
}

.shop-cart .product-name .model-no {
    color: #666;
    font-size: 13px;
}

.shop-cart .increase,
.data-table .increase {
    display: inline-block;
    color: #fff;
    padding: 0 7px;
    font-size: 14px;
    position: relative;
    border-radius: 2px;
    background-color: #fba806;
    margin-left: 10px;
}

.shop-cart .increase::after,
.data-table .increase::after {
    content: '';
    display: block;
    position: absolute;
    z-index: 1;
    top: 5px;
    left: -10px;
    border: 5px solid transparent;
    width: 5px;
    height: 5px;
    border-right-color: #fba806;
}

.shop-cart .increase.free,
.data-table .increase.free {
    background-color: #fa8b8b;
}

.shop-cart .increase.free::after,
.data-table .increase.free::after {
    border-right-color: #fa8b8b;
}

.shop-cart .increase.normal,
.data-table .increase.normal {
    background-color: #54c965;
}

.shop-cart .increase.normal::after,
.data-table .increase.normal::after {
    border-right-color: #54c965;
}

.shop-cart .increase.low,
.data-table .increase.low {
    background-color: #5dbefd;
}

.shop-cart .increase.low::after,
.data-table .increase.low::after {
    border-right-color: #5dbefd;
}

.shop-cart td.product-name .note {
    color: #ff0036;
    display: block;
    font-size: 14px;
    margin-top: 5px;
}

.shop-cart td.product-name .note a {
    margin-left: 5px;
    display: inline-block;
}

.shop-cart .product-price {
    width: 10%;
}

.shop-cart .product-price .price-old {
    display: block;
    float: none;
}

.shop-cart td.product-price,
.shop-cart td.product-subtotal {
    font-family: 'Lato', sans-serif;
    font-size: 17px;
}

.shop-cart small {
    font-size: 90%;
}

.shop-cart .tag {
    margin-top: 5px;
    font-size: 13px;
    padding: 2px 10px;
}

.shop-cart .tag.qty {
    margin: 2px 5px 2px 0 !important;
    font-size: 15px !important;
    padding: 0 10px;
    font-weight: bold;
    margin-top: 0;
    background-color: #666;
    color: #fff;
}

.shop-cart .tag.shipping {
    color: #fd5502;
    border-color: rgba(253, 85, 2, 0.3);
}

.shop-cart .product-quantity {
    width: 5%;
    float: none;
    text-align: center;
}

.shop-cart input#product-quantity {
    display: table-cell;
    border: 1px solid #ddd;
    height: 40px;
    width: 50px;
    font-weight: normal;
}

.shop-cart .btn-input-group {
    display: table-cell;
    width: 25px;
}

.shop-cart span#product-quantity-plus {
    border-bottom: 0;
}

.shop-cart span#product-quantity-plus,
.shop-cart span#product-quantity-minus {
    width: 20px;
    height: 20px;
    line-height: 20px;
}

.shop-cart .qty-set {
    display: table;
    margin: auto;
    line-height: 40px;
}

.shop-cart .product-quantity input[type="text"] {
    margin-bottom: 0;
}

.shop-cart .product-subtotal {
    width: 10%
}

.shop-cart .cart_table_action {
    background-color: #f3f2eb
}

.shop-cart .cart_table_action .actions {
    padding: 8px 0
}

.shop-cart .cart_table_action .actions .btn {
    margin-left: 10px
}

.shop-cart .cart_table_action .input-text {
    width: 120px;
    display: inline-block;
    height: 36px;
    background-color: #fff
}


.inquiry-page .shop-cart .product-thumbnail {
    width: 5%;
}

.shop-cart .product-thumbnail img {
    width: 100%;
}


.display-phone,
.display-tablet {
    display: none;
}

.total {
    margin: 10px;
    display: flex;
    justify-content: flex-end;
}
.total input{
    border: 1px solid #ced1d6;
}

.total th,
.shopping-cart .total td {
    text-align: right;
    background-color: transparent;
    padding: 7px 10px;
    border: 0;
    font-size: 15px;
}

.total td {
    width: 90px;
    font-size: 15px;
    text-align: right;
    font-family: 'Lato', sans-serif;
}

.total tr:hover {
    background-color: transparent;
}

.total tr.total-cash {
    color: #ff0036;
    border-top: 1px dotted #ccc;
}

.total tr.total-cash strong {
    font-size: 120%;
}

.total tr.total-cash th,
.total tr.total-cash td {
    padding-top: 20px;
}


.total select {
    padding: 0px 5px !important;
    height: 30px;
    margin-left: 5px;
    color: #000;
    font-size: 15px;
    margin-bottom: 0;
}

.shop-cart.multi-cart .product-name {
    width: 28%
}

.shop-cart.multi-cart .product-quantity {
    width: 7%;
    text-align: center;
}

.shop-cart.multi-cart .product-subtotal {
    width: 55%;
    font-family: "敺株��迤暺煾��", 'Lato', sans-serif;
}

.shop-cart.multi-cart .product-name .price {
    display: block;
}

.shop-cart.multi-cart td.product-price {
    line-height: 40px;
}

.shop-cart.multi-cart .product-subtotal p {
    font-size: 15px;
    margin-bottom: 0;
}

.shop-cart.multi-cart td {
    vertical-align: top;
}

.shop-cart.multi-cart select {
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    padding: 0 5px;
    display: block;
    color: #000;
}

.shop-cart.multi-cart button {
    padding: 11px 15px;
    border: 0;
}

.shop-cart.multi-cart .input-group-btn>.btn+.btn {
    margin-left: 2px;
}

.shop-cart.multi-cart input {
    padding: 8px 15px;
}

.shop-cart.multi-cart .product-subtotal a {
    color: var(--p-main-color);
    font-size: 15px;
    margin: 5px 5px 0 0;
    display: block;
}

.shop-cart.multi-cart .note1 {
    color: #666;
    font-size: 14px;
    margin: 5px 0 0 0;
}

.shop-cart.multi-cart .shipping-select {
    overflow: hidden;
}

.shop-cart.multi-cart .shipping-select select {
    float: left;
    width: 10%;
    margin-right: -1px;
}

.shop-cart.multi-cart .shipping-select input {
    float: left;
    color: #000;
    width: 90%;
}

.shop-cart.multi-cart .shipping-select .input-group-btn {
    float: left;
    width: 13%;
    margin-left: -90px;
}

.shop-cart.multi-cart .shipping-select p {
    margin: 5px 0;
    color: #666;
    font-size: 14px;
    overflow: hidden;
}

.shop-cart.multi-cart .shipping-select a {
    color: var(--p-main-color);
    font-size: 15px;
    font-weight: normal;
    display: block;
    clear: both;
}

.coupon {
    width: 100%;
    margin: 10px 0;
    padding-left: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
}
.coupon a {
    display: block;
    padding: 5px 0;
    font-size: 15px;
    text-decoration: underline;
    margin-right: 20px;
}
.coupon input {
    width: 260px;
    margin-bottom: 0;
    line-height: 22px;
    height: 46px;
}

.coupon .add-btn {
    min-width: auto;
    font-size: 14px;
    line-height: 22px;
    margin: 0;
    padding: 12px 10px;
    border-radius: 0;
    background-color: var(--p-main-color);
}

.order-btn {
    padding: 15px 20px;
    font-size: 17px;
    color: #fff !important;
    border-radius: 2px;
    background-color: var(--p-main-color);
    min-width: 200px;
    text-align: center;
    display: inline-block;
    text-decoration: none !important;
    border: 0;
}

.order-btn i {
    font-size: 17px;
    margin-right: 3px;
}

.checkout-page .order-btn+.order-btn {
    margin-left: 5px;
    background-color: var(--p-second-color);
}

.order-btn a:hover,
.btn a:hover {
    color: #fff;
}
/****checkout-page***************/
.checkout-page .form-container,
.member-page .form-container,
.gift-list .form-container {
    background-color: transparent;
    padding: 0;
}

.checkout-page .form-container .form-block,
.member-page .form-container .form-block,
.reserve-page .form-container .form-block {
    border: 1px solid #eaeaea;
    padding: 30px;
    margin-bottom: 30px;
    overflow: hidden;
    clear: both;
}

.checkout-page .form-container .form-block.form-txt {
    border: 0;
    text-align: center;
    margin-bottom: 0;
    padding: 0;
}

.checkout-page .form-container .form-block.form-txt a {
    color: var(--p-main-color);
    padding: 0 5px;
    font-weight: bold;
    font-size: 17px;
}

.checkout-page .form-container h4,
.payment-select1 h4,
.member-page .form-container h4,
.reserve-page .form-container h4 {
    clear: both;
    border-bottom: 1px solid #eaeaea;
    margin-bottom: 28px;
    color: #333;
    margin-top: 0;
    font-weight: normal;
    position: relative;
    font-size: 25px;
    padding-bottom: 20px;
}
.checkout-page .form-container h4 a.order-btn {
    color: #fff;
    padding: 12px 20px;
    font-size: 15px;
    min-width: inherit;
}

.checkout-page .form-container h4 label {
    margin-left: 20px;
    font-size: 16px;
    font-weight: normal;
}

.checkout-page .form-container h4 label img {
    width: 35px;
}


.form-block.product_details .product-review-tab {
    margin-bottom: 0;
    margin-top: 0;
}

.form-block.product_details .product-review-tab .nav {}

.form-block.product_details .product-review-tab .nav li {
    margin-bottom: -1px;
    width: auto;
}

.form-block.product_details .product-review-tab .nav li.active {
    border: 1px solid #E5E5DC;
    border-bottom: 1px solid #f7f7f7;
    background-color: #f7f7f7;
    /*background:url(../image/icon/icon-filter1.svg) #f7f7f7 no-repeat 5px 20px;*/
}

.form-block.product_details .product-review-tab .nav li a {
    color: #666;
    border: 0;
    background-color: transparent;
    font-size: 17px;
    padding: 15px 30px;
}

.form-block.product_details .product-review-tab .nav li.active a {
    color: #000;
    background-color: transparent;
}

.form-block.product_details .product-review-tab .nav li.active a::after {
    display: none;
}

.form-block.product_details .product-review-tab .nav {
    border-bottom: 0;
}

.form-block.product_details .tab-content {
    margin-top: -1px;
    padding: 30px;
    background-color: #f7f7f7;
    border: 1px solid #E5E5DC;
    width: 100%;
    margin-bottom: 0;
}


/***********payment-select**********/
.payment-select{
    margin: 10px 0;
    padding: 10px 20px 6px 20px;
    border: 1px solid #E5E5DC;
    clear: both;
    text-align: right;
    }
    .payment-select1 {
      margin-bottom: 30px;
      padding: 20px;
      border: 1px solid var(--p-main-color);
  }
  .payment-select1 ul {
      margin: 0;
      list-style-type: none;
  }
  .payment-select1 ul + h4{
      margin-top: 30px;
  }
  .payment-select1 li {
      color: #333;
      width: calc(33.333% - 10px);
      display: inline-block;
  }
   .payment-select1 li a {
      color: #999;
      text-decoration: none;
  }
  .payment-select1 .second li{
      padding-left: 34px;
  }
  .payment-select1 .second li:last-child{
      border: 0;
              }
  .payment-select1 li span.title {
      color: #222;
      font-size: 16px;
      width: 100%;
  }
  .payment-select1 li span.title i {
      font-size: 20px;
      margin-left: 5px;
  }
  .payment-select1 li span.title img {
      height: 30px;
  }
  .payment-select1 span.txt {
      width: 70%;
      font-size: 14px;
      line-height: 25px;
      text-align: justify;
      float: left;
  }
  .payment-select1 li label {
      display: block;
      padding: 5px;
      margin: 0;
      font-weight: normal;
      cursor: pointer;
      border: 1px solid transparent;
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
  }
  .payment-select1 li.active label {
      border-color: var(--p-main-color);;
  }
  .payment-select1 img{
      display: inline-block;
      }
  .payment-select1 .select_container {
      margin: 0 0 0 5px;
      width: auto;
      display: inline-grid;
  }
  .payment-select1 .select_container select {
      color: #fff;
      background-color: #999;
      border-color: #999;
      height: 30px;
      padding: 0 5px;
      font-size: 15px;
      border-radius: 5px;
  }
  .payment-select1 h4 {
      margin-top: 0;
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: bold;
  }
  .payment-select1 img, .payment-select1 .txt2 a {
      display: inline-block;
          color: #444;
  }
  .payment-select1 input[type=radio].ace.input-lg + .lbl::before {
      top: -1px;
  }
  .payment-select1 input[type=radio].ace.input-lg:checked + .lbl::before {
      content: '\f00c';
      font-size: 17px;
  }
  
  .payment-select.selected{
        padding: 15px 20px;
  }
  .payment-select.selected strong{
        color: #EE778C;
  }
  .payment-select label{
      margin-right: 10px;
  }

.complete-block {
    padding: 30px;
    border: 1px solid #e5e5dc;
    margin-bottom: 30px;
    line-height: 25px;
    font-size: 16px;
}

.complete-block p,
.complete-block ul {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 15px;
}
.complete-block p:last-child{
    margin-bottom: 0;
}
.complete-block ul {
    font-size: 17px;
    font-weight: bold;
}

.complete-block .note {
    color: #333;
    margin-bottom: 15px;
}

/* .complete-block strong {
    font-size: 120%;
} */
.complete-block .color1{
    color: var(--p-second-color);
}
.complete-block .credit-card {
    margin-top: 10px;
}

.complete-block .credit-card button {
    margin-left: 10px;
}

.complete-block.txt-center {
    text-align: center;
}


input[type=checkbox].ace,
input[type=radio].ace {
    opacity: 0;
    position: absolute;
    z-index: 1;
    width: 18px;
    height: 18px;
    cursor: pointer;
}

label input[type=checkbox].ace,
label input[type=radio].ace {
    z-index: -100 !important;
    width: 1px !important;
    height: 1px !important;
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute;
}

input[type=checkbox].ace:checked,
input[type=radio].ace:checked,
input[type=checkbox].ace:focus,
input[type=radio].ace:focus {
    outline: none !important;
}

input[type=checkbox].ace+.lbl,
input[type=radio].ace+.lbl {
    position: relative;
    display: inline-block;
    margin: 0;
    line-height: 25px;
    min-height: 18px;
    min-width: 18px;
    font-weight: normal;
    cursor: pointer;
}

input[type=checkbox].ace+.lbl::before,
input[type=radio].ace+.lbl::before {
    cursor: pointer;
    font-family: fontAwesome;
    font-weight: normal;
    font-size: 12px;
    content: "\a0";
    background-color: #FAFAFA;
    border: 1px solid #c8c8c8;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    /*, inset 0px -15px 10px -12px rgba(0,0,0,0.05);*/
    border-radius: 0;
    display: inline-block;
    text-align: center;
    height: 16px;
    line-height: 14px;
    min-width: 16px;
    margin-right: 5px;
    position: relative;
    top: -1px;
}

input[type=checkbox].ace:checked+.lbl::before,
input[type=radio].ace:checked+.lbl::before {
    display: inline-block;
    content: '\f00c';
    background-color: #F5F8FC;
    border-color: #666;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05), inset 15px 10px -12px rgba(255, 255, 255, 0.1);
}

input[type=checkbox].ace:active+.lbl::before,
input[type=radio].ace:active+.lbl::before,
input[type=checkbox].ace:checked:active+.lbl::before,
input[type=radio].ace:checked:active+.lbl::before {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px 1px 3px rgba(0, 0, 0, 0.1);
}

input[type=checkbox].ace.ace-checkbox-2+.lbl::before,
input[type=radio].ace.ace-checkbox-2+.lbl::before {
    box-shadow: none;
}

input[type=checkbox].ace.ace-checkbox-2:checked+.lbl::before,
input[type=radio].ace.ace-checkbox-2:checked+.lbl::before {
    background-color: #f9a021;
    border-color: #f9a021;
    color: #FFF;
}

input[type=checkbox].ace:disabled+.lbl::before,
input[type=radio].ace:disabled+.lbl::before,
input[type=checkbox].ace[disabled]+.lbl::before,
input[type=radio].ace[disabled]+.lbl::before,
input[type=checkbox].ace.disabled+.lbl::before,
input[type=radio].ace.disabled+.lbl::before {
    background-color: #DDD !important;
    border-color: #CCC !important;
    box-shadow: none !important;
    color: #BBB;
}

.checkbox label input[type=checkbox].ace+.lbl,
.radio label input[type=radio].ace+.lbl {
    margin-left: -10px;
}

input[type=radio].ace+.lbl::before {
    border-radius: 100%;
    font-size: 10px;
    font-family: FontAwesome;
    text-shadow: 0 0 1px #9cc93a;
    line-height: 15px;
    height: 17px;
    min-width: 17px;
}

input[type=radio].ace:checked+.lbl::before {
    content: "\f111";
}

input[type=checkbox].ace.input-lg+.lbl::before {
    border-radius: 4px;
    font-size: 16px;
    height: 22px;
    line-height: 19px;
    min-width: 22px;
    top: auto;
}

input[type=radio].ace.input-lg+.lbl::before {
    font-size: 14px;
    height: 24px;
    line-height: 22px;
    min-width: 24px;
    top: auto;
    color: #666;
    margin-right: 5px;
}


/*------------------------------ Data Table ----------------------*/
#confirmbox #super-product-table thead {
    background-color: #f7f7f7;
}

#confirmbox #super-product-table {
    border-collapse: collapse;
    margin-bottom: 20px;
    margin-top: 20px;
}

#confirmbox #super-product-table thead,
#confirmbox #super-product-table td,
#confirmbox #super-product-table thead th {
    border: 1px solid #ebebeb;
}

#confirmbox #super-product-table thead th {
    padding: 8px 10px;
    text-align: center;
}

#confirmbox #super-product-table tr td {
    padding: 0px 10px 0px 10px;
}

#confirmbox #super-product-table .input-text.qty {
    margin: 10px;
    text-align: center;
    width: 45px;
}

/***---------���摱撠��----------***/
#content.col-sm-12.member-page {
    padding: 20px 0;
    overflow: hidden;
}

.member-page .page-title {
    /*margin-bottom: 20px;*/
    margin-bottom: 0;
    position: relative;
    overflow: hidden;
}
.member-page .page-title.d-flex {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    justify-content: space-between;
}
.member-page .page-title.d-flex h2{
    margin-bottom: 0;
}
.member-page .page-title .btn {
    padding: 12px 20px;
    min-width: 140px;
    border-radius: 5px;
    font-size: 15px;
    color:  var(--p-main-color);
    background-color: #ffffff;
    border: 1px solid var(--p-main-color);
    vertical-align: initial;
}

.member-page .page-title .btn i {
    margin-right: 5px;
}

.member-page .page-title .btn+.btn {
    right: 130px;
    margin-left: 5px;
    float: right;
}

.member-page .page-title .btn:hover {
    color: #fff;
    background-color: var(--p-main-color);
}

.member-page .page-title .filter,
.theme-title .filter {
    display: inline-block;
    font-size: 15px;
    color: #666;
}

.member-page .page-title .filter select,
.theme-title .filter select {
    height: auto;
    padding: 10px 12px;
    border: 1px solid #666;
    color: #666;
}

.member-page .page-title .filter select {
    border-radius: 6px;
    margin: 0 5px 0 0;
}

.theme-title .filter {
    margin: -15px 0 10px 0;
    float: right;
}

.member-page .form-container .form-result {
    /*position: absolute;
  right: 0;
  top: 0;*/
}

/* .member-page .product-list .product-thumb .image {
    padding: 10px;
} */

.block-account .title-header {
    position: relative;
    margin-bottom: 0;
}

.block-account .block-content {
    border-bottom: 1px solid #e9e9e9;
    padding: 20px 0;
}

.block-account .block-content ul {
    margin: 0;
}

.block-account .block-content ul li {
    border: 1px solid #eaeaea;
    margin-bottom: -1px;
}

.block-account .block-content ul li:last-child {
    border-bottom: 1px solid #eaeaea;
}

.block-account .block-content ul li a {
    display: block;
    color: #444;
    padding: 10px ;
}

.block-account .block-content ul li.current,
.block-account .block-content ul li:hover {
    border-color: transparent;
    background: var(--p-main-color);
}

.block-account .block-content ul li.current a,
.block-account .block-content ul li:hover a {
    color: #fff;
}

.block-account .block-content ul li>strong,
.block-account .block-content>ul>li:hover>a {
    color: #fff;
}



.block-account .block-content.accordion-box .accordion .acc-content {
    padding: 0;
}

.block-account .block-content .accordion .acc-btn {
    background-color: #666;
    color: #fff;
}

.block-account .block-content .accordion .acc-btn.active {
    background-color: var(--p-main-color);
    color: #fff;
}

.block-account .block-content .accordion ul li.current,
.block-account .block-content .accordion ul li:hover {
    border: 1px solid #e8dac4;
    background-color: #f6f3ee;
}

.block-account .block-content .accordion ul li.current a {
    color: var(--p-main-color) !important;
    font-weight: bold;
}

.block-account .block-content .accordion ul li:hover a {
    color: #000;
}

.block-account .block-content .accordion .acc-btn .toggle-icon {
    color: #fff;
    text-align: center;
    top: 20px;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;

}

.block-account .block-content .accordion .acc-btn.active .toggle-icon {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

.block-account .block-content .accordion .acc-btn .toggle-icon::before {
    display: block;
    z-index: 10;
    content: "\f105";
    font-family: "FontAwesome";
    top: 15px;
    font-size: 21px;
}



.my-account .my-tag-edit {
    margin-bottom: 30px;
}

.my-account .product-name {
    font-weight: bold;
    margin-bottom: 5px;
}

.my-account>.title-buttons {
    float: left;
    width: 100%;
    margin-bottom: 25px;
}

.my-account #wishlist-view-form .buttons-set {
    float: right;
}

.my-account #wishlist-view-form textarea {
    width: 100%;
    margin-top: 5px;
}

.my-account #wishlist-view-form .price-box {
    font-weight: bold;
    font-size: 116.67%;
    margin-bottom: 5px;
}

.my-account>#form-validate>.buttons-set {
    display: inline-block;
    width: 100%;
}

.my-account>#form-validate>.buttons-set .back-link {
    float: left;
}

.my-account .box-account {
    margin-top: 10px;
}

.my-account .box-account .box-head {
    background: none repeat scroll 0 0 #777777;
    color: #FFFFFF;
    line-height: 100%;
    padding: 10px;
    margin-bottom: 10px;
}

.my-account .box-account .box-head>h2 {
    float: left;
}

.my-account .box-account .box-head>a {
    float: right;
    color: #fff;
}

#login-form,
.my-account .box-account .col2-set {
    margin-left: -30px;
}

#checkout-step-login #login-form {
    margin-left: 0;
}

.my-account .box-account .col2-set>.box>.box-title {
    margin-left: 30px;
}

.my-account .col2-set .col-1 {
    float: left;
    width: 50%;
}

.my-account .box-account.box-info .col2-set .col-1 {
    padding-left: 30px;
}

.account-login .col2-set .col-1 {
    float: left;
    width: 50%;
    padding-left: 30px;
}

.my-account .col2-set .col-2,
.account-login .col2-set .col-2 {
    float: right;
    width: 50%;
    padding-left: 30px;
}

.my-account .data-table {
    width: 100%;
    margin-bottom: 10px;
}

.my-account .data-table#my-orders-table {
    margin-top: 10px;
    margin-bottom: 20px;
}

.my-account .data-table .input-text.qty {
    width: 80px;
    margin-bottom: 10px;
}

.my-account .data-table .link-edit {
    float: left;
    margin-top: 5px;
    width: 100%;
}

.my-account .box-title {
    overflow: hidden;
    border-bottom: 1px dashed #E9E9E9;
    margin-top: 10px;
    margin-bottom: 5px;
    padding-bottom: 5px;
}

.my-account .box-title>h3 {
    line-height: 180%;
    font-weight: bold;
    float: left;
}

.my-account .box-title>a {
    float: right;
    line-height: 180%;
}

.my-account .box-title>a:hover {
    text-decoration: underline;
}

.my-account .box-content h4 {
    line-height: 180%;
    font-weight: bold;
    margin-bottom: 5px;
}

.my-account .box-account .number {
    margin: 2px 10px 0 0;
    line-height: 100%;
    float: left;
    font-weight: bold;
}

.my-account .product-review .product-img-box {
    margin-bottom: 20px;
}

.my-account .product-review .product-img-box .product-image img {
    margin-bottom: 10px;
}

.fieldset {
    /*border: 1px solid #e9e9e9;*/
    margin-bottom: 20px;
    padding: 20px 0 0 0;
}

.fieldset .legend {
    background: #fff;
    float: left;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 117%;
    margin: -25px 0 0 0;
    padding: 0px;
    /*border: 1px solid #e9e9e9;*/
}

.buttons-set {
    border-top: 1px solid #e9e9e9;
    text-align: right;
    margin-top: 10px;
    padding-top: 10px;
    clear: both;
}

.buttons-set .button {
    float: right;
    margin-left: 5px;
}

.my-account .buttons-set.buttons-set2 {
    border: none;
    padding: 0;
    margin: 0;
}

.buttons-set .back-link {
    float: left;
    margin: 0;
}

.my-account .form-list .field {
    float: left;
    width: 50%;
}

.account-login .col2-set .content>h2 {
    text-transform: uppercase;
    margin-bottom: 10px;
    font-size: 117%;
}

.col2-set .content>h2 {
    font-weight: bold;
    margin-bottom: 5px;
}

.form-list li {
    margin-bottom: 5px;
}

.form-list input.input-text,
input.input-text {
    width: 230px;
    padding: 7px 10px;
}

input.input-text.qty {
    width: auto;
}

.my-account .pager {
    border: 1px solid #e9e9e9;
    border-bottom: 4px solid #e9e9e9;
    padding: 5px 10px;
    margin: 0 0 20px 0;
}

.my-account .pager .amount {
    float: left;
    line-height: 24px;
    margin-right: 10px;
}

.my-account .pager .limiter {
    float: left;
}

.my-account .pager .pages {
    display: inline-block;
    float: right;
}

.my-account .pager>.pages>ol {
    display: inline;
}

.pager .limiter label {
    font-weight: normal;
}

.pager .limiter select {
    margin: 0;
    width: 65px;
    position: relative;
    padding: 2px;
}

.my-account .title-buttons .page-title {
    float: left;
}

.my-account .title-buttons .button,
.my-account .link-print,
.my-account .link-reorder {
    float: right;
}

.my-account .link-print {
    margin-right: 10px;
}

.my-account .addresses-list h3,
.my-account .addresses-list h2,
.my-account .order-info-box h2 {
    font-weight: bold;
    float: left;
    width: 100%;
    margin: 10px 0 7px 0;
}

.my-account .addresses-list h2 {
    border-bottom: 1px dashed #E9E9E9;
    padding-bottom: 5px;
    margin: 0;
}

#my_recent_tags .item,
#my_recent_reviews .item {
    margin-top: 10px;
}

#my_recent_reviews .ratings .rating-box {
    margin-top: 3px;
}

#my_recent_tags .tags strong,
#my_recent_reviews .ratings strong {
    float: left;
    padding-right: 10px;
}

.data-table {
    border-collapse: collapse;
    margin-bottom: 20px;
    border: 1px solid #e9e9e9;
    width: 100%;
    text-align: center;
}

.data-table th.wrap {
    white-space: normal;
}

.data-table th {
    font-size: 15px;
    padding: 10px 5px;
    text-align: center;
    border: 1px solid #ddd;
    text-align: center;
    background-color: #ededed;
}

.data-table tr td {
    padding: 10px 10px;
    border-bottom: 1px solid #e9e9e9;
    vertical-align: middle;
    font-size: 15px;
    line-height: 1.5;
}

.data-table tr td a {
    text-decoration: underline;
    color: var(--p-main-color);
    display: block;
}

.data-table td h3 {
    margin: 0;
    line-height: 100%;
}

.data-table td li.title {
    font-size: 17px;
    font-weight: bold;
}
.data-table .add-btn {
    width: auto;
    padding: 5px 10px;
    min-width: 80px;
    display: inline-block;
    line-height: 1.5;
    font-size: 13px;
    margin-top: 5px;
}
/*.data-table thead {
	border: 1px solid #e9e9e9;
}
.data-table tfoot {
	border-top: none;
	border-top: 1px solid #e9e9e9;
}*/
.data-table .first.odd,
.box-account .data-table .odd {
    background: none;
}

.a-center input.checkbox {
    float: none;
}

label.required em {
    font-weight: normal;
    padding: 0 5px 0 0;
    vertical-align: middle;
    color: #E1464D;
}

.page-title h1 {
    font-size: 25px;
    margin-bottom: 20px;
    text-align: center;
    border-bottom: 1px solid #eee;
    padding-bottom: 13px;
    line-height: 25px;
}

.page-title h1:after {
    position: absolute;
    left: 50%;
    margin-left: -18px;
    margin-top: 37px;
    height: 3px;
    width: 36px;
    z-index: 9;
    background: #57B3DF;
    border-radius: 90px;
    content: '';
    opacity: 1;
}

.controls .add-btn,
.form-container h4 .add-btn {
    margin: 0 10px 10px 0;
    padding: 9px 20px;
    background-color: #666;
}

.form-container h4 .add-btn {
    margin: 0;
    position: absolute;
    right: 0;
    padding: 5px 15px;
    border-radius: 5px;
    width: auto;
}

.form-container h4 .add-btn img {
    width: 35px;
    margin-right: 5px;
    opacity: 0.5;
}
.page-title h2 {
    font-size: 32px;
    font-weight: normal;
    color: var(--p-main-color);
    margin-bottom: 20px;
}

.block-title {
    margin: 10px 0px 0px 0px;
    border-bottom: 1px solid #eaeaea;
    padding: 12px 0;
    position: relative;
    text-align: center;
    font-size: 19px;
    color: #666;
}

.block-title:before {
    content: "";
    float: right;
    position: absolute;
    margin-top: 26px;
    width: 30px;
    z-index: 10;
    height: 2px;
    margin-left: 15px;
}

.member-page .btn-group {
    margin-bottom: 3px;
}

.member-page .add-btn {
    padding: 5px 20px;
    margin-right: 2px;
    width: auto;
    min-width: auto;
    line-height: 25px;
    margin-top: 0;
}

.member-page .add-btn i {
    margin-right: 5px;
}

.member-page p .add-btn {
    margin: 0 0 20px 0;
}

.member-page .faq-content-area {
    margin-top: 30px;
}

.member-page .faq-content-area .accordion .acc-btn {
    background: none;
    border-bottom: 1px dotted #E5E5DC;
    color: #000;
    margin-bottom: 20px;
}

.member-page .faq-content-area .accordion .acc-btn .toggle-icon {
    left: 0px;
    top: 18px;
    color: #000;
}

.member-page .faq-content-area .accordion-box .accordion .acc-content {
    background: none;
    padding: 0;
}

.member-page .form-actions {
    margin-top: 0;
}

.member-page .shop-cart .cart_table_title {
    background-color: #f3f2eb;
    color: #333;
}

.member-page .shop-cart th {
    background-color: #f9f9f9;
    border: 1px solid #f9f9f9;
}

.member-page .shop-cart td {
    color: #333;
    /*border: 1px solid #e9e9e9;*/
}

.shop-cart .message-type {
    width: 20%;
}

.shop-cart .message-type span {
    font-size: 12px;
}

.shop-cart .message-info {
    width: 60%;
}

.shop-cart td.message-type,
.shop-cart td.message-info {
    text-align: left;
}

.shop-cart .message-time {
    width: 20%;
    font-size: 12px;
}

.shop-cart.shop-message td {
    border-right: 1px dotted #E5E5DC;
}

.faq-btn {
    display: block;
    padding: 15px 0;
    color: #fff;
    text-align: center;
}

.faq .togglet i {
    font-size: 20px;
    padding-right: 5px;
    color: #88957A;
}

.checkout-page .product {
    height: 335px;
}

.shop-cart.shop-message .bg2 td,
.shop-cart.shop-message .bg2 span {
    background-color: #f9f9f9;
    color: #333 !important;

}

.notice {
    text-align: center;
    line-height: 21px;
    margin-bottom: 20px;
    font-size: 16px;
    color: var(--p-second-color);
}

.first-login h3,
.theme_title h3 {
    margin-bottom: 30px;
    font-size: 32px;
    line-height: 1.5;
    font-weight: normal;
}
@media (max-width: 479px){
.first-login h3, .login-form h3 {
    text-align: center;
    margin-bottom: 20px;
}
}

.modal-content button.close {
    right: 20px;
    position: absolute;
    top: 20px;
    font-size: 25px;
    outline: none;
}

.modal-content button.close span {
    line-height: 25px;
}

span.forget {
    font-size: 16px;
    margin-top: 10px;
    display: block;
    padding: 0;
    text-align: center;
}
@media (max-width: 479px){
span.forget {
    text-align: center;
}
}

.forget a {
    color: #666;
}

.products-mail #verifycodeImg {
    height: 42px;
    margin-right: 10px;
    float: left;
}

.products-mail .middle i {
    font-size: 25px;
    margin-top: 10px;
}

.warningbox .modal-dialog {
    margin: 10px auto;
}
.warningbox h4 {
    text-align: center;
    padding: 0;
    color: #666;
    font-size: 15px;
}
.warningbox .modal-footer {
    text-align: center;
    margin: 0;
    border: 0;
    padding: 0 0 15px 0;
}

.warningbox .modal-footer .add-btn {
    margin: 0;
}

.warningbox .modal-body {
    text-align: center;
    font-size: 17px;
    color: #222;
}

.warningbox .modal-header {
    padding: 10px;
}

.modal .order-btn {
    background-color: var(--p-main-color);
    font-size: 15px;
}
.modal .order-btn.btn-gray {
    background-color: #666;
}
.modal .order-btn.btn-outline {
    color: var(--p-main-color) !important;
    background-color: transparent;
    min-width: inherit;
    border: 1px solidvar(--p-main-color);
    padding: 14px 30px;
    font-size: 17px;
    font-weight: bold;
}

.first-login.gift-list h3 {
    border-bottom: 1px solid #f6f3ee;
    padding-bottom: 10px;
    text-align: left;
}

.first-login.gift-list h3 img {
    width: 120px;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -200px;
}

.gift-list .shop-cart td {
    font-size: 15px;
    line-height: 25px;
}

.gift-list .shop-cart td .btn,
.form-block.purchaser .btn {
    padding: 10px 15px;
    font-size: 15px;
    width: 100%;
}

.gift-list .result-pagination {
    margin-bottom: 0;
}

.gift-list .form-actions {
    margin-bottom: 0;
}

.gift-list .form-block {
    border: 0 !important;
    padding: 0 !important;
}

.gift-list .shop-cart .cart_table_title {
    background-color: #f6f3ee;
    border: 1px solid #e8dac4;
    color: #666;
}

.gift-list .shop-cart th {
    font-size: 17px;
    font-weight: bold;
    padding: 15px 10px;
}

.gift-list .shop-cart .group-name {
    width: 60%;
    padding: 10px 5px;
}

.gift-list .shop-cart .group-name input {
    color: #000;
    padding: 10px 12px;
    margin-bottom: 0;
    border-color: #666;
}

.gift-list .shop-cart .group-action {
    text-align: center;
    width: 40%;
    padding: 10px 5px;
}

.gift-list .shop-cart .group-action .btn {
    width: 44%;
    margin: 0 3px;
}


.gift-list .form-group.form-add {
    padding: 10px;
    background-color: #f6f3ee;
    border: 1px solid #e8dac4;
    color: #666;
}

.gift-list .form-group.form-add input {
    margin-bottom: 0;
    border: 1px solid #e8dac4;
}

.gift-list .form-group.form-add label {
    margin-top: 13px;
    font-weight: bold;
    color: #666;
    font-size: 17px;
}

/***閰Ｗ�讛�㗛�***/
.my-faq .acc-btn {
    overflow: hidden;
    padding-left: 0 !important;
}

.my-faq .acc-btn>div {
    float: left;
    padding-left: 0;
}

.my-faq .acc-btn .subject {
    font-size: 17px;
    font-weight: bold;
}

.my-faq .acc-btn .date {
    color: #666;
    text-align: center;

}

.data-table.faq-table th,
.data-table.faq-table td {
    padding: 15px 10px;
}

.data-table.faq-table th {
    width: 17%;
}

.data-table.faq-table td {
    text-align: left;
}

.my-faq .acc-content {
    padding: 0 !important;
}

/***閮𦠜�舐���***/
.data-table.news-table td li {
    margin-bottom: 5px;
}

.data-table.news-table td li.title {
    margin-bottom: 10px;
    font-size: 19px;
}

.data-table.news-table td li.title a {
    color: #666;
}

.data-table.news-table tr td {
    font-size: 15px;
    color: #333;
}

.data-table.news-table tr.readed td {
    background-color: #f7f7f7;
    color: #333;
}

.data-table.news-table tr.readed td li.title {
    font-weight: normal;
    font-size: 17px;
}

.data-table.news-table tr.readed td li.title a {
    color: #333;
}

.data-table .new {
    color: #ff0036;
    margin-left: 5px;
    font-size: 13px;
}

.data-table .unread {
    color: var(--p-main-color);
}



.address_item {
    position: relative;
}

.address_item label {
    width: 75%;
    text-align: left;
    position: absolute;
    margin: -30px 0 0 -10px;
    padding: 18px 0 18px 0;
}

.address_item label input {
    margin: 0 !important;
}

.address_item input[type=radio].ace+.lbl {}



/***login***/

.login-page .page-tittle, .login-page .theme_title h3 {
    color: var(--p-main-color);
    margin-bottom: 10px;
    font-size: 32px;
}
.notmember .theme_title h3 {
    margin-bottom: 10px;
    text-align: center;
}
.login-page .steps {
    width: 600px;
    max-width: 100%;
    margin-bottom: 20px;
}

.main_right .login-page .theme_title {
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.login-form {
    width: 900px;
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;

}
.line-login-form {
    width: 600px;
    max-width: 100%;
    /* display: flex; */
    flex-wrap: wrap;

}
.login-page .login-form {
    border: 1px solid #eee;
    border-radius: 20px;
}

.row.login-form {
    display: flex;
    padding: 50px 30px;
    flex-wrap: nowrap;
}
.modal-body .row.login-form {
    padding: 30px 0;
}
.row.login-form .form-group {
    align-items: center;
}
.login-form > .notmember {
    border-left: 1px solid #f1f1f1;
    margin-left: 10px;
    padding-left: 20px;
}
.login-form .input-group {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
}
.login-form .input-group>.form-control{
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
    margin-bottom: 0;
}
.login-form .input-group-append{
    display: -ms-flexbox;
    display: flex;
    margin-left: -1px;
}
.login-form .input-group-text {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: .375rem 1.5rem;
    margin-bottom: 0;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: .25rem;
}

.notmember p {
    margin-bottom: 0px;
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    align-items: center;
    font-size: 14px;
}
.notmember img {
   width: 30%;
}
.notmember .opencard {
    margin-bottom: 50px;
}
.login-form .row{
    display: flex;
    flex-wrap: wrap;
}
.login-form .form-group {
    align-items: baseline;
}
/* .login-form .form-group .col-form-label {
    text-align: right;
} */
/* .login-form .form-group .col-form-label::after {
   content: "：";
} */
.login-form.fb-login {
    width: 700px;
    padding: 50px;
}
.modal-dialog .modal-content .close {
    background-color: #ccc;
    position: absolute;
    right: 15px;
    top: 15px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    text-shadow: none;
    opacity: 1;
    font-family: "Lato", sans-serif;
    font-size: 32px;
    margin: 0;
    padding: 0;
    display: block;
    cursor: pointer;
    z-index: 999;
}
.modal-header h4{
    font-size: 28px;

}
.modal-body {
    padding: 40px 40px;
    overflow-y: auto;
    /* height: 400px; */
}
@media (max-width: 767px){
    .login-form .form-group {
        width: 100%;
    }
    #point-list .modal-body {
    height: calc(100vh - 191px );
    overflow-y: auto;
    }
}

.first-login .modal-body {
    padding: 20px;
    height: auto;
}


.login-form h6 {
    color: #383838;
    margin: 0;
    font-size: 15px;
    text-align: center;
    padding: 10px 0;
    margin: 10px 0 20px 0;
}

.login-form h6 strong {
    background: #f3f3f3;
    font-weight: normal;
    padding: 0 30px;
}

.login-form h6>span {
    display: block;
    height: 1px;
    background: #d8d8d8;
    margin-top: -12px;
}

.login-form .add-btn {
    margin: 10px 0 0;
    line-height: 18px;
    padding: 15px 25px;
    background:  var(--p-main-color);
}

/* ----------------------------------------------------------------
    第三方登入
-----------------------------------------------------------------*/
.login-form .third-party{
    display: flex;
    justify-content: space-around;
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #eee;
}
.login-form .third-party .add-btn,#third-party-container .third-party div {
    min-width: auto;
    font-size: 13px;
    padding: 10px;
    background-color: transparent;
    text-align: center;
    display: flex;
    flex-flow: column;
    flex: 1 1 0%;
    align-items: center;
    border: 2px solid rgb(204, 204, 204);
    color: #555!important;
    border-radius: 6px;
}
.login-form .third-party .add-btn + .add-btn{
    margin-left: 5px;
}
.login-form .third-party .add-btn img{
    width: 30px;
    margin-bottom: 3px;
}
.login-form .add-btn.fb-login {
    border: 1px solid #1877f2;
}

.login-form .add-btn.google-login {
    border: 1px solid #d0451b;
}
.login-form .add-btn.line-login {
    border: 1px solid #00c300;
}
/* .login-form .third-party .add-btn:hover {
    border-width: 2px;
} */
/* 新增-會員資料頁-快速登入設定(第三方綁定) */
#third-party-container .third-party{
    display: flex;
}
#third-party-container .third-party div{
    cursor: auto;
    border-radius: 0;
    flex-direction: row;
    justify-content: center;
    border: 0;
    border-right: 1px solid #ccc;
}
#third-party-container .third-party div:nth-child(3){
    border: 0;
}
#third-party-container .third-party span{
    font-size: 15px;
    margin-left: 5px;
    font-weight: 600;
}
#third-party-container .third-party .order-btn{
    font-size: 13px;
    padding: 3px 8px;
    margin-left: 5px;
    font-weight: normal;
    min-width: 40px;
}
#third-party-container .third-party div img{
    width: 40px;
    margin: 0;
}
@media only screen and (max-width: 767px){
    #third-party-container .third-party div{
        flex-direction: column;
        justify-content: flex-start;
    }
    #third-party-container .third-party span{
        margin: 5px 0 0 0;
    }
    /* #third-party-container .third-party .order-btn{
        margin: 5px 0 0 0 ;
    } */
}
/* ----------------------------------------------------------------
    擐𡝗活鞈潛�
-----------------------------------------------------------------*/
.modal-dialog.first-login, .modal-dialog.gift-list {
    width: 800px;
}


.main_right .first-login .theme_title {
    margin-bottom: 0;
    padding-bottom: 20px;
}

.main_right .first-login .theme_title:after,
.main_right .login-page .theme_title:after {
    height: 3px;
    top: 45px;
}

.first-login .login-form h6 strong {
    background: #fff;
}

/*===================== contant page ===================*/

.single-contact_us {}

.single-contact_us h6 {
    color: #333;
    position: relative;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 10px 4px 0;
    top: -28px;
    display: inline;
    background: #fff;
}

.single-contact_us h5 {
    color: #333;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0px 0 30px 0;
}



/*catregories*/
.single-contact_us .list {
    position: relative;
    margin-bottom: 20px;
}

.single-contact_us .list li {
    position: relative;
    overflow: hidden;
    margin-bottom: 5px;
}



.single-contact_us .list li span {
    color: #000;
    font-size: 15px;
    font-weight: 400;
    line-height: 25px;
    float: left;
    width: 90%;
}

.single-contact_us .list li i {
    font-size: 16px;
    line-height: 25px;
    width: 30px;
    text-align: center;
    color: #666;
    float: left;
}

.single-contact_us .border-area {
    border: 1px solid #f1f1f1;
    padding: 20px;
    position: relative;
    margin-top: 50px;
}

/*======================*/
.single-contact_us>p {
    font-size: 17px;
    font-weight: 400;
    margin: 30px 0;
}

.single-contact_us .add-btn {
    margin-top: 0;
}


.single-contact_us .contact_in-box {
    padding-top: 0px;
}

.single-contact_us .contact_in-box h2 {
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    color: #333;
    margin-bottom: 27px;
}

.single-contact_us .contact_in-box .theme_title {
    margin-bottom: 40px;
    margin-bottom: 40px;
}

.single-contact_us .contact_in-box .theme_title h2 {
    font-size: 24px;
    font-weight: 700;
}

.single-contact_us .contact_in-box input,
.single-contact_us .contact_in-box select,
.single-contact_us .contact_in-box textarea {
    border: 1px solid #f1f1f1;
    background: #f7f7f7;
    outline: none;
    padding-left: 20px;
    color: #222 !important;
}

.single-contact_us .contact_in-box input,
.single-contact_us .contact_in-box select {
    height: 50px;
    margin-bottom: 10px;
}

.single-contact_us .contact_in-box textarea {
    height: 190px;
    padding-top: 10px;
    resize: none;
    margin-bottom: 10px;
}

.single-contact_us .contact_in-box button {
    color: #fff;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    padding-left: 38px;
    width: auto;
    padding-right: 38px;
    padding-top: 12px;
    padding-bottom: 14px;
    text-transform: uppercase;
    -webkit-transition: all 700ms ease 0s;
    transition: all 700ms ease 0s;
    border-radius: 0px;
    margin-top: 10px;
}

.single-contact_us .contact_in-box button i {
    margin: 0;
}

.single-contact_us .contact_in-box button:hover {
    background: #272727;
}

/* ----------------------------------------------------------------------
    PAGE 404
-------------------------------------------------------------------------*/

.page-404 {
    margin: 50px 0;
}

.page-404 p {
    font-size: 19px;
    line-height: 1.5;
    margin-bottom: 30px;
}

.page-404 .input-group {
    width: 450px;
}

.page-error-404 {
    color: #dedede;
    display: block;
    font-size: 230px;
    font-weight: 800;
    line-height: 1;
    font-family: sans-serif, 'Microsoft JhengHei';
}

a.border-link {
    padding: 5px 30px;
    display: inline-block;
    width: auto;
    font-size: 17px;
    font-weight: normal;
    margin: 0;
    min-width: auto;
    background:  var(--p-main-color);  
}

a.border-link:hover {
    background:  var(--p-main-color);
    color: #fff;
}

.input-group .form-control {
    border-radius: 0;
    height: 46px;
}

.input-group .input-group-btn>.btn,
.input-group .input-group-addon {
    border-color: var(--p-main-color);
    background-color: var(--p-main-color);
    color: #fff;
    /*min-width: 100px;*/
    border-radius: 0;
}


.add-btn {
    text-decoration: none !important;
    min-width: 200px;
    font-size: 15px;
    line-height: 1.5;
    font-weight: bold;
    display: inline-block;
    text-align: center;
    margin: 20px 0 0;
    padding: 10px 20px;
    border: 0;
    border-radius: 2px;
    color: #fff !important;
    cursor: pointer;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    background-color: var(--p-main-color);

}

.product-btn .add-btn {
    padding: 10px 20px;
    margin: 10px 3px 10px 0;
}

.product-btn .add-btn.buy {
    margin-right: 0;
    background-color: var(--p-main-color);
}

.fixed-button {
    display: none;
}
.product-btn .add-btn.sold-out{
    background: #d0d0d0;;
}
/*********��𨅯�讠�鞉��**********/

.sort {
    border-bottom: 1px solid #DADADA;
    padding: 7px 10px 5px 5px;
    text-align: right;
    background-color: #f3f3f3;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
}

.minibox {
    width: auto;
    border: 1px solid #ededed;
    margin: 0 5px;
}

/*** ���摱蝑厩��***/
.level-block {
    background-color: #F3F3F3;
    padding: 30px;
    margin-bottom: 30px;
    font-size: 15px;
    clear: both;
    /* margin-top: 20px; */
    overflow: hidden;
}

.level-block li {
    margin-bottom: 5px;
}

.level-block .level {
    font-size: 19px;
    font-weight: bold;
    display: inline-block;
}

.level-block .level img {
    margin: 0 5px 0 5px;
    width: 45px;
}

.level-block .upgrade {
    background-color: #fff;
    padding: 30px;
    margin: 20px 0;
}

.level-block .upgrade .price {
    font-size: 23px;
}

.level-block .level.level1 {
    color:var(--p-main-color);;
}

.level-block .level.level2 {
    color: #49d5e4;
}

.level-block .progress {
    margin: 20px 0 0 0;
    font-size: 12px;
    line-height: 30px;
    height: 30px;
    border-radius: 15px;
    width: 100%;
    display: inline-block;
    background-color:#f3f3f3 !important;
}

.level-block .progress-bar {
    font-size: 14px;
    line-height: 30px;
    background-color: var(--p-main-color);;
    box-shadow: none;
}


.level-compare {
    margin-bottom: 50px;
}

.level-compare ul {
    overflow: hidden;
}

.level-compare li {
    width: 25%;
    display: block;
    float: left;
    position: relative;
}

.level-compare li.level1 {
    background-color: #F3F3F3;
}

.level-compare li.level2 {
    background-color: #f2f0e2;
}

.level-compare li.level3 {
    background-color: #f1ffde;
}

.level-compare li.level4 {
    background-color: #ffedf0;
}

.level-compare li .level-title {
    height: 220px;
    background-color: #fff;
    font-size: 20px;
    text-align: center;
    border-bottom: 4px solid #3e3e3f;
}

.level-compare li.level1 .level-title {
    padding-top: 170px;
}

.level-compare li.level2 .level-title {
    padding-top: 100px;
    background: url(../images/level-color2.jpg) repeat-x 0 165px #fff;
    color: #9CC93A;
}

.level-compare li.level3 .level-title {
    padding-top: 50px;
    background: url(../images/level-color3.jpg) repeat-x 0 120px #fff;
    color: #0A6A34;
}

.level-compare li.level4 .level-title {
    padding-top: 0px;
    background: url(../images/level-color4.jpg) repeat-x 0 80px #fff;
    color: #F24261;
}

.level-compare li .level-info {
    padding: 50px 15px;
    height: 250px;
    font-size: 15px;
    padding: 70px 15px 50px 15px;
    text-align: justify;
}

.level-compare li .level-info img {
    position: absolute;
    left: 34%;
    top: 0;
}

.level-compare li.level1 .level-info img {
    top: 230px;
}

.level-compare li.level2 .level-info img {
    top: 177px;
}

.level-compare li.level3 .level-info img {
    top: 94px;
}

.level-compare li.level4 .level-info img {
    top: 120px;
    left: 15%;
}

.level-compare li .level-info span,
.level-compare li .level-info strong {
    font-weight: 600;
    font-family: Arial, Helvetica, sans-serif;
    margin: 0 3px;
}

.level-compare li .level-info strong {
    font-size: 20px;
}

.level-compare li .level-info small {
    font-size: 14px;
}

.level-timeline li {
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 1px dotted #ccc;
}

.level-timeline li img {
    margin-top: 15px;
}

.installment {
    background-color: #f7f7f7;
    padding: 20px;
    margin: -20px 0 20px 0;
}

.installment h6 {
    font-size: 15px;
    margin-bottom: 5px;
}

.installment ul {
    padding: 0;
    margin: 0;
}

.installment li {
    border: 1px solid #ccc;
    display: inline-block;
    padding: 10px;
    background-color: #fff;
}

.installment li a {
    color: #c00;
    padding: 0 5px;
    text-decoration: underline;
}

.shop-cart .product-name .price-old {
    margin-right: 5px;
    float: none;
}

.shop-cart .product-name .price {
    font-size: 16px;
}

.shop-cart .product-name .pro-event {
    margin-top: 10px;
}

.shop-cart .product-name .pro-event p,
.shop-cart .product-name .pro-event a {
    color: #666 !important;
    font-size: 15px !important;
    text-decoration: none !important;
    display: inline !important;
}

.shop-cart .product-name .pro-event a {
    color: #ff0036 !important;
}

.shop-cart .product-name .installation label {
    float: left;
    margin-right: 5px;
}

.shop-cart .product-name .installation .price {
    font-size: 14px;
    color: #c00;
    margin-left: 5px;
}

/**我的地址**/

.box-giftlist {
    margin-top: 10px;
}
.box-giftlist.row {
    margin-right: -10px;
    margin-left: -10px;
}
.box-giftlist.row > div{
    padding-right: 10px;
    padding-left: 10px;
}
.box-giftlist .article_dt {
    padding: 15px;
    font-size: 16px;
    line-height: 25px;
    color: #333;
    height: 130px;
}
.box-giftlist .content-bg {
    border: 1px solid #eaeaea;
    padding: 0;
    overflow: hidden;
    margin-bottom: 20px;
}
.box-giftlist .article_dt h2 {
    font-size: 17px;
    margin-bottom: 10px;
    font-weight: normal;
    color: #333;
}

.box-giftlist .article_dt li {
    font-size: 16px;
    margin-bottom: 5px;
    font-weight: normal;
    color: #333;
    padding-left: 23px;
    padding-left: 0;
}

.box-giftlist .article_dt li:first-child {
    font-size: 17px;
    font-weight: bold;
}

.box-giftlist .article_dt li:first-child .tag {
    font-weight: normal;
    margin: 0 0 0 5px;
    font-size: 14px;
    line-height: 23px;
    background-color: var(--p-second-color);
    border: 0;
    color: #fff;
    border-radius: 3px;
    padding: 0 5px;
}

.box-giftlist .article_dt li.address {
    font-size: 15px;
    word-break: break-all;
}

.box-giftlist .article_dt li i {
    font-size: 16px;
    opacity: 0.5;
    top: 5px;
    display: none;
}

.box-giftlist .actions{
    padding: 0 15px 15px 15px;
}

.box-giftlist .actions a,
.inquiry-list .actions a {
    font-size: 15px;
    text-align: center;
    display: inline-block;
    color: #fff;
    padding: 10px 10px;
    margin: 0;
    width: 50%;
    background-color: var(--p-main-color);
}

.box-giftlist .actions a.close,
.favoritelist a.close {
    background: url(../images/icon/icon-close.svg) no-repeat center #ccc;
    border-left: 1px #fff solid;
    background-size: 35px;
    width: 35px;
    height: 35px;
    padding: 0;
    opacity: 1;
    position: absolute;
    right: 10px;
    top: 0;
    z-index: 1;
}
.favoritelist a.close {
    position: inherit;
}

.favoritelist .product-list .product-thumb .button-group {
    justify-content: space-evenly;
    width: 100%;
}
.favoritelist .product-list .product-thumb .button-group button {
    flex: 1;
    line-height: 35px;
}
.category-block .product-list .product-thumb {
   width: auto !important;
}
/* .category-block .product-list .product-thumb .image {
    height: auto !important;
} */
.product-list .product-thumb .caption {
    width: 100%;
}
/* .category-block .product-list .product-thumb .name a {
    height: 45px;
} */


.box-giftlist .actions a:hover {
    background-color: var(--p-main-color);
}

.box-giftlist .article-layout.article-grid .article_dt.add {
    height: 200px;
}

.box-giftlist .add a {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    font-size: 15px;
    color: var(--p-main-color);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    padding-top: 25%;
    width: 100%;
    height: 100%;
}

.box-giftlist .add a:hover {}

.box-giftlist .add i {
    display: block;
    font-size: 25px;
    margin-bottom: 5px;
}

.box-memberlist.row {
    margin-left: -10px;
    margin-right: -10px;
    display: flex;
    align-items: stretch;
    flex-flow: row wrap;
}

.box-memberlist .article-layout {
    margin-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
}

.box-memberlist .article-layout .content-bg {
    border-radius: 10px;
    padding: 0;
    height: 100%;
    border-color: var(--p-main-color);
    align-items: baseline;
}

.box-memberlist .article-layout .article-name h2 {
    line-height: 55px;
    margin-bottom: 10px;
    border-bottom: 1px solid var(--p-main-color);
    font-size: 19px;
    background-color: var(--p-main-color);
    padding: 0px 20px;
    color: #fff;
}

.box-memberlist .article-layout .article-name h2 a {
    font-size: 23px;
    color: #5a4a40;
    font-weight: normal;
}

.box-memberlist .article-layout .article-name h2 img {
    width: 60px;
    margin-right: 5px;
}

.box-memberlist .article-layout .article_dt {
    padding: 0;
}

.box-memberlist .article_dt ul {
    list-style-type: disc;
    margin-left: 20px;
    color: #5a4a40;
    /* margin: 20px; */
    padding: 10px 20px;
}

.box-memberlist .article_dt li {
    font-size: 15px;
    margin-bottom: 5px;
    padding-bottom: 5px;
}

.box-memberlist .article_dt li span {
    font-size: 14px;
    margin-top: 5px;
}

.box-memberlist .article_dt li span.qty {
    border-radius: 100%;
    background-color: var(--p-second-color);
    color: #fff;
    line-height: 20px;
    width: 20px;
    height: 20px;
    display: inline-block;
    text-align: center;
    margin-left: 5px;
}

.box-memberlist .article-list .article-image {
    margin: 15px 0 0 15px;
}

.box-memberlist .article_dt li a.btn {
    height: auto;
    margin-left: 5px;
    padding: 3px 7px;
    border-radius: 3px;
    font-weight: normal;
    font-size: 14px;
}
.form-block.purchaser {
    background-color: #f6f3ee;
    clear: none !important;
    margin-left: -1px;
}

.form-block.purchaser ul {
    color: #666;
    font-size: 16px;
    margin-bottom: 30px;
    line-height: 25px;
}

.form-block.purchaser li {
    margin-bottom: 5px;
}

.form-block.purchaser h4 {
    border-bottom: 0;
}

.form-block.purchaser h4:after {
    content: "";
    width: 55px;
    height: 2px;
    background-color: #eaeaea;
    position: absolute;
    left: 0;
    top: 48px;
}

.form-block.purchaser .tag {
    background-color: #ced1d6;
    border-color: #ced1d6;
    color: #fff;
}

.form-block.purchaser.purchaser-final {
    background-color: #fff;
    margin-left: 0;
}

.form-block.purchaser.purchaser-final ul {
    /*color:var(--p-main-color);
	font-size: 15px !important;*/
}

.input-prepend {
    color: #666;
    margin-bottom: 10px;
}

.input-prepend select,
.input-prepend input {
    padding: 8px 12px;
    height: auto;
}

.input-prepend input {
    width: 20%;
}

.input-prepend input.full-input {
    width: 30%;
}

.input-prepend .add-btn {
    padding: 7px 30px;
}


/***��𤑳�閰Ｗ�寡��**/
.data-table.inquiry-table td {
    border: 1px solid #e8dac4;
}

.data-table .inq_date {
    width: 15%;
}

.data-table .inq_num {
    width: 10%;
}

.data-table .inq_info {
    width: 35%;
}

.data-table.inquiry-table tr td.inq_info {
    border-bottom: 0;
    text-align: left;
    font-size: 15px;
    color: #666;
    padding: 10px;
}

.data-table.inquiry-table .inq_price {
    color: #c00;
    font-size: 14px;
}

.data-table .inq_total {
    width: 15%;
}

.data-table .inq_status {
    width: 10%;
}

.data-table .inq_order {
    width: 10%;
}

.member-page .data-table .add-btn {
    padding: 5px 10px;
    background-color: var(--p-main-color);
    width: 100%;
    margin: 0;
}

.data-table.inquiry-table .add-btn i {
    margin-right: 0;
    font-size: 17px;
}

.data-table.inquiry-table .inq_message {
    font-size: 15px;
    line-height: 25px;
    text-align: center;
    border-bottom: 7px solid #e8dac4;
    background-color: #f7f7f7;
}

.data-table .inq_info ul {
    text-align: left;
    font-size: 16px;
    color: #666;
}

.data-table .inq_info li {
    margin: 5px 0;
    background: url(../image/icon/icon-dot.svg) no-repeat 0 8px;
    padding-left: 15px;
}

.data-table .date-comments {
    margin-top: 10px;
    font-size: 13px;
    color: #666;
}

.data-table .date-comments i {
    margin-right: 3px;
}

.data-table .increase.qty {
    background-color: #666;
    font-size: 13px;
    line-height: 20px;
}

.data-table .increase.qty::after {
    border-right-color: #666;
}

.data-table td.inq_order {
    color: var(--p-main-color);
}

.data-table td.inq_order a {
    display: block;
}

.color1, .value {
    color: var(--p-main-color);
}

/*--購物車table--*/
.shop-cart-table {
    width: 100%
}

.shop-cart-table th {
    padding: 10px;
    text-align: center;
    border: 1px solid #e9e9e9;
}

.shop-cart-table td {
    color: #333;
    padding: 20px;
    border: 1px solid #e9e9e9;
    text-align: center;
    vertical-align: middle;
}
.shop-cart-table td.message-type, .shop-cart-table td.message-info {
    text-align: left;
}
.no-item td {
    padding: 50px 0 !important;
}

.shop-cart-table .cart_table_title {
    background-color: #f9f9f9;
    color: #000;

}

.shop-cart-table .cart_table_title .actions {
    width: 100%
}

.shop-cart-table .cart_table_item .quantity {
    margin: 0
}
.shop-cart-table textarea.form-control{
    padding: 3px;
    margin-top: 5px;
    height: 50px;
    width: calc(100% - 10px);
}
.shop-cart-table tr.gry td {
    background-color: #f7f7f7;
}

.shop-cart-table .product-remove {
    width: 5%;
}

.shop-cart-table .product-remove a {
    color: #777;
}

.shop-cart-table .product-thumbnail {
    width: 7%;
    padding: 20px 10px;
}

.shop-cart-table .product-thumbnail img {
    border: 1px solid #f1f1f1;
}
.shop-cart-table .product-spec select {
    width: 100px;
}
.shop-cart-table .product-quantity input{
    width: 100px;
    border: 1px solid #e5e5dc;
}
.product-name,
.shop-cart-table td.product-name {
    text-align: left;
}

.shop-cart-table td.product-name {
    font-size: 15px;
}

.shop-cart-table .product-name a {
    color: #000;
}

.pro-item {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.item-thumbs {
    width: 80px;
    margin-right: 10px;
    border: 1px solid #efefef;
}

.item-info {
    flex: 1;
}

.item-info .price {
    display: none;
}

.shop-cart-table .product-name .increase {
    display: inline-block;
    color: #fff;
    padding: 0 5px;
    font-size: 12px;
    position: relative;
    border-radius: 2px;
    background-color: var(--p-main-color);
    margin-left: 10px;
}

.shop-cart-table .product-name .increase::after {
    content: '';
    display: block;
    position: absolute;
    z-index: 1;
    top: 5px;
    left: -10px;
    border: 5px solid transparent;
    width: 5px;
    height: 5px;
    border-right-color: var(--p-main-color);
}
/* 加價購 */
.shop-cart-table .product-name .increase.free {background-color: var(--p-main-color);}
.shop-cart-table .product-name .increase.free::after {border-right-color: var(--p-main-color);}
/* 預購 */
.shop-cart-table .product-name .increase.pre {background-color:#5db8dc;}
.shop-cart-table .product-name .increase.pre::after {border-right-color: #5db8dc;}

.shop-cart-table td.product-name .note {
    color: #f76686;
    display: block;
    font-size: 14px;
}

.shop-cart-table .product-name .price {
    font-size: 17px;
}

.shop-cart-table .product-name .price-old {
    margin-right: 5px;
    float: none;
}

.shop-cart-table .product-price {
    width: 10%;
    font-family: 'Lato', sans-serif;
}

.shop-cart-table .product-price .price-old {
    display: block;
    float: none;
}



/* Checkboxes and Radios */
.form-inline .form-check {
    display: flex;
    align-items: center;
    padding-left: 0;
    justify-content: flex-start;
    flex: 1;
}

.form-check {
    position: relative;
    display: block;
    margin-top: 7px;
    margin-bottom: 10px;
    padding-left: 0;
}

.form-check .form-check-label {
    min-height: 18px;
    display: block;
    margin-left: 30px;
    line-height: 1.5;
    text-align: left;
}

.form-check .form-check-label input {
    position: absolute;
    top: 0;
    left: 0;
    margin-left: 0;
    margin-top: 0;
    z-index: 1;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}

.form-check .form-check-label input[type="checkbox"]+.input-helper:before,
.form-check .form-check-label input[type="checkbox"]+.input-helper:after {
    position: absolute;
    top: 0;
    left: 0;
}

.form-check .form-check-label input[type="checkbox"]+.input-helper:before {
    content: "";
    width: 18px;
    height: 18px;
    border-radius: 2px;
    border: solid #000;
    border-width: 2px;
    -webkit-transition: all;
    -moz-transition: all;
    -ms-transition: all;
    -o-transition: all;
    transition: all;
    transition-duration: 0s;
    -webkit-transition-duration: 250ms;
    transition-duration: 250ms;
}

.form-check .form-check-label input[type="checkbox"]+.input-helper:after {
    -webkit-transition: all;
    -moz-transition: all;
    -ms-transition: all;
    -o-transition: all;
    transition: all;
    transition-duration: 0s;
    -webkit-transition-duration: 250ms;
    transition-duration: 250ms;
    font-family: Material Design Icons;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    content: '\F12C';
    font-size: 0.9375rem;
    font-weight: bold;
    color: #000;
}

.form-check .form-check-label input[type="checkbox"]:checked+.input-helper:before {
    /*background: linear-gradient(to right, #a09df8, #328ee6);
    border-width: 0;*/
}

.form-check .form-check-label input[type="checkbox"]:checked+.input-helper:after {
    width: 18px;
    opacity: 1;
    line-height: 18px;
    filter: alpha(opacity=100);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.form-check .form-check-label input[type="checkbox"]:disabled+.input-helper:before {
    border-color: #d0d2d8;
}

.form-check .form-check-label input[type="checkbox"]:disabled:checked+.input-helper:after {
    background: #d0d2d8;
    color: #ffffff;
}

.form-check .form-check-label input[type="radio"]+.input-helper:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    border: solid var(--p-main-color);
    border-width: 2px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    -webkit-transition: all;
    -moz-transition: all;
    -ms-transition: all;
    -o-transition: all;
    transition: all;
    transition-duration: 0s;
    -webkit-transition-duration: 250ms;
    transition-duration: 250ms;
}

.form-check .form-check-label input[type="radio"]+.input-helper:after {
    content: "";
    width: 10px;
    height: 10px;
    background: var(--p-main-color);
    border-radius: 50%;
    top: 5px;
    left: 5px;
    -webkit-transition: all;
    -o-transition: all;
    transition: all;
    transition-duration: 0s;
    -webkit-transition-duration: 250ms;
    transition-duration: 250ms;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    position: absolute;
}

.form-check .form-check-label input[type="radio"]:checked+.input-helper:before {
    /*background: linear-gradient(to right, #a09df8, #328ee6);
  border-width: 0;*/
}

.form-check .form-check-label input[type="radio"]:checked+.input-helper:after {
    opacity: 1;
    line-height: 1.5;
    filter: alpha(opacity=100);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.form-check .form-check-label input[type="radio"]:disabled+.input-helper:before {
    border-color: #d0d2d8;
}

.form-check .form-check-label input[type="radio"]:disabled:checked+.input-helper:before {
    background: #d0d2d8;
}

.form-check .form-check-label input[type="radio"]:disabled:checked+.input-helper:after {
    background: #ffffff;
}

.form-check-primary.form-check label input[type="checkbox"]+.input-helper:before,
.form-check-primary.form-check label input[type="radio"]+.input-helper:before {
    border-color: #000;
}

.form-inline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.sendVcode {
    width: 100%;
    margin-top: 0;
    height: 50px;
    padding: 0;
    border-radius: 0;
    min-width: unset;
}

.spec-change::after {
    content: "\f107";
    font-family: "FontAwesome";
    padding-left: 5px;
    float: right;
}
.spec-change {
    border: 1px solid var(--p-font-color);
    padding: 3px 5px;
    margin-bottom: 5px;
    font-size: 14px;
    margin-top: 10px;
    width: 40%;
    display: block;
    cursor: pointer;
}
.full {
    width: 100% !important;
}
.col-form-label small {
    color: #f31414;
    padding-right: 3px;
}
.spec-complete{
    font-size: 14px;
    display: block;
    color: var(--p-main-color);
}
.target {
    display: flex;
    margin: 0 -5px 20px;
    border: 0;
}
.target li {
    margin: 0 5px;
}
.target li a {
    display: block;
    color: #000;
    text-align: center;
    border: 1px solid var(--p-main-color);
    padding: 10px 15px;
    font-size: 15px;
    border-radius: 5px;
}
.target li a:hover {
    color: #fff;
    background:var(--p-main-color);
}
.target li.active a {
    background: var(--p-main-color);
    color: #fff;
}
.sales h5 {
    font-size: 17px;
    margin-bottom: 20px;
    font-weight: bold;
}
.sales h5 i{
    margin-right: 2px;
}
.sales h5.filter {
    display: flex;
    align-items: center;
}
.sales h5.filter select{
    width: auto;
}
.display {
    border: 1px solid #eeeeee;
    padding: 10px;
    margin-bottom: 30px;
    position: relative;
}
.display .number {
    float: left;
    display: inline-block;
}
.display .number h3{
    font-size: 25px;
    font-weight: 500;
    font-family: 'Lato', sans-serif;
}
.display .icon {
    display: inline-block;
    float: right;
    padding: 7px 0 0;
}
.display:after {
    clear: both;
    content: " ";
    display: table;
}
.display .icon > i {
    color: #cbd4e0;
    font-size: 26px;
}
.display .number small {
    font-size: 14px;
    font-weight: 600;
}
.font-red {
    color: #eb5d68 !important;
}
.success-sale {
    background-image: url('../images/222.png');
    background-repeat: no-repeat;
    background-position: right;

}
.grey-bg {
    background-color: #f1f1f1;
}
.member-page .phone-btn .add-btn {
    width: 100px;
    padding: 5px 20px;
    margin: 5px 2px 0 0;
    min-width: auto;
}
.form-container.form-complete p {
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.form-container.form-complete p .order-btn{
    padding: 5px 40px;
    background: var(--p-main-color);
}
.point-block {
    background: #f5f5f5;
    border-radius: 0 0 10px 10px;
    margin-bottom: 30px;
    padding: 30px;
    text-align: center;
    /* width: 450px; */
    max-width: 100%;
}
.point-block .barcode {
    margin-bottom: 20px;
    background-color: #fff;
    width: auto;
    padding: 20px 10px;
    border-radius: 5px;
}
.point-block ul{
    display: flex;
    background: #f5f5f5;
    border-radius: 10px;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
}
.point-block li{
    width: 50%;/**第二期加上文雄幣**/
    /* width: 100%; */
    text-align: center;
    position: relative;
}
.point-block li:first-child{
    border-right: 1px solid #ccc;
}/**第二期加上文雄幣**/
.point-block h5 {
    font-size: 30px;
    color: var(--p-second-color);
    margin: 10px 0;
    font-family: 'Montserrat', 'Lato', sans-serif;  
}
.point-block h5 small{
    font-size: 15px;
    margin-left: 5px;
}
.coupon-table {
    text-align: left;
}
.data-table.coupon-table tr td{
    border: 1px solid #e9e9e9;
}
/***分享網址***/
.share-link{
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 30px;
}
.share-link p{
    margin-bottom: 10px;
}
.share-link .input-prepend {
    position: relative;
}
.share-link .input-prepend input {
    width: 100%;
    border: 3px solid var(--p-main-color);
    padding: 13px;
}
.share-link .input-prepend .btn-group {
    position: absolute;
    right: 0;
    margin: 0;
}
.share-link .input-prepend .add-btn {
    padding: 15px 25px;
    min-width: 120px;
    font-size: 16px;
    background-color: var(--p-main-color);
    border: 0;
}

.qrcode {
    text-align: center;
}
.add-btn.btn-xs {
    padding: 5px 15px !important;
    font-size: 14px;
    border-radius: 0;
    min-width: auto;
}
.recommend-txt {
    font-size: 17px;
    line-height: 30px;
}
.recommend-txt ul{
	    list-style-type: disc;
	    padding-left: 25px;
}
.add-btn.line-share-btn {
    background-color: #06c755;
    min-width: 200px;
    padding: 15px 30px;
    font-size: 17px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 300px;
    margin-top: 20px;
}
@media (max-width: 767px){ 
    .add-btn.line-share-btn{
        min-width: auto;
        width: auto;
    }
}
.add-btn.line-share-btn i{
    background-image: url(../images/icon/share.svg);
    background-size: 100%;
    width: 40px;
    height: 40px;
    display: inline-block;
}
.label-group{
    display: flex;
    flex-wrap: wrap;
}
.label-group label {
    padding-left: 0;
    line-height: 1.5;
    margin-bottom: 0;
    width: 25%;
    padding: 5px 5px 5px 0;
}
.label-group label.full{
    display: flex;
    flex-wrap: wrap;
}
.label-group label.full .form-control{
    flex: 1;
    margin-left: 10px;
}
/*----div table----*/
.order_table {
    display: table;
    width: 100%;
}
.table_row {
    display: table-row;
    vertical-align: middle;
    width: 100%;
}
.tb_col {
    border-right: 1px solid #e9e9e9;
    border-bottom: 1px solid #e9e9e9;
    padding: 6px;
    display: table-cell;
    vertical-align: middle;
    line-height: 25px;
}
.tb_col.orders-info {
    text-align: left;
}
.tb_head>.tb_col:last-child {
}
.tb_head>.tb_col {
    text-align: center;
    border-bottom: 0;
    line-height: 20px;
    vertical-align: middle;
}
.order_list .tb_col:first-child, .tb_head .tb_col:first-child, .orders_info .tb_col:first-child, .tb_sub_head .tb_col:first-child {
    border-left: 1px solid #e9e9e9;
}
.tb_head {
    background: #cc0f36;
    color: #fff;
    border-top: 1px solid #e9e9e9;
    border-bottom: 1px solid #e9e9e9;
}
.tb_sub_head {
    width: 100%;
    background-color: #f9f9f9;
    color: #3b3b3b;
}
.tb_col .orders-btn {
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    user-select: none;
    font-size: 1rem;
    line-height: 1;
    border-radius: 0.1875rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    display: inline-block;
    background: #73696b;
    padding: 10px 20px;
    color: #fff;
}
.orders_detail {
    display: table;
    font-size: 0.9em;
    border-top: 0;
    margin: 0 auto 16px auto;
}
.contact_info {
    padding: 15px 8px;
}
.contact_info .tb_col {
    border: 0;
}
#table-detail {
    display: none;
}
.order_list .tb_col .order_type .orders-btn.closed {
    display: none;
}
.order_list .tb_col .order_type.active .orders-btn.closed {
    display: inline-block;
}
.order_list .tb_col .order_type.active .orders-btn.open {
    display: none;
}
.col_1 {
    width: 8%;
}
.col_2 {
    width: 17%;
}
.col_3 {
    width: 25%;
}
.col_4 {
    width: 33%;
}
.col_5 {
    width: 42%;
}
.col_6 {
    width: 50%;
}
.col_7 {
    width: 58%;
}
.col_8 {
    width: 67%;
}
.col_9 {
    width: 75%;
}
.col_10 {
    width: 83%;
}
.col_11 {
    width: 92%;
}
.col_12 {
    width: 100%;
}
.delivery-step {
    margin: 0px;
    padding: 0px;
    list-style: none;
    width: 100%;
    display: flex;
	padding: 20px;
}
.delivery-step li {
    width: 100%;
    position: relative;
    vertical-align: top;
}
.dot {
    background: #ffffff;
    width: 12px;
    height: 12px;
    border: 1px solid #c6c6c6;
    border-radius: 5px;
    left: -10px;
    margin: 0;
    position: absolute;
    top: -5px;
    z-index: 10;
}
.dot::before {
    background: transparent;
    width: 6px;
    height: 6px;
    border-radius: 7px;
    content: "";
    left: 2px;
    position: absolute;
    top: 2px;
    background: #c6c6c6;
}
.delivery-step li.selected .dot::before { background: var(--p-main-color); }
.delivery-step li.selected .dot { border: 1px solid var(--p-main-color); }
.delivery-step li p {
    width: 100%;
    margin: 0px;
    border-top: 2px solid #C6C6C6;
    position: relative;
    text-align: left;
	    padding: 8px 0 0 1px;
}
.delivery-step li:last-child p { border: none; }
.delivery-step li p span { font-size: 12px;margin: 0 3px; }
.delivery-step li.selected p { border-top: 2px solid var(--p-main-color); }
.delivery-step li p span:first-child {
    display: block;
    font-size: 15px;
}
.form-complete .form-group{
    margin-bottom: 0;
}
.data-table tr td .coupon-txt li a{
    display: inline-block;
}
.editer-block {
    margin-bottom: 20px;
}
.warranty-list img {
    border: 1px solid #eee;
    padding: 10px;
}
.input-table .form-control {
    padding: 10px 5px;  
    height: 40px;
    /* width: 60px;
    text-align: center; */
}
.data-table.input-table tr td {
    padding: 10px 5px;
    white-space: nowrap;
}
.data-table.input-table.value-table tr td {
    border: 1px solid #e9e9e9;
}
.data-table.input-table .value{
    font-size: 17px;
    font-weight: bold;
}
.member-page #content.col-12 {
    width: 100%;
    float: none;
    min-height: fit-content;
}
.member-page .side-bar li.active a, .member-page .side-bar li a:hover {
    border: 1px solid var(--p-main-color);
    color: var(--p-main-color);
    background-color: #fff;
}

/**slider設定**/
:root {
	--swiper-theme-color: #fff;
}
.swiper-button-next:after, .swiper-button-prev:after {
    font-size: 32px;
    -webkit-text-shadow: 2px 2px 5px rgb(0,0,0,0.5);
    -moz-text-shadow: 2px 2px 5px rgb(0,0,0,0.5);
    text-shadow: 2px 2px 5px rgb(0,0,0,0.5);    
}
.swiper-button-next, .swiper-button-prev {

    opacity: 1;
    transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
}
.swiper-button-next:hover, .swiper-button-prev:hover {
    opacity: 1;
}

@media (min-width: 992px) {
    .member-page #column-left.col-lg-3 {
        width: 25%;
        float: left;
    }
    .member-page #content {
        width: 75%;
        float: left;
        margin-top: 0;
    
    }
}
@media (max-width: 1080px) {
    
    .full-page, .checkout-page {
        min-height: inherit;
    }

    .page-error-404 {
        font-size: 170px;
        margin-bottom: 30px;
    }

    .form-block.purchaser {
        margin-left: 0;
    }

    .form-block.purchaser .btn {
        width: auto;
    }

    .form-block.purchaser.purchaser-final {
        height: auto;
    }

    .form-block.purchaser.purchaser-final:ffirst-child {
        margin-bottom: 0;
    }

    .inquiry-page .shop-cart .product-thumbnail {
        width: 6%;
    }
}

@media (max-width: 992px) {
    .side-bar {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        overflow-x: scroll;
    }
    .side-bar li{
       flex: 1;
       width: fit-content;
    }

    .side-bar li a::after {
        display: none;
    }

    .side-bar li a {
        margin-right: 5px;
        white-space: nowrap;
        text-align: center;
    }

    /* .complete-block {
        padding: 15px;
    } */

    .shop-cart-table td {
        padding: 10px;
    }

    .block-account .block-content {
        margin: 0;
        border: 0;
        padding: 0;
    }

    .block-account .block-content ul {
        overflow: hidden;
        margin-right: -1px;
        padding-bottom: 1px;
    }

    .block-account .block-content ul li {
        width: 50%;
        margin-right: -1px;
        margin-bottom: -1px;
        padding: 10px 5px;
        display: block;
        float: left;
        text-align: center;
    }
    .block-account .title-header {
        display: none;
    }

    .modal-dialog.first-login, .modal-dialog.gift-list {
        width: 95%;
        /* margin: 0; */
    }

    .single-contact_us .left_contact {
        margin-top: 50px;
    }

    .page-404 {
        margin: 0;
    }

    .form-block.product_details .product-review-tab .nav {
        display: block;
        width: 100%;
    }

    .form-block.product_details .product-review-tab .nav li {
        width: 100%;
        border: 1px solid #ccc;
        margin-left: 0 !important;
    }

    .form-block.product_details .product-review-tab .nav li a {}

    .form-block.product_details .tab-content {
        margin-top: -1px;
        padding: 20px 10px;
    }

    .shop-cart td {
        padding: 20px 3px;
    }

    .shop-cart .product-thumbnail {
        width: 20%;
    }

    .inquiry-page .shop-cart .product-thumbnail {
        width: 10%;
    }

    .shop-cart td.product-price,
    .shop-cart td.product-subtotal {
        font-size: 15px;
    }

    .shop-cart .product-name a {
        display: block;
        /* font-weight: bold; */
        font-size: 15px;
        margin-bottom: 3px;
    }

    .coupon {
        width: 100%;
        float: none;
    }

    .coupon input {
        width: 30%;
    }

    .coupon .add-btn {
        width: 19%;
    }

    .payment-select1.payment-new li span.title {
        width: 190px;
        font-size: 15px;
        margin-right: 15px !important;
    }

    .payment-select1.payment-new li span select {
        font-size: 13px;
    }

    .payment-select1.payment-new li span.txt {
        width: 68%;
        font-size: 14px;
        line-height: 20px;
    }

    .form-container {
        padding: 40px 20px;
    }

    /* .form-container.login-form {
        padding: 40px 10px;
        margin-bottom: 60px;
    } */
    .form-container.line-login-form {
        padding: 40px 40px;
        margin-bottom: 60px;
    }

    .form-container.login-form.fb-login {
        padding: 40px;
    }

    .shop-cart.multi-cart .shipping-select select {
        width: 15%;
    }

    .shop-cart.multi-cart .shipping-select input {
        width: 85%;
    }

    .single-contact_us .contact_in-box {
        padding-bottom: 40px;
        border-bottom: 1px solid #e8dac4;
    }
    .display-tablet {
        display: block;
    }
    .payment-select1 li {
        width: calc(50% - 5px);
    }
}

@media (max-width: 767px) {
   
    .col-form-label {
        width: 100%;
        font-size: 16px;
    }

    #content.col-sm-12.member-page {
        padding: 0 0 30px 0;
    }

    #yt_wrapper #yt_left .block-account .block-content {
        border-bottom: 0;
        margin-bottom: 20px;
    }

    #yt_wrapper #yt_left .block-account .block-content>ul {
        width: 90%;
        overflow: hidden;
        margin: auto;
    }

    #yt_wrapper #yt_left .block-account .block-content ul li {
        float: left;
        width: 47%;
        text-align: center;
        margin-right: 8px;
        border-bottom: 1px solid #e9e9e9;
    }
    .payment-select1 li{
        width: 100%;
    }
    .payment-select1 li span.title {
        width: 100%;
        border: 0;
    }

    .payment-select1 span.txt,
    .payment-select1 li span.txt2 {
        font-size: 13px;
        margin-left: 34px;
        display: block;
        line-height: 20px;
        color: #666;
    }

    .payment-select1 li span.txt2 {
        margin-left: 20px;
        margin-top: 5px;
        line-height: 18px;
    }

    .form-container .form-group.form-txt {
        padding: 10px;
    }

    .form-container .form-group.question-group {
        padding: 10px 0;
        margin: 0 -15px;
    }

    .form-container .question-group .controls label {
        width: 23%;
    }

    .form-container .question-group .controls label.other {
        width: 46%;
    }

    .hidden-phone {
        display: none;
    }

    .display-phone {
        display: block;
    }

    .data-table .cart-detail {
        text-align: left;
    }

    .form-block.product_details .product-review-tab .nav li a {
        padding: 9px 20px;
    }

    .checkout-page .form-container .form-block,
    .member-page .form-container .form-block {
        /* border: 0; */
        /* padding: 0; */
    }

    .form-container .control-label {
        width: 23%;
        float: left;
        font-size: 15px;
    }

    .form-container .controls {
        width: 77%;
    }

    .notmember {
        border-left: 0;
    }

    .login-form.form-container .col-xs-12 .controls,
    .login-form.form-container .col-xs-7 .controls {
        width: 100%;
        margin: 0;
    }

    .form-container .question-group .controls label {
        width: 31%;
    }

    .form-container .question-group .controls label.other {
        width: 62%;
    }

    .shop-cart .product-quantity {
        padding: 10px 0;
    }

    .steps,
    .login-page .steps {
        width: 100%;
    }

    .fixed-button {
        display: block;
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 99;
        background: #fff;
        text-align: center;
    }

    .fixed-button .product-btn {
        background-color: #f7f7f7;
        margin: 0;
        padding: 0;
        display: flex;
    }


    .fixed-button ul.product-btn .add-btn {
        border-radius: 0;
        padding: 14px 0;
        width: 100%;
        margin: 0;
        font-size: 16px;
        font-weight: bold;
    }

    .fixed-button ul.button-menu li,
    .fixed-button ul.product-btn li {
        width: 100%;
        vertical-align: middle;
        text-align: center;
    }

    .fixed-button ul.button-menu {
        background-color: #eee;
        margin: 0;
        padding: 0;
        display: flex;
        width: 100%;
    }

    .fixed-button ul.button-menu li {
        width: 33.333%;
        font-size: 14px;
        border-top: 1px solid #ddd;
        border-right: 1px solid #ddd;
    }

    .fixed-button ul.button-menu li:last-child {
        border-right: 0;
    }

    .fixed-button ul.button-menu li img {
        width: 30px;
        height: 30px;
        padding-right: 5px;
    }

    .fixed-button ul.button-menu li a {
        display: block;
        padding: 10px 0;
        color: #333;
        font-size: 15px;
        line-height: 30px;
    }

    .installation {
        font-size: 13px;
    }

    .modal-body .login-form {
        padding: 20px 0;
        margin-left: 0;
    }

    .gift-list .shop-cart td {
        font-size: 15px;
        padding: 10px 10px;
    }

    .gift-list .shop-cart td .name {
        font-size: 17px;
        font-weight: bold;
    }

    .gift-list .shop-cart .cart_table_title {
        color: #666;
        border: 1px solid #e8dac4;
        background-color: #f6f3ee;
    }

    .form-container h4 .add-btn {
        margin: 0;
        position: static;
        float: right;
    }

    .checkout-page .form-container h4 {
        overflow: hidden;
    }

    .shop-cart.multi-cart td {
        border-bottom: 1px solid #666;
    }

    .shop-cart.multi-cart .product-name a {
        padding-right: 100px;
    }

    .shop-cart.multi-cart .product-name span.qty {
        float: left;
        margin-right: 10px;
        font-size: 16px;
    }

    .shop-cart .tag.qty {
        font-size: 13px !important;
        font-weight: normal;
    }

    .shop-cart.multi-cart .shipping-select a {
        font-size: 17px;
        font-weight: bold;
        margin-top: 5px;
    }

    .shop-cart .tag.shipping {
        font-size: 13px;
        position: absolute;
        right: 0;
        top: 15px;
    }

    .payment-select1.payment-new li span.txt {
        width: auto;
        margin-left: 0;
        margin-top: 10px;
    }

    .form-block.purchaser {
        padding: 20px !important;
    }

    .form-block.purchaser.purchaser-final {
        padding: 0 !important;
    }

    .data-table tr td {
        text-align: left;
        padding: 20px 10px;
    }

    .data-table.news-table {
        border: 0;
    }

    .data-table.news-table tr td {
        padding: 20px 5px;
    }

    .data-table.news-table td ul {
        position: relative;
    }

    .data-table.news-table td li.title {
        padding-right: 70px;
        font-size: 17px;
    }

    .data-table.news-table tr.readed td li.title {
        font-size: 16px;
    }

    .data-table.news-table td li.info {
        font-size: 14px;
        margin-bottom: 10px;
    }

    .data-table.news-table td li .tag {
        position: absolute;
        top: 0;
        right: 0;
    }
    /*--- 手機板table ---*/
    .data-table.rwd-table{
        border: 0;
    }
    .rwd-table th {
        display: none;
    }
    .data-table.rwd-table tr td {
        display: flex;
        align-items: baseline;
        flex-wrap: wrap;
        border: 0;
        text-align: left;
        padding: 5px 10px !important;
        border: 0;
        color: #000;
    }
    .data-table.rwd-table tbody tr {
        margin-bottom: 15px;
        padding: 10px 0;
        border: 1px solid #e9e9e9;
    }
    .rwd-table.coupon-table td {
        display: flex;
        flex-wrap: wrap;
    }
    .rwd-table td:before {
        content: attr(data-th) " :";
        font-weight: bold;
        padding-right: 15px;
    }
    .rwd-table td.product-name:before{
        display: none;
    }
    .rwd-table.return-table td:before{
        width: auto;
        margin-bottom: 10px;
    }
    .rwd-table.return-table tr td:last-child{
        padding-left: 35px;
    }
    .rwd-table.return-table tr td:last-child:before{
        display: none;
    }
    .rwd-table.coupon-table td:before {
        width: 100px;
    }
    .rwd-table td.coupon-title:before {
        display: none;
    }
    .rwd-table tbody tr {
        margin-bottom: 0;
        display: block;
        padding: 0; 
    }
    .data-table.rwd-table.input-table tr td {
        flex-direction: row;
        align-content: center;
    }
    .data-table.rwd-table.value-table tbody tr {
        padding-bottom: 0;
    }
    .data-table.input-table.value-table tr td {
        border: 0;
        border-bottom: 1px solid #e9e9e9;
        padding: 10px !important;
    }
    .data-table.input-table.value-table tr td:last-child {
        border-bottom: 0;
        padding-bottom: 10px !important;
    }
    .data-table.rwd-table.input-table tr td.eye-info {
        text-align: center;
        background-color: var(--p-second-color);
        color: #fff;
        margin: -10px 0 10px 0;
        padding: 10px !important;
        font-size: 17px;
    }
    .data-table.rwd-table.input-table tr td.eye-info::before {
        display: none;
    }
    .data-table.rwd-table tbody tr {
        margin-bottom: 15px;
        padding: 10px 0;
    }
    .rwd-table thead {
        border: 0;
    }
    .form-container h4 .add-btn {
        position: static;
        margin-top: 10px;
    }

    .checkout-page .form-container h4 a.btn {
        padding: 5px 10px;
    }

    .member-page .page-title .btn+.btn {
        position: absolute;
        right: 0;
    }

    .input-prepend input {
        width: 36%;
    }

    .input-prepend {
        text-align: right;
    }

    .input-prepend input.full-input {
        width: 74%;
    }
    .data-table .inq_info {
        width: 60%;
    }

    .data-table .inq_status {
        width: 15%;
    }

    .data-table .inq_order {
        width: 15%;
    }

    .data-table.inquiry-table td {
        border-right: 1px solid #e8dac4;
        border-bottom: 1px solid #e8dac4;
        text-align: center;
        padding: 20px 15px;
    }

    .data-table.inquiry-table td.inq_info {
        font-size: 15px;
        line-height: 27px;
        color: var(--p-main-color);
        text-align: left;
        display: table-cell;
    }
    .data-table td.inq_info .inq_order {
        width: 100%;
        color: #666;
        margin-top: 15px;
    }

    .data-table td.inq_info .inq_order a {
        display: inline-block;
        padding: 7px 20px;
        background-color: var(--p-main-color);
        color: #fff;
        text-decoration: none;
        margin-left: 10px;
        border-radius: 2px;
    }

    .data-table td.inq_info strong {
        font-size: 16px;
    }

    .member-page .data-table .inq_info .add-btn {
        display: block;
        width: 200px;
        margin-top: 10px;
    }

    .data-table th {
        border: 0;
    }

    .data-table th+th {
        border-right: 1px solid #ddd;
    }

    .my-faq .acc-btn {
        padding-left: 20px !important;
    }

    #verifycodeImg,
    .verifycodeImg {
        height: 42px;
        margin-right: 5px;
        margin-left: 5px;
    }

    .cart-table-m .cart_table_item {
        position: relative;
        display: block;
        overflow: hidden;
        border-bottom: 1px solid #ebebeb;
    }

    .shop-cart-table.cart-table-m td {
        display: flex;
        padding: 10px 0;
        border: 0;
    }

    .pro-item {
        width: 100%;
        padding-right: 30px;
    }

    .item-thumbs {
        width: 80px;
    }

    .shop-cart-table .product-name .price {
        font-size: 15px;
        font-weight: normal;
    }

    .shop-cart-table.cart-table-m .product-quantity {
        float: left;
        height: 50px;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        padding: 0 5px;
        width: 50%;
    }

    .shop-cart-table.cart-table-m .product-subtotal {
        width: 50%;
        float: right;
        text-align: right;
        display: block;
        line-height: 50px;
        padding: 0 5px;
    }

    .shop-cart-table.cart-table-m .product-remove {
        position: absolute;
        top: 10px;
        /* width: 30px; */
        justify-content: center;
        font-size: 18px;
        /* right: 7px; */
        right: 0;
        padding: 0 12px;
        background-color: #eaeaea;
    }

    .shop-cart-table.cart-table-m .product-price, 
    .shop-cart-table.cart-table-m thead .product-quantity, 
    .shop-cart-table.cart-table-m thead .product-subtotal, 
    .shop-cart-table.cart-table-m thead .product-remove, 
    .shop-cart-table.cart-table-m thead .product-spec,
    .shop-cart-table.cart-table-m td.product-spec {
        display: none;
    }

    .shop-cart-table.cart-table-m .product-subtotal:before,
    .shop-cart-table.cart-table-m .product-quantity:before {
        content: attr(data-th) " :";
        padding-right: 5px;
        font-family: "Microsoft JhengHei", "Noto Sans", "-apple-system", "Apple Color Emoji", "sans-serif";
    }

    .shop-cart-table.cart-table-m .product-quantity .qty-set {
        margin: 0;
        display: block;
    }

    .shop-cart-table.cart-table-m .product-quantity input {
        padding: 5px 7px;
        /* height: 40px; */
        /* width: 70px; */
        height: 30px;
        width: 50px;
    }

    .form-control {
        font-size: 15px;
    }

    .mb-xs-5 {
        margin-bottom: 5px;
    }
    .payment-select1 li{
        width: 100%;
    }
    .label-group label{
        width: 50%;
    }
    .spec-change{
        width: 100%;
    }
    .sort>div{
        width: 50%;
        margin-bottom: 5px;
    }
    .order_list .tb_col:first-child, .tb_head .tb_col:first-child, .orders_info .tb_col:first-child, .tb_sub_head .tb_col:first-child {
        border: 0;
    }
    .tb_col, .tb_foot>.tb_col {
        width: 100%;
        border: none;
        border-bottom: 1px solid transparent;
        line-height: 25px;
        text-align: left;
        padding: 5px 8px;
    }
    .col_1, .col_2, .col_3, .col_4, .col_5, .col_6, .col_7, .col_8, .col_9, .col_10 {
        position: relative;
        width: 100%;
        float: left;
    }
    .order_list>.tb_col.order_no {
        color: #FFF !important;
        background-color: #cc0f36;
        padding: 8px 5px;
    }
    .tb_col.order_no[data-title]:before {
        color: #FFF;
        margin: 0;
        background-color: inherit;
    }
    .tb_col[data-title]:before {
        content: attr(data-title);
        float: left;
        font-size: 14px;
        padding: 2px 5px;
        color: #000;
        margin-top: 0;
        background-color: #e8e8e8;
        width: 100%;
        margin-bottom: 2px;
    }
    .tb_col .orders-btn {
        display: block;
        margin: 6px 0;
        padding: 15px;
        font-size: 15px;
        letter-spacing: 1px;
    }
    .order_list .tb_col .order_type.active .orders-btn.closed {
        display: block;
    }
    .orders_detail {
        font-size: 15px;
        border: 0;
    }
    .orders_info {
        display: inline-block;
        clear: both;
        border-bottom: 2px dotted #ccc;
        padding: 10px 0;
    }
    .warningbox .modal-dialog {
        margin: 10px;
    }
    .login-form .third-party .add-btn {
        padding: 10px 5px;
    }
    .login-page .row.login-form {
        padding: 20px 10px;
    }
    .box-giftlist .article_dt {
        height: auto;
    }
    .box-giftlist .content-bg {
        margin-bottom: 20px;
    }
    .input-table .form-control {
        width: 160px;
        /* width: 60%; */
        text-align: left;
    }
    .rwd-table td:before {
        /* min-width: 170px; */
        color: #999;
        font-size: 14px;
    }
    .box-memberlist .article-layout {
        width: 100%;
    }
}


@media all and (max-width: 479px) { 
    .member-page {
        padding: 10px 0;
    }
    .member-page .side-bar a {
       font-size: 15px;
    }
    .display-phone {
        display: block !important;
    }

    .shop-cart .product-name .increase::after {
        display: none;
    }

    .shop-cart .product-name .increase {
        margin-left: 5px;
        font-size: 13px;
        line-height: 20px;
    }

    input[type="text"],
    input[type="password"],
    select,
    textarea {
        padding: 8px 10px;
        font-size: 15px;
    }

    .input-group-btn .btn {
        padding: 11px 13px;
    }

    .input-prepend #s_state,
    .input-prepends input {
        width: 100%;
    }

    .form-container .control-label,
    .form-container .controls {
        padding-right: 0;
    }

    .form-container .controls {
        font-size: 14px;
        width: 75%;
        padding-left: 5px;
    }

    .form-container .control-label {
        font-size: 14px;
        line-height: 18px;
        width: 25%;
        padding-top: 5px;
    }

    .col-sm-12.controls {
        padding-left: 0;
        padding-right: 0;
    }
    .form-container.login-form {
        padding: 0;
        border: 0;
        margin-bottom: 0;
        border-radius: 0;
    }
    .row.login-form {
        padding: 0;
        flex-flow: wrap;
    }
    .row.login-form > div {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }
    .login-form .third-party {
        padding-top: 0;
        border-top: 0;
    }

    .login-form > .notmember {
        border-top: 1px solid #d8d8d8;
        padding-top: 30px !important;
        border-left: 0;
        margin-left: 0;
        padding-left: 0;
    }

    .login-form .add-btn {
        padding: 15px 25px;
    }
    
    .notmember {
        margin-top: 30px;
        padding-top: 30px;
    }
    .notmember img {
        width: 25%;
    }
    .form-container .form-actions {
        text-align: center;
    }
    .data-table .cart-detail strong {
        font-size: 110%;
    }

    .form-container .question-group .controls label {
        width: 100%;
    }

    .form-container .question-group .controls label.other {
        width: 100%;
    }

    .checkout-page .form-container .form-block,
    .member-page .form-container .form-block {
        padding: 15px;
    }

    .member-page .phone-btn .add-btn {
        display: inline-block;
        /* width: 32%; */
        width: auto;
        padding: 8px 5px;
        margin: 0 0 5px 0;
    }

    .page-title h2 {
        font-size: 28px;
    }

    .shop-cart td {
        padding: 20px 5px;
    }

    .shop-cart .product-name .price,
    .shop-cart td.product-price,
    .shop-cart td.product-subtotal {
        font-weight: normal;
        font-size: 17px;
    }

    .shop-cart .product-name .price-old {
        margin: 0 5px 0 0;
        font-size: 13px;
        font-weight: 300 !important;
    }

    .shop-cart.multi-cart .shipping-select select {
        width: 15%;
    }

    .shop-cart.multi-cart .shipping-select input {
        width: 85%;
    }

    .shop-cart.multi-cart .shipping-select .input-group-btn {
        margin-left: -81px;
    }

    .notice {
        text-align: left;
    }

    .add-btn img {
        width: 20px;
        margin-right: 5px;
    }

    .form-container h4 .add-btn img {
        width: 25px;
        margin-right: 5px;
        opacity: 0.5;
    }

    .shop-cart td.product-name {
        padding: 20px 0;
    }

    .form-container {
        padding: 50px 20px;
    }

    .page-404 {
        margin: 30px 0;
    }

    .page-404 .input-group {
        width: 100%;
    }

    .page-404 p {
        font-size: 17px;
        line-height: 32px;
    }

    .page-error-404 {
        font-size: 110px;
        text-align: center;
    }

    .minibox {
        padding: 0px;
        height: 40px;
    }

    .form-block.product_details .tab-content {
        padding: 20px 10px;
        margin-bottom: 0;
    }

    .form-block.product_details .product-review-tab .nav li a {
        padding: 9px 15px;
        font-weight: bold;
        font-size: 15px;
    }

    #content.col-sm-12.member-page {
        margin-left: 0;
        margin-right: 0;
    }

    .total {
        margin: 10px 0;
        width: 100%;
    }

    .total table {
        width: 100%;
    }
    .coupon a{
        margin-right: 15px;
    }
    .coupon input {
        width: 45%;
    }

    .coupon .add-btn {
        width: 25%;
    }

    .login-form .notmember {
        margin-top: 30px;
    }

    .first-login.gift-list h3 {
        font-size: 25px;
    }

    .first-login.gift-list h3 img {
        width: 90px;
        left: 0;
        margin-left: 15px;
    }

    .level-block {
        padding: 30px 15px;
    }

    .level-block .upgrade {
        padding: 20px;
    }

    .steps li .title {
        margin-top: 10px;
        padding: 0 15px;
        line-height: 16px;
    }

    .checkout-page .form-container h4,
    .payment-select1 h4,
    .member-page .form-container h4 {
        font-size: 21px;
        font-weight: bold;
        padding-bottom: 5px;
    }

    .checkout-page .form-container h4 label {
        margin-left: 10px;
        font-size: 15px;
    }

    .steps {
        margin-bottom: 20px;
    }

    .steps li .step {
        width: 55px;
        height: 55px;
        line-height: 45px;
    }

    .shop-cart.multi-cart button {
        padding: 11px 0;
        width: 40px;
    }
    .box-memberlist .article-layout {
        width: 100%;
    }

    .box-memberlist .article_dt ul {
        height: auto;
    }
    .data-table.faq-table th {
        width: 27%;
        padding: 0;
    }

    .my-faq .acc-btn .subject {
        padding-right: 0;
    }

    .gift-list .form-group.form-add label,
    .gift-list .form-group.form-add .controls {
        width: 100%;
        text-align: left;
        padding: 0;
        margin: 5px;
    }

    .gift-list .shop-cart .group-action .btn {
        margin: 0;
        padding: 10px 0;
        width: 43%;
    }

    .gift-list .shop-cart .group-name,
    .gift-list .shop-cart .group-action {
        width: 50%;
    }

    #verifycodeImg,
    .verifycodeImg {
        height: 38px;
    }

    .shop-cart .product-name .pro-event span,
    .shop-cart .product-name .pro-event a,
    .shop-cart .product-name .pro-event p {
        font-size: 14px !important;
    }

    .modal-body {
        padding: 20px;
    }
    .order-btn {
        min-width: 160px;
        /* width: 100%; */
        padding: 15px;
    }
    .checkout-page .order-btn+.order-btn{
       margin-top: 10px;
       margin-left: 0;
    }
    .modal .order-btn {
        width: auto;
        padding: 10px;
    }
    .point-block {
        padding: 15px;
    }
    .box-memberlist .article-layout {
        width: 100%;
    }
    .input-table .form-control {
        width: 50%;
    }
    
}

@media all and (max-width: 390px) {
    .form-block.product_details .product-review-tab .nav li a {
        padding: 9px 12px;
    }

    .input-prepend input.full-input {
        width: 70%;
    }

    #verifycodeImg,
    .verifycodeImg {
        height: 42px;
    }
    .input-table .form-control {
        width: 135px;
    }
    .coupon a{
        margin-right: 10px;
    }
    .coupon input {
        width: 42%;
    }
    .coupon .add-btn {
        font-size: 13px;
        padding: 12px 5px;
    }
    .total th{
        padding: 5px;
    }
}

@media all and (max-width: 320px) {
    .shop-cart.multi-cart .shipping-select select {
        width: 100%;
    }

    .shop-cart.multi-cart .shipping-select input {
        width: 100%;
    }

    .checkout-page .form-container h4,
    .payment-select1 h4,
    .member-page .form-container h4 {
        font-size: 19px;
    }

    .checkout-page .form-container h4 a.btn {
        padding: 5px 5px;
    }

    .input-prepend input {
        width: 34%;
    }

    .input-prepend input.full-input {
        width: 65%;
    }

    .member-page .page-title .btn,
    .member-page .page-title .filter select {
        padding-left: 7px;
        padding-right: 7px;
    }

    #verifycodeImg,
    .verifycodeImg {
        height: 32px;

    }

    .form-container.login-form {
        padding: 0;
        background-color: transparent;
    }
    .coupon .add-btn {
        padding: 10px 0;
    }

    .fixed-button ul.button-menu li img {
        width: 20px;
        height: 20px;
    }
    .fixed-button ul.button-menu li a {
        font-size: 13px;
    }
    .order-btn {
        min-width: 120px;
    }
    .input-table .form-control {
        width: 90px;
    }
    .coupon a{
        margin-right: 8px;
        font-size: 13px;
    }
    .coupon input {
        padding: 5px;
        font-size: 13px;
        height: 42px;
    }
    .coupon .add-btn {
        font-size: 12px;
    }
    .total th{
        padding: 5px;
        font-size: 13px;
    }
    .total th label{
        font-size: 13px;
    }
    input[type=checkbox].ace.input-lg+.lbl::before{
        font-size: 15px;
        height: 20px;
        line-height: 15px;
        min-width: 20px;
    }
    .total td{
        width: 67px;
    }
    .total td input{
        padding: 5px;
        font-size: 13px;
        height: 30px;
    }
}