@charset "UTF-8";

.infor {
  flex: 0 0 79%
}


.infor-thumbnail {
  margin-right: 15px
}

.infor-thumbnail a {
  display: flex;
  line-height: 0;
  width: 94px;
  height: 94px
}

.infor-thumbnail a img {
  width: 100%;
  height: 100%;
  object-fit: contain
}

.infor-detail h3 {
  margin-bottom: 5px;
  font-size: 14px;
  line-height: 20px;
  text-align: left;
}

.infor-detail h3 a {
  color: #202f36
}

.infor-detail__price {
  margin-bottom: 8px
}

.infor-detail__price span {
  color: #ff932e
}

.infor-detail__price p {
  margin-left: 10px;
  text-decoration: line-through
}

.infor-detail p {
  display: inline-block;
  font-size: 14px;
  color: #a1a7aa;
  line-height: 14px
}

.action {
  flex: 0 0 21%
}

.action p {
  width: 100%;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer
}

.action p[data-type=add-to-cart] {
  height: 40px;
  background-color: #edf3ff
}

.action p[data-type=add-to-cart] svg {
  /* margin-right: 15px */
}

table .status p {
  background-color: #ddecff;
  color: #3590ce;
  border-radius: 15px;
  padding: 6px;
  text-align: center;
}

table .quantity-minus,
table .quantity-plus {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 33.33%;
  letter-spacing: normal;
  padding: 0;
  text-align: center;
  background-color: #D9D9D9;
  height: 40px;
  cursor: pointer;
}

table .quantity-block {
  height: 32px;
  display: flex;
  width: 89px;
  margin: 0 auto;
  justify-content: center;
}

table .quantity-minus {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
 
}

table .quantity input {
  border: 1px solid #D9D9D9;
  /* -moz-appearance: textfield; */
  text-align: center;
  height: 40px;
}

table .quantity-plus {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

table {
  width: 100%;
  margin-bottom: 10px
}

#product table thead {
  margin-bottom: 25px;
  font-weight: 700;
}

#product table thead .quantity {
  letter-spacing: normal
}

#product table thead .action {
  justify-content: center
}

#product table thead th {
  padding: 10px 15px;
  text-align: center;
}

#product table tbody td {
  padding: 15px;
  /* display:flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start; */
  text-align: center;
  line-height: 40px;
}

#product .attributes table tbody td {
  padding: 0;
  /* display:flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start; */
  text-align: unset;
  line-height: normal;
}
#product .attributes table tbody tr {
  border-bottom: unset;
}



#product table tbody tr {
  /* display:flex;
  flex-direction: row; */
  border-bottom: 1px solid #d9d9d9;
}

#product table tbody tr:after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #d9d9d9;
}

.flex {
  display: flex;
  flex-wrap: wrap;
}

#product table .status p {
  background-color: #ddecff;
  color: #0088cc;
  border-radius: 15px;
  padding: 0 6px;
  text-align: center;
}

#product .series-related__item:first-child {
  border-top: 1px solid #D9D9D9;
}
#product .series-related__item {
  padding: 11px 0;
  border-bottom: 1px solid #D9D9D9;
}
#product .series-related__item .infor-detail .price{
  font-size: 18px;
  font-weight: bold;
  color: #f96d10;
  width: 100%;
  margin: 10px 0;
}



.content-technical {
  background-color: #edf3ff;
  border-radius: 5px;
  overflow: hidden;
  padding: 20px 18px;
  /* margin-bottom: 15px; */
}

.content-technical ul li {
  display: flex;
  flex-direction: row;
  margin-bottom: 5px;
}

.content-technical ul li .left {
  padding: 0 5px;
  width: 45%;
  color:#333
}

.content-technical ul li .right {
  padding: 0 5px;
  width: 55%;
  color:#333 !important
}

.content-technical ul li svg {
  vertical-align: bottom;
  width: 18px;
  height: 28px;
  margin-right: 2px;
}

.des {
  padding-bottom: 20px;
}

.des h2 {
  display: table;
  box-sizing: border-box;
  width: 100%;
  margin: 10px 0 20px;
  /* margin-top: 40px; */
  padding-bottom: 8px;
  border-bottom: 1px solid #e2e2e2;
  text-indent: 0;
}

.des h2::before {
  border-left: 5px solid #0088cc;
  display: table-cell;
  content: "";
  width: 13px;
}

#des {
  /* height: 700px; */
  overflow: hidden;
  position: relative;
}

.buttonreadmore {
  padding: 40px 20px 20px 20px;
  border: 0px solid #e2e2e2;
  border-bottom: 0;
  /* background: #78aaf4 ; */
  color: #0088cc; text-align:center;
  width: 100%;
  position: absolute;
  bottom: 0;
  background-image: -webkit-linear-gradient(-90deg, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 1) 100%);
  background-image: -moz-linear-gradient(180deg, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 1) 100%);
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 1) 100%);
  background-position: 50% 50%;
  -webkit-background-origin: padding-box;
  background-origin: padding-box;
  -webkit-background-clip: border-box;
  background-clip: border-box;
  -webkit-background-size: auto auto;
  background-size: auto auto;
}
#des .readmore{
  background-color: #78aaf4 ;
  cursor: pointer;
  display: flex;
  width: 140px;
  flex-direction: column;
  margin: auto;
  align-items: center;
}
#des .readmore img{ width:16px}


/* Ẩn mũi tên tăng/giảm trên mọi trình duyệt */
input[type="number"]::-webkit-inner-spin-button, 
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none; /* Cho Chrome, Safari */
    margin: 0;
}

input[type="number"] {
    -moz-appearance: textfield; /* Cho Firefox */
}