.btn-product-view {
  margin: 0px 9px 0px 0px;
}

.pad-t10 {
  padding-top: 10px;
}

.caption {
  overflow: hidden;
  padding: 2px;
}

.caption h4 {
  white-space: nowrap;
  margin: 1px;
}

.caption p {
  padding: 4px;
  margin: 0px;
}

.thumbnail img {
  width: 100%;
}

.thumbnail .ratings {
  padding-left: 10px;
  padding-right: 10px;
  height: 45px;
}

.thumbnail .ratings .btn {
  cursor: default;
}

.thumbnail {
  padding: 0;
  border-radius: 0px;
  line-height: 1.428571429;
  background-color: #ffffff;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
  display: block;
}

.thumbnail .caption-full {
  padding: 9px;
  color: #333;
}

.thumbnail .controls {
  position: relative;
}

.thumbnail .controls .help-block,
.thumbnail .controls .help-block1 {
  position: absolute;
  bottom: 0;
  right: 2px;
  padding: 2px;
  top: 27px;
  font-size: 11px;
  font-weight: 700;
}

.thumbnail .fa-stack {
  height: 19px;
  width: 21px;
  top: -3px;
  right: 4px;
}

.icon-new {
  background: url(../imgs/new.png) no-repeat 0 0;
  position: absolute;
  display: block;
  top: -15px;
  right: -15px;
  height: 48px;
  width: 48px;
}

.has-error .help-block {
  color: red;
}

.has-success .help-block {
  color: #008000;
}

.cursor-default {
  cursor: default;
}

.btn-color {
  background-color: #ed3e49;
  border-color: #ed3e49;
  color: #fff;
}

.btn-color:hover,
.body-green .btn-color:focus,
.body-green .btn-color:active {
  background-color: #ed3e49;
  border-color: #ed3e49;
}

.shop-product .price .old {
  color: red !important;
  text-decoration: line-through;
}

.sold-out-cart {
  pointer-events: none;
  color: #333333;
  background: #f6f6f6;
  border-color: #ccc;
}

.sold-out-cart.cart {
  pointer-events: auto;
  background: #2babcf;
  border-color: #2288a5;
  color: #ffffff;
}

.shop-item .product-img a {
  width: 100%;
  float: left;
  position: relative;
}

.owl-item .badge_wrapper
{
	z-index: 1000;
	position: absolute;
	width: 30px;
}

.single-product-wrapper .product-description {
    position: relative;
    z-index: 1;
    padding-top: 0px;
    text-align: center;
   /*  margin-top: -30px; */
}

/* 
.soon .type_soon {
  width: 25px;
  height: 30px;
  background: url(featured.png) right center no-repeat;
  background-size: 100%;
}
.card.soon .type_soon {
  width: 25px;
  height: 30px;
  position: absolute;
  background: url(featured.png) right center no-repeat;
  background-size: 100%;
} */

.shop-product .price .old {
  color: red !important;
  text-decoration: line-through;
}
.sold-out-cart {
  pointer-events: none;
  color: #333333;
  background: #f6f6f6;
  border-color: #ccc;
}
.sold-out-cart.cart {
  pointer-events: auto;
  background: #2babcf;
  border-color: #2288a5;
  color: #ffffff;
}

.card-text {
  max-height: 30px;
}

.product_details .buy-product-button{
  background-color: #e1071a;
  color: rgb(255, 255, 255);
  border-radius: .25rem!important;
  margin-top: 1em;
  text-transform: none;
  margin-left: -0.5em;
  font-size: 1rem;
  font-weight: 500;

}
.product_details .buy-product-button:hover{
  background-color: #fff!important;
  color: #e1071a;
  border: 1px solid #e1071a;
}

 .buy-product-button span{
    padding-left: 5px;
 }

@media screen and (max-width: 768px) {
  .card {
    max-width: 300px;
    margin: auto;
  }
}
