.product-container {
  padding: 0 9.8px 19.6px;
  margin-bottom: 0;
}

.product-container.flick-set {
  width: 25%;
}

@media (max-width: 1199px) {
  .product-container.flick-set {
    width: 50%;
  }
}

.product-container .product-box {
  background: white;
  border: 0;
  -webkit-box-shadow: 2px 2px 20px #00000017;
          box-shadow: 2px 2px 20px #00000017;
  border-radius: 10px;
}

.product-container .product-box .label-tag {
  line-height: 14px !important;
  text-align: center;
  margin: -3px 0 0 -13px;
  min-width: 86px;
  background: #ff3000;
  line-height: 14px;
  padding: 6px 5px;
  position: absolute;
  color: #fff;
  z-index: 1;
  font-size: 12px;
}

.product-container .product-box .label-tag:after {
  left: 2px;
  border: 6px solid transparent;
  border-bottom: 6px solid #5f0003;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  bottom: -6px;
}

.product-container .product-box .has-hover .bg,
.product-container .product-box .has-hover [class*="image-"] img {
  -webkit-transition: opacity 0.6s, -webkit-filter 0.6s, -webkit-transform 0.6s, -webkit-box-shadow 0.3s;
  transition: opacity 0.6s, -webkit-filter 0.6s, -webkit-transform 0.6s, -webkit-box-shadow 0.3s;
  transition: filter 0.6s, opacity 0.6s, transform 0.6s, box-shadow 0.3s;
  transition: filter 0.6s, opacity 0.6s, transform 0.6s, box-shadow 0.3s, -webkit-filter 0.6s, -webkit-transform 0.6s, -webkit-box-shadow 0.3s;
}

.product-container .product-box .image-cover {
  max-height: 240px;
  width: 100%;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}

.product-container .product-box .image-cover:hover img {
  -webkit-transition: all 2.5s ease-out;
  transition: all 2.5s ease-out;
  -webkit-transform: scale(1.1) !important;
          transform: scale(1.1) !important;
}

.product-container .product-box .image-cover img {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  max-width: 100%;
}

.product-container .product-box .product-content {
  line-height: 1.3;
  margin-top: 0.1em;
  margin-bottom: 0.1em;
  padding-top: 0.7em;
  padding-bottom: 1.4em;
  position: relative;
  width: 100%;
  font-size: 0.9em;
  text-align: center;
}

.product-container .product-box .product-content__label {
  min-height: 2.3rem;
}

.product-container .product-box .product-content a {
  text-decoration: none;
  color: #000;
}

.product-container .product-box .product-content a:hover {
  color: #2e942b;
}

.product-container .product-box .product-content__price {
  color: red;
  font-size: 17px;
  font-weight: normal;
}

.product-container .product-box .product-content__price-promotion {
  font-size: 14px;
  margin-left: 5px;
  color: gray;
  text-decoration: line-through;
}

.product-detail-page {
  padding-top: 30px;
  padding-bottom: 30px;
}

.product-detail-page .form-dien-thoai {
  margin-bottom: 15px;
  margin-top: 12px;
  background: #f9f7f7;
  padding: 15px;
  border-radius: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}

.product-detail-page .form-dien-thoai label {
  background: url(http://mypham13.giaodienwebmau.com/wp-content/uploads/2020/07/icon-phone-copy.png) left top no-repeat;
  padding: 0 5px 0 52px;
  margin: 0;
  display: block;
  text-align: left;
  font-weight: 400;
  font-size: 14px;
  color: #252525;
  margin-bottom: 11px;
}

.product-detail-page .form-dien-thoai .wpcf7 {
  display: inline-block;
}

.product-detail-page .form-dien-thoai .form-sdt .left {
  float: left;
  width: 85%;
  display: inline-block;
}

.product-detail-page .form-dien-thoai .form-sdt .right {
  width: 15%;
  float: left;
  display: inline-block;
}

.product-detail-page .form-dien-thoai input[type="tel"] {
  margin-bottom: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
}

.product-detail-page .form-dien-thoai input[type="submit"] {
  border-radius: 0 !important;
  text-align: left;
  margin: 0;
  color: white;
  padding: 0 10px;
  background-color: #fd669f;
}

@media (max-width: 991px) {
  .product-detail-page .form-dien-thoai input[type="submit"] {
    padding: 0 5px;
  }
}

.product-detail-page .thong-bao {
  background: #ffe9f1;
  padding: 10px;
  margin-bottom: 10px;
  border-radius: 4px;
  font-size: 15px;
  color: #000;
  margin-top: 8px;
}

.product-detail-page .info-prod.prod-price.freeship {
  background: #f9f7f7;
  margin-top: 0px !important;
  font-size: 14px;
  border: 1px solid #f7f7f7;
  width: 100%;
  display: block;
  padding: 15px 8px;
  margin: 0 0 15px;
  border-radius: 3px;
  float: right;
}

.product-detail-page .info-prod.prod-price.freeship .title {
  margin-bottom: 19px;
  line-height: 17px;
  padding-left: 20px;
  background: url(http://mypham13.giaodienwebmau.com/wp-content/uploads/2020/07/checked_green-1.png) 0 4px no-repeat;
  display: inline-block;
  font-size: 15px;
}

.product-detail-page .product-info .product-thumb img {
  width: 100%;
}

.product-detail-page .product-info .breadcrumb {
  font-size: 0.85em;
  margin: 0 0 0.5em;
  text-transform: uppercase;
  color: #222;
  font-weight: bold;
  letter-spacing: 0px;
  padding: 0;
}

.product-detail-page .product-info .breadcrumb .divider {
  position: relative;
  top: 0;
  opacity: 0.35;
  margin: 0 0.3em;
  font-weight: 300;
}

.product-detail-page .product-info .breadcrumb a {
  margin-left: 0;
  color: rgba(102, 102, 102, 0.7);
  font-weight: normal;
  text-transform: none;
  text-decoration: none;
}

.product-detail-page .product-info .breadcrumb a:first-of-type {
  margin-left: 0;
}

.product-detail-page .product-info .product-title h1 {
  font-weight: normal;
  color: #0e2b3d;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.3;
}

.product-detail-page .product-info .product-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
}

.product-detail-page .product-info .product-price .special-price,
.product-detail-page .product-info .product-price .regular-price {
  color: #ff007d;
  font-size: 20px;
  font-weight: 700;
}

.product-detail-page .product-info .product-price .special-price span.vnd,
.product-detail-page .product-info .product-price .regular-price span.vnd {
  color: #e32980;
  font-size: 20px;
  font-size: 0.75em;
  vertical-align: top;
}

.product-detail-page .product-info .product-price .old-price {
  color: #848484;
  font-size: 20px;
  font-weight: normal;
  text-decoration: line-through;
  margin-left: 5px;
}

.product-detail-page .product-info .product-price .old-price span.vnd {
  color: #848484;
  font-size: 20px;
  font-size: 0.75em;
  vertical-align: top;
}

.product-detail-page .product-info .product-description {
  font-size: 14px;
}

.product-detail-page .product-info .product-promotion-description {
  background: #f1f8e9;
  border-radius: 4px;
  border: 1px dashed #e13475;
  padding: 10px;
  margin-bottom: 20px;
  margin-top: 0.5rem;
}

.product-detail-page .product-info .product-promotion-description h4 {
  color: #e13475;
  margin: 0 0.5rem;
}

.product-detail-page .product-info .product-promotion-description ul {
  margin-left: 1rem;
}

.product-detail-page .product-info .product-promotion-description ul li {
  list-style: none;
  color: #3a3a3a;
  font-size: 14px;
  background-repeat: no-repeat;
  background-size: 14px;
  background-position-y: 3px;
  padding-left: 23px;
  /* line-height: 17px; */
  padding-left: 20px;
  background: url(http://mypham13.giaodienwebmau.com/wp-content/uploads/2020/07/checked_green-1.png) 0 4px no-repeat;
  font-size: 15px;
}

.product-detail-page .product-info .product-quantity input {
  -webkit-appearance: none;
  border: none;
  text-align: center;
  width: 50px;
  font-size: 1em;
  color: #43484d;
  font-weight: 300;
}

.product-detail-page .product-info .product-quantity button[class*="btn"] {
  width: 30px;
  height: 30px;
  background-color: #e1e8ee;
  border-radius: 6px;
  border: none;
  margin-right: 0;
  cursor: pointer;
  padding: 0 5px;
}

.product-detail-page .product-info .product-quantity .minus-btn img {
  margin-bottom: 3px;
}

.product-detail-page .product-info .product-quantity .plus-btn img {
  margin-top: 2px;
}

.product-detail-page .product-info .product-quantity button:focus,
.product-detail-page .product-info .product-quantity input:focus {
  outline: 0;
}

.product-detail-page .product-info .product-cart {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.product-detail-page .product-info .product-cart button.add-to-cart {
  background-color: #e13475;
  margin-right: 0;
  color: #fff;
  font-size: 1em;
  text-transform: none;
  font-weight: normal;
  border-radius: 4px;
  margin-bottom: 1em;
}

.product-detail-page .product-info .order-action a.order-now {
  display: inline-block;
  overflow: hidden;
  clear: both;
  padding: 9px 3px;
  border-radius: 4px;
  font-size: 18px;
  line-height: normal;
  font-weight: normal;
  color: white;
  text-transform: uppercase;
  color: #fff !important;
  text-align: center;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#74a95f), to(#409c1c));
  background-image: linear-gradient(to top, #74a95f, #409c1c);
  margin: 0 0 20px;
  text-decoration: none;
  border-bottom: 0 !important;
  max-width: 350px;
  width: 100%;
}

.product-detail-page .product-info .order-action a.order-now:hover {
  text-decoration: none !important;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#449424), to(#32a504));
  background-image: linear-gradient(to top, #449424, #32a504);
  color: #fff;
}

.product-detail-page .product-info .order-action a.order-now span {
  display: block;
  font-size: 14px;
  color: #fff;
  text-transform: none;
  margin: 2px 0 0;
  font-weight: normal;
}

.product-detail-page .product-info .product-category {
  font-size: 14px;
  display: block;
  border-top: 1px dotted #ddd;
  padding: 5px 0;
}

.product-detail-page .product-content p {
  font-size: 15px;
}

.product-detail-page .product-content .realated-news ul {
  background: #f7f7f7;
  padding: 10px 30px;
  border-radius: 5px;
  list-style: square;
}

.product-detail-page .product-content .realated-news ul li {
  font-size: 15px;
  margin-bottom: 5px;
}

.product-detail-page .product-content .realated-news ul li a {
  color: #e13475;
  text-transform: none;
  text-decoration: none;
}

.product-detail-page .related-product-title {
  padding-top: 30px;
  border-top: 1px solid #ececec;
  padding-bottom: 15px;
}

.product-detail-page .related-product-title h4 {
  font-size: 20px;
  color: #237c3e;
  letter-spacing: 0;
  text-transform: uppercase;
  margin: 0;
}

