/* product detail */
.products-detail h1 { font-size: 25px!important; line-height: 30px;}

/**
PRODUCT SOCIAL
 */
.products-detail .social-block img {
  width: 30px;
  margin-right: 10px;
  position: relative; z-index: 9;
}
.products-detail .social-block .social-btns .btn,
.products-detail .social-block .social-btns .btn:before,
.products-detail .social-block .social-btns .btn .fab {
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  -webkit-transition-timing-function: cubic-bezier(0.31, -0.105, 0.43, 1.59);
  transition-timing-function: cubic-bezier(0.31, -0.105, 0.43, 1.59);
}
.products-detail .social-block .social-btns .btn:before {
  top: 90%;
  left: -110%;
}
.products-detail .social-block .social-btns .btn .fab {
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
}
.products-detail .social-block .social-btns .btn.facebook:before {
  background-color: #3b5998;
}
.products-detail .social-block .social-btns .btn.facebook .fab {
  color: #3b5998;
}
.products-detail .social-block .social-btns .btn.twitter:before {
  background-color: #3cf;
}
.products-detail .social-block .social-btns .btn.twitter .fab {
  color: #3cf;
}
.products-detail .social-block .social-btns .btn.google:before {
  background-color: #dc4a38;
}
.products-detail .social-block .social-btns .btn.google .fab {
  color: #dc4a38;
}
.products-detail .social-block .social-btns .btn.dribbble:before {
  background-color: #f26798;
}
.products-detail .social-block .social-btns .btn.dribbble .fa {
  color: #f26798;
}
.products-detail .social-block .social-btns .btn.skype:before {
  background-color: #00aff0;
}
.products-detail .social-block .social-btns .btn.skype .fab {
  color: #00aff0;
}
.products-detail .social-block .social-btns .btn:focus:before,
.products-detail .social-block .social-btns .btn:hover:before {
  top: -10%;
  left: -10%;
}
.products-detail .social-block .social-btns .btn:focus .fab,
.products-detail .social-block .social-btns .btn:hover .fab {
  color: #fff;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.products-detail .social-block .social-btns .btn {
  display: inline-block;
  background-color: #fff;
  width: 40px;
  height: 40px;
  line-height: 30px;
  text-align: center;
  position: relative;
  overflow: hidden;
  border-radius: 28%;
  box-shadow: 0 5px 15px -5px rgba(0,0,0,0.1);
  opacity: 0.99;
  padding:5px;
}
.products-detail .social-block .social-btns .btn:before {
  content: '';
  width: 120%;
  height: 120%;
  position: absolute;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.products-detail .social-block .social-btns .btn .fab {
  font-size: 20px;
  vertical-align: middle;
}
.products-detail .social-block .social-btns .btn:hover img {
  filter:saturate(8);
}

.products-detail .tab-content>.tab-pane {
  border:0px solid #ccc!important;
}
/* PRODUCT SUPPORT */
.products-detail-box {
  margin-bottom: 10px;
  padding: 10px;
  background: #fff;
  border: 1px solid #ececec;
  border-radius: 5px;
}
.products-detail-box h4 {
  font-size: 14px;
  line-height: 25px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  color: #459b43;
  margin: 0;
}
.policy_intuitive .for-mobile ul.policy_new {
  position: relative;
  overflow: hidden;
}
.policy_intuitive .for-mobile ul.policy_new li {
  margin: 10px 0;
  overflow: hidden;
  display: flex;
  align-items: center;
  padding-bottom: 5px;
}
.policy_intuitive .for-mobile ul.policy_new li img {
  flex: 1;
  margin-right: 2px;
  padding: 3px;
  width: 35px;
  max-width: 35px;
}
.policy_intuitive .for-mobile ul.policy_new li>p {
  flex: 1;
  margin-bottom: 0;
  font-size: 14px;
  padding-left: 10px;
  line-height: 22px;
}
.policy_intuitive .for-mobile ul.policy_new li>p b {
  font-weight: 500;
}
.onlineSupport .supportimage {
  height: 150px;
  display: block;
  position: relative;
}
.onlineSupport .supportimage img {
  width: auto !important;
  max-height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.onlineSupport .supportTitle3 {
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 23px;
  margin: 0;
  font-weight: normal;
}
.onlineSupport .phoneNumber {
  width: 100%;
  margin-top: 10px;
  display: block;
  text-align: center;
  line-height: 1.1;
}
.onlineSupport .phoneNumber a {
  font-size: 29px;
  font-weight: 600;
  color: #1fb349;
  text-decoration: none;
}
.onlineSupport .or {
  width: 100%;
  margin: 10px 0;
  color: #7a7d8d;
  text-align: center;
  line-height: 1.1;
}
.onlineSupport .or span {
  display: inline-block;
  background: #fff;
  padding: 0 10px;
  transform: translateY(50%);
  font-size: 13px;
}
.onlineSupport .or:after {
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  background: #ededed;
}
.onlineSupport .supportTitle {
  width: 100%;
  text-align: center;
  font-size: 14px;
  margin: 0;
}
.onlineSupport .chatNow {
  display: block;
  width: 100%;
  margin-top: 10px;
  padding: 10px;
  text-align: center;
  font-size: 16px;
  color: #1fb349;
  border: 1px solid #1fb349;
  border-radius: 2px;
  cursor: pointer;
  line-height: 1.1;
  min-height: 1;
}


.nav-tabs>li {
  margin-bottom: -1px!important;
}
.products-detail .nav-tabs > li.active > a, .products-detail .nav-tabs > li.active > a:focus, .products-detail .nav-tabs > li.active > a:hover {
  border:0px solid #ccc!important;
  border-top:0px solid #ccc!important;
  border-bottom:2px solid #ccc!important;
}
.wcmc-price-detail .price,
.wcmc-price-detail .price-sale { display: inline-block;}
.wcmc-price-detail .price {
  font-size: 28px!important;
}
.wcmc-price-detail .price-sale {
  color: #999;
}
.product-thumb-vertical ul.owl-carousel {
  list-style: none;
  display: block;
}
.product-thumb-vertical .product-thumb a {
  display: block;
  border: 1px solid #ccc;
  text-align: center;
  margin-bottom: 10px;
}
.product-thumb-vertical .product-thumb a img {
  height: 70px;
}
.product-thumb-vertical .product-thumb a.zoomGalleryActive,
.product-thumb-vertical .product-thumb a:hover {
  border-color: red;
}
@media (max-width: 768px) {
  .product-thumb-vertical ul.owl-carousel {
    margin: 10px 0;
  }
}
.product-thumb-horizontal {
  position: relative;
  margin: 10px 0;
}
.product-thumb-horizontal #list-product-thumb {
  list-style: none;
}
.product-slider-horizontal .woocommerce-pr-object {
  transition: box-shadow 0.3s, background-color 0.3s, color 0.3s, opacity 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, box-shadow 0.3s, background-color 0.3s, color 0.3s, opacity 0.3s;
  transition: transform 0.3s, box-shadow 0.3s, background-color 0.3s, color 0.3s, opacity 0.3s, -webkit-transform 0.3s;
}
.product-slider-horizontal .box-shadow-1,
.product-slider-horizontal .box-shadow-1-hover:hover {
  box-shadow: 0 1px 3px -2px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24) !important;
}
.product-slider-horizontal .box-shadow-2,
.product-slider-horizontal .box-shadow-2-hover:hover {
  box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23) !important;
}
.product-slider-horizontal .box-shadow-3,
.product-slider-horizontal .box-shadow-3-hover:hover {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.22) !important;
}
.product-slider-horizontal .box-shadow-4,
.product-slider-horizontal .box-shadow-4-hover:hover {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.22) !important;
}
.product-slider-horizontal .box-shadow-5,
.product-slider-horizontal .box-shadow-5-hover:hover {
  box-shadow: 0px 30px 40px 0px rgba(0, 0, 0, 0.2) !important;
}
.product-slider-horizontal .box-shadow-5-hover:hover,
.product-slider-horizontal .box-shadow-4-hover:hover {
  -webkit-transform: translateY(-6px);
  -ms-transform: translateY(-6px);
  transform: translateY(-6px);
}
.products-detail .products-viewed .box-content {
  border:0;
}
