@charset "UTF-8";
/* CSS Document */
.tagBtnBox > a::before, .filterBox .filterLink a::before, .filterBox > strong::before, .filterBox > strong, .mainBannerBox .searchBox a, .mainBannerBox .searchBox {
  transition: all 0.5s;
}

/*****類Banner樣式*****/
.mainBannerBox {
  position: relative;
}
.mainBannerBox img {
  display: block;
  width: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.mainBannerBox .titleBox {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 25px 20px 0;
}
.mainBannerBox .titleBox h1, .mainBannerBox .titleBox h2, .mainBannerBox .titleBox h3 {
  color: #fff;
}
.mainBannerBox .searchBox {
  display: flex;
  width: 100%;
  border: 1px solid #686868;
  background-color: rgba(255, 255, 255, 0.2);
}
@media (min-width: 1601px) {
  .mainBannerBox .searchBox {
    max-width: 1440px;
    margin-top: 120px;
  }
}
@media (min-width: 961px) and (max-width: 1600px) {
  .mainBannerBox .searchBox {
    max-width: 1200px;
    margin-top: 80px;
  }
}
@media (min-width: 641px) and (max-width: 960px) {
  .mainBannerBox .searchBox {
    width: calc(100% - 60px);
    margin-top: 60px;
  }
}
@media (max-width: 640px) {
  .mainBannerBox .searchBox {
    width: calc(100% - 20px);
    margin-top: 50px;
  }
}
@media (max-width: 360px) {
  .mainBannerBox .searchBox {
    margin-top: 45px;
    margin-bottom: -10px;
  }
}
.mainBannerBox .searchBox input {
  width: 100%;
  border: 0;
  font-size: 13px;
  font-family: "Poppins", sans-serif;
  color: #999;
  background-color: transparent;
}
@media (min-width: 1601px) {
  .mainBannerBox .searchBox input {
    height: 60px;
  }
}
@media (min-width: 961px) and (max-width: 1600px) {
  .mainBannerBox .searchBox input {
    height: 45px;
  }
}
@media (max-width: 960px) {
  .mainBannerBox .searchBox input {
    height: 35px;
  }
}
@media (min-width: 641px) {
  .mainBannerBox .searchBox input {
    padding: 0 20px;
  }
}
@media (max-width: 640px) {
  .mainBannerBox .searchBox input {
    padding: 0 12px;
  }
}
.mainBannerBox .searchBox a {
  order: -1;
  display: block;
  width: 65px;
  text-align: center;
  background-color: transparent;
}
@media (min-width: 1601px) {
  .mainBannerBox .searchBox a {
    height: 60px;
    line-height: 60px;
  }
}
@media (min-width: 961px) and (max-width: 1600px) {
  .mainBannerBox .searchBox a {
    height: 45px;
    line-height: 45px;
  }
}
@media (max-width: 960px) {
  .mainBannerBox .searchBox a {
    width: 50px;
    height: 35px;
    line-height: 35px;
  }
}
.mainBannerBox .searchBox a svg {
  display: inline-block;
  vertical-align: middle;
  fill: #fff;
}
@media (min-width: 961px) {
  .mainBannerBox .searchBox a svg {
    width: 23px;
    height: 23px;
  }
}
@media (max-width: 960px) {
  .mainBannerBox .searchBox a svg {
    width: 16px;
    height: 16px;
  }
}
.mainBannerBox .searchBox ::-webkit-input-placeholder {
  /* Chrome */
  color: rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
}
.mainBannerBox .searchBox :-ms-input-placeholder {
  /* IE 10+ */
  color: rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
}
.mainBannerBox .searchBox ::-moz-placeholder {
  /* Firefox 19+ */
  color: rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
  opacity: 1;
}
.mainBannerBox .searchBox :-moz-placeholder {
  /* Firefox 4 - 18 */
  color: rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
  opacity: 1;
}
.mainBannerBox .searchBox:hover {
  border-color: rgba(0, 0, 0, 0.8);
  background-color: rgba(255, 255, 255, 0.9);
}
.mainBannerBox .searchBox:hover input {
  color: #1b1b1b;
}
.mainBannerBox .searchBox:hover a {
  background-color: #bd2020;
}
.mainBannerBox .searchBox:hover ::-webkit-input-placeholder {
  /* Chrome */
  color: #666;
}
.mainBannerBox .searchBox:hover :-ms-input-placeholder {
  /* IE 10+ */
  color: #666;
}
.mainBannerBox .searchBox:hover ::-moz-placeholder {
  /* Firefox 19+ */
  color: #666;
  opacity: 1;
}
.mainBannerBox .searchBox:hover :-moz-placeholder {
  /* Firefox 4 - 18 */
  color: #666;
  opacity: 1;
}

/*****內頁樣式*****/
.mainArea.style01 {
  padding-bottom: 0;
}
@media (min-width: 641px) {
    .mainArea.style01 {
      padding-top: 100px;
    }
}
@media (min-width: 1181px) {
  .mainArea.style01 .titleBox h2 {
    font-size: 50px;
  }
}
.mainArea.style01 .contentBox {
  /*margin-top: 70px;*/
  background-color: #fff;
}
@media (min-width: 961px) {
  .mainArea.style01 .contentBox {
    padding-top: 70px;
    padding-bottom: 90px;
  }
}
@media (max-width: 960px) {
  .mainArea.style01 .contentBox {
    padding-top: 50px;
    padding-bottom: 60px;
  }
}

/*****篩選器*****/
.filterTitle {
  padding-bottom: 30px;
  font-family: "Oswald", "微軟正黑體", sans-serif;
  font-weight: 500;
  color: #252525;
  line-height: 1;
  text-transform: uppercase;
}
@media (min-width: 961px) {
  .filterTitle {
    font-size: 50px;
  }
}
@media (min-width: 401px) and (max-width: 960px) {
  .filterTitle {
    font-size: 45px;
  }
}
@media (max-width: 400px) {
  .filterTitle {
    font-size: 38px;
  }
}
.filterInnerBox{
    height: 550px;
    overflow-y: auto;
    margin-top: 20px;
}
.filterInnerBox::-webkit-scrollbar-track{
	-webkit-box-shadow: inset 0 0 3px rgba(#000, 0.15);
	box-shadow: inset 0 0 3px rgba(#000, 0.15);
	background-color: #ddd;
}
.filterInnerBox::-webkit-scrollbar{
	width: 3px;
	height: 3px;
	background-color: #ccc;
}
.filterInnerBox::-webkit-scrollbar-thumb{
	background: #bd2020;
}
.filterBox > strong {
  position: relative;
  display: block;
  padding: 17px 30px 17px 0;
  border-bottom: 1px solid #ddd;
  color: #1e1e1e;
  letter-spacing: 0;
  text-transform: uppercase;
  cursor: pointer;
}
@media (min-width: 961px) {
  .filterBox > strong {
    font-size: 16px;
  }
}
@media (max-width: 960px) {
  .filterBox > strong {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 14px;
  }
}
.filterBox > strong::before {
  content: "";
  position: absolute;
  top: calc(50% - 5px);
  right: 15px;
  width: 2px;
  height: 12px;
  background-color: #bd2020;
}
.filterBox > strong::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  width: 12px;
  height: 2px;
  background-color: #bd2020;
}
.filterBox.open > strong {
  color: #bd2020;
}
.filterBox.open > strong::before {
  transform: rotate(90deg);
}
.filterBox .filterLink {
  display: none;
  padding: 15px 0;
  border-bottom: 1px solid #000;
}
.filterBox .filterLink li.disabled{
    opacity: 0.5;
}
.filterBox .filterLink li.disabled .current::before{
    background-color: #d5d5d5;
}
@media (min-width: 961px) {
  .filterBox .filterLink {
    padding: 15px 0;
  }
}
@media (min-width: 961px) {
  .filterBox .filterLink li {
    padding: 7px 0;
  }
}
@media (max-width: 960px) {
  .filterBox .filterLink li {
    padding: 2px 0 3px;
  }
}
.filterBox .filterLink a {
  position: relative;
  display: inline-block;
  color: #828282;
}
@media (min-width: 961px) {
  .filterBox .filterLink a {
    padding-left: 30px;
    font-size: 14px;
  }
}
@media (max-width: 960px) {
  .filterBox .filterLink a {
    padding-left: 20px;
    font-size: 13px;
  }
}
.filterBox .filterLink a::before {
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  background-color: #d5d5d5;
}
@media (min-width: 961px) {
  .filterBox .filterLink a::before {
    width: 12px;
    height: 12px;
  }
}
@media (max-width: 960px) {
  .filterBox .filterLink a::before {
    width: 8px;
    height: 8px;
  }
}
.filterBox .filterLink a.current::before {
  background-color: #bd2020;
}
.filterBox .filterLink a.disabled::before {
  background-color: #bd9f20;
}

/*****排序列*****/
.sequenceArea,
.sequenceDownArea {
  display: flex;
  flex-wrap: wrap;
  padding: 18px 0;
}
.sequenceArea .nice-select,
.sequenceDownArea .nice-select {
  display: inline-block;
  float: none;
  height: 25px;
  line-height: 25px;
  border: 0;
  text-transform: uppercase;
}
.sequenceArea .nice-select::after,
.sequenceDownArea .nice-select::after {
  border-color: #bd2020;
}
.sequenceArea .nice-select > span,
.sequenceDownArea .nice-select > span {
  font-weight: 600;
  color: #bd2020;
}
.sequenceArea .nice-select .list,
.sequenceDownArea .nice-select .list {
  border-radius: 0;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.5);
}

.sequenceBox > strong,
.perpageBox > strong {
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  color: #1e1e1e;
  text-transform: uppercase;
}

.sequenceArea {
  border-bottom: 1px solid #ddd;
}
.sequenceArea .perpageBox,
.sequenceArea .searchResultBox {
  position: relative;
  padding-left: 25px;
  margin-left: 20px;
}
.sequenceArea .perpageBox::before,
.sequenceArea .searchResultBox::before {
  content: "";
  position: absolute;
  top: calc(50% - 13px);
  left: 0;
  width: 1px;
  height: 25px;
  background-color: #ddd;
}
@media (min-width: 641px) {
  .sequenceArea .perpageBox {
    flex-grow: 1;
  }
}
@media (max-width: 640px) {
  .sequenceArea .perpageBox {
    width: 100%;
    margin-top: 5px;
    margin-left: 0;
    padding-left: 0;
  }
  .sequenceArea .perpageBox::before {
    display: none;
  }
}
.sequenceArea .searchResultBox {
  font-size: 14px;
  font-weight: 600;
  color: #1e1e1e;
  text-transform: uppercase;
}
@media (min-width: 1181px) and (max-width: 1300px) {
  .sequenceArea .searchResultBox {
    width: 100%;
    margin-top: 5px;
    margin-left: 0;
    padding-left: 0;
  }
  .sequenceArea .searchResultBox::before {
    display: none;
  }
}
@media (max-width: 960px) {
  .sequenceArea .searchResultBox {
    width: 100%;
    margin-top: 5px;
    margin-left: 0;
    padding-left: 0;
  }
  .sequenceArea .searchResultBox::before {
    display: none;
  }
}
.sequenceArea .searchResultBox span {
  display: inline-block;
  margin: 0 3px;
  color: #bd2020;
}

.sequenceDownArea {
  margin-top: 20px;
  border-top: 1px solid #ddd;
}
@media (min-width: 961px) {
  .sequenceDownArea {
    justify-content: flex-end;
  }
}

/*****列表*****/
.itemList {
  display: flex;
  flex-wrap: wrap;
  margin-top: 25px;
  margin-left: -6px;
  margin-right: -6px;
}
.itemList > li {
  padding: 0 6px;
}
@media (min-width: 1401px) {
  .itemList > li {
    width: 20%;
  }
}
@media (min-width: 1101px) and (max-width: 1180px) {
  .itemList > li {
    width: 20%;
  }
}
.itemList .Img img {
  display: block;
  width: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
@media (min-width: 641px) {
  .itemList .Txt {
    padding: 15px 0 30px;
  }
}
@media (max-width: 640px) {
  .itemList .Txt {
    padding: 10px 0 25px;
  }
}
.itemList h3 {
  font-size: 14px;
  color: #353535;
}
.itemList h3 a {
  color: #353535;
}
.itemList li:hover h3 a {
  color: #bd2020;
}
.itemList .txtExp {
  max-height: calc(23px * 2);
  color: #868686;
}
.itemList .classTitle {
  color: #868686;
}
.itemList + .btnBox {
  margin-top: 40px;
}

/*****編輯器*****/
.productIntro {
  padding-bottom: 50px;
  border-bottom: 1px solid #ddd;
}
@media (min-width: 961px) {
  .productIntro .albumBox {
    padding: 0 25px 0 0;
    margin-right: 25px;
  }
}
@media (max-width: 960px) {
  .productIntro .albumBox {
    float: none;
    padding: 0;
    margin-bottom: 30px;
  }
}
.productIntro .albumBox img {
  display: block;
  width: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.introBox {
  overflow: hidden;
}
.introBox .articleTitle {
  margin-bottom: 10px;
  color: #000;
}
@media (min-width: 961px) {
  .introBox .articleTitle {
    font-size: 40px;
  }
}
.introBox .articleTitleBox {
  position: relative;
  margin-bottom: 25px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ddd;
}
.introBox .articleTitleBox::before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 80px;
  height: 2px;
  background-color: #bd2020;
}
.introBox .subTitle {
  font-size: 18px;
  font-family: "Oswald", "Noto Sans TC", "微軟正黑體", sans-serif;
  color: #797979;
  text-transform: uppercase;
}
.introBox .txtExp {
  margin-bottom: 35px;
  color: #4f4f4f;
}
.introBox .btn {
  vertical-align: middle;
  margin-right: 25px;
  margin-bottom: 20px;
}
.introBox .TagTxt {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 20px;
}
.introBox .sideAlbumBox {
  margin-top: 10px;
}

.TagTxt {
  font-size: 14px;
  font-family: "Oswald", "Noto Sans TC", "微軟正黑體", sans-serif;
  line-height: 25px;
  text-transform: uppercase;
}
.TagTxt strong {
  display: inline-block;
  font-weight: 500;
  color: #000;
}
.TagTxt strong::after {
  content: "";
  position: relative;
  top: -2px;
  display: inline-block;
  vertical-align: middle;
  width: 2px;
  height: 10px;
  margin: 0 10px;
  background-color: #d4d4d4;
}
.TagTxt a {
  color: #bd2020;
}
.TagTxt a:not(:last-child)::after {
  content: ",";
  display: inline-block;
  margin-right: 2px;
}

.editorBox {
  position: relative;
}
@media (min-width: 961px) {
  .editorBox {
    margin-top: 50px;
  }
}
@media (min-width: 641px) and (max-width: 960px) {
  .editorBox {
    margin-top: 35px;
  }
}
@media (max-width: 640px) {
  .editorBox {
    margin-top: 10px;
  }
}
.editorBox .textEditor .contentBuilder h2 {
  font-size: 30px;
  font-family: "Oswald", "Noto Sans TC", "微軟正黑體", sans-serif;
  font-weight: 500;
  color: #000;
}
@media (max-width: 640px) {
  .editorBox .textEditor .contentBuilder .row {
    margin: 0;
  }
}
.editorBox .textEditor .contentBuilder .imgFull img {
  display: block;
}

table.topTitleTable tr td:first-child {
  min-width: 100px;
}
table.topTitleTable td {
    width: 50%;
  padding: 15px 15px 15px 5px;
  border: 0;
  border-top: 1px solid #e5e5e5;
}
table.topTitleTable .title {
  font-family: "Oswald", "Noto Sans TC", "微軟正黑體", sans-serif;
}

.materialBox {
  background: url(../png/bg_style01.png) repeat top center;
}
@media (min-width: 641px) {
  .materialBox {
    padding: 80px 0;
  }
}
@media (min-width: 481px) and (max-width: 640px) {
  .materialBox {
    padding: 50px 0 70px;
  }
}
@media (max-width: 480px) {
  .materialBox {
    padding: 50px 0;
  }
}
.materialBox .titleBox h3 {
  color: #fff;
}
@media (min-width: 401px) {
  .materialBox .titleBox h3 {
    font-size: 40px;
  }
}
@media (max-width: 360px) {
  .materialBox .titleBox h3 {
    font-size: 32px;
  }
}

.materialList {
  margin-top: 40px;
}
@media (min-width: 641px) {
  .materialList {
    padding-left: 18px;
    padding-right: 18px;
  }
}
@media (min-width: 501px) and (max-width: 640px) {
  .materialList {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.materialList:not(.slick-slider) li:not(:first-child) {
  display: none;
}
@media (min-width: 1401px) {
    .materialList:not(.slick-slider) li:nth-child(2),
    .materialList:not(.slick-slider) li:nth-child(3),
    .materialList:not(.slick-slider) li:nth-child(4),
    .materialList:not(.slick-slider) li:nth-child(5),
    .materialList:not(.slick-slider) li:nth-child(6) {
      display: block;
    }
}
@media (min-width: 1101px) and (max-width: 1400px) {
    .materialList:not(.slick-slider) li:nth-child(2),
    .materialList:not(.slick-slider) li:nth-child(3),
    .materialList:not(.slick-slider) li:nth-child(4),
    .materialList:not(.slick-slider) li:nth-child(5) {
      display: block;
    }
}
@media (min-width: 901px) and (max-width: 1100px) {
    .materialList:not(.slick-slider) li:nth-child(2),
    .materialList:not(.slick-slider) li:nth-child(3),
    .materialList:not(.slick-slider) li:nth-child(4) {
      display: block;
    }
}
@media (min-width: 701px) and (max-width: 900px) {
    .materialList:not(.slick-slider) li:nth-child(2),
    .materialList:not(.slick-slider) li:nth-child(3) {
      display: block;
    }
}
@media (min-width: 501px) and (max-width: 700px) {
    .materialList:not(.slick-slider) li:nth-child(2) {
      display: block;
    }
}
@media (min-width: 641px) {
  .materialList li {
    padding: 0 12px;
  }
}
@media (min-width: 501px) and (max-width: 640px) {
  .materialList li {
    padding: 0 5px;
  }
}
@media (max-width: 500px) {
  .materialList li {
    width: 100%;
    padding: 0;
  }
}
@media (min-width: 1181px) {
  .materialList .Img {
    height: 150px;
  }
}
.materialList .Img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.materialList h4 {
  margin-top: 15px;
  font-size: 14px;
  font-family: "Oswald", "Noto Sans TC", "微軟正黑體", sans-serif;
  font-weight: 400;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (min-width: 641px) {
  .materialList h4 {
    margin-bottom: 20px;
  }
}
.materialList h4 a {
  color: #fff;
}
.materialList .arrowPrev, .materialList .arrowNext {
  position: absolute;
  top: calc(50% - 40px);
  z-index: 5;
}
.materialList .arrowPrev svg, .materialList .arrowNext svg {
  fill: #bd2020;
}
.materialList .arrowPrev:hover, .materialList .arrowNext:hover {
  background-color: #000;
}
@media (max-width: 500px) {
  .materialList .arrowPrev, .materialList .arrowNext {
    background-color: #000;
  }
}
@media (min-width: 501px) {
  .materialList .arrowPrev {
    left: 0;
  }
}
@media (max-width: 500px) {
  .materialList .arrowPrev {
    left: 5px;
  }
}
@media (min-width: 501px) {
  .materialList .arrowNext {
    right: 0;
  }
}
@media (max-width: 500px) {
  .materialList .arrowNext {
    right: 5px;
  }
}

.catalogTagBox {
  background: url(../jpg/bg_compare.jpg) no-repeat top center;
  background-size: cover;
}
@media (min-width: 1181px) {
  .catalogTagBox {
    padding-top: 80px;
    padding-bottom: 100px;
  }
}
@media (min-width: 641px) and (max-width: 1180px) {
  .catalogTagBox {
    padding-top: 60px;
    padding-bottom: 80px;
  }
}
@media (max-width: 640px) {
  .catalogTagBox {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (min-width: 1181px) {
  .catalogTagBox > .wrap {
    display: flex;
    flex-wrap: wrap;
  }
}
@media (min-width: 1181px) {
  .catalogTagBox .catalogBox {
    width: 50%;
    padding-right: 20px;
  }
}
@media (min-width: 1181px) {
  .catalogTagBox .catalogBox + .tagBtnBox {
    padding-top: 38px;
    padding-left: 20px;
  }
}
@media (max-width: 1180px) {
  .catalogTagBox .catalogBox + .tagBtnBox {
    margin-top: 40px;
  }
}
@media (min-width: 1181px) {
  .catalogTagBox .tagBtnBox {
    width: 50%;
  }
}
.catalogTagBox .titleBox h3 {
    display: block;
  padding-bottom: 20px;
  border-bottom: 2px solid #262626;
}
@media (min-width: 501px) {
  .catalogTagBox .titleBox h3 {
    font-size: 40px;
  }
}
@media (max-width: 500px) {
  .catalogTagBox .titleBox h3 {
    font-size: 30px;
  }
}
.catalogTagBox .titleBox h3::before {
    position: relative;
    top: -5px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
    font-size: 24px;
  font-family: FontAwesome;
}
.catalogTagBox a + .titleBox {
  margin-top: 35px;
}

.catalogBox .titleBox h3 {
  color: #252525;
}
.catalogBox .titleBox h3::before {
  content: "";
  display: inline-block;
  width: 58px;
  height: 75px;
  margin-right: 10px;
  background: url(../png/p.png) no-repeat center;
}

.catalogList li {
  position: relative;
  width: 100%;
  padding: 15px 0;
  border-bottom: 1px solid #c9c9c9;
}
@media (min-width: 641px) {
  .catalogList li {
    padding-right: 30px;
  }
}
@media (min-width: 641px) {
  .catalogList li::before {
    content: "+";
    position: absolute;
    top: 2px;
    right: 0;
    font-size: 30px;
    font-family: "Oswald", "Noto Sans TC", "微軟正黑體", sans-serif;
    color: #bd2020;
  }
}
.catalogList .num {
  position: relative;
  top: 2px;
  display: block;
  float: left;
  min-width: 25px;
  margin-right: 15px;
  font-size: 13px;
  font-family: Arial, "Noto Sans TC", Helvetica, "微軟正黑體", Heiti TC, "メイリオ", sans-serif;
}
.catalogList .num::after {
  content: "";
  position: absolute;
  top: calc(50% - 5px);
  right: 0;
  width: 1px;
  height: 10px;
  background-color: #c2c2c2;
}
.catalogList h4 {
  display: block;
  font-size: 14px;
}
.catalogList h4 a {
  color: #3f3f3f;
}
.catalogList h4 a:hover {
  color: #bd2020;
}
.catalogList h4 a span {
  display: inline-block;
  margin-left: 2px;
  color: #bd2020;
}

.tagBtnBox > a {
  display: inline-block;
  height: 35px;
  line-height: 35px;
  margin-top: 15px;
  margin-left: 6px;
  padding-left: 30px;
  padding-right: 30px;
  border: 1px solid #838383;
  font-family: "Oswald", "Noto Sans TC", "微軟正黑體", sans-serif;
  text-transform: uppercase;
}
.tagBtnBox > a::before {
  display: inline-block;
  margin-right: 20px;
  font-size: 16px;
  font-family: FontAwesome;
  color: #414141;
  transform: rotate(135deg);
}
.tagBtnBox > a.btnDownload {
    padding-left: 10px;
    padding-right: 10px;
    border-color: #000;
    color: #fff;
    background-color: #000;
}
.tagBtnBox > a.btnDownload svg {
    position: relative;
    top: -5px;
    display: inline-block;
    vertical-align: middle;
    width: 15px;
    height: 15px;
    margin-left: 30px;
    fill: #fff;
}
.tagBtnBox > a:hover {
  border-color: #bd2020;
  color: #fff;
  background-color: #bd2020;
}
.tagBtnBox > a:hover::before {
  color: #fff;
}

.filterBox.rangeBox {
    display: flex;
    flex-wrap: wrap;
    margin-top: 60px;
    padding-bottom: 50px;
}
.filterBox.rangeBox .txtMin,
.filterBox.rangeBox .txtMax {
    display: inline-block;
    font-weight: bold;
    text-align: center;
}
.filterBox.rangeBox .txtMin {
    order: -1;
    width: 30px;
}
.filterBox.rangeBox .txtMax {
    width: 60px;
}
.filterBox .noUi-target {
    position: relative;
    width: calc(100% - 90px);
    border-radius: 0;
    border: 1px solid transparent;
    box-shadow: unset;
    background: transparent;
}
.filterBox .noUi-target::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #dadada;
}
.filterBox .noUi-connect {
    margin-top: 8px;
    height: 2px;
    background-color: #bd2020;
}
.filterBox .noUi-handle {
    border-color: #bd2020;
    border-radius: 0;
    box-shadow: unset;
    background: #bd2020;
    cursor: pointer;
}
.filterBox .noUi-horizontal .noUi-handle {
    top: 3px;
    right: -6px;
    width: 12px;
    height: 12px;
}
.filterBox .noUi-handle::before {
    content: attr(aria-valuetext)' mm';
    position: absolute;
    top: auto;
    bottom: calc(100% + 12px);
    left: 50%;
    width: auto;
    height: 25px;
    line-height: 25px;
    padding: 0 5px;
    font-size: 12px;
    color: #fff;
    text-align: center;
    background-color: #000;
    white-space: nowrap;
    transform: translateX(-50%);
}
.filterBox .noUi-handle::after {
    content: attr(aria-valueinch)' in';
    position: absolute;
    top: calc(100% + 12px);
    left: 50%;
    width: auto;
    height: 25px;
    line-height: 25px;
    padding: 0 5px;
    font-size: 12px;
    color: #fff;
    text-align: center;
    background-color: #000;
    white-space: nowrap;
    transform: translateX(-50%);
}
/*.filterBox .noUi-handle::after {
	position: absolute;
	top: auto;
    bottom: calc(100% + 7px);
    left: 50%;
    margin-left: -7.5px;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 5px 7.5px 0 7.5px;
    border-color: #000 transparent transparent;
    background: transparent;
}*/
.filterBox .noUi-handle .noUi-touch-area::before {
    content: '';
	position: absolute;
	top: auto;
    bottom: calc(100% + 7px);
    left: 50%;
    margin-left: -7.5px;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 5px 7.5px 0 7.5px;
    border-color: #000 transparent transparent;
    background: transparent;
}
.filterBox .noUi-handle .noUi-touch-area::after {
    content: '';
	position: absolute;
    top: calc(100% + 7px);
    left: 50%;
    margin-left: -7.5px;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0 7.5px 5px 7.5px;
    border-color: transparent transparent #000;
    background: transparent;
}
.filterBox .mmRangeText {
    width: 100%;
}

.fliterBtn {
  cursor: pointer;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #bd2020;
  padding: 10px 20px;
  font-size: 16px;
  text-align: center;
  color: #fff;
  z-index: 10;
  text-transform: uppercase;
}

.filterBox.searchResultBox {
  cursor: pointer;
  position: fixed;
  bottom: 0;
  left: 0;

  padding: 0 20px;

  display: flex;
  align-items: center;
  /* justify-content: center; */

  width: 100%;
  height: 40px;

  font-size: 16px;
  text-align: center;
  color: #fff;
  background-color: #bd2020;

  text-transform: uppercase;
}

.filterBox.searchResultBox::before,
.filterBox.searchResultBox::after {
  content:'';
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -0.5px;
  width: 10px;
  height: 1px;
  background-color: #fff;
}
.filterBox.searchResultBox::before {
  transform-origin: right bottom;
  transform: rotate(30deg);
}
.filterBox.searchResultBox::after {
  transform-origin: right top;
  transform: rotate(-30deg);
}

.filterBox.searchResultBox .title {
  margin-right: 10px;
}
.closeFilterBtn {
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #bd2020;
}

.closeFilterBtn:before,
.closeFilterBtn:after {
  content:"";
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -1px;
  margin-left: -8px;
  width: 16px;
  height: 2px;
  background-color: #fff;
}
.closeFilterBtn:before {
  transform: rotate(-45deg);
}
.closeFilterBtn:after {
  transform: rotate(45deg);
}

@media (max-width: 767px){
  .filterOuterBox {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 100;
    transform: translateX(-100%);
    padding-bottom: 40px;
    transition: all .4s ease;
    opacity: 0;
  }
  .filterOuterBox.open {
    transform: translateX(0);
    opacity: 1;
  }

  .filterInsBox {
    overflow-y: auto;
    height: 100%;
    padding: 40px 20px 20px;
  }
}

@media (min-width: 768px){
  .closeFilterBtn {
    display: none;
  }
  .fliterBtn {
    display: none;
  }
  .closeFilterBtn {
    display: none;
  }
  .filterBox.searchResultBox {
    display: none;
  }
}


.productIntro:not(:has(.hasMagnifier)) .magnify{
    transform: scale(0);
    opacity: 0;
    pointer-events: none;
}

.magnify {
    border-radius: 50%;
    border: 1px solid #fff;
    position: absolute;
    z-index: 20;
    background-repeat: no-repeat;
    background-color: #000;
    box-shadow: 0 0 20px rgba(0, 0, 0, .4);
    opacity: 0;
    transform: scale(0);
    transition: opacity 0.2s ease-in-out;
    cursor: none;
}
@media (max-width: 1180px){
    .magnify {
        display: none;
    }
}
 .magnify.show {
    transform: scale(1);
    opacity: 1;
}
