body {
    font-family: 'Noto Sans TC', sans-serif;
    max-width: 100%;
    font-size: 15px;
    color: #000;
    margin: 0;
    padding: 0;
    line-height: 1.9em;
    background: #fff;
    height: 100%;
    position: relative;
}

.clear {
    zoom: 1;
    clear: both;
    margin: 0;
    padding: 0;
    line-height: 0;
    height: 0;
}

.clear:after {
    content: '';
    display: block;
    clear: both;
    visibility: hidden;
    height: 0;
}

ul, li {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    list-style: none;
}

p {
    margin: 25px 0 0 0;
}

* p:first-child {
    margin: 0;
}

a {
    text-decoration: none;
    transition: all 0.3s ease 0s;
    color: #00A99D;
}

a:hover {
    opacity: 0.5;
}

img {
    max-width: 100%;
}

h3 {
    font-size: 25px;
    color: #000;
    font-weight: bolder;
}

h4 {

}

h6 {
    font-size: 16px;
}

.header {
    position: fixed;
    width: 100%;
    height: 90px;
    z-index: 1000;
    top: 0;
    left: 0;
    transition: all 0.3s ease 0s;
    font-weight: bolder;
    background: #fff;
    padding: 15px 25px;
    line-height: normal;
}

body.scroll .header {
    border-bottom: solid 1px #ddd;
    background-color: rgba(255, 255, 255, 0.9);
    box-shadow: 0 2px 8px #ddd;
}

.landing-box {
    width: 100%;
    background: #fff;
    box-shadow: 0 3px 6px #ccc;
    margin-top: 50px;
    margin-bottom: 50px;
    padding: 50px;
}

.landing-box label {
    display: block;
}

.landing-box h3 {
    margin-top: 25px;
}

.lang-select a {
    color: #707070;
    text-decoration: underline;
    padding: 5px;
    margin-left: 5px;
}

.lang-select a:hover, .lang-select a.active {
    background: #707070;
    opacity: 1;
    color: #fff;
    text-decoration: none;
    border-radius: 2px;
}

.bottom-border {
    width: 600px;
    max-width: 100%;
    border-bottom: solid 1px #707070;
    margin-top: 40px;
    font-size: 14px;
    transition: all 0.3s ease 0s;
}

.bottom-border:hover {
    border-bottom: solid 1px #00A99D;
    color: #00A99D;
}

.bottom-border h5 {
    font-size: 14px;
}

.bottom-border input[type="text"], .bottom-border input[type="email"], .bottom-border input[type="password"] {
    border: none;
    outline: none;
    width: 100%;
    color: #00A99D;
}

.submit-btn {
    background: #72BF44;
    font-size: 16px;
    color: #fff;
    border: none;
    padding: 10px 80px;
    max-width: 100%;
    margin-top: 40px;
    border-radius: 5px;
    cursor: pointer;
    outline: none;
    transition: all 0.3s ease 0s;
}

.submit-btn:hover {
    opacity: 0.75;
}

a.btn {
    background: #72BF44;
    font-size: 16px;
    color: #fff;
    border: none;
    padding: 10px 80px;
    max-width: 100%;
    margin-top: 40px;
    border-radius: 5px;
    cursor: pointer;
    outline: none;
    transition: all 0.3s ease 0s;
    text-decoration: none;
}

a.btn:hover {
    opacity: 0.75;
}

.top-bar {
    background: #F2F2F2;
    padding: 10px 0;
    color: #707070;
    font-size: 13px;
}

.top-bar ul {
    display: inline-block;
    margin-right: 15px;
}

.top-bar ul li {
    display: inline-block;
    margin-left: 15px;
}

.top-bar a {
    color: #707070;
    font-size: 13px;
    text-decoration: underline;
}

.top-bar .lang-select {
    display: inline-block;
}

.top-right a {
    font-size: 16px;
    color: #000;
    text-decoration: none;
}

.top-right ul li {
    display: inline-block;
    margin-left: 25px;
    padding-left: 25px;
    border-left: solid 1px #E6E6E6;
}

.top-right ul li:first-child {
    border: none;
}

.home-box {
    background: #F7FAF8;
    margin: 30px 0;
}

.home-box.style-2 {
    background: #fff;
    border: solid 1px #DBDBDB;
}

.home-box-text {
    padding: 25px 0;
}

.footer {
    background: #F2F2F2;
    font-size: 12px;
    color: #707070;
    padding: 5px 0;
    margin-top: 50px;
}

.footer a {
    color: #707070;
    text-decoration: none;
}

.footer ul li {
    display: inline-block;
    margin-left: 25px;
    padding-left: 25px;
    border-left: solid 1px #E6E6E6;
}

.footer ul li:first-child {
    border: none;
}

.path {
    margin: 25px 0;
    font-size: 13px;
}

.path a {
    text-decoration: none;
    color: #707070;
}

.path-arrow {
    margin: 0 6px 0 7px;
}

.path span {
    position: relative;
    bottom: -1px;
}

.sub-box {
    margin: 25px 0;
}

.item-bar {
    margin: 25px 0 50px 0;
    padding: 25px 0;
    border-bottom: solid 1px #DBDBDB;
    color: #000;
    font-size: 18px;
}

.item-bar h5 {
    color: #808080;
    font-size: 14px;
    margin: 15px 0 10px 0;
    font-weight: bolder;
}

.question-box {
    width: 360px;
    max-width: 100%;
    background: #fff;
    border: solid 1px #DBDBDB;
    display: inline-block;
    padding: 15px 25px 15px 15px;
    font-size: 18px;
    color: #000;
    margin-top: 15px;
    cursor: pointer;
    transition: all 0.3s ease 0s;
    position: relative;
}

.question-box:hover {
    border: solid 1px #00A99D;
}

.question-box.active {
    border: solid 1px #00A99D;
}

.question-box.active::before {
    content: "";
    background: url("../images/active_tick.svg") right no-repeat;
    width: 22px;
    height: 22px;
    position: absolute;
    right: -0.5px;
    top: -0.5px;
}

textarea {
    width: 700px;
    height: 150px;
    max-width: 100%;
    border: solid 1px #DBDBDB;
    margin-top: 15px;
    outline: none;
    resize: none;
    padding: 15px;
    font-size: 15px;
    transition: all 0.3s ease 0s;
}

textarea:hover {
    border: solid 1px #00A99D;
}

.small-text {
    color: #808080;
    font-size: 18px;
}

.application-box {
    color: #000;
    font-size: 15px;
    margin-bottom: 25px;
    width: 700px;
    max-width: 100%;
}

.application-box h5 {
    color: #808080;
    font-size: 14px;
}

.application-box input[type="text"], .application-box input[type="tel"], .application-box select {
    width: 100%;
    border: solid 1px #DBDBDB;
    height: 47px;
    outline: none;
    resize: none;
    transition: all 0.3s ease 0s;
    padding: 0 10px;
}

.application-box input:hover, .application-box select:hover {
    border: solid 1px #00A99D;
}

a.btn-edit {
    padding: 3px 15px;
    border: solid 1px #DBDBDB;
    border-radius: 5px;
    display: inline-block;
    color: #000;
    text-decoration: none;
    margin: 10px 0 25px 0;
}

.product-image {
    border: 1px solid #DBDBDB;
}

.product-box {
    padding: 20px 15px;
}

.product-box h6 {
    margin-bottom: 0;
    padding: 20px 0 10px 0;
}

.product-box h5 {
    padding: 0 0 10px 0;
}

.product-box a.btn {
    padding: 10px 30px;
    max-width: 100%;
    margin-top: 0;
}

.product-box a {
    text-decoration: none;
    color: #000000;
}

.alert-add-shopping-cart-successful div {
    position: fixed;
    color: #ffffff;
    background: #28a745;
    border-radius: 0;
    padding: 10px 70px;
    bottom: 15px;
    right: -300px;
    transition: all .35s ease-in-out;
    z-index: 20;
}

.alert-add-shopping-cart-successful div.active {
    right: 0;
}

.product-details-box {
    padding-top: 20px;
    padding-bottom: 20px;
}

.product-details-box hr{
   margin: 3rem 0;
}

.product-details-img {
    border: #DBDBDB 1px solid;
}

.product-details-box-info {
    padding: 0 30px;
}

.add-minus-product .product-minus {
    border: #DBDBDB 1px solid;
    padding: 5px 17px;
    cursor: pointer;
}

.add-minus-product .product-add {
    border: #DBDBDB 1px solid;
    padding: 5px 16px;
    cursor: pointer;
}

.add-minus-product .product-minus.active, .add-minus-product .product-add.active{
    color: #ffffff;
    background: #000000;
}

.add-minus-product .product-qty {
    width: 40px;
    height: 40px;
    margin-left: 10px;
    margin-right: 20px;
}

.add-minus-product .product-qty input {
    border: #DBDBDB 1px solid;
    max-width: 57px;
    padding: 5px 15px;
    outline: none;
    text-align: center;
    -moz-appearance: textfield;
}

.add-minus-product .product-qty input::-webkit-outer-spin-button,
.add-minus-product .product-qty input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.product-details-box-info p{
    margin: 25px 0;
}

.product-details-box-info p span{
    color: #808080;
    margin-right: 10px;
}

.product-details-details h6{
    color: #808080;
}

.shopping-cart-item-banner{
    display: none !important;
    position: fixed;
    bottom: 0;
    background:#ffffff;
    z-index: 20;
    width: 100%;
    height: 90px;
    box-shadow: -1px -1px 12px 3px #ccc;
}

.shopping-cart-item-banner img{
    margin-right: 10px;
    margin-bottom: 5px;
}

.shopping-cart-item-banner h5{
    margin-bottom: 0;
}

.shopping-cart-item-banner h5 span{
    color: #808080;
    margin-right: 10px;
}

.btn.add-cart{
    color: #ffffff;
}

.btn_look_shopping_cart{
    background: #72BF44;
    font-size: 16px;
    color: #fff;
    border: none;
    padding: 10px 40px;
    border-radius: 5px;
    cursor: pointer;
    outline: none;
    transition: all 0.3s ease 0s;
    text-decoration: none;
}

.btn_look_shopping_cart:hover{
    opacity: 0.75;
    text-decoration: none;
    color: #fff;
}

.shopping-cart-product-area{
    padding-top: 20px;
}

.shopping-cart-product-area img{
    cursor: pointer;
}

.grey_box{
    border: #DBDBDB 1px solid;
}

.shopping-cart-header{
    color: #808080;
}

.shopping-cart-product-details{
    padding: 10px 0;
}

.shopping-cart-product-details:first-child{
    padding: 0;
}

.shopping-cart-product-details .add-minus-product .product-minus, .res-shopping-cart-product-area .add-minus-product .product-minus{
    padding: 0 10px;
}

.shopping-cart-product-details .add-minus-product .product-add, .res-shopping-cart-product-area .add-minus-product .product-add{
    padding: 0 10px;
}

.shopping-cart-product-details .add-minus-product .product-qty, .res-shopping-cart-product-area .add-minus-product .product-qty{
    width: 40px;
    height: 30px;
    margin-left: 9px;
    margin-right: 15px;
}

.shopping-cart-product-details .add-minus-product .product-qty input, .res-shopping-cart-product-area .add-minus-product .product-qty input{
    max-width: 50px;
    padding: 0 10px;
}

.shopping-cart-total-amount-area h6{
    margin-bottom: 0;
}

.shopping-cart-total-amount-area h6 span{
    color: #808080;
    margin-right: 10px;
}


.shopping-cart-btn-area a.btn {
    font-size: 16px;
    border: none;
    padding: 10px 40px;
    max-width: 100%;
    margin-top: 20px;
    border-radius: 5px;
    cursor: pointer;
    outline: none;
    transition: all 0.3s ease 0s;
    text-decoration: none;
}

.shopping-cart-btn-area a.btn:hover {
    opacity: 0.75;
}

.shopping-cart-btn-area .btn-keep-choosing{
    background: #808080;
    color: #fff;
}

.shopping-cart-btn-area .btn-go-to-checkout{
    background: #72BF44;
    color: #fff;
}

.res-shopping-cart-product-area{
    display: none !important;
}

.res-shopping-cart-product-area h6{
    margin-bottom: 0;
}

.res-shopping-cart-product-area img{
    margin-bottom: 10px;
    cursor: pointer;
}

.res-shopping-cart-product-details{
    padding: 20px;
}

.checkout-total-amount-area{
    background: #F7FAF8;
    padding: 20px 15px;
}

.checkout-total-amount-area h6 span{
    margin-right: 20px;
    color: #808080;
}

.color-green{
    color: #01A99D !important;
}


.checkout-delivery-details{
    padding: 20px 15px;
}

.checkout-delivery-details h4{
    margin-bottom: 20px;
}

.application-box input[type=radio]{
    margin-left: 10px;
}

.radio-first-child-margin{
    margin-left: 0 !important;
}

.btn_confirm_checkout{
    margin-top: 0 !important;
}

.member-center-side-bar{
    padding: 20px 0;
}

.member-center-side-bar a{
    padding: 10px 15px;
    color: #000000;
    text-decoration: none;
}

.member-center-side-bar a.active{
    background: #E9F5E2;
    color: #00A99D;
}

.member-center-main{
    padding: 30px 20px;
    border: #DBDBDB 1px solid;
}

.border-right{
    border-right: #DBDBDB 1px solid;
}

.member-center-main-details{
    padding: 0 30px;
}

.member-center-main-details h4{
    margin-bottom: 30px;
}

.member-center-main-details h5{
    color: #000000;
}

.res-member-center-side-bar-area{
    display: none !important;
    /*border-top: dotted 1px #DBDBDB;*/
    margin: 20px 0 0 0 ;
}

.res-member-center-side-bar-area a{
    padding: 10px 15px;
    color: #000000;
    text-decoration: none;
    border: transparent 1px solid;
}

.res-member-center-side-bar-area a.active{
    background: #E9F5E2;
    color: #00A99D;
}

.res-member-center-side-bar-area a:hover{
    background: #E9F5E2;
    color: #00A99D;
    opacity: 1;
    border: #DBDBDB 1px solid;
}

.member-center-order-record-details a{
    color: #01A99D;
    text-decoration: underline;
}

.btn-upload-receipt{
    margin-left: 10px;
}

.popup-upload-receipt-area-details{
    position: absolute;
    top: 0;
    width: 100%;
    height: 150%;
    overflow-y: hidden;
    background: rgb(0, 0, 0, 0.7);
    z-index: 100;
    display: none;
}

.popup-upload-receipt-area-details.active{
    display: block;
}

.popup-upload-receipt-box{
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    margin-top: 200px;
    width: 700px;
    background: #ffffff;
    padding: 50px;
}

.popup-upload-receipt-box .popup-upload-receipt-details{
    padding: 40px;
}

.popup-upload-receipt-box .popup-upload-receipt-details .upload-receipt-area{
    border: #999999 2px dashed;
    padding: 60px;
}

.popup-upload-receipt-box .popup-upload-receipt-button a:first-child{
    color: #000000 !important;
    background: #E6E6E6;
}

.popup-upload-receipt-box .popup-upload-receipt-button a{
    color: #ffffff !important;
    background: #72BF44;
    border: none;
    padding: 10px 40px;
    max-width: 100%;
    cursor: pointer;
    outline: none;
    text-decoration: none;
}

.popup-upload-receipt-box .popup-upload-receipt-button a:hover {
    opacity: 0.75;
}

.res-member-center-order-record-details-details{
    background: #dae0e5;
    padding: 20px;
    margin-bottom: 15px;
    display: none !important;
}

a.btn-back-to-previous{
    background: #E9F5E2;
    border-radius: 10px;
    text-decoration: none;
    color: #000000;
    padding: 5px 15px;
}

.order-record-details .order-details{
    border: #E6E6E6 1px solid;
    padding: 30px;
}

.order-record-details .order-brief-info{
    padding: 20px 0;
}

.order-record-details .delivery-details{
    border: #E6E6E6 1px solid;
    padding: 30px;
    margin-top: 10px;
}

.repair-record-product-detail-details{
    margin-left: 20px;
}

.repair-record-product-detail-details h6 span{
    color: #808080;
}

.repair-record-product-detail{
    border-bottom: #DBDBDB 1px solid;
}
