.list-product-no .table-fixed tbody{
	height: 100%;
	overflow-y: inherit;
	width: 100%;
	
} 
.list-product-no h1{
	padding-top: 00px;
	padding-bottom: 20px;
	font-size: 60px;
	margin-top: 0;
	margin-bottom: 0;
	font-weight: 900;
	width: 80%
}
.btn-add-cart01{
	margin-top: 00px;
	margin-bottom: 20px;
	float: right;
}
.add-cart-01{
	position: absolute; right: 20px; top: 9px
}
.add-cart-01 img{
	width: 60px;
}

@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.2, 1.2, 1.2);
    transform: scale3d(1.2, 1.2, 1.2);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.2, 1.2, 1.2);
    transform: scale3d(1.2, 1.2, 1.2);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.list-product-no .add-cart-01.fixed-cart{
  position: fixed;
  right: 0;
  top: 60px;
}
.add-cart-01:hover {
  -webkit-animation-name: pulse;
  animation-name: pulse;
  animation-duration: 1s
}

.list-product-no table tr td.no {
  position: relative;
}
.list-product-no .new-label {
  width: 50px;
  left: -16px;
  top: -5px;
}
.list-product-no .new-box {
  top: 0px;
  left: 0px;
  height: 50px;
  width: 50px;
}
.list-product-no .short_description {
  font-size: 12px;
  font-style: italic;
}
