.mt-product1 {
  display: inline-block;
  vertical-align: top;
}

.mt-product1.gray {
  background: #f8f8f8;
}

.mt-product1.style-1 .box:after {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  content: '';
  background: rgba(231, 198, 126, 0.68);
  -moz-transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  transition: all ease 0.5s;
  opacity: 0;
  visibility: hidden;
}

.mt-product1.style-1 .links {
  background: none;
  border: 0;
}

.mt-product1.style-1 .links li + li {
  border-color: #fff;
}

.mt-product1.style-1 .links a {
  color: #fff;
  font-size: 24px;
}

.mt-product1.large .title {
  font-size: 18px;
}

.mt-product1.large .price {
  font-size: 23px;
}

.mt-product1.large .price .fa {
  font-size: 17px;
}

.mt-product1.large .caption .best-price {
  font-size: 17px;
}

.mt-product1.large .caption .off {
  font-size: 17px;
}

.mt-product1.large .caption .new {
  font-size: 17px;
}

.mt-product1.same-height .box {
  min-height: 255px;
}

.mt-product1:hover .links,
.mt-product1:hover .box :after {
  opacity: 1;
  visibility: visible;
}

.mt-product1:hover .price {
  opacity: 0;
  -moz-transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  transition: all ease 0.5s;

}

.mt-product1 .box {
  margin: 0 0 11px;
  overflow: hidden;
  position: relative;
}

.mt-product1 .b1 {
  width: 100%;
  height: 235px;
  display: table;
}

.mt-product1 .b2 {
  display: table-cell;
  vertical-align: bottom;
}

.mt-product1 .caption {
  top: 44px;
  left: 0;
  text-align: left;
  position: absolute;
}

.mt-product1 .caption .off {
  color: #fff;
  display: block;
  padding: 3px 6px;
  margin-bottom: 1px;
  background: #b2cc29;
  font: 700 14px/16px "Mitr", sans-serif;
}

.mt-product1 .caption .new {
  color: #fff;
  padding: 3px 6px;
  background: #000;
  text-transform: uppercase;
  font: 700 13px/16px "Mitr", sans-serif;
}

.mt-product1 .caption .best-price {
  color: #fff;
  padding: 3px 6px;
  background: #fed062;
  font: 700 14px/16px "Mitr", sans-serif;
}

.mt-product1 .txt {
  overflow: hidden;
}

.mt-product1 .title {
  display: block;
  margin: 0 0 5px;
  color: #757575;
  text-transform: capitalize;
  font: 600 14px/20px "Mitr", sans-serif;
}

.mt-product1 .title a {
  color: #757575;
  -moz-transition: all 0.4s linear;
  -webkit-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
}

.mt-product1 .title a:hover {
  color: #ff6060;
}

.mt-product1 .price {
  display: block;
  color: #010101;
  font: 400 17px/20px "Mitr", sans-serif;
}

.mt-product1 .price .fa {
  font-size: 13px;
  margin: 0 4px 0 0;
}

.mt-product1 del {
  display: block;
  color: #b3b3b3;
  font: 600 17px/20px "Mitr", sans-serif;
}

.mt-product1 del .fa {
  font-size: 13px;
  margin: 0 4px 0 0;
}

.mt-product1 .links {
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  opacity: 0;
  width: 90%;
  height: 100%;
  display: table;
  font-size: 17px;
  visibility: hidden;
  position: absolute;
  text-align: center;
  -moz-transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.mt-product1 .links .icomoon {
  vertical-align: middle;
}

.mt-product1 .links .icon-heart {
  top: 4px;
  position: relative;
}

.mt-product1 .links.add {
  -webkit-box-shadow: 0 0 9px rgba(172, 172, 172, 0.35);
  box-shadow: 0 0 9px rgba(172, 172, 172, 0.35);
  padding: 10px 0;
  width: 79%;
  bottom: 30px;
  margin: 0 auto;
  max-width: 180px;
}

.mt-product1 .links.add .icon-handbag {
  font-size: 17px;
}

.mt-product1 .links.add li {
  display: inline-block;
  border-color: #ccc6c6;
}

.mt-product1 .links.add a {
  padding: 0 13px;
}

.mt-product1 .links li {
  display: table-cell;
  vertical-align: middle;
}

.mt-product1 .links li + li {
  border-left: 1px solid #eee;
}

.mt-product1 .links a {
  color: #8a8a8a;
  display: block;
  text-decoration: none;
  -moz-transition: all 0.4s linear;
  -webkit-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
}

.mt-product1 .links a .icon-handbag,
.mt-product1 .links a span {
  font-size: 15px;
  display: inline-block;
  vertical-align: middle;
}

.mt-product1 .links a span {
  font-size: 14px;
  margin: 0 -2px 0 10px;
}

.mt-product1 .links a:hover {
  color: #ff6060;
}

.mt-product1 .links .icon-heart,
.mt-product1 .links .icon-heart-empty {
  top: 3px;
  position: relative;
}

.mt-product1 .mt-stars {
  left: 0;
  margin: 0;
  padding: 0;
  right: 8px;
  bottom: -1px;
  line-height: 1;
  font-size: 12px;
  list-style: none;
  position: absolute;
}

.mt-product1 .mt-stars li {
  margin: 0 1px 0 0;
  display: inline-block;
  vertical-align: middle;
}

.mt-product1 .mt-stars .fa {
  color: #c8a760;
}

.mt-product1 .mt-stars .fa-star-o {
  color: #d6d6d6;
}
