.item-youtube {
  position: relative;
  display: block;
}
.item-youtube:before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  width: 55px;
  height: 48px;
  background: url(../images/icon-youtube.png) center center no-repeat;
  background-size: contain;
  z-index: 10;
  color: #eb191e;
  transform: translate(-50%, -50%);
}
/*galery-detail-product*/
.galery-detail-product {
  position: relative;
}
.galery-detail-product .picture-top {
  text-align: center;
  margin: 0;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  padding: 5px;
  height: 480px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 27px;
  /*background-color: #fff;*/
}
.galery-detail-product .picture-top img {
  max-height: 510px;
}
.galery-detail-product .colorandpic {
  margin-left: -5px;
  margin-right: -5px;
  display: flex;
  align-items: center;
  overflow: hidden;
  width: 100%;
  margin-bottom: 20px;
}
.galery-detail-product .colorandpic a {
  width: calc(25% - 10px);
  height: 100px;
  margin: 0 5px;
  display: none;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  position: relative;
  overflow: hidden;
}
.galery-detail-product .colorandpic a:hover {
  /*background: #2b2b2b;*/
}
.galery-detail-product .colorandpic a:nth-child(1),
.galery-detail-product .colorandpic a:nth-child(2),
.galery-detail-product .colorandpic a:nth-child(3),
.galery-detail-product .colorandpic a:nth-child(4),
.galery-detail-product .colorandpic a:nth-child(5) {
  display: flex;
  align-items: center;
  justify-content: center;
}
.galery-detail-product .colorandpic a .view {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  padding: 23% 5px 0px;
  text-align: center;
  font-weight: bold;
}
.fancybox-thumbs__list {
  display: flex;
  justify-content: center;
}
.fancybox-thumbs__list a:before {
  border-color: #eac355;
}
@media (max-width: 991px) {
  .galery-detail-product .picture-top {
    display: block;
    height: initial;
  }
  .galery-detail-product .colorandpic a .view {
    padding-top: 20px;
  }
}
@media (max-width: 767px) {
  .galery-detail-product .picture-top {
    margin-bottom: 15px;
  }
  .galery-detail-product .picture-top img {
    max-height: 360px;
  }
  .galery-detail-product .colorandpic {
    width: 100%;
  }
  .galery-detail-product .colorandpic a {
    height: 60px;
  }
  .galery-detail-product .colorandpic a .view {
    font-size: 10px;
    padding-top: 15px;
  }
  .galery-detail-product .colorandpic a img {
    height: 60px;
    object-fit: cover;
  }
  .picture-bottom {
    flex-direction: column-reverse;
  }
}
/*End galery-detail-product*/
.product-sale-percent {
  border-radius: 50%;
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  height: 32px;
  line-height: 32px;
  position: absolute;
  left: 0;
  text-align: center;
  text-transform: uppercase;
  top: 0;
  width: 32px;
  z-index: 2;
  background: #eb191e;
}
.ctsp {
  font-weight: 500;
}
.dp-code {
  color: #302f2f;
}
.dp-title {
  font-size: 26px;
  margin: 0px 0px 15px;
  padding-bottom: 15px;
  position: relative;
}
.dp-title:before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 60px;
  height: 1px;
  background: #262626;
  content: "";
}
.dp-start {
  color: #f4ab00;
  font-size: 16px;
}
.dp-price strong {
  font-size: 22px;
}
.dp-price > span {
  color: #737373;
  margin-left: 12px;
}
.dp-price > strong {
  display: inline-flex;
  flex-direction: row-reverse;
  flex-wrap: wrap;
  align-items: center;
}
.dp-price > strong del {
  margin-left: 15px;
  font-size: 20px;
  font-weight: normal;
  padding-right: 10px;
}
.dp-price > strong ins {
  text-decoration: none;
}
.dp-des {
  margin: 10px 0 25px;
  font-size: 12px;
}
.dp-des ul li {
  display: block;
  margin-bottom: 10px;
  padding-bottom: 5px;
  padding-left: 22px;
  position: relative;
}
.dp-des ul li:not(:last-child) {
  border-bottom: 1px solid #ebebeb;
}
.dp-des ul li:before {
  position: absolute;
  left: 3px;
  top: 6px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #686868;
  content: "";
}
.dp-color {
  margin-bottom: 15px;
}
.dp-color a {
  display: inline-block;
  margin-right: 20px;
  font-size: 12px;
  color: #333;
  text-align: center;
}
.dp-color a div {
  border: 1px solid #ebebeb;
  width: 80px;
  padding: 15px;
  border-radius: 50%;
  margin-bottom: 6px;
}
.dp-color a:hover div {
  border-color: #f4ab00;
}
.dp-color a:hover {
  font-weight: bold;
}
.dp-tv {
  font-size: 12px;
  background: #f8f8f8;
  padding: 15px;
}
.dp-call {
  padding-top: 5px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 15px;
}
.dp-btn a {
  display: block;
  background: #e2c16c;
  color: #333;
  text-align: center;
  padding: 0px 10px;
  line-height: 43px;
  font-weight: bold;
}
.dp-call a i,
.dp-call a img {
  margin-right: 15px;
}
.dp-btn a:hover {
  background: #ffbb0c;
}
.dp-call a {
  font-size: 13px;
  color: #333;
  width: 50%;
  text-align: center;
}
.dp-call a:first-child {
  border-right: 1px solid #ebebeb;
}
@media (max-width: 767px) {
  .dp-color a {
    margin-right: 10px;
  }
  .dp-color a div {
    width: 65px;
    padding: 10px;
  }
}

/*social-icons*/
.social-icons a {
  display: inline-block;
  margin-right: 3px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  color: #fff !important;
  font-size: 14px;
  line-height: 30px;
  text-align: center;
}
.social-icons span {
  margin-right: 5px;
}
.social-icons a.face {
  background: #3a589d;
}
.social-icons a.instagram {
  background: #e80c26;
}
.social-icons a.twitter {
  background: #2478ba;
}
.social-icons a.gooogle {
  background: #dd4e31;
}
.social-icons a.email {
  background: #111;
}
.social-icons a.linkedin {
  background: #0072b7;
}
.social-icons {
  margin: 20px 0 0;
  text-align: center;
}
.social-icons-bottom {
  margin-top: 10px;
}
/*End social-icons*/

.tskt-title {
  border-bottom: 1px solid #ebebeb;
  position: relative;
  font-size: 30px;
  text-align: center;
  margin-bottom: 40px;
}
.tskt-title span {
  top: 10px;
  position: relative;
  z-index: 2;
  background: #f0f0f0;
  padding: 0px 20px;
}
.tskt-ul li {
  padding-bottom: 10px;
  margin-bottom: 10px;
  overflow: hidden;
}
.tskt-ul li:not(:last-child) {
  border-bottom: 1px solid #ebebeb;
}
.tskt-ul li strong {
  width: 200px;
  float: left;
}
.tskt-ul li span {
  float: left;
  width: calc(100% - 200px);
}
.mt-20 {
  margin-top: 20px;
}

.splq {
  padding: 30px 0;
}
.ttspt-left,
.ttspt-right {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.ttspb-left li {
  padding: 12px 0;
  border-bottom: 1px solid #ebebeb;
}
.ttspb-price {
  background: #f4f4f4;
  padding: 15px;
  width: 400px;
  margin: auto;
  max-width: 100%;
}
.ttspb-price span {
  display: block;
  font-size: 11px;
}
.ttspb-price strong {
  font-size: 31px;
}

/*tab*/
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
  border-left: none;
  border-right: none;
  margin-right: 2px;
  border-top: 4px solid #686868;
}
.tab-pane {
  padding: 30px 0 0;
}
.nav-tabs > li > a:hover {
  background: #f4f4f4;
}
.nav-tabs > li > a {
  background: #f4f4f4;
  transition: none;
  color: #333;
  border-radius: 0;
}
.nav-tabs > li {
  margin-bottom: -3px;
}
/*End tab*/

@media (max-width: 767px) {
  .tskt-title {
    font-size: 20px;
  }
  .tskt-ul li strong {
    width: 110px;
    padding-right: 10px;
  }
  .tskt-ul li span {
    width: calc(100% - 110px);
  }
  .nav-tabs > li > a {
    font-size: 12px;
    padding: 10px 5px;
  }
}

.woocommerce-message {
  max-width: 1170px;
  margin: 0px auto;
  padding: 0px 15px;
  margin-bottom: 26px;
}
/* Ẩn nút add to cart + số lượng trên trang sản phẩm */
.pd-info {
  display: none !important;
}

/* Nếu muốn ẩn luôn dòng "SKU/Meta" thì tuỳ bạn */

/* nhcodectsp */
.variations {
  width: 100%;
  margin-top: 10px;
}
.variations tbody tr {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 5px;
}

.variations tbody tr .label {
  color: #000;
  font-weight: normal;
}
.variations tbody tr .label label{
  font-weight: normal;
  font-size: 13px;
}
/* end nhcodectsp */
/* Ẩn giá biến thể phía dưới */
/* Ẩn giá biến thể phía dưới */
.single_variation_wrap .woocommerce-variation-price,
.single_variation_wrap .woocommerce-variation-price .price{
  display: none !important;
}