@charset "UTF-8";
label {
  font-family: "Arial";
}

body {
  background-color: #eeeeee;
  position: relative;
}

@media (min-width: 820px) {
  .container {
    width: 100%;
    max-width: 800px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 100%;
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 100%;
    max-width: 1200px;
  }
}
@media (min-width: 1400px) {
  .container {
    width: 100%;
    max-width: 1400px;
  }
}
/* 820px切換顯示 */
.mobile-visible {
  display: none !important;
}
@media (max-width: 820px) {
  .mobile-visible {
    display: block !important;
  }
}

.mobile-hidden {
  display: block !important;
}
@media (max-width: 820px) {
  .mobile-hidden {
    display: none !important;
  }
}

.cus-size {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media (max-width: 820px) {
  .cus-size {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .cus-size .col-sm-9 {
    padding-right: 0px;
    padding-left: 0px;
  }
}

/* js觸發 */
#navbar_h {
  height: 5%;
  position: fixed;
  z-index: -10;
}

nav {
  background-color: #fff;
  position: relative;
}
nav .container-fluid {
  padding: 0px;
}
nav .navbar-right {
  margin-right: 0px;
}

/*mobile-logo */
.mobile-logo {
  margin-left: 50%;
  transform: translateX(-50%);
}
.mobile-logo img {
  width: 50%;
  margin: 5px auto;
  display: block;
}

/*menutoggle */
.mobile-toggle {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100;
  width: 50px;
  height: 50px;
  border: none;
  background-color: rgba(0, 0, 0, 0);
  padding: 0 12px;
}
@media (max-width: 820px) {
  .mobile-toggle {
    display: block;
    transition: all 0.2s ease;
  }
}
.mobile-toggle.navbar-move {
  background-color: rgba(0, 0, 0, 0.8);
}
.mobile-toggle.active {
  position: fixed;
  right: 0;
  left: auto;
  opacity: 0;
  animation: toggle-active;
  animation-duration: 1s;
  animation-delay: 0.3s;
  animation-fill-mode: forwards;
}
.mobile-toggle.active .line {
  background-color: #fff;
  transform: translateY(5px) rotate(45deg);
}
.mobile-toggle.active .line:nth-of-type(1) {
  width: 25px;
}
.mobile-toggle.active .line:nth-of-type(2) {
  transform: translateY(-3px) rotate(-45deg);
  margin-top: 5px;
}
.mobile-toggle.active .line:nth-of-type(3) {
  display: none;
}
.mobile-toggle .line {
  width: 25px;
  height: 3px;
  background-color: #b4aba3;
  display: block;
  border-radius: 3px;
  transition: all 0.3s ease-in-out;
}
.mobile-toggle .line:nth-of-type(1) {
  width: 20px;
}
.mobile-toggle .line:nth-of-type(2) {
  margin-top: 3px;
}
.mobile-toggle .line:nth-of-type(3) {
  margin-top: 3px;
}

/*pc-選單 */
.PCTOPnav {
  background-color: #d82344;
  min-height: 54px;
}
.PCTOPnav li {
  opacity: 0.6;
  transition: all 0.2s ease-in;
}
.PCTOPnav li:hover, .PCTOPnav li:focus {
  opacity: 1;
}
.PCTOPnav li a {
  color: #fff;
  font-size: 15px;
  padding: 15px 12px;
  display: block;
  text-decoration: none;
}
@media (max-width: 1000px) {
  .PCTOPnav li a {
    padding: 15px 6px;
  }
}
.PCTOPnav li a.memlogin {
  padding-right: 2px;
  padding-top: 18px;
}
.PCTOPnav li a.dropdown-toggle {
  padding-top: 18px;
}
.PCTOPnav li a img {
  vertical-align: bottom;
}
.PCTOPnav li a .badge {
  background: none;
  border-radius: 0px;
  border: solid 1px rgba(254, 254, 254, 0.5);
  margin-left: 4px;
  line-height: 1;
  vertical-align: inherit;
}
.PCTOPnav li.pc-remove-cart {
  opacity: 1;
}
.PCTOPnav li.pc-remove-cart a {
  opacity: 0.6;
  transition: all 0.2s ease-in;
}
.PCTOPnav li.pc-remove-cart a:hover, .PCTOPnav li.pc-remove-cart a:focus {
  opacity: 1;
}
.PCTOPnav li.pc-remove-cart .dropdown-menu .cart_list table tr td {
  vertical-align: baseline;
}
.PCTOPnav li.pc-remove-cart .dropdown-menu a {
  color: #6d5f52;
  opacity: 1;
  padding: 8px 12px;
}
.PCTOPnav li.pc-remove-cart .dropdown-menu .btn-danger {
  color: #fff;
  padding: 15px 12px;
}
.PCTOPnav li.lang-btn {
  border-left: solid 1px rgba(254, 254, 254, 0.5);
  border-right: solid 1px rgba(254, 254, 254, 0.5);
  opacity: 1;
}
.PCTOPnav li.lang-btn a {
  opacity: 0.6;
  transition: all 0.2s ease-in;
}
.PCTOPnav li.lang-btn a:hover, .PCTOPnav li.lang-btn a:focus {
  opacity: 1;
}
.PCTOPnav li.PCsearch {
  opacity: 1;
  position: relative;
  border-right: solid 1px rgba(254, 254, 254, 0.5);
}
.PCTOPnav li.PCsearch .search-btn {
  color: #fff;
  opacity: 0.6;
  padding: 20px 12px;
  transition: all 0.2s ease-in;
}
.PCTOPnav li.PCsearch .search-btn:hover, .PCTOPnav li.PCsearch .search-btn:focus {
  opacity: 1;
}
.PCTOPnav li.PCsearch form {
  display: none;
  position: absolute;
  right: 0;
  width: 150px;
  top: 60px;
  z-index: 2;
}
.PCTOPnav li.PCsearch form .form-control {
  border: solid 3px #6d5f52;
  border-radius: 0px;
}

.PCMAINnav {
  max-width: 1400px;
  padding: 0px 15px;
  margin: 0 auto;
}
.PCMAINnav .PCMENU {
  width: 80%;
  float: right;
}
@media (max-width: 1100px) {
  .PCMAINnav .PCMENU {
    width: 100%;
  }
}
.PCMAINnav .pclink {
  margin-top: 65px;
}
@media (max-width: 1100px) {
  .PCMAINnav .pclink {
    margin-top: 0px;
  }
}
.PCMAINnav .pclink li {
  font-size: 16px;
}

/*mobile-左側選單 */
@media (max-width: 820px) {
  .side-collapse-left {
    transition: all 0.3s ease-in;
    position: fixed;
    z-index: 50;
    width: 0%;
    top: 0;
    left: -60%;
    background-color: rgba(0, 0, 0, 0.6);
    opacity: 0;
    height: 100vh;
    overflow-y: scroll;
  }
  .side-collapse-left .navbar-nav li a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

.menu-show .side-collapse-left {
  width: 100%;
  opacity: 1;
  left: 0;
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 0px;
  padding-left: 0px;
}

@media (max-width: 820px) {
  .mblink {
    margin-top: 0px;
    width: 85%;
    background-color: #fff;
    float: left !important;
    height: 4000px;
  }
  .mblink .mblink-container {
    padding: 0px 15px;
  }
  .mblink .navbar-brand {
    width: 100%;
  }
  .mblink .navbar-brand img {
    display: block;
    margin: 22px auto;
    width: 170px;
  }
  .mblink .toplink {
    width: 70%;
    justify-content: center;
    margin: 0 auto;
  }
  .mblink .toplink li {
    padding-left: inherit;
    width: inherit;
    margin: 0 15px;
    text-align: center;
  }
  .mblink .mblink-line {
    width: 100%;
    height: 1px;
    background-color: #d7d1cb;
  }
  .mblink .pd-s-title {
    color: #1a1a1a;
    letter-spacing: 1px;
    font-size: 16px;
    line-height: 1;
    font-weight: 600;
    font-family: "Arial";
    margin-left: 0.8em;
  }
  .mblink .mobile-aside {
    margin-left: 0em;
  }
  .mblink .mobile-aside ul.ACCORDION li.item1:last-child {
    border-bottom: solid 0px #dedede;
  }
  .mblink .mobile-main-menu {
    padding: 20px 1em;
  }
  .mblink .mobile-main-menu li {
    font-size: 16px;
    line-height: 2;
    font-weight: 600;
    font-family: "Arial";
  }
  .mblink .mobile-main-menu .memberlogin {
    padding-left: 0px;
  }
  .mblink .mobile-main-menu a {
    color: #1a1a1a;
  }
  .mblink .mobile-main-menu .badge {
    background-color: #fff;
    border: solid 1px #1a1a1a;
    border-radius: 0px;
    padding: 3px 5px;
    color: #1a1a1a;
  }
  .mblink .lang a {
    color: #6d5f52;
    padding: 20px 0;
    display: block;
  }
}

/*mobile-左側search */
@media (max-width: 820px) {
  .mobile-search form {
    width: 85%;
    position: relative;
    margin: auto 15px;
    margin-top: 22px;
    margin-bottom: 30px;
  }
  .mobile-search form .form-control {
    display: inline-block;
    width: 100%;
    padding: 6px 40px;
    border-radius: 2px;
    height: 40px;
  }
  .mobile-search form .close-search {
    display: none;
  }
}
@media (max-width: 767px) {
  .mobile-search form {
    width: 90%;
  }
}
@media (max-width: 820px) {
  .search-xs {
    position: absolute;
    left: 10px;
    top: 13px;
    color: #999;
  }
}
/*mobile-購物車 */
.subtitle {
  color: #1a1a1a;
  letter-spacing: 1px;
  font-size: 20px;
  line-height: 1.5;
  font-weight: 600;
  font-family: "Arial";
  text-align: center;
  margin-top: 40px;
  margin-bottom: 10px;
}

@media (max-width: 425px) {
  .normal-price-s {
    font-size: 15px;
  }
}
.cut-price{
  text-decoration: unset;
}
@media (max-width: 425px) {
  .cut-price {
    font-size: 12px;
  }
}

.ListBagSign,
.btn_detailed,
.ListBagSignV {
  width: 48%;
  margin-top: 10px;
  padding: 9px 6px;
  color: #fff;
  border-radius: 5px;
  border: none;
}
@media (max-width: 767px) {
  .ListBagSign,
  .btn_detailed,
  .ListBagSignV {
    font-size: 12px;
  }
}
@media (max-width: 375px) {
  .ListBagSign,
  .btn_detailed,
  .ListBagSignV {
    width: 100%;
    padding: 6px 6px;
    margin-top: 5px;
  }
}

.ListBagSign,
.ListBagSignV {
  background-color: #d82143;
  float: right;
}
.ListBagSign:hover, .ListBagSign:focus,
.ListBagSignV:hover,
.ListBagSignV:focus {
  background-color: #ac2925;
  color: #fff;
}
.pdintro-bg .ListBagSign{
  /* margin-top: 30px; */
}
.input-qty-detail font{
  font-size: 18px;
}
.input-qty-detail .prod_qty_reserve{
  font-size: 18px;
}
.btn_detailed {
  background-color: #908983;
}
.btn_detailed:hover, .btn_detailed:focus {
  background-color: #7a726c;
}

.li-item {
  transition: all 0.2s ease-in;
  padding: 15px;
  min-height: 405px;
}
@media (max-width: 414px) {
  .li-item {
    min-height: 330px;
  }
}
.li-item:hover, .li-item:focus {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
}
.li-item .normal-price-s {
  font-family: arial;
}
.li-item .features-box > a > h4 {
  color: #1a1a1a;
  letter-spacing: 0.6px;
  font-size: 16px;
  line-height: 1.5;
}
.li-item .features-box > p.prd_info {
  min-height: 42px;
  color: #6d5f52;
  letter-spacing: 0.4px;
  font-size: 14px;
  line-height: 1.5;
}
@media (max-width: 425px) {
  .li-item .features-box > p.prd_info {
    font-size: 12px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    min-height: 20px;
  }
}

.TABblocK {
  background-color: #d82344;
  padding: 30px;
  position: relative;
}
@media (max-width: 820px) {
  .TABblocK {
    padding: 5px 10px;
    height: 40px;
    overflow: hidden;
  }
}
.TABblocK.TABactive {
  height: auto;
}
.TABblocK.TABactive .TAB-toggle {
  position: relative;
  display: block;
  width: 100%;
  text-align: right;
  height: 25px;
  padding: 0px 10px;
}
.TABblocK.TABactive .TAB-toggle.TABopen {
  display: none;
}
.TABblocK.TABactive .TAB-toggle.TABclose {
  display: block;
}
.TABblocK .TABtitle {
  color: #1a1a1a;
  letter-spacing: 1px;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 600;
  font-family: "Arial";
  margin-top: 0px;
  margin-bottom: 10px;
  color: #fff;
}
@media (max-width: 820px) {
  .TABblocK .TABtitle {
    display: inline;
  }
}
.TABblocK a {
  color: #fff;
  font-size: 15px;
  line-height: 2;
  margin-left: 5px;
  white-space: nowrap;
  letter-spacing: 0.2px;
  display: inline-block;
}
.TABblocK a:hover, .TABblocK a:focus {
  color: #fff;
}
.TABblocK .TAB-toggle {
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0;
  width: 80px;
  height: 40px;
  background-color: #d82344;
  padding: 10px 0;
  text-align: center;
  background: linear-gradient(45deg, rgba(216, 35, 68, 0.7), #d82344 95%);
  color: #fff;
  font-size: 15px;
}
.TABblocK .TAB-toggle.TABclose {
  display: none;
}

#Slidebox01,
#Slidebox02 {
  position: relative;
}
@media (max-width: 767px) {
  #Slidebox01,
  #Slidebox02 {
    padding: 0px 15px;
  }
}
#Slidebox01 .pagination,
#Slidebox01 #myTab,
#Slidebox02 .pagination,
#Slidebox02 #myTab {
  display: none;
}
#Slidebox01 .pagination-line,
#Slidebox02 .pagination-line {
  width: 100%;
  height: 1px;
  background: #ccc;
  position: relative;
  margin: 40px 0 0 0;
}
#Slidebox01 .swiper-pagination,
#Slidebox02 .swiper-pagination {
  margin-left: 50%;
  transform: translateX(-50%);
  background-color: #eeeeee;
  bottom: -14px;
  padding: 0px 50px;
}
@media (max-width: 767px) {
  #Slidebox01 .swiper-pagination,
  #Slidebox02 .swiper-pagination {
    padding: 0px 30px;
  }
}
#Slidebox01 .swiper-pagination .swiper-pagination-bullet,
#Slidebox02 .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin: 4px;
  background-color: #6d5f52;
}
#Slidebox01 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active,
#Slidebox02 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #6d5f52;
}
#Slidebox01 .swiper-button-next,
#Slidebox01 .swiper-button-prev,
#Slidebox02 .swiper-button-next,
#Slidebox02 .swiper-button-prev {
  background-color: #b4aba3;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-size: 70%;
  top: 45%;
}
@media (max-width: 767px) {
  #Slidebox01 .swiper-button-next,
  #Slidebox01 .swiper-button-prev,
  #Slidebox02 .swiper-button-next,
  #Slidebox02 .swiper-button-prev {
    background-color: rgba(0, 0, 0, 0);
    width: 20px;
  }
}
#Slidebox01 .swiper-button-next,
#Slidebox02 .swiper-button-next {
  background-image: url("../../images/chevron-right.svg");
  right: -20px;
}
@media (max-width: 767px) {
  #Slidebox01 .swiper-button-next,
  #Slidebox02 .swiper-button-next {
    background-image: url("../../images/chevron-xs-right.svg");
    right: -15px;
  }
}
#Slidebox01 .swiper-button-prev,
#Slidebox02 .swiper-button-prev {
  background-image: url("../../images/chevron-left.svg");
  left: -20px;
}
@media (max-width: 767px) {
  #Slidebox01 .swiper-button-prev,
  #Slidebox02 .swiper-button-prev {
    background-image: url("../../images/chevron-xs-left.svg");
    left: -15px;
  }
}

@media (max-width: 767px) {
  .PDshow {
    margin: 0 15px;
  }
  .PDshow .li-item {
    margin: 0 5px 10px 5px;
  }
}
.PDshow .swiper-wrapper {
  flex-wrap: wrap;
}
.PDshow .pagination,
.PDshow #myTab {
  display: none;
}

.pdintro-bg {
  background-color: #fff;
  padding: 15px 20px;
  margin-top: 15px;
}

#prod_imgSWIP.swiper-slide img {
  width: 100%;
  cursor: pointer;
}

#prod_imgSWIP .swiper-container {
  width: 100%;
  height: 300px;
  margin-left: auto;
  margin-right: auto;
}

#prod_imgSWIP .swiper-slide {
  background-size: cover;
  background-position: center;
}

#prod_imgSWIP .gallery-top {
  height: 80%;
  width: 100%;
}

#prod_imgSWIP .gallery-thumbs {
  height: 20%;
  box-sizing: border-box;
  padding: 10px 0;
}

#prod_imgSWIP .gallery-thumbs .swiper-slide {
  width: 25%;
  height: 100%;
}

#prod_imgSWIP .gallery-thumbs .swiper-slide-thumb-active {
  border: 1px solid #cccccc;
  padding: 3px;
}

#prod_imgSWIP .img-none img {
  width: 100%;
}

@media (max-width: 767px) {
  #prod_intro {
    margin-top: 20px;
  }
}
.btn-gray {
  background-color: #c9c9c9;
}

.btn-danger,
.btn-success,
.btn-primary,
.btn-info {
  background-color: #d82143;
  border-color: #ac2925;
}
.btn-danger:hover, .btn-danger:focus,
.btn-success:hover,
.btn-success:focus,
.btn-primary:hover,
.btn-primary:focus,
.btn-info:hover,
.btn-info:focus {
  background-color: #ac2925;
  border-color: #ac2925;
}

.wish_Btn {
  position: relative;
  padding-left: 28px;
  background-color: #32373A;
  border-color: #262a2c;
  transition: background 0.5s linear;
}
@media (max-width: 1199px) {
  .wish_Btn {
    width: 100%;
    height: 48px;
    padding: 6px 12px;
    line-height: 2.2;
  }
}
.wish_Btn:hover, .wish_Btn:focus {
  background-color: #262a2c;
  border-color: #262a2c;
}
.wish_Btn::before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  background-image: url(../../images/suit-heart-fill.svg);
  left: 12px;
  background-repeat: no-repeat;
  top: 10px;
}
@media (max-width: 1199px) {
  .wish_Btn::before {
    left: 20%;
    transform: translateX(20%);
    top: 16px;
  }
}
@media (max-width: 767px) {
  .wish_Btn::before {
    left: 30%;
    transform: translateX(30%);
  }
}

.glyphicon-shopping-cart {
  display: none;
}

.btn-buy {
  padding-left: 28px;
}
.btn-buy::before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  background-image: url(../../images/cart-fill.svg);
  left: 12px;
  background-repeat: no-repeat;
  top: 10px;
}
@media (max-width: 1199px) {
  .btn-buy::before {
    left: 20%;
    transform: translateX(20%);
    top: 16px;
  }
}
@media (max-width: 767px) {
  .btn-buy::before {
    left: 30%;
    transform: translateX(30%);
  }
}

.normal-price {
  color: #d82344;
}

.descri-none {
  font-size: 16px;
}

.page-title1 {
  text-align: center;
  font-size: 20px;
  font-weight: 600;
}

h2.SHOP_TITLE {
  background-color: #32373A !important;
  border-bottom: 0px solid #999 !important;
  border-left: 10px solid #d82344;
  color: #eeeeee !important;
  font-weight: 600;
  font-family: "Arial";
  font-size: 18px !important;
}

.PRD_NAME a {
  color: #1a1a1a;
}

.shoplistbox {
  background-color: #fff;
}
.shoplistbox a {
  color: #6d5f52;
  font-family: "Arial";
  font-size: 20px !important;
}
.shoplistbox img {
  display: block;
  margin: 0 auto;
  max-width: 60% !important;
}
@media (max-width: 767px) {
  .shoplistbox img {
    width: 50% !important;
    max-width: 50%;
  }
}
.shoplistbox .btn-success {
  background-color: #fff;
  border-color: #b4aba3;
  width: 50px;
  opacity: 0.7;
}
.shoplistbox .btn-success:hover {
  background-color: #fff;
  opacity: 1;
}
.shoplistbox .shoplist_pprice {
  margin-top: 5% !important;
}

.CHANNEL {
  background-color: #fff;
  padding: 10px 15px;
  color: #1a1a1a;
}
@media (max-width: 767px) {
  .CHANNEL {
    line-height: 1;
  }
}

.COMPLETE_BOX {
  background: #fff;
}
.COMPLETE_BOX .MEM_TITLE .EN_TXT {
  color: #b4aba3;
}

.topbanner {
  height: 150px;
  background-repeat: no-repeat;
}
.topbanner.contactbg {
  background-image: url("../../hipershop/rwd1627/store/F4/contacttopbanner.jpg");
}

.ProfileBody,
.contact-wrapper {
  padding: 2% 2%;
  margin: 5% auto;
  background-color: #fff;
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: 0.4px;
  font-family: "Arial";
  position: relative;
}
/* @media (max-width: 820px) {
  .ProfileBody,
  .contact-wrapper {
    min-height: 700px;
  }
} */
.ProfileBody.activitybg,
.contact-wrapper.activitybg {
  background: repeating-linear-gradient(-45deg, #eeeeee 0, #eeeeee 5px, #ddd8d5 5px, #ddd8d5 10px);
  padding: 1%;
}
@media (max-width: 767px) {
  .ProfileBody.activitybg,
  .contact-wrapper.activitybg {
    padding: 1.5%;
  }
}
.ProfileBody.cusbg,
.contact-wrapper.cusbg {
  background: repeating-linear-gradient(-45deg, #eeeeee 0, #eeeeee 5px, #fff 5px, #fff 10px);
  padding: 1% 0 1% 0;
}
@media (max-width: 767px) {
  .ProfileBody.cusbg,
  .contact-wrapper.cusbg {
    padding: 2.5% 0 2.5% 0;
  }
}
.ProfileBody .repeat-bg,
.contact-wrapper .repeat-bg {
  background-color: #fff;
  padding: 2.5%;
}
.ProfileBody img,
.contact-wrapper img {
  display: block;
  width: 100%;
  margin: 0px auto;
}
.ProfileBody h2,
.contact-wrapper h2 {
  line-height: 1.75;
  position: relative;
  font-size: 20px;
  padding: 10px 0;
  border-top: solid 1px #b4aba3;
}
.ProfileBody h2:before,
.contact-wrapper h2:before {
  content: "";
  position: absolute;
  width: 15%;
  height: 1px;
  background-color: #b4aba3;
  bottom: 0;
}
.ProfileBody h3,
.contact-wrapper h3 {
  font-size: 18px;
  margin-top: 30px;
}
.ProfileBody ol,
.ProfileBody ul,
.ProfileBody dl,
.contact-wrapper ol,
.contact-wrapper ul,
.contact-wrapper dl,
.news-wrapper ol,
.news-wrapper ul,
.news-wrapper dl{
  margin-left: 1.3em;
  margin-top: 1em;
  margin-bottom: 2.5em;
}
.ProfileBody ol li,
.ProfileBody ul li,
.ProfileBody dl li,
.contact-wrapper ol li,
.contact-wrapper ul li,
.contact-wrapper dl li {
  line-height: 1.75;
}
.ProfileBody ul,
.contact-wrapper ul
,.news-wrapper ul {
  list-style-type: disc;
}
.ProfileBody ol,
.contact-wrapper ol,
.news-wrapper ol {
  list-style-type: decimal;
}
.ProfileBody .mark,
.contact-wrapper .mark {
  background: none;
  color: #d82143;
}
.ProfileBody .carousel-indicators,
.contact-wrapper .carousel-indicators {
  bottom: 10px;
  margin-left: -30%;
  margin-bottom: 0em;
}

.contact-wrapper .goodsnum {
  width: 15px;
  height: 20px;
  display: inline;
}

.categorytxt,
.profiletxt {
  padding: 15px 15px;
}
.categorytxt img,
.profiletxt img {
  display: block;
  width: 100%;
  margin: 0px auto;
}
.categorytxt a,
.profiletxt a {
  color: #d82344;
}

.profilelogo {
  background-color: #fff;
}
.profilelogo img {
  display: inline;
  width: 19%;
}

#myTab {
  display: none;
}

.breadcrumb,
.newsbar {
  background: none;
  border-radius: 0px;
  border-bottom: solid 1px #ccc;
}

.imgbg {
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.activity-style {
  margin-top: 3em;
}
.activity-style.activity-swiper {
  margin-top: 6em;
}
.activity-style h3 {
  margin-top: 0px;
}
.activity-style .form-check {
  display: inline;
}
.activity-style .form-group .control-label {
  text-align: left;
}
.activity-style .form-group span {
  color: #d82344;
  font-size: 12px;
}
.activity-style .form-group .radio-inline,
.activity-style .form-group .checkbox-inline {
  vertical-align: text-top;
  margin-left: 0px;
  margin-right: 10px;
}
.activity-style .form-group input[type=checkbox],
.activity-style .form-group input[type=radio] {
  margin: 6px 0 0 -20px;
  width: 15px;
  height: 15px;
  background-color: #d82344;
}
.activity-style input[type=radio]:checked:before {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border: solid 4px #d82344;
  background-color: #fff;
}
.activity-style input[type=checkbox]:checked:before {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  border-radius: 3px;
  background-color: #d82344;
  border: solid 4px #d82344;
}
.activity-style input[type=checkbox]:checked:after {
  content: "✔";
  position: absolute;
  width: 15px;
  height: 15px;
  color: #fff;
  margin-top: -1px;
  font-size: 12px;
  margin-left: 3px;
}
.activity-style .outlink {
  color: #d82344;
  font-size: 14px;
}

@media (max-width: 768px) {
  .PCPIC {
    display: none !important;
  }
}

.MBPIC {
  display: none !important;
}
@media (max-width: 768px) {
  .MBPIC {
    display: block !important;
  }
}

.swiper-slide {
  max-width: 1080px;
  margin: 0 auto;
}
.swiper-slide .idec-titleinfo {
  padding-bottom: 40px;
  border-bottom: solid 1px #eee;
  margin-bottom: 40px;
}
.swiper-slide .idec-titleinfo p {
  text-align: center;
}

.maintitle,
.LINKBTN {
  display: none;
}

footer {
  border-bottom: solid 8px #b4aba3;
}

.footerlink-line {
  width: 100%;
  height: 1px;
  background-color: #c9c3be;
}

.footertop {
  padding: 85px 15px;
}
@media (max-width: 820px) {
  .footertop {
    padding: 5% 15px;
  }
}
.footertop .footer-ul {
  display: flex;
  justify-content: flex-start;
  align-content: flex-start;
  flex-wrap: wrap;
  align-items: flex-start;
  align-items: stretch;
}
.footertop .footer-ul ul {
  width: 25%;
}
@media (max-width: 425px) {
  .footertop .footer-ul ul {
    width: 50%;
    padding: 5% 5px;
  }
}
.footertop .footer-ul ul li {
  font-size: 16px;
  color: #6d5f52;
  font-weight: 600;
  font-family: "Arial";
  line-height: 1.75;
}
.footertop .footer-ul ul li a {
  font-weight: 400;
  color: #6d5f52;
  font-size: 15px;
  transition: all 0.2s ease;
}
.footertop .footer-ul ul li a:hover, .footertop .footer-ul ul li a:focus {
  text-decoration: none;
  opacity: 0.8;
}
.footertop .footer-p {
  text-align: right;
  font-size: 17px;
  line-height: 1.75;
  color: #6d5f52;
}
@media (max-width: 820px) {
  .footertop .footer-p {
    text-align: left;
    margin-top: 3%;
  }
}
@media (max-width: 425px) {
  .footertop .footer-p {
    padding: 5% 5px;
  }
}

.footerbottom {
  padding: 22px 0;
}
.footerbottom .footer-logo {
  font-size: 16px;
  font-weight: 600;
  color: #6d5f52;
}
.footerbottom .footer-logo img {
  width: 143px;
}
@media (max-width: 820px) {
  .footerbottom .footer-logo img {
    display: block;
    margin: 0 auto;
  }
}
@media (max-width: 820px) {
  .footerbottom .footer-logo span {
    display: block;
    text-align: center;
  }
}
.footerbottom .footer-link {
  display: flex;
  margin-top: 16px;
}
@media (max-width: 767px) {
  .footerbottom .footer-link {
    justify-content: center;
  }
}
.footerbottom .footer-link img {
  margin: 0px 15px;
}
.footerbottom .copytxt {
  margin-top: 16px;
  color: #6d5f52;
  font-size: 14px;
  text-align: right;
}
@media (max-width: 767px) {
  .footerbottom .copytxt {
    text-align: center;
    font-size: 12px;
  }
}

#gotop {
  background: none !important;
  bottom: 35% !important;
  z-index: 5;
  position: fixed;
  right: 35px;
  padding: 10px 15px;
  font-size: 20px;
}
@media (max-width: 767px) {
  #gotop {
    right: 1% !important;
    bottom: 5% !important;
    padding: 10px 0px;
  }
  #gotop li {
    width: 40px;
    height: 40px;
    padding: 5px 5px;
  }
}
#gotop:hover, #gotop:focus {
  background: none !important;
}
#gotop li {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #d82143;
  font-size: 15px;
  padding: 10px 10px;
  text-align: center;
  margin-top: 15px;
  transition: all 0.2s ease;
}
#gotop li:hover, #gotop li:focus {
  background-color: #ac2925;
}
@media (max-width: 767px) {
  #gotop li {
    font-size: 12px;
    padding: 3px 5px;
    width: 42px;
    height: 42px;
    margin-top: 10px;
  }
}
#gotop li a {
  color: #fff;
  text-decoration: none;
}
#gotop li .fa-heart {
  font-size: 20px;
}
@media (max-width: 767px) {
  #gotop li .fa-heart {
    font-size: 16px;
  }
}
#gotop li .hearttxt {
  display: block;
  font-size: 14px;
}
@media (max-width: 767px) {
  #gotop li .hearttxt {
    font-size: 12px;
  }
}
#gotop li.heartblock {
  background-color: #fff;
  border: solid 1px #7a726c;
}
#gotop li.heartblock:hover, #gotop li.heartblock:focus {
  border: solid 1px #6d5f52;
}
#gotop li.heartblock a {
  color: #7a726c;
}
#gotop li.heartblock a:hover, #gotop li.heartblock a:focus {
  color: #6d5f52;
}
#gotop li.gotop {
  background-color: #7a726c;
  font-size: 20px;
}
#gotop li.gotop:hover, #gotop li.gotop:focus {
  background-color: #6d5f52;
}
@media (max-width: 767px) {
  #gotop li.gotop {
    font-size: 16px;
  }
}

.pd_descr img {
  width: 100%;
}

@keyframes toggle-active {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}/*# sourceMappingURL=rwd1627.css.map */

/* 2023/06/02 */
.pdintro-bg .qtyM{
  min-height: 19px;
  background-color: #ccf6c0;
  padding: 3px;
}
.input-qty-detail h3{
  background-color: #ccf6c0;
  padding: 5px 10px;
}
.input-qty-detail font{
  color: #333;
}

/* 2023/08/08 */
.guarantee-info,
.guarantee-default{
  margin: 0 5px 15px 0;
}
.guarantee-info a,
.guarantee-default a{
  padding: 5px 20px;
  display: block;
  font-size: 16px;
  color: #fff;
  font-weight: 600;
}

/* 保固表格 */
caption{
  font-size: 24px;
  font-weight: 600;
  color: #252a2f;
}
.cus-table>tbody>tr>th{
  font-weight: 600;
}
.cus-table>tbody>tr:nth-of-type(odd){
  background-color: #f5f5f5;
}
@media(max-width:768px){
  .cus-table th {
    display: none;
  }
  .cus-table td{
    display: block;
  }
  .cus-table td:before{
      content: attr(data-th) " : ";
      width: 6.5em;
      display: inline-block;
      width: 80px;
      font-weight: 600;
  }
  .cus-table>tbody>tr:nth-of-type(odd){
    border-bottom: solid 1px #5a5a5a;
  }
}





