.container {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto
}


.tab-content>.active {
	display: block
}




@media (min-width:576px) {
	.container {
		max-width: 540px
	}
}

@media (min-width:768px) {
	.container {
		max-width: 720px
	}
}

@media (min-width:992px) {
	.container {
		max-width: 960px
	}
}

@media (min-width:1200px) {
	.container {
		max-width: 1140px
	}
}

.container-fluid {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto
}




.product-single-detail {
  margin-top: 90px; }
  .product-single-detail .product_detail {
    padding: 30px 0; }
    .product-single-detail .product_detail .content-product {
      margin-bottom: 40px; }
      .product-single-detail .product_detail .content-product h2 {
        font-family: 'Raleway', sans-serif;
        font-size: 32px;
        font-weight: 600; }
      .product-single-detail .product_detail .content-product p {
        font-family: 'Raleway', sans-serif;
        font-size: 15px; }
        .product-single-detail .product_detail .content-product p i {
          padding: 0 5px;
          color: #999999; }
        .product-single-detail .product_detail .content-product p .fas {
          padding: 10px 0 20px 0; }
        .product-single-detail .product_detail .content-product p .fab:hover {
          color: #ffa6a8; }
      .product-single-detail .product_detail .content-product span {
        font-weight: bold; }
      .product-single-detail .product_detail .content-product .infor-product {
        margin: 40px 0 20px 0; }
      .product-single-detail .product_detail .content-product .fa-star {
        color: #faa7a3 !important;
        padding: 0 5px; }
      .product-single-detail .product_detail .content-product .btn-group {
        margin-right: 10px;
        margin-top: 15px; }
        .product-single-detail .product_detail .content-product .btn-group button {
          border: 1px solid #999999;
          border-radius: 0; }
          .product-single-detail .product_detail .content-product .btn-group button:focus {
            outline: none;
            box-shadow: none !important; }
        .product-single-detail .product_detail .content-product .btn-group .add-to-cart {
          position: relative;
          padding-right: 70px;
          border: 1px solid #999999;
          border-radius: 0; }
          .product-single-detail .product_detail .content-product .btn-group .add-to-cart p {
            position: absolute;
            width: 40px;
            right: 0;
            height: 100%;
            top: 0;
            bottom: 0;
            background: #999999; }
            .product-single-detail .product_detail .content-product .btn-group .add-to-cart p i {
              color: white; }
          .product-single-detail .product_detail .content-product .btn-group .add-to-cart:hover {
            background: #333333;
            color: white; }
            .product-single-detail .product_detail .content-product .btn-group .add-to-cart:hover p {
              background: #333333; }
          .product-single-detail .product_detail .content-product .btn-group .add-to-cart:focus {
            outline: none;
            box-shadow: none !important; }

.content-product .btn-group .prev, .content-product .btn-group .show-number, .content-product .btn-group .next {
  padding: 0 15px;
  background: none;
  line-height: 1;
  width: 40px;
  height: 40px; }

.content-product .btn-group .prev:hover, .content-product .btn-group .next:hover {
  color: white !important;
  background: #333333 !important; }
  
  
  .information {
  margin-top: 60px; }
  .information ul li {
    background: none;
    margin-left: 20px; }
    .information ul li a {
      color: #999999;
      padding: 8px 0 !important; }
      .information ul li a.active {
        border-bottom: 2px solid #333333 !important;
        border-radius: 0;
        color: #333333 !important;
        background: none !important; }
  .information .tab-pane.active {
    background: none;
    color: #999999 !important; }

.prodcut-related {
  margin-top: 30px;
  padding-bottom: 50px;
  margin-bottom: 80px;
  border-bottom: 1px solid #e6e6e6; }
  .prodcut-related .product {
    margin-top: 60px; }
    .prodcut-related .product .modal-dialog {
      max-width: initial; }
      .prodcut-related .product .modal-dialog .product-single-detail {
        padding: 0 !important;
        margin-top: 0 !important;
        text-align: left !important; }

#reviews h2 {
  font-size: 20px;
  font-family: 'Raleway', sans-serif;
  font-weight: 600; }
#reviews .comment-content {
  padding: 20px 0;
  border-bottom: 1px solid #e6e6e6; }
  #reviews .comment-content .comment-time {
    color: #cccccc;
    font-size: 15px;
    font-weight: normal; }
  #reviews .comment-content .star-rating i {
    margin: 0;
    padding: 0; }
  #reviews .comment-content .star-rating .fa-star:before {
    color: #ffcc33; }
#reviews #review_form_wrapper {
  padding: 20px 0; }
  #reviews #review_form_wrapper p {
    margin: 0;
    width: 100%; }
    #reviews #review_form_wrapper p a i {
      margin: 0;
      padding: 0; }
    #reviews #review_form_wrapper p a .fa-star:before {
      color: #ffcc33; }
  #reviews #review_form_wrapper input, #reviews #review_form_wrapper textarea {
    margin: 10px 0;
    width: 100%;
    padding: 5px 0;
    border: none;
    border-bottom: 1px solid #666666; }
  #reviews #review_form_wrapper input:focus, #reviews #review_form_wrapper textarea:focus {
    outline: none; }
  #reviews #review_form_wrapper .form-submit {
    width: 20%; }
    #reviews #review_form_wrapper .form-submit input {
      width: 100%;
      border: 1px solid #333333;
      background: white;
      color: #333333; }
    #reviews #review_form_wrapper .form-submit input:hover {
      background: #333333;
      color: white; }

.product-single-quick-view {
  position: relative;
  text-align: left; }
  .product-single-quick-view .product_detail {
    padding: 40px 25px 20px 25px; }
    .product-single-quick-view .product_detail .carousel {
      margin-top: -20px; }
    .product-single-quick-view .product_detail .content-product {
      margin-bottom: 60px; }
      .product-single-quick-view .product_detail .content-product h2 {
        font-family: 'Raleway', sans-serif;
        font-size: 32px;
        font-weight: 600; }
      .product-single-quick-view .product_detail .content-product span {
        font-weight: bold; }
      .product-single-quick-view .product_detail .content-product .infor-product {
        margin: 40px 0 20px 0; }
      .product-single-quick-view .product_detail .content-product .fa-star {
        color: #faa7a3 !important;
        padding: 0 5px; }
      .product-single-quick-view .product_detail .content-product p {
        font-family: 'Raleway', sans-serif;
        font-size: 15px; }
        .product-single-quick-view .product_detail .content-product p i {
          padding: 0 5px;
          color: #999999; }
        .product-single-quick-view .product_detail .content-product p .fas {
          padding: 10px 0 20px 0; }
        .product-single-quick-view .product_detail .content-product p .fab:hover {
          color: #ffa6a8; }
      .product-single-quick-view .product_detail .content-product .btn-group {
        margin-right: 10px;
        margin-top: 15px; }
        .product-single-quick-view .product_detail .content-product .btn-group button {
          border: 1px solid #999999;
          border-radius: 0; }
          .product-single-quick-view .product_detail .content-product .btn-group button:focus {
            outline: none;
            box-shadow: none !important; }
        .product-single-quick-view .product_detail .content-product .btn-group .add-to-cart {
          position: relative;
          padding-right: 70px;
          border: 1px solid #999999;
          border-radius: 0; }
          .product-single-quick-view .product_detail .content-product .btn-group .add-to-cart p {
            position: absolute;
            width: 40px;
            right: 0;
            height: 100%;
            top: 0;
            bottom: 0;
            background: #999999; }
            .product-single-quick-view .product_detail .content-product .btn-group .add-to-cart p i {
              color: white; }
          .product-single-quick-view .product_detail .content-product .btn-group .add-to-cart:hover {
            background: #333333;
            color: white; }
            .product-single-quick-view .product_detail .content-product .btn-group .add-to-cart:hover p {
              background: #333333; }
          .product-single-quick-view .product_detail .content-product .btn-group .add-to-cart:focus {
            outline: none;
            box-shadow: none !important; }
  .product-single-quick-view .close-quick-view {
    position: absolute;
    right: 0;
    top: 5px;
    font-size: 20px;
    font-weight: 400; }
    .product-single-quick-view .close-quick-view:hover {
      cursor: pointer; }
	  
	  
	  
.title h3 {
    font-family: 'El Messiri', sans-serif;
    font-size: 40px;
    margin-bottom: 0;
    position: relative; }
  .title h3:before {
    content: " ";
    position: absolute;
    height: 13px;
    width: 110px;
    display: block;
    left: 50%;
    margin-left: -55px;
    bottom: -10px;
    background: #ffa6a8;
    -webkit-mask: url(../images/line-title2.svg) repeat left center;
    mask: url(../fonts/line-title2.svg) repeat left center; }
	
	
	.product-out .carousel-indicators {
  bottom: -15px; }
  .product-out .carousel-indicators li {
    background-color: #999999 !important;
    border: none;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    bottom: 100px; }
  .product-out .carousel-indicators .active {
    background-color: #999999 !important;
    width: 30px;
    height: 10px;
    border-radius: 10px; }

.product {
  margin-top: 80px; }
  .product .card {
    border: none;
    border-radius: 0;
    text-align: center;
    margin: 0 0 45px 0; }
    .product .card .card-body {
      padding: 0;
      margin-top: 20px; }
      .product .card .card-body .card-title {
        margin: 0; }
        .product .card .card-body .card-title a {
          font-family: 'Raleway', sans-serif;
          color: #a1a1a1;
          font-size: 15px; }
        .product .card .card-body .card-title a:hover {
          color: black;
          text-decoration: none; }
      .product .card .card-body .woocommerce-loop-product__title {
        margin: 0; }
        .product .card .card-body .woocommerce-loop-product__title a {
          font-family: 'Raleway', sans-serif;
          font-size: 20px;
          font-weight: 600;
          color: #333333;
          margin: 0; }
        .product .card .card-body .woocommerce-loop-product__title a:hover {
          color: #ffa6a8;
          text-decoration: none; }
      .product .card .card-body .price {
        font-family: 'Raleway', sans-serif;
        font-size: 25px;
        font-weight: 600;
        margin: 0;
        padding: 0; }
        .product .card .card-body .price del {
          margin-right: 20px;
          color: #cccccc; }
          .product .card .card-body .price del span {
            color: #cccccc; }
        .product .card .card-body .price ins {
          text-decoration: none; }
          .product .card .card-body .price ins span {
            color: #ffa6a8; }
    .product .card .card-img-top {
      margin: 0;
      padding: 0;
      position: relative;
      z-index: 1; }
      .product .card .card-img-top:before {
        content: "";
        position: absolute;
        z-index: 3;
        width: 100%;
        height: 100%;
        top: 0;
        right: 0;
        background: white;
        opacity: 0.7;
        display: none; }
      .product .card .card-img-top .wp-post-image {
        z-index: 2;
        position: relative;
        width: 100%;
        max-width: 100%;
        display: block; }
      .product .card .card-img-top img {
        height: auto;
        z-index: 3;
        width: 100%; }
      .product .card .card-img-top .icon-product {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 100;
        display: none; }
        .product .card .card-img-top .icon-product button {
          margin-top: 80%;
          padding: 5px 10px;
          background: #00c1df;
          border-radius: 50%;
          margin-right: 5px; }
          .product .card .card-img-top .icon-product button span {
            color: white; }
        .product .card .card-img-top .icon-product button:focus {
          outline: none;
          box-shadow: none; }
      .product .card .card-img-top .onsale {
        padding: 7px 15px;
        color: white;
        position: absolute;
        line-height: 1;
        font-size: 16px;
        font-family: 'Raleway', sans-serif;
        right: 0;
        top: 3%;
        background: #ffa6a8;
        z-index: 10; }
      .product .card .card-img-top .onnew {
        padding: 7px 15px;
        color: white;
        position: absolute;
        line-height: 1;
        font-size: 16px;
        font-family: 'Raleway', sans-serif;
        background: #8ce6ff;
        right: 0;
        top: 3%;
        z-index: 10; }
  .product .card-img-top:hover .icon-product {
    display: block; }
  .product .card-img-top:hover:before {
    display: block; }
  .product .sale-product {
    margin: 0; }
    .product .sale-product a {
      display: block;
      position: relative; }
      .product .sale-product a img {
        width: 100%;
        height: auto; }
  .product .product .card a:hover {
    text-decoration: none; }

.product-out-homepage2 {
  background: #fafafa;
  padding: 1px 0 120px 0; }
  .product-out-homepage2 .product .card {
    background: #fafafa; }
	
	
	
	
	
	
	
	
/*
 * jQuery FlexSlider v2.7.2
 * https://www.woocommerce.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 *
 */
/* ====================================================================================================================
 * FONT-FACE
 * ====================================================================================================================*/
/* FlexSlider 字体文件已移除，使用FontAwesome替代 */
/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover {
  outline: none;
}
.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.flex-pauseplay span {
  text-transform: capitalize;
}
/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  padding: 0;
}


/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flexslider {
  margin: 0 0 20px;
  background: #fff;
  border: 0px solid #fff;
  position: relative;
  zoom: 1;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
}

.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.loading .flex-viewport {
  max-height: 300px;
}
@-moz-document url-prefix() {
  .loading .flex-viewport {
    max-height: none;
  }
}
.carousel li {
  margin-right: 5px;
}
.flex-direction-nav {
  *height: 0;
}
.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.flex-direction-nav a:before {
  font-family: "FontAwesome";
  font-size: 40px;
  display: none;
  content: '\f053';
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}
.flex-direction-nav a.flex-next:before {
  content: '\f054';
}
.flex-direction-nav .flex-prev {
  left: -50px;
  display: none;
}
.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right;
  display: none;
}
.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 10px;
}
.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}
.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 10px;
}
.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}
.flex-direction-nav .flex-disabled {
  opacity: 0!important;
  filter: alpha(opacity=0);
  cursor: default;
  z-index: -1;
}
.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}
.flex-pauseplay a:before {
  font-family: "FontAwesome";
  font-size: 20px;
  display: inline-block;
  content: '\f04b';
}
.flex-pauseplay a:hover {
  opacity: 1;
}
.flex-pauseplay a.flex-play:before {
  content: '\f003';
}
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center;
  display: none;
}
.flex-control-nav li {
  margin: 0 6px;
  display: none;
  zoom: 1;
  *display: none;
}
.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}
.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default;
}
.flex-control-thumbs {
  margin: 0 0 0;
  /*margin: 5px 0 0 ;*/
  position: static;
  overflow: hidden;
}
.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}
.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: .7;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.flex-control-thumbs img:hover {
  opacity: 1;
}
.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}
/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}
.show{ display:block}
.active{ display:block}