.card {
  border: 0px solid rgba(0,0,0,.125);
}

.card-image {
  overflow: hidden;
  position: relative;
  text-align: left;
  width: 100%;
}

.card-image * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.card-image img {
  max-width: 100%;
  vertical-align: top;
  position: relative;
}
.card-image:hover img,
.card-image.hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.card-body {
  padding: 0.65rem 0 1.25rem ;
}
.card .card-body h5 {
  font-size: 18px;
  line-height: 26px;
}
.card .card-body h5 a:hover {
  cursor: pointer;
  opacity: 0.7;
}
.card .card-body .card-text{
  font-size: 15px;
  line-height: 25px;
}
.card .card-body .card-text a:hover {
  cursor: pointer;
  opacity: 0.7;
}
/*========================
*
* 產品分類-按鈕
*
========================*/
.product-categories {
  height: 91px;
  background-color: #f2f4f5;
  display: flex;
  align-items: center;
}
.product-categories .button {
  width: 160px;
  text-align: left;
  position: relative;
  padding: 0em .7em;
  border: none;
  background-color: transparent;
  cursor: pointer;
  outline: none;
  font-size: 18px;
  line-height: 22px;
  margin: 1em 0 0.8em;
}
.product-categories .button.type1 {
  color: #4c5768;
}

.product-categories .button.type1::after {
  content: "";
  display: block;
  position: absolute;
  height: 22px;
  width: 2px;
  top: 0;
  left: 0;
  background-color: #4c5768;
  transition: height 0.3s ease-in-out;
}
.product-categories .button.type1:hover::after {
  background-color: #cf000e;
}

.product-categories .button.border-red::after {
  background-color: #cf000e;
  width: 2px;
  height: 22px;
}

@media (max-width: 768px) {
  .product-categories .button {
    width: 130px;
  }
}
@media (max-width: 767px) {
  .product-categories {
    height: 50px;
  }
  .product-categories .button {
    width: 75px;
    font-size: 15px;
  }
}
@media (max-width: 375px) {
  .product-categories .button {
    width: 72px;
  }
}
@media (max-width: 320px) {
  .product-categories .button {
    width: 58px;
    font-size: 12px;
    padding: 0 0 0 10px;
  }
}

/*========================
*
* 產品內頁-MENU
*
========================*/
.product-menu {
  position: relative;
  margin: 20px 0 0;
}
.product-menu img {
  padding-left: 0px;
  width: 70px;
  height: 70px;
}
.product-menu .items {
  display: block;
}
.product-menu .dropdown-megamenu:hover {
  cursor: pointer;
  opacity: 0.7;
}
.product-menu ul {
  -ms-flex-direction: inherit;
  flex-direction: inherit;
  margin: 0;
  padding: 0;
  display: flex;
}
.product-menu .dropdown-megamenu {
  flex: 1;
  height: 130px;
  display:flex;
  align-items:center;
  justify-content:center;
}
.product-menu .dropdown-megamenu.show{
  background-color: #f2f4f5;
}
.product-menu .dropdown-megamenu a {
  font-size: 15px;
  color: #4c5768;
  line-height: 26px;
}

.dropdown-container {
  background-color: #f2f4f5;
  padding: 15px 0 0 ;
  font-size: 14px;
  margin: 0 -50px 30px;
}
.dropdown-container form {
  width: 100%;
  max-width: 1140px;
  margin: auto;
  text-align: left;
  padding-right: 15px;
  padding-left: 15px;
}
.btn-memu {
  width: 100%;
}
.dropdown-container .btn {
  background-color: #c2c8cf;
  color: #fff;
  width: 150px;
  height: 50px;
  margin: 25px 5px;
  border-radius: 0;
  font-size: 18px;
  text-align: initial;
}
.dropdown-container .btn:hover {
  background-color: #fff;
  color: #4c5768;
  border: 1px solid #c0c6cf;
}





.product-menu .navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 35px;
  border: 1px solid transparent;
}
.navbar-collapse.collapse {
  display: block!important;
}

.nav > .dropdown-megamenu {
  position: static;
}
.product-menu .navbar-inverse .navbar-nav>li>a {
  color: #4c5768;
}
.product-menu .navbar-inverse .navbar-nav>.show>a,
.product-menu .navbar-inverse .navbar-nav>.show>a:focus,
.product-menu .navbar-inverse .navbar-nav>.show>a:hover {
    background-color: #f2f4f5;
}
.product-menu .nav>li>a {
    position: relative;
    display: block;
    padding: 20px 15px;
}
.product-menu .dropdown-toggle::after {
  display: none;
}
.product-menu .show>a {
    outline: 0;
}

.product-menu .show>.dropdown-container {
    display: block;
}
.product-menu .dropdown-container {
    position: absolute;
    top: 100%;
    left: 0;
    display: none;
    float: left;
    list-style: none;
    font-size: 14px;
    background-color: #f2f4f5;
    border-radius: 4px;
    background-clip: padding-box;
}

.product-menu .main_nav ul {
  display: table;
  width: 80%;
  margin: 0 auto;
}
.product-menu .main_nav li {
  position: relative;
  display: table-cell;
  width: 16.66%;
  color: #4c5768;
  font-size: 1vw;
  text-align: center;
  vertical-align: middle;
}
.product-menu .main_nav li:before,
.product-menu .main_nav li:last-child:after {
  content: "";
  position: absolute;
  top: 6.5vw;
  width: 1px;
  height: 1.375vw;
  background: #c0c6cf;
}
.product-menu .main_nav li:before {
  left: 0;
}
.product-menu .main_nav li:last-child:after {
  right: 0;
}
.product-menu .main_nav li:first-child:before ,
.product-menu .main_nav li:last-child:after {
  width: 0px;
}
@media only screen and (max-width: 768px) {
  .breadcrumb-box .container,
  .product-box .container {
    padding-right: 0;
    padding-left: 0;
  }
  .product-menu .main_nav ul {
    display: block;
    padding: 10px 0px 20px;
    letter-spacing: -.4em;
    width: 100%;
  }
  .product-menu .main_nav li {
    display: inline-block;
    letter-spacing: normal;
    width: 33.33%;
    font-size: 15px;
  }
  .product-menu .main_nav li:before {
    top: 82px;
    height: 15px;
  }

  .product-menu .main_nav li figure {
    height: 60px !important;
  }
  .product-menu #top-main_nav_sp01 li figure,
  .product-menu #top-main_nav_sp02 li figure,
  .product-menu #top-main_nav_sp03 li figure {
    margin-bottom: 18px;
  }

  .product-menu #top-main_nav_sp02 li figure {
    height: 6vw;
  }
  .product-menu #top-main_nav_sp01 li figure img{
    width: 60px;
  }
  .product-menu #top-main_nav_sp02 li figure img{
    width: 60px;
  }
  .product-menu #top-main_nav_sp03 li figure img{
    width: 60px;
  }

  main .product-menu {
    position: relative;
    width: 100%;
    margin: 20px 0 0px;
  }
  .product .col-md-4 {
    -ms-flex: 0 0 49.333333%;
        flex: 0 0 49.333333%;
        max-width: 49.333333%;
  }
}
@media (max-width: 767px) {
  .navbar-nav .show .dropdown-container {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    border: 0;
    box-shadow: none;
    border-radius: 0;
  }
}


.dropdown-megamenu > .dropdown-container {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  max-width: 100%;
  padding: 25px 10px;
  margin-top: -115px;
}
.dropdown-megamenu .dropdown-menu {
  display: block;
}

.example-megamenu {
  width: 100%;
  /*max-width: 1140px;*/
  /*padding: 20px;*/
  margin: 0 auto;
}

/*========================
*
* 產品內頁-篩選
*
========================*/
.filter-box {
  width: 100%;
  max-width: 1140px;
  margin: auto;
  text-align: left;
  padding-right: 15px;
  padding-left: 15px;
  display: flex;
  align-items: center;
  margin-top: -13px;
}

.filter-box .dropdown-toggle::after {
  display: none;
}

.filter-box > .filter-megamenu {
  position: static;
}
.filter-box > li {
  float: left;
}
.filter-box > li > a {
    background-color: #c2c8cf;
    color: #fff;
    width: 150px;
    height: 50px;
    margin: 25px 6px;
    border-radius: 0;
    font-size: 18px;
    text-align: initial;
    position: relative;
    display: block;
    padding: 10px 15px;
    line-height: 33px;
}
.filter-box > li > a:hover {
  background-color: #fff;
  color: #4c5768;
  border: 1px solid #c0c6cf;
}
.filter-toggle {
    cursor: pointer;
}
.filter-box .dropdown-megamenu > .dropdown-container {
  margin-top: -25px;
}

.filter-box .dropdown-container {
    position: absolute;
    top: 100%;
    /*left: 0;*/
    z-index: 1000;
    display: none;
    float: left;
    /*min-width: max-content;*/
    /*max-width: 330px;*/
    margin: 2px 0 0;
    padding: 25px 10px;
    list-style: none;
    font-size: 14px;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,0.175);
    box-shadow: 0 6px 12px rgba(0,0,0,0.175);
    background-clip: padding-box;
}
.show>.dropdown-container>.dropdown-menu, .show>.dropdown-container {
    display: block;
}
.btn-memu .filter-box>.show>a, .btn-memu .filter-box>.show>a:focus, .btn-memu .filter-box>.show>a:hover {
  background: -webkit-linear-gradient(#ffffff,#F5F5F5);
  background: -o-linear-gradient(#ffffff,#F5F5F5);
  background: -moz-linear-gradient(#ffffff,#F5F5F5);
  background: linear-gradient(#ffffff,#F5F5F5);
  color: #4c5768;
  border: 1px solid #c0c6cf;
}
.filter-btn {
  text-align: right;
}
.filter-btn.v1 {
  border-bottom: 1px solid #c0c6cf;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.dropdown-container .btn.with {
  color: #4c5768;
  border: 1px solid #c0c6cf;
  background-color: #fff;
}
.dropdown-container .btn.red {
  color: #fff;
  border: 0px solid #c0c6cf;
  background-color: #cf000e;
}
.dropdown-container .btn.with,
.dropdown-container .btn.red {
  width: 72px;
  height: 26px;
  text-align: center;
  font-size: 13px;
  line-height: 26px;
  padding: 0;
  margin: 0px 2px 0;
}

.option-set label {
  font-size: 15px;
  line-height: 25px;
  color: #4c5768;
  /*letter-spacing: 1px;*/
  width: 109px;
}

.filter-box .dropdown-container.adduse-imges,
.dropdown-container.adduse-imges form {
  max-width: initial;
  width: 608px;
}

.btn-memu .dropdown-container.adduse-imges form {
  max-width: 608px;
  width: 100%;
}

.adduse-imges .option-set label {
  width: 100%;
  padding-bottom: 15px;
  border-bottom: 1px solid #c0c6cf;
}
.adduse-imges .option-set label.end {
  margin-bottom: 0px;
  padding-bottom: 0px;
  border-bottom: 0px solid #c0c6cf;
}

.sort-box .sort-left {
  width: 68%;
  float: left;
}
.sort-box .sort-right {
  width: 160px;
  float: right;
}
.sort-box .img-fluid {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  width: 100%;
  height: 80px;
  display: block;
}
.sort-box .sort-text {
  font-size: 13px;
  line-height: 26px;
}


.control {
  position: relative;
  padding-left: 25px;
  margin-bottom: 15px;
  cursor: pointer;
  font-size: 18px;
}
.control input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.control__indicator {
  position: absolute;
  top: 2px;
  left: 0;
  height: 20px;
  width: 20px;
  background: #f2f4f5;
  border: 1px solid #c0c6cf;
  border-radius: 3px;
}
.control--radio .control__indicator {
  border-radius: 50%;
}
/*.control:hover input ~ .control__indicator,
.control input:focus ~ .control__indicator {
  background: #ccc;
}*/
.control input:checked ~ .control__indicator {
  background: #f2f4f5;
  border: 1px solid #c0c6cf;
}
.control:hover input:not([disabled]):checked ~ .control__indicator,
.control input:checked:focus ~ .control__indicator {
  background: #f2f4f5;
}
.control input:disabled ~ .control__indicator {
  background: #e6e6e6;
  opacity: 0.6;
  pointer-events: none;
}
.control__indicator:after {
  content: '';
  position: absolute;
  display: none;
}
.control input:checked ~ .control__indicator:after {
  display: block;
}
.control--checkbox .control__indicator:after {
  left: 6px;
  top: 3px;
  width: 6px;
  height: 11px;
  border: solid #cf000f;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.control--checkbox input:disabled ~ .control__indicator:after {
  border-color: #7b7b7b;
}


#div_add_check_v1 .svg-inline--fa,
#div_add_check_v2 .svg-inline--fa,
#div_add_check_v3 .svg-inline--fa,
#div_add_check_v4 .svg-inline--fa,
#div_add_check_v5 .svg-inline--fa,
#div_add_check_v6 .svg-inline--fa {
  color: #cf000e;
  float: right;
  margin-top: 5px;
}
#div_add_check_v1,
#div_add_check_v2,
#div_add_check_v3,
#div_add_check_v4,
#div_add_check_v5,
#div_add_check_v6 {
  display: none;
  width: 150px;
  height: 50px;
  margin: 25px 6px;
  border-radius: 0;
  font-size: 18px;
  text-align: initial;
  position: relative;
  padding: 10px 15px;
  line-height: 33px;
  color: #4c5768;
  border: 1px solid #c0c6cf;
  background-color: #fff;
}
#adduse,
#adduse_v2,
#adduse_v3,
#adduse_v4,
#adduse_v5,
#adduse_v6 {
  display: none;
  position: absolute;
  margin-top: -34px;
}
#adduse_v2 {
  margin-left: 167px;
  width: 500px;
}
#adduse_v3,
#adduse_v6 {
  margin-left: 329px;
  width: 500px;
}
#adduse_v4 {
  margin-left: 492px;
  width: 500px;
}
#adduse_v5 {
  margin-left: 653px;
}

/* 價錢拉霸 */
#adduse_v5 {
  max-width: initial;
  width: 408px;
}
#adduse_v5 .filter-btn {
  padding: 0 15px;
}
#adduse_v5 .container {
  padding: 0;
}
#adduse_v5 .container .row {
  width: 100%;
  margin: 4px 0 0;
}
#adduse_v5 .container .row.slider-labels {
  margin: 7px 0 0;
}
/* Functional styling;
 * These styles are required for noUiSlider to function.
 * You don't need to change these rules to apply your design.
 */
.noUi-target,.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.noUi-target {
  position: relative;
  direction: ltr;
}

.noUi-base {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
/* Fix 401 */
}

.noUi-origin {
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
}

.noUi-handle {
  position: relative;
  z-index: 1;
}

.noUi-stacking .noUi-handle {
/* This class is applied to the lower origin when
   its values is > 50%. */
  z-index: 10;
}

.noUi-state-tap .noUi-origin {
  -webkit-transition: left 0.3s,top .3s;
  transition: left 0.3s,top .3s;
}

.noUi-state-drag * {
  cursor: inherit !important;
}

/* Painting and performance;
 * Browsers can paint handles in their own layer.
 */
.noUi-base,.noUi-handle {
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

/* Slider size and handle placement;
 */
.noUi-horizontal {
  height: 4px;
}

.noUi-horizontal .noUi-handle {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  left: -7px;
  top: -7px;
  background-color: #cf000e;
}

/* Styling;
 */
.noUi-background {
  background: #D6D7D9;
}

.noUi-connect {
  background: #cf000e;
  -webkit-transition: background 450ms;
  transition: background 450ms;
}

.noUi-origin {
  border-radius: 2px;
}

.noUi-target {
  border-radius: 2px;
}

.noUi-target.noUi-connect {
}

/* Handles and cursors;
 */
.noUi-draggable {
  cursor: w-resize;
}

.noUi-vertical .noUi-draggable {
  cursor: n-resize;
}

.noUi-handle {
  cursor: default;
  -webkit-box-sizing: content-box !important;
  -moz-box-sizing: content-box !important;
  box-sizing: content-box !important;
}

.noUi-handle:active {
  border: 8px solid #cf000e;
  border: 8px solid rgb(187 53 53 / 38%);
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  left: -14px;
  top: -14px;
}

/* Disabled state;
 */
[disabled].noUi-connect,[disabled] .noUi-connect {
  background: #B8B8B8;
}

[disabled].noUi-origin,[disabled] .noUi-handle {
  cursor: not-allowed;
}

.slider-labels .col-xs-6 {
    width: 50%;
}


/*========================
*
* 產品內頁
*
========================*/
.product {
  margin-top: 15px;
}
.product a:hover {
  cursor: pointer;
  opacity: 0.7;
}
.breadcrumb {
  margin-top: 10px;
  background-color: #ffffff;
  border-bottom: 1px solid #c0c6cf;
  border-radius: 0;
  padding-right: 0;
  padding-left: 0;
}
.breadcrumb li {
  font-size: 13px;
  color: #54587d;
}
.breadcrumb-item,.breadcrumb-item.active {
  color: #54587d;
}

.breadcrumb-item img {
  width: auto;
  height: max-content;
  margin-top: 4px;
  margin-right: 4px;
}
.img-responsive {
  width: 100%;
}
.product .card-body {
  padding: 0.9rem 0 1.9rem;
}
.product .card-body h5 {
  color: #4c5768;
  border-left: 2px solid #c2c8cf;
  height: inherit;
  line-height: 0.9;
  padding-left: 6px;
  font-weight: 400;
}
.product .card-body p {
  padding-left: 9px;
  font-size: 15px;
  color: #4c5768;
}
.product-v2 {
  margin-bottom: 50px;
}
.product-v2 .img-box {
  position: inherit;
}

.product-v2 .img-responsive {
  border: 1px solid #c0c6cf;
  /*height: 243px;*/
  display: block;
  max-width: 100%;
  vertical-align: top;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.product-v2 .card-body {
  padding: 0.9rem 0 1.9rem;
  display: flow-root;
}
.product-v2 .card-body h5 {
  color: #4c5768;
  height: inherit;
  line-height: 26px;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 10px;
}
.product-v2 .card-body p {
  font-size: 13px;
  color: #475065;
  line-height: 26px;
  /*height: 28px;*/
  display:flex;
  align-items:center;
  justify-content:center;
}
.product-v2 .card-text {
  float: left;
}
.product-v2 .card-price {
  float: right;
}
.product-v2 .card-but {
  /*display: none;產品比較2/10才開啟*/
  display: inline-block;
  width: 100%;
}
.product-v2 .card-body .card-text span {
  border: 1px solid #c0c6cf;
  padding: 0px 6px;
  margin-left: 7px;
  background-color: #fff;
}
.product-v2 .card-body .card-price span {
  color: #cf000e;
  font-size: 24px;
  font-weight: bold;
  margin-left: 6px;
}
.product-v2 .card-body .card-price span.card-unit {
  font-size: 13px;
  margin-left: 0;
}
.product-v2 .card-body .setsumenn {
  font-size: 15px;
  line-height: 25px;
}
.product-v2 .card-but button {
  color: #fff;
  background-color: #4c5768;
  font-size: 13px;
  border-radius: 0;
  margin-top: 10px;
  margin-right: 8px;
  padding: .175rem .55rem;
}
.product-v2 .card-but button:hover {
  background-color: #7b8eab;
}
.product-v2 .card-but button svg{
  margin-right: 4px;
}

.compare-frame.v6 .compare-btn {

}
.compare-wrapper .product-v6 {
  overflow: initial;
}



.product-v6 .sp {
    display: none;
  }
.product-v6 .img-responsive {
  height: 250px;
}
.product-v6 .card-body p {
  justify-content: initial;
}
.product-v6 .card-body h5 {
  margin-bottom: 0;
}
.product-v6 .card-text,
.product-v6 .card-price {
  float: initial;
  text-align: left;
}
.product-v6 .card-but button {
  margin-right: 0;
}
.product-v6 .card-but button.btn-white{
  color: #4c5768;
  background-color: #fff;
}
.product-v6 .card-but {
  display: initial;
}
.related-box .compare-inner.product-v6 .item_v1 {
  width: 300px;
  padding: 0px 10px;
}
.compare-btn {
  margin-bottom: 70px;
}
.compare-btn .btn {
  width: 114px;
  margin: 0 5px;
  font-size: 15px;
}
.compare-frame.v6 {
  display: inline-block;
}
.related-box .compare-inner.product-v6 .item_v1.rather_tag {
  width: 200px;
  padding: 0;
}
.product-v2 .rather_tag .img-responsive {
  border: 0px solid #c0c6cf;
}
.product-v2 .rather_tag .card-body {
  height: 122.78px;
}
.related-box tr th.feature {
  height: 218px;
}
.related-box tr th.range {
  height: 62px;
}
.related-box .rather_tag tr th {
  background-color: #f2f4f5;
  border-top: 4px solid #ffffff;
  border-bottom: 0px solid #c0c6cf;
  padding: 7px 10px;
}
.related-box .table-striped tbody tr:nth-of-type(odd),
.related-box .table-hover tbody tr:hover {
  background-color: #f2f4f500;
}
.related-box .table td, .related-box .table th {
  padding: 9px 0px 8px 0px;
}
.related-box tr th {
  border-top: 0px solid #ffffff;
  border-bottom: 1px solid #c0c6cf;
}
.product-v2.product-v6 .card-body.caption-but {
  padding: 0;
}
.product-v2.product-v6 .caption-but .card-but button {
  margin-top: 0;
  padding: 7px;
}
.product-v2.product-v6 .caption-but .card-but .btn-white {
  margin: 0 8px;
}
.product-v2.product-v6 .caption-but .card-but .btn-red {
  background-color: #cf000e;
  border-color: #cf000e;
}

/***標籤***/
.news {
  width: 96%;
  height: 35px;
  position: absolute;
  top: -8px;
  right: -12px;
  overflow: hidden;
}
.news:before, .news:after {
  content: ""; 
  position: absolute;
}
.news:before {
  width: 64px;
  height: 8px;
  right: 23px;
  background: #921616;
  border-radius: 5px 5px 0px 0px;
}
.ribbon1 {
  position: absolute;
  /*top: -6.1px;*/
  right: 27px;
}
.ribbon1:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  right: 0px;
  border-left: 28px solid transparent;
  border-right: 28px solid transparent;
  border-top: 10px solid #830009;
}
.ribbon1 span {
  position: relative;
  display: block;
  text-align: center;
  background: #F8463F;
  color: #fff;
  font-size: 13px;
  line-height: 1;
  padding: 9px 4px 3px;
  /*border-top-right-radius: 8px;*/
  width: 56px;
  background: -webkit-linear-gradient(#cf000e,#830009);
  background: -o-linear-gradient(#cf000e,#830009);
  background: -moz-linear-gradient(#cf000e,#830009);
  background: linear-gradient(#cf000e,#830009);
}



.wrap {
  width: 95%;
  height: 58px;
  position: absolute;
  bottom: -4px;
  right: -4px;
  overflow: hidden;
}
.wrap:before, .wrap:after {
  content: ""; 
  position: absolute;
}
.wrap:before {
  width: 25px;
  height: 4px;
  right: 46px;
  bottom: 0px;
  background: #797878;
  border-radius: 0px 0px 8px 8px;
}
.wrap:after {
  width: 4px;
  height: 29px;
  right: 0px;
  top: 0px;
  background: #797878;
}
.ribbon2 {
  width: 200px;
  height: 28px;
  line-height: 28px;
  position: absolute;
  top: 24px;
  right: -77px;
  z-index: 2;
  color: #fff;
  overflow: hidden;
  -webkit-transform: rotate(-39deg);
  transform: rotate(-39deg);
  background: #b6a9aa;
  text-align: center;
}

/*========================
*
* 產品比較頁面 
* Product comparison page
*
========================*/
.product-compare-table {
  
}
.product-compare-row {
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: relative;
  font-size: 13px;
}
.product-compare-row.margin-top {
  margin-top: 15px;
}
.product-compare-row.margin-bottom {
  margin-bottom: 15px;
}
.product-compare-row.gray {
  background-color: #f1f4f5;
  border-bottom: 4px solid #ffffff;
}
.product-compare-row .col-header {
  width: 18%;
  padding: 10px;
  font-size: 13px;
  text-align: left;
  word-wrap: break-word;
}
.product-compare-row .col-wrap {
  width: 82%;
  text-align: center;
}
.product-compare-row .col-wrap.white {
  background-color: #fff;
  border-bottom: 1px solid #c0c6cf;
}
.product-compare-row .col-wrap .lattice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.product-compare-row .col-wrap .lattice .cord {
  width: 33%;
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin: 0 10px;
}

.product-compare-row .col-wrap .lattice .cord .card-body {
  padding: 5px 0 0!important;
}
.product-compare-row .col-wrap .lattice .cord .card-body.caption p {
  font-size: 15px;
  line-height: initial;
}
.product-compare-row .col-wrap .lattice .cord ul {
  text-align: left;
  padding: 10px 0;

}


/*========================
*
* 產品比較/浮動匡
*
========================*/
.no-corners {
  border-radius: 0;
}
/* 0715修改 */
.cart {
  transform: scale(0);
  transform-origin: top right;
  position: absolute;
  display: inline-block;
  transition: transform 0.3s ease-out, height 0.3s linear;
  overflow: hidden;
  position: fixed;
  z-index: 999999;
  top: calc(45% + 70px);
  right: 3.6%;
  width: 95px;
  /*height: 85px;*/
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #fff;
  border-radius: 0.6em;
  box-shadow: 0px 0px 14px 4px rgb(0 0 0 / 11%);
  font-size: 12px;
}
.cart.expanded {
  /*display: none;產品比較2/10才開啟*/
  transform: scale(1);
  transition: transform 0.4s ease-in, height 0.4s linear;
}
.cart.expanded .cart-item {
  transform: translateX(0);
  transition-delay: 0s;
}
.cart.expanded .cart-item.removing {
  transition-delay: 0s !important;
}
.cart.expanded .cart-item:nth-child(1):not(.template) {
  transition-delay: 0.15s;
}
.cart.expanded .cart-item:nth-child(2):not(.template) {
  transition-delay: 0.3s;
}
.cart.expanded .cart-item:nth-child(3):not(.template) {
  transition-delay: 0.45s;
}
.cart.expanded .cart-item:nth-child(4):not(.template) {
  transition-delay: 0.6s;
}
.cart.expanded .cart-item:nth-child(5):not(.template) {
  transition-delay: 0.75s;
}
.cart.expanded .cart-item:nth-child(6):not(.template) {
  transition-delay: 0.9s;
}
.cart.expanded .cart-item:nth-child(7):not(.template) {
  transition-delay: 1.05s;
}
.cart-prompt {
  display:block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.cart-prompt p {
  font-size: 12px;
}
.cart .panel-heading {
  background-color: #f2f4f5;
}
.cart .panel-heading h3 {
  font-size: 13px;
  margin: 0;
  padding: 7px 3px;
}
.cart .cart-item {
  clear: left;
  opacity: 1;
  display: inline-block;
  transform: translateX(224px);
  height: auto;
  transition: transform 0.3s ease-out, opacity 0.4s ease-out, height 0.3s linear;
}
.cart .cart-item.template {
  display: none;
}
.cart .cart-item.toggling {
  height: 0;
  transform: translateX(-300px);
  opacity: 0;
}
.cart .panel-body {
  overflow-x: hidden;
  overflow-y: auto;
  box-sizing: border-box;
  max-height: 23vh;
}
.cart .panel-body .col-md-6 {
  width: 100%;
  -ms-flex: 0 0 50%;
  flex: 0 0 100%;
  max-width: 100%;
  padding: 0 9px;
}
.cart .panel-body .col-md-6 img {
  width: 60px;
}
.cart .panel-body .btn-warning {
  padding: 0;
  height: 12px;
  width: 12px;
  line-height: 9px;
  font-size: 10px;
  background-color: #c2c8cf;
  border-color: #c2c8cf;
  color: #fff;
  border-radius: 50%;
  position: absolute;
  right: 12px;
}
.cart .panel-body .thumbnail {
  margin-top: 12px;
}
.start-compare {
  display:none;
  margin-top: 10px;
  margin-bottom: 10px;
}
.start-compare .btn {
  color: #fff;
  background-color: #cf000e;
  font-size: 13px;
  line-height: 13px;
}




/*========================
*
* RWD
*
========================*/

@media (max-width: 1229px) {
  .related-box .compare-inner.product-v6 .item_v1 {
    width: 27%;
  }
  .product-v2.product-v6 .caption-but .card-but .btn-white {
    float: right;
  }
  .product-v2.product-v6 .caption-but .card-but .btn-default,
  .product-v2.product-v6 .caption-but .card-but .btn-white {
    width: 49%;
    margin: 0 0 5px;
  }
  .product-v2.product-v6 .caption-but .card-but .btn-red {
    width: 100%;
  }
}
@media (max-width: 1200px) {
  .product-v6 .img-responsive {
    height: 162px;
  }
}
@media (max-width: 1199px) {
  .filter-box {
    max-width: 965px;
  }
  #adduse_v5 {
    margin-left: 396px;
  }
  .related-box .compare-inner.product-v6 .item_v1 {
    width: 26%;
  }
  .product-v6 .card .card-body .card-text,
  .product-v2.product-v6 .card-body p {
    font-size: 10px;
  }
  .product-v2.product-v6 .card-body .card-price span {
    font-size: 22px;
  }
  .product-v2.product-v6 .caption-but .card-but .btn-default{
    width: 60%;
  }
  .product-v2.product-v6 .caption-but .card-but .btn-white {
    width: 38%;
  }
}
@media (max-width: 1039px) {
  .related-box .compare-inner.product-v6 .item_v1 {
    width: 25%;
  }
  .product-v2.product-v6 .card-body .card-price span {
    font-size: 16px;
  }
  .related-box tr th.range {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    overflow: auto;
  }
}

@media (max-width: 1024px) {
  .filter-box > li > a,
  #div_add_check_v1, #div_add_check_v2, #div_add_check_v3, #div_add_check_v4, #div_add_check_v5, #div_add_check_v6 {
    width: 100px;
  }
  .dropdown-container {
    margin: 0 -55px 30px;
  }
  .filter-box {
    max-width: 930px;
  }
  #adduse_v2 {
    margin-left: 118px;
  }
  #adduse_v3,
  #adduse_v6 {
    margin-left: 229px;
  }
  #adduse_v4 {
    margin-left: 341px;
  }
  #adduse_v5 {
    margin-left: 309px;
  }
  .product-v6 .img-responsive {
    height: 132.61px;
  }
}

@media (max-width: 991px) {
  .filter-box {
    max-width: 730px;
  }
  #adduse_v5 {
    margin-left: 173px;
  }
  .product-v6 .pc {
    display: none;
  }
  .product-v6 .sp {
    display: block!important;
  }
  .product-v6 .sp .card {
    display: block;
  }
  .product-v6 .sp .merchandise-v1,
  .product-v6 .sp .merchandise-v2 {
    width: 48%;
    position: inherit;
  }
  .product-v6 .img-responsive {
    height: 50%;
  }
  .product-v6 .card .card-body .card-text {
    font-size: 15px;
    width: 100%;
  }
  .product-v2.product-v6 .card-body p {
    font-size: 13px;
  }
  .product-v6 .card-body h5,
  .related-box tr th.feature {
    height: auto;
  }
  .product-v2.product-v6 .card-body .card-price span{
     font-size: 24px;
  }
  .related-box tr th {
    width: 50%;
    border-bottom: 0px solid #c0c6cf;
    border-right: 0px solid #ffffff;
  }
  .related-box thead tr th {
    font-size: 13px;
    font-weight: bold;
    border-bottom: 1px solid #c0c6cf;
  }
  .related-box .table th.v1 {
    padding-right: 2px;
  }
  .related-box .table th.v2 {
    padding-left: 10px;
  }
  .product-compare-row .col-wrap .lattice .cord.last-child {
    display: none;
  }
  .product-compare-row .col-header {
    width: 25%;
  }
  .product-compare-row .col-wrap {
    width: 75%;
  }
}
@media (max-width: 950px) {
  .product-v6 .img-responsive {
    height: 175.08px;
  }
}
@media (max-width: 768px) {
  .product-v6 .img-responsive {
    height: 169.23px;
  }
  .product-compare-row {
    display: block;
    -webkit-box-align: unset;
    -ms-flex-align: unset;
    align-items: unset;
    margin: 0;
  }
  .product-compare-row.first .col-header {
    display: block;
    overflow: hidden;
    position: absolute !important;
    width: auto;
    height: 1px;
    font-size: 1px;
    line-height: 1px;
    clip: rect(1px,1px,1px,1px);
  }
  .product-compare-row .col-header,
  .product-compare-row .col-wrap {
    width: auto;
  }
  .product-compare-row.gray .col-header {
    border-bottom: 1px solid #4c5767;
    font-size: 15px;
    font-weight: bold;
  }
  .product-compare-row.gray {
    background-color: #fff;
  }
  .product-compare-row.gray,
  .product-compare-row .col-wrap.white .lattice .cord,
  .product-compare-row .col-wrap.white {
    border-bottom: 0px solid #ffffff;
  }
}
@media (max-width: 767px) {
  .dropdown-container .navbar {
    height: auto;
  }
  .dropdown-container .filter-box {
    /*width: initial;*/
    height: initial;
  }
  .filter-box {
      max-width: 590px;
  }
  .sp .main_nav .show {
    background-color: #f2f4f5;
  }
  .filter-box .dropdown-container.adduse-imges, .dropdown-container.adduse-imges form {
    width: 490px;
  }
  .filter-box .dropdown-container .col-sm-6 {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
  }
  .filter-box .dropdown-container {
    min-width: initial;
  }
  .sort-box .sort-left,
  .sort-box .sort-right {
    width: 100%;
  }
  .sort-box .img-fluid {
    height: 132px;
  }
  #adduse_v2,#adduse_v3,#adduse_v4,#adduse_v6{
    width: 295px;
  }
  #adduse.dropdown-container form {
    /*padding-right: 37px;*/
  }
  .sort-box .sort-left .sort-title {
    font-size: 15px;
  }
  .sort-box .sort-left .sort-text {
    font-size: 13px;
  }
  .ribbon2 {
    font-size: 13px;
  }
  .product-v2 .card-body p {
    width: 50%;
    justify-content: initial;
  }
  #adduse_v4 {
    margin-left: 154px;
  }
  #adduse_v5 {
    margin-left: 94px;
  }
  .img-responsive {
    width: 100%;
  }
  .product-v6 .card-body p {
    width: 100%;
  }
  .compare-btn {
    margin-bottom: 30px;
  }
  .compare-frame.v6 .compare-wrapper {
    padding: 0;
  }
  .compare-frame.v6 .compare-btn {
    margin-bottom: 70px;
  }
}
@media (max-width: 570px) {
  .dropdown-container .filter-box {
    overflow-x: auto;
    overflow-y: hidden;
    box-sizing: border-box;
    max-width: 91%;
    max-height: 100vh;
    padding-left: 0;
    margin-right: 0;
    max-width: initial;
    margin-left: 62px;
    margin-right: 36px;
  }
  .adduse-imges .option-set label {
    padding-bottom: 18px;
  }
  #adduse_v3,
  #adduse_v6 {
    margin-left: 133px;
  }
  #adduse_v5 {
    margin-left: 50px;
  }
  #div_add_v5.dropdown-toggle,
  #div_add_check_v5.dropdown-toggle {
    margin-right: 25px;
  }

}
@media (max-width: 525px) {
  .filter-box .dropdown-container.adduse-imges, .dropdown-container.adduse-imges form {
    width: 369px;
  }
  #adduse_v5 {
    margin-left: 50px;
    width: 360px;
  }
  .product-v6 .card-but button {
    width: 100%;
  }
  .product-v2.product-v6 .caption-but .card-but .btn-default {
    width: 100%;
  }
  .product-v2.product-v6 .caption-but .card-but .btn-white {
    width: 100%;
  }
  .product-v2.product-v6 .caption-but .card-but button {
    padding: 3px 7px;
  }
}
@media (max-width: 414px) {
  .card .card-body .card-text {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .product .card-body {
    padding: 0.9rem 0 0.5rem;
  }
  .breadcrumb {
    margin-bottom: 10px;
  }
  main .product-menu {
    margin: 0;
  }
  .product-menu .main_nav ul {
    padding: 0px;
  }
  .product-menu .main_nav li {
    height: 140px;
  }
  .product-menu .main_nav li:hover {
    background-color: #f2f4f5;
  }
  .product-menu #top-main_nav_sp01 li figure, .product-menu #top-main_nav_sp02 li figure, .product-menu #top-main_nav_sp03 li figure {
    margin-top: 20px;
  }
  .product-menu .main_nav li:before {
    top: 99px;
    height: 22px;
  }
  .product-v2 .card-body {
    padding: 10px 0 25px !important;
  }
  .product-v2 .card-body p {
    font-size: 12px;
  }
  .cart-prompt {
    margin-top: 0;
    margin-bottom: 0;
  }
  .cart-prompt svg {
    font-size: 16px;
  }
  .dropdown-container .filter-box {
    max-width: 88%;
  }
  #adduse_v2, #adduse_v3, #adduse_v4, #adduse_v6 {
    margin-left: 36px;
  }
  #adduse_v5 {
    margin-left: 0px;
    width: 360px;
  }
  .product-v6 .img-responsive {
    height: 134px;
  }
  .product-v6 .card-body {
    padding: 10px 0 10px !important;
  }
  .compare-left, .compare-right {
    height: 41%;
    top: 0px;
  }
  .product-v6 .sp {
    margin-top: 25px;
  }
  .related-box .table td, .related-box .table th {
    font-size: 13px;
  }
}
@media (max-width: 375px) {
  .filter-box .dropdown-container.adduse-imges, .dropdown-container.adduse-imges form {
    width: 335px;
  }
  #adduse_v2, #adduse_v3, #adduse_v4, #adduse_v6 {
    margin-left: 21px;
  }
  #adduse_v5 {
    margin-left: 19px;
    width: 300px;
  }
  .dropdown-container .filter-box {
    margin-left: 54px;
  }
  .product-compare-row .col-wrap .lattice .cord .card-body.caption p {
    font-size: 10px;
  }
  .product-v2.product-v6 .card-body .card-price span{
    font-size: 20px;
  }
  .product-compare-row.margin-bottom {
    margin-bottom: 5px;
  }
}
@media (max-width: 320px) {
  .filter-box .dropdown-container.adduse-imges, .dropdown-container.adduse-imges form {
    width: 284px;
  }
  #adduse.dropdown-container form {
    padding-right: 14px;
  }
  #adduse_v2, #adduse_v3, #adduse_v4, #adduse_v6 {
    margin-left: 2px;
    width: 279px;
  }
  .product-v2 .card-body p {
    width: 100%;
  }
  .product-v2 .card-but button{
    font-size: 11px;
    margin-right: 3px;
  }
  .product-v2.product-v6 .card-but button {
    margin-right:0;
  }
}




/*========================
*
* 客服中心
*
========================*/


.online-cs-box {
  width: 100%;
  margin: 50px 0 0;
}
.online-cs-box .container {
  max-width: 1100px;
}
.online-cs-box .mid-photo {
  margin: 0 auto;
}
.online-cs-box .img-online-cs {
  width: 500px;
  height: 226px;
  margin: 0 auto 50px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border: 1px solid #ced4da;
}
.online-cs-box .mid-photo .img-online-cs {
  margin-bottom: 0;
}


@media (max-width: 1200px) {
  .online-cs-box .img-online-cs {
    width: 480px;
  }
}
@media (max-width: 1155px) {
  .online-cs-box .img-online-cs {
    height:180px;
    margin: 0 auto 30px;
  }
}
@media (max-width: 1105px) {
  .online-cs-box .img-online-cs {
    width: 430px;
  }
}
@media (max-width: 1024px) {
  .online-cs-box .img-online-cs {
    width: 400px;
  }
}
@media (max-width: 967px) {
  .online-cs-box .img-online-cs {
    width: 385px;
  }
}
@media (max-width: 930px) {
  .online-cs-box .img-online-cs {
    width: 365px;
  }
}
@media (max-width: 880px) {
  .online-cs-box .img-online-cs {
    width: 345px;
    height:160px;
  }
}
@media (max-width: 800px) {
  .online-cs-box .img-online-cs {
    width: 335px;
    height:151px;
  }
}
@media (max-width: 414px) {
  .titlebox {
    margin-top: 30px;
  }
  .titlebox h5 {
    font-size: 19px;
  }/* 0714修改 */
  .online-cs-box {
    margin-top: 30px;
  }
  .online-cs-box .img-online-cs {
    width: 365px;
    height:166px;
    margin-bottom: 19px;
  }
}
@media (max-width: 375px) {
  .online-cs-box .img-online-cs {
    width: 335px;
    height:151px;
  }
}
@media (max-width: 320px) {
  .online-cs-box .img-online-cs {
    width: 280px;
    height: 124px;
  }
}


