* {
  margin: 0;
  padding: 0;
  outline: none;
}
.product_container_label{
  width: 68rem;
  margin: 1rem;
  list-style-type: none;
}

.product_container_a {
  margin: 0 0 0 0;
 
  width: 22rem;
  list-style-type: none;
}
.product_container_b{
  margin: 0 0 0 0;
  width: 17rem;
  list-style-type: none;
}

.machine_main{
  font-family:"Roboto";
  font-size: 20px;
}

.machine_sub{
  font-family:"Roboto";
  font-size: 16px;
}
.machine-note{
  color :#3d6ef3;
  font-style: italic;
  font-weight: bold;

}

.machine_cost{
  font-family:"Roboto";
  font-size: 25px;
}
.machine_buy_div{
	border-radius:6px;
	border:1px solid #ffaa22;
	background-color:#f1e5d2ea;

}

.machine_term{
   font-family:"Roboto";
  font-size: 12px;
  font-style: italic;

}


.machineButton {
	box-shadow: 0px 1px 0px 0px #fff6af;
	background:linear-gradient(to bottom, #ffec64 5%, #ffab23 100%);
	background-color:#ffec64;
	border-radius:6px;
	border:1px solid #ffaa22;
	display:inline-block;
	cursor:pointer;
	color:#333333;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	padding:3px 10px;
	text-decoration:none;
	text-shadow:0px 1px 0px #ffee66;
}
.machineButton:hover {
	background:linear-gradient(to bottom, #ffab23 5%, #ffec64 100%);
	background-color:#ffab23;
}
.machineButton:active {
	position:relative;
	top:1px;
}

.spare_main{
  font-family:"Roboto";
  font-size: 20px;
}

.spare_sub{
  font-family:"Roboto";
  font-size: 16px;
}

.spare_cost{
  font-family:"Roboto";
  font-size: 25px;
}

.spare_buy_div{
	border-radius:6px;
	border:1px solid #ffaa22;
	background-color:#f1e5d2ea;

}

.spare_term{
   font-family:"Roboto";
  font-size: 12px;
  font-style: italic;

}


.spareButton {
	box-shadow: 0px 1px 0px 0px #fff6af;
	background:linear-gradient(to bottom, #ffec64 5%, #ffab23 100%);
	background-color:#ffec64;
	border-radius:6px;
	border:1px solid #ffaa22;
	display:inline-block;
	cursor:pointer;
	color:#333333;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	padding:3px 10px;
	text-decoration:none;
	text-shadow:0px 1px 0px #ffee66;
}
.myButton:hover {
	background:linear-gradient(to bottom, #ffab23 5%, #ffec64 100%);
	background-color:#ffab23;
}
.myButton:active {
	position:relative;
	top:1px;
}


.card {
  margin: 1rem;
  border-radius: 10px;
  box-shadow: -5px 5px 1px rgba(131, 180, 187, 0.3);
}

.card-head {
  position: relative;
  height: 252px;
  background: #79dcfa;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #f1e0d6 8%, #f3a6aa 83%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #f1e0d6 8%, #f3a6aa 83%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #f1e0d6 8%, #f3a6aa 83%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#fa782e', endColorstr='#c82930', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
  border-radius: 10px px 0 0;
}

.card-logo {
  width: 55px;
  margin: 20px;
}

.product-img {
  max-width: 24rem;
  max-height: 24rem;
  position: absolute;
  left: 0;
  margin-top: -16px;
  margin-left: 50px;
}

.product-detail {
  padding: 0 20px;
  font-size: 11px;
  color: #fff;
}

.product-detail h2 {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 2px;
  padding-bottom: 10px;
  text-transform: uppercase;
}

.back-text {
  display: inline-block;
  font-size: 125px;
  font-weight: 900;
  margin-left: -7px;
  margin-top: -12px;
  opacity: 0.1;
}

.card-body {
  height: 17rem;
  padding: 10 10 10 10;
  border-right: 0.01rem #000000 solid;
  /* background: rgb(202, 46, 46); */
}
.card_foot {
  padding-top: 0.7rem;
  height: 3.5rem;
  margin-bottom: -0.05rem;
  margin-left: -0.1rem;
  position: relative;
  background: #11e95b;
  /* Old browsers */
  background: -moz-linear-gradient(
    -45deg,
    #11e95b 8%,
    rgba(2, 65, 24, 0.993) 83%
  );
  /* FF3.6-15 */
  background: -webkit-linear-gradient(
    -45deg,
    #11e95b 8%,
    rgba(2, 65, 24, 0.993) 83%
  );
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #11e95b 8%, rgba(2, 65, 24, 0.993));
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#11e95b', endColorstr='rgba(2, 65, 24, 0.993)', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
  border-radius: 0 0 5px 5px;
}

.product-title {
  padding: 20px 20px 5px 20px;
  display: block;
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.product-title b {
  font-weight: 900;
  letter-spacing: 0px;
}

.badge {
  position: relative;
  font-size: 10px;
  font-weight: 300;
  color: #fff;
  background: #11e95b;
  padding: 2px 5px;
  border-radius: 4px;
  top: -2px;
  margin-left: 5px;
}

.product-caption {
  display: block;
  padding: 0 20px;
  font-size: 10px;
  font-weight: 400;
  text-transform: uppercase;
}

.product-rating {
  padding: 0 20px;
  font-size: 11px;
}

.product-rating i.grey {
  color: #acacab;
}

.product-size h4 {
  font-size: 11px;
  padding: 0 21px;
  margin-top: 15px;
  padding-bottom: 10px;
  text-transform: uppercase;
}

.ul-size {
  margin-left: 15px;
}

.ul-size li {
  list-style: none;
  float: left;
  margin-right: 20px;
}

.ul-size li a {
  display: inline-block;
  text-decoration: none;
  font-size: 11px;
  width: 22px;
  height: 22px;
  border-radius: 100%;
  text-align: center;
  line-height: 23px;
  color: #000;
}

.ul-size li a.active {
  background: #f35e3d;
  color: #fff;
}

/* .product-size:before,
.product-size:after {
  content: "";
  display: block;
  clear: both;
} */

.product-color h4 {
  font-size: 11px;
  padding: 0 21px;
  margin-top: 20px;
  padding-bottom: 20px;
  text-transform: uppercase;
}

.ul-color {
  margin-left: 27px;
}

.ul-color li {
  list-style: none;
  float: left;
  margin-right: 20px;
}

.ul-color li a {
  display: inline-block;
  width: 16px;
  height: 16px;
  border-radius: 100%;
}

.ul-color li a.orange {
  background: #f35e3d;
}

.ul-color li a.green {
  background: #11e95b;
}

.ul-color li a.yellow {
  background: #ffd414;
}

.ul-color li a.active:after {
  position: absolute;
  content: "";
  display: inline-block;
  border: 1px solid #f35e3d;
  width: 24px;
  height: 24px;
  border-radius: 100%;
  margin-left: -5px;
  margin-top: -5px;
}

.product-price {
  position: relative;
  padding: 7px 20px;
  text-align: center;
  display: inline-block;
  font-size: 24px;
  font-weight: 200;
  color: #fff;
  border-radius: 7px;
  height: 2rem;
  margin-top: -50px;
  margin-left: 1rem;
}

.product_more {
  text-align: center;
  display: inline-block;
  position: relative;
  margin-left: 0.7rem;
}
.product_add_cart {
  text-align: center;
  display: inline-block;
  position: relative;
  margin-left: 0.7rem;
}
.product-price b {
  margin-left: 5px;
}

.yt {
  position: fixed;
  padding: 7px 10px 3px 10px;
  top: 5px;
  right: 5px;
  background: rgba(0, 0, 0, 0.1);
}

.yt:hover {
  background: rgba(0, 0, 0, 0.2);
}

.buyNowButton {
  box-shadow: 0px 1px 0px 0px #fff6af;
  background: linear-gradient(to bottom, #ffec64 5%, #ffab23 100%);
  background-color: #ffec64;
  border-radius: 6px;
  border: 1px solid #ffaa22;
  display: inline-block;
  cursor: pointer;
  color: #333333;
  font-family: Arial;
  font-size: 15px;
  font-weight: bold;
  padding: 6px 24px;
  text-decoration: none;
  text-shadow: 0px 1px 0px #ffee66;
}
.buyNowButton:hover {
  background: linear-gradient(to bottom, #ffab23 5%, #ffec64 100%);
  background-color: #ffab23;
}
.buyNowButton:active {
  position: relative;
  top: 1px;
}

