/*product_index*/

.productbox01 {
  width: 100%;
  position: relative;
  overflow: hidden;
  transition: 1s;
}

.productbox01 picture {
  width: 100%;
  height: auto;
}

.productbox01 img {
  width: 100%;
  height: auto;
}

.product_img_txt {
  color: #fff;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.product_img_txt h4 {
  font-size: 3.375rem;
  letter-spacing: 5px;
  font-weight: 800;
}

.product_img_txt hr {
  display: block;
  margin: 30px auto 25px;
  background-color: #fff;
  width: 100px;
}

.product_img_txt p {
  font-size: 1.25rem;
  font-weight: 800;
}

.goproduct {
  color: #fff;
  opacity: 0.7;
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translate(-50%, 0) rotate(90deg);
}

.product_index_collectin {
  padding: 60px 0;
  transition: 1s;
}

.product_index_collectin h4 {
  font-size: 2.5rem;
  margin-bottom: 10px;
  transition: 1s;
}

.product_index_collectin p {
  font-size: 1.5rem;
  font-weight: 800;
  transition: 1s;
}

.product_index {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  align-content: stretch;
}

.product_index {
  max-width: 1200px;
  margin: 0 auto 100px;
  overflow: hidden;
}

.product_index .w100,
.product_index .w50,
.product_index .w33 {
  position: relative;
  font-size: 0;
}

.product_index .w100 {
  width: 100%;
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  margin-bottom: 6px;
}

.product_index .w50 {
  width: 50%;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
}

.product_index .w50 > div {
  position: relative;
}

.product_index .w33 {
  width: 33.3333%;
  position: relative;
}

.product_index .w100 .w50:first-child {
  margin-right: 3px;
}

.product_index .w100 .w50:last-child {
  margin-left: 3px;
}

.product_index .w100 .w33:first-child {
  margin-right: 3px;
}

.product_index .w100 .w33:nth-child(2) {
  margin-right: 3px;
  margin-left: 3px;
}

.product_index .w100 .w33:last-child {
  margin-left: 3px;
}

.product_index .w100,
.product_index .w50,
.product_index .w33 {
  position: relative;
  font-size: 0;
}

.product_index .w100 {
}

.product_index img {
  width: 100%;
}

.product_index .product_index_txt {
  padding: 15%;
  text-align: left;
}

.product_index_txt h4 {
  font-size: 1.5rem;
  font-weight: 800;
  color: #333;
  margin-bottom: 10px;
  transition: 1s;
}

.product_index_txt p {
  font-size: 0.875rem;
  font-weight: 800;
  color: #999;
  margin-bottom: 50px;
  height: 48px;
  transition: 1s;
}

.product_index_txt span {
  top: 0;
  font-size: 0.875rem;
  color: #999;
  border-bottom: 1px solid #999;
  padding: 2px 0;
  transition: 1s;
}

.product_index_txt.white h4 {
  color: #ddd;
}

.product_index_txt.white p {
  color: #999;
}

.product_index_txt.white span {
  color: #999;
  border-bottom: 1px solid #999;
}

.product_index_txt {
  position: absolute;
  top: 0;
}

.product_index_txt.right {
  right: 0;
}

.product_index_txt.ycenter {
  top: 50%;
  transform: translate(0, -50%);
}

.product_index .w100 .product_index_txt {
  padding: 10%;
}

.product_index .w50 .product_index_txt {
  padding: 15%;
}

.product_index .w33 .product_index_txt {
  padding: 15%;
}

.w100,
.w50,
.w50 > div,
.w33 {
  overflow: hidden;
}

.w100 img,
.w50 img,
.w33 img {
  transition: 0.8s;
}

.w100 > :not(div):hover img,
.w50 > :not(div):hover img,
.w50 > div:hover img,
.w33:hover img {
  transform: scale(1.025);
}

@media only screen and (max-width: 1024px) {
  .productbox01 picture {
    width: 100%;
    height: auto;
  }

  .product_index {
    margin: 0 auto;
  }

  .product_index_collectin {
    padding: 20px 0;
  }

  .product_index_txt h4 {
    font-size: 1.25rem;
    margin-bottom: 10px;
  }

  .product_index_txt p {
    font-size: 0.9rem;
    margin-bottom: 15px;
    height: 48px;
  }

  .product_index_txt span {
    font-size: 0.9rem;
  }

  .product_index_collectin h4 {
    font-size: 2.25rem;
    margin-bottom: 10px;
  }

  .product_index_collectin p {
    font-size: 1.25rem;
  }

  .product_index .w100 {
    flex-wrap: wrap;
  }

  .product_index .w50 {
    width: 100%;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
  }

  .product_index .w50 > div {
    width: 100%;
  }

  .product_index .w50 a {
    width: 100%;
  }

  .product_index .w33 {
    width: 100%;
  }

  .product_index .w100 {
    margin-bottom: 0;
  }

  .product_index .w100 .w50:first-child,
  .product_index .w100 .w50:last-child {
    margin-left: 0;
    margin-right: 0;
  }

  .product_index .w100 .w33:first-child,
  .product_index .w100 .w33:nth-child(2),
  .product_index .w100 .w33:last-child {
    margin-left: 0;
    margin-right: 0;
  }

  .product_index .w100,
  .product_index .w100 .w50:first-child,
  .product_index .w50 > div:first-child {
    margin-bottom: 5px;
  }

  .product_index .w100 .w33 {
    margin-bottom: 5px;
  }

  .product_index_collectin h4 {
    font-size: 1.5rem;
    margin-bottom: 5px;
  }

  .product_index_collectin p {
    font-size: 1.25rem;
  }

  .product_index .w100:first-child {
    min-height: 200px;
    min-width: 505px;
  }

  .product_index .w100 > a > img {
    height: 100%;
    width: 100%;
  }

  .product_index img {
    width: 100%;
  }
}

@media only screen and (max-height: 768px) {
  .product_index_collectin h4 {
    font-size: 1.5rem;
    margin-bottom: 10px;
  }

  .product_index_collectin p {
    font-size: 1rem;
  }

  .product_index_collectin {
    padding: 20px 0;
  }
}

/*///////////////////

///product_deail01

///////////////////*/

.gotopfixed {
  position: fixed;
  right: 240px;
  bottom: 0px;
  color: #1d1d1d;
  font-size: 12px;
  display: none;
  z-index: 60;
}

.product_inner01 {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.product_inner01 picture {
  width: 100%;
  height: auto;
}

/*product_detail01.html 圖片尺寸*/

.product_inner01 img {
  width: 100%;
  height: auto;
}

.product_inner_txt {
  color: #fff;
  width: 600px;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.product_inner_txt h4 {
  font-size: 3rem;
  letter-spacing: 5px;
  opacity: 0;
}

.product_inner_txt hr {
  display: block;
  margin: 30px auto 25px;
  background-color: #fff;
  width: 100px;
  opacity: 0;
}

.product_inner_txt p {
  font-size: 1.25rem;
  font-weight: 800;
  opacity: 0;
}

.product_inner_txt a {
  background-color: #085599;
  color: #fff;
  opacity: 0;
  animation: fadeIn 2s both 1.5s;
  margin-top: 30px;
  position: relative;
  overflow: hidden;
  transition: all 0.4s ease;
}

.product_inner_txt a .up {
  padding: 15px 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s ease 0.2s;
}

.product_inner_txt a span {
  margin-right: 8px;
  font-size: 1rem;
}

.product_inner_txt a p {
  font-size: 0.875rem;
  letter-spacing: 1px;
  font-weight: normal;
}

.product_inner_txt a .down {
  font-size: 0.875rem;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s ease 0.2s;
  opacity: 0;
}

.product_inner_txt a:hover {
  border-radius: 25px;
}

.product_inner_txt a:hover .up {
  transform: translateY(-100%);
  opacity: 0;
}

.product_inner_txt a:hover .down {
  transform: translateY(-100%);
  opacity: 1;
}

.product_nav ul > span {
  display: none;
}
/* eric 0512 */
.product_nav > span {
  display: none;
}

@media only screen and (min-width: 768px) {
  .product_inner_txt {
    top: 50% !important;
  }
}

.product_nav {
  margin: 0 auto;
  font-size: 1rem;
  margin: 20px auto;
  z-index: 8;
  /* opacity: 0; */
}

.product_fixed {
  display: flex;
  align-items: center;
  height: 130px;
}

.product_nav.fixed {
  position: fixed;
  top: 0;
  width: 100%;
  background: #fff;
  margin: 0px auto;
  height: 90px;
  display: flex;
  align-items: center;
  box-shadow: 0px 0px 5px 1px #999;
}

.product_nav ul {
  overflow: hidden;
  width: 100%;
  min-width: 900px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  transition: 1s;
}

.product_nav.open ul {
  transition: 1s;
}

.product_nav li {
  display: inline-block;
  padding: 15px 20px;
  font-size: 16px;
  position: relative;
  height: 45px;
}

.product_nav li a {
  padding: 9px 0;
  position: relative;
}

.product_nav li a:after {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 2px;
  content: '';
  display: block;
  background-color: #333;
  transition: 0.5s;
}
.product_nav li a.pick:after,
.product_nav li a:hover:after {
  width: 100%;
}

.product_nav li:before {
  content: '';
  position: absolute;
  left: 0;
  height: 16px;
  width: 1px;
  background: #333;
  opacity: 0.2;
}

.product_nav ul > span > a {
  border-bottom: 2px solid #333;
  padding: 9px 0;
}

.product_nav li:nth-child(2):before,
.product_nav li:nth-child(9):before {
  width: 0;
}

.product_nav li:nth-child(8) {
  display: block;
  width: 100%;
  padding: 0;
}

.product_nav li.six {
  height: 0;
}

.product_nav li.six:before {
  width: 0;
}

.product_nav li:nth-child(8):after,
.product_nav li:nth-child(8):before {
  width: 0;
}

@media only screen and (max-width: 1024px) {
  .product_nav.fixed {
    height: 65px;
    align-items: flex-start;
  }

  .product_fixed {
    display: flex;
    align-items: center;
    height: 85px;
  }

  .product_nav {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    position: relative;
    height: 52px;
  }

  .product_nav ul {
    position: absolute;
    width: 250px;
    min-width: 250px;
    max-height: 0;
    text-align: center;
    z-index: 6;
    /* max-height: 48px;
        border: 1px solid #333;
        height: auto; */
    transition: 1s;
  }

  .product_nav ul {
    display: inline-block;
    /* top: calc(50% - 24px); */
    /* top: calc(50% - 29px); */
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
  }

  .product_nav.open ul {
    /* max-height: 1000px; */
    max-height: 60vh;
    overflow-y: scroll;
  }

  .product_nav li {
    background: #000;
    color: #fff;
    width: 100%;
    width: 250px;
    height: 48px;
    cursor: pointer;
  }

  .product_nav.open li:hover {
    background: #333;
  }

  .product_nav li a:hover:after,
  .product_nav li a.pick:after {
    width: 0;
  }

  .product_nav li:first-child {
    display: block;
  }

  /* .product_nav ul>span {
        display: inline-block;
        padding: 15px 20px;
        height: 48px;
        margin: 0;
        font-size: 18px;
        position: relative;
        width: 250px;
    }

    .product_nav ul>span:after {
        position: absolute;
        right: 5%;
        top: 50%;
        transform: translate(0, -20%);
        content: '';
        display: inline-block;
        width: 0;
        height: 0;
        border: transparent solid;
        border-width: 7px;
        border-top-color: #555;
    }

    .product_nav ul>span>a {
        border-bottom: 0px
    } */
  .product_nav span {
    display: inline-block;
    padding: 15px 20px;
    height: 48px;
    margin: 0;
    font-size: 18px;
    position: relative;
    width: 250px;
    text-align: center;
    border: solid 1px #333;
  }

  .product_nav span:after {
    position: absolute;
    right: 5%;
    top: 50%;
    transform: translate(0, -20%);
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    border: transparent solid;
    border-width: 7px;
    border-top-color: #555;
  }

  .product_nav span > a {
    border-bottom: 0px;
  }

  .product_search_btn {
    position: absolute;
    right: 0;
  }

  .product-dropdown li {
    background: #fff;
  }

  .product_nav li:before,
  .product_nav li:after {
    width: 0;
  }

  .product_inner_txt h4 {
    font-size: 2.5rem;
    opacity: 0;
  }

  .product_inner_txt hr {
    width: 100px;
    opacity: 0;
  }

  .product_inner_txt p {
    font-size: 1rem;
    opacity: 0;
  }
}

@media only screen and (max-width: 600px) {
  .product_inner_txt h4 {
    font-size: 2rem;
    letter-spacing: 0px;
  }

  .product_inner_txt hr {
    width: 100px;
  }

  .product_inner_txt p {
    font-size: 0.875rem;
  }

  .product_fixed {
    height: 110px;
  }
  .product_nav span {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;
    padding: 15px 22px;
  }
  .product_nav li {
    height: auto;
    line-height: 26px;
    padding: 10px 20px;
  }
  .product_nav.open ul {
    top: calc(100% + 4px);
  }
}

/*.product_search{border:  2px solid blue}

.product_search_box>div{border: 2px solid red;}*/

.product_search_box > div {
  border-top: 1px solid #fff;
}

.product + section div:first-child.product_1 {
  border-top: transparent;
}

.product + section div:first-child.product_11 > div {
  border-top: transparent;
}

.product + section div:first-child.product_111 > div {
  border-top: transparent;
}

.product + section div:first-child.product_12 > div > div:first-child {
  border-top: transparent;
}

.product {
  position: relative;
  border-top: 2px solid #999;
  z-index: 7;
}

.product .product_search {
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  transition: 1s;
  /*display: none;*/
  position: absolute;
  width: 100%;
  margin: 0 auto;
  padding: 0 20%;
  top: 0;
  background: #e1e1e1;
}

.product.open .product_search {
  opacity: 1;
  visibility: visible;
  /*display: block;*/
  transition: 1s;
}

.product_x {
  position: absolute;
  z-index: 5;
  left: 50%;
  transform: translate(-50%, 0);
  top: -15px;
}

.product_x .fa-search {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #000;
  color: #f1f1f1;
  border-radius: 50%;
  height: 26px;
  width: 26px;
  font-size: 12px;
}

.product_x .fa-times {
  display: none;
  align-items: center;
  justify-content: center;
  background: #000;
  color: #f1f1f1;
  border-radius: 50%;
  height: 26px;
  width: 26px;
  font-size: 8px;
}

.open .product_x .fa-search {
  display: none;
}

.open .product_x .fa-times {
  display: flex;
}

.product_search_top {
  text-align: center;
  overflow: hidden;
  padding: 50px 0 0;
  position: relative;
}

.product_search_top .product_search_btn {
  float: right;
}

.product_search_top h2 {
  font-size: 2.25rem;
  font-weight: 800;
  margin: 0 auto 10px;
  letter-spacing: 1px;
}

.product_search_top h3 {
  font-size: 1.25rem;
  font-weight: 800;
  margin: 0 auto 50px;
  display: inline-block;
  letter-spacing: 1px;
}

.product_search_btn {
  display: block;
  text-align: center;
  margin: 11px 0;
  position: absolute;
  right: 0;
  bottom: 35px;
}

.product_search_btn input {
  display: inline-block;
  padding: 12px 12px 12px 24px;
  border: 1px solid #999;
  color: #999;
  font-size: 0.8rem;
  letter-spacing: 1px;
  border-radius: 32px;
  background: #fff;
}

.product_search_btn i {
  position: absolute;
  right: 10px;
  width: 41px;
  height: 41px;
  line-height: 41px;
  top: 50%;
  transform: translate(0, -50%);
  color: #999;
  cursor: pointer;
  font-size: 12px;
}

.product_search_box {
  display: flex;
}

.product_search_box .search_box_left {
  width: 20%;
  padding: 26px 0;
}

.search_box_left h4 {
  font-size: 1.25rem;
  padding: 5px;
  font-weight: 800;
}

.search_box_left h5 {
  font-size: 1rem;
  padding: 5px;
  font-weight: 800;
}

.product_search_box .search_box_right {
  width: 80%;
  padding: 26px 0;
  display: flex;
  align-items: center;
  letter-spacing: 1px;
}

.search_box_right ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}

.search_box_right li {
  padding-right: 20px;
  min-width: 25%;
  cursor: pointer;
}

.search_box_right ul li div {
  display: flex;
  flex-wrap: nowrap;
}

.search_box_right span {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 6px 15px 0 0;
  border: 1px solid #000;
  transition: 0.5s;
}

@media only screen and (max-width: 1500px) {
  .search_box_right li {
    min-width: 33%;
  }
}

@media only screen and (max-width: 767px) {
  .search_box_right li {
    min-width: 50%;
  }
}

@media only screen and (max-width: 500px) {
  .search_box_right li {
    padding-right: 0px;
  }

  .search_box_right span {
    margin: 6px 10px 0 0;
  }
}

@media only screen and (max-width: 400px) {
  .search_box_right li {
    min-width: 100%;
  }
}

.search_box_right .slider {
  display: block;
  width: 100%;
}

.noUi-target {
  height: 4px;
  background: #d3d3d3;
  margin: 0 auto;
  box-shadow: none;
  border: 1px solid #e1e1e1;
}

.noUi-horizontal .noUi-handle {
  height: 10px;
  width: 10px;
  top: -4px;
  left: -10px;
  box-shadow: none;
  border-radius: 0px;
  border: 0px;
  background: #000;
  transform: rotate(45deg);
}

.noUi-horizontal .noUi-tooltip {
  background: transparent;
  border: 0;
  transform: rotate(-45deg);
  top: 10px;
  left: -25px;
  height: 28px;
  width: 100px;
}

.noUi-connect {
  background: #000;
}

.noUi-handle:after,
.noUi-handle:before {
  width: 0;
}

@media only screen and (max-height: 600px) {
  .noUi-horizontal .noUi-handle {
    height: 13px;
    width: 13px;
    top: -6px;
  }
}

.search_box_right .w25 li {
  width: 25%;
  margin-right: 0px;
}

.search_box_right .w25 li div {
  height: 48px;
}

.search_box_right .check span {
  background: #000;
  transition: 0.5s;
}

.product_search_bottom {
  text-align: center;
  margin: 60px auto 0;
  display: flex;
  justify-content: center;
}

.product_search_bottom div {
  border-bottom: 2px solid #000;
  margin: 0 20px;
  padding: 10px;
  cursor: pointer;
  color: #333;
  font-size: 0.875rem;
  letter-spacing: 1px;
}

.product_more_bottom {
  margin: 50px auto;
  text-align: center;
}

.product_more_bottom div {
  border-bottom: 1px solid #000;
  padding: 10px;
  cursor: pointer;
  display: inline-block;
}

.product div:nth-child(3) {
  border-top: 0px;
}

.pinner img {
  transition: 0.8s;
}

.pinner:hover a img {
  transition: 0.8s;
  transform: scale(1.035);
}

.pinner {
  opacity: 0;
}

.product_1,
.product_11,
.product_111,
.product_12 {
  background: #fff;
}

.pinner {
  background: #f1f1f1;
  position: relative;
}

.product_1 {
  border: 2px solid #fff;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

.product_11 .pinner {
  border: 2px solid #fff;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  width: calc(100% / 2);
}

.product_11 .pinner:first-child {
  border-right: 1px solid #fff;
}

.product_11 .pinner:last-child {
  border-left: 1px solid #fff;
}

.product_111 .pinner {
  border: 2px solid #fff;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  width: calc(100% / 3);
}

.product_111 .pinner:first-child {
  border-right: 1px solid #fff;
}

.product_111 .pinner:nth-child(2) {
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
}

.product_111 .pinner:last-child {
  border-left: 1px solid #fff;
}

.product_12 .left .pinner {
  border: 2px solid #fff;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
}

.product_12 .right .pinner {
  border: 2px solid #fff;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
}

.product_12_rtl .left .pinner {
  border: 2px solid #fff;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
}

.product_12_rtl .right .pinner {
  border: 2px solid #fff;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
}

.pinner {
  padding: 140px 0 80px;
}

.pinner a {
  width: 100%;
  display: block;
}

.pinner img {
  max-width: 100%;
  max-height: 100%;
}

.product_1 img {
  max-width: 600px;
  max-height: 640px;
}

.product_11 img {
  max-width: 450px;
  max-height: 480px;
}

.product_111 img {
  max-width: 300px;
  max-height: 320px;
}

.product_12 .left img {
  max-width: 600px;
  max-height: 640px;
}

.product_12 .right img {
  max-width: 300px;
  max-height: 320px;
}

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

.product_1 .pinner {
  flex: 1 1 auto;
  text-align: center;
  position: relative;
}

.product_11 {
  display: flex;
  justify-content: center;
  align-items: stretch;
}

.product_11 .pinner {
  flex: 1 1 auto;
  text-align: center;
  position: relative;
}

.product_111 {
  display: flex;
  justify-content: center;
  align-items: stretch;
}

.product_111 .pinner {
  flex: 1 1 auto;
  text-align: center;
}

.product_12 {
  display: flex;
  align-items: stretch;
}

.product_12 .left {
  width: 66.6666%;
  align-items: stretch;
}

.product_12 .right {
  width: 33.3333%;
}

.product_12 .pinner {
  flex: 0 1 auto;
  text-align: center;
}

.product_12 .left .pinner {
  flex: 0 1 auto;
  text-align: center;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.product_12_rtl {
  direction: rtl;
}

.product_1 .product_label,
.product_11 .product_label,
.product_111 .product_label,
.product_12 .product_label {
  pointer-events: none;
  width: 145px;
  position: absolute;
  right: 2vw;
  top: 1vw;
  filter: drop-shadow(2px 4px 6px rgba(0, 0, 0, 0.35));
}

.product_txt {
  font-size: 1.25rem;
  padding: 20px 0;
  font-weight: 800;
}

.product_txt p {
  margin-bottom: 10px;
}

@media only screen and (max-width: 1500px) {
  .product_1 .product_label,
  .product_11 .product_label,
  .product_111 .product_label,
  .product_12 .product_label {
    width: 120px;
  }
}

@media only screen and (max-width: 1200px) {
  .product_1 img {
    max-height: 640px;
  }

  .product_11 img {
    max-height: 480px;
  }

  .product_111 img {
    max-width: 450px;
    max-height: 480px;
  }

  .product_111 .pinner:last-child img {
    max-width: 600px;
    max-height: 640px;
  }

  .product_12 .left img {
    max-width: 600px;
    max-height: 640px;
  }

  .product_12 .right img {
    max-height: 320px;
  }

  .product_111 {
    flex-wrap: wrap;
  }

  .product_111 .pinner {
    width: 50%;
  }

  .product_12 {
    flex-wrap: wrap;
  }

  .product_12 .left {
    width: 100%;
  }

  .product_12 .pinner {
    width: 100%;
  }

  .product_12 .right {
    width: 100%;
    display: flex;
  }

  .product_12 .right .pinner {
    width: 50%;
  }

  .product_12_rtl .right .pinner {
    border: 2px solid #fff;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    border-left: 1px solid #fff;
  }

  .product_12 .left .pinner {
    border: 2px solid #fff;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    border-right: 2px solid #fff;
  }

  .product_111 .pinner:first-child {
    border-right: 1px solid #fff;
  }

  .product_111 .pinner:nth-child(2) {
    border-right: 2px solid #fff;
    border-left: 1px solid #fff;
  }

  .product_111 .pinner:last-child {
    border-left: 1px solid #fff;
  }

  .product_12 .right .pinner:first-child {
    border-right: 1px solid #fff;
    border-left: 2px solid #fff;
  }

  .product_12 .right .pinner:last-child {
    border-left: 1px solid #fff;
    border-right: 2px solid #fff;
  }

  .product_12_rtl .right .pinner:first-child {
    border-left: 1px solid #fff;
    border-right: 2px solid #fff;
  }

  .product_12_rtl .right .pinner:last-child {
    border-right: 1px solid #fff;
    border-left: 2px solid #fff;
  }

  .product .product_search {
    padding: 0 15%;
  }
}

@media only screen and (max-width: 1024px) {
  .product .product_search {
    padding: 0 50px;
  }

  .product_1 img {
    max-width: 80%;
  }

  .product_11 img {
    max-width: 80%;
  }

  .product_111 img {
    max-width: 80%;
  }

  .product_111 .pinner:last-child img {
    max-width: 80%;
  }

  .product_12 .left img {
    max-width: 80%;
  }

  .product_12 .right img {
    max-width: 80%;
  }
}

@media only screen and (max-width: 768px) {
  .search_box_right .w25 li {
    width: 33.3333%;
  }

  .product_1 .product_label,
  .product_11 .product_label,
  .product_111 .product_label,
  .product_12 .product_label {
    width: 100px;
    top: 8vw;
  }
}

@media only screen and (max-width: 600px) {
  .pinner {
    width: 100%;
  }

  .product_11 .pinner {
    width: 100%;
  }

  .product_111 .pinner {
    width: 100%;
  }

  .product_11 {
    flex-wrap: wrap;
  }

  .product_12 .right .pinner {
    width: 100%;
  }

  .product_12 .right {
    flex-wrap: wrap;
  }

  .product_1 img {
    max-height: 320px;
  }

  .product_11 img {
    max-height: 320px;
  }

  .product_111 img {
    max-height: 320px;
  }

  .product_111 .pinner:last-child img {
    max-height: 320px;
  }

  .product_12 .left img {
    max-height: 320px;
  }

  .product_12 .right img {
    max-height: 320px;
  }

  .product_11 .pinner:first-child {
    border-right: 2px solid #fff;
  }

  .product_11 .pinner:last-child {
    border-left: 2px solid #fff;
  }

  .product_111 .pinner:first-child {
    border-right: 2px solid #fff;
  }

  .product_111 .pinner:nth-child(2) {
    border-right: 2px solid #fff;
    border-left: 2px solid #fff;
  }

  .product_111 .pinner:last-child {
    border-left: 2px solid #fff;
  }

  .product_12 .right .pinner:first-child {
    border-right: 2px solid #fff;
    border-left: 2px solid #fff;
  }

  .product_12 .right .pinner:last-child {
    border-left: 2px solid #fff;
    border-right: 2px solid #fff;
  }

  .product_12_rtl .right .pinner:first-child {
    border-left: 2px solid #fff;
    border-right: 2px solid #fff;
  }

  .product_12_rtl .right .pinner:last-child {
    border-right: 2px solid #fff;
    border-left: 2px solid #fff;
  }

  .search_box_right .w25 li {
    width: 50%;
  }

  .product .product_search {
    padding: 0 20px;
  }

  .product_search_btn {
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    right: auto;
  }

  .product_search_top h3 {
    margin: 0 auto 80px;
  }

  .product_search_box {
    flex-wrap: wrap;
    padding: 0 0 20px;
  }

  .product_search_box .search_box_left {
    width: 100%;
    display: flex;
    align-items: flex-end;
  }

  .product_search_box .search_box_right {
    width: 100%;
    padding: 5px;
  }

  .product_search_box > div.search_box_right {
    border-top: 0px;
  }
}

@media only screen and (max-width: 450px) {
  .product_search_top .product_search_btn {
    float: right;
    width: 100%;
  }

  .product_search_btn input {
    width: 100%;
  }
}

/*///////////////////

///product_deail02//

///////////////////*/

.product_info {
  position: relative;
  height: calc(100vh - (60px + 110px));
  min-height: 680px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.product_info_pic {
  width: 75%;
  margin: 0px auto 40px;
  position: relative;
  transition: 1s;
}

.product_info_pic .product_label {
  pointer-events: none;
  position: absolute;
  right: 13vw;
  top: 2.5vw;
  filter: drop-shadow(2px 4px 6px rgba(0, 0, 0, 0.35));
}

@media only screen and (max-height: 950px) {
  .product_info_pic {
    min-height: 600px;
  }
}

.product_info .slick-slide img {
  margin: 0 auto;
  max-width: 550px;
}

.product_info_icon {
  position: absolute;
  top: 50%;
  right: calc(100% - 60px);
  transform: translateY(-50%);
}

.product_info_icon ul {
  transform: translateX(-60px);
}

.product_info_icon ul.more {
  transform: translateX(0);

  display: flex;

  flex-wrap: wrap;

  align-items: center;

  justify-content: flex-end;

  width: 160px;
}

.product_info_icon li {
  margin: 2px;
}

.product_info .slick-dots {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.product_info .slick-dots li {
  display: block;
  margin: 0 0 10px;
}

.product_info .slick-dots .slick-active button {
  color: #1d1d1d;
  border: 1px solid #000;
  width: 20px;
  height: 20px;
  line-height: 25px;
}

.product_info .slick-dots li button:before {
  width: 22px;
}

.slick-dots li button:before {
  color: #000;
}

.product_info .slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: #000;
  width: 20px;
  height: 20px;
  line-height: 21px;
}

.product_info_pic .favorite {
  position: absolute;
  top: calc(10% - 40px);
  padding: 0 5px;
  right: -5px;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  cursor: pointer;
}

.product_info_pic .favorite span {
  position: relative;
  display: block;
  margin: 0 0 5px;
}

.product_info_pic .favorite span:before,
.product_info_pic .favorite span:after {
  font-family: 'icomoon';
  transition: all 0.4s ease;
  color: #1a4196;
  font-weight: bold;
}

.product_info_pic .favorite span:before {
  content: '\e520';
}

.product_info_pic .favorite span:after {
  content: '\e521';
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.product_info_pic .favorite.active span:after {
  opacity: 1;
}

.product_info_pic .favorite p {
  writing-mode: vertical-lr;
  letter-spacing: 5px;
  font-size: 0.875rem;
  font-weight: bold;
  color: #717171;
  transition: all 0.4s ease;
}

.product_info_pic .favorite.active p {
  color: #000;
}

.product_info_pic .slick-prev,
.product_info_pic .slick-next {
  top: 0;
  width: 100%;
  height: 100%;
  transform: translate(0, 0);
}

.product_info_pic .slick-prev:before,
.product_info_pic .slick-next:before {
  font-size: 0;
}

.product_info_pic .slick-next {
  right: 0px;
}

.product_info_txt {
  width: 100%;
  margin: 20px 0 40px;
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translate(-50%, 0);
}

.product_info_txt h4 {
  font-size: 1.625rem;
  color: #333;
  text-align: center;
  font-weight: 800;
}

.product_info_godown {
  position: absolute;
  right: 0;
  bottom: 10%;
  transform: rotate(90deg);
}

.product_info_other ul {
  display: flex;
}

.product_info_other li {
  display: block;
  width: 33.3333%;
  background: #f1f1f1;
  font-size: 1.25rem;
  text-align: center;
}

.product_info_slick_only li {
  width: 100%;
  background: #5f5f5f;
  color: #fff;
}

.product_info_other .slick-center {
  background: #5f5f5f;
  color: #fff;
  position: relative;
}

.product_info_other {
  position: relative;
  border: 1px solid #fff;
}

.product_info_other:before {
  position: absolute;
  top: -13px;
  right: calc(50% - 7px);
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  border: transparent solid;
  border-width: 7px;
  border-bottom-color: #5f5f5f;
}

.product_info_other a {
  display: flex;
  justify-content: center;
  height: 60px;
  line-height: 60px;
  font-size: 1rem;
  font-weight: 800;
}

.product_info_buy {
  position: relative;
  display: flex;
}

.product_info_buy_left,
.product_info_buy_right {
  width: 50%;
  background: #f8f8f8;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  border: 1px solid #fff;
  padding: 80px 0;
}

.product_info_buy_left {
  /* width: 100%; */
}

.product_info_buy_right {
  /* display: none; */
}

.product_info_buy_left {
  text-align: center;
  font-size: 2rem;
  font-weight: 800;
  display: flex;
  flex-direction: column;
}

.product_info_buy_left span {
  font-size: 1rem;
}

.product_info_buy_left div {
  width: 100%;
  font-size: 40px;
  opacity: 0.5;
}

.product_info_buy_left p,
.product_info_buy_right p {
  display: inline-block;
  margin-right: 20px;
}

.product_info_buy_left p.ps {
  background-color: #252525;
  color: #4ad2ff;
  font-size: 0.75rem;
  line-height: 1.5;
  letter-spacing: 1px;
  padding: 15px 20px;
  margin: 15px auto;
}

.product_info_buy_left div:first-child {
  opacity: 1;
}

.product_info_buy_right > div {
  font-size: 1rem;
  font-weight: 800;
  margin-right: 3.125vw;
  width: 200px;
}

.product_info_buy_right > div > div {
  height: 57px;
  line-height: 57px;
  position: relative;
}

.product_info_buy_right ul > span {
  position: relative;
}

.product_info_buy_right ul > span:after {
  position: absolute;
  top: 48%;
  right: 7px;
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  border: transparent solid;
  border-width: 5px;
  border-top-color: #000;
}

.product_info_buy_right ul li {
  background: #dedede;
  width: 100%;
  height: 0;
  overflow: hidden;
  transition: height 0.4s ease;
  display: block;
  padding-left: 40px;
  position: relative;
}

.product_info_buy_right ul > span,
.product_info_buy_right div > span {
  padding: 0 30px;
  position: relative;
  display: inline-block;
  text-align: center;
  /* height: 24px; */
  line-height: 24px;
}

.product_info_buy_right ul > span {
  height: 57px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.product_info_buy_right ul > span span:nth-child(2) {
  max-height: 57px;
  line-height: 26px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.product_info_buy_right div > span {
  width: calc(100% - 92px);
}

.product_info_buy_right .color {
  width: 12px;
  height: 12px;
  display: inline-block;
  position: absolute;
  top: 49%;
  left: 10px;
  transform: translate(0, -50%);
}

.product_info_buy_right > div:first-child > div:first-child {
  border-bottom: 1px solid #333;
}

.product_info_buy_right div > span span:first-child {
  position: absolute;
  left: 8px;
  font-size: 1.25rem;
}

.product_info_buy_right div > span span:last-child {
  position: absolute;
  right: 10px;
  font-size: 1.25rem;
}

.product_info_buy_right ul {
  cursor: pointer;
  position: absolute;
  width: calc(100% - 84px);
  display: inline-block;
  z-index: 2;
  height: 57px;
}

.product_info_buy_right ul.open li {
  height: 24px;
  height: 57px;
  line-height: 57px;
}

@media only screen and (max-width: 1600px) {
  .product_info_pic .product_label {
    width: 120px;
    right: -10vw;
  }
}

@media only screen and (max-width: 1400px) {
  .product_info_pic {
    height: auto;
    min-height: auto;
  }

  .product_info .slick-slide img {
    width: 70%;
  }
}

@media only screen and (max-width: 768px) {
  .product_info_icon,
  .product_info_godown {
    display: none;
  }

  .product_info_icon li {
    margin: 0px;
    display: inline-block;
  }

  .product_info .slick-dots li {
    display: inline-block;
    margin-bottom: 0px;
    margin: 20px 5px 0px;
  }

  .product_info {
    height: auto;
    min-height: auto;
    flex-direction: column;
  }

  .product_info_pic {
    margin: 140px auto 0px;
  }

  .product_info_pic .product_label {
    top: -100px;
  }

  .product_info_pic .favorite {
    position: static;
    flex-direction: row;
    margin: 15px 0 0;
    padding: 10px 0;
  }

  .product_info_pic .favorite span {
    margin: 0 5px 0 0;
  }

  .product_info_pic .favorite p {
    writing-mode: inherit;
  }

  .product_info_txt {
    position: static;
    transform: translate(0, 0);
  }

  .product_info_txt h4 {
    margin: 0;
    padding: 0 20px;
  }

  .product_info .slick-dots {
    position: static;
    margin: 0px;
    transform: translate(0);
  }
}

@media only screen and (max-width: 1024px) {
  .product_info_buy_left,
  .product_info_buy_right {
    width: 100%;
  }

  .product_info_buy {
    flex-wrap: wrap;
  }

  .product_info_buy_left,
  .product_info_buy_right {
    padding: 20px 0;
    justify-content: center;
    text-align: left;
    padding-left: 50px;
  }

  .product_info_buy_left {
    padding: 20px 0 20px 50px;
  }

  .product_info_buy_left {
    padding: 20px 0;
    text-align: center;
  }

  .product_info_buy_right > a {
    margin: 0 auto;
  }

  .product_info .slick-slide img {
    width: 100%;
  }
}

@media only screen and (max-width: 600px) {
  .product_info_buy_left,
  .product_info_buy_right {
    padding-left: 0px;
  }

  .product_info_buy_left {
    width: 100%;
    text-align: center;
  }

  .product_info_buy_right div {
    padding-left: 0px;
    margin-right: 0px;
    margin: 0 auto;
  }

  .product_info_buy_right > a {
    /* width: 100%; */
    margin-right: 0px;
    margin: 0 auto;
  }

  .product_info_buy_left p {
    margin-right: 0px;
  }
}

@media only screen and (max-width: 500px) {
  .product_info_buy_right > div {
    /* width: 90%; */
    width: 100% !important;
    padding: 0 50px;
  }
}

.product_title {
  text-align: center;
}

.product_title h4 {
  font-size: 2.1875rem;
  font-weight: 800;
}

.product_title p {
  font-size: 1.5625rem;
  margin: 10px 0 30px;
}

.product_spec {
  padding: 150px 0 0;
}

.product_spec_box {
  width: 1024px;
  margin: 10px auto;
  display: flex;
  padding: 40px 0 30px;
  border-top: 2px solid #bbbbbb;
}

.product_spec .product_title + .product_spec_box {
  border-top: 4px solid #bbbbbb;
}

.search_spec_left {
  width: 30%;
}

.search_spec_left h4 {
  padding: 10px 0 0 30px;
  font-weight: 800;
  font-size: 1.125rem;
  letter-spacing: 0.5px;
}

.search_spec_right {
  width: 70%;
}

.search_spec_right ul {
  width: 100%;
}

.search_spec_right li {
  display: flex;
  padding: 10px 0;
  border-bottom: 0.5px solid #ddd;
}

.search_spec_right li:last-child {
  border-bottom: 0px;
}

.search_spec_right li div:first-child {
  font-weight: 800;
}

.search_spec_right div {
  width: 50%;
  font-size: 0.875rem;
  padding: 0 20px 0 0;
  line-height: 1.5;
}

@media only screen and (max-width: 1024px) {
  .search_spec_left,
  .search_spec_right {
    width: 100%;
  }

  .product_spec_box {
    flex-wrap: wrap;
  }

  .product_spec_box {
    width: 80%;
  }

  .search_spec_left h4 {
    padding: 20px 0;
    text-align: center;
  }
}

@media only screen and (max-width: 700px) {
  .product_spec {
    padding: 50px 0 0;
  }
}

@media only screen and (max-width: 600px) {
  .search_spec_left {
    background: #cccccc;
    margin-top: 1px;
    position: relative;
    cursor: pointer;
  }

  .search_spec_left h4 {
    text-align: left;
    padding: 20px 45px 20px 20px;
  }

  .search_spec_left,
  .search_spec_right {
    text-align: left;
  }

  .search_spec_left:after,
  .search_spec_left:before {
    content: '';
    position: absolute;
    top: 50%;
    right: 20px;
    height: 1px;
    width: 15px;
    display: inline-block;
    background: #000;
  }

  .search_spec_left:before {
    transform: rotate(270deg);
    transition: 0.5s;
  }

  .on.search_spec_left:before {
    transform: rotate(0deg);
  }

  .search_spec_right li {
    flex-wrap: wrap;
  }

  .search_spec_right div {
    width: 100%;
    padding: 20px 45px 20px 40px;
  }

  .search_spec_right li div:first-child {
    background: #e5e5e5;
    position: relative;
    margin-bottom: 1px;
    cursor: pointer;
  }

  .search_spec_right li div:first-child:after,
  .search_spec_right li div:first-child:before {
    content: '';
    position: absolute;
    top: 50%;
    right: 20px;
    height: 1px;
    width: 15px;
    display: inline-block;
    background: #000;
  }

  .search_spec_right li div:first-child:before {
    transform: rotate(270deg);
    transition: 0.5s;
  }

  .search_spec_right li div:first-child.on:before {
    transform: rotate(0deg);
  }

  .product_spec .product_title + .product_spec_box {
    border-top: 0;
  }

  .product_spec_box {
    width: 100%;
    margin: 0px auto;
    display: flex;
    padding: 0px;
    border-top: 0px;
  }

  .search_spec_right {
    display: none;
  }

  .search_spec_right li {
    padding: 0;
  }

  .search_spec_right li div:last-child {
    display: none;
  }
}

.product_info_buy_right > a {
  margin: 15px;
  width: 100px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border: 8px solid #b0b0b0;
  border-radius: 50%;
  margin: 0 1.3vw;
  animation: fadeIn 1.4s both 1.2s;
  position: relative;
}

.product_info_buy_right a b {
  position: absolute;
  display: block;
  width: calc(100% + 16px);
  height: calc(100% + 16px);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  border: 8px solid #313131;
  clip-path: polygon(50% 50%, 0% 50%, 0 50%, 0 50%, 0 50%, 0 50%, 0 50%);
  animation: radarReverse 0.4s both;
  animation-timing-function: linear;
}

@keyframes radarReverse {
  0% {
    -webkit-clip-path: polygon(50% 50%, 49% 0%, 100% 0, 100% 100%, 0 100%, 0 0, 50% 0);
    clip-path: polygon(50% 50%, 49% 0%, 100% 0, 100% 100%, 0 100%, 0 0, 50% 0);
  }

  12.5% {
    -webkit-clip-path: polygon(50% 50%, 49% 0%, 100% 0, 100% 100%, 0 100%, 0 0, 0 0);
    clip-path: polygon(50% 50%, 49% 0%, 100% 0, 100% 100%, 0 100%, 0 0, 0 0);
  }

  37.5% {
    -webkit-clip-path: polygon(50% 50%, 49% 0%, 100% 0, 100% 100%, 0 100%, 0 100%, 0 100%);
    clip-path: polygon(50% 50%, 49% 0%, 100% 0, 100% 100%, 0 100%, 0 100%, 0 100%);
  }

  62.5% {
    -webkit-clip-path: polygon(50% 50%, 49% 0%, 100% 0, 100% 100%, 100% 100%, 100% 100%, 100% 100%);
    clip-path: polygon(50% 50%, 49% 0%, 100% 0, 100% 100%, 100% 100%, 100% 100%, 100% 100%);
  }

  87.5% {
    -webkit-clip-path: polygon(50% 50%, 49% 0%, 100% 0, 100% 0, 100% 0, 100% 0, 100% 0);
    clip-path: polygon(50% 50%, 49% 0%, 100% 0, 100% 0, 100% 0, 100% 0, 100% 0);
  }

  100% {
    -webkit-clip-path: polygon(50% 50%, 49% 0%, 49% 0%, 49% 0%, 49% 0%, 49% 0%, 49% 0%);
    clip-path: polygon(50% 50%, 49% 0%, 49% 0%, 49% 0%, 49% 0%, 49% 0%, 49% 0%);
  }
}

.product_info_buy_right a:hover b {
  animation: radar 0.4s both;
  animation-timing-function: linear;
}

@keyframes radar {
  0% {
    -webkit-clip-path: polygon(50% 50%, 49% 0%, 49% 0%, 49% 0%, 49% 0%, 49% 0%, 49% 0%);
    clip-path: polygon(50% 50%, 49% 0%, 49% 0%, 49% 0%, 49% 0%, 49% 0%, 49% 0%);
  }

  12.5% {
    -webkit-clip-path: polygon(50% 50%, 49% 0%, 100% 0, 100% 0, 100% 0, 100% 0, 100% 0);
    clip-path: polygon(50% 50%, 49% 0%, 100% 0, 100% 0, 100% 0, 100% 0, 100% 0);
  }

  37.5% {
    -webkit-clip-path: polygon(50% 50%, 49% 0%, 100% 0, 100% 100%, 100% 100%, 100% 100%, 100% 100%);
    clip-path: polygon(50% 50%, 49% 0%, 100% 0, 100% 100%, 100% 100%, 100% 100%, 100% 100%);
  }

  62.5% {
    -webkit-clip-path: polygon(50% 50%, 49% 0%, 100% 0, 100% 100%, 0 100%, 0 100%, 0 100%);
    clip-path: polygon(50% 50%, 49% 0%, 100% 0, 100% 100%, 0 100%, 0 100%, 0 100%);
  }

  87.5% {
    -webkit-clip-path: polygon(50% 50%, 49% 0%, 100% 0, 100% 100%, 0 100%, 0 0, 0 0);
    clip-path: polygon(50% 50%, 49% 0%, 100% 0, 100% 100%, 0 100%, 0 0, 0 0);
  }

  100% {
    -webkit-clip-path: polygon(50% 50%, 49% 0%, 100% 0, 100% 100%, 0 100%, 0 0, 50% 0);
    clip-path: polygon(50% 50%, 49% 0%, 100% 0, 100% 100%, 0 100%, 0 0, 50% 0);
  }
}

.product_info_buy_right a p {
  margin: 3px 0 0;
  font-weight: bold;
  font-size: 0.875rem;
}

.product_info_buy_circle {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  opacity: 1;
  border: 10px solid #999;
  height: 100px;
  width: 100px;
  transition: 0.5s;
}

.product_info_buy_circle:hover {
  box-shadow: 0px 0px 5px 5px #999 inset;
  background: #999;
}

.product_info_buy_circle p {
  margin-right: 0px;
  font-size: 0.8rem;
  transition: 0.6s;
}

.product_info_buy_circle:hover p {
  color: #fff;
}

.product_info_buy_circle i {
  transition: 0.6s;
}

.product_info_buy_circle:hover i {
  color: #fff;
}

.product_explore {
  text-align: center;
  width: 100%;
  margin: 0 auto;
  background: #f8f8f8;
  padding: 150px 0 0;
}

.product_explore > img {
  width: 100%;
  max-width: 1024px;
  padding: 0 20px;
  margin-bottom: 65px;
}

.product_explore_txt {
  border-top: 4px solid #ccc;
  padding: 65px 0;
  width: 1024px;
  margin: 0 auto;
}

.product_explore_txt h4 {
  font-size: 1.75rem;
}

.product_explore_txt p {
  max-width: 500px;
  margin: 6px auto 0px;
  letter-spacing: 2px;
  line-height: 2;
}

.product_explore_txt p:nth-child(2) {
  margin: 6px auto 30px;
}

.product_explore_txt p:last-child {
  text-align: center;
}

.product_explore_box p:last-child {
  text-align: justify;
}

.product_explore_box {
  display: flex;
  width: 1024px;
  margin: 120px auto;
  align-items: center;
}

.product_explore_box div {
  width: 50%;
  text-align: left;
  margin-bottom: 10px;
  max-width: 550px;
  margin: 0 auto;
}

.product_explore_box h4 {
  font-size: 1.5rem;
}

.product_explore_box p {
  font-size: 1rem;
  margin: 10px 0;
}

.product_explore_box div:first-child p {
  margin: 10px 35px 20px 0;
}

.product_explore_box.product_explore_box_rtl {
  direction: rtl;
}

.product_explore_box_rtl p {
  direction: ltr;
}

.product_explore_img {
  position: relative;
  min-height: 468px;
  max-width: 1024px;
  margin: 120px auto;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.product_explore_img img {
  min-height: 468px;
  min-width: 1024px;
  width: 100%;
  max-width: none;
}

.product_explore_img_txt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ccc;
  max-width: 500px;
}

.product_explore_img_txt h4 {
  font-size: 1.375rem;
  margin: 20px auto;
  width: 350px;
  color: #fff;
}

.product_explore_img .blackbg {
  opacity: 0.5;
}

.product_explore_img .circle {
  opacity: 1;
  margin: 20px auto;
  border: 1px solid rgba(255, 255, 255, 0.8);
}

@media only screen and (max-width: 1400px) {
  .product_explore {
    width: 100%;
  }

  .product_explore_txt {
    width: 80%;
  }

  .product_explore_box {
    width: 100%;
    flex-wrap: wrap;
    padding: 0 40px;
  }

  .product_explore_box div {
    width: 100%;
    text-align: center;
  }

  .product_explore_box div:first-child p {
    margin: 10px 0px 20px;
  }
}

@media only screen and (max-width: 700px) {
  .product_explore {
    padding: 50px 0 0;
  }
}

.product_featured {
  text-align: center;
  width: 1024px;
  margin: 0 auto;
  padding: 150px 0 0;
}

.product_featured_txt {
  display: inline-block;
  padding: 50px;
}

.product_featured_txt h4 {
  margin: 10px auto 20px;
  font-size: 1rem;
  font-weight: 800;
  line-height: 1.5;
  letter-spacing: 1px;
  color: #333;
}

.product_featured_txt .money {
  margin: 10px auto 20px;
  font-size: 2.25rem;
  font-weight: 800;
  display: block;
}

.product_featured_txt .money span {
  font-size: 1.5625rem;
  font-weight: 500;
}

.product_featured_slick li {
  background: #f8f8f8;
  border: 5px solid #fff;
}

.product_featured_slick li img {
  margin: 0 auto;
  max-width: 250px;
  max-height: 250px;
  width: 100%;
}

.product_featured_slick_out {
  margin: 30px auto 100px;
}

.product_featured_slick_out .slick-dots {
  margin: auto;
  top: auto;
  left: 50%;
  transform: translate(-50%, 0);
}

.product_featured_slick_out .slick-dots li {
  background: transparent;
  border: 0px;
}

.product_featured_slick_out .slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: #000;
}

.product_featured_slick_out .slick-prev:before,
.product_featured_slick_out .slick-next:before {
  color: #1d1d1d;
}

.product_featured .slick-dots li {
  margin: 0;
}

.product_featured_slick_out .prev-button {
  left: -80px;
}

.product_featured_slick_out .next-button {
  right: -80px;
}

@media only screen and (max-width: 1400px) {
  .product_featured {
    width: 100%;
  }

  .product_featured_slick_out .slick-dots {
    width: 100%;
  }
}

@media only screen and (max-width: 768px) {
  .product_explore_img {
    min-height: 320px;
  }

  .product_explore_img img {
    min-height: 320px;
    min-width: 700px;
  }

  .product_explore_box {
    margin: 60px auto;
  }
}

@media only screen and (max-width: 700px) {
  .product_featured {
    padding: 50px 0 0;
  }
}
