a:link, a:visited {
    text-decoration: none !important;
    outline: none  !important;
    color: #333;
    -webkit-tap-highlight-color: transparent;
}
 .pud .post-content form,  .review .review-nav,  .review .review-content .review-showing .content li .post-content .entry-meta,  .review .review-content .review-showing .content li .post-content .entry-meta .posted-on,  .review .review-content .review-showing .client-review .review-form form .rating,  .review .review-content .review-showing .client-review .review-form form .rating ul, .footer-section .footer-top .footer-item .footer-inner .footer-body ul li, .footer-section .footer-top .footer-item.footer-gallery .footer-inner .footer-body ul {
  display: flex;
  flex-wrap: wrap; }

  .pud .product-thumb .gallery-top,  .pud .post-content form .select-product,  .pud .post-content form .select-product select,  .review .review-content .review-showing .client-review .review-form .review-title h5,  .review .review-content .description .post-item .post-content ul li, .footer-section, .footer-section * {
  position: relative; }

  .pud .product-thumb .gallery-top .shop-navigation,  .pud .product-thumb .gallery-top .shop-navigation .shop-nav,  .pud .post-content form .select-product i,  .review .review-content .review-showing .client-review .review-form .review-title h5::before,  .review .review-content .review-showing .client-review .review-form .review-title h5::after,  .review .review-content .description .post-item .post-content ul li::before, .footer-section::after {
  position: absolute;
  content: ""; }
div.product_details_titlecon .post-content p.rating, div.product_details_titlecon .post-content h5, div.product_details_titlecon .post-content p.product_details, div.product_details_titlecon .details_introduce {
    margin-bottom: 20px;
}
div.post-content .product_details {
    padding-bottom: 10px;
    border-bottom: 0.5px dashed #eee;
}
.lab-btn, .lab-btn span,{position: relative; }
.lab-btn {
    display: inline-block;
    padding: 13px 49px;
    background: #0068B7;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.lab-btn span {
    z-index: 1;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
}
.product_show_btn {
    margin-top: 30px;
}
 .pud,  .pud .product-thumb .gallery-thumbs .shop-item .shop-thumb,  .review .review-content .review-showing .content li .post-thumb, .footer-section .footer-top .footer-item.footer-blog .footer-inner .footer-body ul li .thumb, .footer-section .footer-top .footer-item.footer-gallery .footer-inner .footer-body ul li a {
  overflow: hidden; }

 .pud .product-thumb .gallery-top .shop-navigation .shop-nav,  .pud .post-content form button,  .review .review-nav li,  .review .review-content .review-showing .client-review .review-form form button {
  cursor: pointer; }
 .sidebar-widget .widget-search {
  border: none; }
   .sidebar-widget .widget-search form input {
    background: #fff;
    border: 1px solid #f0f0f0; }
 .pud {
  padding: 40px 30px;
  margin-bottom: 40px;
  background: #fff; }
   .pud .product-thumb .gallery-top {
    margin-bottom: 10px; }
     .pud .product-thumb .gallery-top .shop-item .shop-thumb {
      text-align: center;
      background: #fff; }
     .pud .product-thumb .gallery-top .shop-navigation {
      top: 50%;
      width: 100%;
      height: 66px;
      z-index: 1;
      transform: translateY(-50%); }
       .pud .product-thumb .gallery-top .shop-navigation .shop-nav {
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        transition: all 0.3s ease;
        width: 26px;
        height: 66px;
        line-height: 66px;
        text-align: center;
        color: #fff;
        background: #cccccc; }
         .pud .product-thumb .gallery-top .shop-navigation .shop-nav:hover,  .pud .product-thumb .gallery-top .shop-navigation .shop-nav.active {
          color: #fff;
          background: #ffb11f; }
         .pud .product-thumb .gallery-top .shop-navigation .shop-nav.shop-slider-prev {
          left: 0; }
         .pud .product-thumb .gallery-top .shop-navigation .shop-nav.shop-slider-next {
          right: 0; }
   .pud .product-thumb .gallery-thumbs .shop-item {
    cursor: pointer; }
     .pud .product-thumb .gallery-thumbs .shop-item .shop-thumb {
      background: #fff;
      text-align: center;
      /* height: 74px; */
      line-height: 74px; }
   .pud .product-thumb .gallery-thumbs .swiper-slide.swiper-slide-visible.swiper-slide-thumb-active {
    /* -webkit-filter: grayscale(100%);
    filter: grayscale(100%);  */
    border: 2px solid #ffb11f;
  }
   .pud .post-content {
    padding-top: 30px; }
    @media (min-width: 768px) {
       .pud .post-content {
        padding-top: 0; } }

     .pud .post-content h4 {
      margin-bottom: 10px; }
      @media (min-width: 576px) {
         .pud .post-content h4 {
          font-size: 24px;
					font-weight: bold;
					} }
		 .pud .post-content.productde_contont h5 {
				font-size: 18px;
		}
     .pud .post-content h5 {
     font-weight: 500; }
     .pud .post-content p.rating {
      justify-content: flex-start;
      align-items: center; }
       .pud .post-content p.rating i {
        color: #ecb341; }
     .pud .post-content form {
      justify-content: space-between;
      align-items: center; }
       .pud .post-content form .select-product {
        width: 100%;
        background: #fff;
        margin-bottom: 20px; }
        @media (min-width: 576px) {
           .pud .post-content form .select-product {
            width: 48%; } }
         .pud .post-content form .select-product select {
          width: 100%;
          height: 40px;
          border: 1px solid #f0f0f0;
          color: #716c80;
          outline: none;
          -webkit-appearance: none;
          z-index: 1;
          background: transparent;
          padding-left: 20px;
          font-size: 14px; }
         .pud .post-content form .select-product i {
          top: 0;
          right: 0;
          width: 40px;
          height: 40px;
          line-height: 40px;
          border: 1px solid #f0f0f0;
          text-align: center;
          z-index: 0; }
       .pud .post-content form .cart-plus-minus {
        margin-bottom: 20px; }
        @media (min-width: 576px) {
           .pud .post-content form .cart-plus-minus {
            margin: 0; } }
       .pud .post-content form .discount-code {
        width: 100%; }
        @media (min-width: 576px) {
           .pud .post-content form .discount-code {
            width: 60%; } }
         .pud .post-content form .discount-code input {
          width: 100%;
          margin-bottom: 0;
          padding: 8px 15px;
          border: 1px solid #f0f0f0; }
       .pud .post-content form button {
        width: 100%;
        height: 54px;
        padding: 0;
        background: #ffb11f;
        margin-top: 20px;
        outline: none;
        border: none;
        color: #fff; }
 .review .review-nav {
  margin: 0; }
   .review .review-nav li {
    list-style: none;
    padding: 13px 33px;
    background: #ffffff;
    font-size: 16px;
    font-weight: 700;
    color: #181818;
    margin-right: 10px; }
     .review .review-nav li.active {
      color: #fff;
      background: #0068B7; }
     .review .review-nav li:last-child {
      margin-right: 0; }
 .review .review-content.review-content-show .review-showing, .review .review-content.video-content-show .video-showing, .review .review-content.advant-content-show .advant-showing {
  display: block; }
 .review .review-content.description-show .description, .review .review-content.advant-show .advant {
  display: block; }
  .advant-showing{
    background: #fff;
  }
  .product_details_titlecon .post-content .product_details a{
    color: #007AFF;
  }
  .posts {
    display: flex;
    align-items: center;
    margin-top: 50px;
}
.posts>p{
  text-indent: 0!important;
}
.posts p:last-child {
  margin-left: auto;
}
.posts p a {
  font-size: 18px;
  color: #007AFF;
}
.pro_related {
  text-align: left;
  padding-top: 20px;
  margin-top: 30px;
  border-top: 1px dashed #cccccc;
}
.pro_related strong {
  text-align: left;
  border-left: 4px solid #1c62b0;
  padding: 0 0 0 8px;
  font-size: 18px;
  color: #181818;
}
.pro_related ul {
  display: flex;
  align-items: center;
  margin-top: 20px;
}
.pro_related ul li:last-child{
  margin-right: 0;
}
.pro_related ul li{
  margin-right: 1%;
  width: 33%;
  box-shadow: 2px 2px 10px #aeadad;
  text-align: center;
  overflow: hidden;
}
.product_details_lrl .ny_left{
  background: #fff;

}
@media (max-width: 450px){
.product_details_lrl .ny_left {
    display: none !important;
}
.pro_related ul li {
    margin-right: 1%;
   width: 48% !important;
    box-shadow: 2px 2px 10px #aeadad;
    text-align: center;
    /* overflow: hidden; */
}
.pro_related ul li p {
    font-size: 14px;
}
.product_text_details p {
    text-indent: 3px !important;
}
.pro_related {
    margin-bottom: 60px;
}
}

.product_details_lrl{
  max-width: 22%!important;
}
 .pud .post-content h5{
  margin-bottom: 10px;
}
div.post-content .product_details{
  margin-top: 10px;
}

.product_details_lr,.product_details_lrl{
  padding-left: 0!important;
  padding-right: 0!important;
}
.pro_related ul li img{
  padding: 10px;
  transition: 1s;
  -moz-transition: 1s;
  -ms-transition: 1s;
  -o-transition: 1s;
  -webkit-transition: 1s;
}
.pro_related ul li p{
  margin-bottom: 0;
  height: 45px;
  line-height: 45px;
  border-top: 1px dashed #cccccc;
  color: #181818;
  text-align: center;
}
.pro_related ul li a:hover img{
  transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  -webkit-transform: scale(1.1);
}
.pro_related ul li a:hover p{
  color: #1c62b0;
}

 .review .review-content .review-showing, .review .review-content .video-showing, .review .review-content .advant-showing {
  display: none;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-duration: 1s;
  animation-duration: 1s; }
   .review .review-content .review-showing .content {
    background: #ffffff;
    margin-bottom: 30px !important; }
     .review .review-content .review-showing .content li {
      padding: 25px 30px;
      list-style: none;
      border-bottom: 1px solid #f0f0f0; }
      @media (min-width: 768px) {
         .review .review-content .review-showing .content li {
          display: flex;
          flex-wrap: wrap;
          align-items: center;
          justify-content: space-between; } }
       .review .review-content .review-showing .content li:last-child {
        border-bottom: none; }
       .review .review-content .review-showing .content li .post-thumb {
        width: 70px;
        height: 70px;
        margin-bottom: 15px;
        border-radius: 100%; }
        @media (min-width: 768px) {
           .review .review-content .review-showing .content li .post-thumb {
            margin-bottom: 0; } }
       .review .review-content .review-showing .content li .post-content {
        width: 100%; }
        @media (min-width: 768px) {
           .review .review-content .review-showing .content li .post-content {
            width: calc(100%);
            padding-left: 20px; } }
         .review .review-content .review-showing .content li .post-content .entry-meta {
          justify-content: space-between;
          align-items: center;
          margin-bottom: 10px; }
           .review .review-content .review-showing .content li .post-content .entry-meta .posted-on {
            width: calc(100% - 110px); }
             .review .review-content .review-showing .content li .post-content .entry-meta .posted-on a {
              padding-right: 20px;
              font-size: 18px;
              color: #181818;
              font-weight: 700;
              text-decoration: none;
              box-shadow: none;
              line-height: 28px; }
             .review .review-content .review-showing .content li .post-content .entry-meta .posted-on p {
              margin-bottom: 0;
              line-height: 30px; }
           .review .review-content .review-showing .content li .post-content .entry-meta .rating {
            width: 110px; }
             .review .review-content .review-showing .content li .post-content .entry-meta .rating i {
              color: #ecb341; }
         .review .review-content .review-showing .content li .post-content .entry-content p {
          margin-bottom: 0; }
   .review .review-content .review-showing .client-review {
    padding: 30px;
    margin-bottom: 15px;
    background: #f5faff; }
     .review .review-content .review-showing .client-review .review-form .review-title {
      margin-bottom: 40px; }
       .review .review-content .review-showing .client-review .review-form .review-title h5::before {
        width: 50px;
        height: 4px;
        background: #ffb11f;
        bottom: -20px;
        border-radius: 2px; }
       .review .review-content .review-showing .client-review .review-form .review-title h5::after {
        border-bottom: 4px dotted #ffb11f;
        width: 20px;
        bottom: -20px;
        left: 55px; }
     .review .review-content .review-showing .client-review .review-form form input {
      width: 100%;
      padding: 10px 15px;
      margin-bottom: 25px;
      border: 1px solid #f0f0f0; }
     .review .review-content .review-showing .client-review .review-form form .rating {
      align-items: center; }
       .review .review-content .review-showing .client-review .review-form form .rating .rating-title {
        padding-right: 5px; }
       .review .review-content .review-showing .client-review .review-form form .rating ul {
        margin: 0; }
         .review .review-content .review-showing .client-review .review-form form .rating ul li {
          list-style: none; }
           .review .review-content .review-showing .client-review .review-form form .rating ul li i {
            color: #ecb341; }
     .review .review-content .review-showing .client-review .review-form form textarea {
      width: 100%;
      padding: 15px;
      margin-bottom: 25px;
      border: 1px solid #f0f0f0; }
      @media (max-width: 575px) {
         .review .review-content .review-showing .client-review .review-form form textarea {
          margin-top: 15px; } }
     .review .review-content .review-showing .client-review .review-form form button {
      margin-top: 0;
      padding: 10px 30px;
      box-shadow: none;
      border: none;
      color: #fff;
      background: #ffb11f; }
 .review .review-content .description {
  padding: 30px;
  display: none;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  background: #ffffff; }
	 .review .review-content .video-showing{
		 background: #ffffff;
	}
	 .review .review-content .video-showing iframe{
		 margin-left:50px;
		 margin-top: 40px;
		 margin-bottom: 40px;
	}
   .review .review-content .description .post-item .post-content {
    padding: 30px 0; }
     .review .review-content .description .post-item .post-content ul {
      margin: 0; }
       .review .review-content .description .post-item .post-content ul li {
        list-style: none;
        padding-left: 30px;
        margin: 5px 0; }
         .review .review-content .description .post-item .post-content ul li::before {
          content: "\f005";
          top: 0;
          left: 0;
          color: #ecb341;
          font-family: "宋体", "黑体"; }


/*# sourceMappingURL=style.css.map */
@media (max-width:800px){
  
  .product_details_lrl{
    max-width: 100%!important;
  }
  .titleBar{
    display: inline-block;
    height: 110px;
    line-height: 40px;
	width:100%
  }
   .review .review-nav li{
    padding: 9px;
    font-size: 14px;
    margin-right: 10px;
  }
}