* {
    position: relative;
    font-family: '微軟正黑體';
}

*:focus {
    box-shadow: none !important;
}
[v-cloak] {
  display: none;
}
a {
    text-decoration: none !important;
}

body {
    font-size: 16px;
    font-weight: 300;
}

button.submitbtn {
    width: 100%;
    border: 1px solid #41BCD5;
}

header {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100vw;
    height: 155px;
    z-index: 99;
    background-color: #fff;
    border-bottom: 1px solid #ccc;
}

header .top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 0px;
    padding-top: 30px;
}

header .logo img {
    max-width: 100%;
    height: 100px;
    flex-shrink: 0;
}

header .headerBar {
    padding: 15px 0px;
    height: 100px;
    display: flex;
    align-items: start;
    justify-content: space-between;
    width: 100%;
    padding-left: 30px;
}

header .search input.form-control {
    width: 300px;
    height: 40px;
    border-radius: 20px;
    color: #999;
}

header .search .btn {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    color: #fff;
    background-color: #3ebcd7;
    margin-left: 5px;
}

header .btns {
    display: flex;
    align-items: center;
    justify-content: end;
}

header .btns .btn-login {
    border: 1px solid;
    height: 40px;
    padding: 5px 20px;
    border-radius: 20px;
    color: #999;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .5s;
}

header .btns .btn-login:hover {
    background-color: #edb844;
    color: #fff;
}

header .btns .btn-login i {
    margin-right: 5px;
    font-size: 18px;
}

header .btns .btn-cart {
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
    margin-left: 15px;
}

header .btns .btn-cart .num {
    color: #fff;
    background-color: #edb844;
    width: 20px;
    height: 20px;
    position: absolute;
    right: -2px;
    top: -2px;
    font-size: 12px;
    border-radius: 50%;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Arial;
}

header .btns img {
    max-width: 100%;
}

nav {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-top: -30px;
}

nav ul {
    list-style-type: none;
    padding: 0px;
    margin-top: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40vw;
    margin: auto;
}

nav ul li {
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(100% / 3);
}

nav ul .btn.dropdown-toggle {
    padding: 0px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0px;
}

nav ul .btn.dropdown-toggle:after {
    content: '';
    height: 5px;
    width: calc(100% + 20px);
    position: absolute;
    left: -20px;
    bottom: -10px;
    border: none;
    background-color: transparent;
    transition: all .5s;
}

nav ul li.show .btn.dropdown-toggle:after, nav ul li .btn.dropdown-toggle:hover:after {
    background-color: #3ebcd7;
    bottom: 0px;
}

nav ul li.orange.show .btn.dropdown-toggle:after, nav ul li.orange .btn.dropdown-toggle:hover:after {
    background-color: #edb844;
    bottom: 0px;
}

nav ul li.green.show .btn.dropdown-toggle:after, nav ul li.green .btn.dropdown-toggle:hover:after {
    background-color: #80b747;
    bottom: 0px;
}

nav ul li img {
    height: 15px;
}

nav .listbox {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

nav .listbox.flex {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: start;
}

nav .listbox.flex a {
    width: 40%;
    margin-left: 5%;
    margin-right: 5%;
    display: flex;
    align-items: center;
    justify-content: center;
}

nav .listbox a {
    color: #777;
    padding: 5px;
    /*transition: all .5s;*/
    border: 2px solid transparent;
}

nav .listbox a:hover {
    color: #3ebcd7;
    border-bottom: 2px solid #3ebcd7;
}

nav .orange .listbox a:hover {
    color: #edb844;
    border-bottom: 2px solid #edb844;
}

nav .green .listbox a:hover {
    color: #80b747;
    border-bottom: 2px solid #80b747;
}

nav .dropdown-menu.show {
    border: none;
    background-color: rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(5px);
    margin-top: 0px;
    box-shadow: 2px 2px 5px #999;
    /*min-width: 100px;*/
    left: -15px !important;
}

main {
    margin-top: 155px;
}

ul.menu {
    list-style: none;
    padding: 0px;
    padding: 0px;
    margin-top: -30px;
    width: 1000px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    /*border: 1px solid #000;   */
}

ul.menu li a {
    color: #000;
    padding: 14px;
    display: flex;
    align-items: center;
    text-decoration: none;
}

/*searchbar*/
.search {
    display: flex;
}

ul.menu .search {
    margin-left: 30px;
}

ul.menu .search .form-control {
    padding: 5px 10px;
    margin: 0px;
    height: 40px;
    padding-left: 25px;
    width: 350px;
    border-radius: 25px;
    font-size: 16px;
}

ul.menu .search i {
    padding: 10px 10px;
    z-index: 1;
    width: 40px;
    height: 40px;
    left: 10px;
    top: -3px;
    border-radius: 25px;
    color: #fff;
    background-color: #3ebcd7;
    font-size: 20px;
}

/*login*/
.login .btn-login {
    margin-left: 350px;
    font-size: 18px;
}

.login .btn-login a {
    justify-content: center;
    border: 1px solid #000;
    margin: 0px;
    height: 40px;
    border-radius: 25px;
    width: 140px;
    padding: 0px;
}

.login .btn-login i {
    font-size: 18px;
    margin-right: 5px;
}

ul.menu .cartbag i {
    font-size: 30px;
    margin-left: auto;
}

/*主選單*/
.topmenu {
    margin-bottom: 15px;
}

.topmenu ul {
    list-style: none;
    margin: -3px;
    margin-left: 250px;
    width: 550px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    /*border: 1px solid #000;   */
}

.topmenu ul li a {
    font-size: 18px;
    color: #666;
}

.topmenu ul li .show a {
    font-size: 14px;
    display: inline-flex;
    line-height: 1.8em;
    border-bottom: 1px solid transparent;
}

.topmenu ul li .show a:hover {
    border-bottom: 1px solid #3ebcd7;
    color: #3ebcd7;
}

.topmenu ul li img {
    width: 25px;
    height: auto;
    margin-top: -10px;
    margin-right: 8px;
}

.topmenu ul li button {
    font-size: 20px;
    margin-left: -15px;
    color: #666;
    border-bottom: 2px solid transparent;
    border-radius: 0px;
}

.topmenu ul li button:hover {
    border-bottom: 2px solid #3ebcd7;
}

.topmenu .dropdown-menu.show {
    display: flex;
    width: 150px;
    padding-left: 10px;
    padding-right: 10px;
}

ul.topmenu li a:hover {
    color: #666;
}

.hrline {
    margin-top: 0px;
    margin-bottom: 0px;
}

.carousel img {
    width: 100%;
}

/*首頁精選商品專區*/
.sectionTitle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 30px;
    margin-bottom: 20px;
    font-size: 20px;
}

.titlename {
    display: flex;
}

.titlename img {
    width: 20px;
    height: 20px;
    margin-top: 5px;
    margin-right: 5px;
    margin-left: 10px;
}

.featureitem {
    display: flex;
    flex-wrap: wrap;
}

.feature {
    width: calc(100% / 5);
    padding: 10px;
}

.feature a {
    display: flex;
    width: 100%;
}

.feature .prod .prodbox1 .prodName {
    font-size: 15px;
    height: 25px;
    white-space: wrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #000;
    flex-shrink: 1;
}

.feature .prod .prodbox1 .brandName {
    font-size: 13px;
    height: 24px;
    white-space: nowrap;
    overflow: visible;
    text-overflow: ellipsis;
    color: #B9BABA;
    flex-shrink: 1;
}

.feature .prod {
    margin-top: 10px;
    padding: 0px;
}

.feature .prod .prodbox1 {
    margin-right: 10px;
}

.feature .prod .prodbox2 {
}

.feature .prod .prodbox2 .price {
    font-size: 14px;
    color: #66BAD3;
    justify-content: flex-end;
    flex-shrink: 1;
    display: flex;
    flex-direction: column;
    align-items: end;
}

.prodPhoto {
    margin-top: 30px;
    margin-bottom: 20px;
    border: 1px solid #000;
}

.brand .prodSwiper img {
    width: 250px;
}

.brand .prodSwiper {
    margin-top: 20px;
}

.brand .prodSwiper {
    width: 100%;
    overflow: hidden;
}
.prodSwiper{

}
.swiper-wrapper,
.swiper-slide{
    height: auto !important;
}
.prodSwiper .swiper-wrapper {
    display: flex;
    align-items: center;
}

.prodSwiper .swiper-wrapper .swiper-slide {
    width: calc(100% / 4 - 10px);
    margin: 5px;
    border: 1px solid #ccc;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.prodSwiper .prev {
    position: absolute;
    left: 10px;
    top: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    z-index: 1;
    font-size: 2em;
    color: #fff;
    cursor: pointer;
}

.prodSwiper .next {
    position: absolute;
    right: 10px;
    top: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    z-index: 1;
    font-size: 2em;
    color: #fff;
    cursor: pointer;
}

.prodSwiper .next .btn, .prodSwiper .prev .btn {
    border: 1px solid #000;
    padding: 0px;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    font-size: 24px;
}

.prodSwiper .prev .btn i {
    padding-right: 4px;
}

.prodSwiper .next .btn i {
    padding-left: 4px;
}

.feature .btn {
    background-color: #3ebcd7;
    color: #fff;
    border-radius: 15px;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 2px;
    padding-top: 2px;
    font-size: 12px;
    width: 60px;
}

/*最近瀏覽-已整理*/
.reviewprods {
    display: flex;
    flex-wrap: wrap;
    margin-left: 30px;
}

.itemsectionTitle {
    margin: 20px;
    font-size: 16px;
}

.reviewprods .reviewprod {
    width: calc(100% / 5);
    padding: 10px;
    margin: 5px;
    font-size: 12px;
}

.reviewprods .reviewprod .reviewprodName {
    height: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #000;
}

/*推薦商品已整理*/
.recordprods {
    display: flex;
    flex-wrap: wrap;
    margin-left: 30px;
}

.recordprods .recordprod {
    width: calc(100% / 5);
    margin: 5px;
    padding: 10px;
    font-size: 12px;
    color: #000;
    box-shadow: 1px 1px 6px #DEDEDE;
}

.recordprods .recordprod .recprodName {
    height: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #000;
}

.moreBtnBox {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-top: 30px;
}

.moreBtnBox .btn {
    background-color: #000;
    color: #fff;
    width: 200px;
    margin-top: 30px;
}

/*未分類*/
.BorderBox {
    border-bottom: 1px solid #000;
}

.input {
    margin-top: 5px;
    margin-bottom: 30px;
}

.inputbody {
    margin-top: 30px;
    margin-bottom: 10px;
}

.btn-line {
    color: #fff;
    background-color: #09c904;
}

.btn-line:hover {
    color: #fff;
    background-color: #0e9c0a;
}

/*聯繫我們*/
.contactbody {
    margin: 15px;
    margin-top: 10px;
    margin-bottom: 20px;
}

.contactinfo {
    display: flex;
    align-items: center;
    justify-content: start;
    margin-top: 20px;
    border-left: 1px solid #000;
    margin-left: 10px;
}


.contactinfo h4 {
    font-size: 14px;
    margin-left: 15px;
    line-height: 1.8em;
}

.form-control {
    font-size: 16px;
    border: 1px solid #DCDDDD;
    border-radius: 3px;
}

form .form-group label {
    display: inline-block;
}

.media {
    width: 100%;
    height: auto;
}

.media img {
    width: 300px;
    height: 100%;
}

.slectitembox-phoneShow {
    display: none;
}

/*未分類end*/
/*商品專區*/
/*全商品列表*/
.selectiontitle {
    margin: 25px 0px;
}

.prodslist {
    display: flex;
    flex-wrap: wrap;
}

.prod {
    width: calc(100% / 4);
    padding: 10px;
    overflow: hidden;
}
.prodslist a.prod{
    transition: all .5s;
}
.prodslist a.prod:hover{
    transform: translateY(-5px);
    box-shadow: 0px 5px 5px #ccc;
}
.prodslist .flex {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-top: 5px;
}

.prodslist .prod .prodbox1 .prodName {
    font-size: 14px;
    height: 25px;
    /*margin-bottom: 5px;*/
    white-space: wrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #000;
    flex-shrink: 1;
}

.prodslist .prod .prodbox1 .brandName {
    font-size: 12px;
    height: 24px;
    white-space: nowrap;
    overflow: visible;
    text-overflow: ellipsis;
    color: #B9BABA;
    flex-shrink: 1;
}

.prodslist .prod .prodbox1, .prodslist .prod .prodbox2 {
    /*    margin-top: 5px;
    margin-right: 10px;*/
    width: calc(100% - 64px);
}

.prodslist .prod .prodbox2 {
    width: 64px;
    flex-shrink: 0;
}

.prodslist .prod .prodbox2 .price {
    font-size: 13px;
    color: #66BAD3;
    display: flex;
    flex-direction: column;
    align-items: end;
    /*justify-content: flex-end;*/
    flex-shrink: 1;
}

.prod .btn {
    background-color: #3ebcd7;
    color: #fff;
    border-radius: 15px;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 2px;
    padding-top: 2px;
    font-size: 12px;
    width: 60px;
}
.prod .btn.preOrder{
    position: absolute;
    top: -35px;
    right: 5px;
}

.filter .form-control {
    height: 30px;
    font-size: 12px;
}

.sidetitile {
    color: #66BAD3;
    margin-bottom: 15px;
}

.budgetrange {
    margin-bottom: 20px;
}

.budgetrange p {
    font-size: 6px;
    color: #6c757d;
    margin-top: 10px;
    margin-bottom: 10px;
}

.budgetrange .range p {
    display: center;
    font-size: 10px;
    padding-left: 3px;
    padding-right: 3px;
    margin: 0px;
}

.range {
    font-size: 12px;
    margin-top: -7px;
    margin-bottom: 15px;
    margin-left: 15px;
}

.range .form-control {
    display: center;
    width: 35%;
    height: 20px;
    padding: 0px;
    padding-left: -15px;
    border-radius: 3px;
    font-size: 12px;
    flex-shrink: 1;
}

.range button {
    margin-left: 5px;
    font-size: 10px;
    padding: 0px;
    width: 18px;
    height: 18px;
    border: 0px;
    border-radius: 10px;
    background-color: #66BAD3;
    color: #fff;
}

.budgetlist .form-check {
    margin-bottom: 20px;
    font-size: 12px;
}

.brandtitle li {
    list-style: none;
    padding: 0px;
    margin: 0px;
    margin-top: 20px;
}

.pagination {
    margin-left: 60px;
    margin-top: 50px;
    display: flex;
    align-items: center;
    justify-content: end;
}

.pagination .page-link {
    height: 30px;
    width: 30px;
    border-radius: 50% !important;
    padding: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #3ebcd7;
    border-color: #3ebcd7;
}

.page-link {
    color: #999;
}

.page-link:hover {
    color: #fff;
    background-color: #3ebcd7;
    border-color: #3ebcd7;
}

.page-item:first-child .page-link {
    border: 0px;
}

.page-item:last-child .page-link {
    border: 0px;
}

.pagination li {
    margin: 7px;
}

.itemsbody {
    margin-bottom: 20px;
}

.itemsbody .preodertext .btn {
    padding-left: 5px;
    background-color: #66BAD3;
    color: #fff;
    border-radius: 5px;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 2px;
    padding-top: 2px;
    font-size: 14px;
}

.prebtn-text {
    color: #6c757d;
    font-size: 14px;
    margin-top: 5px;
    margin-bottom: 0px;
}

.prodName {
    font-size: 20px;
}

.brandName {
    color: #6c757d;
    font-size: 14px;
    /*margin-bottom: 10px;*/
}

.itemsbody .price {
    color: #66BAD3;
    margin-bottom: 30px;
}
.itemsbody .price p{
    margin: 0px;
}
.checkedprods .checkedprod .btn {
    background-color: #ffb800;
    color: #fff;
    border-radius: 0px;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 2px;
    padding-top: 2px;
    font-size: 14px;
}

/*footer*/
.footer {
    display: flex;
    align-items: center;
    justify-content: center;
}

.footerbody {
    align-items: center;
    justify-content: center;
    margin-top: 30px;
    border-top: 1px solid #E5E5E5;
    padding-top: 20px;
    background: #F7F8F8;
    color: #5C6060;
}

.footerbody .row {
    margin-top: 20px;
    margin-left: 0px;
}

.boxtitle {
    justify-content: space-around;
    width: auto;
    height: auto;
    font-size: 14px;
    margin: 0px;
    margin-right: auto;
    margin-left: 10px;
}

.boxtitle ul li {
    list-style: none;
    text-decoration: none;
    margin-left: -40px;
    color: #5C6060;
    font-size: 14px;
    line-height: 2em;
}

.boxtitle ul li a {
    text-decoration: none;
    color: #5C6060;
}

.boxtitle .mediabox {
    font-size: 40px;
    align-items: center;
}

.footermedia {
    display: flex;
    margin-top: 20px;
    border-top: 1px solid #5C6060;
    align-items: baseline;
    justify-content: space-between;
    margin-bottom: 50px;
}

.boxtitle1 {
    margin-top: 10px;
}

.boxtitle1 img {
    margin: 15px;
    width: 130px;
    height: auto;
}

/*footer文章*/

.terms .sectionTitle {
  display: flex;
  align-items: center;
  justify-content: center;
}

.brandbanner_full img {
  width: 100%;
}


.terms-content {
    margin: 20px;
    text-align: justify;
    line-height: 1.8em;
}

/*會員註冊*/
.newmember {
    margin-top: 20px;
    margin-bottom: 20px;
}

.newmember a {
    padding: 5px;
    color: #000;
}

.form-group .form-check a {
    color: #41BCD5;
}

/*商品專區網頁版*/
nav .breadcrumb {
    background-color: #fff;
}

.itemdetail {
    display: flex;
    margin: 30px;
    margin-bottom: 50px;
}

.itemdetail .itemsbody {
    margin-top: 30px;
}

.itemsbody .price {
    font-size: 16px;
    display: flex;
    align-items: center;
}

.itemsbody .price .text-secondary {
    margin-left: 15px;
    text-decoration: line-through;
}

.preodertext .btn {
    padding-left: 5px;
    background-color: #ffb800;
    color: #fff;
    border-radius: 5px;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 2px;
    padding-top: 2px;
    font-size: 14px;
}

.prebtn-text {
    color: #6c757d;
    font-size: 14px;
    margin-top: 5px;
    margin-bottom: 0px;
}


.addtocartBtnBox {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-top: 8px;
    background-color: #EDB843;
    border-radius: 8px;
    height: 40px;
}
.btnAddToCart,
.btnAddToCart:hover{
    color: #fff;
    letter-spacing: 2px;
}

/*商品內頁*/

.prod-pagination {
    display: flex;
    align-items: center;
    justify-content: start;
    font-size: 12px;
    margin: 0px;
    padding-top: 20px;
}

.prod-pagination .prodpage-link {
    width: 70px;
    border-radius: 10px;
    padding: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.prodpage-item.active .prodpage-link {
    z-index: 1;
    color: #fff;
    background-color: #3ebcd7;
    border-color: #3ebcd7;
}

.prodpage-link {
    color: #000;
}

.prodpage-link:hover {
    color: #fff;
    background-color: #3ebcd7;
    border-color: #3ebcd7;
}

.prodpage-item:first-child .prodpage-link {
    border: 0px;
}

.prodpage-item:last-child .prodpage-link {
    border: 0px;
}

.prod-pagination li {
    margin: 7px;
    list-style: none;
}

.itemsbody .instock1,
.itemsbody .instock {
  display: flex;
  margin-top: 10px;
  color: #6c757d;
  font-size: 14px;
}

.itemsbody .instock .filter .form-control {
  width: 150px;
  font-size: 14px;
  padding: 3px;
}

.itemsbody .num {
    width: 200px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: start;
    margin-left: 10px;
}

.itemsbody .num .btn {
    border: 1px solid #DCDDDD;
    padding: 0px;
    width: 50px;
    height: 30px;
    flex-shrink: 0;
    border-radius: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.itemsbody .num .btn i {
    color: #DCDDDD;

}


.itemsbody .num .form-control {
    height: 30px;
    width: 50px;
    text-align: center;
    border-radius: 0px;
    border: 1px solid #DCDDDD;
    border-right: 0px;
    border-left: 0px;
}

.addtocartBtnBox .btn {
    color: #fff;
}

.aboutbrand {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
}

.brandtitle {
    margin: 0px;
    font-size: 15px;
    font-weight: initial;
    /*font-weight: bold;*/
}

.aboutbrand .viewbrand button {
    font-size: 11px;
    border: 1px solid #000;
    border-radius: 20px;
    padding: 3px 15px;
    margin-left: 5px;
}

.accordion .card {
    border: none;
    /*border-bottom: 1px solid #ccc !important;*/
    margin-bottom: 30px;
}

.accordion .card .card-header {
    background-color: #fff;
    padding: 0px;
    padding-top: 15px;
    padding-bottom: 15px;
    cursor: pointer;
    font-weight: bold;
    font-size: 18px;
}

/*敬好QA*/
.QAtitle {
    padding: 10px;
    font-size: 20px;
    margin-bottom: 30px;
    border-bottom: 1px solid #000;
    display: flex;
    align-items: center;
}

.QAtitle a {
    margin-right: 20px;
    border-radius: 20px;
    width: 140px;
    border: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    color: #999;
    border: 1px solid;
    margin-top: 40px;
}

.QAtitle a.active {
    color: #fff;
    background-color: #80B746;
}

/*silde專區*/
.col-2 {
    background-color: #fff;
}

.col-2 .qatitle ul li {
    list-style: none;
    margin-left: -40px;
    margin-top: 20px;
    border-bottom: 1px solid #fff;
}

.col-2 .qatitle ul li a {
    color: #fff;
}

.prodsfilter {
    display: center;
    align-items: center;
    justify-content: left;
    font-size: 13px;
    margin-left: -15px;
}

/*關於敬好*/
.jinhotitle {
    font-size: 20px;
    border-bottom: 1px solid #000;
    padding-top: 40px;
    padding-bottom: 5px;
    margin-left: 5px;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.abouttitle {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: start;
    margin-left: -50px;
}

.abouttitle a {
    margin-bottom: 15px;
    padding: 3px;
    border-radius: 30px;
    width: 100px;
    border: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    color: #6c757d;
    border: 1px solid;
}

.abouttitle a.active {
    color: #fff;
    background-color: #66BAD3;
}

.abouttext {
    margin-left: -50px;
    border-left: 1px solid #DCDDDD;
    padding-left: 40px;
}

.brandslist {
    margin-left: -50px;
    border-left: 1px solid #DCDDDD;
    padding: 0px 40px;
}

.brandsbox {
    display: flex;
    flex-wrap: wrap;
}

.brands {
    width: calc(100% / 3);
    padding: 0px 12px;
}
a.brands,
.brands a {
    color: #000;
}

.brandsName {
    margin: 20px 0px 20px 0px;
    border: 1px solid #000;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/*退換貨辦法*/
.notice_infor {
    margin-left: 20px;
}

.notice_infor p {
    font-size: 14px;
    justify-content: space-around;
}

.notice_infor i {
    font-size: 5px;
    margin-right: 5px;
}



.notice_infor li {
    list-style: none;
    font-size: 14px;
}

.notice_infor .listbox_refund p {
    text-indent: -0.8em;
    font-size: 14px;
    padding: 1em 1em 1em 1em;
    margin: 0px;
}

/*會員頁面*/
.membertitle {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: start;
    margin-left: -50px;
}

.membertitle a {
    margin-bottom: 15px;
    padding: 3px;
    border-radius: 30px;
    width: 100px;
    border: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    color: #6c757d;
    border: 1px solid;
}

.membertitle a.active {
    color: #fff;
    background-color: #66BAD3;
}

.membertext {
    width: calc(100% + 30px);
    border-left: 0px;
    padding: 0px;
    align-items: center;
    justify-content: center;
    border-left: 1px solid #000;
}

.membertext .editinfo {
   display: flex;
   justify-content: center;
   align-items: center;
    max-width: 100%;
}

.member_infor {
    display: flex;
    justify-content: left;
}

.member_bg img {
    max-width: 100%;
    position: relative;
    display: flex;
    z-index: 1;
    padding-left: 3%;
}
}

.member_infor {
    padding: -300px 10px;
    width: 100%;
}

.data_infor {
    margin-top: 20px;
    position: absolute;
    z-index: 10;
    margin-left: 30px;
}

.member_infor li {
    list-style: none;
    line-height: 1em;
    font-size: 18px;
    margin-left: 20px;
    margin-top: 30px;
    z-index: 999;
}

.editinfo button {
    background-color: #66BAD3;
    color: #fff;
    border: 1px solid #66BAD3;
    padding: 10px;
    font-size: 16px;
    margin-left: 25px;
    width: -webkit-fill-available;
}

.orderdata {
    margin-top: 20px;
    padding-left: 15px;
}
.purchased_infor{
    margin-bottom: 50px;
}
.purchased_infor .times {
    margin-bottom: 0px;
    padding-left: 5px;
}

.purchased_infor li {
    list-style: none;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 16px;
    margin-bottom: 10px;
}

.purchased_infor hr {
  border: 0.5px solid #6c757d;
}


.order_lnfro {
    font-size: 20px;
    margin-left: 35px;
    margin-bottom: 20px;
    color: #000;
    border-bottom: 1px solid #000;
}

.order_infor li {
    font-size: 20px;
    margin-left: 35px;
    margin-bottom: 20px;
    color: #000;
    border-bottom: 1px solid #000;
}

.purchased_infor {
    margin-left: 20px;
}

.purchased_infor .ordernumber {
    display: flex;
    align-items: center;
    margin: 0px;
    background-color: #DCDDDD;
    font-size: 16px;
    color: #000;
    padding-left: 5px;
}

.purchased_infor .ordernumber li {
    padding-top: 8px;
}
.purchased_infor .ordernumber li .btn{
    color: #fff;
    background-color: #80b746;
    font-size: 14px;
    margin-left: 10px;
    border-radius: 20px;
    height: 30px;
    padding: 0px 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.purchased_infor .ordernumber li:last-child {
    justify-content: right;
    padding-right: 10px;
}

.purchased_infor .row .col-sm {
    margin-top: 10px;
    display: flex;
    flex-flow: wrap;
    padding: 5px;
}

.purchased_infor .row .col-sm .costnum {
    display: flex;
    flex-direction: column;
    justify-content: end;
    width: 100%;
    padding-right: 15px;
}

.row .col-sm .costnum .blockquote {
    display: flex;
    justify-content: right;
}

.row .col-sm .costnum .blockquote h6 {
    font-size: 12px;
    padding-top: 8px;
    padding-right: 5px;
}

.row .col-sm button {
    margin-top: 10px;
    padding: 0px;
    background-color: #fff;
    border: 1px solid #DCDDDD;
    border-radius: 10px;
    font-size: 12px;
    height: 20px;
    width: 50px;
}

/*付款明細desktop*/

.payment_infor {
  margin-top: 20px;
}
.payment_infor{
    padding: 0px;
    margin-bottom: 0px;
}
.payment_infor li {
    list-style: none;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 16px;
    margin-bottom: 10px;
    
}

.payment_infor .type {
    border-top: 1px solid #6c757d;
    display: flex;
    align-items: center;
    margin: 0px;
    font-size: 16px;
    color: #000;
    padding: 0px;
}

.payment_infor .type li {
    padding-top: 8px;
}

.payment_infor .type li:last-child {
    justify-content: right;
    padding-right: 30px;
}

.payment_infor .type button {
    width: 100px;
    font-size: 14px;
    background-color: #66BAD3;
    color: #fff;
    border: 1px solid #66BAD3;
    border-radius: 20px;
    margin-right: 30px;
    margin-top: 10px;
}


/*訂單明細按鈕*/


.purchasedlist {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #DCDDDD;
    padding: 10px 0px;
}

.purchasedlist .prod {
    width: 100%;
}

.purchasedlist .infos {
    display: flex;
    align-items: center;
    justify-content: space-between;
}




.purchasedlist .prod .prodName {
    font-size: 14px;
    margin-left: 10px;
}


.purchasedlist .prod a {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #000;
}

.purchasedlist .prod img {
    height: 60px;
    width: auto;
}


.purchasedlist .num {
    width: 140px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: end;
}


.purchasedlist .total {
    width: 100px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: end;
}



.order_infor button,
.order_infor button:hover {
    background-color: #66BAD3;
    color: #fff;
    border: 1px solid #66BAD3;
    font-size: 16px;
    width: 100%;
}

.order_infor button.btnClose,
.order_infor button.btnClose:hover {
    background-color: #FCB95D;
    color: #fff;
    border: 1px solid #FCB95D;
    font-size: 16px;
}

/*聯繫我們*/
.contactusshow {
    margin-top: 30px;
    line-height: 1.8em;
}

.formGroup {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.formGroup label {
    margin: 0px;
    width: 50px;
    flex-shrink: 0;
}

.btn-line {
    color: #fff;
    background-color: #09c904;
}

.btn-line:hover {
    color: #fff;
    background-color: #0e9c0a;
}

#memberLoginModal .modal-dialog {
    max-width: 400px;
}

#memberLoginModal .modal-header {
    align-items: center;
    background-color: #41BCD5;
    color: #fff;
    height: 40px;
}

#memberLoginModal .modal-header button {
    opacity: 100%;
    color: #fff;
}

#memberLoginModal .modal-body {
    margin-bottom: -20px;
}

#memberLoginModal .modal-body .loginbox {
    align-items: center;
    margin-bottom: 10px;
}

#memberLoginModal .modal-body .loginbox .form-control {
    padding-left: 30px;
}

#memberLoginModal .modal-body .loginbox img {
    position: absolute;
    z-index: 1;
    left: 10px;
    top: 7px;
    height: 20px;
}

#memberLoginModal .modal-footer .btn {
    border-radius: 5px;
    margin-bottom: 5px;
    width: 100%;
}

#memberLoginModal .modal-footer {
    border-top: #fff;
    display: flex;
    flex-direction: column;
}

#memberLoginModal .modal-footer .login2 {
    display: flex;
}

#memberLoginModal .modal-footer .hr {
    width: 100%;
    display: flex;
    flex-shrink: 1;
}

#memberLoginModal .modal-footer .hr p {
    width: 150px;
    white-space: nowrap;
    align-items: center;
    margin: 0px;
}

#memberLoginModal .modal-footer .btn2 {
    border-radius: 5px;
    margin: 5px;
    height: 40px;
    width: 150px;
}


#memberLoginModal .modal-footer .btn-line, 
#memberLoginModal .modal-footer .btn-fb,
#memberLoginModal .modal-footer .btn-google {
    border: 1px solid #fff;
}
#memberLoginModal .modal-footer .btn-google{
    background-color: #4285f4;
    color: #fff;
}

#memberLoginModal .weblogin {
    max-width: 400px;
}

#memberLoginModal hr {
    border-top: 1px solid #000;
    width: 100%;
}
.btn.btn-google,
.btn.btn-google-bind{
    background-color: #4285f4;
    color: #fff;
    margin-right: 5px;
    margin-top: 10px;
}
.btn-fb {
    color: #fff;
    background-color: #1877f3;
    margin-right: 5px;
    margin-top: 10px;
}

/*註冊會員*/
.btn-primary {
    background-color: #41BCD5;
    border-color: #41BCD5;
}

/*忘記密碼*/
.findpassword {
    margin-top: 30px;
}

.findpassword i {
    font-size: 12px;
    color: #EDB843;
    margin-right: 5px;
}

.findpassword-title {
    line-height: 1.8em;
    font-size: 20px;
    align-items: center;
}

.findpassword-text {
    line-height: 1.8em;
    font-size: 16px;
    margin-bottom: 20px;
}

/*購物車專區*/

  /*cartlist*/
  .editcartlist {
    display: flex;
    align-items: center;
    justify-content: end;
    margin-top: 10px;
    margin-bottom: 30px;
  }

  .editcartlist button {
    display: flex;
    justify-content: center;
    list-style: none;
    width: 100px;
    height: 25px;
    font-size: 14px;
    border: 0.5px solid #6c757d;
    border-radius: 20px;
    margin: 10px;
    background-color: #fff;
    color: #6c757d;
    padding-top: 2px;
    padding-bottom: 2px;
  }

.carttitle {
    font-size: 20px;
    padding-top: 40px;
    padding-bottom: 5px;
    margin-left: 5px;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.carttitle2 {
    font-size: 20px;
    margin-left: 5px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 5px;
    margin-top: -50px;
    height: 30px;
}

.carttitle3 {
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #66BAD3;
    padding-left: -15px;
}

.cartflow {
    margin-left: 60px;
    display: flex;
    align-items: center;
    justify-content: end;
}

.cartflow li.active {
    z-index: 1;
    color: #fff;
    background-color: #66BAD3;
    border-color: #6c757d;
}

.cartflow li {
    display: flex;
    justify-content: center;
    list-style: none;
    width: 100px;
    height: 25px;
    font-size: 14px;
    border: 0.5px solid #6c757d;
    border-radius: 20px;
    margin: 10px;
    background-color: #fff;
    color: #6c757d;
    padding-top: 2px;
    padding-bottom: 2px;
}

.cartflow i {
    font-size: 16px;
    color: #6c757d;
}

.checkboxs {
    align-items: center;
    justify-content: center;
}

.selectitem .cartdetail:nth-child(1) {
    border-top: 1px solid #6c757d;
}

.cartdetail {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #DCDDDD;
}

.cartdetail .infos {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.cartdetail {
    padding: 10px 0px;
}

.cartdetail .prod {
    width: 100%;
}

.cartdetail .prod .prodName {
  font-size: 14px;
  margin-left: 10px;
}


.cartdetail .prod a {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #000;
}

.cartdetail .prod img {
    height: 60px;
    width: auto;
}

.cartdetail .price {
    width: 100px;
    flex-shrink: 0;
}

.cartdetail .num {
    width: 140px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cartdetail .num .btn {
    border: 1px solid #999;
    padding: 0px;
    width: 30px;
    height: 30px;
    flex-shrink: 0;
    border-radius: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cartdetail .num .form-control {
    height: 30px;
    width: 40px;
    text-align: center;
    border-radius: 0px;
    border: 1px solid #999;
    border-right: 0px;
    border-left: 0px;
}

.cartdetail .total {
    width: 100px;
    flex-shrink: 0;
}

.cartdetail .action {
    width: 50px;
    flex-shrink: 0;
}

.cartproddata {
    display: flex;
    align-items: center;
    margin: 0px;
    text-overflow: ellipsis;
    color: #000;
}
.checkoutbox .discountText{
    margin-top: -15px;
    font-size: 14px;
    font-weight: initial;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: end;
    color: #A2A384;
}
.checkoutbox .discountText i{
    margin: 0px 5px;
    /*color: #66BAD3;*/
}
.checkoutbox .coupon {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  margin-top: 20px;

}

.checkoutbox .coupon label {
  white-space:nowrap;
  margin: 3px;
  margin-right: 10px;
  flex-shrink: 1;
}

.checkoutbox .coupon .form-control {
  border-color: #DCDDDD;
  border-radius: 20px;
}


.checkoutbox .coupon i:first-child {
  margin: 3px;
  color: #DCDDDD;
}

.checkoutbox .coupon i:last-child {
  font-size: 16px;
  margin-left: 10px;
  color: #66BAD3;
}


.checkoutbox .carttitle1 h6 {
  margin-left: 5px;
}

.checkoutbox .form-control {
  padding-right: 10px;
}

/*購物車商品*/
.slectitembox {
    align-items: center;
    display: flex;
    border-bottom: 1px solid #6c757d;
    margin-left: 10px;
}

.slectitembox input {
    height: 15px;
    width: 15px;
    margin-top: 10px;
}

.amount {
    display: flex;
    align-items: center;
    margin-left: 10px;
}

.amount input {
    width: 35px;
}

.amount .input_txt {
    margin: 0px;
    height: 30px;
    padding-left: 10px;
    font-size: 16px;
}

.slectitembox i {
    margin-left: 20px;
}



.registertitle {
    font-size: 20px;
    border-bottom: 1px solid #000;
    padding-top: 40px;
    padding-bottom: 5px;
    margin-left: 18px;
    margin-bottom: 30px;
}

form {
    margin-left: 20px;
}

button.submitbtn {
    background-color: #41BCD5;
    color: #fff;
    width: 15%;
    border: 1px solid #41BCD5;
    border-radius: 3px;
}

#inputname .form-control {
    border: 1px solid #000;
    border-radius: 3px;
}

.checkoutbox {
    margin: 0px;
    display: flex;
    align-items: center;
    border-top: 1px solid #000;
}

select#inputState.form-control {
    border-radius: 3px;
    /*border-color: #DCDDDD;*/
    /*border-radius: 20px;*/
    /*font-size: 14px;*/
    /*color: #DCDDDD;*/
}

.morecartbag {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.morecartbag button {
    margin-top: 10px;
    margin-bottom: 20px;
    border: 1px solid #000;
    width: 100px;
}

/*結帳專區*/
.checkoutbox .paymentdetail {
    border-left: 1px solid #6c757d;
    margin-top: 10px;
    line-height: 1.8rem;
}

.checkoutbox .paymentdetail .paymenttext {
    margin-bottom: 20px;
    font-size: 16px;
}

.checkoutbox .paymentdetail .divline {
    border-top: 1px solid #6c757d;
    margin-left: 40px;
}
.checkoutbox .paymentdetail .discount{
    color: #D4838F;
}

.checkoutbox .paymentdetail .finalpayment {
  margin-top: 10px;

}


.checkoutbox .paymentdetail .checkout4 {
    display: flex;
    align-items: center;
    justify-content: end;
    width: 100%;
    margin-top: 30px;
}

.checkoutbox .paymentdetail .checkout4 .btn {
    border: 1px solid #000;
    width: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 15px;
}

.checkoutbox .paymentdetail .checkout4 .btn:last-child {
  background-color: #66BAD3;
  border-color: #66BAD3;
  color: #fff;

}


/*確認結帳*/
.checkout5 {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-top: 30px;
}

.checkout5 button {
    margin-top: 30px;
    border: 1px solid #66BAD3;
    width: 100px;
}

.finalstep {
  display: flex;
  align-items: center;
  justify-content: end;
}
.finalstep ul{
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}
.finalstep ul li{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 2px 0px;
}
.finalstep ul li span:nth-child(2){
    width: 100px;
    text-align: right;
}
.finalstep ul li.total{
    color: #F24E4E;
}
.finalstep ul li.total span:nth-child(2){
    font-size: 20px;
    font-family: Arial;
    font-weight: bold;
}

.finalstep .paymenttext,
.finalstep .paymentprice {
  font-size: 16px;
  margin-top: 10px;
  color: #6c757d;
}

.finalstep .paymenttext .allamount,
.finalstep .paymenttext .shiptype,
.finalstep .paymenttext .pricetype {
  display: flex;
  align-items: center;
  justify-content: end;
  margin-right: 20px;
}


.finalstep .paymentprice .allcost,
.finalstep .paymentprice .shipfee,
.finalstep .paymentprice .finalprice {
  display: flex;
  align-items: center;
  justify-content: start;
}

.finalstep .paymenttext .pricetype,
.finalstep .paymentprice .finalprice {
  color: #d11616;
}




.shipdetail {
  width: 100%;
  margin-top: 20px;
  border-bottom: 1px solid #000;
  border-top: 1px solid #000;
  margin-bottom: 20px;
}

.shipdetail input, .shipdetail select {
    border: 1px solid #000;
    border-radius: 0px;
}

.shipdetail .shiptitle {
    margin-top: 30px;
}

.shipdetail .form-group {
    margin-top: 15px;
}

.shipinfo .form-group {
    margin: 0px;
    margin: 10px 0px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.shipinfo .form-group.cvsGroup .btn{
    flex-shrink: 0;
    margin-left: 5px;
}
.shipinfo .form-group .gender{
    flex-shrink: 0;
    width: auto;
}
.shipinfo .form-group>label {
    margin: 0px;
    width: 100px;
    flex-shrink: 0;
}

.shipinfo .form-group .area {
    width: 100%;
    display: flex;
    align-items: center;
}
.cvs,
.payForm{
    display: none;
}
/*.thanksnote {
    display: flex;
    align-items: center;
    justify-content: center;
    border-top: 1px solid #000;
    margin-top: 10px;
}*/

/*.thanksnote lead {
    margin: 20px;
    flex-shrink: 1;
    line-height: 1.8em;
    font-size: 18px;
}*/

.finalstep .checkout5 button {
    margin: 10px;
}

.checked#recordprods {
    display: flex;
    justify-content: center;
    width: calc(100%/5);
}

.gender {
    display: flex;
    align-items: center;
    width: 150px;
    flex-shrink: 0;
    margin-left: 15px;
}

.gender input {
    height: 15px;
    width: 15px;
}

.gender .form-check {
    flex-shrink: 0;
}

.invoicetype1  {
    margin-bottom: 15px;
}
.invoicetype .invoice{
    display: flex;
    align-items: center;
    cursor: pointer;
    margin-bottom: 15px;
}
.invoicetype .invoice span{
    margin-right: 15px;
}
.invoicetype .invoice i{
    margin-right: 5px;
}
.invoicetype .form-group{
    display: flex;
    align-items: center;
}
.invoicetype .form-group label{
    width: 100px;
    flex-shrink: 0;
    padding: 0px;
    margin: 0px;
}
.media .prod {
    display: flex;
}

.media .prod img {
    width: 100px;
}

.cart {
    margin: auto;
}

/*購物車其他畫面*/

.cartempty {
    justify-content: center;
    border-left: 0px;
    margin: 0px;
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 20px;
    width: calc(100% + 45px);
}

.cart_bg img {
    width: 100%;
    display: block;
    z-index: 1;
    margin-top: -20px;
    margin-left: 20px;
    margin-right: 40px;
}



.cartempty .nav_button {
    display: flex;
    align-items: center;
    justify-content: center;

}

.cartempty .nav_button .goshop {
  margin: 20px;
  background-color: #EDB843;
  color: #fff;
  border: 1px solid #EDB843;
  border-radius: 10px;
  width: 150px;
  height: 50px;
  font-size: 18px;

}

.cartempty .nav_button .index {
  margin: 20px;
  background-color: #66BAD3;
  color: #fff;
  border: 1px solid #66BAD3;
  border-radius: 10px;
  width: 150px;
  height: 50px;
  font-size: 18px;

}

.thankyoutitle {
    padding: 10px;
    font-size: 18px;
    margin-top: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #000;
    display: flex;
    align-items: center;
}

.thankyoutitle img {
  width: 30px;
  height: auto;
  padding-bottom: 5px;
  padding-right: 5px;

}

/* 電腦版 顯示 */
.desktopShow {
    display: block;
}

/* 電腦版 不顯示 */
.phoneShow {
    display: none;
}

/*小圖輪播*/
.prodSwiper {
    width: 100%;
    overflow: hidden;
}

.prodSwiper .swiper-wrapper {
    display: flex;
    align-items: center;
}

.prodSwiper .swiper-wrapper .swiper-slide {
    width: calc(100% / 4 - 10px);
    margin: 5px;
    border: 1px solid #ccc;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    cursor: pointer;
}

.prodSwiper .prev {
    position: absolute;
    left: 10px;
    top: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    z-index: 1;
    font-size: 2em;
    color: #3fbdd7;
    cursor: pointer;
}

.prodSwiper .next {
    position: absolute;
    right: 10px;
    top: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    z-index: 1;
    font-size: 2em;
    color: #3fbdd7;
    cursor: pointer;
}

/*電腦不顯示*/
.btnMenu {
    display: none;
}

.mask {
    display: none;
}

.prodContent .filter {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px 10px;
}

.sitelink i {
    margin: 0px 5px;
}

.prodContent .filter .right {
    display: flex;
    align-items: center;
    justify-content: end;
}

.prodContent .filter .right .btn {
    font-size: 14px;
    width: 120px;
    flex-shrink: 0;
    border: 1px solid #ddd;
    padding: 0px;
    height: 30px;
    display: none;
    align-items: center;
    justify-content: center;
    margin-left: 10px;
}
.prodsfilter ul{
    list-style: none;
    padding: 0px;
    margin: 0px;
    margin-bottom: 30px;
}
.prodsfilter ul li{
    margin: 10px 0px;
    display: flex;
    align-items: center;
    cursor: pointer;
}
.prodsfilter ul li i{
    margin-right: 7px;
}
.thx{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #41bcd5;
    border-radius: 10px;
    color: #fff;
    font-size: 18px;
    overflow: hidden;
}
.thx .left{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 50%;
}
.thx .left ul{
    width: 100%;
    padding: 0px;
    list-style-type: none;
    margin-left: 100px;
    border-bottom: 1px solid #fff;
    padding-bottom: 15px;
}
.thx .right{
    width: 50%;
}
.thx .left .btns{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
}
.thx .left .btns a{
    background-color: #fff;
    color: #41bcd5;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 30px;
    border-radius: 10px;
    margin: 0px 5px;
    font-weight: initial;
}
.thx .left .btns a.order{
    background-color: #80b746;
    color: #fff;
}

.thx .left .btns a.goshop{
    background-color: #edb843;
    color: #fff;
}
.thx .right{
    padding-top: 30px;
    /*margin-bottom: -10vh;*/
    max-height: 50vh;
    min-height: 450px;
}
.memberCard{
    width: 100%;
    height: 500px;
    background-color: #f7f8f8;
    padding: 30px;
    overflow: hidden;
}
.memberCard ul{
    list-style-type: none;
    font-size: 16px;
}
.memberCard ul li{
    display: flex;
    align-items: center;
    padding: 5px 0px;
}
.memberCard ul li span:nth-child(1){
    width: 100px;
    flex-shrink: 0;
}
.memberCard img{
    position: absolute;
    right: -7%;
    bottom: -10%;
    width: 50%;
}
.btnMemberEdit{
    width: 100%;
    height: 50px;
    background-color: #41bcd5;
    color: #fff;
    border-radius: 0px;
    font-size: 18px;
    letter-spacing: 2px;
}
.fz14{
    font-size: 14px;
}
.foot-logo-phone{
    display: none;
}
.itemProds span{
    color: #000;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 34px;
    overflow: hidden;
}
.card-body img{
    max-width:  100%;
    height: auto !important;
}
.tags{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 30px;
}
.tags h4{
    display: block;
    width: 100%;
    font-size: 18px;
}
.tags a{
    display: flex;
    align-items: center;
    justify-content: center;
    color: #666;
    border: 1px solid;
    padding: 3px 15px;
    border-radius: 20px;
    font-size: 14px;
    margin: 5px;
}
.prods{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.prods a.prod{
    color: #000;
    width: calc(100% / 5);
    transition: all .5s;
    padding: 5px;

}
.prods a.prod:hover{
    transform: translateY(-5px);
    box-shadow: 0px 5px 5px #ccc;

}
.prods a.prod .text{
    display: flex;
    align-items: start;
    justify-content: space-between;
    padding: 5px 0px;
    background-color: #fff;
}
.prods a.prod .text .left{

}
.prods a.prod .text .left .prodName{
    font-size: 14px;
    height: 21px;
    overflow: hidden;
}
.prods a.prod .text .right{
    font-size: 14px;
    color: #66BAD3;
    width: 60px;
    flex-shrink: 0;
    text-align: right;    
}
.prods a.prod .text .right p{
    font-size: 12px;
    margin: 0px;
}
.prods a.prod .brandName{
    margin: 0px;
}
#mailModal .modal-header{
    background-color: #66bad3;
    color: #fff;
}
#mailModal .modal-header span{
    color: #fff;
    box-shadow: none;
}
#mailModal .modal-header .close{
    opacity: 1;
}
#mailModal .content{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 95%;
    background-color: #f7f7f7;
    margin: auto;
    margin-top: 30px;
    margin-bottom: 30px;
    padding-bottom: 15px;
    border-radius: 5px;
}
#mailModal .content .imgs{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
}
#mailModal .content .imgs img{
    width: 30px;
    margin: 0px 5px;
    margin-top: -15px;
}
#mailModal .content p{
    margin: 2px 0px;
    font-size: 14px;
    color: #000;
    font-weight: initial;
}
#mailModal .form-control{
    width: 95%;
    margin: auto;
    margin-bottom: 15px;
    font-size: 14px;
}
#mailModal .modal-footer .btn{
    width: 120px;
    padding: 0px;
    height: 35px;
    font-size: 14px;
    border-radius: 13px;
    letter-spacing: 2px;
}
#mailModal .modal-content{
    border-radius: 15px;
    overflow: hidden;
    /*border: 2px solid #333;*/
}
.blockUI{
    z-index: 99999 !important;
}
.brandBox{
    margin-bottom: 15px;
}
.brandBox .brandName{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-bottom: 5px;
    color: #3ebcd7;
    font-size: 20px;
    font-weight: bold;
}
.blogContent{
    /*margin-top: 15px;*/
    margin-bottom: 15px;
    width: 100%;
}
.blogContent a.blog {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
    color: #000;
}
.blogContent .blog .line{
    width: 50px;
    flex-shrink: 0;
    height: 7px;
    background-color: #eee;
    border-radius: 10px;
    margin-right: 30px;
}
.blogContent .blog:hover .line{
    background-color: #66BAD3;
}
.blogContent .blog .photo{
    width: 250px;
    flex-shrink: 0;
    height: 80px;
    border-radius: 50px;
    margin-right: 30px;
    background-size: cover;
    background-position: center;
    background-color: #eee;
}
.blogContent .blog .text{
    width: 100%;
}
.blogContent .title{
    font-weight: bold;
    font-size: 16px;
    color: #333;
}
.blogContent .date{
    font-size: 14px;
    color: #999;
    font-weight: initial;
    margin-top: 3px;
}
.blogDetail h3{
    font-size: 18px;
    margin-top: 0px;
}
.blogDetail .date{
    font-size: 14px;
    color: #999;
}
.blogDetail .content{
    margin-top: 15px;
}
.blogDetail img{
    max-width: 100% !important;
    height: auto !important;
}
/* 平板 */
@media (max-width: 1000px) {
    nav .dropdown-menu.show .flex {
        width: 200px;
    }

    .desktopShow {
        display: none;
    }

    .phoneShow {
        display: block;
        justify-content: center;
    }

    .menubar {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 10px;
        margin-top: -20px;
    }

    .menubar button {
        justify-content: center;
        padding: 0px;
    }

    .phoneShow .logo {
        margin: 0px;
        width: 50px;
        justify-content: left;
    }

    .phoneShow .logo img {
        margin: 0px;
        width: auto;
        height: 50px;
    }

    /*searchbar*/
    .phoneShow .menubar .search {
        margin-left: 5px;
        justify-content: left;
        color: #fff;
    }

    .phoneShow .menubar .search .form-control {
        padding: 18px 24px;
        margin: 0px;
        margin-right: 10px;
        height: 20px;
        padding-left: 40px;
        width: 430px;
        border-radius: 25px;
        font-size: 16px;
        background-color: #DCDDDD;
        border: 1px solid #fff;
    }

    .phoneShow .menubar .search i {
        position: absolute;
        z-index: 1;
        left: 15px;
        top: 12px;
        color: #fff;
        font-size: 16px;
    }

    /*menubarlogin*/
    .phoneShow .login .btn-login {
        margin: 0px;
    }

    .phoneShow .login .btn-login a {
        justify-content: center;
        border: 1px solid #fff;
        margin-left: 10px;
        margin-right: 10px;
        padding: 0px;
    }

    .phoneShow .menubar.login .btn-login img {
        width: 30px;
    }

    .phoneShow .menubar.cartbag img {
        height: 30px;
        margin-left: 10px;
    }

    .topmenu ul {
        list-style: none;
        margin: 0px;
        width: auto;
        display: flex;
        align-items: center;
        justify-content: space-between;
        /*border: 1px solid #000;   */
    }

    /*首頁商品*/
    .feature {
        width: calc(100% / 3);
        padding: 10px;
    }

    .feature a {
        display: flex;
    }

    .feature .prod .prodbox1 .prodName {
        font-size: 14px;
        height: 40px;
        flex-shrink: 1;
        line-height: 1.5em;
    }

    .feature .prod .prodbox1 .brandName {
        font-size: 12px;
        height: 25px;
    }

    .feature .prod .prodbox1, .feature .prod .prodbox2 {
        margin-top: 6px;
        margin-right: 10px;
    }

    .feature .prod .prodbox2 .price {
        font-size: 14px;
    }

    .contactusshow {
        display: none;
    }

    .fcontent1 {
        padding: 40px;
    }

    .sectionTitle {
        margin-top: 30px;
    }

    /*footer*/
    .memberPage {
        margin-top: 30px;
    }

    .contactinfo .contactimg {
        display: none;
    }

    .desktopShow .boxtitle,
    .desktopShow .footermedia {
       display: block;
    }

    .phoneShow .boxtitle2,
    .phoneShow .mediabox,
    .phoneShow .copyright {
        display: none;

    }

    /*QA*/
    .QAtitle a {
        margin-top: 0px;
        margin-left: 20px;
    }

    /*會員註冊*/
    .pagetitle {
        display: flex;
        padding: 10px;
        background-color: #41BCD5;
        color: #fff;
        justify-content: center;
        margin: 0px;
        margin-bottom: 30px;
        border: 1px solid;
        font-size: 20px;
        width: calc(100% + 20px);
    }

    .pagetitle2 {
        display: flex;
        padding: 10px;
        background-color: #80B746;
        color: #fff;
        justify-content: center;
        margin: 0px;
        margin-bottom: 30px;
        border: 1px solid;
        font-size: 20px;
    }

    .pagetitle3 {
        display: flex;
        padding: 10px;
        background-color: #80B746;
        color: #fff;
        justify-content: center;
        margin: 0px;
        border: 1px solid;
        font-size: 16px;
    }

    .registertitle {
        display: flex;
        padding: 10px;
        background-color: #41BCD5;
        color: #fff;
        justify-content: center;
        margin: 0px;
        margin-bottom: 30px;
        border: 1px solid;
        font-size: 20px;
    }

    /*關於敬好-平版*/
    .abouttext iframe {
        width: 100%;
    }



    /*忘記密碼*/

    .orderdata {
        margin-top: 20px;
        padding-left: 15px;
    }

    /*最近瀏覽*/
    /*.reviewprods .reviewprod {
        width: calc(100% / 4);
    }

    .reviewprods .reviewprod .reivewprodName {
        display: none;
    }

    .recordprods .recordprod {
        width: calc(100% / 4);
    }*/

    .findpassword-title {
        margin-top: 20px;
    }

    .sectionTitle strong {
        margin-top: 20px;
    }

    .cartitem {
        border-bottom: 1px solid #000;
        margin-bottom: 10px;
    }

    .slectitembox {
        align-items: center;
        border-bottom: 1px solid #6c757d;
        margin-left: 10px;
    }

    .media .prod {
        display: flex;
        margin-right: -20px;
        font-size: 16px;
    }

    .media .prod img {
        width: 100px;
    }

    .cartitem {
        border-bottom: 1px solid #6c757d;
    }

    .slectitembox-phoneShow {
        display: none;
    }


    /*購物車平板*/
    .cart_bg img {
        margin-left: 0px;
    }

    .cart_bg2 img {
        margin-left: -15px;
    }

    .prod{
        width: calc(100% / 3);
    }


}

nav .dropdown-menu.show a i {
    display: none;
}

.itemsbody ul.spec{
    list-style-type: none;
    padding: 0px;
    margin-left: 0px;
    font-size: 14px;
    display: flex;
    align-items: center;
}
.itemsbody ul.spec li{
    width: 50%;
}
.itemsbody ul.spec li:nth-child(2){
    padding-left: 15px;
}
.itemsbody ul.spec li .form-control{
    height: 30px;
    font-size: 14px;
    padding: 0px 5px;
    border-radius: 0px;
}
.itemsbody ul.spec li label{
    margin: 0px;
}
.itemsbody ul.spec .num{
    margin-left: 0px;
    width: auto;
}
.itemsbody ul.spec li .num .form-control{
    /*width: 100%;*/
}
@media (max-width:  820px){
    .prods a.prod{
        width: calc(100% / 3);
    }
    .blogContent .blog .photo{
        display: none;
    }
    .blogContent .blog .line{
        margin-right: 15px;
        /*width: 30px;*/
    }
    .blogContent .title{
        font-size: 14px;
    }
}
/* 手機 */
@media (max-width: 576px) {
    .desktopShow {
        display: none;
    }

    .laptopShow {
        display: none;
    }

    .phoneShow {
        display: block;
        margin-bottom: 10px;
    }

    .phoneShow .menubar {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 10px;
    }

    .mask.open {
        display: block;
        width: 100vw;
        height: 100vh;
        position: fixed;
        top: 0px;
        left: 0px;
        background-color: rgba(0, 0, 0, 0.5);
        z-index: 999;
    }

    .phoneShow .menubar {
        margin-top: -20px;
        margin-right: 10px;
        margin-left: 0px;
    }

    .phoneShow .logo {
        margin-right: -10px;
        height: 20px;
    }

    .phoneShow .logo img {
        width: 40px;
        height: auto;
    }

    .phoneShow .menubar .search .form-control {
        padding: 5px 10px;
        margin: 0px;
        height: 25px;
        padding-left: 25px;
        width: 220px;
        border-radius: 25px;
        font-size: 14px;
        background-color: #C9CACA;
        border: 1px solid #fff;
    }

    .phoneShow .menubar .search i {
        position: absolute;
        z-index: 1;
        left: 10px;
        top: 5px;
        color: #fff;
        font-size: 14px;
    }

    .menubar .btn-login img {
        height: 20px;
        margin-top: -6px;
        margin-left: 5px;
        margin-right: 5px;
    }

    .phoneShow .cartbag img {
        height: 20px;
        margin-top: -6px;
        margin-left: auto;
    }

    .featureitem .feature {
        width: calc(100% /2);
    }

    .brand .prodSwiper .swiper-wrapper .swiper-slide {
        width: calc(100% / 3);
        margin: 5px;
        border: 1px solid #ccc;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
    }

    /*footer手機*/
    .contactus {
        display: none;
    }
    .desktopShow .footermedia {
      display: none;
    }


    .contactinfo {
        background-color: #DCDDDD;
        margin-top: 20px;
        border: 0px;
        width: calc(100% + 45px);
        margin-left: -15px;
    }

    .contactinfo .contactimg {
        display: block;
        margin-right: 5px;
        margin-left: 20px;
    }

    .contactinfo h4 {
        margin-top: 10px;
        margin-bottom: 10px;
        max-width: 60%;
    }


    .boxtitle {
        display: inline;
        width: 500px;
        margin: 15px;
    }

    .boxtitle ul {
        display: flex;
        align-items: flex-start;
        justify-content: flex-start;
        padding-left: 0px;
        flex-wrap: wrap;
        margin-bottom: 0px;
        line-height: 1em;
    }

    .boxtitle ul li {
        line-height: 20px;
        margin: 0px;
        margin-right: 15px;
        line-height: 2em;
    }

    .phoneShow .boxtitle2 {
    display: flex;
    justify-content: center;
    background: #F7F8F8;
    padding-top: 20px;

    }

    .boxtitle2 img {
      width: 20vw;
      height: auto;
      padding-top: 20px;

    }

    .phoneShow .mediabox {
      display: flex;
      justify-content: center;
      background: #F7F8F8;
    }

    .phoneShow .mediabox img {
      margin: 10px;
      width: 15vw;
      height: auto;
      padding-top: 20px;

    }

    .phoneShow .copyright {
      display: flex;
      justify-content: center;
      background: #F7F8F8;
      padding-top: 20px;

    }


    /*商品區*/
    /*全商品*/
    .prod {
        width: calc(100% / 2);
        padding: 10px;
    }

    .prodContent .filter .right .btn {
        width: 85px;
        font-size: 8px;
        color: #6c757d;
        border-radius: 20px;
    }

    .filter .form-control {
        font-size: 8px;
        width: 85px;
        padding-left: 5px;
        color: #6c757d;
        border-radius: 15px;
    }

    .pagination {
      margin-left: 0px;
      justify-content: center;
    }

    .pagetitle3 {
        display: flex;
        padding: 10px;
        background-color: #66BAD3;
        color: #fff;
        justify-content: center;
        border: 1px solid;
        font-size: 16px;
        width: calc(100% + 56px);
        margin-left: -41px;
    }

    .prodContent .filter .right .btn i {
        margin-left: 5px;
    }

    .prodContent .filter .right .btn {
        display: flex;
    }

    .sitelink {
        font-size: 8px;
        flex-shrink: 1;
        white-space: nowrap;
    }

    /*會員中心手機*/
    .membertitle {
        flex-direction: row;
        width: 300px;
        margin: 0px;
        margin-left: 10px;
        margin-top: 10px;
        margin-bottom: 10px;
        z-index: 1;
        padding-left: 15px;
    }

    .membertitle a {
        margin-left: 40px;
    }

    .data_infor {
        margin: 0px;
    }

    .member_bg {
        position: static;
        margin-left: -15px;
    }

    .editinfo button {
        margin-left: 0px;
    }

    .membertext {
        justify-content: center;
        border-left: 0px;
        border-top: 1px solid #000;
        margin: 0px;
        margin-left: -15px;
        margin-right: -15px;
        margin-bottom: 20px;
        width: calc(100% + 45px);
    }

    .membertext a {
        margin-left: 40px;
    }

    .purchased_infor li{
      font-size: 14px;
      max-width: 70vw;

    }
    .member_infor li {
        line-height: 1.5em;
        font-size: 16px;
        margin-top: 10px;
        width: 70vw;
        padding-top: 5px;
    }

    .purchased_infor .times{
        margin-left: -15px;
    }

    .purchased_infor .ordernumber {
      width: calc(100% + 10px);
      margin-left: -20px;
    }

    .purchased_infor .row .col-sm {
      padding: 10px;
      margin-left: -10px;
    }

    .purchased_infor .row .col-sm .prod{
      width: calc(100% / 3);
      padding: 10px;
      margin-left: -3px;
    }
    .purchased_infor .ordernumber{
        justify-content: space-between;
    }
    .purchased_infor .ordernumber li {
      padding-left: 0px;
      width: auto;
    }
    .purchased_infor .ordernumber li:first-child{
        padding-left: 5px;
    }
    .purchased_infor .ordernumber li .btn{
        font-size: 12px;
        flex-shrink: 0;
    }

    .purchased_infor .ordernumber li:last-child {
      justify-content: end;
      padding-right: 17px;
    }

    .row .col-sm button{
      margin-left: 10px;
      margin-top: -20px;
    }

    .membertext .filter .form-control{
      width: 45vw;
      margin-left: 45vw;
      margin-top: 20px;
    }

    .order_infor button{
      margin-left: -20px;
    }

    .payment_infor .type button {
      width: 40vw;
    }

    .purchased_infor hr {
      width: 100%;

    }
    /*付款明細手機*/
    .purchaseditem {
      margin-left: -10px;
    }

    .purchasedlist .prod a {
      margin-left: -5px;
    }

    .purchasedlist .prod .prodName {
      width: 40vw;
      white-space: wrap;
    }

    .purchasedlist .num {
      width: 60px;
      flex-shrink: 1;
      justify-content: start;
    }


    /*商品專區手機*/
    .carousel {
        margin-bottom: 30px;
    }

    .prod {
        width: calc(100% / 2);
        padding: 10px;
    }

    .prodslist .prod .prodbox1 .prodName {
        height: 40px;
    }

    /*商品內頁手機*/

    .itemsbody .price {
      margin-bottom: 0px;
    }

    .itemsbody .instock1 {
      display: inline-flex;

    }

    .itemsbody .instock {
      margin-top: 10px;
      display: inline;

    }

    .itemdetail {
        flex-direction: column;
    }

    .itemsbody .instock .num {
      margin-left: 0px;
      margin-top: 10px;

    }

    .itemsbody .num .btn {
      width: 20vw;
    }


    .itemsbody .instock .num .form-control {
      width: 30vw;

    }
    .itemsbody .instock .filter .form-control {
      width: 70vw;
      margin-top: 10px;
    }



    /*關於敬好-手機版*/
    .abouttitle {
        flex-direction: row;
        width: 100%;
        margin: 0px;
        padding: 0px;
        margin-bottom: 10px;
    }

    .abouttitle a {
        margin: 5px;
        font-size: 14px;
    }

    .abouttext, .brandslist {
        border-top: 1px solid #000;
        margin-left: 0px;
        border-left: 0px;
        padding: 0px;
        width: calc(100% + 30px);
        margin-left: -15px;
    }

    .abouttext {
        padding: 30px;
    }

    .brandslist {
        padding: 0px;
    }

    .brands {
        width: calc(100% / 2);
        padding: 12px;
        margin-top: 20px;
    }

    /*文章專區*/
    .terms .notice_infor p {
        margin: 10px;
        line-height: 1.8em;
    }

    .prodSwiper .swiper-wrapper .swiper-slide {
        width: calc(100% / 4 - 10px);
    }

    .recordprodName {
        display: none;
    }

    /*購物車手機*/


    .cartflow {
      margin: 0px;
      padding: 0px;
    }

    .cartflow li {
      width: 90px;
      font-size: 12px;
      display: flex;
      justify-content: center;
    }

    .pagetitle4 {
        display: flex;
        padding: 10px;
        background-color: #66BAD3;
        color: #fff;
        justify-content: center;
        border: 1px solid;
        font-size: 16px;
        margin-left: 15px;
    }

    .checkoutbox .paymentdetail{
      border: 0px;
    }


    .selectitem .cartdetail:nth-child(1) {
        display: none;
    }

    .cartdetail {
        flex-wrap: wrap;
    }

    .cartdetail .infos {
        width: 100%;
        margin-left: 20px;
    }

    .cartdetail .infos>div {
        flex-shrink: 1;
    }

    .cartdetail .infos .price {
        width: 90px;
    }

    .cartdetail .infos .action {
        width: 40px;
    }

    .cartdetail .infos .total {
        width: 80px;
    }

    .checkflow {
        font-size: 15px;
    }

    .checkoutbox {
        flex-wrap: wrap;
        margin-top: 15px;
    }
    .cartempty .nav_button {
      flex-direction: column;
      margin: 0px;
    }

    .cartempty .nav_button .goshop,
    .cartempty .nav_button .index {
      margin: 0px;
      margin-top: 10px;
      width: 80%;
      height: 40px;

    }



    header .logo {
        width: 50px;
        flex-shrink: 0;
    }

    header .logo img {
        width: 50px;
        height: 50px;
    }

    header .btns .btn-login {
        padding: 0px;
        border: none;
        width: 40px;
        height: 40px;
        flex-shrink: 0;
    }

    header .btns .btn-cart {
        width: 40px;
        height: 40px;
        flex-shrink: 0;
        margin: 0px;
    }

    header .btns .btn-login span {
        display: none;
    }

    header .btns .btn-login i {
        margin: 0px;
        font-size: 22px;
    }

    header .headerBar {
        padding: 0px;
        align-items: center;
    }

    header .top {
        padding: 0px;
    }

    .btnMenu {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0px;
        width: 40px;
        height: 40px;
        margin-right: 10px;
    }

    header .headerBar {
        /*width: auto;*/
        padding-left: 15px;
    }

    header .search {
        margin-left: 5px;
    }

    header .search .btn {
        background-color: #ccc;
        position: absolute;
        left: -5px;
        background-color: transparent;
        color: #ccc;
    }

    header .search input.form-control {
        padding-left: 35px;
        width: 45vw;
        background-color: #eee;
        font-size: 14px;
        height: 35px;
    }

    nav ul {
        position: fixed;
        background-color: #fff;
        left: -280px;
        top: 0px;
        width: 280px;
        height: 100vh;
        z-index: 1000;
        margin-top: 0px;
        flex-direction: row;
        justify-content: start;
        align-items: start;
        padding: 15px 10px;
        transition: all .5s;
        /*width: 80vw;
        height: 60vh;
        left: -80vw;
        padding: 10px;*/
    }

    nav.open ul {
        left: 0px;
    }

    nav ul li {
        width: calc(100% / 3);
        display: flex;
        justify-content: center;
        align-items: center;
    }

    header, header .headerBar {
        height: 70px;
    }

    main {
        margin-top: 70px;
    }

    nav .dropdown-menu.show {
        width: calc(70vw - 15px);
        box-shadow: none;
        /*left: 90px !important;*/
        /*top: -30px !important;*/
    }
    nav .blue .dropdown-menu.show{
        transform: translate3d(19px, 40px, 0px) !important;
    }
    nav .dropdown-menu.show .flex{
        width: 100%;
        margin: 0px;
    }
    nav .dropdown-menu.show a{
        margin: 0px;
    }
    nav .blue .dropdown-menu.show {

    }

    nav .orange .dropdown-menu.show {
        left: -100px !important;
    }

    nav .green .dropdown-menu.show {
        left: -105px !important;
    }

    nav .dropdown-menu.show {
        background-color: rgba(255, 255, 255, 0.8);
    }

    nav .dropdown-menu.show a {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    nav .dropdown-menu.show a i {
        display: block;
    }

    .prodSide {
        position: fixed;
        background-color: #fff;
        z-index: 9999;
        right: -300px;
        top: 0;
        width: 280px;
        box-shadow: -2px 0px 10px #333;
        transition: all .5s;
        height: 100vh;
        overflow: scroll;
    }

    .prodSide.open {
        right: 0px;
    }

    /*聯繫我們*/

    button.submitbtn {
        width: 100%;

    }

    .prodsfilter{
        margin-left: 0px;
    }
    .itemsbody ul.spec{
        flex-direction: column;
    }
    .itemsbody ul.spec li{
        width: 100%;
        padding: 0px;
        margin-bottom: 5px;
        display: flex;
        align-items: center;
    }
    .itemsbody ul.spec li:nth-child(2){
        padding: 0px;
    }
    .itemsbody ul.spec li label{
        flex-shrink: 0;
        width: 70px;

    }
    .itemsbody ul.spec .form-control{
        /*width: 100%;*/
    }
    .itemsbody .num .btn{
        width: 50px;
    }
    .itemdetail{
        margin: 0px;
        margin-top: 15px;
    }
    .prodPhoto{
        margin-top: 0px;
    }
    .foot-logo-phone{
        display: block;
        margin: auto;
        width: 100px;
    }
    .boxtitle .mediabox{
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 15px;
    }
    .boxtitle .mediabox a{
        margin: 0px 7px;
    }
    .boxtitle .mediabox a img{
        width: 50px;
    }
    .footermedia{
        display: flex;
        align-items: center;
        justify-content: center;
        border-top: none;
        margin-bottom: 10px;
    }
    .prodSwiper .swiper-wrapper .swiper-slide{
        width: calc(100% / 2 - 10px);
    }
    .itemProds span{
        font-size: 12px;
    }
    .membertitle{
        justify-content: space-between;
        padding: 0px;
        margin: 0px;
        margin-bottom: 15px;
        width: 100%;
    }
    .membertitle a{
        margin: 0px;
        width: calc(100% / 3 - 5px);
        flex-shrink: 0;
    }
    .prods a.prod{
        width: calc(100% / 2);
    }   
    .QAtitle{
        display: flex;
        align-items: center;
        justify-content: space-between;
    } 
    .QAtitle a{
        margin: 0px;
        font-size: 16px;
        width: calc(100% / 3 - 5px);
    }
}
