* {
  margin: 0;
  padding: 0;
  outline: none;
}

body {
  font-family: 'Roboto', sans-serif;
  background: #245727;
}

.container {
  width: 320px;
  height: 400px;
  float: left;
  margin: 30px 30px auto;
}

.card {
  border-radius: 25px;
  box-shadow: -11px 11px 1px rgba(0, 0, 0, 0.3);
}

.card-head {
  position: relative;
  height: 150px;
  background: #fa782e;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #A5C22F 8%, #38741C 83%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #A5C22F 8%, #38741C 83%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(90deg, #A5C22F 8%, #38741C 83%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#A5C22F', endColorstr='#38741C', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
  border-radius: 25px 25px 0 0;
}

.card-logo {
  width: 32px;
  margin: 20px 20px 10px 20px;
}

.product-img {
  position: absolute;
  left: 0;
  margin-top: -35px;
  margin-left: 185px;
  z-index: 999;
}

.product-detail {
  padding: 0 20px;
  font-size: 12px;
  color: #fff;
}

.product-detail h2 {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 2px;
  padding-bottom: 6px;
  text-transform: uppercase;
}

.back-text {
  display: inline-block;
  font-size: 65px;
  font-weight: 900;
  margin-left: -5px;
  margin-top: -90px;
  opacity: 0.1;
}

.card-body {
  height: 180px;
  background: #fff;
  border-radius: 0 0 25px 25px;
}

.product-title {
  padding: 20px 20px 5px 20px;
  display: block;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.product-title b {
  font-weight: 900;
  letter-spacing: 0px;
}

.badge {
  position: relative;
  font-size: 10px;
  font-weight: 100;
  color: #fff;
  background: #A5C22F;
  padding: 2px 5px;
  border-radius: 4px;
  top: -10px;
  //margin-left: 5px;
}

.product-caption {
  display: block;
  padding: 0 20px 10px;
  font-size: 11px;
  font-weight: 400;
  text-transform: uppercase;
}

.product-spec {
  display: block;
  padding: 0 20px;
  font-size: 11px;
  font-weight: 500;
}

.prez-text {
  display: block;
  padding: 0 20px;
  font-size: 16px;
  font-weight: 400;
  color:#FFF;
  //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-prod {
  margin-left: 15px;
}

.ul-prod li {
  //list-style: none;
  float: left;
  margin-right: 10px;
}

.ul-prod 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-prod li a.active {
  background: #DF6A6A;
  color: #fff;
}


.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: #DF6A6A;
  color: #fff;
}

.product-size:before,
.product-size:after {
  content: '';
  display: block;
  clear: both;
}

.product-color h4 {
  font-size: 11px;
  padding: 0 20px;
  margin-top: 10px;
  padding-bottom: 10px;
  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: absolute;
  background: #38741C;
  padding: 7px 20px;
  text-align: center;
  display: inline-block;
  font-size: 18px;
  font-weight: 200;
  color: #fff;
  border-radius: 7px;
  margin-top: 90px;
  margin-left: -160px;
  box-shadow: -10px 20px 15px -10px rgba(0, 0, 0, 0.3);
}

.product-price :hover{

  color: #F18A00;

}

.product-price b {
  margin-left: 5px;
}
